/*!
 * Start Bootstrap - Custom Theme

    DOCUMENT INFORMATION
    - Document: ProSites
    - Version:  1.0
    - Client:   All Members
    - Author:   ProSites  
*/

/* =================
   Common Elements
   =================================================== */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400" rel="stylesheet);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Lobster|Lobster+Two:400i);


 html,
 body {
    width: 100%;
    height: 100%;
	 
/*
  overflow-y: scroll;  has to be scroll, not auto 
  -webkit-overflow-scrolling: touch;
*/
}
/*
html {
    overflow-y:scroll;
}
*/
body {
    font-family: 'Open Sans', sans-serif;
     background: url(../images/bg_green.jpg) no-repeat center fixed;
    background-position: top;
    background-color: #ffffff;
    background-size: contain;

}

hr {
    border-color: #000;
    border-width: 1px;
}

hr.light {
    max-width: 50px;
    border-color: #fff;
    border-width: 3px;
}

a {
    color: #3a9066;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #4dbe87;
    text-decoration: none;!important
}

p {
    margin-bottom: 20px;
    /*    font-size: 16px;*/
    line-height: 1.5;
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.border {
    border-top: 1px solid #e9e9e9;
    background-color: transparent;
}

/* StyleColorPallet*/
.bg-color { background: #fff; } 
.color { color: #fab9bd }
.border-color { color: rgba(0,0,0,0.2); }



h2.section-heading {
    margin-bottom: 55px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;!important
    /* background-image: linear-gradient(to bottom, #000 1px, rgba(255,255,255,0) 1px), linear-gradient(to top, #000 0.1rem, rgba(255,255,255,0) 1px);
    */
    
}
h2.section-heading:after {
    content: '';
    position: absolute;
    width: 20%;
    left: 40%;
    border-bottom: 4px solid #52a87e;
    padding-top: 60px;
    text-align: center;!important

        }

section.address-plugin h2.section-heading,
section.contact-plugin h2.section-heading,
section.contact-plugin .intro
 {
    text-align: center;
}
section.testimonials-plugin h2.section-heading
 {
    text-align: center;
}
section.contact-plugin .heading::after {
    padding-bottom: 0;
    border-bottom: 0;
}


@media (max-width: 768px) {
body {
    border-top: none;
}
h2.section-heading,
section.contact-plugin h2.section-heading,
section.testimonials-plugin h2.section-heading,
section.contact-plugin .intro {
    text-align: center;
    }
}
/* add spacer between col stack */
@media (max-width: 992px) {
.page-team .colmargin,
.page-contact .colmargin {
    margin-top: 20px;
    }
}

/* Hide Captcha */
.captcha,
.RadCaptcha {
    display: none;
}



/* =================
   Main Section Layouts
   =================================================== */
#wrapper {
    max-width: 1300px;
    margin: 0 auto 0;
    padding: 0 0  ;
    position: inherit;
   /* -webkit-box-shadow: 0px 0px 2px 1px rgba(10,10,10,0.13);
    -moz-box-shadow: 0px 0px 2px 1px rgba(10,10,10,0.13);
    box-shadow: 0px 0px 2px 1px rgba(10,10,10,0.13);*/
        z-index: 20;
}
#wrapper_nav {
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 0 0  ;
    position: inherit;
   
        z-index: 20;
}



/*.title-img-container {
    background: url('/PrositesStyles/StyleLibrary/2304/images/kids-contact.png') top center no-repeat fixed;
}*/

section.content {
    background-color: #fff;
    color: #4e4040;
    /*margin-top: 35%;*/
}
section.contact-plugin {
    background-color:#cce9d7;
    padding: 0;
}
section.contact-plugin .container-inner {
    padding: 60px 0;
}
@media (max-width: 1200px) {
section.content {
    margin-top: 0;
}
}
section.address-plugin {
    padding: 0px;
    background: #fff;
    color: #674f4a;
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    font-size: 18px;
}
section.address-plugin .container-inner {
    padding: 50px 0;
}
section.address-plugin a {
    color: #3a9066;
}
section.testimonials-plugin  {
    padding: 0px;
    background: url('../images/testimonial.jpg') no-repeat fixed 100% 100%;
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-position: 43% 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.footer {
    background: #454140;
    padding: 0 0 50px 0;
    color: #fff;
}
section.footer a {
    color: #fff;
}

/*remove boostrap col min-height*/
.contact-plugin> div>div,
.testimonials-plugin>div>div,
.address-plugin>div>div {
    min-height: 0!important;
}

/*Responsive*/
@media(max-width:768px) {
section.content,
section.container-inner {
    padding: 25px 0;
    }
section.testimonials-plugin {
   background: rgb(69, 65, 64);
}

}

#page-404-box  {
    text-align: center;
}

/* =================
   *Button UI
   =================================================== */

/*default styling*/
a.btn,
a.viewmore, 
input.Button, 
input.ButtonSm, 
input.ButtonHover {
/*    border-radius: 4px;*/
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: 'Lato Regular',sans-serif;
    font-size: 19px;
} 

/*large*/
a.btn,
a.viewmore,
input.Button,
input.ButtonHover,
button {
    padding: 13px 3%;
} 

/*small*/  
input.ButtonSm
 {
   padding: 10px 20px;
} 

/*default solid color*/
a.btn,
a.viewmore,
input.Button,
input.ButtonSm
 {
    border: none;
    background-color: #52a87e;
    color: #fff;
}
/*:hover*/
a.btn:hover,
a.btn:focus,
a.viewmore:hover,
input.Button:hover,
input.ButtonSm:hover,
input.ButtonHover {
    border: none;
    background-color: #4cce8f;
    color: #fff;
}
/*color ghost*/
a.viewmore {
    background-color: #52a87e;
    color: #fff;
    border-radius: 0;
}
/*:hover*/
a.viewmore:hover {
    background-color: #fff;
    color: #000;
    border-radius: 0;
}
/*color inverted*/
input.Button
 {
    border: none;
    background-color: #4cce8f
    color: #fff;
}
/*:hover*/
input.Button:hover {
    border: none;
    background-color: ##4cce8f;
    color: #fff;
}
/*simple chevrons*/
a.viewmore:after {
    font: 20px FontAwesome;
    display: inline-block;
    content: '\f105';
    color: #fff;
    padding: 0 0 0 12px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    position: relative;
}
a.viewmore:hover:after {
    color: #000;
    }



/* =================
   *Header - Company Name 
   =================================================== */

header .col-md-11 { 
    float:none; 
    margin:0 auto; 
}

.logo { 
    color:#f80b26; 
    text-align:left; 
    display:inline-block; 
}
.logo div > div:nth-of-type(1), 
header .logo div > div:nth-of-type(2) { 
    font-size:37px; 
    line-height:38px; 
    font-weight:300; 
    color:#5f5959; 
}
.logo div > div:nth-of-type(3) { 
    font-size:22px; 
    line-height:31px; 
    font-weight:300; 
    color:#5f5959; 
}
.logo a { padding:0; margin:0; }


.logo {
    margin: 15px auto;
     
}
/*Small Text*/
.compTitle1Small,
.compTitle2Small {
    font-size: 175%;
    font-weight: 300;
}
.compTitle3Small {
    font-size: 150%;
}

/*Medium Text*/
.compTitle1Medium,
.compTitle2Medium  {
    font-size: 240%;
    font-weight: 300;
}
.compTitle3Medium {
    font-size: 250%;
}

/*Large Text*/
.compTitle1Large,
.compTitle2Large {
    font-size: 300%;
    font-weight: 300;
}
.compTitle3Large {
    font-size: 250%;
}

/*line-height adjustments*/
.compTitle1Small,
.compTitle2Small,
.compTitle3Small {
    line-height: 30px;
}
.compTitle1Medium,
.compTitle2Medium,
.compTitle3Medium {
    line-height: 35px;
}
.compTitle1Large,
.compTitle2Large,
.compTitle3Large {
    line-height: 40px;
}
a.homelink {
    display: inline-block;
}
a:hover.homelink {
    text-decoration: inherit;
}

/*colors*/
.compTitle1Small,
.compTitle2Small,
.compTitle1Medium,
.compTitle2Medium,
.compTitle1Large,
.compTitle2Large
 {
    color: #5f5959;
}
.compTitle3Small,
.compTitle3Medium,
.compTitle3Large {
    color: #5f5959;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

a.homelink {
    display: block;
}
a:hover.homelink,
a:focus.homelink,
a:active.homelink
 {
    text-decoration: none;
}
.navbar {
  
        margin: 0px;
        background: url(../images/bg_green.jpg) no-repeat top fixed; 
      /*  border-bottom: #dad7c8;
        border-bottom-style: solid;
        border-bottom-width: medium;*/
   
}

/*Responsive*/

@media(max-width:480px) {
.header {
    padding: 20px 0;
}
.compTitle1Large,
.compTitle1Medium,
.compTitle1Small,
.compTitle2Large,
.compTitle2Medium,
.compTitle2Small
 {
    font-size: 200%;
    line-height: 32px;
}
.compTitle3Large,
.compTitle3Medium,
.compTitle3Small
 {
    font-size: 150%;
    line-height: 27px;
    }
}


/* =================
   *Phone
   =================================================== */
.phone {
    margin: 7px 18px 0 0;
    font-size: 26.03px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    
    text-decoration: none;!important
    
 
}

./*phone-bg {
    font-size:22px;
    
    color: #5f5959;
    overflow-y: hidden;
    max-height: 40px;  approximate max height 
    text-align: right;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5 )
}*/
.phone .span1 { 
    padding: 0 5px 0;
    color: #5f5959; 
} 
.phone .span2 { 
    color: #5f5959; 
    text-decoration: none;!important
}
.phone .officenumber {
    display: inline-block;
    padding: 2px 0;
}
.phone .officenumber a {
    color: #5f5959;
}
.phone .officenumber:first-child a {
    display: inline-block;
}
.phone .officenumber a:hover {
    text-decoration: none;!important
}
.phone .officenumber:before {
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    content: '\f095';
    color: rgba(255,255,255,.8);
    text-shadow: none;
    line-height: 30px;
    text-decoration: none;!important
}

@media(min-width:768px) {
.phone .officenumber:first-child a {
    /*margin-right: 20px;*/
    text-decoration: none;!important
    }
}
@media(max-width:1194px) {
.phone  {
   max-height: 0;
    display: none;
    }
}

/* =================
   *Carousel - FlexSlider
   =================================================== */

@media (min-width: 1200px) {
.flexslider-container {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    }
}
.flexslider {
    border: none;
    margin: 0;
    overflow: hidden;
    border-radius: 0px;
}
.flexslider .slides li {
    position:relative;
}
.flexslider .slides li div {
   width: 100%;
    eight: auto;
    text-align: center;
    position: absolute;
    top: 0;
    display: table;
    /* background: blue; */
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 33%;
}
.flex-caption {
   font-family: 'Lobster', cursive;
   font-weight: 400;
   text-align: center;
   color: #ffffff;
    font-size: 53px;
}


.flex-control-nav {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 10;
}
.flex-direction-nav {
    display: none !important;
}

.skew:before{
 content: '';
    position: absolute;
    overflow: visible;
    width: 1300px;
    height: 60px;
    background: #ffffff;
    z-index: 20;
    transform: skewY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
    margin-top: -40px;
}



@media(min-width:1092px) {
.flex-caption {
    font-size: 66px;!important
   }

}

@media(max-width:1300px) {
.skew:before{
    display: none;
}
}

@media(max-width:770px) {
.skew:before{
    display: none;
}
.flex-direction-nav {
    display: none;
    } 
   
    .flex-control-nav{
   bottom: 5px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 10;
   
    }

    
}
@media(max-width:992px) {
.flex-caption,
.flexslider .slides li div,
.flexslider .slides p {
    display: none;
}
.flex-direction-nav {
    display: none;
    } 
   
}

/* =================
   *Carousel Owl 
   =================================================== */

.owl-controls {
    margin: 0 0 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background-color: rgba(250, 250, 250, .4);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #4cce8f;
}



/* =================
   *Footer
   =================================================== */
#footer br {
    display: none;
}
p.devby  {
    margin: 10px 0 0 0;
    font-size: 15px;
}
@media(max-width:1200px) {
#footer,
#footer .text-right  {
    text-align: center;
    }
}
section.footer hr {
    border-color: #8b8a8a;
    border-width: 1px;
    margin: 0;
    padding-bottom: 50px;
}

