/*
 *	yellow:	#ffcd06
 *	red: 	#e2102e
 */

/* Fonts
------------------------------------------------------------ */
@import url('fonts/BebasNeueRegular.css');
@font-face {
	font-family: 'GothamBook';
	src: url('fonts/GothamBook.eot');
	src: url('fonts/GothamBook.eot#iefix') format('embedded-opentype'),
		 url('fonts/GothamBook.woff2') format('woff2'),
		 url('fonts/GothamBook.woff') format('woff'),
		 url('fonts/GothamBook.ttf') format('truetype'),
		 url('fonts/GothamBook.svg#GothamBook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'HelveticaLTCondensedMedium';
    src: url('fonts/HelveticaLTCondensedMedium.eot');
    src: url('fonts/HelveticaLTCondensedMedium.eot#iefix') format('embedded-opentype'),
         url('fonts/HelveticaLTCondensedMedium.woff2') format('woff2'),
         url('fonts/HelveticaLTCondensedMedium.woff') format('woff'),
         url('fonts/HelveticaLTCondensedMedium.ttf') format('truetype'),
         url('fonts/HelveticaLTCondensedMedium.svg#HelveticaLTCondensedMedium') format('svg');
}

/* Defaults
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

html, 
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'GothamBook', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #58585a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #000;
}

:focus {
	outline: 0;
}

::-moz-focus-inner {
	border: 0;
}

a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  -moz-outline-style: none;
}

p,
ul,
ol {
	margin: 0 0 24px 0;
}

ul,
ol {
	padding-left: 24px;
}

p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

a, 
a img, 
button {
	transition: all 300ms ease 0s;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-weight: 400;
	line-height: 120%;
	backface-visibility: hidden;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	color: inherit;
	backface-visibility: hidden;
}

h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	/* color: #39b54a; */
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 12px;
}

/* Form
------------------------------------------------------------ */
textarea {
	overflow: auto;
}

/* Images
------------------------------------------------------------ */
figure {
	position: relative;
	margin: 0;
	overflow: hidden;
}

figure img {
	width: 100%;
	height: auto;
}

figure a:hover img {
	transform: scale(1.03);
}

img {
	display: block;
	border: 0;
	-webkit-backface-visibility: hidden;
}

svg:not(:root) {
	overflow: hidden;
}

