


/*  General code   */


html,
body {
        height:100%;
        width:100%;
        color: #566473;
        background:#F1F4F9;
        font-family: "Gill Sans",Helvetica,Arial,sans-serif;
        font-size: 18px;
        line-height: 22px;
}
    
body {
    overflow-x:hidden
}
    
h1, h2, h3, h4, h5, h6 {
    color: #566473;
    font-family: 'Gill Sans',sans-serif;
    font-weight: 600;
}   
    
h1 {
    font-size:36px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom: 15px;
}


.wrap {
    height: 100%;
    width: 100%;
}


.divider {
    padding: 0 0 100px;
}

.divider-xs {
    padding: 50px 0;
}

.light, .light h2, .light h3 {
    color:#fff!important;
}


/* List styles */
ul.why {
    
    list-style:none;
    padding:0;
    margin:0;
}

ul.why li {
    margin: 15px 0;
}

ul.why li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: relative;
    color: #fff;
    background: #777777;
    border-radius: 100%;
    margin: 0 7px 0 0;
    padding: 3px;
}

.fa-map-marker:hover {
    color: #2EAEF0;
    cursor: pointer; 
}


/*  Form code */


input.form-control, textarea.form-control { 
    border: solid 1px #CCC;
    background: #fff !important;
    box-shadow: none !important;
}

.form-control {
    height: 44px;
}


input:hover, textarea:hover,
input:focus, textarea:focus { 
    border-color: #C9C9C9; 
}

.labels-locatories {
     color: black;
     background-color: white;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 12px;
     font-weight: bold;
     text-align: center;
     width: 160px;     
     border: 1px solid black;
     white-space: nowrap;
   }

   .carousel-wrapper{
	overflow:hidden;
	width:100%;
}
	
	.make-slider{
	padding:0px 0px;
}
#make-carousel .item{
	margin-top:20px;
}
.utility-bar .hero-area .owl-carousel .owl-wrapper-outer{width:100%!important}.utility-bar3 .hero-area .owl-carousel .owl-wrapper-outer{width:100%!important}


   
/* map code */

.center-div
{
     margin: 0 auto;
     max-width: 900px;
}

#map {
    float: left;
    width: 100%;
    height:600px;
    position: relative;
    font-family: "Gill Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
  }
  
  #submap {
    position: relative;
    width: 100%;
    height:100px;
}
#control {position: absolute; top: 45px; right:23px; color:#000; font-family:arial; font-size:medium; z-index:1000;}
   
.leaflet-verticalcenter {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    top: 50%; /* possible because the placeholder's parent is the map */
    transform: translateY(-50%); /* using the CSS3 Transform technique */
    padding-top: 10px;
}

.leaflet-verticalcenter .leaflet-control {
    margin-bottom: 10px;
}

.lms5025 {text-align: center;}

.puCss{
	text-align:center;
    }
    
