/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'DINProRegular';
    src: url('fonts/DINProRegular.eot');
    src: url('fonts/DINProRegular.eot') format('embedded-opentype'),
    url('fonts/DINProRegular.woff2') format('woff2'),
    url('fonts/DINProRegular.woff') format('woff'),
    url('fonts/DINProRegular.ttf') format('truetype'),
    url('fonts/DINProRegular.svg#DINProRegular') format('svg');
}
@font-face {
    font-family: 'DINProLight';
    src: url('fonts/DINProLight.eot');
    src: url('fonts/DINProLight.eot') format('embedded-opentype'),
    url('fonts/DINProLight.woff2') format('woff2'),
    url('fonts/DINProLight.woff') format('woff'),
    url('fonts/DINProLight.ttf') format('truetype'),
    url('fonts/DINProLight.svg#DINProLight') format('svg');
}
@font-face {
    font-family: 'DINProMedium';
    src: url('fonts/DINProMedium.eot');
    src: url('fonts/DINProMedium.eot') format('embedded-opentype'),
    url('fonts/DINProMedium.woff2') format('woff2'),
    url('fonts/DINProMedium.woff') format('woff'),
    url('fonts/DINProMedium.ttf') format('truetype'),
    url('fonts/DINProMedium.svg#DINProMedium') format('svg');
}
@font-face {
    font-family: 'DINProBold';
    src: url('fonts/DINProBold.eot');
    src: url('fonts/DINProBold.eot') format('embedded-opentype'),
    url('fonts/DINProBold.woff2') format('woff2'),
    url('fonts/DINProBold.woff') format('woff'),
    url('fonts/DINProBold.ttf') format('truetype'),
    url('fonts/DINProBold.svg#DINProBold') format('svg');
}
body {
    color: #000;
    font-size: 14px;
    font-family: 'DINProRegular';
}
.center {
    width: 100%;
    max-width: 1170px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
a,a:visited,a:hover,a:active {
    outline: none;
}
a {
    color: #0096d2;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
table img {
    max-width: 600px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
p {
    margin: 0 0 20px 0;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'DINProMedium';
}
h1, .h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
    border: 1px solid #000;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 320px;
    margin-bottom: 10px;
}
textarea {
    height: 100px;
    resize: vertical;
}
input[type="submit"], input[type="button"] {
    border: none;
    color: #fff;
    background: #000;
    padding: 7px 20px;
}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
    height: auto;
    max-width: 100%;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 16px;
    margin-top: 4px;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 16px;
    margin-top: 4px;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter , img.alignnone {
    margin-bottom: 12px;
}
img.alignleft, img.alignnone {
    margin-right: 10px;
}
#header {
    padding: 35px 0 25px;
    font-size: 0;
	position: relative;
}
.languages {
	position: absolute;
	left: 50%;
	top: 10px;
	list-style: none;
	margin-left: -28px;
}
.languages li{
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #444;
}
.languages li.current-lang{
	border-color: #c00;
}
.logo {
    display: inline-block;
    width: 25%;
    font-size: 14px;
}
#main_nav {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: 14px;
    width: 75%;
    padding-bottom: 15px;
}
.mobile_menu_opener {
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'DINProMedium',sans-serif;
    margin-bottom: 20px;
    display: none;
}
.main_menu > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 30px;
    transition: all 0.3s linear 0s;
}
.main_menu > li:first-child {
    margin-left: 0;
}
.main_menu > li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-family: 'DINProMedium';
    transition: all 0.3s linear 0s;
}
.main_menu > li a:hover, .main_menu li.current-menu-item > a {
    color: #0096d2;
}
.main_menu > li ul {
    position: absolute;
    z-index: 1000;
    left: 50%;
    margin-left: -125px;
    top: -999em;
    opacity: 0;
    width: 250px;
    border: 2px solid #ddd;
    background: #fff;
    padding: 7px 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    text-align: left;
    transition: opacity 0.3s linear 0s;
}
.main_menu > li:first-child ul {
    left: 0;
    margin-left: 0;
}
.main_menu > li:last-child ul {
    right: 0;
    left: auto;
    margin-left: 0;
}
.main_menu > li:hover ul {
    top: 100%;
    opacity: 1;
}
.main_menu > li ul li {
    padding: 7px 0;
    border-top: 1px solid #ddd;
}
.main_menu > li ul li:first-child {
    border: none;
}
.main_menu > li ul li a {
    text-transform: none;
}
#slider_section {
    margin-bottom: 15px;
}
#content_section {
     padding-bottom: 40px;
	 min-height: 300px;
}
.main_page_content {
    font-size: 0;
}
.news_column {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    padding: 15px 10px 0 0;
}
.main_blocks_column {
    box-sizing: border-box;
    font-size: 14px;
	padding-top: 50px;
}
.news_title {
    text-transform: uppercase;
    font-size: 16px;
    color: #0096d2;
    margin-bottom: 15px;
}
.single_new {
    margin-bottom: 25px;
    transition: all 0.3s linear 0s;
}
.single_new_text {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.single_new_date {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    color: #a6a9ad;
    font-size: 14px;
    line-height: 14px;
    border-right: 1px solid #a6a9ad;
    padding-right: 7px;
    margin-right: 6px;
}
.main_blocks {
    font-size: 0;
}
.main_block {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    padding: 30px 20px;
    font-size: 14px;
    margin-bottom: 14px;
}
.main_block.npt {
    padding-top: 0;
}
.main_block.npt::after {
    display: none;
}
.main_block.npt::before {
    bottom: 5px;
}
.main_block::before {
    display: block;
    content: "";
    width: 1px;
    background: #dddddd;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 20px;
}
.main_block:first-child::before {
	display: none;
}
.main_block::after {
    display: block;
    content: "";
    height: 1px;
    background: #dddddd;
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 0;
}
.main_img {
    margin-bottom: 20px;
}
.main_block_text {
    font-size: 14px;
    line-height: 18px;
}
.main_block_link {
    position: absolute;
    right: 17px;
    bottom: 7px;
}
.brand_blocks {
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    font-size: 0;
}
.brand_blocks.mini::after {
    display: block;
    content: "";
    height: 1px;
    background: #dddddd;
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 0;
}
.brand_block {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    margin-bottom: 20px;
    box-sizing: border-box;
	width: 16%;
}
.brand_blocks.mini .brand_block {
	width: 12.5%;
}
#footer {
    padding-top: 30px;
    text-align: center;
}
.footer_menu {
    font-size: 0;
}
.footer_menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 14px;
}
.footer_menu li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #a6a9ad;
    font-family: 'DINProMedium',sans-serif;
    transition: all 0.3s linear 0s;
	font-size: 10px;
}
.footer_menu li a:hover, .footer_menu li.current-menu-item a {
    color: #0096d2;
}
.copyright {
    padding: 25px 0;
    color: #a6a9ad;
    font-family: 'DINProMedium',sans-serif;
    margin: 0;
}
.owl-dots {
    text-align: center;
    bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
}
.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #434343;
    border-radius: 50%;
    margin: 0 7px;
    overflow: hidden;
    position: relative;
}
.owl-dot::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #434343;
    transition: all 0.2s linear 0s;
}
.owl-dot.active::after {
    width: 4px;
    height: 4px;
}
.page_brand_blocks {
    font-size: 0;
    padding: 30px 0;
}
.page_brand_block {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    height: 100px;
	margin-bottom: 30px;
}
.page_brand_block a {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 86px;
    padding: 5px;
    text-align: center;
    width: 500px;
    border: 2px solid #efefef;
    transition: all 0.3s linear 0s;
}
.page_brand_block a:hover {
    background: #efefef;
}
.page_brand_block a img.color {
    display: none;
}
#brands_column {
    width: 200px;
    float: left;
}
.brands_column_title {
    color: #0096d2;
}
.brands_list li {
    margin-bottom: 20px;
}
.brands_list li a{
    text-transform: uppercase;
    color: #000;
}
.brands_list li.current-menu-item a{
	color: #0096d2;
}
#page_content.with_left_sidebar {
    margin-left: 230px;
}
.single_brand_logo_wrap {
	max-width: 280px;
	margin-bottom: 20px;
}
.single_brand_slider_wrap {
    margin-bottom: 30px;
}
#inner_page_slider_section {
    margin-bottom: 30px;
}
.inner_page_slider_section_wrap {
    font-size: 0;
}
.page_info_wrap {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 34%;
    border: 1px solid #ddd;
    padding: 20px;
    font-size: 18px;
    height: 360px;
    overflow-y: auto;
}
.inner_page_slider_wrap {
    display: inline-block;
    box-sizing: border-box;
    width: 66%;
    padding-left: 30px;
    vertical-align: top;
}
.about_blocks {
    font-size: 0;
    margin: 0 -15px;
    padding: 30px 0;
}
.page-id-234 .about_blocks, .page-id-256 .about_blocks {
	text-align: center;
}
.about_block {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
	margin-bottom: 20px;
}
.about_block_title {
    color: #0096d2;
    text-transform: none;
    margin-bottom: 10px;
	font-size: 18px;
	line-height: 20px;
	height: 30px;
}
.about_block_title a{
	text-decoration: none;
}
.about_block_text {
	padding-top: 10px;
}
.page_single_new {
	margin-bottom: 30px;
}
.new_title {
	font-size: 16px;
	margin-bottom: 5px;
}
.new_title a{
	text-decoration: none;
}
.new_date {
	color: #a6a9ad;
	margin-bottom: 10px;
}
.new_description {
	margin-bottom: 10px;
}
.tab_selector {
	padding-bottom: 20px;
}
.tab_selector li{
	display: inline-block;
	background: #c4c6ca;
	padding: 5px 10px;
	cursor: pointer;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.tab_selector li.active {
	color: #c10000;
}
.tab {
	display: none;
}
.tab.visible {
	display: block;
}
.gallery_blocks {
	font-size: 0;
	margin: 0 -15px;
}
.gallery_block {
	display: inline-block;
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 20px;
	text-align: center;
}
#page_content table {
  max-width: 100% !important;
  border-collapse: collapse;
}
#page_content > table  {
  margin-bottom: 20px;
}
#page_content table td, #page_content table th {
  width: auto !important;
  padding: 5px;
}
#page_content ol {
  margin-left: 25px;
}
#page_content > ol {
  margin-bottom: 20px;
}
#page_content ol li{
  list-style: decimal;
}
#page_content ul {
  margin-left: 25px;
}
#page_content > ul {
  margin-bottom: 20px;
}
#page_content ul li{
  list-style: disc;
}
#page_content ul ul li{
  list-style: circle;
}
#page_content ul ul ul li{
  list-style: square;
}