img.dummy {
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

img.real_img {
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

img.wider {
	height: auto !important;
	width: 100% !important;
}

img.taller {
	width: auto!important;
	height: 100%!important;
}

/* Grid
------------------------------------------------------------ */
#wrapper {
	position: relative;
	min-height: 100%;
}

/** Insert grid here **/
.wrapper { width: 100%; max-width: 1016px; margin: 0 auto; } .container { width: 100%; padding: 0px 16px; } .kolona1{ width: 100%; }.kolona12{ width: 50%; margin-right: 0%; } .kolona12:nth-of-type(2n){ margin-right: 0px; } .kolona14{ width: 25%; margin-right: 0%; } .kolona14:nth-of-type(4n){ margin-right: 0px; } .kolona13{ width: 33.333%; margin-right: 0%; } .kolona13:nth-of-type(3n){ margin-right: 0px; } .kolona23{ width: 66.667%; margin-right: 0%; } .kolona15{ width: 20%; margin-right: 0%; } .kolona16{ width: 16.667%; margin-right: 0%; } .kolona15:nth-of-type(5n){ margin-right: 0px; } .kolona16:nth-of-type(6n){ margin-right: 0px; } .kolona45{ width: 80%; margin-right: 0%; } .kolona25{ width: 40%; margin-right: 0%; } .kolona35{ width: 60%; margin-right: 0%; } .kolona34{ width: 75%; margin-right: 0%; } .kolona12 .kolona12{ width: 50%; margin-right: 0%; } .kolona12 .kolona12:nth-of-type(2n){ margin-right: 0px; } .kolona12 .kolona13{ width: 33.333%; margin-right: 0%; } .kolona12 .kolona13:nth-of-type(3n){ margin-right: 0px; } .kolona14 .kolona12{ width: 50%; margin-right: 0%; } .kolona14 .kolona12:nth-of-type(2n){ margin-right: 0px; } .kolona34 .kolona12{ width: 50%; margin-right: 0%; } .kolona34 .kolona12:nth-of-type(2n){ margin-right: 0px; } .no_margin{ margin-right: 0px; margin-left: 0px; } .floatfix{ clear: both; } .spacer{ height: 20px; width: 100%; position: relative; float: left; } .wrapper:after { content: " "; display: block; height: 0; clear: both;}.kolona1, .kolona12, .kolona13, .kolona14, .kolona15, .kolona16, .kolona34, .kolona23, .kolona45, .kolona25, .kolona35 { position: relative; float: left; }

.clearfix {
	*zoom: 1;
}

.clearfix:before, 
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

.ir {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

/* Flexible Page
------------------------------------------------------------ */
.flexible-block .container {
    padding: 0;
}
.anchor {
    position: absolute;
    top: 48px;
}

.flexible-block {
	position: relative;
	padding-bottom: 24px;
	float: left;
    width: 100%;
}

/** Content Boxes **/
.flexible-entry-image,
.flexible-entry-title {
	margin: 0 0 16px 0;
}

.flexible-entry-title {
	font-size: 20px;
}

/** Gallery **/
.thumb-gallery-item {
	margin-bottom: 2.5%;
}

/** Tabs **/
ul.tabs {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.tabs li {
    display: inline-block;
    float: left;
    margin-right: 12px;
}

ul.tabs li:last-child {
    margin-right: 0;
}

ul.tabs li a {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    background: #58585a;
    padding: 12px 24px;
}

ul.tabs li a.current,
ul.tabs li a:hover {
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
    background: #39b54a;
}

.panels {
	border-top: 1px solid #e6e6e6;
	margin-top: -1px;
	padding: 12px 0 0 0;
}

/** Accordion **/
.accordion .panel {
    border: 1px solid #e6e6e6;
    padding: 12px;
    margin-bottom: 6px;
    cursor: pointer;	
}

.accordion .panel-content {
    display: none;
    margin-top: 12px;
}

.accordion .panel-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    background: url( 'images/plus.png' ) no-repeat right center transparent;
    transition: all 300ms ease 0s;
}

.accordion .panel.current .panel-title {
    color: #39b54a;
    background: url( 'images/minus.png' ) no-repeat right center transparent;
}

.accordion .panel .panel-title:hover {
    color: #39b54a;
}

/** Table **/
.table {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.table th,
.table td {
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

/** Files **/
@font-face {
	font-family: 'file-icons';
	src:url('fonts/file-icons.eot?-jii4z0');
	src:url('fonts/file-icons.eot?#iefix-jii4z0') format('embedded-opentype'),
		url('fonts/file-icons.ttf?-jii4z0') format('truetype'),
		url('fonts/file-icons.woff?-jii4z0') format('woff'),
		url('fonts/file-icons.svg?-jii4z0#file-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="file-"], [class*=" file-"] {
	font-family: 'file-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
  	font-size: 27px;
  	vertical-align: middle;
  	top: -1px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.file-doc:before {
	content: "\e600";
}
.file-docx:before {
	content: "\e601";
}
.file-pdf:before {
	content: "\e602";
}
.file-ppt:before {
	content: "\e603";
}
.file-rar:before {
	content: "\e604";
}
.file-xls:before {
	content: "\e605";
}
.file-xlsx:before {
	content: "\e606";
}
.file-zip:before {
	content: "\e607";
}

.file-doc,
.file-docx {
  color: #4497f5;
}

.file-pdf,
.file-ppt {
  color: #f94844;
}

.file-rar,
.file-zip {
	color: #b047a0;
}

.file-xls,
.file-xlsx {
  color: #94c98e;
}

/* WordPress Core
------------------------------------------------------------ */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 3px 0 17px 17px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 3px 17px 17px 0;
}

a img.aligncenter,
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
    height: auto;
}

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0;
    text-align: center;
	position: relative;
	overflow: hidden;
}

.wp-caption.alignnone {
    margin: 5px 0px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 17px 17px 0;
}

.wp-caption.alignright {
    margin: 5px 0 17px 17px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
}

.wp-caption p.wp-caption-text {
	position: absolute;
	/* font-family: 'BebasNeueRegular', sans-serif;*/
	font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    padding: 11px 0 11px 11px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: left;
    margin-left: 0!important;
    margin-right: 0!important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}




/* HELPERS
------------------------------------------------------------ */
.font-regular {
	font-family: 'GothamBook', sans-serif;
}

.bold {
	font-family: 'BebasNeueRegular', sans-serif;
}

strong {
}

.true-bold {
	font-weight: 700;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.hide {
	display: none;
}

.boss-block {
	display: block !important;
}

.block {
    display: block;
	width: 100%;
}

.opacity {
	opacity: 0.25;
}

.no-bg {
	background-image: none !important;
}

.hidden {
	/* visibility: hidden; */
	opacity: 0;
}

.hidden-full {
	display: none;
	opacity: 0;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.x-margin {
	margin: 0 !important;
}

.x-margin-top {
	margin-top: 0 !important;
}

.x-margin-right {
	margin-right: 0 !important;
}

.x-margin-bottom {
	margin-bottom: 0 !important;
}

.x-margin-left {
	margin-left: 0 !important;
}

.background-base {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.button {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	border: 1px solid #ff4500;
	background: #ff4500;
	padding: 12px 46px;
}

/*button:hover, .button:hover {
	cursor: pointer;
	color: #ff4500;
	background: none;
	border: 1px solid #ff4500;
	padding: 12px 46px;
}*/

.button-blank {
	color: #000;
	border: 1px solid #000;
	background: none;
}

.button-blank:hover {
	color: #ff4500;
	background: none;
	border: 1px solid #ff4500;
}

.table {
	display: table;
	position: relative;
	width: 100%;
}

.table-row {
	display: table-row;
}

.table-helper {
	table-layout: fixed;
}

.cell {
	display: table-cell;
	vertical-align: top;
	padding-right: 8px;
}

.table-fluid {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.table-fix {
	display: table-cell;
	white-space: nowrap;
	vertical-align: top;
}

.static {
	position: static !important;
}

.liner {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.series-videos .liner {
	background: #000;
	text-align: left;
	border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
	-webkit-box-shadow: 0px 9px 10px -6px #000;
	-moz-box-shadow: 0px 9px 10px -6px #000;
	box-shadow: 0px 9px 10px -6px #000;
	margin-bottom: 10px;
}

.liner-this {
	position: relative;
    display: inline-block;
    width: initial;
	padding-left: 28px;
	padding-right: 28px;
	margin-left: auto;
    margin-right: auto;
}

.liner-this:before,
.liner-this:after {
	content: " ";
	position: absolute;
	width: 1000px;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid rgba(75,74,74,0.35);
    height: 2px;
}

.liner-this:before {
    left: -1000px;
}

.liner-this:after {
    right: -1000px;
}




/* HEADER
------------------------------------------------------------ */
#header{
	font-family: 'BebasNeueRegular', sans-serif;
	background-color: #000;
}

.sub-header {
	color: #9b9b9b;
	font-size: 13px;
	border-bottom: 1px solid #292828;
	height: 37px;
	overflow: hidden;
}

.lang-picker {
	font-size: 13px;
	line-height: 48px;
	margin: 0;
	letter-spacing: 0.2px;
}

.main-header {
	background: #000;
	height: 90px;
	transition: border 0.75s;
}

.main-header .site-logo h1.site-title {
	margin: 7px 0;
}



/* SEARCH FORM
------------------------------------------------------------ */
.search-box {
	display: inline-block;
	float: right;
	width: 206px;
	margin-top: 5px;
	border: 1px solid #616161;
	margin-bottom: 5px;
}

.series-videos .search-box {
	width: 300px;
}

.search-form {
	position: relative;
}

.search-box label {
	display: none;
}

.search-box input[type="search"], .search-box input.search-field {
	background: #fff; 
	font-family: sans-serif;
	border: none;
	outline: none; 
	padding: 8px 0;
	padding-left: 75px;
	margin: 0px;
	width: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	height: 35px;
}

.search-box input[type="search"]:focus,
.search-box input.search-field:focus {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
}

.search-box input[type="submit"],
.search-box input.search-submit {
	position: absolute;
	background:#de0000;
	width: 65px;
	height: 35px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #fff;
	line-height: 39px;
	-webkit-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.4); 
}
.search-box input.search-submit:hover,
.search-box input.search-submit:hover {
	background:#ffcc00;
	color: #000;
}


/*
.search-box:hover input[type="submit"],
.search-box:hover input.search-submit,
.search-box input.search-submit.focused {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-box:hover input[type="submit"]:hover,
.search-box:hover input.search-submit:hover {
	-webkit-transform: rotate(90deg) scale(1.2);
	-moz-transform: rotate(90deg) scale(1.2);
	transform: rotate(90deg) scale(1.2);
}*/

.search-box ::-webkit-input-placeholder {
	color: #cecece;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
}

.search-box :-moz-placeholder {
	color: #cecece;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
}

.search-box ::-moz-placeholder {
	color: #cecece;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
}

.search-box :-ms-input-placeholder {
	color: #cecece;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
}





.rrdc-small {
	text-transform: uppercase;
	margin-top: 12px;
	font-size: 24px;
	letter-spacing: 0.5px;
	font-weight: 100;
	color: #dadada;
	line-height: 25px;
}

.rrdc-small img {
	float: left;
	width: 24px;
	/* height: 30px; */
	margin: 0 5px 0 0;
}


/* MAIN NAVIGATION
------------------------------------------------------------ */
.site-nav {
	margin-top: 35px;
}

.list-horizontal li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

ul.main-nav {
	color: #fff;
	z-index: 7002;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.main-nav li {
	font-size: 20px;
	font-weight: 400;
	padding-right: 0px;
	margin-right: 0px;
	
	position: relative;
}

ul.main-nav li a {
	display: inline-block;
	color: #fff;
	padding: 4px 7px 2px;
	line-height: 20px;
	letter-spacing: 0.2px; 
}

ul.main-nav li .sub-menu {
    /*display: none;*/
	display: block;
	position: absolute;
    left: 0px;
    width: 280px;
    white-space: nowrap;
    padding: 23px 0 0;
	padding-left: 0 !important;
    text-indent: 0 !important;
    z-index: -1;
	opacity: 0;
	text-transform: initial;
	pointer-events: none;
	transition: opacity 0.3s;
}

ul.main-nav li:hover .sub-menu {
    /*display: block;*/
	z-index: 20;
	opacity: 1;
	pointer-events: auto;
}

ul.main-nav li.menu-item-has-children.submenu-hover > a {
	color: #000 !important;
	background: #ffcd06;
}
ul.main-nav li.menu-item-has-children.submenu-hover .sub-menu a {
	color: #646464;
}

ul.main-nav li .sub-menu li a {
	position: relative;
    display: block;
    font-size: 14px;
	font-weight: 700 !important;
    border: none;
    border-bottom: 1px solid #2d2d2d;
    padding: 10px 4px 8px 48px;
    font-family: BebasNeueRegular, sans-serif;
    color: #E4E4E4 !important;
    background: #1b1b1b !important;
    white-space: normal;
}

ul.main-nav li .sub-menu li:first-child a {
	border-top: 1px solid #FFCD06;
	/*box-shadow: 0px -13px 9px -10px rgba(255, 205, 6, 0.47);*/
}

ul.main-nav li .sub-menu li a:hover, ul.main-nav li {
	color: #FFCD06 !important;
	background: #000 !important;
}
ul.main-nav li .sub-menu li.current-menu-item a {
	color: #FFCD06 !important;
	font-weight: 700;
}
ul.main-nav li .sub-menu li.current-menu-item a:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOlJREFUeNqMkksKwjAQhhMp7lypeA+LK9suPIovULuw53Al+FjpVYRaRMR6D7F6AcH4j0y1aKIOfOkwyZ9OZkYqpcTTYulgHQAXlMEJrMFU2CpKj8mHKJYW/DHoC7PNwBDiq8WBOWiL70YX5kFHqr2ow4kymyNQAF2Q04idHL8haxek0MO3BrYakU+ihjYZWx2wUhYtkGR2PBJVjK+w1Q0s+a9njpZIdDSKYilBE94OFDmakGhlEFSxbsCCe5ZaSNVzuIH/Vs9NmzvRVFFnNBl+elPAHRc/JiJ4jdHn7HlUJS51+D57dwEGADLcQ1R7j/DjAAAAAElFTkSuQmCC");
}

ul.main-nav li .sub-menu li a:before {
	content: " ";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOZJREFUeNqEkj0KwkAQhZOgHsAfLLyFIAhRC0+RWiOosbHwFNZRG61zC0FFRMFjCGL0AAriG3iRjWziwMfC7Hszs5mYrusaSjSAB5qgBG5gC3ywi0QWzwwvROCACsjxdBRjNhJLzEGspSaGLNSTTvaPYQoW4K0xis62+AY1HmAAauCgMY7E1E4Y58wpuiBU8i0xlVPeISOu2PXOXFFM1xSTCTrgCArMhWJaJxiqYA+W3FkUG4vfX408V3ACdU0x3+KmVeME9JXFxwyijy7GYPZnuTPqvtVeyj8XgAt48gyY96gzPgIMABTqLRmGYQFVAAAAAElFTkSuQmCC");
    left: 18px;
    top: 13px;
    color: #a1b1bc;
	transition: all 0.3s;
}

ul.main-nav li .sub-menu li a:hover:before {
	 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOlJREFUeNqMkksKwjAQhhMp7lypeA+LK9suPIovULuw53Al+FjpVYRaRMR6D7F6AcH4j0y1aKIOfOkwyZ9OZkYqpcTTYulgHQAXlMEJrMFU2CpKj8mHKJYW/DHoC7PNwBDiq8WBOWiL70YX5kFHqr2ow4kymyNQAF2Q04idHL8haxek0MO3BrYakU+ihjYZWx2wUhYtkGR2PBJVjK+w1Q0s+a9njpZIdDSKYilBE94OFDmakGhlEFSxbsCCe5ZaSNVzuIH/Vs9NmzvRVFFnNBl+elPAHRc/JiJ4jdHn7HlUJS51+D57dwEGADLcQ1R7j/DjAAAAAElFTkSuQmCC");
}

ul.main-nav li .sub-menu li a:hover:before {
	left: 24px;
}

ul.main-nav li a:hover,
ul.main-nav li span:hover,
ul.main-nav li.current-menu-item > a,
.tax-series ul.main-nav li.menu-item-object-series.menu-item-has-children > a,
.single-video ul.main-nav li.menu-item-object-series.menu-item-has-children > a,
.post-type-archive-news ul.main-nav li.menu-item-object-page.menu-item-60 > a,
.single-news ul.main-nav li.menu-item-object-page.menu-item-60 > a,
.post-type-archive-ask-a-pro ul.main-nav li.menu-item-object-page.menu-item-57 > a,
.single-ask-a-pro ul.main-nav li.menu-item-object-page.menu-item-57 > a {
	color: #000;
	background: #ffcd06;
	cursor: pointer;
}

ul.main-nav li.hpd a {
    padding: 0 7px;
    margin-bottom: -2px;
}

.hpd-menu-img {
	width: 137px;
	height: 18px;
}

ul.main-nav li.hpd a:hover {
	background: none;
	opacity: 0.8;
}

/*
@-webkit-keyframes brum-webkit {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
@-moz-keyframes brum-moz {
	0% { -moz-transform: translate(2px, 1px) rotate(0deg); }
	10% { -moz-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -moz-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -moz-transform: translate(0px, 2px) rotate(0deg); }
	40% { -moz-transform: translate(1px, -1px) rotate(1deg); }
	50% { -moz-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -moz-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -moz-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -moz-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -moz-transform: translate(2px, 2px) rotate(0deg); }
	100% { -moz-transform: translate(1px, -2px) rotate(-1deg); }
}
@keyframes brum {
	0% { transform: translate(2px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}
ul.main-nav li.hpd a:hover:hover,
ul.main-nav li.hpd a:hover:focus {
	-webkit-animation-name: brum-webkit;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	
	-moz-animation-name: brum-moz;
	-moz-animation-duration: 0.8s;
	-moz-transform-origin:50% 50%;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	
	animation-name: brum;
	animation-duration: 0.8s;
	transform-origin:50% 50%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
*/


/* SOCIAL
------------------------------------------------------------ */
ul.social {
	z-index: 7002;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 46px;
}

ul.social.header-social {
	margin-top: 0px;
    margin-left: 5px;
	margin-right: 2px;
    display: inline-block;
}

ul.social.header-social.header-social-bottom {
	display: none;
}

.sub-header ul.social.header-social {
	margin-top: 15px;
	margin-right: 15px;
}
.footer-social li {
	width: 35px;
	height: 35px;
}


ul.social li {
	float: left;
	font-size: 13px;
	font-weight: 400;
	padding-right: 0px;
	margin-right: 6px;
	
	position: relative;
}

ul.social.header-social li {
	top: 2px;
	margin-right: 7px !important;
}

ul.social li:nth-child(3) {
	top: 1px;
}

ul.social.footer-social li {
	margin-right: 8px;
}

ul.social li:last-child {
	margin-right: 0;
}

ul.social li a {
	display: inline-block;
	color: #fff;
	padding: 0;
	line-height: 19px;
	width: 20px;
	height: 20px;
}

ul.social.footer-social li a, ul.social.small-social li a {
	width: 24px;
	height: 24px;
}

ul.social.footer-social li a:hover {
	background: #292828;
}

ul.social li a.facebook {
}

ul.social li a.twitter {
}

ul.social li a.addthis_toolbox,
a.addthis_toolbox {
	padding: 1.5px 10px 0 8px;
	color: #070707;
	background: #ffcd06;
	width: auto;
	height: 20px;
	font-family: BebasNeueRegular, sans-serif;
	margin: 3px 8px 0 8px;
}

.video-title-container a.addthis_toolbox {
	margin: 9px 8px 8px 0;
}

a.addthis_toolbox:hover {
	-webkit-box-shadow: 0px 0px 12px #ffcd06;
	-moz-box-shadow: 0px 0px 12px #ffcd06;
	box-shadow: 0px 0px 12px #ffcd06;
}

ul.social li a img {
	display: inline;
    vertical-align: middle;
}

li.social-out {
	opacity: 1;
	transition: all 0.3s;
}
li.social-out:hover {
	opacity: 0.8;
}
li.social-out a:hover {
	background: none !important;
}

a.addthis_toolbox img {
	margin: 2.5px 4px 0 0;
	display: inline;
    vertical-align: middle;
}


li.subscribe-li a.subscribe-navigator {
	padding: 4px 6px 2.4px !important;
	color: #070707 !important;
	background: #ffcd06;
	width: auto;
	height: auto !important;
	font-family: BebasNeueRegular, sans-serif;
	font-size: 14px;
	line-height: 1 !important;
	vertical-align: top;
	margin-top: 3px;
}

li.subscribe-li a.subscribe-navigator:hover {
	background: #BBB;
}




/* Mobile nav
------------------------------------------------------------ */
#mobile-menu-button {
	float: right;
	display: none;
	vertical-align: top;
	width: 50px;
	padding: 31px 0 10px 20px;
	margin-top: 0;
}

#mobile-menu-button span {
	display: block;
	background: #fff;
	height: 2px;
	width: 100%;
	margin: 6px 0;
	transition: all 500ms;
}

#mobile-menu-button span:first-child, #mobile-menu-button span:last-child {
	margin: 0;
}

#mobile-menu-button[data-click-state="1"] span {
	background: #E2102E;
}

#mobile-menu-button[data-click-state="1"] span {
    opacity: 0;
}

#mobile-menu-button[data-click-state="1"] span:first-child {
    opacity: 1;
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
    top: 10px;
    position: relative;
}

