/*!
 * 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:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

 html,
 body {
    width: 100%;
    height: 100%;
}
html {
    overflow-y:scroll;
}
body {
    font-family: 'Open Sans', sans-serif;
    background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

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

a {
    color: #8b69b3;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

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

h2.section-heading {
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
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: 1200px;
    margin: 0 auto 0;
    padding: 0 0  ;
    position: relative;
    -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: #f3f3f3;
    padding: 0px;
}
section.contact-plugin .container-inner {
    padding: 60px 0;
}
section.address-plugin {
    padding: 0px;
    background: #313131;
    color: #fff;
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    font-size: 16px;
}
section.address-plugin .container-inner {
    padding: 50px 0;
}
section.address-plugin a {
    color: #fff;
}
section.testimonials-plugin  {
    padding: 0px;
    background: #ededed;
    background-image: url("../images/testimonial.png");
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-color: #674e85;
    background-position: 50% 100%;
    background-repeat: no-repeat;   
}
section.footer {
    background: #313131;
    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;
    }

}

#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;
} 

/*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: #674e85;
    color: #fff;
}
/*:hover*/
a.btn:hover,
a.btn:focus,
a.viewmore:hover,
input.Button:hover,
input.ButtonSm:hover,
input.ButtonHover {
    border: none;
    background-color: #423255;
    color: #fff;
}
/*color ghost*/
a.viewmore {
    background-color: #423255;
    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: #674e85;
    color: #fff;
}
/*:hover*/
input.Button:hover {
    border: none;
    background-color: #423255;
    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: 57px 0 24px; 
    background: none;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    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: 300%;
    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: #313131;
}
.compTitle3Small,
.compTitle3Medium,
.compTitle3Large {
    color: #674e85;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

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,
.compTitle2Large,
.compTitle2Medium,
.compTitle2Small
 {
    font-size: 200%;
    line-height: 32px;
}
.compTitle3Large,
.compTitle3Medium,
.compTitle3Small
 {
    font-size: 150%;
    line-height: 27px;
    }
}


/* =================
   *Phone
   =================================================== */
.phone-bg {
    font-size:22px;
    background: #674e85;
    color: #fff;
    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: #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;
    height:533px;
    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 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    padding: 21px;
    color: #1e1e1e;
    z-index: 1;
    letter-spacing: -2px;
    display: table;
    width: 250px;
}
.flex-emphasis {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #674e85;
}

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


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



/* =================
   *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:#674e85; 
    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:#423255; 
}
.scroll-back-to-top:active { 
    background:#423255; 
}

/* =================
   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: 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:1200px){
    .background {
        background: none;
    }
}


/* =================
   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
   =================================================== */

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


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