/*
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-family: 'Cuprum', sans-serif;
*/


body {
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	line-height: 1.1em;
	min-width: 960px;
}


/*buttons*//*************************//*************************//*************************//*************************/
.btn1 {
	display: inline-block;
	background-color: #070708;
	box-shadow: 0 0 1px rgba(0,0,0,0.6);
	border-radius: 4px;
	border: none;
	font-family: 'Cuprum', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	cursor: pointer;
}
.btn1:hover {background-color: red;}
.btn2 {
	display: inline-block;
	background-color: #db1010;
	background: linear-gradient(#db1010, #b10808);
	background: -o-linear-gradient(#db1010, #b10808);
	background: -ms-linear-gradient(#db1010, #b10808);
	background: -moz-linear-gradient(#db1010, #b10808);
	background: -webkit-linear-gradient(#db1010, #b10808);
	color: white;
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	border-radius: 4px;
	border: none;
	font-family: 'Cuprum', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.btn3 {
	width: 231px;
	height: 58px;
	background: url('../img/bg2.jpg') center bottom no-repeat;
	border: none;
	border-radius: 12px;
	box-shadow: 0 0 2px rgba(0,0,0,0.6);
	cursor: pointer;
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}
.btn3:hover {background: url('../img/bg2.jpg') center top no-repeat;}


/*popUp*//*************************//*************************//*************************//*************************/
.popUpContainer {
	position: fixed;
	top: 0;
	left: 0;
	background: url('../img/popUpPattern.png');
	display: none;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.popUpContainer tr td {vertical-align: middle;}
.popUpContainer form {
	position: relative;
	width: 334px;
	margin: auto;
	background-color: #ededed;
	background: linear-gradient(#fff, #ededed);
	background: -o-linear-gradient(#fff, #ededed);
	background: -ms-linear-gradient(#fff, #ededed);
	background: -moz-linear-gradient(#fff, #ededed);
	background: -webkit-linear-gradient(#fff, #ededed);
	border-radius: 8px;
	box-shadow: 0 0 33px rgba(0,0,0,0.8);
	text-align: center;
	padding: 22px 0;
}
.popUpContainer form h1 {
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.2em;
	color: #292929;
	padding: 0 25px 15px;
}
.popUpContainer form input {
	width: 240px;
	height: 40px;
	padding: 0 10px;
	margin-bottom: 12px;
	font-family: 'Cuprum', sans-serif;
	text-align: center;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2) inset;
}
.popUpContainer form button {
	width: 120px;
	height: 40px;
	font-size: 20px;
	margin-top: 8px;
}
.popUpContainer form h2.close {
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	border: 2px solid white;
	box-shadow: -1px -1px 4px 2px rgba(0,0,0,0.6);
	background: #444 url('../img/popUpClose.png') center center no-repeat;
}
.popUpContainer form h2.close:hover {background: #a90000 url('../img/popUpClose.png') center center no-repeat;}


/*popUp2*//*************************//*************************//*************************//*************************/
.popUpContainer2 {
	position: fixed;
	top: 0;
	left: 0;
	background: url('../img/popUpPattern.png');
	display: none;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.popUpContainer2 tr td {vertical-align: middle;}
.popUpContainer2 tr td > div {
	position: relative;
	background-color: white;
	width: 700px;
	min-height: 300px;
	border-radius: 8px;
	margin: 0 auto;
	padding: 15px;
}
.popUpContainer2 .item1 {
	float: left;
	width: 440px;
}
.popUpContainer2 .item1 img {
	float: left;
	margin: 0 15px 0 0;
}
.popUpContainer2 .item1 h2 {
	font-size: 22px;
	line-height: 1.1em;
	padding: 6px 0 0;
}
.popUpContainer2 .item1 h3 {
	font-size: 22px;
	line-height: 1.2em;
	color: #b71c1a;
	padding: 0 0 8px;
}
.popUpContainer2 .item1 p {
	font-size: 14px;
	line-height: 1.2em;
	padding: 0 0 0 189px;
}
.popUpContainer2 form {
	float: right;
	padding: 12px 12px 0 0;
}
.popUpContainer2 form input {
	width: 200px;
	height: 40px;
	padding: 0 10px;
	margin: 0 0 12px;
	border: 1px solid grey;
	border-radius: 4px;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
}
.popUpContainer2 form textarea {
	width: 200px;
	height: 80px;
	padding: 10px;
	margin: 0 0 12px;
	border: 1px solid grey;
	border-radius: 4px;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	overflow: auto;
}
.popUpContainer2 form button {
	width: 100px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
}
.popUpContainer2 h6.close {
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	border: 2px solid white;
	box-shadow: -1px -1px 4px 2px rgba(0,0,0,0.6);
	background: black url('../img/popUpClose.png') center center no-repeat;
}
.popUpContainer2 h6.close:hover {background: red url('../img/popUpClose.png') center center no-repeat;}


/*TIMER*//*************************//*************************//*************************//*************************/
.timer {
	padding: 6px 0 4px;
	border-radius: 4px;
	width: 246px;
	margin: 0 auto;
}
.timer ul {
	overflow: hidden;
	margin: -10px 0 12px 12px;
}
.timer ul li {
	float: left;
	font-size: 12px;
	line-height: 1em;
	color: white;
	width: 52px;
	text-align: center;
	margin-right: 5px;
}

.countdownHolder{
	width: 246px;
	margin: 0 auto;
	font-family: 'Cuprum', sans-serif;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	text-align:center;
	letter-spacing:-5px;
}

.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: 4px;
	text-align:center;
	color: black;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	
	background: #e0e0e0;
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #bdbdbd 50%, #ededed 51%, #e3e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(50%,#bdbdbd), color-stop(51%,#ededed), color-stop(100%,#e3e3e3));
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#bdbdbd 50%,#ededed 51%,#e3e3e3 100%);
	background: -o-linear-gradient(top,  #e0e0e0 0%,#bdbdbd 50%,#ededed 51%,#e3e3e3 100%);
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#bdbdbd 50%,#ededed 51%,#e3e3e3 100%);
	background: linear-gradient(to bottom,  #e0e0e0 0%,#bdbdbd 50%,#ededed 51%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e3e3e3',GradientType=0 );
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.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%;
	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;
}


/*************************//*************************//*************************//*************************/
.box1 {
	width: 960px;
	margin: 0 auto;
}
.box1 > img {
	float: left;
	margin: 25px 77px 25px 0;
}
.box1 .item1 {
	padding: 38px 0 0;
}
.box1 .item1 p {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2em;
	float: left;
}
.box1 .item1 h2 {
	font-size: 40px;
	line-height: 1.1em;
	padding: 0 28px;
	float: left;
}
.box1 .item1 h3 {
	width: 169px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	margin: 6px 0 0;
}
.box1 > h1 {
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-size: 41px;
	line-height: 1.1em;
	padding-bottom: 12px;
}
.box1 > h1 span {
	color: #df5127;
}

/*************************//*************************//*************************//*************************/
.box2 {
	height: 529px;
	background: url('../img/bg1.jpg') top center no-repeat;
}
.box2 > div {
	width: 960px;
	margin: 0 auto;
}
.box2 iframe {
	background-color: grey;
	margin: 31px 0 0 0;
	float: left;
}
.box2 form {
	float: right;
	width: 300px;
	margin: 31px 3px 0 0;
	text-align: center;
}
.box2 form h1 {
	font-size: 22px;
	line-height: 1em;
	color: white;
	padding: 6px 0 14px;
	font-weight: normal;
}
.box2 form h1 span {
	display: inline-block;
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
}
.box2 form h6 {
	font-size: 14px;
	line-height: 1.6em;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
}
.box2 form input {
	width: 200px;
	height: 34px;
	padding: 0 10px;
	margin-bottom: 8px;
	font-family: 'Cuprum', sans-serif;
	font-size: 14px;
	text-align: center;
	border: none;
	border-radius: 6px;
}


/*************************//*************************//*************************//*************************/
.box3 {
	width: 960px;
	margin: 0 auto;
}
.box3 h6 {
	float: left;
	padding: 11px 0 0 351px;
	margin: 30px 0 30px 25px;
	background: url('../img/logo2.png') left top no-repeat;
	font-size: 24px;
	line-height: 1.2em;
}
.box3 h1 {
	font-size: 42px;
	line-height: 1.1em;
	color: #d43c1b;
	text-transform: uppercase;
	text-align: center;
}
.box3 ul {
	height: 671px;
	background: url('../img/pic1.jpg') center top no-repeat;
	position: relative;
}
.box3 ul li {
	position: absolute;
	width: 165px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}


/*************************//*************************//*************************//*************************/
.box4 {
	height: 262px;
	background: url('../img/bg3.jpg') center top no-repeat;
}
.box4 > div {
	width: 960px;
	margin: 0 auto;
}
.box4 h1 {
	font-size: 29px;
	line-height: 1.1em;
	text-transform: uppercase;
	float: left;
	margin: 62px 0 0 2px;
}
.box4 h1 span {
	font-size: 34px;
}
.box4 form {
	width: 300px;
	text-align: center;
	margin: 55px 0 0 26px;
	float: left;
}
.box4 form input {
	width: 200px;
	height: 34px;
	padding: 0 10px;
	margin-bottom: 12px;
	font-family: 'Cuprum', sans-serif;
	font-size: 14px;
	text-align: center;
	border: none;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.6);
	border-radius: 6px;
}
.box4 form button {
	margin: 8px 0 0;
}
.box4 h2 {
	float: right;
	width: 252px;
	text-align: center;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 77px 2px 0 0;
}
.box4 h2 span {
	display: inline-block;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: normal;
	padding: 8px 0 10px;
}


/*************************//*************************//*************************//*************************/
.box5 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;	
}
.box5 h1 {
	font-size: 48px;
	line-height: 1.2em;
	color: #bb0d0d;
	text-transform: uppercase;
	text-align: center;
	padding: 50px 0 8px;
}
.box5 h2 {
	font-size: 24px;
	line-height: 50px;
	text-transform: uppercase;
	height: 41px;
	font-weight: normal;
	padding: 0 0 15px 244px;
	margin: 0 0 0 16px;
	background: url('../img/logo3.jpg') no-repeat;
}
.box5 ul li {
	display: inline-block;
	vertical-align: top;
	width: 16%;
	text-align: center;
	padding: 22px 0;
}
.box5 ul li p {
	padding: 6px 10px 0;
}


/*************************//*************************//*************************//*************************/
.box6 {
	height: 607px;
	background: url('../img/bg4.jpg') center top no-repeat;
	margin: 33px 0 55px;
}
.box6 > div {
	width: 960px;
	margin: 0 auto;
}
.box6 h1 {
	font-size: 57px;
	line-height: 1.3em;
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0 44px;
}
.box6 .zoom-gallery {
	text-align: center;
}
.box6 .zoom-gallery a {
	display: inline-block;
	vertical-align: top;
	padding: 0 6px;
}


/*************************//*************************//*************************//*************************/
.box7 {
	width: 960px;
	margin: 0 auto 33px;
}
.box7 h1 {
	font-size: 48px;
	line-height: 1.2em;
	color: #bb0d0d;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 22px;
}
.box7 ul li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 0 0 33px;
}
.box7 ul li img {
	float: left;
}
.box7 ul li p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	padding: 0 40px 0 133px;
}
.box7 ul li p span {
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	padding: 0 0 4px;
}


/*************************//*************************//*************************//*************************/
.box8 {
	width: 960px;
	margin: 0 auto;
	padding: 44px 0 22px;
}
.box8 h1 {
	font-size: 48px;
	line-height: 1.1em;
	color: #bb0d0d;
	text-align: center;
	text-transform: uppercase;
}
.box8 > h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1.2em;
	padding: 1px 0 12px;
}
.box8 ul {margin: 22px 0 0;}
.box8 ul li {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	padding: 0 20px;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
}
.box8 ul li:hover {
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
.box8 ul li h2 {
	font-size: 24px;
	line-height: 1.2em;
	padding: 4px 0 0;
	min-height: 80px;
}
.box8 ul li p {
	font-size: 14px;
	line-height: 1.1em;
	text-align: left;
	min-height: 233px;
}
.box8 ul li h6 {
	font-size: 18px;
	line-height: 1.1em;
	color: #0072ad;
	text-decoration: underline;
	padding-bottom: 8px;
}
.box8 ul li h3 {
	font-size: 30px;
	line-height: 1.1em;
	color: #b71c1a;
}
.box8 ul li h4 {
	width: 113px;
	height: 39px;
	font-size: 24px;
	line-height: 39px;
	margin: 12px 0 18px;
}



/*************************//*************************//*************************//*************************/
.box9 {
	height: 248px;
	background: url('../img/bg5.jpg') center top no-repeat;
	margin: 44px 0 0;
}
.box9 > div {
	width: 960px;
	margin: 0 auto;
	padding: 75px 0 0;
}
.box9 h1 {
	font-size: 27px;
	height: 42px;
	line-height: 42px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 23px;
}
.box9 h1 span {
	display: inline-block;
	background-color: white;
	border-radius: 4px;
	padding: 0 8px;
	color: #bb2929;
}
.box9 img {
	float: left;
}
.box9 .item1 {
	padding: 16px 0 0;
	float: right;
}
.box9 .item1 p {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2em;
	float: left;
}
.box9 .item1 h2 {
	font-size: 40px;
	line-height: 1.1em;
	padding: 0 28px;
	float: left;
}
.box9 .item1 h3 {
	width: 169px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	margin: 6px 0 0;
}
.box9 h4 {
	text-align: center;
	clear: both;
	padding: 15px 0 0;
	font-size: 14px;
	line-height: 1.1em;
}
.box9 h4 a {
	color: white;
}
.box9 h4 a:hover {
	color: red;
}
