@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans);
/*************************************************** RESET *************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus, textarea:focus{
    outline: none;
}
a,a:hover,a:focus{
    color: #191313;
    outline: none;
}

/*****************************************Common styles ***************************************************************/
body{
    font-family: "Open Sans", sans-serif
}
b, strong{
    color: #5a5a5a;
}
p{
    text-align: justify;
}

.body-bg {
    background: #ededed;
}

.green-bar{
    background: #6bb596;
}

.dark-gray-box {
    background: #2d2d2d;
}

.light-gray-box {
    background: #383838;
}

.responsive{
    width: 100%;
}

iframe{
    margin-bottom: 30px;
    height: 350px;
}

input:focus,button:focus,.form-control:focus{
    outline:none !important;
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

main{
    padding: 49px 0 30px;
}

.reset-col-padding {
    margin-left: -15px;
    margin-right: -15px;
}

.img-block{
    margin: 10px 0;
    text-align: center;
}

.l-img-block{
    float: left;
    margin: 4px 10px 30px 0;
}

.r-img-block{
    float: right;
    margin: 4px 0 30px 10px;
}
.l-img-block-50{
    float: left;
    margin: 4px 4% 30px 0;
	width: 48%;
}

.side-wrap {
    padding: 0 30px;
}

._mb0{
    margin-bottom: 0 !important;
}

._mt30{
    margin-top: 30px !important;
}
/*titles***********************************************************************/
h2,h3,h4 {
    color: #a0a0a0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.side-title, .content-title {
    background: #6bb596;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 18px 30px;
    text-transform: uppercase;
}
.side-title.red {
    background: #e2574c;
}
.side-title,
.content .content-title {
    font-size: 18px;
}
/*Header***********************************************************************/
/*top bar*/
.top-contacts {
    padding: 20px 0 17px 3px;
    line-height: 14px;
}

.top-contacts, .top-contacts a {
    color:#c4e3d6;
    font-size: 15px;
}

.top-contacts a {
    margin-right: 21px;
}

.top-envelope {
    background: url("images/top-contacts-ico.png")no-repeat 0 0;
    display: inline-block;
    height: 10px;
    margin-right: 3px;
    width: 15px;
}

.top-contacts .fa {
    color: #83C6AB;
    font-size: 20px;
    margin-right: 3px;
}

.top-socials {
    float: right;
    font-size: 0;
}

.top-soc-btn {
    border-right: 1px solid #7aba9f;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 22px 0 19px;
    text-align: center;
    width: 70px;
}

.top-socials .top-soc-btn:first-child {
    border-left: 1px solid #7aba9f;
}

.top-soc-btn:hover {
    background: #84c7a6;
    color: #fff;
    cursor: pointer;
}

.header-main {
    padding: 36px 0 34px;
    text-align: right;
}

.menu-burger {
    cursor: pointer;
    display: none;
    height: 29px;
    width: 39px;
}

.burger-line {
    background: #777;
    display: block;
    height:5px;
    margin-bottom: 7px;
    width: 100%;
}

.main-nav-holder {
    margin-top: 15px;
}

.main-nav {
    margin-bottom: 0px;
}

.main-nav li {
    display: inline-block;
    font-size: 0px;
    margin-left: 50px;
}
.main-nav li:first-child{
    margin-left: 0;
}
.main-nav a {
    color: #aeaeae;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

.main-nav a:hover {
    color: #e2574c;
    text-decoration: none;
}

.search-input {
    border: 0;
    box-shadow: none;
    border-radius: 6px;
    font-size: 18px;
    height: 35px;
    padding: 5px 15px;
    background: #EDEDED;
    width: 223px;
}
.search-btn {
    border: 0;
    box-shadow: none;
    background: #EDEDED;    
}

/*Breadcrumbs block*/
.breadcrumbs {
    color: #b5b5b5;
    padding-top: 7px;
}
.breadcrumbs, .breadcrumbs a {
    color: #b5b5b5;
    font-weight: lighter;
    font-size: 13px;
    text-transform: uppercase;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.separator:before {
    content: "\203A";
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    line-height: 5px;
    margin: 0 7px;
}

/*Google search*/
.search-form {
    border: 1px solid #ededed;
    float: right;
    max-width: 330px;
    overflow: hidden;
    height: 30px;
}

form.gsc-search-box {
    margin-bottom: 3px !important;
}

input.gsc-input, .gsc-input-box {
    background: none !important;
    border: none !important;
    font-size: 13px !important;
    line-height: 20px;
    width: 272px;
}

/*.gsc-search-button*/
input.gsc-search-button-v2 {
    background: url(images/search-icon.png) no-repeat transparent !important;
    border: none !important;
    margin-top: 5px !important;
    padding: 17px 22px 0 0 !important;
}

.gsc-input-box-hover,.gsc-input-box-focus {
    box-shadow: none !important;
}

.top-group {
    padding: 14px 0;
}

/*Aside************************************************************************/
.vehicle-box {
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.link-box {
    background: #fff;
    padding-bottom: 30px;
}

.select-h {
    background: url(images/selector-arrow.png) no-repeat right 50% #fff;
    overflow: hidden;
}

.vehicle-selector {
    background: transparent;
    border: none;
    color: #a0a0a0;
    width: 110%;
}

.vehicle-selector:focus {
    outline: none;
}

.side-list li {
    margin-top: 25px;
}

.side-list li:first-child{
    margin-top: 0;
}

.side-list a {
    color: #777;
    font-size: 17px;
}

.side-list a:hover {
    color: #e2574c;
    text-decoration: none;
}

.facebook-banner {
    margin-top: 30px;
}

/*Content Styles***************************************************************/
.content-title {
    background: #777 ;
}

._bg {
    background: #fff;
    padding: 30px;
}
.content p, .video-box p {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

.related-news p {
    line-height: 1.45;
    margin: 0 0 17px 0;
    font-family: inherit;
    font-size: 17px;
    font-weight: 300;
}
.content a {
    color:#009dcd;
}

.content a:hover {
    color:#DE6262;
    text-decoration: underline;
}

.list-p {
    margin-bottom: 3px !important;
}

.content ul {
    list-style: disc;
    margin-bottom: 30px;
    padding-left: 35px;
}

.content li {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

/*video block*/
.video-box {
    margin-bottom: 30px;
}

.video-item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.vi-holder {
    float: right;
}

.video-title {
    color: #3a3939;
    float: right;
    font-size: 27px;
    font-weight: bold;
    margin-top: 9px;
}

.video-item .col-lg-6 {
    position: static;
}

.stretch-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
}

.video-item p {
    margin-bottom: 0;
    margin-top: 90px;
    position: relative;
    z-index: 2;
}

.video-item p:after {
    bottom: -100px;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
}

.video-mask {
    float: left;
    margin-left: -113%;
    position: relative;
}

.video-mask:before {
    background: url(images/video-arrow.png) no-repeat 0 0;
    content: ' ';
    height: 92px;
    left: 50%;
    margin: -46px 0 0 -36px;
    position: absolute;
    top: 50%;
    width: 73px;
    z-index: 3;
}

.video-title:hover ~ .video-mask:before {
    background-position: 0 100%;
}

.video-mask:after {
    content: ' ';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.video-title:hover ~ .video-mask:after {
    background: rgba(0,0,0,0.5);
}

/*Source block*/
.source-item {
    font-size: 0;
    margin-bottom: 30px;
}

.source-link {
    display: inline-block;
    font-size: 0;
    width: 101%; /*ie10>*/
}

.source-link > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.source-link:hover > img {
    -webkit-filter: grayscale(0%);
    filter:none;
}

.canvas-responsive {
    display:inline;
    height:195px;
    max-width:360px;
    width:100%;
}

.shop-btn, a.guide-btn {
    background: #e2574c;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
}

a.guide-btn {
    background: #6bb596;
}

.shop-btn:hover, a.guide-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #cc3529;
}
.guide-btn span {
    display: none;
}

.product-h {
    text-align: center;
}
.product-col {
    display: inline-block;
    max-width: 270px; 
}
.product-item {
    display: block;
	margin-bottom: 22px;
	overflow: hidden;
    border: 1px solid #f1f1f1;
}
/*Footer***********************************************************************/
footer {
    color: #8e8e8e;
    font-size: 15px;
}

footer a {
    color: #8e8e8e;
    font-size: 15px;
}

footer a:hover {
    color: #8e8e8e;
}

.bottom-logo-h {
    text-align: center;
    padding: 40px 0;
}

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

.bottom-articles, .bottom-contacts {
    padding-top: 20px;
}

.bottom-articles {
    margin-left: 15px;
    text-align: right;
}

.bottom-articles a {
    margin-left: 38px;
}

.bottom-socials {
    font-size: 0;
    max-width: 360px;
    text-align: center;
}

.bot-soc-btn {
    background: #383838;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-left: 1px;
    padding: 20px 0;
    width: 70px;
}

.bot-soc-btn:first-child {
    margin-left: 0;
}

.bot-soc-btn:hover {
    background: rgba(20, 20, 20, 0.5);
    color: #fff;
    cursor: pointer;
}

.bottom-phone, .bottom-envelope {
    display: inline-block;
    padding-left: 25px;
    position: relative;
}

.bottom-phone {
    margin-right: 37px;
}

.bottom-phone:before, .bottom-envelope:before {
    background: url("images/bottom-contacts.png")no-repeat 0 -20px;
    content: ' ';
    height: 17px;
    top: -2px;
    position: absolute;
    left: 0;
    width: 15px;
}
.bottom-envelope:before {
    background-position: 0 0;
    top: 4px;
    height: 10px;
}

.footer-info {
    padding-bottom: 30px;
}

.footer-copy {
    padding: 15px 0;
    text-align: center;
}

.footer-copy a{
    margin-right: 35px;
}

/*Sitemap**********************************************************************/
.sitemap-list li {
    margin-bottom: 30px;
}
.sitemap-list a {
    color: #a0a0a0;
}
/*404 page*********************************************************************/

.error-page, .error-holder {
    text-align: center;
}

.error-holder {
    display: inline-block;
    margin-bottom: 30px;
}

.error-circle {
    background: #e2574c;
    border-radius: 50%;
    display: table-cell;
    height: 456px;
    margin-bottom: 30px;
    vertical-align: middle;
    width: 456px;
}
.error-code, .err-short-descr {
    color: #fff;
    font-size: 200px;
    font-weight: bold;
}

.error-code {
    line-height: 170px;
}

.err-short-descr {
    font-size: 37px;
    text-transform: uppercase;
}

.err-msg, .err-small-msg {
    color: #777;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
}

.err-small-msg {
    font-size: 20px;
}

/*Contact us page********************************************************************/
.map {
    margin-bottom: 30px;
}

.address {
    margin-bottom: 10px;
}

.address a, .address {
    color: #777;
}

.address p {
    margin-top: 23px;
}

.address p:first-child {
    margin-top: 0;
}

.contact_f label, .contact_f input {
    color: #777;
    font-size: 17px;
    font-weight: 400;
}

.contact_f label {
    margin-bottom: 10px;
}

.contact_f input, .contact_f textarea{
    border: 1px solid #a0a0a0;
    border-radius: 0;
    height: 59px;
    margin-bottom: 30px;
    padding: 5px 15px;
    width: 100%;
}

.contact_f textarea {
    height: 196px;
}

.send-btn-holder {
    float: right;
}

.submit {
    background: #e2574c;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
}

.submit:hover{
    background: #777;
}

.contact p,
.contact a {
    color: #6E6E6E;
    font-size: 17px;
}

/*Media Queries****************************************************************/
@media (max-width: 1200px) {
    .bottom-articles {
        margin-left: 0;
        text-align: left;
    }

    .bottom-contacts {
        padding-top: 0;
    }

    .bottom-articles a:first-child {
        margin-left: 0;
    }

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

    .video-title {
        display: inline-block;
        float: none;
        font-size: 20px;
        margin-bottom: 20px;
        text-align: left;
    }

    .video-item, .vi-holder {
        display: inline-block;
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
    }

    .video-item p {
        margin-top: 0;
        text-align: left;
    }

    .video-mask {
        display: block;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .source-link canvas {
        height: auto !important;
    }

}
@media (max-width: 992px) {
    .reset-col-padding {
        margin-left: 0;
        margin-right: 0;
    }

    .top-contacts, .top-socials {
        float: none;
        text-align: center;
    }

    .logo {
        margin: 0 auto;
    }

    .main-nav-holder {
        text-align: center;
    }

    .side-title, .content-title {
        font-size: 20px;
        padding-left:20px;
        padding-right:20px;
    }

    .side-wrap{
        padding-left:20px;
        padding-right:20px;
    }

    .side-list li {
        margin-top: 20px;
    }

    .side-list a {
        font-size: 13px;
    }

    .submit {
        font-size: 20px;
    }

    .bottom-articles {
        text-align: left;
        margin: 0 0 30px;
    }
}
@media(max-width:767px) {
    header .pull-right{
        float: none !important;
        text-align: center;
        margin: 10px auto;
    }
    
    .green-bar {
        display: none;
    }

    .header-main {
        padding: 15px 0;
    }

    .top-collage {
        display: none;
    }

    .top-group {
        padding-top: 0;
    }

    .content-title, .shop-btn, a.guide-btn {
        font-size: 20px;
    }

    .menu-burger {
        cursor: pointer;
        display: inline-block;
    }

    .main-nav-holder {
        margin-top: 0;
        text-align: right;
    }
    
    .main-nav {
        display: none;
        float: right;
        margin-top: 15px;
        min-width: 200px;
        width: 100%;
    }

    .main-nav.active {
        display: block;
    }

    .main-nav li {
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }

    .search-form {
        max-width: 100%;
        width: 100%;
    }

    .gsc-search-box-tools .gsc-search-box .gsc-input {
        padding-right: 0 !important;
    }

    input.gsc-input, .gsc-input-box {
        width: 100% !important;
    }

    .breadcrumbs {
        margin-bottom: 15px;
        text-align: center;
    }

    .sidebar {
        margin-bottom: 30px;
    }

    .video-title {
        font-size: 20px;
    }

    .video-box {
        margin-bottom: 30px;
    }

    .source-item {
        margin: 0 auto 30px;
        max-width: 360px;
    }

    .source-link > img {
        display: block;
    }

    .source-link > canvas {
        display: none;
    }

    .error-circle {
        height: 290px;
        width: 290px;
    }

    .error-code {
        font-size: 145px;
    }

    .err-short-descr {
        font-size: 20px;
    }

    .err-msg {
        font-size: 20px;
    }

    .err-small-msg {
        font-size: 14px;
    }

    /*Contact us page********************************************************************/

    .send-btn-holder {
        float: none;
    }

    .bottom-logo-h {
        padding: 20px 0;
    }

    .bottom-articles, .bottom-socials {
        padding: 0;
        margin: 0 0 20px;
    }

    .bottom-contacts, .bottom-articles {
        text-align: center;
    }

    .bottom-articles a {
        margin-left: 15px;
        white-space: nowrap;
    }

    .bottom-socials {
        max-width: 100%;
    }

    .bottom-phone {
        margin-bottom: 5px;
    }

    .footer-copy {
        font-size: 13px;
    }
    .source-item._mb0 {
        margin-bottom: 30px !important;
    }
}