/*!
 * Start Bootstrap - Custom Theme

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

/* =================
   Common Elements
   =================================================== */
 html,
 body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background: #443f3c url(../images/bg.jpg) repeat top left;
    border-top: solid 5px #7f5e71;
}

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

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

a {
    color: #5d4352;
}

a:hover,
a:focus {
    color: #000;
}

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: #7f5e71; }
.border-color { color: rgba(0,0,0,0.2); }

h2.section-heading {
    margin-bottom: 10px;
    text-align: left;
}
section.testimonials-plugin h2.section-heading {
    color: #fff;
}
.home h2.section-heading {
    margin-bottom: 10px;
}
section.address-plugin h2.section-heading,
section.testimonials-plugin h2.section-heading,
section.contact-plugin h2.section-heading,
section.contact-plugin .intro {
    text-align: center;
}
section.address-plugin h2.section-heading {
    padding-bottom: 10px;
}
section.contact-plugin .heading::after,
section.contact-plugin .intro
 {
    padding: 0;
    border-bottom: 0;
}
@media (max-width: 768px) {
body {
    border-top: none;
}
}
/* 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: 1200px;
    margin: 0 auto 0;
    padding: 0 0  ;
    position: relative;
    background: rgba(255, 255, 255, 1.0);
    -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);
}
section.content {
    background-color: #fff;
    color: #454545;
}
section.contact-plugin {
    background-color: #F0F0F0;
    padding: 0px;
}
section.contact-plugin .container-inner {
    padding: 60px 0;
}
section.address-plugin {
    padding: 0px;
    background: #fff;
/*    color: #fff;*/
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
}
section.address-plugin .container-inner {
    padding: 100px 0;
}
section.testimonials-plugin  {
    padding: 0px;
    background: #ededed;
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../images/cover-testimonial.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
section.footer {
    background: #F7F7F7;
    padding: 30px 0;
}

/*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;
    }

}

#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: 700;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
} 

/*large*/
a.btn,
a.viewmore,
input.Button,
input.ButtonHover,
button {
    padding: 16px 40px;
} 

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

/*default solid color*/
a.btn,
a.viewmore,
input.Button,
input.ButtonSm
 {
    border: none;
    background-color: #7f5e71;
    color: #fff;
}
/*:hover*/
a.btn:hover,
a.btn:focus,
a.viewmore:hover,
input.Button:hover,
input.ButtonSm:hover,
input.ButtonHover {
    border: none;
    background-color: #000;
    color: #fff;
}
/*color ghost*/
a.viewmore {
    border: 1px solid rgba(255,255,255,1);
    background-color: transparent;
    color: #fff;
    border-radius: 0;
}
/*:hover*/
a.viewmore:hover {
    border: 1px solid rgba(255,255,255,1);
    background-color: #fff;
    color: #000;
    border-radius: 0;
}
/*color inverted*/
input.Button
 {
    border: none;
    background-color: #7f5e71;
    color: #fff;
}
/*:hover*/
input.Button:hover {
    border: none;
    background-color: #000;
    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 Widget
   =================================================== */

.header {
    padding: 30px 0; 
    background: #fff;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.logo {
    margin: 0 auto;
}
/*Small Text*/
.compTitle1Small,
.compTitle2Small {
    font-size: 175%;
    font-weight: 300;
}
.compTitle3Small {
    font-size: 150%;
}

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

/*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: #222;
}
.compTitle3Small,
.compTitle3Medium,
.compTitle3Large {
    color: #7f5e71;
}

a.homelink {
    display: block;
}
a:hover.homelink,
a:focus.homelink,
a:active.homelink
 {
    text-decoration: none;
}

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


/* =================
   *Phone
   =================================================== */
.phone-bg {
    font-size:18px;
    background: #7f5e71;
    color: #fff;
    overflow-y: hidden;
    max-height: 30px; /* 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: #fff; 
} 
.phone .span2 { 
    color: #fff; 
}
#phone .officenumber {
    display: inline-block;
    padding: 2px 0;
}
#phone .officenumber a {
    color: #fff;
}
#phone .officenumber:first-child a {
    display: inline-block;
}
#phone .officenumber a:hover {
    text-decoration: none;
}
#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;
}

@media(min-width:768px) {
#phone .officenumber:first-child a {
    margin-right: 20px;
    }
}
@media(max-width:766px) {
.phone-bg  {
   max-height: 0;
    }
}

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

@media (min-width: 1200px) {
.flexslider-container {
    width: 1200px;
    margin: auto;
    }
}
.flexslider {
    border: none;
    margin: 0;
    overflow: hidden;
    border-radius: 0px;
}
.flexslider .slides li {
    position:relative;
}
.flexslider .slides li div { 
    text-align: center;
    width: 250px;
    height: 578px;
    line-height: 578px;
    text-align: center;
    position: absolute;
    top: 0;
    display: table;
}
.flex-caption {
    text-align: center;
    vertical-align: middle;
    font-family: Merriweather, serif;
    text-align: center;
    padding: 21px;
    color: #fff;
    font-weight: 300;
    z-index: 1;
    letter-spacing: -2px;
    background: rgba(0, 0 ,0,.9);
    display: table;
    width: 250px;
}

.flex-control-nav {
    bottom: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: auto;
    z-index: 10;
}

.flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 40px;
    display: inline-block;
    content: '\f104';
    color: rgba(0,0,0,0.3);
    text-shadow: none;
    line-height: 40px;
}
.flex-direction-nav a.flex-next:before {
     content: '\f105';
}
.flex-control-nav li {
    margin: 0 4px;
}

@media(min-width:992px) {
.flex-caption {
    width: 463px;
    bottom: 35%;
    z-index: 10;
    font-size: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15%;
    line-height: 55px;
    }
.flexslider .slides p {
    vertical-align: middle;
    }
}
@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: #7f5e71;
}



/* =================
   *Footer
   =================================================== */
#footer br {
    display: none;
}
p.devby  {
    margin: 10px 0 0 0;
}
@media(max-width:1200px) {
#footer,
#footer .text-right  {
    text-align: center;
    }
}

/* =================
   *Scroll to Top
   =================================================== */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, .5);
    color: rgba(250, 250, 250, 1);
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 25px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: rgba(0, 0, 0, 1);
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

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

