/*
	font-family: 'Cuprum', sans-serif;
	behavior: url(pie/PIE.htc);
*/


@font-face {
	font-family: 'rouble';
	src: url('../fonts/rouble.eot');
	src: local('☺'), url('../fonts/rouble.woff') format('woff'), url('../fonts/rouble.ttf') format('truetype'), url('../fonts/rouble.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


html {height: 100%;}
body {
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	color: black;
	min-width: 960px;
	position: relative;
}


.cBoth {clear: both;}
.sep11 {
	clear: both;
	width: 100%;
	height: 11px;
}
.box-sh {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.box-sh > div {
	max-width: 1155px;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	height: 100%;
	margin: 0 auto;
}
.grid12 {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 33px 0;
	z-index: 11;
}
.title-common {
	width: 960px;
	margin: 0 auto;
	font-size: 36px;
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
	background: url('../img/ptrn2.png') center 20px repeat-x;
	padding-bottom: 22px;
}
.title-common span {
	background-color: white;
	background: url('../img/ico3.png') left 18px no-repeat, url('../img/ico3.png') right 18px no-repeat, white;
	padding: 0 22px;
}


/*TIMER*//*************************//*************************//*************************//*************************/
.timer {
	padding: 6px 0 4px;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	width: 266px;
	min-height: 73px;
	margin: 0 auto;
}
.timer ul {
	overflow: hidden;
	margin: -10px 0 12px 9px;
}
.timer ul li {
	float: left;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	width: 57px;
	text-align: center;
	margin-right: 7px;
}
.countdownHolder{
	width: 255px;
	margin: 0 auto;
	font-family: 'Cuprum', sans-serif;
	font-size: 27px;
	line-height: 1.5em;
	font-weight: bold;
	text-align:center;
	letter-spacing:-6px;
}
.position {
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}
.digit {
	position:absolute;
	display:block;
	width: 1em;
	background-color: #dedede;
	border-radius: 2px;
	behavior: url(pie/PIE.htc);
	text-align:center;
	color: black;
	letter-spacing:-1px;
}
.digit.static {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #e3e3e3 50%, #fefefe 51%, #dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#e3e3e3), color-stop(51%,#fefefe), color-stop(100%,#dadada));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#e3e3e3 50%,#fefefe 51%,#dadada 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#e3e3e3 50%,#fefefe 51%,#dadada 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#e3e3e3 50%,#fefefe 51%,#dadada 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#e3e3e3 50%,#fefefe 51%,#dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dadada',GradientType=0 );
}
.countDays { /* display:none !important;*/ }
.countDiv0 { width: 6px !important; }
.countHours {}
.countDiv1 { width: 6px !important; }
.countMinutes {}
.countDiv2 { width: 6px !important; }
.countSeconds {}
.countDiv {
	display:inline-block;
	width:10px;
	height:1.6em;
	position:relative;
}
.countDiv:before,
.countDiv:after {
	position:absolute;
	width:0px;
	height:3px;
	background-color:#4d0012;
	border-radius:10%;
	behavior: url(pie/PIE.htc);
	left:50%;
	margin-left:-2px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}
.countDiv:after {top:0.9em;}


/* magnific popup anipate *//*************************//*************************//*************************/
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {opacity: 0.8;}
.my-mfp-zoom-in.mfp-removing.mfp-bg {opacity: 0;}


/*popUp*//*************************//*************************//*************************//*************************/
.popup {
	position: relative;
	width: 450px;
	margin: 0 auto;
}
.popup form {
	background-color: white;
	border-radius: 6px;
	behavior: url(pie/PIE.htc);
	text-align: center;
	padding: 22px 0;
}
.popup form h1 {
	font-size: 22px;
	line-height: 1.2em;
	color: black;
	padding: 0 44px 22px;
}
.popup form input {
	width: 220px;
	height: 44px;
	padding: 0 10px;
	margin-bottom: 14px;
	border-radius: 6px;
	behavior: url(pie/PIE.htc);
	border: 2px solid #d5d5d5;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.popup form button {
	height: 50px;
	padding: 0 10px;
	background-color: #00a651;
	font-family: 'Cuprum', sans-serif;
	font-size: 22px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 6px;
	behavior: url(pie/PIE.htc);
	border: none;
	cursor: pointer;
	margin: 8px 0 15px;
	letter-spacing: 1px;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.popup form button:hover {background-color: red;}


/*************************//*************************//*************************//*************************/
.nav {
	height: 44px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: white;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
}
.nav ul {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	margin: 0 -2px;
}
.nav ul li a {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
	padding: 0 12px;
	color: black;
	text-transform: uppercase;
	transition: all .2s;
}
.nav ul li.active a {background-color: rgba(0,0,0,0.1);}
.nav ul li.active a:hover {background-color: rgba(0,0,0,0.1);}
.nav ul li a:hover {background-color: rgba(0,0,0,0.05);}


/*************************//*************************//*************************//*************************/
#box1 {background: url('../img/ptrn1.jpg');}
.lp2 #box1 {background: url('../img/bg1.jpg') center top no-repeat;}
#box1 .grid12 {padding: 0 0 22px;}
#box1 table td.col1 {width: 240px;}
#box1 table td.col2 {width: 480px;}
#box1 table td.col3 {width: 240px;}
#box1 table td {
	vertical-align: middle;
	padding: 11px 0;
}
#box1 td h2 {
	text-align: center;
	font-size: 36px;
	line-height: 1em;
	padding: 0 22px;
	font-weight: normal;
}
#box1 td.col3 {text-align: center;}
#box1 td.col3 h3 {
	font-size: 36px;
	line-height: 1.1em;
	font-weight: normal;
}
#box1 td.col3 p {
	font-size: 14px;
	line-height: 1.3em;
	color: #cf0000;
	padding: 0 0 8px;
}
#box1 td.col3 a {
	display: inline-block;
	width: 200px;
	height: 36px;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	box-shadow: 0 2px 1px rgba(0,0,0,0.4);

	background-color: #eee;
	background: linear-gradient(#eee, #d4d4d4);
	background: -o-linear-gradient(#eee, #d4d4d4);
	background: -ms-linear-gradient(#eee, #d4d4d4);
	background: -moz-linear-gradient(#eee, #d4d4d4);
	background: -webkit-linear-gradient(#eee, #d4d4d4);

	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 40px;
	color: black;
}
#box1 td.col3 a:hover{
	background-color: #d4d4d4;
	background: linear-gradient(#d4d4d4, #eee);
	background: -o-linear-gradient(#d4d4d4, #eee);
	background: -ms-linear-gradient(#d4d4d4, #eee);
	background: -moz-linear-gradient(#d4d4d4, #eee);
	background: -webkit-linear-gradient(#d4d4d4, #eee);
}
#box1 h1 {
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.1em;
	font-weight: bold;
	padding: 11px 0 0;
}


/*************************//*************************//*************************//*************************/
#box2 {background: url('../img/bg1.jpg') center center no-repeat;}
#box2 .grid12 {padding: 33px 0;}
#box2 .pic {
	float: left;
	width: 609px;
}
#box2 .pic img {
	width: 100%;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
#box2 .side {
	float: right;
	width: 335px;
	text-align: center;
	background: url('../img/ptrn4.png');
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	overflow: hidden;
}
#box2 .side .title {
	box-shadow: 0 0 66px 2px rgba(0,0,0,0.3) inset, 0 2px 2px rgba(0,0,0,0.4);
	background-color: #616161;
	padding-top: 14px;
	margin-bottom: 13px;
}
#box2 .side .title h1 {
	font-size: 36px;
	line-height: 1.1em;
	color: white;
	text-transform: uppercase;
	padding: 0 22px;
}
#box2 .side .title p {
	font-size: 14px;
	line-height: 1.2em;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 22px 14px;
}
#box2 .side .timer h3 {display: none;}
#box2 .side .form-lp2 {display: none;}
#box2 .side .form-lp1 input {
	width: 170px;
	height: 37px;
	padding: 0 10px 0 40px;
	margin-bottom: 12px;
	border: none;
	border-radius: 6px;
	behavior: url(pie/PIE.htc);
	font-family: 'Cuprum', sans-serif;
	font-size: 14px;
}
#box2 .side .form-lp1 input.name {background: #ecf0f4 url('../img/ico1.png') 12px 10px no-repeat}
#box2 .side .form-lp1 input.phone {background: #ecf0f4 url('../img/ico2.png') 14px 10px no-repeat}
#box2 .side .form-lp1 button:hover {background: url('../img/btn1.png') center bottom no-repeat;}
#box2 .side .form-lp1 button {
	width: 241px;
	height: 57px;
	background: url('../img/btn1.png') center top no-repeat;
	border-radius: 12px;
	behavior: url(pie/PIE.htc);
	border: none;
	cursor: pointer;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	margin: 8px 0;

	font-family: 'Cuprum', sans-serif;
	font-size: 26px;
	line-height: .7em;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
#box2 .side .form-lp1 button span {font-size: 17px;}
#box2 .side .form-lp1 button + p {
	font-size: 12px;
	line-height: 1.3em;
	color: #4c4c4c;
	padding: 2px 2px 14px;
}