.control-on-comm {
    border-right: solid #BB120B 2px;
    border-left: solid #BB120B 2px;
    border-top: solid #BB120B 2px;
    border-bottom: solid #BB120B 2px;
    cursor:pointer;
    }
    
    
    .control-mid-comm {
    border-right: solid #FFFFF0 2px;
    border-left: solid #BB120B 2px;
    border-top: solid #BB120B 2px;
    border-bottom: solid #FFFFF0 2px;
    cursor:pointer;
    }
    
    
    .control-on-tspt {
    border-right: solid #666666 2px;
    border-left: solid #666666 2px;
    border-top: solid #666666 2px;
    border-bottom: solid #666666 2px;
    cursor:pointer;
    }
    .control-mid-tspt {
    border-right: solid #fff 2px;
    border-left: solid #666666 2px;
    border-top: solid #fff 2px;
    border-bottom: solid #666666 2px;
    cursor:pointer;
    }
    
    .control-on-info {
    border-right: solid #5D9EDA 2px;
    border-left: solid #5D9EDA 2px;
    border-top: solid #5D9EDA 2px;
    border-bottom: solid #5D9EDA 2px;
    cursor:pointer;
    }
    
    .control-mid-info {
    border-right: solid #FFF 2px;
    border-left: solid #5D9EDA 2px;
    border-top: solid #FFF 2px;
    border-bottom: solid #5D9EDA 2px;
    cursor:pointer;
    }
    
    .control-on-todo {
    border-right: solid #760D80 2px;
    border-left: solid #760D80 2px;
    border-top: solid #760D80 2px;
    border-bottom: solid #760D80 2px;
    cursor:pointer;
    }
    
    .control-mid-todo {
    border-right: solid #FFF 2px;
    border-left: solid #760D80 2px;
    border-top: solid #FFF 2px;
    border-bottom: solid #760D80 2px;
    cursor:pointer;
    }
    .control-on-poi {
    border-right: solid #999999 2px;
    border-left: solid #999999 2px;
    border-top: solid #999999 2px;
    border-bottom: solid #999999 2px;
    cursor:pointer;
    }
    
    .control-mid-poi {
    border-right: solid #fff 2px;
    border-left: solid #999999 2px;
    border-top: solid #fff 2px;
    border-bottom: solid #999999 2px;
    cursor:pointer;
    }
    .control-on-food {
    border-right: solid #087858 2px;
    border-left: solid #087858 2px;
    border-top: solid #087858 2px;
    border-bottom: solid #087858 2px;
    cursor:pointer;
    }
    
    .control-mid-food {
    border-right: solid #fff 2px;
    border-left: solid #087858 2px;
    border-top: solid #fff 2px;
    border-bottom: solid #087858 2px;
    cursor:pointer;
    }
    .control-on-stay {
    border-right: solid #BB120B 2px;
    border-left: solid #BB120B 2px;
    border-top: solid #BB120B 2px;
    border-bottom: solid #BB120B 2px;
    cursor:pointer;
    }
    
    .control-mid-stay {
    border-right: solid #FFf 2px;
    border-left: solid #BB120B 2px;
    border-top: solid #FFf 2px;
    border-bottom: solid #BB120B 2px;
    cursor:pointer;
    }
    .control-on {
    border-right: solid #AF1E2D 2px;
    border-left: solid #AF1E2D 2px;
    border-top: solid #AF1E2D 2px;
    border-bottom: solid #AF1E2D 2px;
    cursor:pointer;
    }
    
    
    
    .control-off, unused-icon {
    border-right: solid #FFFFF0 2px;
    border-left: solid #FFFFF0 2px;
    border-top: solid #FFFFF0 2px;
    border-bottom: solid #FFFFF0 2px;
    cursor:pointer;
    }
    
    
    
    unused-icon {cursor:default;}
    
    .control-on1 {
    border-right: solid #009900 2px;
    border-left: solid #009900 2px;
    border-top: solid #009900 2px;
    border-bottom: solid #009900 2px;
    cursor:pointer;
    }
    
    .control-off1 {
    border-right: solid #ffffff 2px;
    border-left: solid #ffffff 2px;
    border-top: solid #ffffff 2px;
    border-bottom: solid #ffffff 2px;
    cursor:pointer;
    }
    
    .control-on2 {
    border-right: solid #e72121 2px;
    border-left: solid #e72121 2px;
    border-top: solid #e72121 2px;
    border-bottom: solid #e72121 2px;
    cursor:pointer;
    }
    
    .control-off2 {
    border-right: solid #ffffff 2px;
    border-left: solid #ffffff 2px;
    border-top: solid #ffffff 2px;
    border-bottom: solid #ffffff 2px;
    cursor:pointer;
    }
    


a img {border:0;}


	

/* Logo */


.top-logo {
    height: 140px;
    margin: 0 auto;
    position: relative;
    width: 140px;
    z-index: 9999;
    outline: 0;

    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}

.top-logo a {
    outline: 0;
}

.top-logo .scrollNormal {
    opacity:1;
    filter:alpha(opacity=100);
    position:absolute;
    top:75%;
    left:50%;
    margin-left:-70px;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}

.top-logo .scrollDown {
    opacity:0;
    filter:alpha(opacity=0);
    position:absolute;
    top:75%;
    left:50%;
    margin-left:-70px;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}

.top-logo:hover .scrollNormal {
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg)
}

.top-logo:hover .scrollDown {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transform:rotate(-360deg);
    -moz-transform:rotate(-360deg);
    -ms-transform:rotate(-360deg);
    -o-transform:rotate(-360deg);
    transform:rotate(-360deg)
}

