/*fonts*/
@font-face {
    font-family: 'iflash_7_0_5';
    src: url('../fonts/IFlash_705/iflash_7_0_5.eot');
    src: url('../fonts/IFlash_705/iflash_7_0_5.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IFlash_705/iflash_7_0_5.woff') format('woff'),
         url('../fonts/IFlash_705/iflash_7_0_5.ttf') format('truetype'),
         url('../fonts/IFlash_705/iflash_7_0_5.svg#iflash_705regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helen_Pro_Regular';
    src: url('../fonts/Helen_pro/Helen_Pro_Regular.eot');
    src: url('../fonts/Helen_pro/Helen_Pro_Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Helen_pro/Helen_Pro_Regular.woff') format('woff'),
         url('../fonts/Helen_pro/Helen_Pro_Regular.ttf') format('truetype'),
         url('../fonts/Helen_pro/Helen_Pro_Regular.svg#Helen_Pro_Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helen_Pro_Light';
    src: url('../fonts/Helen_pro/Helen_Pro_Light.eot');
    src: url('../fonts/Helen_pro/Helen_Pro_Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Helen_pro/Helen_Pro_Light.woff') format('woff'),
         url('../fonts/Helen_pro/Helen_Pro_Light.ttf') format('truetype'),
         url('../fonts/Helen_pro/Helen_Pro_Light.svg#Helen_Pro_Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Helen_ProCond';
	src: url('../fonts/Helen_pro/Helen_Pro_Cond.eot');
	src: url('../fonts/Helen_pro/Helen_Pro_Cond.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Helen_pro/Helen_Pro_Cond.woff') format('woff'),
		 url('../fonts/Helen_pro/Helen_Pro_Cond.ttf') format('truetype'),
		 url('../fonts/Helen_pro/Helen_Pro_Cond.svg#Helen_Pro_Cond') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Helen_Pro_LightIta';
    src: url('../fonts/Helen_pro/Helen_Pro_LightIta.eot');
    src: url('../fonts/Helen_pro/Helen_Pro_LightIta.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Helen_pro/Helen_Pro_LightIta.woff') format('woff'),
         url('../fonts/Helen_pro/Helen_Pro_LightIta.ttf') format('truetype'),
         url('../fonts/Helen_pro/Helen_Pro_LightIta.svg#Helen_Pro_LightIta') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*fonts end*/

/* basic reset*/
* {
    margin: 0;
    padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*em, i {
	font-style: normal;
	font-family: 'Helen_Pro_LightIta';
}*/

/* general styles */
html {
	height: 100%;
    -webkit-text-size-adjust: none;
}
body {
    font-family: 'Helen_Pro_Regular';
    font-size: 14px;
    line-height: 100%;
    color: #818080;
}

html {
	overflow-y: scroll;
}

body {
	background: url('../media/images/site_bgr.jpg') repeat;
}

h1 {
    font-weight: 400;
}

a {
    color: #416B9B;
}

.sendButton,
img {
    border: 0 none;
}

ol {
	list-style: none none;
}

p, a, h1, h2, h3, h4, h5, h6, ol, ul, dl, strong, em, i, small, mark {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.activity p:before,
ol li:before {
	float: left;
	width: 6px;
	height: 6px;
	margin: 3px 0 0 -10px;
	background: url('../media/images/main_sprite.png') no-repeat -1px -6px;
	content: " ";
}

ol li {
	margin-left: 10px;
}

a:hover {
    color: #ee3124;
}

input[type="radio"] {
	position: absolute;
    background: none;
    border: 0 none;
    cursor: pointer;
    font-size: 0;
    height: 0;
    width: 0;
    opacity: 0;
    outline: 0 none;
}

.table_wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	overflow: hidden;
}

.table_wrap {
	overflow-y: hidden;
	overflow-x: auto;
}

#popup {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: url('../media/images/black50.png') repeat;
	text-align: center;
	font-family: 'Helen_Pro_Light';
	font-size: 25px;
	color: #403e40;
}

	#popup .text_box {
		position: relative;
		margin: 0 auto;
		max-width: 652px;
		background: url('../media/images/accordion_patt.jpg') repeat;
	}


	#popup span.close {
		display: inline-block;
		float: right;
		padding: 5px;
		width: 34px;
		height: 31px;
		background: url('../media/images/close_popup.png') no-repeat center center;
		cursor: pointer;
	}

	#popup .text_box p {
		line-height: 100%;
		padding: 50px 5px;
	}
/* layout */
.content_wrapper {
	padding: 5px 10px 40px;
	margin: 0 auto;
	max-width: 960px;
	border: 1px solid #dfe1e1;
	border-top: 0 none;
	background-color: #fff;
}

/* layout end */

/* page styles */

/* header */
.logo {
	float: left;
    margin: 10px 0 15px 0;
	width: 50%;
}

	.logo img {
		max-width: 100%;
	}

	.lang {
		float: right;
		/*overflow: hidden;*/
		width: 135px;
		list-style: none none;
		text-align: right;
	}
	
	.lang li {
		display: inline;
	}

	/*.lang li + li {
		padding-left: 10px;
	}

	.lang li + li + li + li {
		padding-left: 0;
	}*/
	
	.lang li br {
		display: none;
	}
	
	.lang a {
		float: right;
		margin: 6px 0;
		padding-left: 10px;
		font-family: 'iflash_7_0_5';
		font-size: 8px;
		color: #666;
		text-decoration: none;
		text-transform: uppercase;
	}

	.lang a.active,
	.lang a:hover {
		color: #ee3124;
	}


#menu_pull {
	display: none;
}
	
nav {
	width: 99.8%;
	clear: left;
	margin-top: 5px;
	border: 1px solid #dfe1e1;
	text-align: center;
	display: block\9;
	zoom: 1;
}
	
	nav > ul {
		position: relative;
		list-style: none none;
		font-size: 0pt;
		width: 100%;
	}
	nav li {
		position: relative;
		padding: 6px 0 3px;
		display: inline-block;
		line-height: 100%;
	}
	
	nav li + li {
		margin: 0 0 0 65px;
	}
		

	nav li a {
		font-family: 'Helen_Pro_Regular';
		font-size: 14px;
		color: #898b8b;
		line-height: 18px;
		text-decoration: none;
		text-transform: uppercase;
	}


	nav li a.active {
		color: #ee3124;
	}
	
	nav li ul {
			display: none;
			position: absolute;
			top: 27px;
			left: -76px;
			z-index: 99999;
			padding: 10px;
			width: 190px;
			border: 1px solid #dfe1e1;
			background: #fff;
		}
		

			nav li ul li {
				display: block;
				padding: 2px 0;
				margin: 0;
			}
		
		/*nav li:hover ul {
			display: block;
		}*/


		nav > ul > li:hover {
			background: url('../media/images/drop_down_arrow.png') no-repeat bottom center;
		}
		
/* header end */

/* breadcrumbs */
.breadcrumbs {
	margin-top: 5px;
}
		
	.breadcrumbs a + a:before {
		float: left;
		margin-top: 4px;
		padding-left: 3px;
		width: 4px;
		height: 7px;
		background: url('../media/images/main_sprite.png') no-repeat 1px -13px;
		content: " ";
	}

	.breadcrumbs a {
		float: left;
		margin: 0 3px;
		font-family: 'Helen_Pro_LightIta';
		font-size: 12px;
		color: #cdcdcd;
		text-decoration: none;
		line-height: 17px;
	}
	
	.breadcrumbs a:hover {
		color: #efa81e;
	}