/*************************//*************************//*************************//*************************/
.lp2 #box2 {background: url('../img/bg2.jpg') center bottom no-repeat;}
.lp2 #box2 .pic {width: 460px;}
.lp2 #box2 .side {
	width: 460px;
	background: url('../img/ptrn1.png');
}
.lp2 #box2 .side .title {
	padding: 14px 33px 0;
	background: #c21336 url('../img/bg3.png') center top no-repeat;
}
.lp2 #box2 .side .timer h3 {
	display: block;
	font-size: 18px;
	line-height: 1.3em;
	color: #f5af2b;
	font-weight: normal;
	text-transform: uppercase;
	margin: -4px 0 8px;
}
.lp2 #box2 .side .timer ul li {color: white;}
.lp2 #box2 .side form.form-lp1 {display: none;}
.lp2 #box2 .side form.form-lp2 {
	display: block;
	background: url('../img/bg3.png') center bottom no-repeat;
	position: relative;
	padding-bottom: 22px;
}
.lp2 #box2 .side form.form-lp2 input {
	display: inline-block;
	width: 160px;
	height: 42px;
	background: url('../img/inputbg.png') no-repeat;
	border: none;
	padding: 0 20px 0 100px;

	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
}
.lp2 #box2 .side form.form-lp2 input + p {
	text-align: left;
	margin: -31px 0 22px;
	padding: 0 0 0 104px;
	font-size: 18px;
	line-height: 1em;
}
.lp2 #box2 .side form.form-lp2 button:hover {background: url('../img/btn1.png') center bottom no-repeat;}
.lp2 #box2 .side form.form-lp2 button {
	width: 209px;
	height: 44px;
	background: url('../img/btn1.png') center top no-repeat;
	border: none;
	margin: 8px 0 14px;
	cursor: pointer;

	font-family: 'Cuprum', sans-serif;
	font-size: 20px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.lp2 #box2 .side form.form-lp2 img {
	position: absolute;
	top: 86px;
	left: 88px;
}
.lp2 #box2 .side form.form-lp2 button + p {
	font-size: 14px;
	line-height: 1.3em;
	color: white;
}