/* Logo */

.site-logo {
    display: inline-block;
    line-height: 80px;
}

#navigation .site-logo a, #navigation .site-logo a:hover, #navigation .site-logo a:focus, #navigation .site-logo a:before, #navigation .site-logo a:after {
    background: transparent !important;
}



/* Slider  */

/* Home Fullwidth Parallax Slider */

ul.fullwidth-slider {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #222222;
    z-index: 0;
    -webkit-backface-visibility: visible;
    background-position: center center;
    background-repeat: no-repeat;
}

ul.fullwidth-slider li.slide {
    position: relative;
    display: none;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-attachment:absolute ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-backface-visibility: visible;
}

ul.fullwidth-slider li.slide .caption {
    position: relative;
    height: 100%;
    width:100%;
}

ul.fullwidth-slider li.slide .caption .caption-inside {
    position: absolute;
    top: 0px;
    width:100%;  
}

ul.fullwidth-slider li.slide .caption .slide-caption {
    height: 100%;  
    z-index: 0;
    display: table;
    position: relative;
    top: 0;
    width:80%;
    margin-left:10%;
    margin-right:10%;  
}

ul.fullwidth-slider li.slide .caption .slide-caption .vertical-align-middle{
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}

.vertical-align-middle p {
    margin:20px 0;
    color:#fff;
}

.vertical-align-middle.dark p, .vertical-align-middle.dark h1 {
    color:#222;
}

ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
    height: 700px;
}

.parallax-slider .bx-wrapper .bx-next {
    right:50px;
}

.parallax-slider .bx-wrapper .bx-prev {
    left:50px;
}

.video-section {
    min-width: 100%;
    min-height: 100%;
    top:0;
    left:0;
    background-color:black;
    text-align: center;
}

.video-section .container {
    padding-top: 0;
}

.video-section .top-logo {
    margin-bottom: 50px;
}

.video-section .video-overlay {
    background: url() repeat;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 110px 0 32px;
    height: 100%; 
    /* Incase of overlay problems just increase the min-height*/
}


.video-section .buttonBar {
    display:none;
}

.player {
    font-size: 1px;
}



/* Home Full Screen Slider */

.slider-container {
    width: 100%;
    height: 100%;
    position: relative;
}

#slider_left i, #slider_right i, .bx-prev i, .bx-next i {
    font-size: 80px;
    color: #fff;
}

#slider_left {
    top:50%;
    height:60px;
    position:absolute;
    left:50px;
    width:32px;
    z-index:1000;
    margin-top:-40px;
    cursor:pointer;
}

#slider_right {
    top:50%;
    height:60px;
    position:absolute;
    right:50px;
    width:32px;
    z-index:1000;
    margin-top:-40px;
    cursor:pointer;
}


div.mc-image {
    -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;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:100%;
    overflow:hidden;
    width:100%;
}

#slider_left:hover, #slider_right:hover {
    margin-top:-38px;
}
#slider_left:active, #slider_right:active {
    margin-top:-38px;
}

.slide-content {
    height: 100%;  
    display: table;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.slide-content h1, .slide-caption h1, .video-section h1 {
    color:inherit;
    font-size:80px;
    font-weight: 600;
    line-height:80px;
    margin:10px 0 30px;
    letter-spacing:1px;
    text-transform: uppercase;
}

ul.text-slide {
    padding-left: 0;
    margin: 10px 0 30px;
}

.text-slide li {
    color:inherit;
    font-size:80px;
    font-weight: 600;
    line-height:180px;
    letter-spacing:1px;
    text-transform: uppercase;
}

.text-slide li span.text-color {
    background: #FFFFFF;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img-btn {
    margin-top: 30px;
}

.welcome {  
    font-family: "Pacifico","Times New Roman",Times,serif;
    font-size: 40px;
    line-height:40px;
    font-style: italic;
    padding:10px 0 30px;
    letter-spacing:3px;
}

.slide-content p {
    margin:10px 0;
}

.slide-content a {
    margin:10px 0;
}
    
.align-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.bg-overlay {
    width:100%;
    height:100%;
    z-index: 100;
}

.bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
    background: transparent;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 1px;
}




/* Button  */

