body {
	background-color:#1f1f1f;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	min-width:960px;
	font-weight: 400;
}

a:link, a:active, a:visited {
	color: #3498db;
	font-weight: 400;
	text-decoration: none;
}


.accordion a:link, a:visited {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}

.accordion a:hover {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	background-color: #BF3021;
}

.accordion a:active {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	background-color: #BF3021;
}


a:hover {
	color:#2980b9;
}


blue {
	color: #3498db;
	text-decoration: none;
	font-weight: 400;
}

blue a:link {
	color: #3498db;
	text-decoration: none;
	font-weight: 400;
}

blue:hover {
	color:#2980b9;
	text-decoration:underline;
}

green {
	color: #27ae60;
}

green:hover {
	color: #1D854B;
}

#header_wrapper {
	width:100%;
	height:120px;
	background-color:rgba(34, 34, 34, .9);
	position: relative;
	z-index: 0;
}

#header {
	width:960px;
	height:120px;
	margin:0 auto;
}

#header h2 {
	padding:10px;
}

#header h3 {
	padding:10px;
}

#logo {
	width:331px;
	height:70px;
	margin-top:25px;
	position: absolute;
	background: url(../images/PBT_logo.png) no-repeat;
	z-index: 1;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   #logo {
       background: url(../images/PBT_logo2x.png) no-repeat;
       background-size: 331px 70px;
   }
}

#nav {
	width:700px;
	height:10px;
	float: right;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: 300;
	text-align:right;
	margin-top:25px;
	cursor: pointer; 
	cursor: hand;
}

.topmenu {
	z-index: 999;
}

#nav a {
	padding-left: 40px;
	text-decoration:none;
	color:#fff;
	text-transform: uppercase;
}



#nav a:hover {
	color:#cc462d;
}

#login_bar {
	width: 110px;
	height: 70px;
	background-color:#2e2e2e;
	z-index: -1;
	float: right;
}

h1 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 38px;
	color: #555;
	font-weight: 400;
	text-align: justify;
}

h2 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 34px;
	line-height: 28px;
	color: #777;
	font-weight: 400;
	text-align: left;
	text-transform: none;
}

h3 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #555;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	padding-top: 20px;
}

h4 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0px;
	margin: 0;
}

h5 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0px;
	margin: 0;
}

h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #222;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0px;
	margin: 0;
}

h7 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #222;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0px;
	margin: 0;
}




p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #555;
	font-weight: 400;
	text-align: left;
	margin-top: 0px;
}

p a:link {
	color: #3498db;
	font-weight: 400;
	text-decoration: none;
}

p a:visited {
	color: #3498db;
	font-weight: 400;
	text-decoration: none;
}

p a:active {
	color: #3498db;
	font-weight: 400;
	text-decoration: none;
}

p a:hover {
	color:#2980b9;
	text-decoration: underline;
}

#title_box {
	width: 130px;
	margin-top: 25px;
	margin-bottom: 80px;
}

#content_box {
	width: 815px;
	margin-top: 25px;
	float: right;
}

.title {
	color: #777;
	font-weight: 900;
	line-height: 20px;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
}

/*#home_slider_wrapper {
	background-color:#111;
}

#home_slider_wrapper2 {
	background-color:#eee;
}

#home_image {
	width:100%;
	height:500px;
	margin: 0 auto;
	padding-top:;
	background-image: url(../ima/impact_team.jpg);
	background-repeat: no-repeat;
	background-position: top;
   	-webkit-background-size: cover;
	 -moz-background-size: cover;
 	-o-background-size: cover;
	background-size: cover;
}
*/

#slide_wrapper {
	width: 100%;
	min-width: 900px;
	height: 720px;
	position: relative;
	margin-top: -120px;
	z-index: -1;
}

#carousel div {
	height: 720px;
	width: 100%;
	float: left;
}

#carousel img {
	min-width: 100%;
	min-height: 100%;
}

#home_img_1 {
	width:100%;
	height:720px;
	margin: 0 auto;
	background: url(../img/dynasty_team1.jpg);
	background-repeat: no-repeat;
	background-position: top;
   	-webkit-background-size: cover;
	 -moz-background-size: cover;
 	-o-background-size: cover;
	background-size: cover;
}

#home_img_2 {
	width:100%;
	height:720px;
	margin: 0 auto;
	background: url(../img/impact_team1.jpg);
	background-repeat: no-repeat;
	background-position: top;
   	-webkit-background-size: cover;
	 -moz-background-size: cover;
 	-o-background-size: cover;
	background-size: cover;
}

#home_img_3 {
	width:100%;
	height:720px;
	margin: 0 auto;
	background: url(../img/paintball_girl1.jpg);
	background-repeat: no-repeat;
	background-position: top;
   	-webkit-background-size: cover;
	 -moz-background-size: cover;
 	-o-background-size: cover;
	background-size: cover;
}

