@font-face {
    font-family: 'GeometrySoftProBoldN';
    src: url('../fonts/Geometry/geometrysoftproboldn.eot');
    src: url('../fonts/Geometry/geometrysoftproboldn.eot') format('embedded-opentype'),
         url('../fonts/Geometry/geometrysoftproboldn.woff') format('woff'),
         url('../fonts/Geometry/geometrysoftproboldn.ttf') format('truetype'),
         url('../fonts/Geometry/geometrysoftproboldn.svg#GeometrySoftProBoldN') format('svg');
}
@font-face {
    font-family: 'OswaldBoldBold';
    src: url('../fonts/Oswald-Bold/oswald-bold.eot');
    src: url('../fonts/Oswald-Bold/oswald-bold.eot') format('embedded-opentype'),
         url('../fonts/Oswald-Bold/oswald-bold.woff') format('woff'),
         url('../fonts/Oswald-Bold/oswald-bold.ttf') format('truetype'),
         url('../fonts/Oswald-Bold/oswald-bold.svg#OswaldBoldBold') format('svg');
}


html, body, h1, h2, h3, h4, h5, h6, p, li, ul{
	margin:0px;
	padding:0px;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12{
	float:left;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}


body{
	background:#fff;
	font-family:"Myriad Pro";
}
#container{
	width:940px;
	margin:0 auto;
}
p{
	font-size:14px;
	text-align:justify;
	color:#7983a3;
	line-height:1.5em;
	margin:10px 0;
	font-family:"Myriad Pro";
}

/*	Header	*/
#header{
	background:url(../images/header.jpg);
	padding:0 0 20px 0;
	border-bottom:2px solid #313645
}
.email:before,
.email:after {
  display: table;
  line-height: 0;
  content: "";
}
.email:after {
  clear: both;
}
.email{
	background:url(../images/mail-bg.png) no-repeat right;
	margin:0 0 50px 0;
}
.email p{
	color:#fff;
    font-family: 'OswaldBoldBold';
	text-align:center;
	width:175px;
	font-weight:normal;
	float:right;
	line-height:0;
}
.navbar{
	background:url(../images/menu-bg.png) no-repeat;
}

/*	Logo	*/
.logo img{
	margin-top: -67px;
	margin-left: 35px;
}

/*	Menu	*/
.menu ul{
	margin:0 0 0 30px;
}
.menu ul li{
	list-style-type:none;
	float:left;
	padding:8px 0;
	margin:4px 0 0 0;
	border-right:1px solid #223eaf;
}
.menu ul li a{
	font-family:"Myriad Pro";
	text-decoration:none;
	font-size:15px;
	color:#fff !important;
	padding:12px 30px;
}
.menu ul li:hover a, .menu ul li.active a{
	background:url(../images/hover-bg.png);
	color:#ac3902 !important;
}

/*	Banner	*/
.banner-text{
	background: url(../images/htext-bg.png);
	width:450px;
	padding:25px 20px;
}
.banner-text h1{
    font-family: 'GeometrySoftProBoldN';
	background: -webkit-linear-gradient(top, #edaa2c, #d66f2c);
	color:#edaa2c;
	background: linear-gradient(top, #edaa2c, #d66f2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size:3em;
}
.banner-text h1 span{
	background: -webkit-linear-gradient(top, #177ce4, #0968c9);
	color:#177ce4;
	background: linear-gradient(top, #177ce4, #0968c9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform:uppercase;
}
.banner-text h4{
	font-family:"Myriad Pro";
	color:#167ae1;
	font-size:1.4em;
	margin:10px 0;
}
.banner-text p{
	font-family:Arial;
	color:#fff;
	line-height:2em;
	margin:5px 0 20px 0;
}
.read-more{
	background:#0d6ed2;
	color:#b0d7ff;
	border:1px solid #81b1e3;
	border-right:0px;
	border-bottom:0px;
	text-decoration:none;
	padding:10px 20px;
	border-radius:5px;
}

/*	Content	*/
#content{
	background:#010e36;
	padding:10px 0;
}
.content-left{
	width:595px;
}
.content-right{
	width:330px;
}
.title{
	font-family:Arial;
	color:#167ae1;
	font-size:1.4em;
	margin:20px 0;
	font-weight:normal;
}
.title span{
	color:#e47422;
}
.box1, .box2{
	margin-top:50px !important;
}
.boxes > div{
	background:url(../images/pack.png);
	width:317px;
	height:143px;
	margin:10px 0 20px 30px;
}
.boxes > div h3{
	float:left;
}
.boxes > div > h3:nth-child(1){
	color:#fff;
	font-family:Arial;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	margin:35px 0 0 20px;
}
.boxes > div > h3:nth-child(2){
	font-family:"Myriad Pro";
	color:#fff;
	font-size:1.5em;
	margin:20px 0 0 35px;
}
.boxes > div > p{
	color:#acf2ff;
	float:left;
	margin:0 0 10px 37px;
}
.boxes > .box2 > h3:nth-child(1){
	margin: 31px 0 0 28px !important;
}
.btn{
	font-family:"Myriad Pro";
	color:#fff;
	text-decoration:none;
	margin:0 0 0 75px;
	background:#eba42c;
	border-radius:2px;
	padding:5px 10px;
	font-size:13px;
}

/*	Footer	*/
#footer{
	background:#000;
	padding:30px 0;
	font-family:"Myriad Pro";
}
#footer p{
	text-align:right;
	color:#465684;
	margin:0px;
	padding:0px;
}
#footer a{
	color:#465684;
	padding:0 20px;
	border-left:1px solid #465684;
	text-decoration:none;
	font-size:15px;
}
#footer div a:nth-child(1){
	border-left:none;
	padding-left:0px;
}
#footer a:hover, #footer a.active{
	text-decoration:underline;
}