/* General button style (reset) */

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 20px 70px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 101;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:focus {
    outline: none;
    color: white;
}

/* Button 1 */
.btn-1 {
    border: 3px solid #fff;
    color: #fff;
    outline: none;
}


/* Button 1b */
.btn-1:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
}

.btn-1:hover:after,
.btn-1:active:after {
    height: 100%;
}


/* Button 2 */
.btn-2 {
    color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 2c */
.btn-2 {
    border-radius: 5px;
}

.btn-2:hover {
    color: #fff;
    top: 2px;
}

.btn-2:active {
    color: #fff;
    top: 6px;
}

.subscribe-btn {
    background-image: none;
    border: medium none;
    color: #FFFFFF;
    font-size: 16px;
    height: 44px;
    padding: 6px 16px;
    text-shadow: none !important;
}




/* Header  */
/* Navbar */

.navbar-custom .navbar-toggle {
    border-color: #DDDDDD;
}

.is-sticky .navbar-custom {
    background-color: white;
}

.navbar-custom {
    background-color: #fff;
    width: 100%;
    min-height: 80px;
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 9999;
}

.navbar-custom .navbar-nav > li > a {
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    margin: 15px 0;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;

}

.dropdown-menu > li > a {
    color: #566473 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px; 
    outline: none;
    text-decoration: none;
    text-transform: uppercase;

}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.dropdown-menu {
    box-shadow: none;
    border: none;
    border-radius: 0;
}



.caret {
    margin-left: 5px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus, 
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    background-color: #E0E1E7;
    background-image: none;
    background-repeat: no-repeat;

}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a {
    background-color: transparent;
}

ul.navbar-right {
    padding-right: 0;
}

#navigation {
    width: 100%;
    z-index: 9999;
}
#navigation-sticky-wrapper {
    height: 80px;
}


nav a:hover,
nav a:focus {
    outline: none;
}




/* Title code  */

/* Big title second border slides up */

.big-title {
    text-align: center;
}

.big-title h2 {
    padding: 12px 10px 10px;
    color: #566473;
    font-size: 44px;
    line-height: 50px;
    margin: 0 auto 50px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.big-title h2::before,
.big-title h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #566473;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
}

.big-title h2::after {
    opacity: 0;
    -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.big-title h2:hover::before,
.big-title h2:hover::after,
.big-title h2:focus::before,
.big-title h2:focus::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.big-title h2:hover::after,
.big-title h2:focus::after {
    top: 0%;
    opacity: 1;
}


/* big title light */

.big-title.light h2::before,
.big-title.light h2::after {
    background: white;
}


/* Sub title */

.sub-title h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto 70px;
    max-width: 900px;
    text-transform: none;
}

/* Effect 21: borders slight translate */
.cl-effect-21 a {
    padding: 10px;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after,
.cl-effect-21 .active a::before,
.cl-effect-21 .active a::after  {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-21 a::before,
.cl-effect-21 .active a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-21 a::after,
.cl-effect-21 .active a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after,
.cl-effect-21 .active a::before,
.cl-effect-21 .active a:focus::before,
.cl-effect-21 .active a::after,
.cl-effect-21 .active a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}



/* Section code  */

section {
    margin: 0 auto;
    position: relative;
}

section.page-title {
    padding: 70px 0 30px;
}

section.blog-small .container, section.blog .container {
    padding-top: 30px;
    padding-bottom: 120px;
}

section .container, footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

section.portfolio {
    padding: 20px 0 0;
}

/* Overview Section */

.overview{
        
        color: #566473;
        background-color: #ffffff;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        font-size: 16px;
        line-height: 24px;
}

.locatory{
        
        color: #566473;
        background-color: #ffffff;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        font-size: 12px;
        line-height: 12px;
}

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 7px; }
.voffset3 { margin-top: 10px; }
.voffset4 { margin-top: 15px; }

/*  About section  */

div.content-box {
    clear: both;
}

div.content-box h4 {
    line-height: 32px;
    margin: 0 0 5px;
    font-weight: 600;
}

div.content-box div.content-box-info {
    padding-left: 135px;
}

div.content-box.big {
    padding:15px;
    margin-top: 52px;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}


div.content-box.big .ch-info-wrap {
    margin: -52px auto 35px;
    position:relative;
    left:auto;
    top:auto;
}

