/*!
 * 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: 'Roboto',Arial,sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
}

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

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

a {
    color:#1ed760;
}

a:hover,
a:focus {
    color: #626062;
    text-decoration: none;
    
}
.footer a {
    color: #626062;
}
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;
}

h2.section-heading {
    margin-bottom: 20px;
    text-align: left;
    font-size: 240%;
    color: #626062;
    text-transform: lowercase;
    border-left: 6px solid #1ed760;
    padding-left: 15px;
    font-weight: 300;
    margin-top: 0px;
}

section.testimonials-plugin h2.section-heading {
    text-align: left;
     color: #fff;
    }




/* add spacer between col stack */
@media (max-width: 992px) {
.page-team .colmargin,
.page-contact .colmargin {
    margin-top: 20px;
    }
}

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

header {
    text-align: center;
    color: #fff;
}
header .intro-tag {
    width: 100%;
    color: #fff;
    position: static;
    width: 65%;
    max-width:575px;
    z-index: 20;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
header .intro-tag .container-inner {
    line-height: 22px;
    clear: both;
    text-align: center;
    width: auto;
}
header .intro-lead-in {
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
}
header .intro-heading {
    text-transform: lowercase;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
}

header .skew:before{
   content: '';
    position: absolute;
    left: 0px;
    bottom: 23px;
    overflow: visible;
    width: 100%;
    height: 80px;
    background: #ffffff;
    z-index: 20;
    -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-5deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial; 
    
}
header .skew:after{
    content: '';
   position: absolute;
    left: 0px;
    bottom: -50px;
    overflow: visible;
    width: 100%;
    height: 108px;
    background:#ffffff;
    z-index: 20;
    -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-3deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial; 
    
}

header .skew .carousel-inner {
  margin-left: auto;
  margin-right: auto;
}

.phone {
display: none;

}


.desktopcarousel {
    display: block;
    opacity: 100;
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 

    }

     @media (min-width: 1281px) {
.phone {
    clear: both;
    line-height: 28PX;
    font-size: 28px;
    color: #fff;
    float: left;
    width: 272px;
    margin: auto;
    border-left: 6px solid #1ed760;
    padding: 0 0 0 10px;
    display: block;
    text-align: left;
}

}

@media (min-width: 992px) {
.desktopcarousel {
    display: block;
    opacity: 100;
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 

    }
header {
    text-align: center;
    color: #fff;
}
header .intro-tag {
     padding: 0 0 0 35px;
     margin-top: 15%;
     position: absolute;
     left: 60%;
     text-align: left;
     border-left: 6px solid #1ed760;
}
header .intro-tag .container-inner {
    float: center;
    clear: both;
    width: 600px;
}
header .intro-lead-in {
    font: 'Roboto Light'sans-serif;
    line-height: 40px;
font-size: 70px;
}
header .intro-heading {
   font-size: 65px;
   line-height: 70px;
   }
}
.header {
    background: none;
}


@media(max-width: 1280px) {
.navbar-header {
    float: none;
} 
.carousel-inner,
.interior .banner  {
    top: -50px;
}
}

/* =================
   Main Section Layouts
   =================================================== */

/*content*/



section.content {
    height: auto;
    margin: 0 auto;
    width: 100%;
    bottom: 10px;
    color: #626062;
    height: auto;
    margin: 0 auto;
    padding: 25px 0px 50px;
    position: relative;
    letter-spacing: 1px;
    z-index: 100;
}


/*contact plugin*/
section.contact-plugin {
    background-attachment: fixed;
    background: url(../images/contact-bg.jpg)repeat ;
    background-position: 50% 0;
    color: #6b6b6b;
    padding: 0px;
}
section.contact-plugin .container-inner {
    padding: 100px 0;
}
section.contact-plugin h2:first-of-type {
    color: #626062;
}

/*address plugin*/
section.address-plugin {
    padding: 0px;
    background-attachment: fixed;
    
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
}
section.address-plugin .container-inner {
    padding: 30px 0 45px;
}
section.address-plugin h2:first-of-type {
    color: #626062;
}
.address-plugin .blockwrap {
    font-size: 115%;
    max-width: 480px;
    width: 50%;
    display: inline-block;
    color: #626062;
    font-family: 'Roboto Light'sans-serif;
}
.address-plugin ul {
    width: 100%;
}
.address-plugin li {
    display: 500;     
}
.address-plugin .adcity1 {
    font-weight: 400;
}
.address-plugin .adcity1:after {
    display: inline-block;
    content: ":";
}
.address-plugin .adph{
    font-weight: normal;
    padding: 10px 0 0 0;
}
.adcityname {
    display: inline-block!important;
}
.adcity1, .adadd, .adadd2, .adzip, .admap, .adph {
    margin-right: 0px;
}
.adgrp1,
.adgrp2 {
    display: block;
}
.mapicon {
    padding-top: 2px;
    display: inline-block;
}
.mapicon {
    padding-top: 2px;
    display: inline-block;
}
a.mapicon:before {
    font-family: FontAwesome;
    content: "\f041";
    font-size: 20px;
    position: relative;
    right: 5px;
    color: #626062;
}
a.mapicon:before:hover{
    text-decoration: none!important;
}
.admap {
    text-transform: capitalize;
    /*font-size: 95%;
    font-weight: 500;*/
}
.address-plugin a {
    color: #1ed760;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    /*font-weight: 400;*/
}
@media (min-width: 1200px){
.address-plugin ul {
    line-height: 10px;
    padding-top: 20px;
    }
}
@media (min-width: 992px){
.address-plugin .blockwrap {
    width: 110%;
    max-width: 110%;
}
.address-plugin ul {
    width: 100%;
}
.address-plugin li {
    display: inline-block;     
}
.adgrp1,
.adgrp2 {
    display: inline-block;
}
.adcity1,
.adadd,
.adadd2,
.admap,
.adph {
    padding-right: 10px;
    }
.adgrp1 {
    padding: 0 20px;
    }
.adgrp1 {
    border-right: 1px solid rgba(50,50,50,0.4);
    border-left: 1px solid rgba(50,50,50,0.4);
    }
a.mapicon:before {
    padding-left: 15px;
}
 }

/*testimonials plugin*/
section.testimonials-plugin {
    padding: 0px;
    text-align: center;
    color: #fff;
    background-image: url(../images/cover-testimonial.jpg);
    background-position: 40% 30%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*footer*/
section.footer {
    background: #191919;
    padding: 100px 0;
    color: rgba(98, 96, 98, 0.74);
    background-image: url(../images/contact-bg.jpg);
    font-weight: 300;
}

/*remove boostrap col min-height*/
.contact-plugin> div>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: 0px 0px 40px;
    }
section.testimonials-plugin {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/cover-testimonial.jpg);
    background-position: 45% 0%;
    height:auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    text-align: center;
    color: #fff;

}
}

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

