@charset "UTF-8";
@import 'hacks.css';

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #7f7d7e;
	background: white;
}.generalContainer{
	width: 980px;
	margin: 0 auto;
	position: relative;
}.siteBG{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}@font-face{
	font-family: 'helveticaneuelight';
	src: url('../fonts/helveticaneuelight.eot');
	src: local('☺'), url('../fonts/helveticaneuelight.woff') format('woff'), url('../fonts/helveticaneuelight.ttf') format('truetype'), url('../fonts/helveticaneuelight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}@font-face{
	font-family: 'helveticaneueultralight';
	src: url('../fonts/helveticaneueultralight.eot');
	src: local('☺'), url('../fonts/helveticaneueultralight.woff') format('woff'), url('../fonts/helveticaneueultralight.ttf') format('truetype'), url('../fonts/helveticaneueultralight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}@font-face{
	font-family: 'NewsCycleRegular';
	src: url('../fonts/NewsCycle-Regular-webfont.eot');
	src: local('☺'), url('../fonts/NewsCycle-Regular-webfont.woff') format('woff'), url('../fonts/NewsCycle-Regular-webfont.ttf') format('truetype'), url('../fonts/NewsCycle-Regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/**** Define Header ****/
header{
	width: 100%;
	height: 120px;
	background: url("../images/border.jpg") left bottom repeat-x;
}

/** Logo **/
.logo a{
	width: 198px;
	height: 65px;
	background: url("../images/ideal-model-logo.png") 0 0 no-repeat;
	display: block;
	float: left;
	margin: 30px 0 0 0;
}

/** Language Navigation **/
.languageNav{
	margin-top: 20px;
	float: right;
}.languageNav a{
	width: 20px;
	height: 20px;
	background: url("../images/languageNav.png") 0 0 no-repeat;
	display: block;
	float: left;
	margin-left: 5px;
}.languageNav a.langTR{
	background-position: 0 0;
}.languageNav a.langTR:hover, .languageNav a.langTR.selected{
	background-position: 0 -20px;
}.languageNav a.langEN{
	background-position: -20px 0;
}.languageNav a.langEN:hover, .languageNav a.langEN.selected{
	background-position: -20px -20px;
}.languageNav a.langRU{
	background-position: -40px 0;
}.languageNav a.langRU:hover, .languageNav a.langRU.selected{
	background-position: -40px -20px;
}

/** Main Navigation **/
.mainNav{
	float: right;
	clear: right;
	margin-top: 40px;
	position: relative;
	z-index: 2;
}.mainNav .menu li{
	float: left;
	display: block;
	position: relative;
}.mainNav .menu li a{
	font-family: NewsCycleRegular, Arial, sans-serif;
	font-size: 15px;
	color: #7f7d7e;
	padding: 6px 15px 8px 15px;
	display: block;
}.ru_RU .mainNav .menu li a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 6px 8px 8px 8px;
	display: block;
}.mainNav .menu li a:hover, .mainNav .menu li a.selected{
	color: #ffffff;
	background: #ea7125;
}.mainNav .menu li:hover .subMenu{
	display: block;
}.mainNav .menu li:hover .subMenu li:hover .secondSubMenu{
	display: block;
}.mainNav .subMenu{
	width: 140px;
	display: none;
	position: absolute;
	top: 28px;
	background: #dedede;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}.ru_RU .mainNav .subMenu{
	top: 26px;
}.mainNav .subMenu.contact{
	right: 0;
}.mainNav .subMenu li a{
	width: 110px;
	font-size: 13px;
}.ru_RU .mainNav .subMenu li a{
	width: 125px;
	font-size: 11px;
}.mainNav .subMenu.productsSub{
	width: 220px;
}.mainNav .subMenu.productsSub li a{
	width: 190px;
}.ru_RU .mainNav .subMenu.productsSub li a{
	width: 205px;
}.mainNav .secondSubMenu{
	width: 140px;
	display: none;
	position: absolute;
	background: #eeeeee;
	top: 0px;
	left: 140px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}.mainNav .productsSub .secondSubMenu{
	width: 210px;
	left: 220px;
}.mainNav .productsSub .secondSubMenu li a{
	width: 180px;
}
/**** End Header ****/

/**** Define Content ****/
.content{
	margin-top: 40px;
	min-height: 400px;
	position: relative;
}.content h2{
	font-size: 25px;
	font-family: NewsCycleRegular,Arial,sans-serif;
	font-weight: 100;
	margin-bottom: 25px;
}.content a{
	color: #7f7d7e;
}.ru_RU .content h2{
	font-family: Arial, sans-serif;
}.content h2 span{
	font-size: 13px;
}.content .contentWrapper{
	padding: 30px 20px;
	background: white;
	font-size: 14px;
	line-height: 1.8;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}.mainNewsContainer{
	width: 100%;
	position: absolute;
	top: 135px;
	right: 14px;
	z-index: 1;
	width: 240px;
	height: 28px;
	overflow: hidden;
}.mainNewsContainer a{
	font-size: 11px;
	height: 13px;
	line-height: 14px;
	font-family: : NewsCycleRegular,Arial,sans-serif;
	font-weight: 100;
	color: #004A96;
	float: right;
	padding-right: 25px;
	background: url("../images/news-icon.png") no-repeat right 0;
	opacity: 0.8;
	text-align: right;
	display: none;
}.ru_RU .mainNewsContainer a{
	font-family: Arial, sans-serif;
}.mainNewsContainer a.selected{
	display: block;
}.mainNewsContainer a:hover{
	opacity: 1;
	color: #ea7125;
	background-position: right -13px;
}.mainNewsContainer2{
	width: 100%;
	position: absolute;
	top: 135px;
	right: 14px;
	z-index: 1;
	width: 340px;
	height: 32px;
	overflow: hidden;
	padding-top: 1px;	
	background: url("../images/news-icon-2.png") no-repeat right center;
}.mainNewsContainer2 a{
	font-size: 11px;
	height: 13px;
	overflow: hidden;
	position: relative;
	line-height: 14px;
	font-family: : NewsCycleRegular,Arial,sans-serif;
	font-weight: 100;
	color: #7F7D7E;
	float: right;
	padding-right: 32px;
	opacity: 0.8;
	text-align: right;
	display: block;
	margin-bottom: 4px;
	min-width: 220px;
}.ru_RU .mainNewsContainer2 a{
	font-family: Arial, sans-serif;
}.mainNewsContainer2 a:hover{
	opacity: 1;
	color: #ea7125;
	background-position: right -13px;
}

/** Main Banner **/
.mainBanner .banner{
	width: 850px;
	height: 420px;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
}.mainBanner .banner li{
	width: 100%;
	display: none;
}.mainBanner .banner li.selected{
	display: block;
}.mainBanner .banner li .bannerDetails{
	width: 425px;
	float: left;
	margin-left: 25px;
}.mainBanner .banner li .bannerDetails h2{
	font-size: 40px;
	font-family: helveticaneueultralight, Arial, sans-serif;
	font-weight: 100;
	color: #004a96;
	margin: 70px 0 40px 0;
}.ru_RU .mainBanner .banner li .bannerDetails h2{
	font-family: Arial, sans-serif;
	font-size: 35px;
	margin: 70px 0 20px 0;
}.mainBanner .banner li .bannerDetails h2 span{
	font-family: helveticaneuelight, Arial, sans-serif;
	display: block;
	color: #e98a50;
	font-weight: 100;
}.ru_RU .mainBanner .banner li .bannerDetails h2 span{
	font-family: Arial, sans-serif;
}.mainBanner .banner li .bannerDetails .bannerText{
	font-family: helveticaneuelight,Arial,sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
}.ru_RU .mainBanner .banner li .bannerDetails .bannerText{
	font-family: Arial, sans-serif;
}.mainBanner .banner li a{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 100;
	padding: 5px 10px;
	background: #e98a50;
	color: white;
	display: inline-block; 
	margin-top: 15px;
}.mainBanner .bannerNav{
	margin: 10px auto 0 auto;
}.mainBanner .bannerNav li{
	float: left;
}.mainBanner .bannerNav li a{
	width: 20px;
	height: 20px;
	display: block;
	background: url("../images/bannerNav.png") 0 0 no-repeat;
	float: left;
	margin-right: 30px;
}.mainBanner .bannerNav li a:hover, .mainBanner .bannerNav li a.selected{
	background-position: 0 -20px;
}.mainBanner .bannerImage{
	width: 400px;
	height: 400px;
	float: left;
	display: block;
}.mainBanner .banner .product1{
	position: absolute;
	bottom: 0;
	right: 0;
}.mainBanner .banner .product2{
	position: absolute;
	top: 20px;
	left: 0px;
}.mainBanner .banner .product3{
	position: absolute;
	top: 110px;
	left: 180px;
}.mainBanner .banner .product4{
	position: absolute;
	top: 20px;
	left: 420px;
}

/** News Page **/
.news li, .representatives li{
	padding: 15px;
	background: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	position: relative;
	margin-bottom: 10px;
	display: block;
	line-height: 1.5;
}.representatives li{
	position: relative;
}.representatives li .representativesLink{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	display: block;	
}.news li .detail, .representatives li .detail{
	width: 800px;
	float: left;
}.news li a{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}.representatives li a{
	color: #7f7d7e;
}.news li:hover, .representatives li:hover{
	background: #efefef;
}.news li .newsImage, .representatives li .newsImage{
	width: 120px;
	float: left; 
	margin-right: 20px;
}.newsWrapper{
	padding: 15px;
	background: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}.newsWrapper .newsImage{
	width: 300px;
	float: left;
	display: block;
	margin-right: 20px;
}.newsWrapper .newsDetail{
	font-size: 13px;
	line-height: 1.5;
	width: 600px;
	float: left;
}.newsWrapper .newsDetail a{
	color: #7f7d7e;
}

/** Products Page **/
.productsContainer{
	height: 460px;
}.products li{
	width: 310px;
	padding-bottom: 10px; 
	float: left;
	margin-right: 23px;
	background: #FAFAFA;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	opacity: 0.7;
}.products li .productTitle{
	width: 100%;
	font-family: NewsCycleRegular, Arial, sans-serif;
	font-size: 17px;
	color: white;
	background: #4b4b4b;
	text-align: center;
	height: 40px;
	line-height: 36px;
}.ru_RU .products li .productTitle{
	font-family: Arial, sans-serif;
}.products li .productTitle a{
	color: white;
}.products li:hover .productTitle{
	background: black;
}.productImage img{
	width: 290px;
	height: 290px;
	margin: 10px 0 0 10px;
}.productList{
	display: none;
	margin-top: 10px;
}.products li:hover .productList{
	display: block;
}.productList a{
	font-family: NewsCycleRegular, Arial, sans-serif;
	width: 280px;
	height: 25px;
	padding-left: 10px;
	line-height: 25px;
	background: #e8e8e8;
	display: block;
	margin-bottom: 4px;
	margin-left: 10px;
}.ru_RU .productList a{
	font-family: Arial, sans-serif;
}.productList a:hover{
	background: #4B4B4B;
	color: white;
}.productContainer{
	background: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	padding: 24px;
}.productContainer .productImage{
	width: 400px;
	margin-right: 35px;
	float: left;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}.productContainer .detailText{
	width: 490px;
	float: left;
	line-height: 1.8;
	text-align: justify;
}.productContainer .detailText h3{
	font-family: NewsCycleRegular, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 12px;
}.ru_RU .productContainer .detailText h3{
	font-family: Arial, sans-serif;
}.productContainer .detailText .details{
	margin-top: 20px;
}.productContainer .detailText .details li h4{
	background: #efefef;
}.productContainer .detailText .details li h4 a{
	font-family: NewsCycleRegular, Arial, sans-serif;
	display: block;
	padding: 10px;
	margin-bottom: 4px;
	color: #7F7D7E;
	font-size: 14px;
}.ru_RU .productContainer .detailText .details li h4 a{
	font-family: Arial, sans-serif;
}.productContainer .detailText .details li h4 a:hover{
	background: #ea7125;
	color: white;
}.productContainer .detailText .details li .detail{
	padding: 10px 5px;
	display: none;
}.content a.btnOffer{
	padding: 0 20px;
	background: #ea7125;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	font-family: NewsCycleRegular, Arial, sans-serif;
	position: absolute;
	color: white;
	font-size: 18px;
	right: 0;
	top: 3px;
	height: 30px;
	line-height: 28px;
}.ru_RU .content a. .btnOffer{
	font-family: Arial, sans-serif;
}.content a.btnOffer:hover{
	background: #fa8942;
	color: white;
}table{
	width: 220px;
	float: left;
	margin: 0 10px;
	font-family: NewsCycleRegular, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.2;
}.ru_RU table{
	font-family: Arial, sans-serif;
}table td{
	text-align: center;
	padding: 10px 0;
}table .firstRow, table .firstCol{
	background: #ea7125;
	color: white;
}.content a.btnBack{
	padding: 0 20px 0 20px;
	background: #ea7125;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	font-family: NewsCycleRegular, Arial, sans-serif;
	position: absolute;
	color: white;
	font-size: 18px;
	right: 110px;
	top: 3px;
	height: 30px;
	line-height: 28px;
	
}.ru_RU .content a. .btnBack{
	font-family: Arial, sans-serif;
}.content a.btnBack:hover{
	background: #fa8942;
	color: white;
}

/** Contact Page **/
.contactForm{
	width: 410px;
	float: left;
	margin-right: 25px;
}.formRow{
	margin-bottom: 4px;
}.formRow label, .detail label{
	font-family: NewsCycleRegular,Arial,sans-serif;
	font-size: 14px;
	width: 120px;
	display: block;
	float: left;
	line-height: 25px;
}.ru_RU .formRow label, .ru_RU .detail label{
	font-family: Arial, sans-serif;
}.detail label{
	width: 55px;
}.detail .radio{
	float: left;
	margin-top: 8px;
	margin-right: 50px;
}.offer .formRow label{
	width: 200px;
}.offer .contactForm{
	width: 490px;
}.offer .idealModel{
	margin-left: 70px;
}.offer h3{
	font-family: NewsCycleRegular,Arial,sans-serif;
	font-size: 17px;
	margin-bottom: 25px;
}.ru_RU .offer h3{
	font-family: Arial, sans-serif;
}.formRow input, .formRow textarea, .formRow select{
	width: 270px;
	height: 25px;
	padding-left: 10px;
	line-height: 25px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: white;
	background: #a1a1a1;
	border: none;
}.formRow select{
	width: 280px;
	height: 28px;
	padding: 5px 5px 5px 10px;
	display: block;
	line-height: 1;
}.formRow input.error, .formRow textarea.error{
	background: #ea7125;
}.formRow textarea{
	width: 260px;
	height: 75px;
	line-height: 14px;
	padding: 10px;
}.formRow .submitBtn{
	width: 100px;
	height: 28px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}.contactForm .notification{
	margin-top: 20px;
	color: #ea7125;
	display: none;
}.captchaError{
	color: #ea7125;
	margin-top: 20px;
	width: 100%;

}.mapContainer{
	width: 520px;
	height: 255px;
	padding: 10px;
	background: white;
	float: left;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}address{
	width: 940px;
	background: white;
	display: block;
	margin-top: 30px;
	padding: 15px 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	font-family: NewsCycleRegular,Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #7F7D7E;
}.ru_RU address{
	font-family: Arial, sans-serif;
}address span{
	width: 110px; 
	display: inline-block;
	font-weight: bold;
}address a{	
	color: #7F7D7E;	
}.humanResources h3{
	font-family: NewsCycleRegular,Arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: -15px 0 15px 0;
	width: 540px;
}.ru_RU .humanResources h3{
	font-family: Arial, sans-serif;
}.idealModel{
	float: left; 
	margin: -42px 0 0 160px;
}.offerImage{
	position: absolute;
	top: 0;
	right: 80px;
}.dimensionsForm{
	margin-bottom: 20px;
	display: none;
}.offerGroup h3{
	width: 471px;
	background: #7F7D7E;
	color: white;
	padding: 5px 0 10px 10px;
	margin-bottom: 15px;
}.offer .formRow .submitBtn{
	margin-top: 0;	
}.referenceMap{
	width: 500px;
	height: 281px;
	position: absolute;
	right: 20px;
	top: 55px;
}.dimensionsForm .submitBtn, .firmForm .submitBtn, .dimensionsForm .backBtn, .firmForm .backBtn{
	width: 100px;
	height: 28px;
	line-height: 28px;
	float: right;
	margin-right: 10px;
	display: block;
	background: #A1A1A1;
	color: white;
	text-align: center;
	
}

/** Our Logo **/
.ourLogo{
	width: 340px;
	height: 138px;
	float: left;
	margin-right: 30px;
}.ourLogoDetails{
	width: 500px;
	float: left;
}.ourLogoDetails h3{
	font-family: NewsCycleRegular,Arial,sans-serif;
	font-size: 20px;
	margin: 10px 0 3px 0;
}.ru_RU .ourLogoDetails h3{
	font-family: Arial, sans-serif;
}.ourLogoDetails p{
	margin-bottom: 5px;
}.ourLogoDetails a{
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #7F7D7E;
	background: #DEDEDE;
	display: block;
	margin: 5px 10px 0 0;
	padding: 2px 10px;
}.ourLogoDetails a:hover{	
	background: #ea7125;
	color: white;
}

/** References Page **/
.references li{
	padding: 10px;
	background: white;
	float: left;
	margin: 0 32px 20px 0;
	opacity: 0.4;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}.references li span{
	font-family: NewsCycleRegular,Arial,sans-serif;
	font-size: 14px;
	margin-top: 8px;
	display: block;
	text-align: center;
}.ru_RU .references li span{
	font-family: Arial, sans-serif;
}

/** Videos Page **/
.videos h3{
	font-family: NewsCycleRegular,Arial,sans-serif;
	font-size: 13px;
	padding: 12px 0 10px 10px;
	background: black;
	color: white;
	width: 478px;
}.ru_RU .videos h3{
	font-family: Arial, sans-serif;
}.videos .videoContainer{
	width: 488px;
	height: 300px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	float: left;
}.videos .videoDetails{
	width: 460px;
	float: left;
	margin-left: 25px;
}.videos .videoDetails .videoList li a{
	padding: 8px 0 8px 6px;
	background: black;
	color: white;
	display: block;
	margin-bottom: 2px;
}.videos .videoDetails .videoList li a:hover{
	background: #ea7125;
}

/**** End Content ****/

/**** Define Footer ****/
footer{
	margin-top: 20px;
}footer .copyright{
	margin-top: 8px;
	float: left;
	display: block;

}

/** Social Navigator **/
.socialNav{
	float: right;
}.socialNav li{
	float: left;
}.socialNav li a{
	width: 25px;
	height: 25px;
	float: left;
	background: url("../images/socialNav.png") 0 0 no-repeat;
	margin-right: 5px;
}.socialNav li a.btnFacebook{
	background-position: 0 0;
}.socialNav li a.btnFacebook:hover{
	background-position: 0 -25px;
}.socialNav li a.btnTwitter{
	background-position: -25px 0;
}.socialNav li a.btnTwitter:hover{
	background-position: -25px -25px;
}.socialNav li a.btnSkype{
	background-position: -50px 0;
}.socialNav li a.btnSkype:hover{
	background-position: -50px -25px;
}	
/**** End Footer ****/

/** Captcha **/
.captcha-wrap{
	margin-left: 120px;
	float: left;
}.formRow input.captchacodefield{
	width: 156px;
	height: 35px;
	float: left;
	margin-left: 10px;
}


/* Required styles */
	.blurImageContainer {display: inline-block; position: relative; overflow:hidden;}
	.blurImageContainer > .blurImage {position: absolute; top:0; left:0; z-index:1;}
	.blurImageContainer > [id^="blurred"] {position: absolute; top:0; left:0; z-index:0;}
/* /Required styles */