/*************************//*************************//*************************//*************************/
.lp2 #box3 {
	background: url('../img/bg1.jpg') center center no-repeat;
}
#box3 h2 {
	font-size: 24px;
	line-height: 1.3em;
	text-transform: uppercase;
	padding-bottom: 6px;
}
#box3 p {
	font-size: 18px;
	line-height: 1.3em;
	padding-bottom: 11px;
}
#box3 h1 {
	padding: 28px 11px;
	text-align: center;
	font-size: 36px;
	line-height: 1.2em;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	margin: 22px 0 33px;
	background: url('../img/bg1.jpg') center -577px no-repeat;
}
.lp2 #box3 h1 {
	background: url('../img/bg2.jpg') center center no-repeat;
	box-shadow: 0 0 28px rgba(0,0,0,0.4);
	color: white;
}
#box3 table {
	width: 100%;
	text-align: center;
}
#box3 table td {
	padding: 4px 22px;
	width: 33.3%;
}
#box3 table h3 {
	font-size: 24px;
	line-height: 1.3em;
	text-transform: uppercase;
}
#box3 table .mdl {
	vertical-align: middle;
}
#box3 table h4 {
	font-size: 18px;
	line-height: 1.3em;
	padding: 0 22px;
}


/*************************//*************************//*************************//*************************/
#box4 {background-color: #ededed;}
.lp2 #box4 {background-color: white;}
#box4 h1 span {background-color: #ededed;}
.lp2 #box4 h1 span {background-color: white;}
#box4 table {
	width: 900px;
	margin: 0 0 0 60px;
}
#box4 table td {
	vertical-align: middle;
	padding: 10px 0;
}
#box4 table .pic {
	width: 10%;
	text-align: center;
}
#box4 table .pic img {max-width: 100%;}
#box4 table .txt {
	width: 40%;
	font-size: 21px;
	line-height: 1.3em;
}