/* =================
   *Button UI
   =================================================== */
/*default styling*/
a.btn,
a.viewmore, 
input.Button, 
input.ButtonSm, 
input.ButtonHover {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    -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
 {
    background-color: #1ed760;
    color: #fff;
}
/*:hover*/
a.btn:hover,
a.btn:focus,
a.viewmore:hover,
input.Button:hover,
input.ButtonSm:hover,
input.ButtonHover {
    background-color: #78eea2;
    color: #fff;
}
/*color ghost*/
a.viewmore {
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    /* padding-bottom: 10px; */
    border-radius: 0px;
    padding: 0px;
    font-weight: 400;
    margin: 0px;
}
/*:hover*/
/*:hover*/
a.viewmore:hover {
    color: #fff;
    border-bottom: 8px solid #78eea2;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

/*color 2 solid */
input.Button
 {
    border: none;
    background-color: #1ed760;
    /* color: #fff; */
}

a.phonelink {
    font-size: 28px;
    color: white;
    font-style: normal;
}



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

.navbar-brand {
    font-weight: 100;
    background: transparent;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    line-height: 40px;
    padding-top: 110px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s; 
     position: absolute;
     right: 0;
    text-align: center;
    z-index: 50;
    left: 0;
    top: 5%;
    bottom: 0px;
    
}

/*Large Text*/
.compTitle1Large,
.compTitle2Large {
    font-size: 320%;
    font-weight: 300;
}
.compTitle3Large {
    font-size: 180%;
    font-weight: 200;
}
/*Medium Text*/
.compTitle1Medium,
.compTitle2Medium  {
    font-size: 240%;
    font-weight: 300;
}
.compTitle3Medium {
    font-size: 160%;
    font-weight: 200;
}
/*Small Text*/
.compTitle1Small,
.compTitle2Small {
    font-size: 175%;
    font-weight: 300;
}
.compTitle3Small {
    font-size: 100%;
}

/*line-height adjustments*/
.compTitle1Large,
.compTitle2Large,
.compTitle3Large {
    line-height: 50px;
}
.compTitle1Medium,
.compTitle2Medium,
.compTitle3Medium {
    line-height: 45px;
}
.compTitle1Small,
.compTitle2Small,
.compTitle3Small {
    line-height: 35px;
}
.compTitle3Large,
.compTitle3Medium,
.compTitle3Small {
    line-height: 30px;
}

/*colors*/
.compTitle1Small,
.compTitle2Small,
.compTitle1Medium,
.compTitle2Medium,
.compTitle1Large,
.compTitle2Large
 {
    color: #fff;
}
.compTitle3Small,
.compTitle3Medium,
.compTitle3Large {
    color: #fff;
}
/*hide line #2 mobile view*/
.compTitle2Small,
.compTitle2Medium,
.compTitle2Large 
 {
/*display: none;*/
}

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

/*Responsive*/
@media(max-width:1281px) {
.navbar-brand {
    padding-top: 3%;
   /* font-variant-position: top;*/
    
    }
}
@media(max-width:480px) {
.navbar-brand {
    /*padding-bottom: 10px;
    text-align: center;
    float: none;
    clear: both;
    padding-top: 10%;
    position: fixed;*/
    padding-bottom: 16%;
    text-align: center;
    float: none;
    clear: both;
    padding-top: 4%;
    position: static;
    background-color: #A4CA80;
    
}
}
@media(max-width:768px) {
.compTitle1Large,
.compTitle1Medium,
.compTitle1Small,
.compTitle2Large,
.compTitle2Medium,
.compTitle2Small
 {
    font-size: 190%;
    line-height: 33px;
}
.compTitle3Large,
.compTitle3Medium,
.compTitle3Small
 {
    font-size: 140%;
    line-height: 33px;
    }
}

/* =================
   *Phone
   =================================================== */

.phone .span1 { 
    padding: 0 0px 0;
    color: #fff;
} 
.phone .span2 { 
    color: #fff;
}
.phone .officenumber {
    display: inline-block;
    padding: 5px 0;
}
.phone .officenumber a {
    color: #fff;
    text-decoration: none;
}
.phone .officenumber:first-child a {
    display: inline-block;
}
.phone a:hover {
    text-decoration: none!important;
}
.phone .officenumber:before {

    font-size: 28px;
    display: inline-block;
    content: '\f095';
    color: rgba(255,255,255,.8);
    text-shadow: none;
    
}

.interior .phone .span1 {
    padding: 0;
    color: #fff;
} 
.phone .span2 { 
    color: #fff;
}
.phone .officenumber {
    display: inline-block;
    padding: 5px 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-size: 28px;
    display: inline-block;
    content: '\f095';
    color: rgba(255,255,255,.8);
    text-shadow: none;
    
}

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

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


@media (min-width: 1281px) {
.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: "Colaborate-Regular",sans-serif,FontAwesome;
    font-size: 40px;
    display: inline-block;
    content: '\f053';
    color: rgba(255,255,255,.8);
    text-shadow: none;
    line-height: 40px;
}
.flex-direction-nav a.flex-next:before {
     content: '\f054';
}
.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: right;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 2%;
    bottom: 40px;
}
.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(255, 255, 255, .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: rgba(255, 255, 255, 1.0);
}



/* =================
   *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 {
    bottom: 0;
    color: #1ed760;
    font-size: 60px;
    height: 50px;
    line-height: 45px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 15px;
    text-align: center;
    visibility: hidden;
    width: 50px;
    z-index: 99999999;
    border-bottom : 0px solid #1ed760;   
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.scroll-top-wrapper:hover {
    border-bottom: 6px solid #1ed760; 
}
.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: 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: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%;
/*    border: 1px solid rgba(0, 0, 0, .2);*/
    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: 2px 10px;
}
.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%;
    /* font-weight: 300; */
}
.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;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel .container {
    position: absolute;
    z-index:20;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
   
    /* min-width: 100%; */
}