/* =================
   *Scroll to Top
   =================================================== */

.scroll-back-to-top { 
    background:#52a87e; 
    color:#fff; 
    display:block!important; 
    cursor:pointer; 
    position:fixed; 
    z-index:10; 
    bottom:-50px; 
    right:15px; 
    font-size:24px!important; 
    line-height:48px!important; 
    height:48px; 
    width:48px; 
    padding:0; 
    text-align:center; 
    transition:bottom 0.25s ease, background 0.25s ease, color 0.25s ease, border-top 0.25s ease, margin-left 0.25s ease; 
}
.scroll-back-to-top:hover { 
    background:#4cce8f; 
}
.scroll-back-to-top:active { 
    background:#4cce8f; 
}

/* =================
   Misc Design
   =================================================== */

.fade-in{
opacity: 0;
-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}
.text-primary {
    color: #47a07b;
}
/* no-gutters Class Rules */
.row.no-gutter {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
.contact-icon:last-child {
    padding-top: 20px;
}
.contact-icon > div {
    padding-top: 5px;
}
/* fancybox */
.fancybox-inner {
    overflow: hidden !important;
}  
.fancybox-type-iframe .fancybox-nav {
    width: 10%;
    height: 70%;
    margin: 15% 0;
}
.interior .banner  {
/*    height: 500px;*/
    position: relative;
    width: 100%;
    overflow: hidden;
    
}
.interior .banner img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media(max-width:768px) {
.interior .banner img  {
    height: auto;
    min-width: 150%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
 }
}
@media(max-width:1200px){
    .background {
        background: none;
    }
}


/* =================
   Layout Adjustments
   =================================================== */
.no-padding {
    padding: 0px;
}
.m-padding {
   padding: 10px 0;
}
.no-gutter > [class*='col-md-6'] {
    padding-right:0;
    padding-left:0;
}

@media(min-width:480px) {
.centered {
    text-align: center;
    }
}
@media(min-width:1200px) {
.no-gutters {
    padding: 0px;
    }
}
/*turn off bs menu collapse anima*/
.collapsing {
    -webkit-transition-timing-function:ease;
    -o-transition-timing-function:ease;
    transition-timing-function:ease;
    -webkit-transition-duration:.85s;
    -o-transition-duration:.85s;
    transition-duration:.85s;
    -webkit-transition-property:height,visibility;
    -o-transition-property:height,visibility;
    transition-property:height,visibility
}

/* =================
   Type Adjustments
   =================================================== */
.italic {
    font-style: normal;
}
.bold {
    font-weight: bold;
}
.sm-line-height {
    line-height: 50%;
}
.med-text {
    font-size: 140%;
}
.sm-text {
    font-size: 90%;
}
.xsm-text {
    font-size: 80%;
}
blockquote {
    font-size: 130%;
     font-weight: 200;
}
#content p[align="justify"],
#content div[align="justify"]  {  
    text-align: left;
}
#content p span [font] {
    display: block;  
    padding-top: 20px;
}
fieldset {
    margin: 0;
    border: 1px solid #000;
    padding: 12px;
}
legend {
    padding: 0px 2px;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    border: none;
}

