@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Ubuntu:300,400');

.test {
    font-family: 'Lato', sans-serif;
/*
    Normal      400
    Meidum      500
    Semi-Bold   600
    Bold        700
    Extra-Bold  900
    Black       900
*/
}

.container-fluid {
    max-width: 1170px;
}

body {
    color: #888;
    font: 13px/1.85 'Lato', serif;
    background-color: #fff;
}

/*  Forms
...............................*/
.form-group {
    margin-bottom: 10px;
}
.form-group-last {
    margin-bottom: 50px;
}

.form-control {
    height: 40px;
    padding: 1px 17px;
    color: #275b98;
    border: 1px solid #efefef;
    -webkit-box-shadow: none;
    font-size: 15px;
    font-family: 'Lato', serif;
    background-color: #fcfcfc;
    border-radius: 0;
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.04);
}
.form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #a0b7d2;
    color: #275b98;
}
select {
    border: 0;
    background: transparent;
}


input[type=checkbox], input[type=radio] {
    margin-top: 1px;
}
.form-control::-webkit-input-placeholder {
    color: #99abb7;
    font: 15px/1 'Lato', serif;
}
.form-control::-moz-placeholder {
    color: #99abb7;
    font: 15px/1 'Lato', serif;
}

/*  Default
...............................*/
ul {
    padding: 0;
    list-style: none;
}

.list {
    margin-bottom: 21px;
}
.list li {
    position: relative;
    font-size: 24px;
}
.list li:before {
    content: '';
    position: absolute;
    left: 0; top: 15px;
    width: 10px; height: 10px;
    background-color: #fca032;
    border-radius: 100%;
}

p {
    margin-bottom: 24px;
}

a {
    transition: all 200ms ease-in-out 0s;
    color: #000;
}
a:focus, a:hover {
    text-decoration: none;
    color: #fca032;
}

img {
    max-width: 100%;
    height: auto;
}

address {
   
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 45px;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.1;
}
h1 {
    
}
h2 {
    font-size: 32px;
}
h3 {
   
}
h4 {
   
}
h5 {

}
h6 {

}

.text-up {
    text-transform: uppercase;
}

/*  BUTTONS
...............................*/
.btn {
    transition: all 200ms ease-in-out 0s;
}
.btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 205px;
    min-height: 45px;
    padding: 0 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: #0e1d43;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 45px;
}
.btn:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: '';
    transition: all 200ms ease-in-out 0s;
    background-color: #fca032;
}
.btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
}
.btn:hover:before {
    width: 100%;
}
.btn-over {
    background-color: #fca032;
}
.btn-over:before {
    background-color: #0e1d43;
}
.btn-over:hover, .btn-over:focus {
    
}

input.btn {
	background-color: #fca032;
}
input.btn:hover {
	background-color: #0e1d43;
}


/*  Elements
-----------------------------------------------*/
.overflow {
    overflow: hidden;
}

.separator {
    clear: both;
    max-width: 245px;
    margin: 53px auto 43px;
    border-top: 1px solid #c8c8c8;
    line-height: 0;
}

.img-border {
    border: 1px solid #268d4e;
}

.fleft {
    float: left;
}
.fright {
    float: right;
}

hr {
    margin: 30px 0 30px;
    border-top: 2px solid #fff;
}

.title-line {
    position: relative;
    margin-bottom: 0;
}
.title-line:after {
    content: '';
    display: block;
    height: 1px;
    max-width: 161px;
    background-color: #b8b8b8;
}
.title-line:after {
   margin: 14px auto 27px;
}

strong {
    font-weight: 900;
}

ol li {
    font-size: 29px;
    color: #333;
    line-height: 1.72;
    padding-left: 77px;
}