div.content-box.big:hover {
}

div.content-box.big div.content-box-info {
    padding-left: 0;
    text-align:center;
    margin:25px 0 0;
}

div.content-box.big div.content-box-info p {
    text-align:center;
    margin-top: 25px;
}




/* Service section  */


.service-reasons div.content-box.big {
    transition:none;
    margin-top: 30px;
    border: 1px solid #fff;
}

.services p,.content p {
    text-align: left;
}

.service-box {
    display: table;
    margin-bottom: 50px;
}

.service-icon, .service-box-content {
    display: table-cell;
    vertical-align: top;
}

.service-icon {
    text-align: center;
}

.service-icon i {
    color: white;
    line-height: 60px;
    font-size: 26px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: 20px;

    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.service-box-content h4 {
    margin-top: 0;
}


.service-box:hover .service-icon i {
    background: #566473;
}


/* Circle items */
.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
}

.ch-info-wrap i {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 100px;
    position: relative;
    z-index: 5;
}

.ch-info-wrap {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    
    top: 10px;
    left: 10px;
}

.ch-info {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align:center;
}

.ch-info-front {

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    
    -webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-item:hover .ch-info-front {
    background: #566473 !important
} 



/* Parallax Section   */


.clients, .contacts, .about {
    position: static;
}

.parallax-layer {
    height: 500px;
    width: 1600px;
    position: absolute;
}

.icons {
  background: url(../img/bg_icons.png) no-repeat;
  height: 552px;
  width: 1600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -800px;
}

.texture {
  background: url(../img/bg_pattern.png) no-repeat;
  height: 352px;
  width: 1600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -800px;
}

.texture-layer, .bg-overlay {
    background: url() repeat;
}

.featuresss, .image-parallax  {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
}

.image-parallax {
    height: 100%;
    width: 100%;
    position: relative;
}

.image-parallax .slide-content {
    width: 90%;
    margin-right:5%;
    margin-left: 5%; 
}

.about-wrap {
   position: relative;
   overflow: hidden;
}


.testimonial-wrap {
    background: url('../img/plx2.jpg') 50% 0 no-repeat fixed;
    
}

.quote-wrap {
    background: url('../img/plx5.jpg') 50% 0 no-repeat fixed;
}

.subscription-wrap {
    background: url('../img/plx4.jpg') 50% 0 no-repeat fixed;
}

.fun-wrap {
    background: url('../img/plx3.jpg') 50% 0 no-repeat fixed;
}


.parallax-overlay {
    /* background: rgba(22, 26, 72, 0.6); */
    background: rgba(37, 39, 88, 0.9);
    width:100%;
    height:100%;
    z-index: 100;
}






/* Portfolio Section   */

/* Portfolio Filters */ 

#filters {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}


#filters ul li {
    display: inline-block;
    margin:0 5px;
}

#filters ul li a {
    display: block; 
}

#filters ul li a h5 {
    padding: 10px 20px;
    text-transform:uppercase;
    background-color:#fff;
    border-radius:3px;
    font-size:13px;
    transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
    color: #fff;
}

#filters ul li a:hover {
    text-decoration: none;
}

/* Portfolio Items 4*/   

    #portfolio-wrap4 {
        position: relative;
        padding: 0;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    
    #portfolio-wrap4 .i:hover { cursor:pointer; }
    
    #portfolio-wrap4 .one-four {
        margin: 0!important;
        line-height:0;
        width: 25%;
        padding: 0;
        position:relative;
    }
    
    .portfolio-item4 {
        padding: 0;
        position: relative;
        overflow: hidden;
    }

	
.portfolio-item4 .img-holder {
    display:block;
    overflow:hidden;
    position: relative;
}

.img-holder4 img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.img-holder4 p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding: 0px;
}

.img-holder4 h3 {
    
    line-height: 24px;
    color: #ffffff;
    padding: 0px;
}


.img-holder4:hover img {
    -webkit-transform:rotate(7deg) scale(1.2);
    -moz-transform:rotate(7deg) scale(1.2);
    -ms-transform:rotate(7deg) scale(1.2);
    -o-transform:rotate(7deg) scale(1.2);
    transform:rotate(7deg) scale(1.2);
}