/* breadcrumbs end */

/* col_left */

.col_left {
	float: left;
	margin-top: 33px;
	width: 28%;
}

	.col_left ul.navbar{
		width: 220px;
		list-style: none;
	}
	
		.col_left ul.navbar li{
			margin: 13px 0 14px 11px;
			line-height: 12.4px;
		}
	
		.col_left ul.navbar li + li{
			margin-top: 10px;
		}
	
		.col_left ul.navbar a{
			text-decoration: none;
			font-family: 'Helen_Pro_Regular';
			font-size: 14px;
			color: #979797;
		}
		
		.col_left ul.navbar a.selected:before{
			position: relative;
			top: -1px;
			float: left;
			margin-left: -10px;
			width: 6px;
			height: 11px;
			background: url('../media/images/main_sprite.png') no-repeat -6px -13px;
			content: " ";
		}
		
		.col_left ul.navbar a:hover,
		.col_left ul.navbar a.selected{
			color: #ee3124;
			
		}
		
	.col_left .sidebar_quicklinks {
        
		padding: 25px 0 15px 10px;
		background: url('../media/images/quck_bar_bgr.png') no-repeat 237px 0;
	}
	
	
	.box.button_box a,
	.col_left .sidebar_quicklinks a {
		display: inline-block;
		position: relative;
		margin: 6.4px 0;
		padding: 0 10px;
		width: 220px;
		height: 38px;
		background: url('../media/images/quicklinks_sprite_bgr.png') no-repeat;
		font-family: 'Helen_ProCond', Verdana, Arial;
		font-weight: 900;
		font-size: 21px;
		color: #9d9d9c;
		line-height: 41px;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
		text-shadow: 1px 1px 0 #fff;
	}


	.box.button_box a {
		margin: 0 0 15px 0;
		width: 270px;
		background: url('../media/images/how_to_buy_home.png') no-repeat;
	}

	
	.box.button_box a:hover {
		background-position: 0 -39px;
	}

	.box.button_box a:hover,
	.col_left .sidebar_quicklinks a:hover > span {
		color: #666;
	}

	.col_left .sidebar_quicklinks .catalogue:hover {
		background-position: 0 -39px;
	}

	.col_left .sidebar_quicklinks a:after {
		position: absolute;
		bottom: -7px;
		right: 0;
		width: 7px;
		height: 7px;
		background: url('../media/images/main_sprite.png') no-repeat -13px -17px;
		content: " ";
	}

	.col_left .sidebar_quicklinks .def {
		background-position: 0 -236px;
	}
	
	.col_left .sidebar_quicklinks .ask {
		background-position: 0 -79px;
	}

	.col_left .sidebar_quicklinks .ask:hover {
		background-position: 0 -119px;
	}

	.col_left .sidebar_quicklinks .questions {
		background-position: 0 -158px;
	}

	.col_left .sidebar_quicklinks .questions:hover {
		background-position: 0 -197px;
	}

	
.col_main {
	float: left;
	margin-top: 10px;
	width: 72%;
	vertical-align: top;
}

	.col_main h1 {
		margin-bottom: 10px;
		font-family: 'Helen_Pro_Light';
		font-weight: 400;
		font-size: 3.557em;
		color: #403e40;
		line-height: 1em;
		text-transform: uppercase;
	}

	.col_main h1 span {
		font-family: 'Helen_Pro_Light';
		font-size: 3.557em;
		color: #da2813;
		text-transform: uppercase;
	}
	
	.col_main h1.title {
			font-family: 'Helen_Pro_Light';
			font-size: 3.557em;
			color: #da2813;
			text-transform: uppercase;
		}

	.col_main img {
		float: left;
		width: 100%;
		border: 1px solid #cccccc;
	}

	.col_main .gallery img {
		border: 0 none;
	}

	.col_main .rich_text strong img {
		width: auto;
		margin: 0 10px 10px 0;
	}

		.col_main .tabs_head a {
			float: left;
			padding: 8px;
			border: 1px solid #cccccc;
			border-bottom: 0 none;
			font-family: 'Helen_Pro_Regular';
			font-size: 14px;
			color: #979797;
			text-decoration: none;
		}

		.col_main .tabs_head a:hover,
		.col_main .tabs_head a.selected {
			position: relative;
			color: #ee3124;
		}

		.col_main .tabs_head a.selected {
			background-color: #ee3124;
			color: #fff;
		}

		.col_main .tabs_head a.selected:after {
			position: absolute;
			bottom: -10px;
			left: 50%;
			margin-left: -9.5px;
			width: 19px;
			height: 10px;
			background: url('../media/images/main_sprite.png') no-repeat -20px -19px;
			content: " ";
		}

		.col_main .tabs_head a + a {
			border-left: 0 none;
		}


/* col_left end */

/* page styles end */

/* footer styles */

footer {
	overflow: hidden;
	margin: 1.5% auto 10px;
	max-width: 970px;
	text-align: center;
	display: block\9;
	zoom: 1;
}


	footer ul {
		list-style: none none;
		display: inline;
	}
	
	footer .copyrights {
		float: left;
	}
	
	footer li {
		display: inline;
		margin: 0 1%;
	}
	
	footer a {
		font-family: 'Helen_Pro_Regular';
		color: #8c8c8c;
		text-decoration: none;
	}

	footer ul a {
		font-family: 'iflash_7_0_5';
		font-size: 8px;
		text-transform: uppercase;
	}
	
	footer .themags {
		float: right;
	}
	
	footer .themags img {
			/*padding-top: 5px;*/
			vertical-align: top;
		}
/* footer styles end */

/* index page */ 
.carousel {
	position: relative;
	xoverflow: hidden;
	border: 1px solid #dfe1e1;
	border-top: 0;
	width: 99.8%;
	margin-bottom: 10px;
	/*max-height: 503px;*/
}

    .carousel h1 span {
		color: #ee3124;
	}

	.carousel ul.slider {
		list-style: none;	
        /*overflow: hidden;*/
	}

		.carousel ul.slider li{
			position: relative;
			top: 0;
			left: 0;
			background-color: #e3e3e3;
		}

		.carousel ul.slider li > a img {
			display: block;
			width: 100%;
		}

		.carousel ul.slider li + li{
			display: none;
		}

			.carousel .spot .detail{
				position: absolute;
				display: none;
				z-index: 9999;	
			}

			.carousel .spot .spot_img{
				position: absolute;
			}

			.carousel .spot .spot_plus{
				position: absolute;
				top: 9px;
				left: 8px;
			}
			.carousel li.lathe_1 .spot .detail{
				top: 24px;
				left: 35px;
			}

			.carousel li.lathe_1 .spot + .spot .detail{
				top: 50px;
				left: -83px;
			}

			.carousel li.lathe_1 .spot + .spot + .spot .detail{
				top: -32px;
				left: -230px;
			}

			.carousel li.lathe_1 .spot + .spot + .spot + .spot .detail{
				top: -154px;
				left: -242px;
			}

			/*img2*/

			.carousel li.lathe_2 .spot .detail{
				top: 49px;
				left: -81px;
			}