/* =================
   Main Menu Device Icons
   =================================================== */

.mobile-icons { 
    position:absolute; 
    top:71%; 
    right:15px; 
    text-align:right; 
    margin:-22px 0 0 0; 
    padding:4px 0 12px 30px; /*border-left:1px solid rgba(255,255,255,0.5)*/; 
}

ul.menu-icons {
    padding: 0;
    margin: 0;
    min-width: 220px;
    position: relative;
    float: right;
    height: auto;
    display: inline-block;
    padding-right: 5px;
}
ul.menu-icons li {
    margin: 0;
    list-style-type: none;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
/*    background-color: rgba(255,255,255,.05);*/
    padding: 9px 3px;
    float: left;
}
ul.menu-icons [data-icon]:before {
    font-family: FontAwesome;
    content: attr(data-icon);
    padding:35px 10px;
    font-size: 25px;
}
ul.menu-icons li a.icon {
    cursor: pointer;
    color: #5f5959;
    width: 50px;
    display: block;
    border-radius: 3px;
    text-align: center;
}
ul.menu-icons li a.icon:hover {
    text-decoration: none;
     color: #52a87e;
/*    background-color: rgba(0,0,0,.2);
    -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
    width: 50px*/
    
    /*border-bottom: #dad7c8;
    border-bottom-style: solid;
        border-bottom-width: 6px;
        border-collapse: separate;
    border-spacing: 50px 50px;
    padding-bottom: 40%;*/
   
}
ul.menu-icons li a:visited.icon,
ul.menu-icons li a:focus.icon:focus {
    text-decoration: none;
}
@media(max-width:770px){
   .mobile-icons{
   position: static;
    right: 0;
    left: 0;
    margin: auto;
    }
}
@media (max-width: 650px) {
.mobile-icons {
    position: static;
    right: 0;
    left: 0;
    margin: auto;
    }
}

/* =================
   Videos Page
   =================================================== */

.fancybox-close {
    display: none;
}
.fancybox-skin {
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
     border-radius: 0px; 
}

.vjs-paused .vjs-big-play-button { 
    position:absolute!important; 
    border-radius:100%!important; 
    text-align:center!important;
    left:50%!important; 
    top:50%!important; 
    margin:-42px 0 0 -44px!important; 
    background:rgba(0,0,0,0.25)!important; 
    border:2px solid #fff!important; 
    height:80px!important; 
    width:80px!important; 
    box-shadow:0 0 10px rgba(0,0,0,0.5)!important; 
}
.vjs-paused .vjs-big-play-button:active { 
    background:rgba(255,255,255,0.25)!important; 
}
.vjs-paused .vjs-big-play-button::before { 
    color:#fff!important; 
    text-shadow:0 0 10px rgba(0,0,0,0.5)!important; 
    font-size:40px!important; 
    line-height:81px!important; 
    margin-left:2px; 
}
.vjs-playing .vjs-big-play-button { 
    display:none!important; 
} 
.fancybox-outer .fancybox-inner .video-js .vjs-big-play-button {
    display:block;
} 
.fancybox-lock {
    overflow: visible!important;
}


