@font-face{
    font-family: 'wf_SegoeUILight';
    src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.eot');
    src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.eot?#iefix') format('embedded-opentype'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.woff') format('woff'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.ttf') format('truetype'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #2a2a2a;
	min-width: 960px;
}
h1,h2,h3,h4,h5,h6,b {font-weight: 500;}


/*magnific popup anipate*//*************************//*************************//*************************//*************************/
/* start state */
.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); 
}

/* animate in */
.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); 
}

/* animate out */
.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;
}

/* Dark overlay, start state */
.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;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.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;
	text-align: center;
	padding: 22px 0;
}
.popup form .h1 {
	font-size: 22px;
	line-height: 1.2em;
	padding: 0 44px 22px;
}
.popup form input {
	width: 220px;
	height: 44px;
	padding: 0 10px;
	margin-bottom: 14px;
	border-radius: 6px;
	border: 2px solid #d5d5d5;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.popup form button {
	height: 50px;
	padding: 0 10px;
	background-color: #00a651;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 6px;
	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 {
	width: 100%;
	height: 49px;
	border-bottom: 1px solid white;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	background: #d5d5d5 url('../img/ptrn1.png');
	position: fixed;
	z-index: 99;
}
.nav > div {
	width: 960px;
	margin: 0 auto;
}
.nav > div ul {
	text-align: center;
}
.nav > div ul li {
	display: inline-block;
	margin-right: -4px;
}
.nav > div ul li:first-child a {
	border-left: 1px solid #aaaaaa;
}
.nav > div ul li a {
	display: inline-block;
	font-size: 18px;
	line-height: 49px;
	color: #5a5a5a;
	padding: 0 22px;
	font-weight: 300;
	text-decoration: none;
	border-right: 1px solid #aaaaaa;
	transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	-ms-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
}
.nav > div ul li a:hover {
	background-color: rgba(255,255,255,0.3);
}
.nav > div ul li.active a {
	background-color: rgba(255,255,255,0.5);
	color: #aa0505;
}


/*************************//*************************//*************************//*************************/
#box1 {
	height: 844px;
	background: url('../img/bg1.jpg') center 50px no-repeat;
}
#box1 > div {
	width: 960px;
	margin: 0 auto;
	padding: 80px 0 0;
}
#box1 .item1 .h2 {
	float: right;
	text-align: center;
	font-size: 36px;
	line-height: 1.3em;
	font-weight: 700;
	padding-top: 8px;
}
#box1 .item1 .h2 a {
	display: inline-block;
	width: 240px;
	height: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 0 rgba(0,0,0,0.2);
	background-color: #a7a7a7;
	background: linear-gradient(#a7a7a7, #757575);
	background: -o-linear-gradient(#a7a7a7, #757575);
	background: -ms-linear-gradient(#a7a7a7, #757575);
	background: -moz-linear-gradient(#a7a7a7, #757575);
	background: -webkit-linear-gradient(#a7a7a7, #757575);

	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
	color: white;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
#box1 .item1 .h2 a:hover {
	background-color: #757575;
	background: linear-gradient(#757575, #a7a7a7);
	background: -o-linear-gradient(#757575, #a7a7a7);
	background: -ms-linear-gradient(#757575, #a7a7a7);
	background: -moz-linear-gradient(#757575, #a7a7a7);
	background: -webkit-linear-gradient(#757575, #a7a7a7);
}
#box1 .item1 + h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.3em;
	color: #a00e0d;
	font-weight: 700;
	clear: both;
	padding: 10px 0 40px;
}
#box1 .item2 {
	position: relative;
}
#box1 .item2 img {
	display: block;
	width: 920px;
	height: 450px;
	border-radius: 12px;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	margin: 0 auto;
}
#box1 .item2 > div {
	position: absolute;
	width: 300px;
	height: 490px;
	background: url('../img/bg3.png') no-repeat;
	top: -18px;
	right: 44px;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	border-radius: 12px;
}
#box1 .item2 .h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 1.1em;
	color: white;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	padding: 6px 0 4px;
}
#box1 .item2 .h2 + p {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	color: white;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	padding-bottom: 13px;
}
#box1 .item2 .timer p {
	float: left;
	font-size: 18px;
	line-height: 1.1em;
	color: #9e9e9e;
	font-weight: 300;
	padding: 33px 15px 0 31px;
}
#box1 .item2 .timer .days {
	font-size: 120px;
	line-height: 148px;
	color: white;
	font-weight: 300;
}
#box1 .item2 form {
	text-align: center;
	margin: 15px 0 0;
}
#box1 .item2 form input {
	width: 220px;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 16px;
	border: none;
	border-radius: 8px;
	background: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}