.carousel li.lathe_2 .spot + .spot .detail{
				top: 50px;
				left: -84px;
			}

			.carousel li.lathe_2 .spot + .spot + .spot .detail{
				top: -33px;
				left: -240px;
			}

			.carousel li.lathe_2 .spot + .spot + .spot + .spot .detail{
				top: 34px;
				left: 27px;
			}

			.carousel li.lathe_2 .spot + .spot + .spot + .spot + .spot .detail{
				top: 48px;
				left: -82px;
			}

			/*img3*/

			.carousel li.lathe_3 .spot .detail{
				top: -211px;
				left: -221px;
			}

			.carousel li.lathe_3 .spot + .spot .detail{
				top: -167px;
				left: -242px;
			}

			.carousel li.lathe_3 .spot + .spot + .spot .detail{
				top: -80px;
				left: -244px;
			}

			.carousel li.lathe_3 .spot + .spot + .spot + .spot .detail{
				top: -186px;
				left: -232px;
			}

			/*img4*/

			.carousel li.lathe_4 .spot .detail{
				top: -211px;
				left: -204px;
			}

			.carousel li.lathe_4 .spot + .spot .detail{
				top: -268px;
				left: -83px;
			}

			.carousel li.lathe_4 .spot + .spot + .spot .detail{
				top: -189px;
				left: -235px;
			}

			.carousel li.lathe_4 .spot + .spot + .spot + .spot .detail {
				top: -224px;
				left: 3px;
			}

			.carousel li.lathe_5 .spot .detail {
				top: -210px;
				left: -218px;
			}

			.carousel li.lathe_5 .spot + .spot .detail {
				top: -80px;
				left: -289px;
			}

			.carousel li.lathe_5 .spot + .spot + .spot .detail {
				top: -261px;
				left: 22px;
			}

			.carousel li.lathe_5 .spot + .spot + .spot + .spot .detail {
				top: -31px;
				left: 9px;
			}

	.carousel ul.slider li > img {
		width: 100%;
	}
	
	.carousel .spot {
		position: absolute;
		width: 56px;
		height: 57px;
		cursor: pointer;	
	}

/*.carousel .spot.animate_spot {
	border-color: #fff;
	box-shadow: 0 0 10px #fabb05;
	-moz-box-shadow: 0 0 10px #fabb05;
	-webkit-box-shadow: 0 0 10px #fabb05;
	
	transition: 
		box-shadow 1s ease-out,
		border-color 1.5s;
	-moz-transition: 
		-moz-box-shadow 1s ease-out,
		border-color 1.5s;
	-webkit-transition: 
		-webkit-box-shadow 1s ease-out,
		border-color 1.5s;
}*/

		.carousel .lathe_1 .spot {
			top: 38.3%;
			left: 17.7%;
		}
		
		.carousel .lathe_1 .spot + .spot {
			top: 27%;
			left: 31.1%;
		}
		
		.carousel .lathe_1 .spot + .spot + .spot {
			top: 60%;
			left: 48.7%;
		}
		
		.carousel .lathe_1 .spot + .spot + .spot + .spot {
			top: 46.7%;
			left: 66.3%;
		}

		.carousel .lathe_2 .spot {
			top: 38.3%;
			left: 18%;
		}

		.carousel .lathe_2 .spot + .spot {
			top: 27%;
			left: 27.3%;
		}

		.carousel .lathe_2 .spot + .spot + .spot {
			top: 59%;
			left: 42.1%;
		}
.carousel .lathe_2 .spot + .spot + .spot + .spot {
			top: 40.5%;
			left: 49.2%;
		}

		.carousel .lathe_2 .spot + .spot + .spot + .spot + .spot {
			top: 35.9%;
			left: 67%;
		}

		.carousel .lathe_3 .spot {
			top: 57.6%;
			left: 28.5%;
		}

		.carousel .lathe_3 .spot + .spot {
			top: 35.4%;
			left: 42.5%;
		}

		.carousel .lathe_3 .spot + .spot + .spot {
			top: 64.1%;
			left: 61%;
		}

		.carousel .lathe_3 .spot + .spot + .spot + .spot {
			top: 52.4%;
			left: 76%;
		}

		.carousel .lathe_4 .spot {
			top: 51%;
			left: 30.5%;
		}

		.carousel .lathe_4 .spot + .spot {
			top: 57%;
			left: 40.5%;
		}

		.carousel .lathe_4 .spot + .spot + .spot {
			top: 48%;
			left: 58.5%;
		}

		.carousel .lathe_4 .spot + .spot + .spot + .spot {
			top: 63%;
			left: 69.2%;
		}

		.carousel .lathe_5 .spot {
			top: 59%;
			left: 33%;
		}

		.carousel .lathe_5 .spot + .spot {
			top: 36%;
			left: 46%;
		}

		.carousel .lathe_5 .spot + .spot + .spot {
			top: 70%;
			left: 50%;
		}

		.carousel .lathe_5 .spot + .spot + .spot + .spot {
			top: 59%;
			left: 66%;
		}
		
	.carousel h1 {
		position: absolute;
		top: 40px;
		right: 50px;
		font-family: 'Helen_Pro_Light';
		font-weight: 400;
		font-size: 40px;
		color: #6b696b;
		line-height: 100%;
		text-align: left;
		text-transform: uppercase;
	}
	
		.carousel h1 span {
			font-family: 'Helen_Pro_Regular';
			color: #ee3124;
		}
		
	.carousel .right,
	.carousel .left {
		position: absolute;
		top: 50%;
		width: 48px;
		height: 76px;
		background: url('../media/images/slider_sprite.png') no-repeat;
		cursor: pointer;
	}
	
	.carousel .left {
		left: 10px;
	}
	
	.carousel .right {
		right: 10px;
		background-position: -49px 0;
	}
	
	.carousel .paginator {
		position: absolute;
		bottom: 6px;
		left: 50%;
		display: inline-block;
		list-style: none none;
	}
	
		.carousel .paginator li {
			display: inline-block;
			margin: 0 2px;
			width: 15px;
			height: 15px;
			background: url('../media/images/slider_sprite.png') no-repeat -134px -60px;
			cursor: pointer;
		}
		
		.carousel .paginator li.active {
			background-position: -111px -60px;
			cursor: default;
		}
		
.box {
	display: inline-block;
	margin-bottom: 1%;
	width: 30%;
	vertical-align: top;
}