#mobile-menu-button[data-click-state="1"] span:last-child {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
    bottom: 6px;
    position: relative;
    left: -1px;
}

#mobile-menu {
	display: none;
	right: -235px;
	position: fixed;
	top: 0;
	width: 235px;
	height: 100%;
	background: #000;
    border-left: 1px solid #E2102E;
	background-size: 30%;*/
	background-attachment: inherit;
	padding: 0;
	z-index: 7000;
	overflow-x: hidden;
	/*-webkit-box-shadow: inset 10px 0px 19px -9px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 10px 0px 19px -9px rgba(0,0,0,0.3);
	box-shadow: inset 10px 0px 19px -9px rgba(0,0,0,0.3);*/
}

#mobile-menu * {
	transition: none !important;
	transform: none !important;
}


#mobile-menu .small-logo {
	padding: 12px 0;
}

#mobile-menu .small-logo a {
	padding: 0;
}

#mobile-menu .small-logo figure {
	width: 138px;
    display: block;
    margin: 0 auto;
}

#mobile-menu ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

#mobile-menu ul.sub-menu {
    display: none;
}

#mobile-menu ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 20px;
}

#mobile-menu ul li.hpd {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

#mobile-menu ul li.current_page_item a {
	color: #ffcd06;
}

#mobile-menu a {
	display: block;
	padding: 12px 0;
	opacity: 1;
	font-size: 20px;
    color: #fff;
}

#mobile-menu ul.small-nav a {
	text-transform: uppercase;
	display: block;
	padding: 14px 0;
	font-weight: 700;
	opacity: 1;
	color: #fff;
}

#mobile-menu ul.small-nav ul.sub-menu li.menu-item a {
	font-size: 12px;
    padding: 10px 0 !important;
}

#mobile-menu .search-box.small-search-box {
	width: 100%;
	padding: 8px 0 4px;
	margin-top: 0;
}
#mobile-menu .search-box.small-search-box input[type="search"],
#mobile-menu .search-box.small-search-box input.search-field {
	padding-left: 16px;
	padding-right: 40px;
}

#mobile-menu .search-box.small-search-box input[type="submit"],
#mobile-menu .search-box.small-search-box input.search-submit {
	right: 16px;
}

#mobile-menu ul.social.small-social {
	float: left;
	width: 100%;
	padding: 16px;
	text-align: center;
}

#mobile-menu ul.social.small-social li {
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0;
}

#mobile-menu ul.social.small-social li:first-child {
	margin-right: 10px;
}

#mobile-menu ul.social.small-social li a {
	padding: 0;
}





/* HERO
------------------------------------------------------------ */
.hero, .series-videos, qa-sessions, .yt-video {
	background-color: #000;
	background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.hero {
	background-image: url(images/hero-bg.jpg);
	padding: 21px 0;
}

.hero-box {
	background: rgba(0,0,0,0.46);
	padding: 10px;
	margin-bottom: 3px;
}

.main-slider-container {
	width: 68.7%;
	margin: 0;
}

.slide-item {
	position: relative;
}



/* HOME SLIDER NAV */

.home-slider .slick-arrow {
	background-color: rgba(0,0,0,0.7);
	outline: none !important;
	border: none;
	color: transparent;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	transform: translateY(-40%);
	width: 42px;
	height: 44px;
	z-index: 1;
	cursor: pointer;
	background-repeat: no-repeat;
	padding: 0;
	transition: all 0.2s;
}

.home-slider .slick-arrow.slick-prev {
	left: 0;
	background-image: url(images/prev.png);
	background-position: 13px center;
}
.home-slider .slick-arrow.slick-prev:hover {
	background-color: rgba(234,187,2,0.3);
	background-position: 13px center;
}

.home-slider .slick-arrow.slick-next {
	right: 0;
	background-image: url(images/next.png);
	background-position: 17px center;
}
.home-slider .slick-arrow.slick-next:hover {
	background-color: rgba(234,187,2,0.3);
	background-position: 17px center;
}

.home-slider .slick-dots {
	position: absolute;
    top: 8px;
    right: 10px;
	margin: 0;
    padding: 0;
	list-style-type: none;
}

.home-slider .slick-dots li {
	float: left;
}

.home-slider .slick-dots li button {
    background: #000;
	outline: none !important;
	border: none;
	color: transparent;
	width: 8px;
	height: 8px;
	z-index: 1;
	cursor: pointer;
	padding: 0;
	margin-right: 4px;
	transition: all 0.3s;
}

.home-slider .slick-dots li.slick-active button,
.home-slider .slick-dots li button:hover {
    background: #ffcc00;
}



/* SLIDER MORE */

.item-info { 
	position: relative; 
	left: 0;
	right: 0;
	padding: 16px 14px;
}

.item-info,
.item-info p,
.item-title {
	color: #fff;
	transition: all 0.3s;
}

.item-title:hover {
	color: #FFCD06;
}

.item-title {
	font-size: 35px;
	margin: 0;
	line-height: 1;
}

.item-info p {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
	color: #fff;
}

.label {
	background: #ffcc00;
    color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	padding: 2px 6px;
	font-family: 'HelveticaLTCondensedMedium', sans-serif;
}

.item-info .label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 55;
}



.featured-driver {
	width: 31.3%;
	margin: 0;
	/* padding-left: 12px; */
	padding: 0px 15px 0px 25px;
}

.featured-driver-box {
	position: relative;
}

.pro-label {
	position: absolute;
    top: -17px;
    left: 11px;
    background: #ffcc00;
    color: #010101;
    font-size: 22px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 5px 6px 4px;
    margin: 0;
    z-index: 1;
	transition: all 0.3s linear;
}

.featured-driver:hover .pro-label {
	background: #efbf00;
}

.featured-driver:hover .pro-label a {
	color: #000;
}

.featured-driver figure a:hover img {
	transform: none;
}

.fly-answer-button {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffcc00;
	color: #010101;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 0 5px;
	margin: 0;
	z-index: 1;
	width: 100%;
}

.fly-answer-button, .fly-answer-button a {
	transition: all 0.3s linear;
}

.fly-answer-button:hover {
	background: #efbf00;
}

.fly-answer-button:hover a {
	color: #000;
}


/* NEWS TICKER
------------------------------------------------------------ */
.news-ticker {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
}

.news-ticker-title {
	display: block;
    background: #de0000;
    font-family: BebasNeueRegular, sans-serif;
    font-size: 20px;
    width: 126px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    height: 38px;
    margin: 0;
	margin-right: 8px;
    line-height: 40px;
    z-index: 2;
}

.ticker {
	position: relative;
	height: 37px;
	/*padding-right: 68px;*/
	background: rgba(0,0,0,0.4);
}
.ticker:before {
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 99px;
    -webkit-box-shadow: inset -101px 0px 54px -38px black;
	-moz-box-shadow: inset -101px 0px 54px -38px black;
	box-shadow: inset -101px 0px 54px -38px black;
    z-index: 1;
}

.news-item {
	min-height: 37px;
	padding: 8px 8px 10px 0px;
}

.news-item a, .news-item span {
	font-size: 16px;
	line-height: 1;
}

.news-item a {
	color: #fff;
}

.news-item a:hover {
	color: #FFCD06;
}

.news-item a:after {
	content: " |";
	color: #FFCD06;
	display: inline;
	position: relative;
	top: -1px;
	padding-left: 4px;
}

.news-item span {
	color: #ffcd06;
	margin-right: 40px;
}


/* SLICK TICKET NAV */

.ticker .slick-arrow,
.video-ticker .slick-arrow {
	background: none;
	outline: none !important;
	border: none;
	color: transparent;
	position: absolute;
	top: 10.5px;
	width: 12px;
	height: 16px;
	z-index: 1;
	cursor: pointer;
}

.ticker .slick-arrow.slick-prev {
	right: 48px;
}

.ticker .slick-arrow.slick-next {
	right: 12px;
	width: 26px;
}

.ticker .slick-arrow.slick-prev:before,
.ticker .slick-arrow.slick-next:before,
.video-ticker .slick-arrow.slick-prev:before,
.video-ticker .slick-arrow.slick-next:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}

.ticker .slick-arrow.slick-prev:before,
.video-ticker .slick-arrow.slick-prev:before {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 12px solid #fff;
}

.ticker .slick-arrow.slick-prev:hover:before,
.video-ticker .slick-arrow.slick-prev:hover:before {
	border-right: 12px solid #ffcc00;
}

.ticker .slick-arrow.slick-next:before ,
.video-ticker .slick-arrow.slick-next:before {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
	margin-left: 12px;
}

.ticker .slick-arrow.slick-next:hover:before,
.video-ticker .slick-arrow.slick-next:hover:before {
	border-left: 12px solid #ffcc00;
}

.ticker .slick-arrow.slick-next:after,
.video-ticker .slick-arrow.slick-next:after {
	content: " ";
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    width: 1px;
    height: 16px;
    border-right: 1px solid #424242;
    z-index: 1;
	pointer-events: none;
}


