body{
	background:url("../img/bg.jpg") repeat;
}
h1,h2,h3{
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 800;
}

/*#daddario{
	position: absolute;
	display:block;
	left:0;
	top:50px;
	width: 90px;
	height: 95px;
	background: url("../img/daddario.jpg");
}*/

.container{
	margin: 0 /*50px*/;
	background: white;
	background-size: 100%;
	padding-left:0px;
	padding-right:0px;

	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.container.odd{
	background: url("../img/bg-ev.jpg");
	/*text-align: center;*/
}

#header, #footer{
	text-align: center;
/*	background: url("../img/hdr.jpg");
	min-height: 360px;*/
	/*background-size: 100%;*/
	max-height:360px;
}
#header img, #footer img {
    width: 100%;
    height: 100%;
}
#header h1{
	font-size:60px;
	margin-top:80px 80px;
	font-family: "Open Sans";
}
#header #fb {
	float: right;
	margin-top: 80px;
	margin-right: 75px;
}
#red-box {
	text-align: center;
	background: url("../img/red_bg.jpg");
	/*height: 400px;*/
	background-size: 100%;
	padding-left:17px;
	padding-right:17px;
}
#tournament-1 h2 {
	font-size: 250%;
	text-transform: uppercase;
	color: white;
}
#tournament-2 h2 {
	font-size: 350%;
	text-transform: uppercase;
	color: black;
}

#top_info{
	border-left: thick solid #D26055;
	border-right: thick solid #D26055;
	background: #333;
	color: white;
	text-align: center;
	margin: 0px 0px;
}
#top_info h2{
	font-size: 300%;
	text-transform: uppercase;
	padding: 15px;
}
#top_info a:hover {
	color: #F55;
}
.navi div{
	text-align:center;
	cursor: pointer;
	padding-top:20px;
}
.navi ol{
	padding: 0;
}
.navi ol li{
	text-align: center;
	list-style: none;
	padding:0;
}
img{
	text-align: center;
}
#content .box{
	margin: 30px 0;
}
#about li{
	margin: 10px 0;
}
#win .img_box{
	max-width: 100%;
	height: 200px;
	overflow: hidden;
}
#win img{
	max-width: 100%
}
#win ul{
	font-size: 120%
}

#prices .img_box{
	max-width: 285px;
	height: 285px;
	overflow: hidden;
}
#prices img{
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}

#upload{
	/*padding: 50px 250px;*/
	margin-left:auto;
	margin-right:auto;
}

.input-group-addon{
	width: 160px;
	height: 1.2em;
	line-height: 1.2em;
	text-align:left;
	box-sizing: content-box;
}

.input-group-addon select{
	line-height: 1.5em;
}

.form-control{
	width: 240px;
	height: 1.2em;
	text-align:left;
	box-sizing: content-box;
}

#footer{
	margin-top: 30px;
}

h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 3em;
	margin:20px;
}

h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
}
#form-control {
	max-width:150px;
}

#form-control input[type=text]{
	max-width:300px;
}

.date {
	color: #c00;
	font-weight: bold;
}

.form {
	max-width:400px;
	margin:auto;
}
#condition span, #condition input[type=checkbox]{
	width:400px;
} 

.img_box, .img_box img {
	width:100%;
	height:auto;
	margin-left: auto;
    margin-right: auto;
}

.videos  {
	background: #666;
	color: white;
}

.videos  h3 {
	margin-top:30x;
}

.videos  h4 {
	margin-bottom: 35px;
}

.video {
	position: relative;
	padding-bottom: 75.00%; /* 4:3 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#win {
	background: white;
	padding-bottom: 20px;
}
#final {
	padding-bottom: 40px;
}
#final_div{
	padding-top: -5px;
	/*padding-bottom: 15px;*/
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}