.box.center {
	margin: 0 4.5% 1% 4.5%;
}

	.box > a {
		color: #818080;
		text-decoration: none;
	}

	.box > a:hover {
		color: #ee3124;
	}

	.box img {
		width: 100%;
		border: 1px solid #dfe1e1;
	}
	
	.box h2 {
		margin: 5px 0 10px;
		font-family: 'Helen_Pro_Light';
		font-size: 21px;
		text-transform: uppercase;
		line-height: 100%;
	}
	
	.box a span {
		display: block;
		margin: 5px 0 10px;
		font-family: 'Helen_Pro_Light';
		font-weight: bold;
		font-size: 21px;
		text-transform: uppercase;
		line-height: 100%;
	}
	
	.box p {
		font-size: 14px;
		color: #818080;
		line-height: 100%;
	}
	
		.box ol li {
			font-size: 14px;
			line-height: 100%;
		}
		
	.box fieldset {
		border: 0 none;
	}
	
	.input_wrapper {
		position: relative;
	}
	
	.box input {
		width: 100%;
		padding: 0 10% 0 5px;
		height: 27px;
		border: 1px solid #dfe1e1;
		background: #eeeeee;
		-webkit-appearance: none;
  		-webkit-border-radius: 0;
  		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box; 
		box-sizing: border-box; 
	}
	
	.box .search_button {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 18px;
		height: 17px;
		background: url('../media/images/main_sprite.png') no-repeat -11px 0;
		font-size: 0pt;
		cursor: pointer;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.box small {
		position: relative;
		top: 10px;
		font-family: 'Helen_Pro_Light';
		font-size: 22px;
		color: #818080;
		line-height: 24px;
	}
/* index page */

/* lathe page */

.down_content {
	/*display: block;*/
	float: left;
	clear: left;
	margin-top: 40px;
	width: 100%;
}

	.down_content .page_selector {
		position: relative;
		float: right;
		width: 215px;
		margin-top: -30px;
	}

		.down_content .page_selector small {
			position: relative;
			top: 8px;
			font-family: 'Helen_Pro_Regular';
			font-size: 14px;
			color: #b2b2b2;
		}

		.down_content .page_selector label {
			display: inline-block;
			float: right;
			padding: 5px;
			width: 64px;
			height: 17px;
			border: 1px solid #b2b2b2;
			background: url('../media/images/select_arrow.jpg') no-repeat right top #e1e1e1;
			font-family: 'Helen_Pro_Regular';
			font-weight: 400;
			font-size: 17px;
			color: #b2b2b2;
			text-align: left;
			cursor: pointer;
			line-height: 22px;
		}

		.down_content .page_selector ul {
			position: absolute;
			top: 27px;
			right: 0;
			overflow: hidden;
			width: 74px;
			border: 1px solid #b2b2b2;
			background-color: #e1e1e1;
			font-family: 'Helen_Pro_Regular';
			font-weight: 400;
			font-size: 17px;
			color: #b2b2b2;
			text-align: left;
			list-style: none;
			cursor: pointer;
		}

		.down_content .page_selector li {
			padding: 5px;
			height: 17px;
		}	

		.down_content .page_selector li:hover {
			background-color: #999;
		}

	/*.down_content .product_info div:nth-child(even) {

		float: right;
		text-align: right;
	}*/
	
	.down_content .product_info {
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box; 
	}

	.down_content .product_info > div {
		display: inline-block;
		vertical-align: top;
		margin: 10px 0;
		padding: 0 5px;
		/*float: left;*/
		/*width: 48%;*/
		width: 50%;

		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box; 
	}

	.down_content .product_info > div table {
		width: 100%!important;
	}

	.down_content .product_info .tablewrap {
		display: inline-block;
		vertical-align: top;
	}

	.down_content table {
		width: 100%;
		border: 1px solid #d1d1d1;
		border-spacing: 0;
		border-collapse: separate;
		color: #403e40;
		font-family: 'Helen_Pro_Regular';
		font-size: 14px;
	}

	.down_content tr {
		background: #dcdcdc;
	}

	.down_content tr:first-child td:first-child {
		width: 20%;
		background-color: #fff;
	}
	
	.down_content tr + tr td:first-child {
			padding: 0 0 0 10px;
			text-align: left;
	}

	.down_content tr:first-child td {
		border-top: 0;
		padding: 0;
	}

	.down_content tr:first-child td + td,
	.down_content tr + tr td {
		padding: 5px 10px;
	}

	.down_content tr:first-child td + td,
	.down_content tr + tr td {
		border-left: 1px solid #fff;
		text-align: center;
	}

	.down_content tr td {
		border-top: 1px solid #fff;
		text-align: : left;
	}
		
		.down_content tr td img {
		/*max-width: 100%;*/
			display: block;
		/*max-height: 100%;*/
		}

	.down_content .table_link {
		display: block;
		padding: 5px 10px 5px 5px;
		background: url('../media/images/table_link.png') no-repeat 100% 50%;
		color: #ee3124;
		text-align: right;
		text-decoration: none;
	}

.page_paginator {
	margin: 10px 0;
	float: left;
	clear: both;
	width: 100% !important;
	text-align: center;
}

	.page_paginator a {
		font-family: 'Helen_Pro_Regular';
		font-size: 14px;
		color: #a6a6a7;
		text-decoration: none;
	}

	.page_paginator a:hover {
		color: #ee3124;
		text-decoration: underline;
	}

	.page_paginator ul {
		display: inline-block;
		list-style: none none;
	}

	.page_paginator li {
		display: inline;
		margin: 0 3px;
	}

	.page_paginator li.active a {
		color: #ee3124;
		text-decoration: underline;
	}

	.page_paginator span {
		display: inline-block;
		width: 5px;
		height: 10px;
		background: url('../media/images/main_sprite.png') no-repeat -29px 0;
	}

	.page_paginator .pag_left {
		margin-right: 5px;
	}

	.page_paginator .pag_right {
		margin-left: 5px;
		background-position: -29px -9px;
	}


/* lathe page end */

/*inner_lathe page*/
	.tabs_content {
		margin-top: 10px;
	}

	.tabs_content .section_info {
		display: block;
	}

	.col_main .product_big_image {
		overflow: hidden;
		width: 100%;
		height: 100%;
		max-height: 500px;
		border: 1px solid #ccc;
		background: #bfbfbf;
		max-height: 433px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box; 
		box-sizing: border-box; 
	}

	.col_main .product_view {
		float: none;
		/*max-height: 439px;*/
		display: block;
		border: 0;
		vertical-align: bottom;
	}

	.tabs_content .product_gall {
		position: relative;
		margin-bottom: 10px;
		width: 100%;
	}


		.tabs_content .product_gall > div {
			position: relative;
			z-index: 1;
			overflow: hidden;
			padding-left: 1px;
			margin: 0 auto;
			width: 93.8%;
		}

		.tabs_content .product_gall ul {
			position: relative;
			width: 99999px;
			list-style: none none;
			text-align: center;
		}

		.tabs_content .product_gall li {
			overflow: hidden;
			float: left;
			margin: 0 10px 0 0;
			padding: 0;
			width: 207px;
			/*height: 155px;*/
			border: 1px solid #cccccc;
		}

		.tabs_content .product_gall li:hover {
			border: 1px solid #ee3124;
		}
		/*.tabs_content .product_gall li + li {
			margin: 0 10px;
		}*/

		.tabs_content .product_gall img {
			border: 0 !important;
			/*height: 148px;*/
		}

		.tabs_content .product_gall span {
			position: absolute;
			top: 50%;
			z-index: 1;
			margin-top: -24px;
			width: 21px;
			height: 49px;
			background: url('../media/images/product_gall_sprite.png') no-repeat;
			cursor: pointer;
		}

		.tabs_content .product_gall .p_g_left {
			left: 0;
		}

		.tabs_content .product_gall .p_g_right {
			right: 0;
			background-position: -21px 0;
		}

	.tabs_content .section_info_table {
		display: none;
		overflow-x: auto;
	}

	.tabs_content .section_info_table table {
		width: 100% !important;
	}

		.tabs_content table {
			width: 100%;
			border: 0 none;
			border-collapse: separate;
			border-spacing: 1px;
			font-family: 'Helen_Pro_Regular';
			font-weight: 400;
			font-size: 14px;
			color: #403e40;
		}

		.tabs_content th {
			padding: 5px;
			border: 1px solid #b8b8b8;
			background: #cfcfcf;
			font-weight: normal;
		}

		.tabs_content th:first-child {
			text-align: left;
		}
		
		.tabs_content tr:nth-child(2n) {
			background: #e4e4e4;
		}

		.tabs_content tr:nth-child(2n + 1) {
			background: #cfcfcf;
		}

		.tabs_content td {
			padding: 5px;
			border: 1px solid #b8b8b8;
		}

		.tabs_content td + td + td {
			text-align: center;
		}

	.section_info_downloads {
		margin: 2% 0 0 0;
	}
	
		.gallery + .download_files .section_info_downloads a,
		.section_info_downloads a {
			display: inline-block;
			margin: 0 2% 0 0;
			padding: 25px 0 0 52px;
			height: 53px;
			background: url('../media/images/file_icon_sprite.png') no-repeat;
			font-family: 'Helen_Pro_Regular';
			font-weight: 400;
			font-size: 13px;
			color: #c2c2c2;
			text-decoration: none;
		}

		.gallery + .download_files .section_info_downloads a {
			overflow: hidden;
			margin: 0;
			padding: 3px 0 0 52px;
			max-width: 49%;
			width: 100%;
			height: 60px;

			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box; 
			box-sizing: border-box; 
		}

		.gallery + .download_files .section_info_downloads .pdf_file:hover,
		.section_info_downloads .pdf_file:hover {
			background-position: 0 -91px;
			color: #ee3124;
		}

		.section_info_downloads .jpg_file {
			background-position: 0 -186px;
		}

		.section_info_downloads .jpg_file:hover {
			background-position: 0 -273px;
			color: #ee3124;
		}

	
/*inner_lathe page end*/

/*services and distributorspage*/
	.col_main dl {
		display: inline-block;
		width: 100%;
		margin-top: 10px;
	}

	.col_main dt {
		width: 100%;
		height: 44px;
		background: url('../media/images/accordion_patt.jpg') repeat;
		font-family: 'Helen_Pro_Regular';
		font-weight: 400;
		font-size: 22px;
		color: #8e8e8e;
		line-height: 23px;
		text-shadow: 1px 1px 0 #fff;
		cursor: pointer;
	}

	.col_main dt + dd + dt {
		display: block;
		margin-top: 10px;
	}
	
		.col_main dt span {
			display: block;
		    padding: 10px 46px 10px 10px;
		    background: url('../media/images/accordion_down_arrow.png') no-repeat 98% 50%;
		}
		
		.col_main dt img.flag {
			width: 22px;
			height: 16px;
			padding: 13px;
		}

		/*.col_main dt span.flag {
			float: left;
			margin: 14px 8px;
		    padding: 0;
		    width: 22px;
		    height: 16px;
		    background: url('../media/images/flags.png') no-repeat;
		}

		.col_main dt.selected span.flag {
			background: url('../media/images/flags.png') no-repeat;
		}

		.col_main dt span.flag.al {
			background-position: 0 -17px;
		}

		.col_main dt span.flag.bg {
			background-position: 0 -33px;
		}

		.col_main dt span.flag.de {
			background-position: 0 -50px;
		}

		.col_main dt span.flag.dk {
			background-position: 0 -67px;
		}

		.col_main dt span.flag.ng {
			background-position: 0 -84px;
		}

		.col_main dt span.flag.hu {
			background-position: 0 -101px;
		}

		.col_main dt span.flag.jp {
			background-position: 0 -118px;
		}*/

		.col_main dt.selected span {
			background: url('../media/images/accordion_up_arrow.png') no-repeat 98% 50%;
		}

	.col_main dd {
		display: none;
		padding: 5px 0;
	}

		.col_main dd p {
			font-family: 'Helen_Pro_Regular';
			font-size: 14px;
			color: #818080;
			line-height: 100%;
		}

		address {
			display: inline-block;
			padding: 1% 3.6%;
			font-family: 'Helen_Pro_Regular';
			font-style: normal;
			font-size: 14px;
			color: #7e7f81;
			line-height: 16px;
		}
/*services and distributors page end*/

/*client info page*/
.competence {
	position: relative;
	overflow: hidden;
	width: 32%;
	max-height: 245px;
	display: inline-block;
	border: 1px solid #cccccc;
	text-align: center;
}

.competence + .competence {
	margin-left: .7%;
}

	.competence h2 {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 11px 0 5px 0;
		/*background: url('../media/images/accordion_patt.jpg') repeat;*/
		font-family: 'Helen_Pro_Light';
    	font-size: 20px;
    	color: #858585;
    	text-transform: uppercase;
    	line-height: 100%;
    	text-shadow: 1px 1px 0 #fff;
	}

.competence + .rich_text {
	margin-top: 20px;
}

	fieldset {
		border: 0 none;
		font-size: 0pt;
	}

	legend {
		margin: 8px 0;
		padding-bottom: 10px;
		font-family: 'Helen_Pro_Light';
		font-size: 25px;
		color: #403e40;
		line-height: 20px;
		text-transform: uppercase;
	}

	input {
		margin: 0 1% 1.1% 0;
		padding: 1%;
		width: 47%;
		width: 45.8%\9;
		height: 21px;
		border: 1px solid #ccc;
	}

	fieldset + fieldset {
		margin-top: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box; 
		box-sizing: border-box;
	}

	.captcha {
		vertical-align: middle;
		line-height: 41px;
		float:left;
	}

	.captcha + img + input {
		width: 20%;
		margin-left: 1%;
		padding: 10px;
		vertical-align: top;
	}

	.mr_0 {
		margin-right: 0;
	}

	input,
	textarea {
		color: #818080;
		font-family: 'Helen_Pro_Regular';
		font-size: 14px;
		line-height: 100%;
		background-color: #eee;
		-webkit-appearance: none;
  		-webkit-border-radius: 0;
	}
	
	textarea {
		overflow: auto;
		padding: 10px;
		width: 96.6%;
		width: 96%\9;
		height: 187px;
		border: 1px solid #ccc;
		resize: none;
	}
	
	label {
		position: relative;
		font-family: 'Helen_Pro_Regular';
		font-size: 14px;
		color: #979797;
	}

	.sendButton {
		margin: 0 0.3% 0 1%;
		width: 42%;
		width: 50%\9;
		height: 43px;
		background: url('../media/images/accordion_patt.jpg') repeat;
		font-family: 'Helen_Pro_Regular';
		font-size: 21px;
		color: #959595;
		text-shadow: 1px 1px 0 #fff;
		cursor: pointer;
		vertical-align: top;
	}

	.sendButton:hover {
		color: #858585;
	}

	fieldset small {
		float: left;
		margin: 5px 0;
		font-size: 13px;
		color: #979797;
	}

	.radio_container {
		font-size: 0pt;
		margin-bottom: 10px;
	}

	.radio_container label {
		display: inline-block;
		padding-right: 20px;
		width: auto;
		height: 18px;
		line-height: 18px;
		background: url("../media/images/radio_btn.png") no-repeat 0 0;
		text-indent: 20px;
	}

	.label_title {
		font-family: 'Helen_Pro_Light';
		font-size: 15px;
		color: 979797;
	}

	.radio_container label + .label_title {
		display: inline-block;
	    margin-top: 20px;
		width: 100%;
	}

	.radio_container .label_title {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.competence + .rich_text + form legend {
		margin-top: 20px;
	}
/*client info page end*/


/* how_to_buy */
	.how_to_buy h2 {
		margin: 40px 0 15px;
		color: #da2813;
		font-family: 'Helen_Pro_Light';
		text-transform: uppercase;
	}

	.how_to_buy .label_title {
		margin: 8px 0 0 0;
		width: 100%;
		text-transform: none;
		color: #818080;
		font-size: 18px;
		font-weight: bold;
	}

	.how_to_buy fieldset {
		margin-top: 25px;
	}

	.how_to_buy > fieldset:first-of-type {
		margin-top: 40px;
	}

	.how_to_buy fieldset > fieldset {
		margin: 0;
	}

	.how_to_buy .checkboxes .label_title {
		padding: 0 0 4px 0;
	}

	.how_to_buy .checkboxes fieldset label {
		position: relative;
		display: inline-block;
		margin: 10px 0;
		padding-left: 15px;
		font-family: 'Helen_Pro_Light';
		font-size: 17px;
	}

		.how_to_buy .checkboxes fieldset label.checked:before {
			content: ".";
			position: absolute;
			top: 2px;
			left: 2px;
			height: 6px;
			width: 6px;
			background: #ee3124;
			font-size: 0pt;
			text-indent: -9999px;
		}
		
		.how_to_buy .checkboxes fieldset label:after {
			content: '.';
			position: absolute;
			top: 0;
			left: 0;
			width: 8px;
			height: 8px;
			border: 1px solid #ccc;
			font-size: 0pt;
			text-indent: -9999px;
		}

	.how_to_buy input[type="checkbox"] {
		position: absolute;
		left: -9999px;
	}

	.how_to_buy .error, .how_to_buy .select_1 p.error, .how_to_buy .select_2  p.error {
		border: 1px solid #990000;
	}

	.how_to_buy .checkboxes input[type="text"] {
		display: none;
		float: right;
		padding: 1%;
		margin-top: 5px;
		margin-right: 0;
		margin-bottom: 0;
		width: 47%;
		height: 12px;
	}

	.how_to_buy .select_1 , .how_to_buy .select_2 {
		float: left;
		width: 49%;
		margin: 0 1% 1.1% 0;		
	}

	.how_to_buy .select_1 p, .how_to_buy .select_2  p {
		position: relative;
		overflow: hidden;
		padding: 3%;
		width: 45.8%\9;
		height: 15px;
		font-family: 'Helen_Pro_Regular';
		line-height: 100%;
		font-size: 14px;
		color: #818080;
		background: #eee;
		border: 1px solid #ccc;
		cursor: pointer;
		white-space: nowrap;
	}

		.how_to_buy .select_1 p:before , .how_to_buy .select_2  p:before {
			content: ".";
			display: inline-block;
			position: absolute;
			height: 100%;
			line-height: 100%;
			right: 0;
			top: 0;
			bottom: 0;
			width: 36px;
			background: url('../media/images/accordion_patt.jpg') repeat;
			text-indent: -9999px; 
			font-size: 0;
		}

		.how_to_buy .select_1 p:after, .how_to_buy .select_2  p:after {
			position: absolute;
			right: 12px;
			top: 50%;
			content: ".";
			width: 0;
			height: 0;
			margin-top: -2px;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-top: 5px solid #6b6b6b;
			text-indent: -9999px;
			font-size: 0;
			cursor: pointer;
		}

		.how_to_buy fieldset .select_1 ul, .how_to_buy fieldset .select_2 ul {
			display: none;
			width: 100%;
			background: #eee;
			border: 1px solid #ccc;
			border-top: 0;
			box-sizing:  border-box;
		}


			.how_to_buy fieldset .select_1 ul li, .how_to_buy fieldset .select_2 ul li { 
				padding:  10px 10px 5px;
				font-size: 14px;
				border: 0;
				cursor: pointer;
			}

			.how_to_buy fieldset .select_1 ul li:not(:first-of-type), .how_to_buy fieldset .select_2 ul li:not(:first-of-type) {
				padding: 5px 10px 5px 20px;
			}

				.how_to_buy fieldset .select_1 ul li:not(:first-of-type):hover, .how_to_buy fieldset .select_2 ul li:not(:first-of-type):hover {
					color: #ee3124;
				}

		.how_to_buy fieldset:last-of-type .label_title {
			text-align: center;
		}

	.how_to_buy textarea {
		height: 80px;
		width: 96%;
	}

/* end of how_to buy */


.top {
	margin-top: 20px;
}
/*media page*/
	.col_main > small {
		margin: 40px 0;
		line-height: 40px;
		font-family: 'Helen_Pro_Light';
		font-size: 25px;
		color: #f5c870;
		vertical-align: top;
		text-transform: uppercase;
	}
.news_files {
    width: 100%;
}

.media {
	float: left;
	width: 66%;
}

	.media h2 {
		margin: 5px 0;
		height: 40px;
		line-height: 40px;
		background: url('../media/images/accordion_patt.jpg') repeat;
		text-align: center;
		font-family: 'Helen_Pro_Regular';
		font-size: 21px;
		color: #858585;
		text-shadow: 1px 1px 0 #fff;
	}

	.gallery ul {
		list-style: none;
	}

	.col_main .gallery li {
		position: relative;
		overflow: hidden;
		float: left;
		margin: 5px 0;
		padding: 0;
		width: 49%;
		height: 142px;
		cursor: pointer;
	}

	.gallery li:nth-child(2n) {
		float: right;
	}

		.gallery li img.gall_big_img {
			display: none;
		}

	.gallery .img_title {
		padding: 0 10px;
		position: absolute;
		left: 0;
		right: -1px;
		bottom: 0;
		height: 30px;
		line-height: 30px;
		background: url('../media/images/zoom_icon.png') no-repeat 98% 50% #ee3124;
	}

	.gallery ul.album {
			display: none;
		}
#lightbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	width: 100%;
	height: 100%;
	background: url('../media/images/black75.png') repeat;
	text-align: center;
}

	#lightbox .image_container {
		position: relative;
		top: 50%;
		display: inline-block;
		text-align: left;
		max-width: 100%;
		max-height: 100%;
	}

		#lightbox .image_container img {
			max-width: 100%;
			max-height: 100%;
		}

	#lightbox .img_title_lightbox {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 55px;
		background: url('../media/images/black50.png') repeat;
	}

	#lightbox .preloader {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 9;
		margin: -16px 0 0 -16px;
	}

	#lightbox h1 {
		padding: 10px;
		line-height: 30px;
		font-family: 'Helen_Pro_Regular';
		font-size: 31px;
		color: #fff;
	}
	
	#lightbox .img_description_lightbox {
		position: absolute;
	    bottom: 3px;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 55px;
		background: url('../media/images/black50.png') repeat;
	}

	#lightbox p {
		padding: 10px;
		line-height: 30px;
		font-family: 'Helen_Pro_Regular';
		font-size: 31px;
		color: #fff;
	}

	#lightbox span {
		position: absolute;
		background: url('../media/images/gallery_sprite.png') no-repeat;
		cursor: pointer;
	}

	#lightbox span.close {
		top: 10px;
		right: 10px;
		z-index: 9;
		width: 34px;
		height: 34px;
		background-position: -19px -139px;
	}

	#lightbox span.left_arrow {
		top: 50%;
		left: -36px;
		z-index: 0;
		margin-top: -69px;
		width: 36px;
		height: 138px;
	}

	#lightbox span.right_arrow {
		top: 50%;
		right: -36px;
		z-index: 0;
		margin-top: -69px;
		width: 36px;
		height: 138px;
		background-position: -36px 0;
	}

	.media h3 {
		font-family: 'Helen_Pro_Regular';
		font-size: 14px;
		font-weight: normal;
		color: #fff;
	}