#box1 .item2 form button {
	width: 240px;
	height: 40px;
	border-radius: 12px;
	border: none;
	background-color: #ffffff;
	background: linear-gradient(#ffffff, #b3b3b3);
	background: -o-linear-gradient(#ffffff, #b3b3b3);
	background: -ms-linear-gradient(#ffffff, #b3b3b3);
	background: -moz-linear-gradient(#ffffff, #b3b3b3);
	background: -webkit-linear-gradient(#ffffff, #b3b3b3);
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	cursor: pointer;

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #900a08;
	text-transform: uppercase;
	font-weight: 700px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
#box1 .item2 form button:hover {
	background-color: #b3b3b3;
	background: linear-gradient(#b3b3b3, #ffffff);
	background: -o-linear-gradient(#b3b3b3, #ffffff);
	background: -ms-linear-gradient(#b3b3b3, #ffffff);
	background: -moz-linear-gradient(#b3b3b3, #ffffff);
	background: -webkit-linear-gradient(#b3b3b3, #ffffff);
}
#box1 .item2 form p {
	font-size: 11px;
	line-height: 1.3em;
	color: #cd8484;
	margin: 12px 0 0;
	text-indent: 12px;
	background: url('../img/pic2.png') 44px 1px no-repeat;
}


/*************************//*************************//*************************//*************************/
#box2 {
	
	//background: url('../img/ptrn4.png');
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;height: 490px;
}
#box2 > div {
	width: 960px;
	margin: 0 auto;
}
#box2 b {
	text-align: center;
	margin: -35px 0 18px;    display: block;
}
#box2 b span {
	display: inline-block;
	background-color: white;
	font-size: 36px;
	line-height: 70px;
	font-weight: 300;
	padding: 0 22px;
	border-radius: 12px;
	border: 1px solid #b3b3b3;
}
#box2 ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin: 0 -3px;
	overflow: hidden;
	padding-bottom: 22px;
}
#box2 ul li img {
	float: left;
}
#box2 ul li p {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 300;
	padding: 4px 25px 0 66px;
}


/*************************//*************************//*************************//*************************/
#box3 {
	height: 341px;
	background: url('../img/bg5.jpg') center top no-repeat;
}
#box3 > div {
	width: 880px;
	margin: 0 auto;
}
#box3 form {
	float: right;
	width: 300px;
	text-align: center;
	background: url('../img/ptrn3.png');
	border-radius: 12px;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	padding: 22px 0;
	margin: 44px 0 0;
}
#box3 form input {
	width: 220px;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 16px;
	border: 1px solid #620201;
	border-radius: 8px;
	background: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}
#box3 form button {
	width: 240px;
	height: 40px;
	border-radius: 12px;
	border: none;
	background-color: #a91515;
	background: linear-gradient(#a91515, #770f0f);
	background: -o-linear-gradient(#a91515, #770f0f);
	background: -ms-linear-gradient(#a91515, #770f0f);
	background: -moz-linear-gradient(#a91515, #770f0f);
	background: -webkit-linear-gradient(#a91515, #770f0f);
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	cursor: pointer;

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
#box3 form button:hover {
	background-color: #770f0f;
	background: linear-gradient(#770f0f, #a91515);
	background: -o-linear-gradient(#770f0f, #a91515);
	background: -ms-linear-gradient(#770f0f, #a91515);
	background: -moz-linear-gradient(#770f0f, #a91515);
	background: -webkit-linear-gradient(#770f0f, #a91515);
}
#box3 form p {
	font-size: 11px;
	line-height: 1.3em;
	color: #aaa;
	margin: 12px 0 0;
	text-indent: 12px;
	background: url('../img/pic9.png') 44px 2px no-repeat;
}
#box3 b {
	font-size: 44px;
	line-height: 1.3em;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	padding: 35px 0 5px;
	display:block;
}
#box3 .h1 {
	font-size: 44px;
	line-height: 1.3em;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	padding: 35px 0 5px;
	display:block;
}
#box3 .h2 {
	font-size: 36px;
	line-height: 1.1em;
	font-weight: 300;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
#box3 .h3 {
	font-size: 48px;
	line-height: 1.3em;
	color: #a91515;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	padding-top: 5px;
	font-weight: 700;
}


/*************************//*************************//*************************//*************************/
#box4 {
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background: url('../img/pic10.png') center 105px no-repeat;
}
#box4 > div {
	width: 960px;
	margin: 0 auto;
}
#box4 .h1 {
	text-align: center;
	margin: -35px 0 33px;
}
#box4 .h1 span {
	display: inline-block;
	background-color: white;
	font-size: 36px;
	line-height: 70px;
	font-weight: 300;
	padding: 0 22px;
	border-radius: 12px;
	border: 1px solid #b3b3b3;
}
#box4 ul {
	overflow: hidden;
}
#box4 ul li {
	float: left;
	width: 16.66%;
}
#box4 ul li:last-child h2 {background: url('../img/bg7.png') no-repeat;}
#box4 ul li .h2 {
	width: 70px;
	height: 68px;
	background: url('../img/bg6.png') no-repeat;

	text-align: center;
	font-size: 30px;
	line-height: 68px;
	font-weight: 700;
}
#box4 ul li p {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 300;
	padding: 8px 25px 77px 8px;
}
#box4 ul li p b {font-weight: 700;}