pre {
    page-break-inside:avoid;
    display:block;
    padding:9.5px;
    margin:0 0 10px;
    font-size:13px;
    line-height:20px;
    word-break:break-all;
    word-wrap:break-word;
    white-space:pre;
    white-space:pre-wrap;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media(max-width: 1200px) {
    .main_menu > li {
        margin-left: 20px;
    }
    .single_new {
        margin-bottom: 15px;
    }
}
@media(max-width: 1023px) {
    .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    #main_nav {
        width: 100%;
        text-align: center;
    }
    #slider_section {
        margin-bottom: 40px;
    }
    .news_column {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .single_new {
        margin-bottom: 25px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }
    .main_blocks_column {
        width: 100%;
        text-align: center;
		padding-top: 0;
    }
	.main_block {
		width: 50%;
	}
    .main_block:nth-child(2n+1)::before {
        display: none;
    }
    .main_block_text {
        font-size: 20px;
    }
    .brand_block {
        width: 25%;
        max-width: 25%;
    }
    .footer_menu li {
        padding: 0;
        width: 25%;
    }
    .page_info_wrap {
        font-size: 14px;
    }
    .about_block {
        width: 100%;
        max-width: 335px;
        margin-bottom: 20px;
    }
	.about_blocks {
		text-align: center;
	}
}
@media(max-width: 767px) {
    #header {
        padding-bottom: 0;
    }
    .mobile_menu_opener {
        display: inline-block;
    }
    .main_menu {
        display: none;
    }
    .main_menu > li {
        display: block;
        margin: 0;
    }
    .main_menu > li a {
        display: block;
        width: 100%;
        padding: 7px;
        text-align: center;
        background: #ddd;
        box-sizing: border-box;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #fff;
    }
    .main_menu > li ul {
        position: static;
        border: none;
        box-shadow: none;
        opacity: 1;
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .main_menu > li ul li {
        padding: 0;
        border: none;
    }
    .main_menu > li ul li a{
        background: #eee;
    }
    .main_block {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .main_block::before, .main_block::after {
        display: none;
    }
    .brand_block {
        width: 50%;
        max-width: 50%;
    }
    .page_brand_block {
        width: 50%;
        margin-bottom: 30px;
    }
    #brands_column {
        float: none;
        width: 100%;
    }
    .brands_list li {
        display: inline-block;
        padding: 0 15px;
        border-left: 1px solid #000;
    }
    .brands_list li:first-child {
        border: none;
        padding-left: 0;
    }
    #page_content.with_left_sidebar {
        margin-left: 0;
    }
    .page_info_wrap {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .inner_page_slider_wrap {
        display: block;
        width: 100%;
        padding: 0;
    }
}
@media(max-width: 600px) {
    .footer_menu li {
        width: 50%;
        margin-bottom: 15px;
    }
	.gallery_block {
		width: 50%;
	}
}
@media(max-width: 480px) {
    .page_brand_block {
        width: 100%;
        margin-bottom: 30px;
    }
    .brand_block {
        width: 100%;
        max-width: 100%;
    }
	.tab_selector li {
		width: 100%;
	}
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}