#home_img_4 {
	width:100%;
	height:720px;
	margin: 0 auto;
	background: url(../img/impact_player1.jpg);
	background-repeat: no-repeat;
	background-position: top;
   	-webkit-background-size: cover;
	 -moz-background-size: cover;
 	-o-background-size: cover;
	background-size: cover;
}

#home_img_5 {
	width:100%;
	height:720px;
	margin: 0 auto;
	background: url(../img/paintball_boys1.jpg);
	background-repeat: no-repeat;
	background-position: top;
   	-webkit-background-size: cover;
	 -moz-background-size: cover;
 	-o-background-size: cover;
	background-size: cover;
}



#content_wrapper {
	width: 100%;
	background-color: #f3f3f3;
}

#content_wrapper2 {
	width: 100%;
	background-color: #f3f3f3;
	margin-top: -60px;
}

#content_wrapper3 {
	width: 100%;
	background-color: #f3f3f3;
	padding-top: 50px;
}


#content {
	width:860px;
	margin: 0 auto;
	padding: 20px 50px 50px 50px;
	background-color: #fff;
}

#content1 {
width: 860px;
margin: 0 auto;
padding: 30px 50px 30px 50px;
background-color: #fff;
}

#content_redeem {
	width:392px;
	margin:0px auto;
	padding: 50px 50px 50px 50px;
	border-radius: 10px;
	background-image:url(../images/header_redeem.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 50% 20%;
   	-webkit-background-size: cover;
	 -moz-background-size: cover;
 	-o-background-size: cover;
	background-size: cover;}

#content2 {
	width:960px;
	margin: 0 auto;
	padding: 0px;
	background-color: #;
}

#content3 {
	width:860px;
	margin: 0 auto;
	padding: 10px 50px 50px 50px;
	background-color: #ddd;
	margin-bottom: -20px;
}

#content4 {
	width:960px;
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
}


#contact_content {
	width: 860px;
	height: 300px;
	margin: 0px 0px 20px 0px;
}

.column_l {
	float: left;
	height: 300px;
	width: 400px;
	margin-right: 60px;
}

#contact_content2 {
	width: 860px;
	margin: 0px 0 20px 0;
}

.column_l2 {
}

.column_r {
	float: right;
	height: 300px;
	width: 400px;
}

.content_list ul {
	font-size: 14px;
	line-height: 38px;
	color: #555;
	font-weight: 300;
	margin-left: -40px;
	text-align: left;
}

.about_list ul {
	font-size: 14px;
	line-height: 38px;
	color: #555;
	font-weight: 300;
	text-align: left;
}

.content_list ul li {
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
	text-align: left;
	margin-left: 80px;
	padding: 0 80px 20px 0;
}

.content_list2 ul li {
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
	text-align: left;
	margin-left: 0px;
	padding: 0 80px 20px 0;
	list-style:none;
	color: #777;
}


#footer {
	clear: both;
	margin: 0;
}

#bottom_nav_container {
	width:100%;
	height: 156px;
	background-color: #222;
	border-bottom: solid thin #333;
}

#bottom_nav_content {
	width: 960px;
	margin: 0 auto;
}

#bottom_nav {
	text-align:left;
	width: 650px;
	padding-top: 46px;
	float: left;
}

#bottom_nav a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 60px;
	font-weight: 600;
	padding-right: 20px;
	text-decoration:none;
	text-transform: uppercase;
}

#bottom_nav a:link, a:visited {
	color:#555;
}

#bottom_nav a:hover {
	color:#eee;
}

#social {
	width: 190px;
	padding-top: 55px;
	float: right;
	text-align: right;
}

#social a {
	padding-left: 10px;
}

#social p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
	padding-top: 6px;
	float: left;
}

#copyright_container {
	width:100%;
	background-color: #191919;
}

#copyright_content {
	width:960px;
	margin: 0 auto;
}

#copyright {
	width: 300px;
	float: left;
	color: #555;
	font-size: 10px;
	text-align: left;
	text-transform:uppercase;
	padding: 10px 0 10px 0;
}

#company {
	width: 300px;
	float: right;
	color: #555;
	font-size: 10px;
	text-align: right;
	text-transform:uppercase;
	padding: 10px 0 10px 0;
}

#homeinfo_container {
	width: 100%;
	height: 120px;
	background-color: #e74c3c;
}

#homeinfo_box {
	width: 960px;
	margin: 0 auto;
}


#homeinfo_title {
	width: 340px;
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size:40px;
	font-weight: 400;
	text-align:right;
	text-transform:uppercase;
	float: left;
	padding-top: 30px;
	padding-left: 50px;
}

