body {
	font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

/*.body-margin {
    margin-top: 120px;
}

.home .body-margin {
    margin-top: 280px;
}*/


h1, h2, h3, h4, a {
	font-family: 'BenchNine', sans-serif;
}

a {
    font-size: 18px;
}

.no-padding {
	padding: 0;
}

.header-left {
    min-height: 86px;
    position: relative;
    padding-bottom: 15%;
}

.header-left:before {
    content: '';
    position: absolute;
    left: -29%;
    top: 0;
    background: #3497db;
    width: 129%;
    height: 100%;
    border-radius: 0 0 0 100%;
    z-index: -1
}

.header-left:after {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: #3497db;
    content: '';
    z-index: 2;
}

.logo {
    float: right;
    margin: 40px 60px;
}

.header-img {
    position: absolute;
    top: 180px;
    right: 60px;
}

.navbar {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    border: none;
}

.navbar-nav>li>a {
    color: #777;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
}

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

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    border: none;
    background: #3497DB;
}

.dropdown-menu li a {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-menu li a:hover {
    color: #3497DB;
}

#myCarousel {
	position: relative;
}

#myCarousel:after {
	content: '';
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	height: 100%;
	background: url(../images/slide-mask.png) no-repeat bottom;
}

.carousel-control-wrapper {
	text-align: center;
	margin-top: 10px;
}

.carousel-control {
    top: auto;
}

.carousel-control.left,
.carousel-control.right {
    background: #ffb611;
    opacity: 1;
    color: #333;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.carousel-control.left .fa, 
.carousel-control.right .fa {
    position: absolute;
    top: 10px;
    font-size: 48px;
    right: 27px;
    color: #fff;
    text-shadow: none;
}

/*.header-fixed {
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
}

.header-fixed #myCarousel {
    display: none;
}

.header-fixed .logo {
    margin: 10px;
}

.header-fixed .header-left:before {
    content: none;
}

.header-fixed .header-left {
    padding-bottom: 0;
}

.header-fixed .header-img {
    display: none;
}*/

.large-text {
    font-size: 100px !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    text-align: center;
    color: #3497DB;
}

.large-text span {
    color: #F2503B;
}

.intro .dark {
    position: relative;
    background: #262627;
    color: #fff;
    padding: 40px 40px 100px;
}

.intro h2 {
    margin-top: 0;
    font-size: 42px;
    margin-bottom: 20px;
}

.intro .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: #fff;
    border-radius: 0;
    color: #F2503B;
    font-size: 22px;
    transition: all .4s ease;
}

.intro .btn:hover {
    background: #F2503B;
    color: #fff;
}

.intro .orange {
    position: relative;
    background: #F2503B;
    color: #fff;
    padding: 40px 40px 100px;
}

.intro .orange .btn {
    padding: 28px;
}

.intro .orange .btn:hover {
    background: #262627;
}

.intro .image-block {
    padding: 0;
}

.intro .grey {
    position: relative;
    background: #E8E8E8;
    padding: 40px 40px 100px;
}

.intro .grey .btn {
    padding: 28px;
    background: #F2503B;
    color: #fff;
}

.intro .grey .btn:hover {
    background: #262627;
}

.icons .block {
    padding: 10px;
    border: dashed 1px;
    border-radius: 70px;
    margin-bottom: 20px;
}

.icons {
    margin: 60px 0 40px;
}

.icons .block img {
    float: left;
    margin-right: 20px;
}

.icons .block h2 {
    font-size: 42px;
}

.icons .block.brown {
    color: #DB8248
}

.icons .block.blue {
    color: #33A7D8
}

.icons .block.yellow {
    color: #F4CA52
}

.icons .block.purple {
    color: #816AA0
}

.splash {
    position: relative;
    overflow: hidden;
}

.splash:before {
    content: '';
    position: absolute;
    left: -150px;
    right: -150px;
    background: #FFF;
    border-radius: 50%;
    z-index: 1;
    height: 64%;
    top: 0%;
    -webkit-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    transform: translateY(-54%);
}