.img-holder4 .img-overlay {
    background:none repeat scroll 0 0 rgba(0,0,0,0.5);
    bottom:0;
    display:block;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
    width:100%;
}

.img-holder4:hover .img-overlay {
    opacity: 1;
}

.RoundBg4 {
    background-color:#ffffff;
    border:medium none;
    display:inline-block !important;
    float:none !important;
    font-size:20px;
    font-weight:normal;
    height:30px;
    line-height:30px;
    margin:0 2px;
    text-align:center;
    width:30px;
    -webkit-border-radius:250px 250px 250px;
    border-radius:250px 250px 250px;
    -webkit-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);
    box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);
}
.RoundBg4 > a {
    color:#222222;
    display:block;
    font-weight: normal;
}

.img-holder4 .overlay-effect {
    visibility:hidden;
    opacity:0;
    position:absolute;
    text-align:center;
    width:100%;
    top:15%;
    margin-top:-10px;
    -webkit-transform:scale(0.2);
    -moz-transform:scale(0.2);
    -ms-transform:scale(0.2);
    -o-transform:scale(0.2);
    transform:scale(0.2);
}
.img-holder4:hover .overlay-effect {
    opacity:1;
    visibility:visible;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform: scale(1);
}

.img-holder4 .overlay-effect {
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
    



/* Portfolio Items 8*/  

    #portfolio-wrap8 {
        position: relative;
        padding: 0;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    
    #portfolio-wrap8 .one-four {
        margin: 0!important;
        line-height:0;
        width: 25%;
        padding: 0;
        position:relative;
    }
    
    .portfolio-item8 {
        padding: 0;
        position: relative;
        overflow: hidden;
    }

	
.portfolio-item8 .img-holder {
    display:block;
    overflow:hidden;
    position: relative;
}

.img-holder8 img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.img-holder8 p {
    font-size: 10px;
    line-height: 14px;
    color: #ffffff;
    padding: 0px;
}

.img-holder8 h3 {
    
    line-height: 16px;
    color: #ffffff;
    padding: 0px;
}
.img-holder8 h5 {
    
    line-height: 13px;
    color: #ffffff;
    padding: 0px;
}

.img-holder8:hover img {
    -webkit-transform:rotate(7deg) scale(1.2);
    -moz-transform:rotate(7deg) scale(1.2);
    -ms-transform:rotate(7deg) scale(1.2);
    -o-transform:rotate(7deg) scale(1.2);
    transform:rotate(7deg) scale(1.2);
}


.img-holder8 .img-overlay {
    background:none repeat scroll 0 0 rgba(0,0,0,0.5);
    bottom:0;
    display:block;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
    width:100%;
}

.img-holder8:hover .img-overlay {
    opacity: 1;
}

.RoundBg8 {
    background-color:#ffffff;
    border:medium none;
    display:inline-block !important;
    float:none !important;
	font-size:12px;
    font-weight:normal;
    height:18px;
    line-height:20px;
    margin:0 2px;
    text-align:center;
    width:18px;
    -webkit-border-radius:250px 250px 250px;
    border-radius:250px 250px 250px;
    -webkit-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);
    box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);
}
.RoundBg8 > a {
    color:#222222;
    display:block;
    font-weight: normal;
}

.img-holder8 .overlay-effect {
    visibility:hidden;
    opacity:0;
    position:absolute;
    text-align:center;
    width:100%;
    top:10%;
    margin-top:-10px;
    -webkit-transform:scale(0.2);
    -moz-transform:scale(0.2);
    -ms-transform:scale(0.2);
    -o-transform:scale(0.2);
    transform:scale(0.2);
}
.img-holder8:hover .overlay-effect {
    opacity:1;
    visibility:visible;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform: scale(1);
}

.img-holder8 .overlay-effect {
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
    
/* Portfolio Items 8*/  

    #portfolio-wrap7 {
        position: relative;
        padding: 0;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    
    #portfolio-wrap7 .one-four {
        margin: 0!important;
        line-height:0;
        width: 50%;
        padding: 0;
        position:relative;
    }
    
    .portfolio-item7 {
        padding: 0;
        position: relative;
        overflow: hidden;
    }

	