@media only screen and (min-width: 768px) {
    .content-middle {
        position: relative;
        transform: translateY(-50%);
        vertical-align: middle;
        top: 50%;
    }

    .fleft-sm {
        float: left;
    }
    .fright-sm {
        float: right;
    }

    .img-right-sm {
        margin-right: 47px;
    }
    .img-left-sm {
        margin-left: 47px;
    }

    .table-sm {
        display: table;
        height: 100%;
        width: 100%;
    }
    .table-cell-sm {
        display: table-cell;
        float: none;
        vertical-align: top;
        min-height: 100%;
        height: 100%;
    }

    .va-m-sm {
        vertical-align: middle;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-left-sm {
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .fleft-md {
        float: left;
    }
    .fright-md {
        float: right;
    }

    .table-md {
        display: table;
        height: 100%;
    }
    .table-cell-md {
        display: table-cell;
        float: none;
        vertical-align: top;
    }

    .va-m-md {
        vertical-align: middle;
    }
    .text-right-md {
        text-align: right;
    }
    .text-left-md {
        text-align: left;
    }
}

/* Footer to bottom
............................... /
	html, body { 
	    height: 100%;
	}
	.height-container { 
	    width: 100%; 
	    height: 100%; 
	    display: table;
	}
	.content { 
	    display: table-row; 
	    height: 100%;
	}
*/


/*  HEADER
----------------------------------------------------------- */

.header {
    position: relative;
    min-height: 180px;
    text-align: center;
    padding: 42px 0 15px;
}

.navbar-header {
    margin: 0;
    float: none;
    padding-bottom: 37px;
}
.navbar-brand {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: none;
    height: inherit;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.navbar-brand img {
    display: inherit;
}

.page-header {
    padding: 51px 0;
    margin: 0;
    background-color: #17223f;
    border: solid #28324d;
    border-width: 1px 0;
}
.page-header h1 {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0;
}



/*  Layout
-----------------------------------------------*/
.content {
   padding: 144px 0;
}

/*  BLOCKS
-----------------------------------------------*/
.block-indent {
    padding: 57px 0px;
}


.block-benefits p {
	margin-bottom: 0;
}
.block-benefits img {
    display: inline-block;
    margin: 6px 42px;
}


.childpages {
    margin: 0 -15px;
}
.childpages li {
    font-size: 16px;
    float: left;
    width: 33.33%;
    padding: 5px 15px 5px 20px;
}

/*  SIDEBAR
-----------------------------------------------*/


/*  FORMS inline
-----------------------------------------------*/
@media only screen and (min-width: 768px) {
    form .form-inline {
        margin: 0 -15px;
    }
    form .form-inline .form-control {
        display: block;
        width: 100%;
    }
    form .form-col-sm-2 .form-group {
        float: left;
        width: 50%; padding: 0 15px;
        margin-bottom: 20px;
    }
    form .form-col-sm-3 .form-group {
        float: left;
        width: 33.33%; padding: 0 15px;
        margin-bottom: 3px;
    }
}

/* Form: Newsletter
...............................*/
#wpcf7-f69-o1 form {
    position: relative;
}
#wpcf7-f69-o1 form label {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #5c5c5c;
    display: block;
    text-align: center;
}
#wpcf7-f69-o1 form .form-group {
    margin-bottom: 21px;
}
#wpcf7-f69-o1 form .form-control {
    border-color: #484848;
    padding: 2px 15px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    height: 40px;
    line-height: 1;
    background-color: transparent;
}
#wpcf7-f69-o1 form .btn-send {
	position: absolute;
	right: 16px; top: 14px;
	width: 12px;
	border: 0;
	outline: none;
	height: 12px;
	font-size: 0;
	background: transparent url(../images/btn-send.png) 0 0 no-repeat;
}
.ajax-loader {
	display: none !important;
}
#wpcf7-f69-o1 form p {
	margin-bottom: 0; line-height: 1;
}

#wpcf7-f69-o1 .form-control::-webkit-input-placeholder {
    color: #787878;
    font: 11px/1 'Ubuntu', serif;
}
#wpcf7-f69-o1 .form-control::-moz-placeholder {
    color: #787878;
    font: 11px/1 'Ubuntu', serif;
}

/* Form: Contact
...............................*/
form.form-contact  label {

}
form.form-contact  .form-group {
    margin-bottom: 10px;
}

form.form-contact .form-control {

}
form.form-contact .form-inline .form-control {
    display: block; width: 100%;
}
textarea.form-control {
    min-height: 90px;
    padding-top: 14px;
}
form.form-contact .btn {

}

/*  MAP
-----------------------------------------------*/
.maps {
    line-height: 0;
}
.maps iframe {
    pointer-events: none;
}