/* Ornaments */
.ornament {
    display: block;
    margin: 25px auto 0;
    max-width: 150px;
}
.ornament i {
    background: #fff;
    width: 35px;
    position: relative;
    color: #bb7b9c;
    font-size: 20px;
    z-index: 1;
}
.ornament:after{
    content: "";
    display: block;
    position: relative;
    top: -7px;
    border-top: 1px solid #bb7b9c;
    z-index: 0;
}
.ornament i.color {
    background: #fff;
}
.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: 290px;*/
    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:768px) {
.ornament {
    display: none;
    }
}



/* =================
   *Social Media
   =================================================== */
/*ul.social-icon {
    padding: 0px;
    margin-top: 0;
    margin-bottom: 30px;
}
.social-icon > li {
    background:#fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    vertical-align: top;
    width: 45px;
    height: 45px;
    margin:0 2px;
    cursor:pointer;
}
.social-icon li:hover a {
    color: #fff;
}
.social-icon > li:hover {
    background:#7f5e71;
}
.social-icon a {
    color: #484848;
}

@media(max-width:992px) {
ul.social-icon {
    text-align: center;
    }
}*/




/* =================
   Layout Adjustments
   =================================================== */
.no-padding {
    padding: 0px;
}
.m-padding {
    padding: 70px 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: italic;
}
.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-style: italic;
}
#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
   =================================================== */
/*.rblMaps,.rblPhones{
    display:none;
}*/

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: 6px 2px;
    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: rgba(255,255,255,1);
    width: 50px;
    display: block;
/*    border: 1px solid rgba(255,255,255,.2);*/
    border-radius: 3px;
    text-align: center;
}
ul.menu-icons li a.icon:hover {
    text-decoration: none;
    color: rgba(255,255,255,.9);
    background-color: rgba(0,0,0,.2);
}
ul.menu-icons li a:visited.icon,
ul.menu-icons li a:focus.icon:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
ul.menu-icons {
    display: none;
    }
}