#homeinfo_txt {
	width: 480px;
	margin: 0 auto;
	color: #333;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform:uppercase;
	padding-top: 32px;
	float: right;
	margin-right: 50px;
}

.arrow_box {
	position: relative;
	background: #e74c3c;
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size:32px;
	font-weight: 300;
	text-align: center;
	text-transform:uppercase;
	padding: 30px 0px 30px 0px;
}
.arrow_box:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(34, 34, 34, 0);
	border-top-color: #e74c3c;
	border-width: 15px;
	left: 50%;
	margin-left: -40px;
}

#quote_box {
	width: 100%;
	background-color: #555;
}



#main-slider p {
	color: #fff;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	text-transform: ;
	padding: 20px 0px 0px 0px;
	
}

#quote_txt {
	width: 500px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 50px 0px;
}

.padding {
	padding-top: 40px;
}

#box_container {
	width: 100%;
	z-index: 999;
	float: left;
	margin-top: -121px;
	
}

#boxes {
	width:960px;
	margin: 0 auto;
}

.home_box_L {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	width: 318px;
	height: 83px;
	background-color:rgba(0, 0, 0, .5);
	color: #fff;
	font-size:40px;
	line-height: 50px;
	font-weight: 400;
	text-align:center;
	text-transform:uppercase;
	border-top: solid 3px #fff;
	margin: 0px 0px 0px 0px;
	padding: 32px 0px 0px 0px;
	float: left;
	cursor: pointer; 
	cursor: hand;
}

.home_box_L:hover {
	color: #fff;
	background-color: #2ecc71;
}

.home_box_C {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	width: 318px;
	height: 83px;;
	background-color:rgba(0, 0, 0, .5);
	color: #fff;
	font-size:40px;
	line-height: 50px;
	font-weight: 400;
	text-align:center;
	text-transform:uppercase;
	border-top: solid 3px #fff;
	margin: 0px 3px 0px 3px;
	padding: 32px 0px 0px 0px;
	float: left;
	cursor: pointer;
	cursor: hand;
}

.home_box_C:hover {
	color: #fff;
	background-color: #3498db;
}

.home_box_R {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	width: 318px;
	height: 83px;
	background-color:rgba(0, 0, 0, .5);
	color: #fff;
	font-size:40px;
	line-height: 50px;
	font-weight: 400;
	text-align:center;
	text-transform:uppercase;
	border-top: solid 3px #fff;
	margin: 0px 0 0px 0;
	padding: 32px 0px 0px 0px;
	float: left;
	cursor: pointer; 
	cursor: hand;
}

.home_box_R:hover {
	color: #fff;
	background-color: #9b59b6;
}

.top_img {
	background: url(../images/map.jpg) no-repeat;
	background-color: #fff;
	width: 960px;
	height: 300px;
	margin: 0 auto;
	padding-bottom: 25px;
}


.row {
	padding: 40px;
	width: 335px;
	margin: 0 auto;
	background-color: #fff;
	border: solid 3px #;
	margin-top: 30px;
	margin-bottom: 20px;
}

.box_redeem {
	width: 402px;
	height: 472px;
	padding: 40px 20px 40px 30px;
	margin-top: -592px;
	margin-left: -228px;
	position: absolute;
	left: 50%;
	background-color: rgba(255, 255, 255, .7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.box_redeem2 {
	width: 455px;
	height: 586px;
	margin-top: 100px;
	margin-left: -228px;
	position: absolute;
	left: 50%;
	background-color: rgba(255, 255, 255, .7);
}

.box_signup {
	padding: 40px 40px;
	width: 424px;
	background-color: rgba(255, 255, 255, .7);
	margin-top: 0px;
	margin-top: -475px;
	margin-bottom: 20px;
	margin-left: -252px;
	position: absolute;
	left: 50%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#su_txt {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
	font-size: 14px;
	text-align: center;
	padding: 0px 30px 20px 30px;
}

#su_name { 
	width: 400px;
	margin-bottom: 20px;
	float: left;
}

#su_email { 
	width: 420px;
	margin-bottom: 20px;
	float: left;
}

#su_phone { 
	width: 420px;
	margin-bottom: 20px;
	float: right;
}

#row_login {
	width: 492px;
	margin-top: -362px;
	margin-bottom: 0px;
	position: absolute;
	left: 50%;
	margin-left: -246px;
	background-color: rgba(255, 255, 255, .7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#row_password {
	width: 436px;
	height: 152px;
	padding: 40px 40px 0px 40px;
	margin-top: -260px;
	margin-bottom: 0px;
	position: absolute;
	left: 50%;
	margin-left: -258px;
	background-color: rgba(255, 255, 255, .7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#fl_forgot {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
	font-size: 10px;
	text-align: left;
	padding-top: 5px;
}

#fl_forgot:link, #fl_forgot:active, #fl_forgot:visited {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
	font-size: 10px;
}