/* HOMEPAGE VIDEOS
------------------------------------------------------------ */
.series-videos {
	background-image: url(images/carbon-bg.jpg);
	padding: 0 0 4px;
	/*border-top: 2px solid #000;*/
}

.series-videos-title {
	color: #fff;
	font-size: 25px;
	line-height: 1;
	text-align: center;
	margin: 9px 0 3px;
	padding-top: 5px!important;
	float: left;
	letter-spacing: 0.5px;
}
/*.series-videos-title:before {
	content: " ";
	width: 22px;
	height: 22px;
	background: url(images/play-square-grey.png) no-repeat;
	background-size: 22px 22px;
	margin-right: 10px;
	float: left;
	top: -1px;
    position: relative;
}
.series-videos-title:after {
	content: " ";
    width: 23px;
    height: 23px;
    background: url(images/double-arrow.png) no-repeat;
    background-size: 23px 23px;
    margin-left: 5px;
    float: right;
	top: -1px;
	position: relative;
}*/


.video-box {
	width: 23.1%;
	margin-right: 2.8%;
	margin-top: 10px;
	margin-bottom: 14px;
	float: left;
}
 
.video-box.no-margin {
	margin-right: 0;
}

.video-box-figure-container {
	width: 100%;
	position: relative;
	-webkit-box-shadow: 0px 9px 10px -6px #000;
	-moz-box-shadow: 0px 9px 10px -6px #000;
	box-shadow: 0px 9px 10px -6px #000;
}

.video-box-figure {
	width: 100%;
	margin-bottom: 12px;
}

.video-box-figure:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(7,7,7,0.65);
	opacity: 0;
	transition: all 0.4s;
	z-index: 1;
}

.video-box--bigger:hover .video-box-figure:before {
	opacity: 1;
}
.video-box:hover .video-box-figure:before {
	opacity: 1;
}

.view-videos {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90px;
	height: 27px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #0d0d0d;
	font-size: 18px;
	line-height: 1;
	padding: 6px 0;
	text-align: center;
	background: #ffcc00;
	opacity: 0;
	transition: all 0.4s;
	z-index: 2;
}
.video-box--bigger:hover .view-videos {
	opacity: 1;
}
.video-box:hover .view-videos {
	opacity: 1;
}

.video-box-title {
	font-size: 16px;
    line-height: 1;
    margin: 0;
    margin-top: -2px;
    text-transform: uppercase;
}

.video-box-title a {
	color: #fff;
	transition: all 0.4s linear;
	font-family: 'BebasNeueRegular', sans-serif; 
	font-size: 22px;
}

.video-box:hover .video-box-title a {
	color: #ffcc00;
}
.featured-driver--title {
	color: #fff;
	border-bottom: 3px solid #5f5f5f;
	margin: 0 0 5px;
	padding: 0;
	font-size: 30px;
	line-height: 26px;
}
.video-box--left {
	margin-right: 2.8%;
	width: 22.2%;
	margin-top: 10px;
	position: relative;
}
.video-box-title--left  {
	position: relative;
	background-color: #de0000;
	color: #fff; 
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 22px;
	padding: 5px 0px;
}
#video-read-more img {
	width: 20px;
}


/*
margin 20px
---------
|       |
| video |
|       |
---------
margin 50px
*/



/* SPONSORS
------------------------------------------------------------ */
.sponsors {
	background: #141414;
	padding: 0;
}

.sponsors-title {
	color: #434343;
    font-size: 17px;
    margin: 12px 0 0;
}

.sponsors-container {
	text-align: center;
}

.sponsors-box {
	float: none;
	display: inline-block;
	width: auto;
	margin: 0px 9px 24px;
	text-align: center;
	vertical-align: middle;
}

figure.sponsors-figure {
	overflow: visible;
}

figure.sponsors-figure img {
	width: auto;
	max-width: 283px;
	height: auto;
}

.sponsors-img {
	width: auto;
	max-width: 100%;
	height: auto;
}



/* TOP TITLE
------------------------------------------------------------ */
.top-title-container {
	text-align: center;
	background: #000 url(images/title-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 34px 0;
}

.top-title {
	display: inline-block;
	width: auto;
	font-size: 50px;
	color: #fff;
	border-bottom: 5px solid #ffcc00;
	line-height: 47px;
    padding: 0 4px;
	margin: 22px 0;
}


/* About NAV
------------------------------------------------------------ */
ul.about-nav {
	margin: 0;
	margin-bottom: 250px;
	padding: 0;
	list-style-type: none;
}

ul.about-nav li a {
	display: block;
	color: #353535;
	font-size: 23px;
	border-bottom: 1px solid #d5d4d4;
	line-height: 1;
    padding: 20px 0 18px;
}

ul.about-nav li a:hover,
ul.about-nav li.current_page_item a,
ul.about-nav li a.current_page_item {
	color: #d61430;
}

.section-content {
	display: none;
}

.section-content.show-sec {
	display: block;
}


/* MAIN CONTENT
------------------------------------------------------------ */
.main-content {
	padding: 31px 0;
}

.main-content p {
	color: #353535;
	font-size: 13px;
	line-height: 1.35;
	margin-bottom: 18px;
	font-family: GothamBook, sans-serif;
}

.flexible-content a {
	color: #d61430;
}

.flexible-content p {
	font-size: 13px;
	line-height: 20px;
	font-family: GothamBook, sans-serif;
}

.flexible-content a:hover {
	color: #a2091f;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
	color: #d61430;
	display: inline-block;
}

.main-content h1 {
	font-size: 30px;
	letter-spacing: 0.7px;
}

.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
	font-size: 22px;
	margin: 35px 0 4px;
}

.main-content h1,
.main-content h2 {
	margin: 18px 0 12px;
}

.page-template-template-about .main-content .about-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page-template-template-about .main-content .about-content li {
	display: block;
	line-height: 1.3;
	padding-bottom: 8px;
}

.page-template-template-about .main-content .about-content a {
	/* color: #a2091f; */
	border-bottom: 1px dotted transparent;
}

.page-template-template-about .main-content .about-content a:hover {
	color: #a2091f;
}

.page-template-template-about .main-content .about-content a:after,
.page-template-template-about .main-content .about-content h1 a:after,
.page-template-template-about .main-content .about-content h2 a:after,
.page-template-template-about .main-content .about-content h3 a:after,
.page-template-template-about .main-content .about-content h4 a:after,
.page-template-template-about .main-content .about-content h5 a:after,
.page-template-template-about .main-content .about-content h6 a:after {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARZJREFUeNpi/P//PwMlgIVYhWZmZnxASg6Ir506deofTJyJSM3NQOoOEK8E4sdAviLRBgAVdwCpSJDtQJu1gXQWEB8mygCg5gYgFQLEOkDNP0BiQHojkPoKlFPGawDUzzeRNUPFuYCUEBA/xWkAkp/rgPguzM9QzVeBuA9mKBMWzW1AKgLqZ02on8OQNM8FirfD1DMipwOo5lAg1gXiX0CsCFR8F01zC7KFcAOgzgbZrAtyHpDPBnI+EIOcKgB1dju6i8EGQAPsDtTZyAHGAaT8gXgjsjgygIUBKIW9xhLa14BYAZdmZANACgWAmvzRQns+UHMnvrSCHAaK0BT2BYiFcfkZpwFITgelsKf4nI3XAFIBQIABAJQVgr7/gCH6AAAAAElFTkSuQmCC);
	position: relative;
	right: -4px;
    top: -3px;
	opacity: 0.3;
	transition: all 0.5s;
}
.page-template-template-about .main-content .about-content a:hover:after {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARZJREFUeNpi+v//PwMlmIWBSLCYS4EPSMkB8bXYbw/+wcSZiNTcDKTuAPFKIH4M5CsSbQBQcQeQigTZDrRZG0hnAfFhogwAam4AUiFArAPU/AMkBqQ3AqmvQDllvAZA/XwTWTNUnAtICQHxU5wGIPm5DojvwvwM1XwViPtghjJh0dwGpCKgftaE+jkMSfNcoHg7TD0jKC7RNIcCsS4Q/wJiRaDiu2iaW5AthBsAdTbIZl2Q84B8NpDzgRjkVAGos9vRXQw2ABpgd6DORg4wDiDlD8QbkcWRASwMQCnsNZbQvgbECrg0IxsAUigA1OSPFtrzgZo78aUV5DBQhKawL0AsjMvPOA1AcjoohT3F52y8BpAKAAIMAEXzsGncLbzTAAAAAElFTkSuQmCC);
	opacity: 1;
}

.page-template-template-about .main-content .about-content h1 a:after,
.page-template-template-about .main-content .about-content h2 a:after,
.page-template-template-about .main-content .about-content h3 a:after,
.page-template-template-about .main-content .about-content h4 a:after,
.page-template-template-about .main-content .about-content h5 a:after,
.page-template-template-about .main-content .about-content h6 a:after {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQ9JREFUeNpi/P//PwMlgJFYA66LGkoDKVMg3qL5+vwfkgwAaj4EpKyB+DcQswCxE9AQkBgDExGaTwApCyAWBmriANJdQLwPrgDkAlz4mojBfiD+BcQCaOI/gdgRxGYi4OcrQCwGtPkDkrgI1BvncYYBkp9BgcUM8zNU83OQF4B8d6wGABUdhYY22GYgvw3INgTiWKjmg0BxF6yxgKwZiL8AsS1Q8X4km1E0oxgAdbYFks08QDbI7/+g3tgDczaGAdAAewSNKuQAEwBSjUBcjyyODGCxAHL2byyh/RqI1XBpRjZgCyhqoAHGgOTnQ0DNnkTlBaAmO2gK+wuNZ6x+xgBYUp8jesrDhxkpzc4AAQYAegHXicwMKW8AAAAASUVORK5CYII=);
	opacity: 1;
}

.page-template-template-about .main-content .about-content a.fancybox:after {
	content: ;
	display: none;
}

blockquote {
    margin: 0;
    margin-left: 196px;
}

.about-content {
	width: 74%;
	margin: 0;
}

.page-template-template-about .sidebar {
	width: 21%;
	margin: 0;
	margin-top: 18px;
	margin-right: 5%;
}




/* YT PLAXER
------------------------------------------------------------ */
.yt-video {
	background-image: url(images/hero-bg.jpg);
    padding: 21px 0;
}

