@charset "UTF-8";
/* CSS Document */
@font-face
{ 
	font-family: 'Custom';
	font-style: normal;
	font-weight: 400;
	src: url('../css/font/vibes.woff');
}
a
{
	color: #FFF;
	text-decoration: none;
}
a:hover
{
	color: #DAA520;
	cursor:pointer;
}
pre
{
	font-family:Seravek;
	font-size: 14px;
	color:#484848;
	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.box_shadow
{
	box-shadow: 0px 0px 12px #989898;
}
.blank
{
	margin:auto;
	width:900px;
	height:200px;
}
body
{
	font-family:Century Gothic, sans-serif;
	font-family:Seravek;
	font-size: 14px;
	color:#484848;
	margin:0;padding:0;
}
.header
{
	width:100%;
	height:120px;
	float:left;
	border:0px solid #06F;
	font-size: 30px;
	color:#DAA520;
	font-family:Custom;
	background:#2D1D29;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	clear:right;
}
.header_1
{
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
	clear:both;
}
.footer
{
	display:block;
	clear:both;
}
.footer_1
{
	width:100%;
	height:1px;
	float:left;
	color:#484848;
	background-color:#262626;
	text-align:center;
	clear:both;
}
.footer_2
{
	width:100%;
	height:120px;
	float:left;
	color:#FFF;
	background-color:#4F3F4B;
	text-align:center;
}
.body_1
{
	margin:auto;
	width:1000px;
	/*visibility:hidden;*/
}
.body_1_0
{
	padding-top:20px;
	padding-bottom:20px;
	font-family:Seravek;
	font-size: 16px;
	color:#484848;
	text-align:center;
	box-shadow: 12px 0 15px -4px rgba(230, 230, 230, 0.8), -12px 0 8px -4px rgba(230, 230, 230, 0.8);
}
.body_1_1
{
	padding-top:0px;
	padding-left:0px;
	box-shadow: 12px 0 15px -4px rgba(230, 230, 230, 0.8), -12px 0 8px -4px rgba(230, 230, 230, 0.8);
	font-family:Seravek;
	font-size: 16px;
	color:#484848;
}
.body_1_2
{
padding-top:20px;
	padding-bottom:20px;
	box-shadow: 12px 0 15px -4px rgba(230, 230, 230, 0.8), -12px 0 8px -4px rgba(230, 230, 230, 0.8);
}

.body_2
{
	margin:auto;
	width:1000px;
	display:none;
}
.body_2_1
{
	box-shadow: 12px 0 15px -4px rgba(230, 230, 230, 0.8), -12px 0 8px -4px rgba(230, 230, 230, 0.8);
}

.body_3
{
	margin:auto;
	width:1000px;
	display:none;
}
.body_3_1
{
	box-shadow: 12px 0 15px -4px rgba(230, 230, 230, 0.8), -12px 0 8px -4px rgba(230, 230, 230, 0.8);
}

.body_4
{
	margin:auto;
	width:1000px;
	display:none;
}
.body_4_1
{
	box-shadow: 12px 0 15px -4px rgba(230, 230, 230, 0.8), -12px 0 8px -4px rgba(230, 230, 230, 0.8);
}

.body_5
{
	margin:auto;
	width:1000px;
	display:none;
}
.body_5_1
{
	box-shadow: 12px 0 15px -4px rgba(230, 230, 230, 0.8), -12px 0 8px -4px rgba(230, 230, 230, 0.8);
}

.body_8
{
	margin:auto;
	width:1000px;
	display:none;
}
.body_8_1
{
	box-shadow: 12px 0 15px -4px rgba(230, 230, 230, 0.8), -12px 0 8px -4px rgba(230, 230, 230, 0.8);
}

.body_6
{
	margin:auto;
	width:1000px;
	display:none;
}
.body_6_1
{
	box-shadow: 12px 0 15px -4px rgba(230, 230, 230, 0.8), -12px 0 8px -4px rgba(230, 230, 230, 0.8);
}
.body_7
{
	margin:auto;
	width:1000px;
	display:none;
}
.body_7_1
{
	box-shadow: 12px 0 15px -4px rgba(230, 230, 230, 0.8), -12px 0 8px -4px rgba(230, 230, 230, 0.8);
}
.social_networking_footer
{
	position:relative;
	padding:10px;
	margin:10px 0px 0px 0px;
}
.social_networking
{
	position:fixed;
	top:0px;
	right:0px;
	padding:10px;
	margin:146px 0px 0px 0px;
	z-index:95;
}
.social_networking_1 /*Facebook*/
{
	height:44px;
	width:44px;
	background-image:url('../img/social_networking.png'); /*your location of the image may differ*/
	background-size:200px;
	background-position:-7px -132px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.social_networking_1:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
cursor:pointer;
}
.social_networking_2 /*Google+*/
{
	height:44px;
	width:44px;
	background-image:url('../img/social_networking.png'); /*your location of the image may differ*/
	background-size:200px;
	background-position:-54px -132px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.social_networking_2:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
cursor:pointer;
}
.social_networking_3 /*Twitter*/
{
	height:44px;
	width:44px;
	background-image:url('../img/social_networking.png'); /*your location of the image may differ*/
	background-size:200px;
	background-position:51px -132px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.social_networking_3:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
cursor:pointer;
}
.links_above{
	height:80px;
	width:100%;
	border:0px solid #000;
}
.links{
	height:180px;
	width:100%;
	border:0px solid #000;
}
.links_a{
	position:relative;
	float:left;
	top: 20px;
	left:50%;
	width:80px;
	height:80px;
	 margin-left: -280px;
	border:0px solid #2D1D29;
	border-radius: 50px;
	font-size:11px;
	box-shadow: 0px 0px 7px #2D1D29;
}
.links_a:hover
{
	background:#2D1D29;
	color:#FFF;	
}
.links_b{
	position:relative;
	float:left;
	top: 20px;
	left:50%;
	width:80px;
	height:80px;
	  margin-left: -160px;
	border:0px solid #2D1D29;
	border-radius: 50px;
	font-size:11px;
	box-shadow: 0px 0px 7px #2D1D29;
}
.links_b:hover
{
	background:#2D1D29;
	color:#FFF;	
}
.links_c{
	position:relative;
	float:left;
	top: 20px;
	left:50%;
	width:80px;
	height:80px;
	margin-left: -40px;
	border:0px solid #2D1D29;
	border-radius: 50px;
	font-size:11px;
	box-shadow: 0px 0px 7px #2D1D29;
}
.links_c:hover
{
	background:#2D1D29;
	color:#FFF;	
}
.links_d{
	position:relative;
	float:left;
	top: 20px;
	left:50%;
	width:80px;
	height:80px;
	margin-left: 40px;
	border:0px solid #2D1D29;
	border-radius: 50px;
	font-size:11px;
	box-shadow: 0px 0px 7px #2D1D29;
}
.links_d:hover
{
	background:#2D1D29;
	color:#FFF;	
}
.links_e{
	position:relative;
	float:left;
	top: 20px;
	left:50%;
	width:80px;
	height:80px;
	margin-left: 40px;
	border:0px solid #2D1D29;
	border-radius: 50px;
	font-size:11px;
	box-shadow: 0px 0px 7px #2D1D29;
}
.links_e:hover
{
	background:#2D1D29;
	color:#FFF;	
}
.tb10
{
background-image:url(img/form_bg.jpg);
background-repeat:repeat-x;
border:1px solid #B4BD3A;
width:99%;
color:#333333;
margin-right:4px;
margin-bottom:8px;
font-family: Century Gothic, sans-serif;
}
.div_des
{
	position:absolute;
	right:500;
	top:90px;
	color:#FFF;
	margin-right:0px;
	width:228px;
	display:none;
}