/*************************//*************************//*************************//*************************/
#box5 > div {
	background: url('../img/ptrn4.png');
	margin: -70px 0 0;
}
#box5 .h1 {
	text-align: center;
	margin: -35px 0 33px;
	position: relative;
	z-index: 55;
}
#box5 .h1 span {
	display: inline-block;
	background-color: white;
	font-size: 36px;
	line-height: 70px;
	font-weight: 300;
	padding: 0 22px;
	border-radius: 12px;
	border: 1px solid #b3b3b3;
}
#box5 .zoom-gallery {
	width: 960px;
	margin: 0 auto;
	padding: 66px 0 88px;
	text-align: center;
}
#box5 .zoom-gallery a {
	display: inline-block;
	margin: 0 6px 35px;
}
#box5 .zoom-gallery a:hover img {border: 1px solid red;}
#box5 .zoom-gallery a img {
	border: 1px solid white;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);    
}


/*************************//*************************//*************************//*************************/
#box6 {
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
#box6 > div {
	width: 718px;
	margin: 0 auto;
	padding-bottom: 44px;
	    text-align: center;
}
#box6 > div > div {    display: inline;}
#box6 .h1 {
	text-align: center;
	margin: -35px 0 55px;    display: block;
}
#box6 .h1 span {
	display: inline-block;
	background-color: white;
	font-size: 36px;
	line-height: 70px;
	font-weight: 300;
	padding: 0 22px;
	border-radius: 12px;
	border: 1px solid #b3b3b3;
}
#box6 ul li {
	overflow: hidden;
	margin-bottom: 55px;
}
#box6 ul li img {
	float: left;
}
#box6 ul li p {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 300;
	padding: 0 0 0 477px;
}
#box6 ul li p span {
	font-size: 24px;
	line-height: 1.3em;
	padding-bottom: 6px;
}


/*************************//*************************//*************************//*************************/
#box7 > div {
	background: url('../img/ptrn4.png');
	margin: -70px 0 0;
}
#box7 .h1 {
	text-align: center;
    margin: -35px 0 33px;
    position: absolute;
    left: 50%;
    margin-left: -140px;
}
#box7 .h1 span {
	display: inline-block;
	background-color: white;
	font-size: 36px;
	line-height: 70px;
	font-weight: 300;
	padding: 0 22px;
	border-radius: 12px;
	border: 1px solid #b3b3b3;
}
#box7 ul {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 66px 0 44px;
}
#box7 ul li {
	width: 33.3%;
	float: left;
	text-align: center;    margin: 0 0 24px 0;
}
#box7 ul li img {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);    width: 300px;    height: 200px;
}
#box7 ul li .h2 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 15px;
}
#box7 ul li p {
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
	padding: 12px 10px 10px 49px;
}


#box7 .open-popup {
	width: 72px;
    height: 20px;
	border-radius: 12px;
	border: none;
	background-color: #a91515;
	background: linear-gradient(#a91515, #770f0f);
	background: -o-linear-gradient(#a91515, #770f0f);
	background: -ms-linear-gradient(#a91515, #770f0f);
	background: -moz-linear-gradient(#a91515, #770f0f);
	background: -webkit-linear-gradient(#a91515, #770f0f);
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	cursor: pointer;

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	text-decoration: none;
    padding: 10px;
	    margin: 10px 0 0 0;
    display: block;
} 
#box7 .open-popup:hover {
	background-color: #770f0f;
	background: linear-gradient(#770f0f, #a91515);
	background: -o-linear-gradient(#770f0f, #a91515);
	background: -ms-linear-gradient(#770f0f, #a91515);
	background: -moz-linear-gradient(#770f0f, #a91515);
	background: -webkit-linear-gradient(#770f0f, #a91515);
}
#box7 ul li b {
	font-weight:bold;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
}
#box7 ul li p b{
	font-weight:bold;
}
#box7  ul li span  {
	text-align: center;
	font-size: 20px;
	display: inline-block;
	background-color: #c6230e;
	color: white;
	line-height: 0.1em;
	font-weight: 400;
	padding: 12px 12px 14px;    margin: 7px 0;
}

/*************************//*************************//*************************//*************************/
#box8 {
	border-top: 1px solid #b2b2b2;
}
#box8 > div {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 55px;
}
#box8 .h1 {
	text-align: center;
	margin: -35px 0 22px;
}
#box8 .h1 span {
	display: inline-block;
	background-color: white;
	font-size: 36px;
	line-height: 70px;
	font-weight: 300;
	padding: 0 22px;
	border-radius: 12px;
	border: 1px solid #b3b3b3;
}
#box8 ul {
	text-align: center;
}
#box8 ul li {
	display: inline-block;
	vertical-align: top;
}