/*************************//*************************//*************************//*************************/
#box5 {
	background: url('../img/ptrn3.png');
	height: 284px;
}
.lp2 #box5 {background: url('../img/bg1.jpg') center center no-repeat;}
#box5 table {height: 222px;}
#box5 table td {
	vertical-align: middle;
	text-align: center;
}
#box5 .coll {
	float: left;
	width: 33%;
}
#box5 .coll p {
	font-size: 20px;
	line-height: 1.3em;
	padding: 8px 22px 0;
}
#box5 .colr {
	float: right;
	width: 33%;
}
#box5 .colr h2 {
	font-size: 24px;
	line-height: 1.3em;
}
#box5 .colr h1 {
	font-size: 28px;
	line-height: 1.3em;
}
#box5 .colr h4 {
	font-size: 14px;
	line-height: 1.3em;
}
#box5 form {
	position: relative;
	width: 300px;
	height: 320px;
	box-shadow: 0 0 66px 2px rgba(0,0,0,0.3) inset, 0 2px 2px rgba(0,0,0,0.4);
	background-color: #d1d1d1;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	margin: -11px auto 0;
	text-align: center;
}
#box5 form h1 {
	font-size: 24px;
	line-height: 1.1em;
	padding: 33px 0 22px;
	opacity: 0;
}
.lp2 #box5 form h1 {opacity: 1;}
#box5 form .title {
	position: absolute;
	top: 22px;
	left: -77px;
}
.lp2 #box5 form .title {display: none;}
#box5 form input {
	width: 202px;
	height: 33px;
	border: none;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	padding: 0 10px;
	margin-bottom: 10px;

	font-family: 'Cuprum', sans-serif;
	font-size: 14px;
	text-align: center;
}
#box5 form button:hover {background: url('../img/btn2.png') center bottom no-repeat;}
#box5 form button {
	width: 234px;
	height: 49px;
	background: url('../img/btn2.png') center top no-repeat;
	border: none;
	border-radius: 12px;
	behavior: url(pie/PIE.htc);
	cursor: pointer;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	margin-top: 22px;

	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}


/*************************//*************************//*************************//*************************/
#box6 {padding: 33px 0;}
#box6 .coll {
	width: 465px;
	float: left;
}
#box6 .coll img {
	width: 100%;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	box-shadow: 0 0 4px rgba(0,0,0,0.6);
}
#box6 .colr {
	width: 465px;
	float: right;
}
#box6 .colr h1 {
	font-size: 24px;
	line-height: 1.3em;
	font-weight: normal;
	padding-bottom: 6px;
}
#box6 .colr p {
	font-size: 16px;
	line-height: 1.3em;
	padding-bottom: 8px;
}


/*************************//*************************//*************************//*************************/
#box7 {
	padding: 33px 0 0;
	overflow: hidden;
}
#box7 ul {
	margin: 0 -33px;
	text-align: center;
}
#box7 ul li {
	display: inline-block;
	vertical-align: top;
	width: 439px;
	margin: 0 33px 44px;
	padding: 0 0 0 2px;
	text-align: left;
}
#box7 ul li h2 {
	font-size: 18px;
	line-height: 1.3em;
	text-transform: uppercase;
	padding-bottom: 6px;
}
#box7 ul li p {
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	background-color: #f7f7f7;
	padding: 11px 18px;
	margin-bottom: 12px;
	margin-left: -2px;
	font-size: 16px;
	line-height: 1.3em;
}
#box7 ul li a:hover {background: url('../img/btn3.png') center bottom no-repeat;}
#box7 ul li a {
	display: inline-block;
	float: right;
	width: 168px;
	height: 44px;
	background: url('../img/btn3.png') center top no-repeat;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	box-shadow: 0 2px 2px rgba(0,0,0,0.6);

	text-align: center;
	text-decoration: none;
	font-size: 22px;
	line-height: 44px;
	color: black;
}
#box7 ul li h3 {
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 3px;
	font-weight: normal;
}
#box7 ul li h3 span {
	display: inline-block;
	float: right;
	margin-right: 11px;
	text-decoration: line-through;
}
#box7 ul li h3 span b {
	font-weight: normal;
	font-family: 'rouble';
}
#box7 ul li h4 {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}
#box7 ul li h4 span {
	display: inline-block;
	float: right;
	font-size: 20px;
	color: #bb0d0d;
	margin-right: 11px;
	margin-top: -4px;
	font-weight: bold;
}
#box7 ul li h4 span b {
	font-weight: normal;
	font-family: 'rouble';
}


