@charset "UTF-8";
/* CSS Document */
html,
html * {
	-webkit-text-size-adjust: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}
.responsive-menu-trigger {
	display: none;
	font-size: 20px;
	line-height: 1emx;
	border: 1px solid #ffdd00;
	color: #ffdd00;
	padding: 5px 5px 3px 5px;
	border-radius: 5px;
}
a.responsive-menu-trigger,
a.responsive-menu-trigger:link,
a.responsive-menu-trigger:visited {
	color: #ffdd00;
}
a.responsive-menu-trigger:hover,
a.responsive-menu-trigger:active,
a.responsive-menu-trigger.active {
	color: #000000;
	background: #ffdd00;
}
.resp-hidden {
	display: none;
}
@media screen and (max-width: 1000px) {
	
	.md-hide { display: none; }
	
	.md-col-0-5{ width: 4.165%; }
	.md-col-1{ width: 8.33%; }
	.md-col-1-5 { width: 12.45%; }
	.md-col-2{ width: 16.66%; }
	.md-col-2-5 { width: 20.83%; }
	.md-col-3{ width: 25%; }   
	.md-col-3-5{ width: 29.165%; }
	.md-col-4{ width: 33.33%; }
	.md-col-4-5 { width: 37.45%; }
	.md-col-5{ width: 41.66%; }
	.md-col-5-5{ width: 45.83%; }
	.md-col-6{ width: 50%;   }
	.md-col-7{ width: 58.33%; }
	.md-col-8{ width: 66.66%; }
	.md-col-9{ width: 75%;    }
	.md-col-10{ width: 83.33%; }
	.md-col-11{ width: 91.66%; }
	.md-col-12 { width: 100%;}
	
	.md-noleft_padding { padding-left: 0px; }
	.md-noright_padding { padding-right: 0px; }
	.md-notop_padding { padding-top: 0px; }
	.md-nobottom_padding { padding-bottom: 0px; }
	.md-novertical_padding {padding-bottom: 0px; padding-top: 0px;}
	.md-nohorizintal_padding {padding-left: 0px; padding-right: 0px;}
	.md-no_padding { padding: 0px; }
	
	.md-bottom_padding { padding-bottom: 15px;}
	.md-top_padding { padding-top: 15px;}
		
	.md-bottom_margin { margin-bottom: 15px;}
	.md-top_margin { margin-top: 15px;}
	
	.md-top_bordered { border-top: 1px solid #ccc; }
	
	.dialog_box .subwrapper {
		width: 90%;
		margin-top: 10px !important; 
		max-width: 100% !important;
	}
	
	.md-smalltext { font-size: small; }
	.md-smallertext { font-size: x-small; }
	.md-smallesttext { font-size: xx-small; }
	
	.md-leftcontent { text-align: left; }
	.md-rightcontent { text-align: right; }
	.md-centercontent { text-align: center; }
	
}
@media screen and (max-width: 768px) {
	
	.sm-hide { display: none; }
	.sm-noshadowed { box-shadow: 0; }
	.sm-visible { display: block; }
	.sm-atleft { float: left; }
	.sm-atright { float: right; }
	.sm-nofloat { float: none; }
	
	.sm-col-0-5{ width: 4.165%; }
	.sm-col-1{ width: 8.33%; }
	.sm-col-1-5 { width: 12.45%; }
	.sm-col-2{ width: 16.66%; }
	.sm-col-2-5 { width: 20.83%; }
	.sm-col-2-x { width: 24.83%; }
	.sm-col-3{ width: 25%;  }
	.sm-col-3-25{ width: 27.08%; }
	.sm-col-4{ width: 33.33%; }
	.sm-col-4-5 { width: 37.45%; }
	.sm-col-5{ width: 41.66%; }
	.sm-col-5-5{ width: 45.83%; }
	.sm-col-6{ width: 50%;   }
	.sm-col-7{ width: 58.33%; }
	.sm-col-8{ width: 66.66%; }
	.sm-col-9{ width: 75%;    }
	.sm-col-10{ width: 83.33%; }
	.sm-col-11{ width: 91.66%; }
	.sm-col-12{ width: 100%;}
	
	[class*='clear_nth-'] {
		clear: none !important;
	}
	.sm-clear_nth-1:nth-child(1n+1),
	.sm-clear_nth-2:nth-child(2n+1),
	.sm-clear_nth-3:nth-child(3n+1),
	.sm-clear_nth-4:nth-child(4n+1),
	.sm-clear_nth-5:nth-child(5n+1),
	.sm-clear_nth-6:nth-child(6n+1),
	.sm-clear_nth-7:nth-child(7n+1),
	.sm-clear_nth-8:nth-child(8n+1),
	.sm-clear_nth-9:nth-child(9n+1),
	.sm-clear_nth-10:nth-child(10n+1),
	.sm-clear_nth-11:nth-child(11n+1),
	.sm-clear_nth-12:nth-child(12n+1) {
		clear:left !important;
	}
	
	.sm-noleft_padding { padding-left: 0px; }
	.sm-noright_padding { padding-right: 0px; }
	.sm-notop_padding { padding-top: 0px; }
	.sm-nobottom_padding { padding-bottom: 0px; }
	.sm-novertical_padding {padding-bottom: 0px; padding-top: 0px;}
	.sm-nohorizontal_padding {padding-left: 0px; padding-right: 0px;}
	.sm-no_padding { padding: 0px; !important}	
	
	.sm-bottom_padding { padding-bottom: 15px;}
	.sm-top_padding { padding-top: 15px;}
	.sm-left_padding { padding-left: 15px;}
	.sm-right_padding { padding-right: 15px;}
	
	.sm-bottom_margin { margin-bottom: 15px;}
	.sm-top_margin { margin-top: 15px;}
	.sm-left_margin { margin-left: 15px; }
	.sm-right_margin { margin-right: 15px;}
	
	.sm-nobottom_margin { margin-bottom: 0px !important; }
		
	.sm-no_border { border: none; }
	.sm-nowrap { white-space: nowrap; }
	
	.sm-smallertext { font-size: x-small; }
	.sm-smallesttext { font-size: xx-small; }

	
	/*----------------------  MENU 1 ----------------------------*/
	.responsive-menu-trigger {
		display: inline-block;
	}

	.menu1 {
		margin: 0px 0px 0px 0px;
		display: inline-block;
	}
	.menu1 > ul {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		text-align: left;
		background: rgba(255,220,0,.9);
		width: 100%;
		box-shadow: 2px 3px 5px rgba(0,0,0,.5);
		margin-top: 0px;
		padding: 0;
		z-index: 999;
	}
	.menu1 > ul > li {
		float: none;
		display: block;
		margin: 0px;
		padding: 0;
		border-bottom: 1px solid #000000;
	}
	.menu1 > ul > li > a {
		cursor: pointer;
		padding: 20px 10px;
		text-align: center;
		display: block;
	}
	.menu1 > ul > li > a:link,
	.menu1 > ul > li > a:visited {
		
	}
	.menu1 > ul > li > a:hover {
		/*color: #b6dc77;
		background-color: #005d63;*/
	}
	.menu1 > ul > li > a:active,
	.menu1 > ul > li > a.active {
		/*color: #005d63;
		background-color: #b6dc77;*/
	}
	.menu1 > ul > li .submenu {
		position: relative;
		top: 0;
		text-align: center;
	}
	.menu1 .submenu > li {
		position: relative;
		white-space: nowrap;
		font-size: .88em;
	}
	.menu1 .submenu > li > a {
		padding: 10px 10px;
		display: block;
	}
	.menu1 .submenu > li > a:link,
	.menu1 .submenu > li > a:visited {
		color: #ffffff;
		text-decoration: none;
		background: rgba(0,0,0,.8);
	}
	.menu1 .submenu > li > a:hover {
		color: #ffdd00;
		text-decoration: none;
	}
	.menu1 .submenu > li > a:active,
	.menu1 .submenu > li > a.active {
		color: #000;
		text-decoration: none;
		background: #ffdd00;
		font-weight: 700;
	}
	.menu1 > ul > li:hover > .submenu {
		display: none;
	}
	header.shrinked .menu1 > ul > li > a {		
		padding-top: 20px;
		padding-bottom: 20px;
	}
	header.shrinked .menu1 > ul > li > a {
		font-size: inherit;
	}
	header.shrinked .submenu {
		top: 0;
	}
	/* .----------- SOCIAL MENU ------------ */
	.social_menu ul li a {
		font-size: 16px;
		line-height: 16px;
	}
	.social_menu ul li a .hoverstate {
		font-size: 13px;
		line-height: 13px;
	}
	/*-----------------------------------------------------------*/
	/*----------------------- DIALOG BOXES ----------------------*/
	/*-----------------------------------------------------------*/
	.dialog_box {
		position: absolute;		
	}	
		
		
	/*------------------------- TYRE FORM HOLDER ----------*/ 
	.tyre_form_holder_outter {
		position: relative;
		top: 0;
		z-index: 0;
	}
	.tyre_form_holder_inner .tyre_form_holder {
		position: relative;
	}
	.tyre_form_holder_inner .tyre_form_holder.noabsolute {
		position: relative;
	}
	
	.tyre_form_holder_inner .tyre_form_tabs li {
		font-size: 1em;
		width: 50%;
	}
	
}
@media screen and (max-width: 600px) {
	
	.s-hide { display: none; }
	.s-iblock { display: inline-block; }
	
	.s-col-0-5{ width: 4.165%; }
	.s-col-1{ width: 8.33%; }
	.s-col-1-5 { width: 12.45%; }
	.s-col-2{ width: 16.66%; }
	.s-col-2-5 { width: 20.83%; }
	.s-col-3{ width: 25%;    }
	.s-col-4{ width: 33.33%; }
	.s-col-4-5 { width: 37.45%; }
	.s-col-5{ width: 41.66%; }
	.s-col-5-5{ width: 45.83%; }
	.s-col-6{ width: 50%;   }
	.s-col-7{ width: 58.33%; }
	.s-col-8{ width: 66.66%; }
	.s-col-9{ width: 75%;    }
	.s-col-10{ width: 83.33%; }
	.s-col-11{ width: 91.66%; }
	.s-col-12{ width: 100%;}
	
	[class*='s-col-'].s-centered_col {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	[class*='clear_nth-'],
	[class*='sm-clear_nth-']  {
		clear: none !important;
	}
	.s-clear_nth-1:nth-child(1n+1),
	.s-clear_nth-2:nth-child(2n+1),
	.s-clear_nth-3:nth-child(3n+1),
	.s-clear_nth-4:nth-child(4n+1),
	.s-clear_nth-5:nth-child(5n+1),
	.s-clear_nth-6:nth-child(6n+1),
	.s-clear_nth-7:nth-child(7n+1),
	.s-clear_nth-8:nth-child(8n+1),
	.s-clear_nth-9:nth-child(9n+1),
	.s-clear_nth-10:nth-child(10n+1),
	.s-clear_nth-11:nth-child(11n+1),
	.s-clear_nth-12:nth-child(12n+1) {
		clear:left !important;
	}
	
	.s-noleft_padding { padding-left: 0px; }
	.s-noright_padding { padding-right: 0px; }
	.s-notop_padding { padding-top: 0px; }
	.s-nobottom_padding { padding-bottom: 0px; }
	.s-novertical_padding {padding-bottom: 0px; padding-top: 0px;}
	.s-nohorizontal_padding {padding-left: 0px; padding-right: 0px;}
	.s-no_padding { padding: 0px; }
	
	.s-bottom_padding { padding-bottom: 15px;}
	.s-top_padding { padding-top: 15px;}
	
	.s-bottom_margin { margin-bottom: 15px;}
	.s-top_margin { margin-top: 15px;}
	
	.s-leftcontent { text-align: left !important; }
	.s-rightcontent { text-align: right !important; }
	.s-centercontent { text-align: center !important; }
	
	.s-smalltext { font-size: small; }
	.s-smallertext { font-size: smaller; }
	.s-xsmallertext { font-size: x-small; }
	.s-xxsmallesttext { font-size: xx-small; }
	
	.news_detail_date { font-size: 1.2em; }
	.news_detail_header { font-size: 2.8em; }
	h1.subsection { font-size: 2em; }
	
	.page_detail_img {
		max-height: 300px;
		width: auto;
	}
	.pre_styled_text ol li:before {
		left: 47%;
	}
	
	.servicelist {
		font-size: 1.4em;
		font-weight: 300;
		line-height: 1.2em;
	}
	.servicelist li {
		display: block;
		white-space: normal;
		margin-bottom: 1em;
	}
	.servicelist li strong {
		display: block;
		line-height: .8em;
	}
	.servicelist li *:not(strong) {
		font-size: smaller;
		line-height: 1em;
	}
	.servicelist li:after {
		display: none;
	}
}
@media screen and (max-width: 480px) {

	
	.xs-hide { display: none; }
	.xs-visible { display: block; }
	
	.xs-col-0-5{ width: 4.165%; }
	.xs-col-1{ width: 8.33%; }
	.xs-col-1-5 { width: 12.45%; }
	.xs-col-2{ width: 16.66%; }
	.xs-col-2-5 { width: 20.83%; }
	.xs-col-3{ width: 25%;    }
	.xs-col-4{ width: 33.33%; }
	.xs-col-4-5 { width: 37.45%; }
	.xs-col-5{ width: 41.66%; }
	.xs-col-5-5{ width: 45.83%; }
	.xs-col-6{ width: 50%;   }
	.xs-col-7{ width: 58.33%; }
	.xs-col-8{ width: 66.66%; }
	.xs-col-9{ width: 75%;    }
	.xs-col-10{ width: 83.33%; }
	.xs-col-11{ width: 91.66%; }
	.xs-col-12{ width: 100%;}
	
	.xs-noleft_padding { padding-left: 0px; }
	.xs-noright_padding { padding-right: 0px; }
	.xs-notop_padding { padding-top: 0px; }
	.xs-nobottom_padding { padding-bottom: 0px; }
	.xs-novertical_padding {padding-bottom: 0px; padding-top: 0px;}
	.xs-nohorizontal_padding {padding-left: 0px; padding-right: 0px;}
	.xs-no_padding { padding: 0px; }
	
	.xs-bottom_padding { padding-bottom: 15px;}
	.xs-top_padding { padding-top: 15px;}
	
	.xs-bottom_margin { margin-bottom: 15px;}
	.xs-top_margin { margin-top: 15px;}
	
	h2.section_header {
		font-size: 3.4em;
		line-height: 1.2em;
		-webkit-hyphens: manual;
		-moz-hyphens: manual;
		hyphens: manual;
	}
	
	#social_menu ul li:first-child {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 320px) {
	
	
	.xs-hide { display: none; }
	
	.xxs-col-0-5{ width: 4.165%; }
	.xxs-col-1{ width: 8.33%; }
	.xxs-col-1-5 { width: 12.45%; }
	.xxs-col-2{ width: 16.66%; }
	.xxs-col-2-5 { width: 20.83%; }
	.xxs-col-3{ width: 25%;    }
	.xxs-col-4{ width: 33.33%; }
	.xxs-col-4-5 { width: 37.45%; }
	.xxs-col-5{ width: 41.66%; }
	.xxs-col-5-5{ width: 45.83%; }
	.xxs-col-6{ width: 50%;   }
	.xxs-col-7{ width: 58.33%; }
	.xxs-col-8{ width: 66.66%; }
	.xxs-col-9{ width: 75%;    }
	.xxs-col-10{ width: 83.33%; }
	.xxs-col-11{ width: 91.66%; }
	.xxs-col-12{ width: 100% !important; display: block;}
	
	.xxs-noleft_padding { padding-left: 0px; }
	.xxs-noright_padding { padding-right: 0px; }
	.xxs-notop_padding { padding-top: 0px; }
	.xxs-nobottom_padding { padding-bottom: 0px; }
	.xxs-novertical_padding {padding-bottom: 0px; padding-top: 0px;}
	.xxs-nohorizontal_padding {padding-left: 0px; padding-right: 0px;}
	.xxs-no_padding { padding: 0px; }
	
	.xxs-bottom_padding { padding-bottom: 15px;}
	.xxs-top_padding { padding-top: 15px;}
	
	.xxs-bottom_margin { margin-bottom: 15px !important;}
	.xxs-top_margin { margin-top: 15px !important;}
	
	.xxs-hide { display: none; }
	
	.xss-lang_menu,
	.xss-searchbox {
		display: block;
		float: none;
		margin: 5px 0;
	}
	
	#main_logo { min-height: auto; height: auto;}

}