#fl_forgot:hover {
	text-decoration: underline;
}

.box_login {
	float: left;
	padding: 40px 40px 30px 40px;
	position: relative;
}

#login_right {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
	font-size: 13px;
	float: right;
	width: 70px;
	padding: 35px 40px 0px 0px;
	
}

#news {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
	font-size: 13px;
	width: 70px;
	background-image: url(../images/News.png);
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 75px;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   #news {
       background: url(../images/News2x.png) no-repeat;
       background-size: 70px 70px;
   }
}

#sign_up {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
	font-size: 13px;
	width: 70px;
	background-image: url(../images/SignUp.png);
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 75px;
	margin-top: 20px;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   #sign_up {
       background: url(../images/SignUp2x.png) no-repeat;
       background-size: 70px 70px;
	   background-position: center top;
   }
}

#works_contact {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 18px;
	width: 180px;
	background-image: url(../images/works.png);
	background-repeat:no-repeat;
	background-position: center top;
	text-align: center;
	padding: 80px 0px 0px 0px;
	margin-top: 0px;
	float: left;
	font-weight: 300;
}

#works_contact:hover {
	color: #222;
	}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   #works_contact {
       background: url(../images/works2x.png) no-repeat;
       background-size: 70px 70px;
	   background-position: center top;
   }
}

#sign_up_contact {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 18px;
	width: 180px;
	background-image: url(../images/SignUp.png);
	background-repeat:no-repeat;
	background-position: center top;
	text-align: center;
	padding: 80px 0px 0px 0px;
	margin-top: 0px;
	float: right;
	font-weight: 300;
}

#sign_up_contact:hover {
	color: #222;
	}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   #sign_up_contact {
       background: url(../images/SignUp2x.png) no-repeat;
       background-size: 70px 70px;
	   background-position: center top;
   }
}

#login_btn {
	width: 336px;
}

#box_newsletter {
	float: right;
	padding: 22px 20px 20px 20px;
	background-color: rgba(255, 255, 255, .4);
	height: 274px;
	width: 386px;
	margin-top: -1px;
	
}

#newsletter_title {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 70px;
	color: #ccc;
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;
	text-transform:uppercase;
}

#box_newsletter li {
	width: 346px;
	padding: 15px 20px 15px 20px;
	background-color: rgba(0,0,0, .4);
	color: #fff;
	margin: 0px 20px 1px -40px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 300;
	text-align: left;
	list-style-type:none;
	cursor: hand;
	cursor: pointer;
}

#box_newsletter li:hover {
	background-color: rgba(0,0,0, .6);
}

#newsletter_articles_b {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}


#su_boxes_wrapper{
	background-color:rgba(255, 255, 255, 0.5);
	width: 912px;
	height: 245px;
	margin: 0 auto;
	position: relative;
	margin-right: -480px;
	margin-top: -485px;
	right: 50%;
	text-align: center;
	padding-top: 50px;
	padding-left: 48px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#fields_input_wrapper{
	background-color:rgba(255, 255, 255, 0.5);
	width: 912px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	margin-right: -480px;
	margin-top: -365px;
	right: 50%;
	text-align: center;
	padding-top: 50px;
	padding-left: 48px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#fields_input {
	width: 860px;
	margin-top: 20px;
}

#contact_boxes_wrapper{
	background-color:rgba(255, 255, 255, 0.5);
	width: 912px;
	height: 245px;
	margin: 0 auto;
	position: relative;
	margin-right: -480px;
	margin-top: -485px;
	right: 50%;
	text-align: center;
	padding-top: 50px;
	padding-left: 48px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.contact_box_l {
	width:450px;
	padding-top: 120px;
	background:url(../images/phone.png) top center no-repeat;
	float: left;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   .contact_box_l {
       background: url(../images/phone2x.png) no-repeat;
	   background-position: top center;
       background-size: 100px 100px;
   }
}


.contact_box_c {
	width:288px;
	padding-top: 120px;
	background:url(../images/map.png) top center no-repeat;
	float: left;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   .contact_box_c {
       background: url(../images/map2x.png) no-repeat;
	    background-position: top center;
       background-size: 100px 100px;
   }
}


.contact_box_r {
	margin-top: 10px;
	width:450px;
	padding-top: 110px;
	background:url(../images/mail.png) top center no-repeat;
	float: right;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   .contact_box_r {
       background: url(../images/mail2x.png) no-repeat;
	   background-position: top center;
       background-size: 80px 80px;
   }
}


.contact_box_r a:link {
	color: #777;
	font-weight: 300;
}

.row_contact {
	background-color: #fff;
	border: solid 3px #;
	margin-top: 35px;
}

#btn_contact {
	width: 200px;
}	