.video {
	float: right;
	width: 33%;
}

	.video h2 {
		margin: 5px 0;
		height: 40px;
		line-height: 40px;
		background: url('../media/images/accordion_patt.jpg') repeat;
		text-align: center;
		font-family: 'Helen_Pro_Regular';
		font-size: 21px;
		color: #858585;
		text-shadow: 1px 1px 0 #fff;
	}

	.video > div.cont {
		padding: 10px 0;
		max-height: 668px;
		overflow: hidden;
		overflow-y: scroll;
		border: 1px solid #ccc;
		text-align: center;
	}

	.video div iframe + iframe {
		margin-top: 3px;
	}

/*media page end*/

/*press page*/
	.col_main ul {
		list-style: none;
	}

	.col_main ul li {
		border: 1px solid #ccc;
		padding-right: 10px;
	}

	.col_main ul li + li {
		margin: 5px 0;
	}

		.col_main ul.rich_text li img {
			border: 0 none;
			margin: 0 10px 10px 0;
			max-width: 225px;
			max-height: 189px;
		}
/*press page end*/

/*activity page*/
.activity p {
	margin-left: 10px;
}

.activity img {
	width: auto;
	margin: 0 20px 10px 0;

}
/*activity page end*/

/*news page*/
.news {
	padding: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.news img {
	width: auto;
	xfloat: none;
	margin: 10px 0;
}

.news img:first-child {
	float: left;
	margin: 0 10px 10px 0;
}

/*news page end*/

/*map page*/
.map_sales {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 333px;
	width: 691px;
	background: url('../media/images/map.png') no-repeat;
}

.map_sales_container {
	overflow-x: auto;
}

.map_sales span {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 6px;
	background: url('../media/images/map_sprite.png') no-repeat -1px -76px;
	cursor: pointer;
}

	.map_sales span h4 {
		display: none;
	}

	.map_sales span p {
		display: none;
	}

.map_sales .tile {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 4px;
	width: 101px;
	height: auto;
	background-color: #e41e26;
	font-family: 'Helen_Pro_Regular';
	font-weight: 400;
	font-size: 14px;
}

.map_sales .tile:after {
	position: absolute;
	bottom: -21px;
	left: 0;
	width: 21px;
	height: 21px;
	background: url('../media/images/map_sprite.png') no-repeat 0px -54px;
	content: " ";
}

	.map_sales .tile h4 {
		padding: 0;
		color: #fff;
		line-height: 16px;
	}

	.map_sales .tile p {
		padding: 0;
		line-height: 14px;
		font-family: 'Helen_Pro_Regular';
		font-weight: 400;
		font-size: 14px;
		color: #911318;
	}
/*map page end*/

/*director page*/
.director_page li {
	padding: 5px 0;
}

.director_page h3 {
	margin-top: 10px;
}

.person {
	margin: 0 0 10px 0;
}

.person + .person {
	margin: 10px 0;
}

.person img {
	width: auto;
	margin-right: 10px;
}
/*director page end*/

/*history page*/
.history {
	padding: 10px;
	border: 1px solid #ccc;
}

.history_box {
	display: block;
	margin: 0 0 10px 0;
}

.history_box + .history_box {
	margin: 10px 0;
}

.history_box img {
	width: auto;
	margin: 0 10px 10px 0;
}

/*history page end*/

/*locatin page*/
.s_location_box {
	overflow: hidden;
	display: table;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

.location_wrap {
	display: table-cell;
	vertical-align: top;
}

.s_location_box h3 {
	margin: 12px 0;
}

.s_location_box img {
	margin: 0 10px 10px 0;
	width: auto;
}

.rich_text .s_location_box h3 {
	padding-top: 0;
	margin-top: 0;
}

.rich_text .s_location_box p {
	/*padding: 8px;*/
}

.s_location_box a {
	display: inline-block;
	/*margin: 0 0 10px 10px;*/
}
/*locatin page end*/

/*contacts page*/
.contacts address {
	padding-left: 0;
}

.contacts  {

}

.g_map {
	overflow: hidden;
}

.g_map iframe {
	width: 100%;
}

.g_map + address + form button {
	width: 49.4%;
}
/*contacts page end*/

/*search_results*/

.search_result {
	margin-top: 20px;
	font-family: 'Helen_Pro_Regular';
	font-size: 14px;
	color: #7e7f81;
}

.terms_and_conditions em,
.search_result em {
	line-height: 20px;
	font-family: 'Helen_Pro_Regular';
	font-size: 18px;
	font-style: normal;
	color: #403e40;
}

.search_result small {
	line-height: 20px;
	font-family: 'Helen_Pro_Regular';
	font-size: 18px;
	font-style: normal;
	color: #403e40;
}

.terms_and_conditions h1,
.search_result h1 {
	line-height: 100%;
	margin-bottom: 10px;
	font-family: 'Helen_Pro_Regular';
	font-weight: 400;
	font-size: 36px;
	color: #403e40;
}

.search_result p {
	line-height: 16px;
	margin: 10px 0;
}

.search_result a {
	color: #e11717;
	text-decoration: underline;
}
/*search_results end*/

/*terms_and_conditions page*/
.terms_and_conditions {
	margin-top: 20px;
}

/*terms_and_conditions page end*/

/*404 page*/
/*.error {
	text-align: center;
}*/

	.error p {
		padding: 50px 0 10px 0;
		font-weight: 900;
		font-size: 36px;
		color: #e0dfdf;
		line-height: 100%;
		text-shadow: 1px 1px 1px #000;
	}

	.error a {
		font-weight: 900;
		font-size: 36px;
		color: #f2c343;
		text-decoration: none;
		line-height: 100%;
		text-shadow: 1px 1px 1px #000;
	}

.col_main.error {
	width: 100%;
}

.error_container {
	text-align: center;
}

.error_container img {
	float: none;
	display: block;
	border: 0;
	width: 100%;
	margin: 50px auto 0 auto;
	max-width: 430px;
}

.error .error_container a {
	display: block;
	margin: 50px 0 10px 0;
	color: #e0dfdf;
	text-shadow: none;
}

/*404 page end*/

/* rich_text */
.rich_text h1 {
	font-size: 150px;
	line-height: 100%;
	font-weight: normal;
}

.rich_text h2 {
	padding: 10px 0;
	font-family: 'Helen_Pro_Light';
	font-size: 25px;
	color: #403e40;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: normal;
}

	.rich_text h2 span {
		font-size: 25px;
		color: #da2813;
		text-transform: uppercase;
	}

.rich_text h3 {
	padding: 5px 0;
	font-family: 'Helen_Pro_Light';
	font-size: 25px;
	color: #3f3d3f;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: normal;
}

.rich_text .map_title {
	padding: 30px 0;
}

.rich_text h4 {
	padding: 10px 0;
	font-family: 'Helen_Pro_Regular';
	font-size: 14px;
	color: #403e40;
}

.rich_text small {
	font-size: 12px;
	color: #979797;
}

.rich_text a {
	padding-right: 8px;
	display: inline-block;
	/*margin-bottom: 10px;*/
	margin-top: 5px;
	background: url("../media/images/table_link.png") no-repeat 100% 60%;
	font-family: 'Helen_Pro_Regular';
	font-size: 13px;
	color: #ee3124;
	text-decoration: none;
}

.rich_text p {
	padding: 0;
	font-family: 'Helen_Pro_Regular';
	font-size: 14px;
	color: #818080;
	line-height: 15px;
}
.rich_text p + p {
	padding: 8px 0;
}

.rich_text strong{
	display: block;
	font-family: 'Helen_Pro_Regular';
	font-size: 25px;
	font-weight: normal;
	color: #403e40;
	line-height: 100%;
}

.rich_text small{
	display: block;
	padding: 5px 0;
	font-family: 'Helen_Pro_Regular';
	font-size: 14px;
	color: #7c7a7a;
}
/* rich_text */
.rich_text h1 {
	font-size: 150px;
	line-height: 100%;
	font-weight: normal;
}

.rich_text h2 {
	padding: 10px 0;
	font-family: 'Helen_Pro_Light';
	font-size: 25px;
	color: #403e40;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: normal;
}

	.rich_text h2 span {
		font-size: 25px;
		color: #da2813;
		text-transform: uppercase;
	}

.rich_text h3 {
	padding: 5px 0;
	font-family: 'Helen_Pro_Light';
	font-size: 25px;
	color: #3f3d3f;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: normal;
}

.rich_text .map_title {
	padding: 30px 0;
}

.rich_text h4 {
	padding: 10px 0;
	font-family: 'Helen_Pro_Regular';
	font-size: 14px;
	color: #403e40;
}

.rich_text small {
	font-size: 12px;
	color: #979797;
}

.rich_text a {
	padding-right: 8px;
	display: inline-block;
	/*margin-bottom: 10px;*/
	margin-top: 5px;
	background: url("../images/table_link.png") no-repeat 100% 60%;
	font-family: 'Helen_Pro_Regular';
	font-size: 13px;
	color: #ee3124;
	text-decoration: none;
}

.rich_text p {
	padding: 0;
	font-family: 'Helen_Pro_Regular';
	font-size: 14px;
	color: #818080;
	line-height: 15px;
}
.rich_text p + p {
	padding: 2px 0;
}

.rich_text strong{
	display: block;
	font-family: 'Helen_Pro_Regular';
	font-size: 25px;
	font-weight: normal;
	color: #403e40;
	line-height: 100%;
}

.rich_text small{
	display: block;
	padding: 5px 0;
	font-family: 'Helen_Pro_Regular';
	font-size: 14px;
	color: #7c7a7a;
}
/* rich_text end */
.product_gall ul:after,
.history .history_box:after,
.person:after,
.news:after,
.col_main li:after,
.gallery:after,
.col_main .tabs_head:after,
.product_info:after,
.content_wrapper:after,
.breadcrumbs:after {
	visibility: hidden;
	display: block;
	font-size: 0pt;
	content: " ";
	clear: both;
	height: 0;
}

textarea.error,
input.error {
	border: 1px solid #990000;
}

.error {
	color: #990000;
}

.search_button,
img {
    border: 0 none;
}

.partners {
	clear: both;
	margin-top: 20px;
	position: relative;
	float: left;
	width: 100%;
}

.partners_carousel {
	margin-top: 10px;
}

.partners_carousel .owl-wrapper .owl-item {
	float: left;
}

.owl-item a {
	display: block;
	height: 60px;
	text-align: center;
	padding: 0 2px;
}

.owl-item a img {
	display: inline-block;
	/*height: 60px;
	width: auto;*/
	padding: 0 10px;
	height: auto;
	max-width: 100%;
	max-height: 60px;
	box-sizing: border-box;
}

.partners h2 {
	position: relative;
	font-weight: normal;
	color: #666;
    font-family: 'iflash_7_0_5';
    font-size: 8px;
    text-transform: uppercase;
	text-align: center;
}

.partners h2:after {
	content: ".";
	position: absolute;
	top:2px;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background-color: #DFE1E1;
	z-index: 0;
}

	.partners h2 span {
		display: inline-block;
		margin: 0 auto;
		position: relative;
		top: -3px;
		padding: 0 10px;
		background-color: #fff;
		z-index: 1;
	}

/*
* 	Owl Carousel Owl Demo Theme, Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	text-align: center;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	display: inline-block;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
	
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

.accents .owl-theme .owl-controls{
	position: absolute;
	top: -55px;
	right: 0;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 14px;
	height: 3px;
	margin: 0 3px;
	background: #BFC2C2;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #F7AA03;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

	.article_holder .article{
		display: block;
		cursor: pointer;
		color: #FFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	}

	.article_holder .article a {
		color: inherit;
	}
	
#home_carousel {
	position: relative;
}

#home_carousel .slide {
	position: relative;
}

#home_carousel .slide > div {
	position: relative;
	color: #fff;
	font-family: 'pt_sans';
	text-transform: uppercase;
	padding: 20px;
	background-color: #1c4e84;
}
	
#home_carousel .slide > div p {
	display: none;
}

#home_carousel .slide > div h1 {
	font-size: 23px;
	font-weight: bold;
	font-family: inherit;
}

#home_carousel .slide > div strong {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
}

#home_carousel .slide > div a {
	display: inline-block;
	color: inherit;
	font-size: 13px;
	background: #699bcd url(../images/read_more.gif) no-repeat 90% -28px;
}

@media screen and (min-width: 480px) {

	#home_carousel .slide > div strong {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	#home_carousel .owl-controls .owl-pagination {
		display: none;
	}

	#home_carousel .owl-wrapper {
		background-color: #1C4E84;
	}
	
	#home_carousel .slide > div a {
		padding: 8px 45px 4px 30px;
		border-left: 2px solid #163c64;
		border-bottom: 2px solid #163c64;
	}

	#home_carousel .slide > div a:hover {
		border: 0;
		margin-top: 2px;
		margin-right: 2px;
	}
}

@media screen and (min-width: 768px) {

	#home_carousel .slide > div {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 50%;
		padding: 30px 40px;
		background: none;
		text-align: left;
		text-shadow: 0 0 50px #000;
		-webkit-text-shadow: 0 0 50px #000;
	}

	#home_carousel .slide > div h1 {
		font-size: 52px;
	}

	#home_carousel .slide > div strong {
		font-size: 21px;
	}

	#home_carousel .slide > div strong {
		margin-bottom: 5px;
	}

	#home_carousel .slide > div a {
		padding: 10px 45px 8px 30px;
		background-color: #a12022;
		background-position: 90% -46px ;
	}

	#home_carousel .slide > div a:hover {
		background-color: #1c4e84;
	}

	#carousel_paginator {
		position: absolute;
		width: 92%;
		bottom: 10px;
		left: 4%;
		z-index: 2;
		border-top: 1px solid #999;
	}

	#carousel_paginator div {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	#carousel_paginator a {
		display: table-cell;
		text-align: left;
		padding: 20px 5px 0;
		color: #fff;
		opacity: 0.6;
		font-family: 'pt_sans';
		cursor: pointer;
	}
		
		#carousel_paginator .highlight {
			position: absolute;
			top: -2px;
			left: 0;
			height: 3px;
			padding: 0;
			width: 25%;
			background-color: #fff;
			font-size: 0pt;
			text-indent: -9999px;
			transition: left .5s ease-out;
			-moz-transition: left .5s ease-out;
		}

		
		#carousel_paginator a span {
			padding: 0;
			border-radius: 0;
			font-style: normal;
			font-size: 13px;
		}

		#carousel_paginator a:hover,
		#carousel_paginator a.active {
			opacity: 1;
		}

		#carousel_paginator a strong {
			font-weight: bold;
			font-size: 15px;
			display: block;
		}
}

@media screen and (min-width: 940px) {

	#home_carousel .slide > div {
		padding: 60px 40px;
	}

	#carousel_paginator {
		bottom: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.article_holder .owl-theme .owl-controls .owl-page span {
		margin: 3px 0 3px 10px;
	}
}








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
