@font-face {
	font-family: 'MyriadPro-Bold';
	src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MyriadPro-Bold.otf')  format('opentype'),
	url('../fonts/MyriadPro-Bold.woff') format('woff'),
	url('../fonts/MyriadPro-Bold.ttf')  format('truetype'),
	url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
	url('../fonts/MyriadPro-Regular.woff') format('woff'),
	url('../fonts/MyriadPro-Regular.ttf')  format('truetype'),
	url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.container
{
	max-width: 990px;
}
html, body
{
	height: 100%;
}
body
{
	min-height: 100%;
	position: relative;
	background: url(../img/index-body-bg.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-family: 'MyriadPro-Regular';
	min-width: 320px;
	min-height: 600px;
}

.window_modal
{
	background: #000;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
	overflow: auto;
}
.close_window
{
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}


.window_open
{
	background: none repeat scroll 0% 0% #000;
	border-radius: 50%;
	padding: 100px;
	width: 470px;
	margin: -235px 0px 0px -235px;
	height: 470px;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.3s ease 0s;
	z-index: 999;
	text-align: center;
}


.window_open:hover
{
	box-shadow: 0px 0px 27px rgba(127, 103, 33, 0.8);
}
.window_open h2
{
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 19px;
}
.window_open input[type=text]
{
	height: 33px;
	width: 258px;
	margin-bottom: 15px;
	padding-left: 10px;
	border-radius: 4px;
	border: 1px solid #fff;
	font-size: 17px;
}
.window_open input[type=text]:hover,
.window_open input[type=text]:focus
{
	box-shadow: 0 0 7px rgba(255,255,255,0.9);
	outline: none;
}

.window_open input[type=submit]
{
	background: #fff;
	background: url(../img/btn-bg.jpg) top left repeat-x;
	height: 56px;
	font-size: 24px;
	color: #000;
	width: 257px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	border: none;
	border-bottom: 5px solid #704500;
}

.window_open input[type=submit]:hover
{
	background-position: bottom left;
}
.window_open input[type=submit]:active
{
	border: 0;
	margin-top: 5px;
	-webkit-box-shadow: 0 2px 6px #000 inset;
	-moz-box-shadow: 0 2px 6px #000 inset;
	box-shadow: 0 2px 6px #000 inset;
	outline: none;
	width: 260px;
	margin-left: 5px;
}
.main
{
	min-height: 100%;
	overflow: hidden;
}
header
{
	width: 100%;
	max-width: 1920px;
	margin: auto;
	height: 124px;
	background: url(../img/top-bg.png) no-repeat scroll center top transparent;
	position: relative;
	z-index: 99;
}
.header_block
{
	position: relative;
	height: 124px;
}
.logo
{
	float: left;
	margin-top: 24px;
}
header h1
{
	color: #FFF;
	font-size: 20px;
	font-family: 'MyriadPro-Bold';
	text-transform: uppercase;
	word-spacing: 2px;
	text-align: center;
	float: left;
	margin-left: 90px;
	margin-top: 40px;
}
header h1 span
{
	color: #FFD927;
}
.block_tel
{
	width: 220px;
	height: auto;
	float: right;
	text-align: right;
}
.block_tel p
{
	text-align: right;
	color: #FFF;
	font-size: 28px;
	margin-top: 0px;
}
.block_tel p span
{
	color: #FFD927;
	font-size: 13px;
	display: block;
	margin-top: -7px;
}
.block_tel p a
{
	color: #FFF;
	font-size: 15px;
	display: block;
	line-height: 29px;
	text-decoration: underline;
	margin-top: -10px;
}
.block_tel p a:hover
{
	text-decoration: none;
}
.call_me
{
	margin-top: -17px !important;
}
.mode_2
{
/*	width: 200px;*/
	height: auto;
	position: absolute;
	left: 15px;
	bottom: 8px;
	color: #fff;
}
.mode_2 p
{
	float: left;
	width: 103px;
	padding-top: 9px;
	font-size: 14px;
}
.mode_2 span
{
	display: block;
	width: 140px;
	float: right;
	text-align: right;
	font-size: 15px;
	color: #FFD927;
}
.block_choice
{
	width: 100%;
	position: relative;
	overflow: hidden;
	top: -64px;
	outline: 1px solid #000;
	height: 100%;
	position: absolute;
	text-align: center;
	margin-top: 63px;
	vertical-align: middle;
	display: table-cell;
	background: url(../img/index-content-img.png);
	background-repeat: no-repeat;
	background-position: 50%;
	text-align: center;
	vertical-align: bottom;
}
.choice_sulku
{
	width: 960px;
	height: 200px;
	padding-top: 21px;
	margin: auto;
}
.choice_sulku a
{
	color: #FFF;
	font-size: 49px;
	font-weight: 100;
	line-height: 59px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.choice_sulku a span
{
	color: #FFD927;
}
.choice_sulku a:hover
{
	color: #FF7B26;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.2);
}
.choice_sulku a:hover span
{
	color: #fff;
}
.wholesale
{
	margin-left: 160px;
	float: left;
}
.retail
{
	margin-right: 124px;
	float: right;
	padding-top: 23px;
}
.hFooter
{
	height: 130px;
}

.footer
{
	background: url('../img/footer-bg.png');
	background-position: 50% 0;
	color: #fff;
	height: 125px;
	margin:auto;
	margin-top: -125px;
	z-index: 99;
	position: relative;
	max-width: 1920px;
	overflow: hidden;

	/*display: none;*/
}
.footer .mode_2
{
	top: 10px;
}
.footer .logo
{
	margin-top: 75px;
	position: relative;
	z-index: 99;
}
.slogan
{
	color: #FFF;
	font-size: 20px;
	font-family: 'MyriadPro-Bold';
	text-transform: uppercase;
	word-spacing: 2px;
	text-align: center;
	float: left;
	margin-left: 90px;
	margin-top: 55px;
}
.slogan span
{
	color: #FFD927;
}
.footer .block_tel
{
	margin-top: 10px;
}
@media (max-width: 992px) {
	header
	{
		background-position: 40% 0;
	}
	.logo
	{
		float: left;
		margin-top: 24px;
	}
	.logo img
	{
		width: 150px;
	}
	header h1
	{
		font-size: 18px;
		margin-left: 59px;
		margin-top: 25px;
	}
	.block_tel p
	{
		text-align: right;
		color: #FFF;
		font-size: 22px;
		margin-top: 13px;
	}
	.block_tel p span
	{
		font-size: 11px;
	}
	.block_tel p a
	{
		font-size: 13px;
	}
	.call_me
	{
		margin-top: -11px !important;
	}
	.mode_2 p
	{
		font-size: 13px;
	}
	.mode_2 span
	{
		font-size: 13px;
	}

	.choice_sulku
	{
		width: 750px;
		height: 200px;
		padding-top: 21px;
		margin: auto;
		/*outline: 1px solid #000;*/
	}

	.wholesale
	{
		margin-left: 72px;
		float: left;
	}
	.retail
	{
		margin-right: 40px;
		float: right;
		padding-top: 23px;
	}


	.footer
	{
		background-position: 40% 0;
	}

	.footer .logo
	{
		margin-top: 75px;
	}
	.footer .logo img
	{
		width: 150px;
	}
	.slogan
	{
		font-size: 18px;
		margin-left: 61px;
		margin-top: 74px;
	}

}
@media (max-width: 768px) {
	header
	{
		height: auto;
		background: rgba(0,0,0,0.7);
	}
	.header_block
	{
		position: relative;
		height: auto;
	}
	.logo
	{
		float: none;
		width: 100%;
		text-align: center;
	}
	header h1
	{
		font-size: 18px;
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.block_tel
	{
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
	}

	.block_tel p
	{
		font-size: 24px;
		margin-bottom: 10px;
		display: block;
		clear: both;
		height: auto;
		text-align:center;
	}
	.block_tel p span
	{
		font-size: 12px;
		display: block;
		height: 20px;
		margin-top: -5px;
	}
	.block_tel p a
	{
		font-size: 12px;
		line-height: auto;
		margin-top: -5px;
	}

	.call_me
	{
		margin-top: -16px !important;
	}
	.mode_2
	{
		position: relative;
		width: 150%;
		margin-left: -20%;
		padding-left: 20%;
		float: none;
		top:  auto;
		text-align: left;
		left: 0;
		background: #000;
		padding-bottom: 7px;
		bottom: 0;
	}
	.mode_2 p
	{
		width: auto;
		text-align: center;
		display: inline-block;
		float: none;
		margin: 0;
	}
	.mode_2 span
	{
		width: auto;
		text-align: left;
		display: inline-block;
		margin-top: 0px;
		float: none;
		margin-left: 5px;
	}
	.mode_2 span span
	{
		display: inline-block;
	}
	.block_choice
	{

		background: url(../img/img_1.jpg);
		background-repeat: no-repeat;
		background-position: 50%;
	}
	.choice_sulku
	{
		width: 100%;
		height: 200px;
		padding-top: 71px;
		margin: auto;
	}
	.choice_sulku a
	{
		font-size: 30px;
		line-height: 39px;
	}
	.wholesale
	{
		margin-left: 20px;
		float: left;
	}
	.retail
	{
		margin-right: 20px;
		float: right;
		padding-top: 0px;
	}
	.footer
	{
		height: auto;
		background: rgba(0,0,0,0.7);
		height: 195px;
		bottom: -27px ;
		margin-top: -222px;
	}
	.footer .mode_2
	{
		margin-top: 0px;
		top: 0;
	}
	.footer .block_tel
	{
		margin-top: -1px;
	}
	.footer .logo
	{
		margin-top: 15px;
	}
	.slogan
	{
		text-align: center;
		float: none;
		margin: 0;
		margin-top: 10px;
	}

}
@media (max-width: 480px){
	.choice_sulku a
	{
		font-size: 26px;
		font-weight: 100;
		line-height: 30px;
	}
	.window_open
	{
		width: 298px;
		height: 333px;
		border-radius: 5px;
		padding-top: 20px;
		padding: 0;
		left: auto;
		top: auto;
		margin: auto;
		position: relative;
		margin-top: 10%;
		padding-top: 15px;
	}
	.mode_2 p
	{
		font-size: 11px;
	}
	.mode_2 span
	{
		font-size: 11px;
	}
	.mode_2 span span
	{
		display: inline-block;
	}

}