.su_box_l {
	width:286px;
	padding-top: 120px;
	background:url(../images/experience.png) top center no-repeat;
	float: left;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   .su_box_l {
       background: url(../images/experience2x.png) no-repeat;
	   background-position: top center;
       background-size: 100px 100px;
   }
}


.su_box_c {
	width:288px;
	padding-top: 120px;
	background:url(../images/software.png) top center no-repeat;
	float: left;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   .su_box_c {
       background: url(../images/software2x.png) no-repeat;
	    background-position: top center;
       background-size: 100px 100px;
   }
}


.su_box_r {
	margin-top: 10px;
	width:286px;
	padding-top: 110px;
	background:url(../images/check.png) top center no-repeat;
	float: left;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   .su_box_r {
       background: url(../images/check2x.png) no-repeat;
	   background-position: top center;
       background-size: 80px 80px;
   }
}



#voucher {
	width: 340px;
	text-align: center;
	margin-bottom: 20px;
}

#email { 
	width: 247px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
}

#email_contact {
	width: 860px;
	margin-bottom: 20px;
}


#name {
	width: 860px;
	margin-bottom: 20px;
}

#message {
	width: 860px;
	max-width: 860px;
	min-width: 860px;
	min-height: 155px;
	margin-bottom: 20px;
}

#btn_send {
	width: 100%;
}


#zip {
	width: 70px;
	margin-bottom: 20px;
}

#month {
	width: 115px;
	height: 54px;
	padding: 8px 10px;
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 20px;
	line-height: 1.231;
	float:left;
}

#month option { 
	color: #C60;
}

.empty { 
	color: #03F; 
}

#day {
	width: 78px;
	height: 54px;
	padding: 8px 10px;
	font-size: 13px;
	color: #34495e;
	margin-right: 10px;
	margin-bottom: 20px;
	line-height: 1.231;
	float:left;
}

#year {
	width: 87px;
	height: 54px;
	padding: 8px 10px;
	font-size: 13px;
	color: #34495e;
	margin-bottom: 20px;
	line-height: 1.231;
	float:left;
}

#birthday {
	color: #555;
	line-height: 44px;
	font-size: 13px;
	float: left;
	text-transform:uppercase;
	padding: 5px 5px 5px 0px;
	font-weight: 900;
	margin-bottom: 20px;
}

#checkbox1 {
	background-color: #F00;
	color: #F0F;
}

#login_email {
	width: 302px;
	text-align: center;
	margin-bottom: 20px;
}

#password {
	width: 302px;
	text-align: center;
	margin-bottom: 20px;
}

.question {
	color: #555;
	line-height: 44px;
	font-size: 13px;
	text-transform:uppercase;
	padding: 0px 10px 0px 0px;
	font-weight: 900;
	text-align: center;
}

.question2 {
	color: #555;
	line-height: 44px;
	font-size: 13px;
	text-transform:uppercase;
	padding: 0px 0px 10px 5px;
	font-weight: 900;
	text-align: right;
	width: 305px;
	float: left;
}

#options {
	color: #09F;
	line-height: 44px;
	text-transform:uppercase;
	font-weight: 900;
	text-align: left;
	margin-top: 0px;
	font-size: 9px;
}

#options p {
	display: inline;
	font-size: 9px;
	color: #555;
}

.pleft {
	padding: 0 20px 0 45px;
}

.pright {
	padding: 0 23px 0 25px;
}

#switch {
	float: left;
}

strong {
	font-weight: 900;
}

strong_contact {
	font-size: 22px;
	color: #777;
	font-weight: 900;
	padding-bottom: 10px;
}



 
 
#icons {
	background-color:rgba(255, 255, 255, 0.3);
	width: 960px;
	height: 392px;
	padding-top: 25px;
	margin: 0 auto;
	position: relative;
	margin-right: -480px;
	margin-top: -495px;
	margin-bottom: 60px;
	right: 50%;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	
 
 #toggleText {
	   padding: 20px 50px 50px 50px;
 }
 
  #toggleText2 {
	   padding: 20px 50px 50px 50px;
 }
 
 
 
 .circle1 {
	float: left;
	margin-left: 50px;
	border-radius: 50%;
	width: 350px;
	height: 350px;
	background-image: url(../images/owner.png);
	background-repeat: no-repeat;
	background-color:rgba(255, 255, 255, 0.4);
}

 .circle1_2 {
	 float: left;
	 margin-left: 50px;
	border-radius: 50%;
	width: 350px;
	height: 350px;
	background-image: url(../images/owner.png);
	background-repeat: no-repeat;
	background-color: #34495e; 
}

 .circle1:hover {
	border-radius: 50%;
	width: 350px;
	height: 350px;
	background-image: url(../images/owner.png);
	background-repeat: no-repeat;
	background-color: #34495e; 
}


 .circle2 {
	 float: right;
	 margin-right: 50px;
	border-radius: 50%;
	width: 350px;
	height: 350px;
	background-image: url(../images/player.png);
	background-repeat: no-repeat;
	background-color:rgba(255, 255, 255, 0.4);
}

 .circle2_2 {
	 float: right;
	 margin-right: 50px;
	border-radius: 50%;
	width: 350px;
	height: 350px;
	background-image: url(../images/player.png);
	background-repeat: no-repeat;
	background-color: #e74c3c; 
}

 .circle2:hover {
	border-radius: 50%;
	width: 350px;
	height: 350px;
	background-image: url(../images/player.png);
	background-repeat: no-repeat;
	background-color: #e74c3c; 
}