/*  SOCIAL LINKS
-----------------------------------------------*/
.social {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.social > li {
    padding: 0 18px 0 0;
}
.social > li > a {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;    
    background-color: #2a2a2a;
}
.social > li > a:hover {
    color: #fff;
    background-color: #fca032;
}


/*  FOOTER AREA
-----------------------------------------------*/
.footer-area {
    padding: 73px 0 73px;
    background-color: #333;
    color: #787878;
    font-size: 12px;
    font-family: "Ubuntu", sans-serif;
}

.footer-area .widget {
	margin-bottom: 32px;
}
.footer-area h2 {
	font-size: 13px;
	color: #fff; letter-spacing: 1px;
	margin-bottom: 8px;
}
.footer-area #text-2 h2 {
	margin-bottom: 34px;
}

.footer-area .wrap {
	background-color: #fff;
	padding: 25px 10px 20px;
	text-align: center;
	color: #333;
	line-height: 1.6;
	margin-bottom: 25px;
}
.footer-area .wrap p {
	margin-bottom: 0;
}
.footer-logo {
    padding-bottom: 12px;
}

.link-reviewed {
	float: right; margin-top: -5px;
}


/*  FOOTER
-----------------------------------------------*/
.footer {
    background-color: #2a2a2a;
    color: #787878;
    position: relative;
    font-size: 12px;
    padding: 33px 0 0px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
}
.footer p{
    margin-bottom: 19px;
}
.footer a {
    color: #787878;
}
.footer a:hover {
	color: #fff;
}
.zeekee {

}


/*  SLIDER
-----------------------------------------------*/
.carousel-fade .carousel-inner .item { transition-property: opacity;}
.carousel-fade .carousel-inner .item, 
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { opacity: 0;}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1;}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; transform: translate3d(0, 0, 0);}
.carousel-fade .carousel-control { 
	z-index: 2; font-size: 68px; color: rgba(255, 255, 255, 0.48); text-align: center; border: 0;
	text-shadow: inherit; opacity: 1;transition: all 200ms ease-in-out 0s; border-radius: 100%;
	background: transparent; width: auto;
}
.carousel-fade .carousel-control:hover { color: #fff; }

.carousel-control.left { left: 15px; }
.carousel-control.right { right: 15px;}

/* Main Slider
............................................*/
.main-slider { 
	position: relative;
	padding: 0;
}
.main-slider .item {
	color: rgba(255,255,255,.8);
	min-height: 720px;
	padding-top: 374px;
	padding-bottom: 20px;
	line-height: 1.5;
	font-size: 16px;
}
.main-slider h1 {
	margin-bottom: 6px;
}
.main-slider h2 {
	text-align: left;
	color: #fff;
	font-size: 35px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px; letter-spacing: 1px;
}
.main-slider p {
	margin-bottom: 30px;
}
.main-slider .btn {
	
}


/* Slider amimation
............................................*/
.main-slider .item  h1 {
	opacity: 0;
	transform: translateX(-40px);
}
.main-slider .item  h2,
.main-slider .item  p {
	opacity: 0;
	transform: translateX(-70px);
}
.main-slider .item  .btn {
	opacity: 0;
	transform: translateY(30px);
}
.main-slider .item.active  h1,
.main-slider .item.active  h2,
.main-slider .item.active  p,
.main-slider .item.active  .btn {
	opacity: 1;
    transform: translateX(0);
}


.main-slider .item.active  h1 {
    transition: opacity 0.3s 0.2s, transform 0.9s 0.3s;
}
.main-slider .item.active  h2 {
    transition: opacity 0.7s 0.2s, transform 0.7s 0.4s;
}
.main-slider .item.active  p {
    transition: opacity 0.6s 0.3s, transform 0.7s 0.3s;
}
.main-slider .item.active  .btn {
	transition: opacity 0.6s 0.3s, transform 0.7s 0.5s;
}
/*.main-slider .item { 
	transform: scale(1.12); 
	animation: scaleout 1.6s linear;
}
@keyframes scaleout {
    0% {
        transform: scale(1.12);
    }

    50% {
        transform: scale(1.10);
    }

    100% {
        transform: scale(1);
    }
}*/