.yt-video-control {
    background: rgba(0,0,0,0.46);
    padding: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.yt-player {
    width: 67.7%;
    margin: 0;
}

.video-boss {
	display: inline-block;
	width: 100%;
	max-width: 747px;
	margin: 0 auto;
	position: relative;
}
.video-container {
	width: 100%;
    max-width: 767px;
	margin: 0 auto;
	transition: all 0.6s;
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 56.25%;
	background-image: url(images/yt-placeholder.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.video-container:hover {
	cursor: pointer;
}
.video-container:after {
	/*content: " ";*/
	position: absolute;
	margin: 0px auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	left: 0px;
	text-align: center;
	width: 68px;
	height: 48px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid transparent;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.video-container:before {
	/*content: " ";*/
	position: absolute;
	margin: 0px auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	left: 4px;
	text-align: center;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 19px solid #fff;
	width: 0;
	height: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 2;
}
.video-container:hover:after {
	background: #EA102E;
	/*background: rgba(234, 16, 46, 0.5);*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 68px;
}
.video-container:hover:before {
	/*border-left-color: #000;*/
}

.video-container.yt-active:after,
.video-container.yt-active:before {
	display: none !important;
}

.video-container.yt-active:hover {
	cursor: auto;
}
	
	
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-title-container {
	display: block;
	text-align: center;
    height: 30px;
}

.video-title {
	display: inline;
	float: left;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	margin: 0;
	margin-right: 16px;
    padding: 6px 0 13px;
	font-family: BebasNeueRegular, sans-serif;
	font-weight: 700 !important;
}
.video-title:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: -14px;
    bottom: 0;
    border-bottom: 4px solid #646464;
}

.video-description {
    width: 100%;
	padding: 11px 14px 12px;
	font-size: 12px;
	color: #444;
	background: #fff;
	overflow: auto;
}

.video-description p {
	margin: 0;
}

#video-read-more {
	display: block;
	/* float: right; */
	color: transparent;
	line-height: 1;
	font-size: 13px;
	font-weight: 700;
	margin: 4px auto 4px;
	padding: 8px;
	/* background: rgba(255, 255, 255, 0.05); */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	width: 24px;
}
 

#video-read-more:before { 
	color: #fff;
	position: relative;
	display: inline;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
} 

#video-read-more:after {
	content: " ";
	/* background: url(images/read-more-bottom-white.png); */
	width: 10px;
	height: 7px;
	position: relative;
	display: inline;
	float: right;
	margin-left: 2px;
	top: 3px;
	
}


#video-read-more.is-more img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* change video title layout */
.video-break .video-title {
	clear: both;
	padding: 6px 0 3px;
}
.video-break.video-title-container a.addthis_toolbox {
	margin: 9px 8px 8px 0;
	clear: left;
} 


.related {
	height: auto;
}

.related-title {
    display: block;
	color: #ffcc00;
    font-size: 18px;
    text-align: center;
    padding: 15px 0 0;
    height: 32px;
    margin: 0;
    line-height: 1;
	font-family: BebasNeueRegular, sans-serif;
	text-transform: uppercase;
}

.related-video.news-ticker .video-ticker {
	padding-right: 46px;
}

/*.related-video.news-ticker .video-ticker:after {
	content: " ";
	position: absolute;
	right: 45px;
	top: 0;
	display: block;
	width: 3px;
	height: 100%;
	background: #000;
}*/

.related-video.news-ticker .news-item,
.related-video .news-item {
	position: relative;
    min-height: 32px;
    padding: 11px 8px 0;
    background: none;
	/*float: left;
	width: 33%;*/
    text-align: center;
}

/*.video-ticker.slick-slider .slick-list:before {
	content: " ";
	box-shadow: inset 38px 0px 34px -19px rgba(0, 0, 0, 0.68);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 55px;
    z-index: 2;
    pointer-events: none;
}*/

.related-video.news-ticker .news-item span {
	margin-right: 0;
}

.related-video.news-ticker .news-item:after {
	content: " |";
	position: absolute;
    right: 0;
    top: 14px;
    display: inline;
    color: #E4E4E4;
    font-size: 15px;
}

/*.related-video.news-ticker .slick-track .news-item.slick-active + .news-item.slick-active + .news-item.slick-active:after {
    color: transparent;
}*/

.related-video .news-item a {
	padding: 0 16px;
}

.related-video.news-ticker .news-item a:after {
	content: ;
	display: none;
}

.related-video .news-item a, .related-video .news-item span {
	font-size: 14px;
	line-height: 1;
}

.related-video .video-ticker .news-item span {
	color: #E4E4E4;
	transition: all 0.3s;
}

.related-video .video-ticker .news-item a:hover span {
	color: #ffcd06;
}

/* SLICK TICKET NAV */
.video-ticker .slick-arrow {
	top: 14.5px;
}

.video-ticker .slick-arrow.slick-prev {
	right: 32px;
}

.video-ticker .slick-arrow.slick-next {
	right: 4px;
    width: 23px;
}
.video-ticker .slick-arrow.slick-next:after {
    right: 19px;
}




.yt-playlist {
	position: relative;
    width: 32.3%;
    margin: 0;
    padding-left: 12px;
	padding-bottom: 12px;
	overflow: hidden;
}

.yt-playlist:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 12px;
	right: 0;
	border-bottom: 4px solid #646464;
}

