@charset "UTF-8";
/* CSS Document */

/*----------------  RESET - http://meyerweb.com/eric/tools/css/reset/---------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------- MAIN CONTENT ---------------------*/

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 0px 100px 0px;
  clear:both;
}

.paralax_container {
	text-align:center;
	padding-top:150px;
}

#page1, #page3, #page4 {
	background-color: #b94600;
    background-image:url(../images/concrete-wall.png);
	clear:both;
}

#about_txt{
	font-size:24px;
	line-height:30px;
	letter-spacing:.6px;
}

#page2 {
	background-color:#FFF;
	color:#000;
}

#page2 h1 span {
	color:#000;
	display: inline-block;
	padding:5px 0px 0px 0px;
	border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}

.trprofiles {
	width:200px;
	float:left;
	border: 1px thin #000;
	padding-top:70px;
	padding-bottom:50px;
	margin:0% 2%;
}

.trprofiles h2 {
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  font-size: 18px;
  padding:25px 0px 50px 0px;
  font-weight: 700;
  text-align:center;
  text-transform: uppercase;
  color:#000;
}

.trprofile_p {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	height:185px;
	font-size:15px;
	text-align:justify;
	line-height:24px;
	letter-spacing:.5px;
}

.trprofile_a {
	text-align:center;
}

.trprofile_a a {
	text-decoration:none;
	color: #b94600;
}

.trprofile_a a:hover {
	color: #0e1954;
}

.trspotlight_a a{
	text-decoration:none;
	color: #b94600;
}

.trspotlight_a a:hover{
	color: #0e1954;
}


#contact_left {
	width: 600px;
	float:left;
	padding-bottom:90px;
}

#contact_right {
	font-family: 'Roboto', sans-serif;
  	font-weight:500;
	width: 360px;
	float:left;
	padding-bottom:90px;
	padding-top:25px;
}

#contact_right ul li {
  display: inline-block;
  width:50px;
  text-align:left;
}

#contact_right ul li a:hover{
	opacity:0.8;
}

/*---------------- TRAINER PROFILES ---------------------*/

#profile_left{
	width:280px;
	padding:20px;
	float:left;
	text-align:center;
	margin-top:70px;
}

#profile_right{
	width:600px;
	padding:20px;
	float:right;
	margin-top:70px;
}

#trainer_name{
	font-family: 'Roboto', sans-serif;
	font-weight:800;
	font-size:34px;
	padding:0px 0px 40px 0px;
	letter-spacing:1px;
	color:#000;
	text-transform:uppercase;
}

#phone, #email, strong{
	font-size:14px;
	padding:15px 0px 0px 0px;
	margin:0px auto;
	font-weight:800;
}

#trainer_social{
	display:block;
	width:280px;
	padding:30px 0px;
}

#trainer_bio{
	font-size:16px;
	line-height: 26px;
	letter-spacing:.5px;
}

#trainer_social li{
	display:inline-block;
	width:90px;
}

#trainer_social a{
	text-decoration:none;
	color:#000;
}

#single_color_logo{
	width:960px;
	margin:auto;
	text-align:center;
	padding-top: 50px;
}

/*---------------- FOOTER ---------------------*/

footer {
	width:100%;
	background-color:#0e1954;
	clear:both;
}

#footer_content {
	width:960px;
	margin:auto;
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:12px;
}

#footer_content a{
	color:#FFF;
	text-decoration:none;
}

#footer_content a:hover{
	color:#b94600;
}

#fc_left, #fc_center, #fc_right {
	float:left;
	width:320px;
	height:150px;
	padding: 25px 0px 25px 0px;
}

#fc_left li, #fc_center li, #fc_right li {
	letter-spacing:2px;
	padding: 10px 0px 0px 0px;
}

#fc_center li{
	padding-left:100px;
}

#fc_right p {
	font-weight:400;
	line-height:20px;
	letter-spacing:1px;
	padding-left:193px;
}
	

#fc_bottom {
	text-align:center;
	clear:both;
	padding:0px 0px 25px 0px;
}