.circle_txt {
	color: #fff;
	padding-top: 150px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size:38px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 1px 1px #333;
}


#questions_wrapper {
	background-color:rgba(255, 255, 255, 0.5);
	width: 960px;
	height: 412px;
	padding-top: 25px;
	margin: 0 auto;
	position: relative;
	margin-right: -480px;
	margin-top: -515px;
	right: 50%;
	text-align: center;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}


#questions_wrapper li:hover {
	background-color: #c0392b;
}

#questions_l {
	float: left;
	margin-left: 40px;
}

#questions_l li{
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	margin-bottom: 10px;
	list-style: none;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background-color: #e74c3c;
	width: 320px;
	}

#questions_r {
	float: left;
	margin-left: 80px;
}

#questions_r li{
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	margin-bottom: 10px;
	list-style: none;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background-color: #e74c3c;
	width: 320px;
}




/* Back to top button */


#back-top {
	position: fixed;
	bottom: 50%;
	margin-left: 970px;
}
#back-top a {
	width: 80px;
	display: block;
	text-align: center;
	font: 11px/100% Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #aaa;
	/* background color transition */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
#back-top a:hover {
	color: #777;
}
/* arrow icon (span tag) */
#back-top span {
	width: 80px;
	height: 80px;
	display: block;
	margin-bottom: 7px;
	background: #aaa url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}


#back-top a:hover span {
	background-color: #777;
}

placeholder {
	color: #3F0;
}


#donate_boxes_wrapper{
	background-color:rgba(255, 255, 255, 0.4);
	width: 760px;
	height: 287px;
	margin: 0 auto;
	position: relative;
	margin-right: -480px;
	margin-top: -485px;
	right: 50%;
	text-align: center;
	padding: 50px 100px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	
}


/*.donate_box {
	width: 100%;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	background-color: #ccc;
	margin: 0 auto;
	padding: 50px;
	margin-left: -50px;
}*/

.donate_box_l {
	width: 220px;
	float: left;
	
}

.donate_box_c {
	width: 220px;
	float: left;
	padding: 0px 40px;
}

.donate_box_r {
	width: 220px;
	float: left;
}


.donate_details {
	font-size: 18px;
	background-color: #fff;
	color: #aaa;
	text-align: center;
	padding: 20px 0px 20px 0px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	position: relative;
}


.donate_amnt {
	background-color: #e67e22;
	border-radius: 50%;
	width: 100px;
	height: 100px; 
	position: relative;
	margin: 0 auto;
}

.amnt_txt {
	font-size: 40px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	padding-top: 22px;
	padding-left: 8px;
}

dollar {
	font-size: 16px;
	position: absolute;
	top: 35px;
	left: 23px;
}

.get {
	font-size: 18px;
	background-color: #fff;
	color: #777;
	font-weight: 300;
	text-align: center;
	padding: 40px 0px 20px 0px;
	text-transform: ;
}

number {
	font-size: 40px;
	color: #555;
	font-weight: 900;
	position: absolute;
	top: 144px;
	padding-left: 3px;
}

.value {
	font-size: 12px;
	font-weight: 300;
	color: aaa;
}

#map {
	height: 400px;
	width: 960px;
	margin: -20px 0 -50px -50px;
}

#addressInput{
	height: 52px;
	width: 320px;
	border: none;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px 20px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #555;
	text-align: center;
	font-weight: 300;
	float: left;
}

#radius_txt {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 20px;
	font-weight: 300;
	display: inline-block;
}

#radiusSelect {
	width: 130px;
	height: 54px;
	border: none;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-appearance: none;
	padding: 10px 20px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 24px;
	font-size: 24px;
	color: #555;
	text-align:left;
	font-weight: 300;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	cursor: hand;
}

#fieldSearch {
	border: none;
	background-color: #1abc9c;
	-webkit-appearance: none;
	padding: 9px 40px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
	cursor: hand;
	float: right;
}

#fieldSearch:hover {
	background-color: #48c9b0;
}