.portfolio-item7 .img-holder {
    display:block;
    overflow:hidden;
    position: relative;
}

.img-holder7 img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.img-holder7 p {
    font-size: 10px;
    line-height: 14px;
    color: #ffffff;
    padding: 0px;
}

.img-holder7 h3 {
    
    line-height: 16px;
    color: #ffffff;
    padding: 0px;
}
.img-holder7 h5 {
    
    line-height: 13px;
    color: #ffffff;
    padding: 0px;
}

.img-holder7:hover img {
    -webkit-transform:rotate(7deg) scale(1.2);
    -moz-transform:rotate(7deg) scale(1.2);
    -ms-transform:rotate(7deg) scale(1.2);
    -o-transform:rotate(7deg) scale(1.2);
    transform:rotate(7deg) scale(1.2);
}


.img-holder7 .img-overlay {
    background:none repeat scroll 0 0 rgba(0,0,0,0.5);
    bottom:0;
    display:block;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
    width:100%;
}

.img-holder7:hover .img-overlay {
    opacity: 1;
}

.RoundBg7 {
    background-color:#ffffff;
    border:medium none;
    display:inline-block !important;
    float:none !important;
	font-size:12px;
    font-weight:normal;
    height:18px;
    line-height:20px;
    margin:0 2px;
    text-align:center;
    width:18px;
    -webkit-border-radius:250px 250px 250px;
    border-radius:250px 250px 250px;
    -webkit-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);
    box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);
}
.RoundBg7 > a {
    color:#222222;
    display:block;
    font-weight: normal;
}

.img-holder7 .overlay-effect {
    visibility:hidden;
    opacity:0;
    position:absolute;
    text-align:center;
    width:100%;
    top:10%;
    margin-top:-10px;
    -webkit-transform:scale(0.2);
    -moz-transform:scale(0.2);
    -ms-transform:scale(0.2);
    -o-transform:scale(0.2);
    transform:scale(0.2);
}
.img-holder7:hover .overlay-effect {
    opacity:1;
    visibility:visible;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform: scale(1);
}

.img-holder7 .overlay-effect {
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
    





    
/* Portfolio Isotope Transitions */ 

    .isotope, .isotope .isotope-item {
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }
    
    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
    }
    
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }
    
    .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }



/* Getting Here */

.gettinghere{
        
        color: #566473;
        background-color: #ffffff;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        font-size: 16px;
        line-height: 24px;
}


.carousel-indicators li {border:1px solid #000;}
.carousel-indicators .active {background-color:#ddd;}
.media {padding-top:10px;}
.contact-link{padding-top:30px;}

.highlightme { background-color:#FFFF00; }





/* Contact form section  */

#contact input {
    margin-bottom: 20px;
}

#contact textarea {
    height: 172px;
    resize: none;
}

#contact .btn {
    padding: 10px 40px;
    margin-top: 20px;
    margin-bottom:20px;
}




/* Footer section  */

.footer-wrap {
    background: #cccccc;
}

.social-icons-footer-bottom a {
    color: #cccccc;
}

.social-icons-footer-bottom a:hover {
    text-decoration: none;
}

.social-icons-footer-bottom li {
    display: inline-block;
    margin-right: 20px;
    list-style: none;
    -webkit-transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    -ms-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
}

.social-icons-footer-bottom li i {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}

.site-info {
    margin-top: 25px;
}


/* Responsive Media Queries  */

@media(max-width: 979px) {
    section .container, .landing-right .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #slider_left, #slider_right, .bx-prev, .bx-next {
        display: none;

    }


}

