﻿/* ==========================================================================

    Template: ColorBlock
    Type: Slideshow

   ========================================================================== */

/* ==========================================================================

    Colors: 

    Dark Gray: #36363e;
    Light Gray: #e3e3e4;
    Blue: #32a1bd;
    
   ========================================================================== */


body {
    color: #fff;
    font-family: 'Lato', sans-serif;
}

html, body {
    height: 100%;
}

/* Website highlight color - currently set to light gray */
::-moz-selection {
    background: rgba(50,161,189,0.9);
    text-shadow: none;
}

::selection {
    background: rgba(50,161,189,0.9);
    text-shadow: none;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 40px;
    margin: 0 0 25px 0;
}

h2 {
    font-size: 40px;
    color: #313338;
    margin: 0 0 50px 0;
}

h3 {
    font-size: 20px;
    color: #313338;
    font-weight: 400;
}

h3 span {
    margin: -1px 15px 0 0;
    float: left;
    font-size: 25px;
    color: #B0CB1F; /*#32a1bd;
*/
}

p {
    color: #313338;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 15px 0;
}

#wrap {
    min-height: 100%;
}

#main {
    padding: 0 0 140px 0;
}

.banner {
    height: 470px;
    padding: 40px 0 0 0;
    background: #313338;
    margin: 0 0 69px 0;
    overflow: hidden;
    position: relative;
    border-bottom: solid 7px #B0CB1F;
}

.banner-image {
    position: absolute;
    top: 0;
    min-width: 868px;
    left: 0;
    width: 100%;
}

.overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../images/overlay66.png) repeat;
}


@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .overlay {
    background-image: url(../images/overlay66@2x.png);
    background-size: 100%!important;
  }
}

.banner-image img {
     width: 100%;
}

.banner .container {
    position: relative;
    z-index: 3;
}

.slideshow {
    position: relative;
    z-index: 1;
}

.banner p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    margin: 20px 0 50px 0;
}

header {
     margin: 0 0 70px 0;
}

.main-column section {
    display: none;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-brand {
    padding: 0;
    line-height: none;
}

.navbar-default .navbar-nav > li {
    padding: 0 0 0 30px;
}

/* nav default */
.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 15px 0 0 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none!important;
}

/* nav hover */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #B0CB1F; /*#32a1bd;*/
}

/* nav active */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #B0CB1F; /*#32a1bd;*/
    background: none;
}

li.dropdown a.dropdown-toggle {
   border: none;
}


li.dropdown a.dropdown-toggle .fa {
    color: #fff!important;
}

.dropdown-toggle .fa {
    font-size: 20px;
    display: block;
    float: left;
    margin: 1px 10px 0 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: none;
}

.social-dropdown .dropdown-menu {
    padding: 0;
}

.social-dropdown .dropdown-menu .divider {
   background: #b4b4b4;
    margin: 0;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 4px;
    margin-top: 10px;
}

.navbar-nav > li > .dropdown-menu li:first-child a {
    border-radius: 4px 4px 0 0;
}

.navbar-nav > li > .dropdown-menu li:last-child a {
    border-radius: 0 0 4px 4px;
}

.social-dropdown ul > li > a {
    color: #313338;
    padding: 10px 15px;
    background: #e3e3e4;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.social-dropdown ul > li > a:hover, .social-dropdown ul > li > a:focus {
    background: #d3d3d3;
}

.social-dropdown .dropdown-toggle:hover, .social-dropdown .dropdown-toggle:focus, .social-dropdown .dropdown-toggle:active {
    color: #fff!important;
}

.social-dropdown.open .dropdown-toggle .fa, .social-dropdown .dropdown-toggle:hover .fa {
    color: #B0CB1F!important; /*#32a1bd!important;*/
}