#locationSelect {
	width: 960px;
	border: none;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-appearance: none;
	padding: 15px 20px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 24px;
	font-size: 16px;
	color: #555;
	font-weight: 300;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 20px 0 0px -48px;
	
}


fieldname {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #222;
	font-weight: 600;
}

fieldaddress {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: 400;
	margin-top: -10px;
	margin-bottom: 20px;
}

price {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #333;
	margin-top: -5px;
}

reservations {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: 400;
	margin-top: -5px;
}

customerservice {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: 400;
	margin-top: -15px;
}

website {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06F;
	font-weight: 400;
	margin-top: -5px;
}



#click{
    cursor:pointer;
	cursor: hand;
}
  
.donate {
}

#hansens_img {
	width: 960px;
	height: 150px;
	background: url(../images/hfh.jpg) no-repeat;
	margin-left: -50px;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   #hansens_img {
       background: url(../images/hfh2x.jpg) no-repeat;
       background-size: 960px 150px;
   }
}

#donate_btn {
	margin-top: -1px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#hansens_wrap {
	position: relative;
}

 #hansens_logo {
	 width: 350px;
	 height: 45px;
	background: url(../images/hansens_logo.png) left top no-repeat;
	position: absolute;
	top: -70px;
	left: 350px;
	padding-top: 35px;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: 400;
 }
 
 @media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   #hansens_logo {
      background: url(../images/hansens_logo2x.png) no-repeat;
	  background-size: 141px 80px;
	  float: left;
	  margin-top: -70px;
	  margin-left: 350px;
       
   }
}

 
 
 

#donate_wrap_food {
	width: 960px;
	margin-left: -50px;
	margin-top: 50px;
	vertical-align: text-top;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #fafafa;
	color: #555;
	border-top: solid thin #eee;
	border-bottom: solid thin #eee;
}

#donate_icon_food {
	width: 300px;
	height: 100px;
	background: url(../images/food.png) right 25px no-repeat;
	text-align: left;
	font-size: 32px;
	padding-top: 60px;
	padding-left: 150px;
	font-weight: 300;
	
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   #donate_icon_food {
       background: url(../images/food2x.png) right 25px no-repeat;
       background-size: 100px 100px;
   }
}

#donate_txt_food{
	width: 410px;
	padding: 20px 0px;
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
}





#donate_wrap_tuition {
	width: 960px;
	margin-left: -50px;
	vertical-align: text-top;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #555;

}

#donate_icon_tuition {
	width: 300px;
	height: 100px;
	background: url(../images/tuition.png) right 25px no-repeat;
	text-align: left;
	font-size: 32px;
	padding-top: 60px;
	padding-left: 150px;
	font-weight: 300;
	
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   #donate_icon_tuition {
       background: url(../images/tuition2x.png) right 25px no-repeat;
       background-size: 100px 100px;
   }
}

#donate_txt_tuition {
	width: 410px;
	padding: 35px 0px;
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
}





#donate_wrap_medical {
	width: 960px;
	margin-left: -50px;
	vertical-align: text-top;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #fafafa;
	color: #555;
	border-top: solid thin #eee;
	border-bottom: solid thin #eee;

}

#donate_icon_medical {
	width: 300px;
	height: 100px;
	background: url(../images/medical.png) right 25px no-repeat;
	text-align: left;
	font-size: 32px;
	padding-top: 60px;
	padding-left: 150px;
	font-weight: 300;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   #donate_icon_medical {
       background: url(../images/medical2x.png) right 25px no-repeat;
       background-size: 100px 100px;
   }
}

#donate_txt_medical {
	width: 410px;
	padding: 20px 0px;
	text-align: left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
}

#donate_wrap_business {
	width: 960px;
	margin-left: -50px;
	margin-top: 0px;
	vertical-align: text-top;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #555;

}

#donate_icon_business {
	width: 300px;
	height: 100px;
	background: url(../images/business.png) right 155px no-repeat;
	text-align: left;
	font-size: 32px;
	padding-top: 185px;
	padding-left: 150px;
	font-weight: 300;	
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   #donate_icon_business {
       background: url(../images/business2x.png) right 155px no-repeat;
       background-size: 100px 100px;
   }
}

#donate_txt_business {
	width: 410px;
	padding-top: 10px;
	text-align: left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
}




	  


#donate_txt_food ul {
	list-style: none;
}

#donate_txt_tuition ul {
	list-style: none;
}

#donate_txt_medical ul {
	list-style: none;
}

#donate_txt_business ul {
	list-style: none;
}
	  
	  
	  
#icon_wrapper {
	width: 960px;
	height: 230px;
	text-align: center;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 300;
	padding-top: 50px;
	margin: 40px 0px 0px -50px;
	color: #888;
	background-color: #fafafa;
	border-top: solid thin #eee;
	border-bottom: solid thin #eee;
}