@media(max-width: 767px) {
    .carousel-controls, .testimonials .carousel-controls.pull-right {
        text-align: center;
        float: none !important;
        display: table;
        margin: 0 auto;

        -webkit-transform: rotate(90deg);
        -moz-transform:    rotate(90deg);
        -ms-transform:     rotate(90deg);
        -o-transform:      rotate(90deg);
        trasform: rotate(90deg);
    }

    .slide-content h1, .slide-caption h1, .text-slide li {
        font-size: 50px;
    }

    .text-slide li {
        line-height: 60px;
    }

    .video-section .welcome {
        font-size: 28px;
        padding-top: 0;
        margin-bottom: 0;
    }

    .img-btn {
        margin-top: 0;
    }

    .video-section h1 {
        display: none;
    }

    .big-title h2 {
        font-size: 24px;
    }

    #filters ul {
        padding-left: 0;
    }

    .navbar-custom .navbar-header .navbar-toggle {
        padding: 5px 10px;
    }

    div.content-box.big, .contact-box {
        margin-bottom: 20px;
    }
    

    .mob-logo {
        display: inline-block;
    }

    .mob-menu {
        margin-top: -67px;

    }

    .navbar-header, .navbar-nav {
        float: none !important;
    }

    #signup .subEmail {
        width: 90%;
    }

    #signup input {
        margin-right: 0;
        margin-bottom: 10px;
    }



}


@media (min-width: 768px) and (max-width: 979px)  {

    .carousel-controls, .testimonials .carousel-controls.pull-right {
        text-align: center;
        float: none !important;
        display: table;
        margin: 0 auto;

        -webkit-transform: rotate(90deg);
        -moz-transform:    rotate(90deg);
        -ms-transform:     rotate(90deg);
        -o-transform:      rotate(90deg);
        trasform: rotate(90deg);
    }

    .slide-content h1, .slide-caption h1, .video-section h1, .text-slide li {
        font-size: 50px;
    }

    .text-slide li {
        line-height: 80px;
    }

    .big-title h2 {
        font-size: 24px;
    }

    #filters ul {
        padding-left: 0;
    }

    .navbar-custom .navbar-header .navbar-toggle {
        padding: 5px 10px;
    }

    .navbar-custom .navbar-nav > li > a {
        margin: 5px 0;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-collapse {
        max-height: 700px;
    }

    div.content-box.big, .contact-box {
        margin-bottom: 20px;
    }
    

    .mob-logo {
        display: inline-block;
    }

    .mob-menu .navbar-header {
        margin-top: -67px;

    }

    .navbar-toggle {
        position: relative;
        float: none;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        border: 1px solid #dddddd;
        border-radius: 4px;
        display: block;
    }


    .navbar-nav, .navbar-nav > li {
        float: none !important;
    }

    .navbar-header {
        float: right;
    }

    .navbar-collapse {
        padding-left: 0;
        max-height: 700px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }
	
	
});
	
	
}


@media (max-width: 767px) {

    .posts-block {
        margin-bottom: 50px;
    }

    .blog-small article .post-image {
        width: 99.7%;
    }

    .blog-small article .post-content-wrap {
        float: left;
        margin: 0;
        padding: 0;
        width: 95%;
    }

}

@media (min-width: 980px) {
    .posts-block {
        padding-right: 30px !important;
    }
}

/* #ACCORDION */
/*div[class*='col-'] {*/
/*    padding: 0 30px;*/
 /* }*/
  
  .wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }
  
  
  a:focus,
  a:hover,
  a:active {
    outline: 0;
    text-decoration: none;
  }
  
  .panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
  }
  
  .panel:last-child {
    border-bottom: none;
  }
  
  .panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
  }
  
  .panel-group .panel {
    border-radius: 0;
  }
  
  .panel-group .panel + .panel {
    margin-top: 0;
  }
  
  .panel-heading {
    background-color: #007dc5;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
  }
  
  .panel-title a {
    display: block;
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
  }
  
  .panel-body {
    background: #fff;
    font-size: 18px;
    line-height: 22px;

  }
  
  .panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
  }
  
  .panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
  }
  
  .panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
  }
  /* #bs-collapse icon scale option */
  
  .panel-heading  a:before {
    content: '\e146';
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
  }
  
  .panel-heading.active  a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
  }
  
  #bs-collapse .panel-heading  a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
  }
  
  #bs-collapse .panel-heading.active  a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s;
  }
  /* #accordion rotate icon option */
  
  #accordion .panel-heading  a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  
  #accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
  }
 
  
  
  .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    border-bottom: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin:auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:fixed;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


.scrollup {
    width: 40px;
    height: 40px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: none;
    text-align: center;
    color: #fafafa;
    font-size: 28px;
    background: #576370;
    z-index: 9999;
    outline: none;
}

.scrollup i {
    line-height: 38px;
}

a.scrollup:hover i,a.scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
}