.btn-see-more{
   font-size: 1.1111111111rem;
   line-height: 1.1;
   text-shadow: 1px 2px 2px rgba(0,0,0,.5);
   padding: 10px 15px !important;
   cursor: pointer !important;
}

.btn-see-more-blue{background-color: #68a8db;}
.btn-see-more-green{background-color: #387c2b;}
.btn-see-more-yellow{background-color: #ffd24f;}
.btn-see-more-light-green{background-color: #78a22f;}

.padding-top-10{padding-top: 10px !important;}
.padding-bottom-10{padding-bottom: 10px !important;}
.padding-top-15{padding-top: 15px !important;}
.padding-bottom-15{padding-bottom: 15px !important;}
.padding-top-20{padding-top: 20px !important;}
.padding-bottom-20{padding-bottom: 20px !important;}

.media{
   width: 100%;
   color: #ffffff !important;
}

.u-pt{padding-top: 20px;}
.u-pb{padding-bottom: 20px;}

.more-gallery-title{font-size:40px; line-height:35px;font-family: paintstrokeregular,cursive; font-weight: 400z}

.media-button{
position: relative;
display: block;
width: 100%;
float: left;
overflow: hidden;
}

.media-button-content-1{
font-size: 38px;
font-size: 2.5rem;
line-height: .6;
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding-left: 14px;
padding-top: 8px;
padding-bottom: 8px;
color: #fff;
text-shadow: 0 0 4px rgba(0,0,0,.7);
font-family: paintstrokeregular,cursive;
font-weight: 400;
}

.mbc-green{background-color: rgba(56, 124, 43, 0.8);}
.mbc-blue{background-color: rgba(104, 168, 219, 0.8);}
.mbc-light-green{background-color: rgba(120, 162, 47, 0.8);}
.mbc-yellow{background-color: rgba(255, 210, 79, 0.8);}

.text-middle{vertical-align: middle !important;}

.bt-cover{overflow: hidden;}

.bt-cover-object{
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
max-width: none;
position: relative;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

#main-menu-navbar{margin-top: -5px !important;}

.header-video-container{
display: inline-block;
position: relative;
width: 100%;
max-width: 100%;
vertical-align: middle;
overflow: hidden;
-webkit-transform: translateZ(0);
margin: 0;
}

.header-video-container > :first-child {
    margin-bottom: 0;
}

.header-video-logo{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
color: #fff;
}

.video-header-logo-image{
width: 30%;
}

@media screen and (max-width: 720px){
.video-header-logo-image{
width: 60%;
}
}

.bt-flex{
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

.bt-flex-middle{
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.bt-flex-center{
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}

.video-player-title{
color: #ffffff;
font-size: 4em;
}

#home-video-player-container{
background-image: url(/images/Pine_Bough_Overlay.png) !important;
}