#icon_wrapper a:link{
	color: #888;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

#icon_wrapper a:active{
	color: #888;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

#icon_wrapper a:visited{
	color: #888;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

#icon_wrapper a:hover{
	color: #222;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

#ads_wrapper {
	width: 860px;
	height: 315px;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	margin-right: -480px;
	margin-top: -565px;
	margin-bottom: 60px;
	right: 50%;
	background-color: rgba(255, 255, 255, .5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



#ads {
	padding: 120px 60px 20px 60px;
	display: inline-block;
	background: url(../images/ads.png) center top no-repeat;
}

#ticket {
	padding: 120px 60px 20px 60px;
	display: inline-block;
	background: url(../images/ticket.png) center top no-repeat;
}

#demo {
	padding: 120px 60px 20px 60px;
	display: inline-block;
	background: url(../images/movie.png) center top no-repeat;
}


.ad1 {
	width: 200px;
	height: 315px;
	background: url(../images/livingsocial.jpg) center 0px no-repeat;
	display: inline-block;
	margin-left: 0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	color: #333;
	padding-top: 265px;
}

.ad2 {
	width: 200px;
	height: 315px;
	background: url(../images/groupon.jpg) center 0px no-repeat;
	display: inline-block;
	margin-left: 15px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	color: #333;
	padding-top: 265px;
}

.ad3 {
	width: 200px;
	height: 315px;
	background: url(../images/amazon.jpg) center 0px no-repeat;
	display: inline-block;
	margin-left: 15px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	color: #333;
	padding-top: 265px;
}

.ad4 {
	width: 200px;
	height: 315px;
	background: url(../images/goldstar.jpg) center 0px no-repeat;
	display: inline-block;
	margin-left: 15px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	color: #333;
	padding-top: 265px;
}

.ad1:hover, .ad2:hover, .ad3:hover, .ad4:hover {
	
}


 #su_wrapper {
	 padding: 50px 0px 0px 0px;
	 height: 140px;
 }
 
 #fields_su_txt {
	 width: 400px;
	 float: left;
	 padding-left: 100px;
	 padding-top: 20px;
	 font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 38px;
	color: #555;
	font-weight: 300;
	text-align: left;
	 
 }
 
 #fields_su_icon {
	 width: 350px;
	 height: 140px;
	 float: right;
	 background-image: url(../images/SignUp2x.png);
	 background-repeat:no-repeat;
	 background-position: center top;
 }

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    #fields_su_icon {
       background: url(../images/SignUp4x.png) no-repeat;
       background-size: 140px 140px;
	   background-position: center top;
   }
}

#bg_box {
	width: 670px;
	background-color: #3498db;;
	padding: 50px 0px 30px 0px;
	margin: -10px 0px 20px 80px;
	color: #fff;
}

toggle1 {
	font-weight: 500;
	cursor: hand;
	cursor: pointer;
	color: #3498db;
}

toggle2 {
	font-weight: 500;
	cursor: hand;
	cursor: pointer;
	color: #3498db;
	padding: 0px 5px 0px 5px;
}

toggle1:hover, toggle2:hover {
	color:#2980b9;
	text-decoration: underline;
}

services {
	display: none;
	background-color: #3498db;
	color: #fff;
	padding: 0px 5px 0px 5px;
	margin-left: 0px;
}

more {
	display: none;
}

.more_txt {
	color: #fff;
}

#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}

#contactus .error
{
   font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}

#fg_crdiv p
{
    display:none;
}

.left {
	float: left;
	padding-right: 40px;
	padding-bottom: 40px;
}

.left_t {
	float: left;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 30px;
}

.left_t2 {
	float: left;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
}

.left2 {
	float: left;
	padding-bottom: 40px;
}

.right {
	float: right;
	padding-left: 40px;
	padding-bottom: 40px;
}

.right_t {
	float: right;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 40px;
}

.right_c {
	float: right;
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
}

.line {
	border-bottom: thin solid #999;
	margin-top: -25px;
	margin-bottom: 20px;
}

#includes {
	width: 960px;
	height: 300px;
	background-image:url(../images/includes.jpg);
	margin-left: -50px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 58px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

.includes_txt_l {
	float: left;
	width: 320px;
	margin-top: 110px;
}

.includes_txt_c {
	float: left;
	width: 320px;
	margin-top: 70px;
}

.includes_txt_r {
	float: left;
	width: 320px;
	margin-top: 30px;
}

#calendar {
	width: 860px;
	height: 500px;
}

.search_container {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px;
	background: #fff;
	text-align:center;
}



.redeem {
	margin: 0 auto;
	width: 392px;
}

.divide50 {
	margin-top: 50px;
}

.google-maps {
	width: 100%;
	height:700px;
	background: #fff;
}


.nav-links {
display:none;
}