.playlist-title {
    font-size: 26px;
    color: #fff;
    border-top: 4px solid #646464;
    border-bottom: 2px solid #ffcc00;
    margin: 0;
    margin-bottom: 6px;
    line-height: 1;
    padding: 9px 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.playlist-container {
	display: block;
	width: auto;
	/*height: 454px;*/
	overflow: auto;
}

.playlist-most-viewed .duplicate {
    display: none;
    }

ul.playlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.playlist li {
    margin: 0;
	padding: 0;
}

ul.playlist li a {
	position: relative;
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #E4E4E4;
    border-bottom: 1px solid #3a3a3a;
    padding: 12px 0px;
    padding-left: 27px;
    letter-spacing: .5px;
	font-family: BebasNeueRegular, sans-serif;
}

ul.playlist li:nth-of-type(1) a {
    padding-top: 10px;
}

ul.playlist li.current-page-item a,
ul.playlist li a:hover {
	color: #ffcc00;
}

ul.playlist li.current-page-item a {
	font-weight: 700;
    font-size: 14px;
    padding-bottom: 12px;
}
ul.playlist li.current-page-item a:before {
    top: 13px;
}
 
ul.playlist li a:before {
	/*content: url(images/list-play.png);*/
	 content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOZJREFUeNqEkj0KwkAQhZOgHsAfLLyFIAhRC0+RWiOosbHwFNZRG61zC0FFRMFjCGL0AAriG3iRjWziwMfC7Hszs5mYrusaSjSAB5qgBG5gC3ywi0QWzwwvROCACsjxdBRjNhJLzEGspSaGLNSTTvaPYQoW4K0xis62+AY1HmAAauCgMY7E1E4Y58wpuiBU8i0xlVPeISOu2PXOXFFM1xSTCTrgCArMhWJaJxiqYA+W3FkUG4vfX408V3ACdU0x3+KmVeME9JXFxwyijy7GYPZnuTPqvtVeyj8XgAt48gyY96gzPgIMABTqLRmGYQFVAAAAAElFTkSuQmCC");
	width: 13px;
	height: 13px;
	position: absolute;
	top: 14px;
	left: 0;
	transition: all 1s;
}
 
ul.playlist li:nth-of-type(1) a:before {
	top: 10px;
}

ul.playlist li a.yt-active:before {
	/*content: url(images/list-play-active.png);*/
	content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOlJREFUeNqMkksKwjAQhhMp7lypeA+LK9suPIovULuw53Al+FjpVYRaRMR6D7F6AcH4j0y1aKIOfOkwyZ9OZkYqpcTTYulgHQAXlMEJrMFU2CpKj8mHKJYW/DHoC7PNwBDiq8WBOWiL70YX5kFHqr2ow4kymyNQAF2Q04idHL8haxek0MO3BrYakU+ihjYZWx2wUhYtkGR2PBJVjK+w1Q0s+a9njpZIdDSKYilBE94OFDmakGhlEFSxbsCCe5ZaSNVzuIH/Vs9NmzvRVFFnNBl+elPAHRc/JiJ4jdHn7HlUJS51+D57dwEGADLcQ1R7j/DjAAAAAElFTkSuQmCC");
}




/* ASK A PRO SINGLE
------------------------------------------------------------ */
.ask-a-pro-content .top-title {
	margin: 4px 0 17px;
}

.pro-tagline,
p.pro-tagline {
	font-size: 16px;
	font-family: BebasNeueRegular, sans-serif;
	font-weight: 700 !important;
    text-transform: uppercase;
	color: #fff;
	margin: 0;
	margin-bottom: 5px;
}

.main-content {
	background: #fff;
	color: #2c2c2c;
	font-size: 12px;
    padding: 28px 0 48px;
}

body.post-type-archive-news .main-content {
	width: 74%;
    margin-right: 1%;
}

.pro-info-container {
	margin-bottom: 36px;
}

.pro-qa-info {
	padding-right: 24px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.pro-qa-info-fix {
	padding: 16px;
	background: #1a1a1a;
	margin-bottom: -1000px;
    padding-bottom: 1000px;
}

.pro-qa-info p {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
}

.pro-qa-info p, .pro-qa-info * {
	color: #fff;
}

.pro-qa-info a {
	color: #FFCD06;
}

.pro-qa-info img.aligncenter,
.pro-qa-info img {
	margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pro-image {
	width: 21.667%;
	border-bottom: 1px solid #CECECE;
}
.pro-image.kolona15 {
	width: 20%;
}

.pro-info {
	width: 45%;
	padding-left: 24px;
}
.pro-info.kolona45 {
	width: 80%;
}

.pro-info h1 {
	font-size: 30px;
	line-height: 1;
	color: #000;
	margin: 0;
}

p.short_info,
.pro-info p.short_info {
	font-size: 12px;
	color: #e11736;
	margin: -2px 0 8px;
	font-family: GothamBook, sans-serif;
    font-weight: 700 !important;
}

.pro-info p.long-info, .long-info p, .long-info * {
	font-size: 13px;
	line-height: 18px;
	color: #2c2c2c;
	margin-bottom: 8px;
	font-family: GothamBook, sans-serif;
}

.long-info a {
	color: #E11736;
}

.qa-session {
    margin-bottom: 64px;
}

h2.qa-title,
h2.qa-title {
    display: block;
    margin: -3px 0 0;
    padding-bottom: 8px;
	border-bottom: 1px solid #cbcbcb;
}

ul.qa-session-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

ul.qa-session-list li,
ul.qa-session-list li p,
ul.qa-session-list li span {
	color: #2c2c2c;
	font-family: GothamBook, sans-serif;
}

ul.qa-session-list li.qa-session-item {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	overflow-x: hidden;
}

.qa-session-question {
	margin: 20px 0;
	padding: 15px 0 22px 20px;
	border-left: 7px solid #1a1a1a;
}

div.question {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
	margin: 0;
}

.question p {
    font-size: 16px;
    font-weight: 700 !important;
    font-style: italic !important;
	margin: 0;
}

span.asker {
    font-size: 15px;
    display: block;
	position: relative;
	padding-left: 12px;
	margin-top: 4px;
}
span.asker:before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
}

.answer-small-figure {
	width: 8.1%;
	margin: 0;
}

.answer-small-figure.answer-xsmall-figure {
	display: none;
}

.answer-column {
	width: 91.9%;
	margin: 0;
	padding-left: 28px;
	margin-bottom: 12px;
}

.answer-container {
	position: relative;
	padding: 16px 32px 14px;
	min-height: 80px;
	background: #f1f1f1;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
}

.answer-container:before {
	content: " ";
	display: block;
	position: absolute;
	top: 30px;
	left: -14px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 14px solid #bbbbbb;
	z-index: 1;
}

.answer-container:after {
	content: " ";
	display: block;
	position: absolute;
	top: 30px;
	left: -13px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 14px solid #f1f1f1;
	z-index: 2;
}

div.answer {
    font-size: 12px;
    line-height: 19px;
	margin: 0;
}

.answer p {
    font-size: 13px;
    line-height: 19px;
	margin: 0;
	margin-bottom: 8px;
}

.answer a {
	color: #d61430;
}



/* ASK A PRO ARCHIVE
------------------------------------------------------------ */
.ask-a-pro-content .main-content {
	padding-bottom: 0;
}

.pro-featured-info-fix {
	padding: 16px;
	background: #ffcd06;
	margin-bottom: -1000px;
    padding-bottom: 1000px;
}

.pro-qa-info .pro-featured-info-fix a {
	color: #fff;
}

h3.pro-featured-title {
	font-size: 30px !important;
	line-height: 1 !important;
	color: #000 !important;
	margin: 0 0 16px;
}

.pro-qa-info .pro-featured-info-fix img {
	max-width: 100%;
    width: auto;
    height: auto;
    display: inline;
    margin: 0;
    margin-right: 8px;
}

.featured-text {
	margin-bottom: 68px;
}

.featured-text p {
	font-family: 'HelveticaLTCondensedMedium', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.featured-abs-container {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	padding-right: 24px;
	text-align: center;
}

.featured-abs-button {
	position: relative;
    display: inline-block;
    bottom: 18px;
    margin: 0 auto;
    font-size: 22px;
    color: #fff;
    background: #e2102e;
    border-color: #e2102e;
    padding: 11px 18px 7px;
    line-height: 1;
    transition: all 0.5s;
    width: 152px;
    width: auto;
}

.featured-abs-button:hover {
	background: #000;
	border-color: #000;
}
	

.qa-sessions {
    background-image: url(images/carbon-bg.jpg);
    padding: 0 0 50px;
    border-top: 2px solid #000;
}

.qa-sessions-title,
h2.qa-sessions-title {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin: 25px 0 5px;
}

.driver-item, .driver-item:nth-of-type(4n+4) {
	width: 13.5%;
	padding: 0;
	margin-right: 3.8%;
	margin-bottom: 32px;
}

.driver-item:nth-of-type(6n+6) {
	margin-right: 0;
}
 


.driver-item-box-container {
	width: 100%;
	position: relative;
}

.driver-item-box-figure a:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(7,7,7,0.8);
	opacity: 0;
	transition: all 0.4s;
	z-index: 1;
}

.driver-item:hover .driver-item-box-figure a:before {
	opacity: 1;
}

.see-answers-overlay {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    padding-top: 4px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
    z-index: 2;
}

.see-answers-overlay span {
	font-family: 'GothamBook', sans-serif;
}

.see-answers-overlay:hover {
	color: #ffcc00;
}

.see-answers-overlay img {
    display: inline;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.driver-item:hover .see-answers-overlay {
	opacity: 1;
}


.driver-item h2.entry-title {
	font-size: 18px;
	line-height: 18px;
	margin-top: 6px;
}

.driver-item h2.entry-title a,
.driver-item .entry-title a {
	font-size: 18px;
	color: #fff;
	margin: 8px 0;
}
.driver-item:hover h2.entry-title a,
.driver-item:hover .entry-title a {
	color: #ffcc00;
}



.search-pro {
	margin: 7px 0 -3px;
    display: inline-block;
    color: black;
    font-size: 17px;
}
.search-pro img {
	display: inline;
	height: 12px;
    width: auto;
}





/* NEWS HOME LISTING
------------------------------------------------------------ */
.article-item {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.entry-image.kolona13 {
	width: 22%;
    margin-right: 4.5%;
}

.entry-content {
	position: relative;
}

.entry-content.kolona23 {
	width: 73.5%;
}

.entry-content.kolona1 {
	width: 96%;
    margin-left: 2%!important;
    margin-right: 2%!important;
}

h2.entry-title,
.entry-title {
	display: block;
	font-size: 30px;
	line-height: 1;
	margin: 0;
}

h2.entry-title a,
.entry-title a {
	color: #000;
}

.entry-meta {
    display: block;
    font-size: 11px;
    line-height: 1;
    border-bottom: 1px solid #dcdcdc;
    padding: 2px 0 12px;
}

.entry-excerpt {
	font-size: 13px;
	line-height: 20px;
	margin: 7px 0 42px;
}
.entry-excerpt p {
	font-size: 13px;
    line-height: 20px;
	margin: 0;
}

.button-abs {
	position: absolute;
	left: 0;
	bottom: 0;
}

.article-item .button {
	font-size: 20px;
	color: #272727;
    background: #ffcd06;
	border-color: #ffcd06;
	padding: 6px 6px 4px;
	line-height: 1;
}

.article-item .button:hover {
	color: #fff;
    background: #000;
	border-color: #000;
	padding: 6px 6px 4px;
}





/* NEWS SINGLE
------------------------------------------------------------ */
.news-content {
	padding-top: 40px
}

.news-content .main-content {
	width: 71.5%;
	margin: 0;
}

.news-content .main-content.kolona1 {
	width: 100%;
}

.news-content .main-content h2.entry-title {
	font-size: 35px;
	margin-bottom: -2px;
	margin-left: 0!important;
    margin-right: 0!important;
}

.entry-image.featured-image {
	margin-bottom: 18px;
}

.twitter-widget {
	display: block;
    margin-bottom: 24px;
}

body.post-type-archive-news .twitter-widget {
    margin-top: 31px;
}

.news-content .sidebar {
	width: 25%;
	margin: 0;
	margin-top: 28px;
	margin-left: 3.5%;
}

.news-content .sidebar h2 {
	font-size: 23px;
	color: #d61430;
	line-height: 1;
	margin: 0;
}

.news-content .sidebar .article-item {
	margin: 0;
	margin-top: 23px;
	padding: 0;
	border-bottom: 1px solid #dcdcdc;
}

.news-content .sidebar .article-item .entry-title {
	display: block;
    font-size: 30px;
    line-height: 28px;
	letter-spacing: -0.3px;
    margin: 5px 0 10px;
}
.news-content .sidebar .article-item .entry-title a {
	color: #fff;
	font-size: 22px;
    line-height: 25px;
}

.news-content .sidebar .article-item:hover .entry-title a {
    color: #d61430;
}

.social-share {
	float: left;
	width: 100%;
	padding: 10px 0 1px;
	/*height: 55px;*/
	margin: 10px 0 0;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;	
}

.us_wrapper .us_button {
    margin-right: 10px !important;
	margin-bottom: 10px !important;
}

.tags-links {
	float: left;
	width: 100%;
	padding: 16px 0 8px;
	border-bottom: 1px solid #DBDBDB;
	font-size: 14px;
}

.tags-links a {
	margin: 1px 9px 8px;
	float: left;
}
.tags-links a:hover {
	color: #D61430;
}

.tags-links span {
	margin-bottom: 8px;
	float: left;
	font-size: 17px;
    position: relative;
    top: 1px;
}

/* Comments
------------------------------------------------------------ */
.comments-area {
	display: block;
	padding-top: 32px;
	/* border-top: 1px solid #dcdcdc; */
}

.comments-area ol, .comments-area ul  {
	list-style-type: none;
}

.comment-list {
    padding-left: 0;
}

.comment-author,
.says,
.comment-reply-title,
.comment-author a.url {
	color: #000;
	text-transform: uppercase;
	font-weight: 700 !important;
}

.says {
	display: none;
}

.comment-body {
	padding: 0 0 28px;
}
.comment-body:before, 
.comment-body:after {
	display: table;
	content: '';
}
.comment-body:after {
	clear: both;
}

.pingback .comment-body {
    padding-bottom: 14px;
}

.comment p {
    margin-bottom: 8px !important;
	font-size: 16px;
}

.reply {
	display: block;
    float: left;
    width: 100%;
}
.comment-reply-link {
	background-color: #000;
    color: #FFF;
    display: inline-block;
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 17px;
    line-height: 1;
    padding: 10px 12px 7px;
}

.comment-reply-link:hover {
	opacity: 0.8;
}

.comment-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.comments-title {
	color: #000;
	margin-top: 42px;
	font-size: 24px;
}

.comment-reply-title {
	margin-top: 62px;
	font-size: 20px;
}

.comments-area textarea, .comments-area input {
	color: #000;
	margin: 0;
}

ol.children {
	padding-left: 40px;
}

ol.children, ol.children p {
    /* font-size: 16px !important; */
}

p.form-submit {
    margin-bottom: 16px !important;
}

p.form-submit #submit {
    background-color: #000;
    color: #fff;
    padding: 17px 16px 14px;
	height: auto;
	line-height: 1;
	outline: none;
	border: none;
    cursor: pointer;
    width: initial;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
	transition: all 0.3s;
}

p.form-submit #submit:hover {
	opacity: 0.8;
}

.comments-area ::-webkit-input-placeholder {
   color: #acacac;
   font-size: 16px;
   text-transform: uppercase;
}

.comments-area :-moz-placeholder {
   color: #acacac;
   font-size: 16px;
   text-transform: uppercase;
}

.comments-area ::-moz-placeholder {
   color: #acacac;
   font-size: 16px;
   text-transform: uppercase;
}

.comments-area :-ms-input-placeholder {
   color: #acacac;
   font-size: 16px;
   text-transform: uppercase;
}

.comments-area input, .comments-area textarea, .comments-area select {
	font-size: 16px;
	font-family: 'GothamBook', sans-serif;
}

.comments-area .wp-editor-wrap, .comments-area input[type="text"], .comments-area input[type="password"], .comments-area input[type="number"], .comments-area input[type="email"], .comments-area .chzn-container, .comments-area select, .comments-area textarea {
	font-size: 16px;
    display: block;
    margin-bottom: 1.2em;
    width: 100%;
}
.comments-area .field-wrapper > * {
}

.comments-area .wp-editor-wrap, .comments-area select {
    margin-left: 0px;
}
.comments-area .wp-editor-wrap, .comments-area input[type="text"], .comments-area input[type="password"], .comments-area input[type="number"], .comments-area input[type="email"], .comments-area .chzn-container, .comments-area select, .comments-area textarea {
    display: block;
	border: 1px solid #D4D4D4;
    margin-bottom: 1.2em;
	padding: 14px;
    width: 100%;
}





/* Pagination
------------------------------------------------------------ */
.pagination-container {
	display: inline-block;
	padding: 37px 0;
	width: 100%;
	text-align: center;
}
.paging-navigation {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    width: initial;
}

.page-numbers {
	display: inline-block;
    float: left;
    height: 30px;
    min-width: 30px;
    padding: 6px;
    margin: 0 4px;
    background: #000;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s;
}

.page-numbers.current,
.page-numbers:hover {
    background: #ffcc00;
    color: #000;
}

.page-numbers.dots:hover {
	background: #000;
    color: #fff;
}

.page-numbers img {
	vertical-align: top;
    display: inline-block;
    margin-top: 3px;
	transition: all 0.5s;
	height: 12px!important;
}
.page-numbers.next img {
    margin-left: 2px;
}
.page-numbers.prev img {
    margin-left: -2px;
}
.page-numbers:hover img {
	-webkit-filter: brightness(0%);
	-moz-filter: brightness(0%);
	-o-filter: brightness(0%);
	-ms-filter: brightness(0%);
	filter: brightness(0%);
}




.qa-session-form {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 36px;
}

input, textarea, select {
	font-family: 'GothamBook', sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff;
	border: 1px solid #dcdcdc;
	outline: none;
	padding: 15px 15px 13px;
	width: 100%;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 12px;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.newsletter input:focus,
.newsletter textarea:focus {
    -webkit-box-shadow: inset 0px -3px 0px 0px #ffcc00;
	-moz-box-shadow: inset 0px -3px 0px 0px #ffcc00;
	box-shadow: inset 0px -3px 0px 0px #ffcc00;
}

input[type="submit"],
input.wpcf7-submit {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 22px;
    color: #0c0c0c;
    background: #ffcc00;
    line-height: 1;
    width: 112px;
    height: 43px;
    padding: 12px 0 9px;
    margin: 0;
    margin-bottom: 12px;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    top: 2px;
    position: relative;
    -webkit-appearance: none;
border-radius: 0;
}

input.wpcf7-submit:hover {
	background: #bbb;
    color: #000;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
	border-color: #E51937;
}


span.wpcf7-not-valid-tip {
    color: #fff;
    background-color: #E51937;
    font-size: 14px;
    display: block;
    padding: 12px;
    margin-top: -16px;
	margin-bottom: -6px;
}

div.wpcf7-response-output {
    margin: 0;
    font-size: 14px;
}

div.wpcf7-mail-sent-ok {
    background: #398f14;
    color: #fff;
    float: left;
    margin-left: 15px;
    margin-top: -31px;
    padding: 3px 9px;
}

div.wpcf7-validation-errors {
    border: none;
    background-color: #FC0;
    float: left;
    margin-left: 15px;
    margin-top: -31px;
    padding: 12px;
}

.wpcf7-form input[type="submit"], .wpcf7-form input.wpcf7-submit {
	 float: left;
}

/* NEWSLETTER
------------------------------------------------------------ */
.newsletter {
	position: relative;
	background: #000;
	min-height: 83px;
	border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
    -webkit-box-shadow: 0px 9px 10px -6px #000;
	-moz-box-shadow: 0px 9px 10px -6px #000;
	box-shadow: 0px 9px 10px -6px #000;
	text-align: center;
}

.nletter-1 {
	width: 24%;
	margin: 0;
	padding: 0;
}
.nletter-1 {
    width: 24%;
    width: auto;
    margin: 0;
    padding: 0;
	padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    float: none;
}

.newsletter-title {
	color: #fff;
	font-size: 25px;
	margin: 27px 0 0;
}

.newsletter-subtitle {
	color: #cacaca;
	line-height: 1;
	font-size: 14px;
	margin: -5px 0 0;
}

.newsletter-form {
	width: 76%;
	margin: 0;
	padding: 0;
	margin-top: 20px;

}
.newsletter-form {
    width: 76%;
    width: auto;
	min-width: 644px;
	max-width: 100% !important;
    margin: 0;
    padding: 0;
    margin-top: 22px;
    display: inline-block;
    vertical-align: top;
    float: none;
}

.newsletter-form p {
	margin: 0;
}

.newsletter-form input {
	font-family: 'GothamBook', sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff;
	border: none;
	outline: none;
	padding: 10px 15px;
	line-height: 1;
	width: 100%;
	max-width: 253px;
	height: 35px;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 12px;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
border-radius: 0;
}

.newsletter-form input:focus {
    -webkit-box-shadow: inset 0px -3px 0px 0px #ffcc00;
	-moz-box-shadow: inset 0px -3px 0px 0px #ffcc00;
	box-shadow: inset 0px -3px 0px 0px #ffcc00;
}


/*.newsletter-form input[type="submit"],
.newsletter-form input.wpcf7-submit {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 22px;
	color: #0c0c0c;
	background: #ffcc00;
	line-height: 1;
	width: 112px;
	height: 43px;
	padding: 12px 0 9px;
	margin: 0;
	margin-bottom: 12px;
	cursor: pointer;
	border: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	display: inline-block;
	top: 2px;
    position: relative;
}*/
.newsletter-form input[type="submit"], .newsletter-form input.wpcf7-submit {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 20px;
    color: #0c0c0c;
    background: #ffcc00;
    line-height: 14px;
    width: 90px;
    height: 35px;
    padding: 0px 0;
    margin: 0;
    margin-bottom: 12px;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    top: 1px;
    position: relative;
    box-sizing: content-box;
}

.newsletter-form input[type="submit"]:hover,
.newsletter-form input.wpcf7-submit:hover {
	/*background: #e2102e;
	color: #fff;*/
	background: #bbb;
    color: #000;
}

.newsletter-form ::-webkit-input-placeholder {
	color: #4c4c4c;
	font-size: 13px;
	font-family: 'GothamBook', sans-serif;
	font-weight: 400;
}

.newsletter-form :-moz-placeholder {
	color: #4c4c4c;
	font-size: 13px;
	font-family: 'GothamBook', sans-serif;
	font-weight: 400;
}

.newsletter-form ::-moz-placeholder {
	color: #4c4c4c;
	font-size: 13px;
	font-family: 'GothamBook', sans-serif;
	font-weight: 400;
}

.newsletter-form :-ms-input-placeholder {
	color: #4c4c4c;
	font-size: 13px;
	font-family: 'GothamBook', sans-serif;
	font-weight: 400;
}



.flash {
  -moz-animation: flash 1500ms ease-out;
  -moz-animation-iteration-count: 2;

  -webkit-animation: flash 1500ms ease-out;
  -webkit-animation-iteration-count: 2;

  -ms-animation: flash 1500ms ease-out;
  -ms-animation-iteration-count: 2;
}

@-webkit-keyframes flash {
    0% { background-color: none; }
    30% { background-color: #E2102E; }
    100% { background-color: none; }
}

@-moz-keyframes flash {
    0% { background-color: none; }
    30% { background-color: #E2102E; }
    100% { background-color: none; }
}

@-ms-keyframes flash {
    0% { background-color: none; }
    30% { background-color: #E2102E; }
    100% { background-color: none; }
}


/* FOOTER
------------------------------------------------------------ */
#footer{
	position: relative;
	margin: 0;
	padding: 0;
	background: #1b1b1b;
}

.footer_bottom {
	padding: 12px 0 26px;
}

ul.footer-nav,
ul.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.footer-nav li {
	float: left;
}

ul.footer-nav li a {
	color: #808080;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
	margin: 0 10px;
}

ul.footer-nav li a:hover {
	color: #ffcc00;
}

ul.footer-nav li a.footer-logo {
	margin: 0;
}

ul.footer-nav li a.footer-logo img {
    width: 125px;
	height: auto;
    opacity: 0.7;
    display: inline-block;
}

.copyright {
	display: block;
	width: 100%;
	margin-top: 6px;
}

.copyright p {
	font-size: 13px;
	color: 696969;
	font-weight: 400;
}


/* LAST
------------------------------------------------------------ */
.right {
	position: relative;
	float: right;
}

.left {
	position: relative;
	float: left;
}

#fancybox-title-over {
    font-family: 'BebasNeueRegular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}





/* SCROLLBAR
------------------------------------------------------------ */
.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/

.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/*Gray skin*/

.scrollable.gray-skin {
  padding-right: 17px;
}

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black;
}

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 17px;
}

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/* GOOGLE TRANSLATE */
.language {
	margin-right: 32px;
}
#flags {
    width: auto !important;
    float: left;
}
#google_language_translator {
    clear: none !important;
}
.goog-te-gadget select.goog-te-combo {
    background-color: #000;
	font-family: 'GothamBook', sans-serif;
    color: #9B9B9B;
    font-size: 13px;
    border: 1px solid #000;
    outline: none;
	padding: 0;
    margin: 0;
    width: 160px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s;
	cursor: pointer;
}
body .goog-logo-link {
	display: none;
}
body .goog-te-gadget-icon {
	display: none;
}
body .goog-te-gadget-simple {
	position: relative;
	border: 0;
    background: transparent;
	padding: 0;
    margin: 10px 0 4px;
}
body .goog-te-gadget-simple:before {
    content: " ";
	position: absolute;
    display: block;
    top: 0;
    left: -28px;
	width: 28px;
    height: 19px;
}
.language .lang-gimg {
	display: inline;
    float: left;
    margin: 13px 8px 9px 0;
}
body .goog-te-gadget-simple .goog-te-menu-value {
	display: inline;
	font-family: 'GothamBook', sans-serif;
	color: #9B9B9B;
    font-size: 13px;
}
body .goog-te-gadget-simple .goog-te-menu-value * {
    display: inline-block;
    float: left;
    text-align: left;
}
body .goog-te-gadget-simple .goog-te-menu-value span:nth-of-type(2) {
	border-color: #686868 !important;
    height: 9px;
    margin-top: 7px;
	margin-left: 4px;
}
body .goog-te-gadget-simple .goog-te-menu-value span:nth-of-type(3) {
	font-size: 10px;
    margin-top: 2px;
}

/* ADD THIS */
.atm-f {
	height: auto !important;
}

/* Modal
------------------------------------------------------------ */
.modal-dialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.65);
	z-index: -1;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	/* overflow: auto; */
}

