body {
    font-family: 'PT Sans', sans-serif;
}
.entry-header {
    text-transform: uppercase;
    text-align: center;
}



h1 {
    font-size: 40px;
    font-weight: bold;
}
h2 {
    font-size: 30px;
    font-weight: bold;
}
.h_desc {
    font-size: 1.5em;
    margin-bottom: 1.8em;
    font-weight: normal;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    margin: 15px 0 15px 0;
    padding: 0;
    color: #315064;
}

.section-text h2 {
    color: #131313;
}

.site-header {
	height: 100px;
    background: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    border-bottom: 3px solid #fff;
}
.site-branding {
	padding-top: 20px;
}
.custom-logo-link img {
	height: 60px;
	max-width: 100%;
}
.site-contacts {
    text-align: right;
    margin-bottom: 20px;
}

.site-footer {
	padding: 50px 0;
	background: #293d7f;
	color: #fff;
}

.main-navigation {
	padding-top: 25px;
    clear: both;
    display: block;
    float: right;
    width: auto; 
}
.main-navigation .menu .menu-item a {
	display: block;
	position: relative;
    color: #131313;
	margin: 0 10px;
    padding: 0 10px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.main-navigation .menu .menu-item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #315064;
    transition: 0.6s;
}
.main-navigation .menu .menu-item a:hover:after {
	width: 100%!important;
}
.main-navigation .current_page_item > a {
    color: #315064!important;
    text-decoration: none;
}
.main-navigation .current_page_item > a:after {
	width: 100%!important;
}


.site-content {
    padding-top: 100px;
}

.section-fewchers {
    text-align: center;
}
.section-fewchers img {
    border-radius: 50%;
    border: 1px solid #dddddb;
    padding: 3px;
}
.section-fewchers .item__title {
    font-size: 1.4em;
    margin-top: 10px;
    font-weight: normal;
}
.section-fewchers p {
    margin-top: 5px;
}

.section-about {
    text-align: center;
}
.section-about img {
    border: 1px solid #dddddb;
    padding: 3px;
}
.section-about .item__title {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}
.section-about p {
    margin-top: 5px;
}

.section-carousels {
    margin-top: 30px;
    text-align: center;
}
.section-carousels h3 {
    margin-bottom: 20px;
    font-size: 1.8em;
    font-weight: normal;
}
.section-carousels .wrap-nivoslider {
    border: 1px solid #dddddb;
    padding: 3px;
}
.section-carousels .nivoSlider {
    margin-bottom: 0!important;
}

.home-slider .fw-container-fluid {
	margin-top: -100px;
    padding: 0;
}
.home-slider .fw-container-fluid .fw-row {
    margin: 0;
}
.home-slider .fw-container-fluid .fw-row .fw-col-xs-12 {
    padding: 0;
}
.home-slider .nivo-caption {
    background: transparent;
}

.section-separator {
    text-align: center;
    padding: 50px 0;
}

.contacts .fw-iconbox {
    padding: 0 0 10px 0;
}
.contacts .fw-iconbox-image {
    width: 35px!important;
}
.contacts .fw-iconbox-aside {
    float: left;
    margin-left: 10px!important;
    padding-top: 5px;
}
.contacts .fw-iconbox .fw-iconbox-title h3 {
    font-size: 16px;
}
.contacts .fw-iconbox .fw-iconbox-text {
    padding: 0!important;
}
.contacts .fw-iconbox-image i {
    width: 35px;
    height: 35px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #3498db;
    color: #fff!important;
}
.contacts .fw-map {
    margin-top: 20px;
    padding: 5px;
    border: 1px solid #dddddb;
}

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

.section-brands {
    margin: 0 0 150px 0;
    padding: 75px 0 0 0;
    text-align: center;
}
.section-brands a {
    display: block;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 15px 5px;
    color: #131313;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}
.section-brands a span {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
.section-brands a img {
    width: 100%;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.section-brands a:hover {
    color: #315064;
    text-decoration: none;
    font-weight: bold;
    border: none;
}
.section-brands a:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.section-image {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.section-download {
    padding: 75px 0;
    background: #e6e6e6;
    text-align: center;
}

.hentry {
    margin: 0;
}
p {
    font-size: 16px;
    line-height: 24px;
    color: #131313;
    margin: 0 0 30px 0;
}
.button, .btn, .wpcf7-submit {
    background: #315064;
    width: 250px;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    border: 0 solid #d6d6d6;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin: 10px auto;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-transform: uppercase;
    font-weight: 700;
}
.button:hover, .btn:hover, .wpcf7-submit:hover {
    background: #a0c4d9;
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

.section-first {
    margin: 100px 0;
}

.section-copyright {
    padding: 20px 0;
    background-color: #f7f8fa;
    border-top: 1px solid #e4e5e7;
    font-size: 13px;
    color: #888;
}