/*************************//*************************//*************************//*************************/
#box8 ul li {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 11px 8px;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
	padding: 18px 0;
	text-align: center;
}
#box8 ul img {width: 100%;}
#box8 ul h2 {
	text-align: left;
	font-size: 18px;
	line-height: 1.3em;
	padding: 6px 15px 4px;
}
#box8 ul p {
	text-align: left;
	font-size: 14px;
	line-height: 1.3em;
	padding: 0 5px 22px 15px;
}
#box8 ul h4 {
	font-size: 18px;
	line-height: 1.3em;
	color: #bb1c00;
}
#box8 ul h4 span {
	font-size: 14px;
	color: #818181;
	text-decoration: line-through;
	padding-right: 5px;
	font-weight: normal;
}
#box8 ul h4 b {font-family: 'rouble';}
#box8 ul a:hover {background: url('../img/btn4.png') center bottom no-repeat;}
#box8 ul a {
	display: inline-block;
	width: 130px;
	height: 35px;
	background: url('../img/btn4.png') center top no-repeat;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin: 4px 0 0;
}


/*************************//*************************//*************************//*************************/
/* fix floater flexbox css 
body .grid12 .popup-gallery {

display: inline-block !important;
width: 300px !important;
float: left !important;
margin: 30px auto !important ;

} 
*/

#box9 {background: #ededed;}
#box9 .grid12 {padding-bottom: 0;}
#box9 .title-common span {background-color: #ededed;}
#box9 .popup-gallery a {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
	margin: 0 -2px 33px;
	text-decoration: none;

}
#box9 .popup-gallery a img {width: 233px;}
#box9 .popup-gallery a p {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	color: black;
	padding: 0 11px;
}
#box9 .popup-gallery a:hover p {color: #BB1C00;}
#box9 .media a {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
	margin: 0 -2px 33px;
	text-decoration: none;
}
#box9 .media a img {width: 233px;}
#box9 .media a p {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	color: black;
	padding: 0 11px;
}
#box9 .media a:hover p {color: #BB1C00;}


/*************************//*************************//*************************//*************************/
#box10 {padding: 33px 0 0;}
#box10 .popup-gallery {text-align: center;}
#box10 .popup-gallery a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 44px;
}


/*************************//*************************//*************************//*************************/
#box11 {
	overflow: hidden;
	padding: 33px 0 44px;
}
#box11 .coll {
	float: left;
	width: 450px;
}
#box11 .coll img {max-width: 450px;}
#box11 .colr {
	float: right;
	width: 488px;
}
#box11 .colr h2 {
	font-size: 20px;
	line-height: 1.1em;
	text-transform: uppercase;
}
#box11 .colr p {
	font-size: 18px;
	line-height: 1.1em;
	padding-bottom: 16px;
}


/*************************//*************************//*************************//*************************/
#box12 {padding: 33px 0 44px;}
#box12 h2 {
	width: 859px;
	height: 83px;
	background: url('../img/bg7.png') center top no-repeat;
	margin: 11px auto 11px;
	text-align: center;
}
#box12 h2 span {
	display: inline-block;
	width: 388px;
	font-size: 18px;
	line-height: 55px;
	color: white;
	text-transform: uppercase;
}
#box12 table {
	width: 860px;
	margin: 0 auto;
}
#box12 table td {
	vertical-align: middle;
	padding: 14px 0;
}
#box12 table .pic {
	width: 84px;
	text-align: center;
}
#box12 table .pic img {max-width: 84px;}
#box12 table .txt {padding-right: 22px;}
#box12 table .txt h3 {
	font-size: 24px;
	line-height: 1.3em;
}
#box12 table .txt p {
	font-size: 18px;
	line-height: 1.3em;
}