.modal-dialog.awform-modal-dialog {
	background: rgba(0, 0, 0, 0.8);
}

.modal-dialog:target {
	opacity:1;
	pointer-events: auto;
	z-index: 99999;
}

.modal-dialog .modal-content {
	max-width: 490px;
	width: 100%;
	position: relative;
	margin: 4% auto;
	padding: 0;
	border-radius: 2px;
	background: #fff;
}

.modal-dialog .modal-content .modal-title,
.modal-dialog .modal-content h2.modal-title {
	font-size: 26px;
	line-height: 1;
    margin: 0;
    color: #fff;
    background: #D61430;
	border-bottom: 1px solid #DEDEDE;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 16px 16px 12px;
}

.help-content-container {
	padding: 0;
	padding-left: 16px;
	display: block;
    width: auto;
}
.help-content {
	display: block;
    width: auto;
    overflow: auto;
}
.help-content .jspVerticalBar,
.help-content .jspVerticalBar:hover,
.help-content .jspVerticalBar:active {
    width: 12px;
	transition: all 0.3s;
}
.help-content .jspTrack {
	background: #F5F5F5;
}
.help-content .jspDrag {
	background: #DEDEDE;
}
.help-content .jspDrag:hover, .help-content .jspDrag:active {
    background: #C5C5C5;
}

.help-content-container .container {
	padding-right: 16px;
}