.cover1 {
    background-image: url(../images/cover1.jpg);
    background-size: cover;
}
.cover2 {
    background-image: url(../images/cover2.jpg);
    background-size: cover;
}
.cover3 {
    background-image: url(../images/cover3.jpg);
    background-size: cover;
}


.carousel-control {
    height: auto;
    padding-top: 20%;
    font-size: 80px;
    text-shadow: 0 1px 1px rgba(0,0,0,.0);
    background-color: transparent;
    border: 0;
    z-index: 10;
    opacity: .05;
}
a.carousel-control:hover {
    opacity: 1.0;
}
.carousel-control.left {
    text-align: left;
    padding-left: 40px;
}
.carousel-control.right {
    text-align: right;
    padding-right:40px;
}
a.carousel-control.right,
a.carousel-control.left 
 {
    top: 16%;

}
.carousel .item {
    height: 1055px;
/*
    background-position: center center;
*/
}
.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 1055px;


}

.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
}
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}

/*a.scroll {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 50px;
    text-align: center;
        width: 60px;
    height: 60px;
  opacity: 1;
      background-color: rgba(0,0,0,.08);
    color: #fff;
    border-radius: 50%;
   transition: opacity  ;
   -moz-transition: opacity ;
   -webkit-transition: opacity ;
}
a:hover.scroll {
    background-color: rgba(0,0,0,.5);
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    opacity: 0.5;
}*/
    /* RESPONSIVE CSS
    -------------------------------------------------- */