.splash:after {
    content: '';
    position: absolute;
    left: -150px;
    right: -150px;
    background: #FFF;
    border-radius: 50%;
    z-index: 1;
    height: 64%;
    top: 100%;
    -webkit-transform: translateY(-27%);
    -ms-transform: translateY(-27%);
    transform: translateY(-27%);
}

.splash .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.splash .inner {
    position: relative;
    background: #fff;
    border-top: 10px solid #3497db;
    border-radius: 25px;
    padding: 40px 40px 80px;
    overflow: hidden;
}

.splash .inner h2 {
    text-transform: uppercase;
    font-size: 52px;
    color: #666;
    margin-bottom: 0;
}

.splash .inner h3 {
    text-transform: uppercase;
    margin-top: 0;
    color: #3497DB;
    font-size: 36px;
    margin-bottom: 18px;
}

.splash .inner .btn {
    position: absolute;
    right: -10px;
    bottom: -10px;
    padding: 30px 32px;
    background: #3497db;
    color: #fff;
    font-size: 22px;
    transition: all .4s ease;
    border-radius: 100%;
}

.splash .inner .btn:hover {
    background: #ffb611;
}

.splash .splash-img {
    margin-top: 40px;
}

.big-image {
    background: url(../images/parallax2.jpg) no-repeat center;
    padding: 200px 0;
    color: #fff
}

.big-image h2 {
    font-size: 80px;
}

.big-image .btn {
    margin-top: 30px;
    padding: 30px;
    background: #F2503B;
    border-radius: 0;
    color: #fff;
    font-size: 22px;
    transition: all .4s ease;
}

.big-image .btn:hover {
    background: #292929;
    color: #fff;
}

footer {
    background: #292929;
    overflow: hidden;
}

footer h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 36px 0px;
}

footer .menu {
    padding: 0;
}

footer .menu li {
    list-style: none;
}

footer .menu li a {
    padding: 8px 30px 8px 0;
    display: block;
    color: #888;
    transition: all .3s ease;
}

footer .menu li a:hover {
    text-decoration: none;
    background: #f2503b;
    color: #fff;
    padding: 8px 12px;
}

footer .gallery .thumbnail {
    background: #5A5A5A;
    border-color: #333;
}

footer .gallery .thumbnail:hover {
    background: #f2503b;
}

footer .social {
    padding: 0;
}

footer .social li {
    list-style: none;
    display: inline-block;
}

footer .social li a {
    background: #292929;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    transition: all .3s ease;
}

footer .social li a:hover {
    background: #f2503b;
    text-decoration: none;
}

footer p {
    color: #777;
    margin-top: 40px;
    font-size: 12px;
}

footer .last {
    position: relative;
    z-index: 1;
    padding-left: 40px;
}

footer .last:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #333;
    width: 1000px;
    height: 1000px;
}

.copyright {
    background: #181818;
    color: #888888;
    font-size: 12px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.map-address [class*=col-] {
    padding: 0;
}

.map {
    width: 100%;
    height: 450px;
    padding-right: 30px;
}

.address {
    background: #f2503b;
    padding: 50px 40px 106px!important;
    color: #fff;
    position: relative;
}

.address:before {
    content: '';
    position: absolute;
    background: #f2503b;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 30px;
}

.address h2 {
    margin-bottom: 60px;
}

.address .btn {
    background: #fff;
    color: #F2503B;
    padding: 10px 26px;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 18px;
}

.address .btn:hover {
    background: #333;
    color: #fff;
}

.page .header-left {
    background: #3497DB;
    padding-bottom: 0;
}

.page .header-left:before,
.page .header-left:after {
    content: none;
}

.page .header-left .logo {
    margin: 10px;
}

.page-content {
    margin-bottom: 60px;
}

.page-title {
    padding: 20px;
    text-align: center;
    background: #3497DB;
    margin: 0 0 40px;
    text-transform: uppercase;
    border-bottom: solid 5px #EDD05F;
    color: #fff;
}

.page-sub-title {
    color: #3497DB;
    margin: 40px 0 20px;
    border-bottom: dashed 1px;
    border-left: solid 5px;
    padding-bottom: 5px;
    padding-left: 12px;
}

.page-sub-title2 {
    background: #ffb611;
    padding: 10px;
    font-size: 24px;
    margin-bottom: 30px;
}

.no-list {
    padding: 0;
    margin-bottom: 40px;
}

.no-list li {
    list-style: none;
    margin-bottom: 10px;
    transition: all .2s ease;
    padding: 10px 5px;
}

.no-list li:hover {
    padding: 10px;
    background: #ECECEC;
}

#swipebox-title {
    text-transform: uppercase;
}