.dropdown-toggle .fa {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.social-dropdown ul {
    min-width: 87px;
}

.navbar-toggle {
    border: none;
    font-size: 20px;
    padding: 0;
    background: none;
    margin: -3px 0 0;
    outline: none!important;
}

.navbar-toggle .fa {
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-toggle:hover .fa {
    color: #B0CB1F; /*#32a1bd;*/
}
.navbar-collapse {
    border: 0;
    box-shadow: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.navbar-collapse.in {
    overflow: initial;
}

::-webkit-input-placeholder {
    color: #313338;
}

:-moz-placeholder {
   color: #313338;
   opacity: 1;
}

::-moz-placeholder {
    color: #313338;
    opacity: 1;
}
:-ms-input-placeholder {  
   color: #313338;
}

/* subscribe */
.subscribe-form {
    display: inline-block;
}

.txt-subscribe {
    background: #e3e3e4;
    font-size: 20px;
    color: #313338;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 360px;
    height: 50px;
    position: relative;
    margin: 0 0 10px 0;
}

.txt-subscribe input, .txt-subscribe button {
    border: none;
    background: none;
    font-weight: 300;
    position: absolute;
}

.txt-subscribe button:hover {
    background: #B0CB1F; /*#2a94af;*/
}

.txt-subscribe input {
    height: 50px;
    width: 301px;
    left: 0;
    top: 0;
    outline: none;
    padding: 0 0 0 13px;
   
}

.txt-subscribe button {
    top: 0px;
    width: 50px;
    height: 50px;
    right: -1px;
    color: #fff;
    outline: none;
    background:  #36363e; /*#32a1bd;*/
    border-radius: 0 4px 4px 0;
     border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.txt-subscribe button:hover {
    background: #B0CB1F; /*#2a94af;*/
}


.txt-subscribe img {
    position: absolute;
    top: 18px;
    right: 16px;
    display: none;
}

.subscribe-error-field {
    font-weight: 300;
}

.subscribe-error-field .fa {
    margin: 0 5px 0 0;
    color: #B0CB1F; /*#fa7777;*/
}

.subscribe-message {
    font-weight: 300;
}

.subscribe-message .fa {
    margin: 0 5px 0 0;
}


.subscribe-message .contact-error {
    color: #fa7777;
}

.subscribe-message .contact-success {
    color: #6fbfa4;
}

.utils {
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    margin: 0 0 68px 0;
}

.utils a {
    color: #36363e;
    outline: none!important;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0 0 4px 0;
    border-bottom: solid 1px transparent;
}

.utils a:hover {
    border-color: #36363e;
    text-decoration: none;
}

.utils span {
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #36363e;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin: 0 10px;
}

/* Countdown */
.count-container {
    text-align: center;
    width: 200px;
    display: inline-block;
}

.countdown span {
    color: #36363e;
    display: block;
    font-size: 36px;
    padding: 40px 0;
    font-weight: 300;
    background: #e3e3e4;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.countdown p {
    margin: 0;
    color: #fff;
    padding: 11px 0;
    background: #36363e;
    font-size: 20px;
    font-weight: 300;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/* slider */
.owl-carousel {
    height: 240px;
}

#owl-slider .item{
    color: #fff;
    text-align: center;
}

.owl-pagination {
    text-align: center;
    width: 100%;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 40px 7px 0 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    border: solid 2px  #B0CB1F; /*#32a1bd;*/
}

.owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#owl-slider .item h3 {
    background: #313338;
    margin: 0;
    width: 200px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding: 14px 0;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.slider-icon-container {
    padding: 70px;
    width: 200px;
    padding: 46px 0 45px 0;
    background: #B0CB1F; /*#32a1bd;*/
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    display: inline-block;
}

.slider-icon-container i {
  color: #fff;
  font-size: 40px;
}

/* contact form */
.txt-name, .txt-email, .txt-message, .btn-contact {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-weight: 300;
    font-size: 20px;
}

.txt-name, .txt-email {
    background: #e3e3e4;
    color: #313338;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 30px 0;
    outline-color: #B0CB1F; /*#32a1bd;*/
}

.txt-message {
    background: #e3e3e4;
    color: #313338;
    width: 100%;
    height: 140px;
    padding: 15px;
    margin: 0 0 30px 0;
    outline-color: #B0CB1F; /*#32a1bd;*/
    resize: vertical;
}

.btn-contact-container {
    float: right;height: 50px;
    position: relative;
}

.btn-contact-container img {
    position: absolute;
    top: 18px;
    display: none;
    right: 34px;
}

.btn-contact {
    background: #36363e; /*#32a1bd;*/
    height: 50px;
    text-align: center;
    color: #fff;
    padding: 0 15px;
    width: 90px;
    height: 50px;
    outline: none!important;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-contact:hover {
    background: #B0CB1F; /*#2a94af;*/
}

.contact-error-field, .contact-message {
   color: #313338;
   font-weight: 300;
   margin: 15px 0 0;
}

.contact-error-field .fa {
    margin: 0 5px 0 0;
    color: #B0CB1F; /*#fa7777;*/
}

.contact-message .fa {
    margin: 0 5px 0 0;
}

.contact-message .contact-error {
    color: #B0CB1F; /*#fa7777;*/
}

.contact-message .contact-success {
    color: #6fbfa4;
}

.btn-contact-wrapper {
    float: right;
}

#google-map {
    height: 300px;

}

footer {
    font-size: 14px;
    clear: both;
    margin: -140px 0 0;
    height: 140px;
    padding: 70px 0 50px 0;
}

footer small {
    color: #36363e;
    display: inline-block;
}

footer small a {
    color: #36363e;
    padding: 0 0 4px 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    border-bottom: solid 1px transparent;
}

footer small a:hover {
    color: #36363e;
    border-color: #36363e;
    text-decoration: none;
}

.social-media {
    margin: 0 0 30px 0;
    padding: 0;
    display: inline-block;
}

.social-media li {
    padding: 0 5px;
    display: inline-block;
}

.social-media a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
    color: #36363e;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.social-media a:hover {
    color: #fff;
    outline: none!important;
    background: #36363e;
}

/* Main loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
}

#status {
    width: 110px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -55px;
}
#circleG{
    width:105px;
}

.circleG{
    background-color: #B0CB1F; /*#32a1bd;*/
    float:left;
    height:23px;
    margin-left:12px;
    width:23px;
    -moz-animation-name:bounce_circleG;
    -moz-animation-duration:1.9500000000000002s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-border-radius:4px;
    -webkit-animation-name:bounce_circleG;
    -webkit-animation-duration:1.9500000000000002s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-border-radius:4px;
    -ms-animation-name:bounce_circleG;
    -ms-animation-duration:1.9500000000000002s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-border-radius:4px;
    -o-animation-name:bounce_circleG;
    -o-animation-duration:1.9500000000000002s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-border-radius:4px;
    animation-name:bounce_circleG;
    animation-duration:1.9500000000000002s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    border-radius:4px;
}

#circleG_1{
    -moz-animation-delay:0.39s;
    -webkit-animation-delay:0.39s;
    -ms-animation-delay:0.39s;
    -o-animation-delay:0.39s;
    animation-delay:0.39s;
}

#circleG_2{
    -moz-animation-delay:0.9099999999999999s;
    -webkit-animation-delay:0.9099999999999999s;
    -ms-animation-delay:0.9099999999999999s;
    -o-animation-delay:0.9099999999999999s;
    animation-delay:0.9099999999999999s;
}