/*	Handicap	*/
.handicap{
	border-bottom:1px solid #343e5e;
	padding:20px 0;
	margin:0 0 20px 0;
}
.handicap > div:nth-child(1) p{
	margin:0 0 0 200px;
	line-height:1.6em !important;
	font-size:14px;
}
.handicap > div:nth-child(1){
	margin:50px 0 0 0;
}



/*	Performance	*/
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse !important;
	border-bottom: 1px solid #ddd;
}
.table thead{
	border-bottom:10px solid #1070d4;
}
.table > thead > tr > th {
    font-family: 'GeometrySoftProBoldN';
	vertical-align: bottom;
	background: #efa731; /* Old browsers */
	background: -moz-linear-gradient(top,  #efa731 0%, #f4bb23 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efa731), color-stop(99%,#f4bb23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efa731 0%,#f4bb23 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efa731 0%,#f4bb23 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efa731 0%,#f4bb23 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #efa731 0%,#f4bb23 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa731', endColorstr='#f4bb23',GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding:20px 0;
	font-size:1em;
	text-transform:uppercase;
	font-weight:normal;
	border-right:1px solid #0f1c6a !important;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
}
.table > tbody > tr > td{
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #000;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
	background:#fff;
	color:#6f6f6f;
}
.table tbody tr td:nth-child(2n){
	background:#f1f2f4;
}
.table tbody tr td.buy-now{
	color:#d61213;
}

/*	Contact Us	*/
.contact{
	background:#709ad3;
	border:10px solid #242e4c;
	font-family:Arial;
	padding:30px 0;
}
.contact table{
	width:100%;
	padding:0 20px;
}
.contact h3{
	color:#fff;
	padding:0 20px;
	margin:0 0 20px 0;
}
.contact table p{
	color:#000;
}
.contact table p{
	margin:0px;
}
.contact table input, .contact table textarea{
	margin:4px 0 13px 0;
}
.contact table input[type=text]{
	width:230px;
	padding:5px 10px;
}
.contact table textarea{
	width:250px;
	padding:15px;
}
.contact table input[type=submit]{
	float:right;
	margin:10px 20px 0 0;
	font-weight:bold;
	border:2px solid #506700;
	background:#bbd91a;
	padding:5px 15px;
	border-radius:5px;
}
.contact-image{
	margin:0 0 20px 0;
}

.fl{ float:left;}
.fr{ float:right;}

.ddown{ margin:0 10px 20px 0;}

/****************Records*******************************/
#performance_statistic {
	width:650px;
	margin:20px auto;
	font-family:Arial, Helvetica, sans-serif;
}
.performance_header {
	height:40px;
	line-height:40px;
	background-color:#34495e;
	margin-bottom:10px;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:0 15px;
}
.performance_block {
	background-color:#FFFFFF;
	border:2px solid #34495e;
	padding:15px;
	color:#000;
	font-size:14px;
}
.performance_img {
	margin-right:10px;
	margin-bottom:40px;
}
.performance_color {
	color:#e74c3c;
}
.performance_color1 {
	color:#94c63c;
}
.performance_color2 {
	color:#3498db;
}
.performance_left {
	width:220px;
	float:left;
	font-size:14px;
}
.performance_right {
	width:373px;
	float:right;
}
.performance_block1 {
	width:104px;
	height:23px;
	line-height:23px;
	color:#fff;
	margin:0 1px 1px 0;
	float:left;
	padding:0 10px;
}
.performance_block2 {
	width:94px;
	height:23px;
	line-height:23px;
	color:#34495e;
	margin:0 0 1px 0;
	float:left;
	text-align:center;
}
.performance_color_block1 {
	background-color:#e74c3c;
}
.performance_color_block2 {
	background-color:#f3a79f;
}
.performance_color_block3 {
	background-color:#f5791f;
}
.performance_color_block4 {
	background-color:#fabd90;
}
.performance_color_block5 {
	background-color:#1abc9c;
}
.performance_color_block6 {
	background-color:#8edece;
}
.performance_color_block7 {
	background-color:#3498db;
}
.performance_color_block8 {
	background-color:#9bcced;
}
.performance_color_block9 {
	background-color:#9b59b6;
}
.performance_color_block10 {
	background-color:#ceaddb;
}
.performance_color_block11 {
	background-color:#a1aaaf;
}
.performance_color_block12 {
	background-color:#d1d5d7;
}
.performance_color_block13 {
	background-color:#34495e;
}
.performance_color_block14{
	background-color:#9ba5af;
}
.performance_right_header {
	background-color:#a1aaaf;
	padding:0 15px;
	height:22px;
	padding-top:3px;
	margin-bottom:2px;
}
.performance_bottom {
	padding:20px 0 0 0;
	color:#7b7a7a;
	font-size:12px;
}
.clear {
  clear:both;
  } 
/****************END Records*******************************/