.modal-dialog .modal-content h4 {
	font-size: 22px;
	color: #000;
	margin: 14px 0 12px;
}

.modal-dialog .modal-content a {
	color: #d61430;
}

.modal-dialog .modal-content .modal-subtitle,
.modal-dialog .modal-content h3.modal-subtitle {
	font-size: 20px;
    line-height: 22px;
    padding: 14px 0;
	margin: 4px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    color: #474747;
    text-transform: uppercase;
}

.modal-dialog .modal-content .modal-close {
	color: #fff;
	position: absolute;
	text-align: center;
	top: 18px;
	right: 13px;
	font-size: 21px;
	transition: all 0.3s;
}

.modal-dialog .modal-content .modal-close:hover {
	color: #000;
}

ul.playlist .list-type-title {
	position: relative;
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #E2102E;
    border-bottom: 1px solid #3a3a3a;
    padding: 14px 0px 6px;
	font-family: BebasNeueRegular, sans-serif;
    text-transform: uppercase;
    font-weight: 700 !important;
}




.search-results-list {
	margin-bottom: 64px;
}

.main-content h1.search-type-title {
	display: block;
	width: 100%;
	border-bottom: 1px solid #D61430;
    padding-bottom: 12px;
    margin: 36px 0 28px;
}

.main-content h1.search-type-title span {
	color: #E46679;
}

.article-item.kolona13 {
    width: 31.667%;
    margin-right: 2.5%;
}
.article-item.kolona13:nth-of-type(3n) {
    margin-right: 0;
}
.article-item.kolona13 .entry-image {
    width: 100%;
	height: auto !important;
}
.article-item.kolona13 .entry-content {
    width: 100%;
	height: auto !important;
}
.article-item.kolona13 .entry-content h2.entry-title {
	margin-top: 12px;
}
.article-item.kolona13 .entry-meta {
	display: none;
}

.ask-a-pro-results .article-item .entry-content p.short_info {
    margin-bottom: 0;
}


.single-contest .main-content {
	padding-top: 0;
}

body h2.entry-contest-title {
	font-size: 28px;
	position: relative;
	top: -17px;
}

/* Quiz
------------------------------------------------------------ */
.contest-quiz {
	background: #F3F3F3;
	padding: 16px 0 48px;
	position: relative;
}

.contest-quiz:before {
    content: "Quiz";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 80px;
    letter-spacing: 2px;
    color: #E4E4E4;
    max-width: 984px;
    margin: 0 auto;
}

body .qmn_quiz_container {
    background: none;
    border: none;
}

body .quiz_section {
	padding: 0;
}

.quiz_section + br {
	display: none;
}
span.mlw_qmn_question + br {
    display: none;
}

body .mlw_qmn_message_before {
	margin-bottom: 10px;
}

body .quiz_section h2 {
	color: #E2102E;
    border-bottom: 1px solid #bfbfbf;
    margin: 8px 0 8px;
    padding: 24px 0 12px;
}

body .quiz-terms h2 {
	color: #E2102E;
    border-bottom: 1px solid #bfbfbf;
    margin: 8px 0 8px;
    padding: 12px 0;
}

body .quiz-terms p {
    margin: 0 0 12px 0;
}


body .quiz_section label, .quiz_section .mlw_qmn_question {
	font-weight: 400;
}

body .mlw_qmn_question p {
	font-size: 15px;
	margin-bottom: 0;
}

body .qmn_radio_answers {
    margin-top: 17px;
    margin-bottom: 24px;
}
body .quiz_section select,
body .quiz_section textarea,
body .quiz_section input[type="text"],
body .quiz_section input[type="email"],
body .quiz_section input[type="number"] {
	width: 100%;
	margin-bottom: 24px;
}

body .quiz_section span.mlw_qmn_question {
    margin-bottom: 10px;
}

body input.qmn_quiz_radio {
    display: inline;
    width: auto;
	opacity: 0;
}
.quiz_section .qmn_radio_answers label {
	position: relative;
}
.quiz_section .qmn_radio_answers label:before {
    content: " ";
    position: absolute;
    width: 18px;
    height: 18px;
    background: none;
    border: 2px solid #BFBFBF;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    top: -3px;
    left: -34px;
}
.quiz_section .qmn_radio_answers label:hover:before {
	background: #EAEAEA;
}
body .quiz_section .qmn_radio_answers input[type="radio"] + label:after {
	content: " ";
	position: absolute;
	width: 10px;
    height: 10px;
    background: none;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    top: 3px;
    left: -28px;
	opacity: 0;
}
body .quiz_section .qmn_radio_answers input[type="radio"]:checked + label:after {
	opacity: 1;
}
body .quiz_section .qmn_radio_answers input[type="radio"]:checked + label:before {
	background: #BFBFBF;
}

body .qmn_error_message {
    margin: 30px 0 10px 0 !important;
}



/* TIMER */
body .mlw_qmn_timer {
	top: auto !important;
	min-width: 110px;
	background: #ccc;
	background: #fc0;
	color: #5A5A5A;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


body .qmn_quiz_container .qmn_btn {
	color: #0c0c0c !important;
	font-size: 22px !important;
	background: #fc0 !important;
	padding: 12px 34px 8px !important;
	width: auto !important;
	height: auto !important;
}

body .qmn_quiz_container .qmn_btn:hover {
	color: #555 !important;
	background: #ccc !important;
}

body .quiz_section select:hover,
body .quiz_section textarea:hover,
body .quiz_section input[type="text"]:hover,
body .quiz_section input[type="email"]:hover,
body .quiz_section input[type="number"]:hover {
	outline: none;
	background: #fff;
	border-color: #E3E3E3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
body .quiz_section select:focus,
body .quiz_section textarea:focus,
body .quiz_section input[type="text"]:focus,
body .quiz_section input[type="email"]:focus,
body .quiz_section input[type="number"]:focus {
	outline: none;
	background: #fff;
	border-color: #E3E3E3;
	-webkit-box-shadow: inset 0px -3px 0px 0px #ffcc00;
	-moz-box-shadow: inset 0px -3px 0px 0px #ffcc00;
	box-shadow: inset 0px -3px 0px 0px #ffcc00;
}

body .quiz_section ul {
    padding-left: 36px;
    margin: 26px 0;
}
body .quiz-terms ul {
	padding-left: 16px;
    margin: 16px 0;
}
body .quiz_section ul li {
    padding: 8px;
    line-height: 1.3;
}

body .quiz-terms {
	font-size: 15px;
	margin-top: 18px;
}

body .quiz-terms ul li {
    padding: 4px;
    line-height: 1.3;
}

body .quiz-question .qmn_user_correct_answer {
	color: green;
}
body .quiz-question .qmn_user_incorrect_answer {
	color: red;
}

body .qmn_question_answer.entrants-information {
	display: none;
	color: #000;
}
body .qmn_question_answer.entrants-information-email,
body .qmn_question_answer.entrants-information-name {
	display: none;
}

.qmn_question_answer {
	margin-top: 16px;
}
.qmn_question_answer br {
    display: none;
}
.qmn_question_answer p {
    margin-bottom: 0;
}

body .mlw_qmn_hint_link {
	position: relative;
	top: -8px;
	color: #A90000;
	text-decoration: none;	
}


.qmn_results_page {
	margin: 48px 0 0;
}

.qmn_results_page h2 {
	color: #1A841A;
}

.qmn_results_page p {
	font-size: 16px;
    line-height: 1.3;
}
.invisible_form_class {
	display: none;
}

.font-bold {
	font-weight: bold;
}
.new__design--v1 {
	color: #dadada;
}
.slide-item .item-info {
	position: absolute;
    top: 0; 
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
}
 .item-title-wrapper {
 	position: absolute;
 	top: 15px;
 	background-color: rgba(0,0,0,0.6);
 	padding: 7px 20px 0px 20px;
 }
.slide-item .item-title {
	float: left;
	/* text-shadow: 4px 3px 2px rgba(0, 0, 0, 0.95); */
} 
.slide-item .item-text {
	clear: both;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	padding: 15px 30px 15px;
	left: 0;
	right: 0;
	color: #fff;
}
.slide-item .item-text p{
	color: #fff;
}
.featured-driver-box .item-info {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.75);
}
.video-box-description {
	position: absolute;
    top: 0;
    color: #fff;
    z-index: 55;
    background: rgba(0,0,0,0.75);
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 780px) {
	.video-box--left {
		float: left;
		width: 32%;
	} 
	.video-box{
		width: 31%;
	}
	.video-box.no-margin {
		margin-right: 2.8%;
	}
	.video-box:nth-of-type(3) {
		margin-right: 0;
	}
	.video-box:nth-of-type(5) {
		margin-right: 0;
	}
	.video-box-title a {
		font-size: 19px;
	}
}
@media (max-width: 520px) {
	.video-box--left {
		float: left;
		width: 48.6%;
	} 
	.video-box{
		width: 48.6%;
	}
	.video-box.no-margin {
		margin-right: 2.8%;
	}
	
	.video-box:nth-of-type(5) {
		margin-right: 0;
	}
	.video-box:nth-of-type(2) {
		margin-right: 0;
	}
	.video-box:nth-of-type(3) {
		margin-right: 0;
	}
	.video-box:nth-of-type(7) {
		margin-right: 0;
	}
	
}
.header-image-top {
	margin-top: 9px;
}


#popup_banner input[type="text"],
#popup_banner input[type="email"]{
	width: 48%;
	float: left;
	padding: 12px 15px 13px;
}
#popup_banner input[type="text"] {
	margin-right: 2%;
	margin-bottom: 0;
	margin-left: 0%;
}
#popup_banner input[type="email"] {
	margin-right: 2%;
	margin-bottom: 0;
	margin-left: 0%;
}
#popup_banner input[type="submit"] {
	float: left;
	margin-bottom: 0;
	font-size: 18px;
}
.popup_banner_wrapper {
	display: block;
	margin-right: 120px; 
}
#series-videos input[type="submit"] {
	line-height: 39px;
	width: 65px;
	-webkit-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.4);
box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.4); 
}

.search-box--fullwidth {
	float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    background: rgba(0,0,0,0.8);
    padding: 7px;
    border: none;
}
.search-box--fullwidth form {
	border: 1px solid #616161;
}

.search__qa{
	margin: 0 auto 15px;
    text-align: center;
    float: none;
    clear: both;
    display: block;
} 
.responsive-subscribe-link {
	float: left;
	list-style: none;
}
.responsive-addthis_toolbox {
	padding: 6px 6px 2.5px !important;
    color: #070707 !important;
    background: #ffcd06;
    width: auto;
    height: auto !important;
    font-family: BebasNeueRegular, sans-serif;
}

.archive_news_page {
	width: 68.5%!important;
}
div.news-content p, div.entry-content, h3#reply-title.comment-reply-title,div.news-content h2, div.news-content h3, div.news-content h4, div.news-content h5, div.news-content h6{
	margin-left: 14px!important;
    margin-right: 14px!important;
}
.main-content img {
	max-width: 100%;
	height: inherit;
}