#circleG_3{
    -moz-animation-delay:1.1700000000000002s;
    -webkit-animation-delay:1.1700000000000002s;
    -ms-animation-delay:1.1700000000000002s;
    -o-animation-delay:1.1700000000000002s;
    animation-delay:1.1700000000000002s;
}

@-moz-keyframes bounce_circleG {
    0%{
    }

    50%{
    background-color:#fff}

    100%{
    }
}

@-webkit-keyframes bounce_circleG {
    0%{
    }

    50%{
    background-color:#fff}

    100%{
    }
}

@-ms-keyframes bounce_circleG {
    0%{
    }

    50%{
    background-color:#fff}

    100%{
    }
}

@-o-keyframes bounce_circleG {
    0%{
    }

    50%{
    background-color:#fff}

    100%{
    }
}

@keyframes bounce_circleG {
    0%{
    }

    50%{
    background-color:#fff}

    100%{
    }
} 


/* Mobile styles */
@media (max-width: 767px) {

    .navbar-collapse {
        position: absolute;
        top: 36px;
        left: 0;
        width: 100%;
        padding: 0;
        z-index: 2;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-nav li:first-child a {
        border-radius: 4px 4px 0 0;
    }

    .navbar-default .navbar-nav li:last-child a {
        border-radius: 0 0 4px 4px;
    }

    .navbar-default .navbar-nav > li > a {
          color: #36363e;
          padding: 10px 15px; 
          background: #e3e3e4;
          border-bottom: solid 1px #b4b4b4;
    }

    .navbar-default .navbar-nav > li {
        padding: 0;
    }

    .dropdown-menu .fa {
         color: #36363e;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #36363e;
        background: #d3d3d3;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #36363e;
        background: #d3d3d3;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #36363e;
        background: #d3d3d3;
    }
    .social-dropdown .dropdown-toggle:hover, .social-dropdown .dropdown-toggle:focus, .social-dropdown .dropdown-toggle:active {
         color: #36363e!important;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        border-color: #B0CB1F; /*#32a1bd;*/
    }

    li.dropdown a.dropdown-toggle .fa {
        color:  #B0CB1F!important; /*#32a1bd!important;*/
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px;
    }

    .social-dropdown.open a {
        border-radius: 0!important;
    }

    .dropdown-menu li:last-child a {
        border-radius: 0 0 4px 4px!important;
    }

    .count-container {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .countdown span {
        padding: 20px 0;
    }

    .countdown p {
        padding: 6px 0;
    }

    .txt-subscribe {
        width: 230px;
    }

    
    .txt-subscribe button span {
        display: block;
        margin: 0 0 0 -8px;
    }

    .txt-subscribe input {
        width: 171px;
    }

    .banner p {
        margin-bottom: 40px;
    }

    header {
        margin: 0 0 52px 0;
    }

    .utils a {
        display: block;
        width: 100%;
    }

    .utils span {
        margin: 20px 0;
    }

    .btn-contact-wrapper {
        float: none;
        text-align: center;
        margin: 0 0 29px 0;
    }

    .btn-contact-container {
        float: none;
    }

    .contact-error-container {
        text-align: center;
    }
}

/* Tablets*/
@media (min-width: 768px) and (max-width: 991px) {
    .count-container {
        width: 155px;
    }

    .btn-contact-wrapper {
        float: none;
        text-align: center;
        margin: 0 0 29px 0;
    }

    .btn-contact-container {
        float: none;
    }

    .contact-error-container {
        text-align: center;
    }
    
}

/* MD styles */
@media (min-width: 992px) and (max-width: 1199px) {
   
}