@media (max-width: 1366px) {
          .carousel .item {
        height: 800px;

      }
    }


@media (max-width: 1200px) {
          .carousel .item {
        height: 800px;

      }
      a.carousel-control.right,
a.carousel-control.left 
 {
    top: 15%;
}
    }

@media (max-width: 992px) {
          .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }
      .carousel .item {
        height: 600px;
        background-position: center left;
      }
    
    .phone {       
     display: none;    
     }
.call-line {
        display: none;
}
header .intro-tag {
    max-width: initial;
    color: rgba(50,50,50, 0.9);
    position: relative;
    width: 100%;
    margin: auto;
    /* max-width: 550px; */
    z-index: 20;
    color: rgba(50,50,50, 0.9);
    transition-property: all;
    transition-duration: .5s;
    padding: 20px 0;
    float: left;
}
header .intro-tag br {
    display: inline-block;
}
header .intro-tag br:before  {
   content: "";
   display: block;
   padding-right: 5px;
}
      .navbar-inner {
        margin: -20px;
      }

      .carousel {
/*        margin-left: -20px;
        margin-right: -20px;*/
      }
.carousel .container {
    display: none;

      }

  .carousel-control.left,
  .carousel-control.right {
display: none;
}


header .intro-lead-in { 
    font-size:18px;
}
header .intro-heading {
        font-size: 40px;
        line-height: 44px;
  }
  header .intro-tag .intro-heading:after {
    width: 60px;
    padding-bottom: 20px;

}  a.scroll {
    display: none;

}
    }

    @media (max-width: 768px) {
            .carousel .item {
        height: 500px;
                background-position: 13%;
  
      }

}
.interior .carousel-inner {
    display: none;
    z-index: -100;
}
.interior .banner  {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.interior .banner img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media(max-width:1200px) {
 .interior .banner  {
    margin-top:0px;
    }
}

@media(max-width:768px) {
.interior .banner img  {
    height: auto;
    min-width: 150%;
    left: 65%;
    position: relative;
    transform: translateX(-50%);
    background-position: center left;
 }
}


/* =================
   Effects
   =================================================== */

.fade-in {
    opacity:0;  /* make things invisible upon start */
  -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;

}