#fc_bottom p {
	padding:10px 0px 10px 0px;
	letter-spacing:2px;
}

/*---------------- NAVIGATION ---------------------*/
nav{
	width:100%;
	height:50px;
	background-color:#fff;
	border-top: 2px solid #0e1954;
	border-bottom: 2px solid #0e1954;
	position:relative;
	z-index:100;
}

nav ul {
	width:960px;
	list-style:none;
	margin:auto;
}

nav ul li {
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  font-style:italic;
  display: inline-block;
  width:188px;
  text-align:center;
  font-size:20px;
  padding:16px 0px 16px 0px;
}

nav ul li a{
	color:#0e1954;
	text-decoration:none;
}

nav ul li a:hover{
	color:#b94600;
}

/*----------------TOP SCROLL----------------------------*/

.scroll-to-top {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	display:none;
	position: fixed; bottom: 50px; right:15px;
	padding:0px 10px 0px 0px;
	font-size:18px;
	letter-spacing:2px;
	}

.scroll-to-top a{
	color:#CCC;
	text-decoration:none;
}

.scroll-to-top a:hover { 
	color:#666; 
}

/*---------------- SECTIONS ---------------------*/

section.module p {
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  margin-bottom: 53px;
  font-weight: 300;
}

section.module.content {
  color:#FFF;
  clear:both;
  overflow:hidden;
}

#plax1 {
	height:700px;
}

section.module.parallax {
  height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  clear:both;
}

section.module .page_header {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  line-height: 90px;
  padding:70px 0px 70px 0px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color:#FFF;
}

section.module .page_header span {
	display: inline-block;
	border-top: 5px solid white;
    border-bottom: 5px solid white;
}

section.module.parallax-1 {
  background-image: url(../images/gym-equip.jpg);
}

section.module.parallax-2 {
  background-image: url(../images/gym-interior.jpg);
}

section.module.parallax-3 {
  background-image: url(../images/dumbbells.jpg);
}

section.module.parallax-4 {
  background-image: url(../images/tires-bags.jpg);
}

/*@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}*/

/*------------------------------ Form Start -----------------------------*/

#contact-area {
	width: 513px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	padding: 5px;
	width: 500px;
	font-size:18px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	background:rgba(255, 255, 255, 0.7);
}

#contact-area textarea {
	height: 150px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	color:#FFF;
	background:#0e1954;
}

#contact-area input.submit-button:hover {
	background:rgba(0, 0, 0, 0.5);
}

textarea{
	resize:none;
}

p.error, p.success {
			font-weight: bold;
			padding: 10px;
			border: 1px solid;
		}
		p.error {
			background: #fff;
			color: #000;
		}
		p.success {
			background: #fff;
			color: #000;
		}
/*------------------------------ PRICING TABLE -----------------------------*/

.pricing-container{
  width: 300px;
  text-align:center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:400;
  float:left;
  padding: 0px 10px 120px 10px;
}
  .header{
    background:rgba(0, 0, 0, 0.6);
    color:#fff;
    padding:25px;
    font-size:2.5em;
    font-weight:300;
    border-radius:5px 5px 0 0;
  }
  .price{
    background:#0e1954;
    color:#fff;
    padding:10px;
    font-size:1.3em;
  }
    
  .itemsWrapper{
	height:240px;
    border-radius:0 0 5px 5px;
    background:rgba(255, 255, 255, 0.6);
    
  }
    .items{
      list-style:none;
      padding:15px;
      margin:0;
    }
    .item{
      padding:7px;
      text-transform:capitalize;
	  color:#000;
	  line-height:22px;
    }

/*-------------------------------- Tables ---------------------------------*/

table, td, th {
    border: 1px solid black;
	padding:15px;
	text-align:right;
}

table {
    width: 100%;
	margin:30px 0px 30px 0px;
}

th {
    height: 30px;
	text-align:center;
	vertical-align:middle;
	background-color:#16a2b3;
	color:#FFF;
}