.quick-form {
    position: fixed;
    left: -310px;
    top: 360px;
    z-index: 999;
    width: 300px;
    height: 135px;
    box-shadow: 0 0 20px #333;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff;
}
.quick-form-open {
    left: 0px;
}
.quick-form-inner {
    width: 300px;
    height: 130px;
}

.quick-form-inner h4 {
    background: #3497db;
    color: #fff;
    margin-top: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.quick-form-inner p {
    padding-left: 10px;
    font-size: 15px;
    color: #333;
    line-height: 0;
}

.quick-form-inner p a {
    color: #333;
    font-size: 20px;
}

.quick-form-inner p i {
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 10px;
    color: #3497db;
}

a.quick-form-toggle {
    position: absolute;
    background: #3497db;
    color: #fff;
    padding: 15px 20px;
    transform: rotate(-90deg);
    right: -95px;
    top: 63px;
    font-size: 20px;
}

a.quick-form-toggle:hover, a.quick-form-toggle-open {
    background:#333;
    text-decoration: none;
}

a.quick-form-toggle-hide {
    opacity:0;
}

a.close-form {
    display: block;
    background: #3D3D3D;
    padding: 8px;
    margin-top: -5px;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

a.close-form:hover {
    background: #3497db;
    text-decoration: none;
}

#toTop { 
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    z-index: 1000;
    overflow:hidden;
    width:50px; 
    height:50px; 
    border:none; 
    text-indent:100%; 
    background:url(../images/up-arrow.png) no-repeat center #3497db;
}

#toTopHover { 
    width:50px; 
    height:50px; 
    display:block; 
    overflow:hidden; 
    float:left; 
    opacity: 0; 
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#toTop:active,
#toTop:focus { 
    outline:none;
}

form input,
form textarea {
    width: 100%;
    background: transparent;
    border: solid 1px #ffb611;
    padding: 10px;
    margin-bottom: 20px;
    color: #999;
}

form textarea {
    min-height: 120px;
}

form input[type="submit"] {
    width: 190px;
    margin: 5px auto 30px;
    border: none;
    background: #3497DB;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 20px;
}

@media screen and (max-width: 1024px) {
    .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .header-img {
        top: 160px;
        width: 220px;
    }
}

/*@media screen and (min-width: 768px) {
    .header-fixed .header-left {
        background: #3497DB;
    }
}*/

@media screen and (max-width: 768px) {
    .navbar-nav>li>a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .logo {
        float: left;
        margin: 10px;
        width: 120px;
    }
    .header-img {
        display: none;
    }

    .navbar-toggle {
        background: #3497DB;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #myCarousel:after {
        background: none;
    }

    .carousel-control.left, .carousel-control.right {
        width: 40px;
        height: 40px;
    }

    .carousel-control.left .fa, .carousel-control.right .fa {
        font-size: 32px;
        right: 16px;
        top: 4px;
    }

    .header-fixed .header-left:before {
        content: '';
        position: absolute;
        left: -29%;
        top: 0;
        background: #3497db;
        width: 129%;
        height: 100%;
        border-radius: 0 0 0 100%;
        z-index: -1
    }

    .map {
        padding-right: 0;
    }

    footer .last {
        padding-left: 15px;
        padding-top: 8px;
        clear: both;
    }

    footer .last:after {
        content: none;
    }

    .page .header-left {
        min-height: 65px;
    }


}