#box8_1 {
	border-top: 1px solid #b2b2b2;
}
#box8_1 > div {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#box8_1 .h1 {
	text-align: center;
	margin: -35px 0 22px;
}
#box8_1 .h1 span {
	display: inline-block;
	background-color: white;
	font-size: 36px;
	line-height: 70px;
	font-weight: 300;
	padding: 0 22px;
	border-radius: 12px;
	border: 1px solid #b3b3b3;
}
#box8_1 p {    font-size: 18px;
    line-height: 26px;
    text-align: justify;}
#box8_1 p {padding:0 0 10px 0;}
#box8_1 h2 { font-weight:bold;padding:0 0 10px 0;    font-size: 20px;text-align:center;}
#box8_1 h3 {text-align:center;font-weight:bold;padding:0 0 10px 0;    font-size: 20px;}
#box8_1 b {font-weight:bold;}
/*************************//*************************//*************************//*************************/
#box9 {border-bottom: 1px solid #ccc;}
#box9 > div {margin: -70px 0 0;}
#box9 .h1 {
	text-align: center;
	margin: -35px 0 33px;
	position: relative;
	z-index: 55;
}
#box9 .h2 {    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.3em;
    color: #a00e0d;
    font-weight: 700;
    clear: both;
    padding: 55px 0 20px;}
#box9 .h1 span {
	display: inline-block;
	background-color: white;
	font-size: 36px;
	line-height: 70px;
	font-weight: 300;
	padding: 0 22px;
	border-radius: 12px;
	border: 1px solid #b3b3b3;
}
#box9 .map {
	width: 922px;
	height: 526px;
	margin: 0 auto;
	padding-bottom: 33px;
}


/*************************//*************************//*************************//*************************/
#box10 > div {
	width: 922px;
	margin: 0 auto;
	padding: 33px 0 0;
}
#box10 .h2 {
	float: right;
	text-align: center;
	font-size: 36px;
	line-height: 1.3em;
	font-weight: 700;

}
#box10 .h2 a {
	display: inline-block;
	width: 240px;
	height: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 0 rgba(0,0,0,0.2);
	background-color: #a7a7a7;
	background: linear-gradient(#a7a7a7, #757575);
	background: -o-linear-gradient(#a7a7a7, #757575);
	background: -ms-linear-gradient(#a7a7a7, #757575);
	background: -moz-linear-gradient(#a7a7a7, #757575);
	background: -webkit-linear-gradient(#a7a7a7, #757575);

	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
	color: white;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
#box10 .h2 a:hover {
	background-color: #757575;
	background: linear-gradient(#757575, #a7a7a7);
	background: -o-linear-gradient(#757575, #a7a7a7);
	background: -ms-linear-gradient(#757575, #a7a7a7);
	background: -moz-linear-gradient(#757575, #a7a7a7);
	background: -webkit-linear-gradient(#757575, #a7a7a7);
}
#box10 .mail {
	display: block;
	width: 129px;
	padding: 0 0 0 22px;
	background: url('../img/pic14.png') left 4px no-repeat;
	font-size: 14px;
	line-height: 1.3em;
	color: #2a2a2a;
	margin: 8px 0 0 12px;
}
#box10 .mail:hover {color: red;}
#box10 p {
	text-align: center;
	padding:33px 0 5px;
}
#box10 p a {
	font-size: 14px;
	line-height: 1.3em;
	text-decoration: none;
	color: #2a2a2a;
}
#box10 p a:hover {color: red;}
#box10 p a span {text-decoration: underline;}
#box10 .logo {    font-size: 44px;    padding: 0 0 0 0;}
.logo{    font-family: 'wf_SegoeUILight';   color: #a00e0d;     padding: 14px 0 0 19px; font-size:70px;}
.box2_title {    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.3em;
    color: #a00e0d;
    font-weight: 700;
    clear: both;
    padding: 0px 0 20px;}