/*************************//*************************//*************************//*************************/
#box13 {padding-bottom: 0;}
#box13 .item {
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	behavior: url(pie/PIE.htc);
	overflow: hidden;
	padding-bottom: 33px;
	margin-bottom: 33px;
}
#box13 .item h2 {
	box-shadow: 0 0 66px 2px rgba(0,0,0,0.3) inset, 0 2px 2px rgba(0,0,0,0.4);
	background-color: #616161;
	text-align: center;
	height: 74px;
	font-size: 24px;
	line-height: 74px;
	color: white;
	margin-bottom: 22px;
}
#box13 .item h3 {
	font-size: 24px;
	line-height: 1.3em;
	font-weight: normal;
	text-indent: 4px;
	padding-bottom: 4px;
}
#box13 .item .col1 {
	float: left;
	width: 500px;
	margin: 0 22px;
}
#box13 .item .col1 p {
	padding: 11px;
	background-color: #ededed;
	font-size: 16px;
	line-height: 1.3em;
	border-radius: 6px;
	behavior: url(pie/PIE.htc);
}
#box13 .item .col2 {
	float: left;
	width: 180px;
	overflow: hidden;
	margin-left: 16px;
}


/*************************//*************************//*************************//*************************/
#box14 .grid12 {padding-bottom: 0;}
#box14 h1 {padding-bottom: 0;}
#box14 p {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	padding: 11px 0 18px;
}
#box14 .map {
	height: 580px;
	width: 100%;
	background-color: #f7edd1;
	position: relative;
	box-shadow: 0 3px 4px rgba(0,0,0,0.2) inset, 0 3px 3px rgba(0,0,0,0.2);
	z-index: 11;
}


/*************************//*************************//*************************//*************************/
#box15 {
	background: url('../img/ptrn1.jpg');
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.lp2 #box15 {background: url('../img/bg1.jpg') center bottom no-repeat;}
#box15 .item1 {
	float: left;
	width: 270px;
	font-size: 18px;
	line-height: 1.3em;
}
#box15 .item1 b {font-size: 24px;}
#box15 .item2 {
	width: 420px;
	float: left;
	text-align: center;
}
#box15 .item2 h2 {
	font-size: 36px;
	line-height: 1.1em;
}
#box15 .item2 h3 {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
}
#box15 .item3 {
	float: right;
	text-align: center;
	width: 270px
}
#box15 .item3 a {
	display: inline-block;
	width: 200px;
	height: 36px;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	box-shadow: 0 2px 1px rgba(0,0,0,0.4);
	margin: 0 0 8px;

	background-color: #eee;
	background: linear-gradient(#eee, #d4d4d4);
	background: -o-linear-gradient(#eee, #d4d4d4);
	background: -ms-linear-gradient(#eee, #d4d4d4);
	background: -moz-linear-gradient(#eee, #d4d4d4);
	background: -webkit-linear-gradient(#eee, #d4d4d4);

	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 40px;
	color: black;
}
#box15 .item3 a:hover{
	background-color: #d4d4d4;
	background: linear-gradient(#d4d4d4, #eee);
	background: -o-linear-gradient(#d4d4d4, #eee);
	background: -ms-linear-gradient(#d4d4d4, #eee);
	background: -moz-linear-gradient(#d4d4d4, #eee);
	background: -webkit-linear-gradient(#d4d4d4, #eee);
}
#box15 .item3 p {
	font-size: 14px;
	line-height: 1.3em;
}
#box15 .item4 {
	clear: both;
	padding: 55px 0 0;
	text-align: center;
	font-size: 14px;
}
#box15 .item4 a {color: black;}
#box15 .item4 a:hover {color: red;}


/*************************//*************************//*************************//*************************/
#box16 {
	text-align: center;
}
#box16 .media {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
}


/*************************//*************************//*************************//*************************/
#box17 ul {
	text-align: center;
}
#box17 ul li {
	display: inline-block;
	vertical-align: top;
	width: 16%;
	position: relative;
}
#box17 ul li p {
	font-size: 18px;
	line-height: 1.1em;
	padding: 11px 4px 0;
}
#box17 ul li .arr {
	position: absolute;
	top: 36px;
	right: -14px;
}


/*************************//*************************//*************************//*************************/
#box18 .grid12 {padding-bottom: 0;}
#box18 ul li {
	display: inline-block;
	vertical-align: top;
	margin: 11px -2px 33px;
	width: 50%;
}
#box18 ul li .ava {
	float: left;
	width: 114px;
	border-radius: 6px;
	behavior: url(pie/PIE.htc);
	margin-left: 16px;
}
#box18 ul li .cont {margin: 0 16px 0 144px;}
#box18 ul li .cont h2 {
	font-size: 24px;
	line-height: 1.1em;
	text-transform: uppercase;
}
#box18 ul li .cont h3 {
	font-size: 18px;
	line-height: 1.2em;
	padding-bottom: 4px;
}
