/*
	Theme Name: TB Fitness
	Author: ThemesBro
	Author URI: http://themesbro.com/
	Description: A WordPress theme based on ThemesBro framework.
	Version: 2.0
*/

@import url('css/bootstrap.css');
@import url('css/font-awesome.css');

@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url('http://themes.googleusercontent.com/static/fonts/ubuntucondensed/v3/DBCt-NXN57MTAFjitYxdrFzqCfRpIA3W6ypxnPISCPA.woff') format('woff');
}

@font-face {
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Pontano Sans'), local('PontanoSans-Regular'), url('http://themes.googleusercontent.com/static/fonts/pontanosans/v1/gTHiwyxi6S7iiHpqAoiE3HhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}

@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/fjallaone/v1/rxxXUYj4oZ6Q5oDJFtEd6hsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

body {
	background:#000;
	color:#888;
	font-family: 'Pontano Sans';
}
h1, h2, h3, h4 {
	font-weight:normal;
	font-family: 'Fjalla One';
	color:#ccc;

}
#header {
	background:url(images/header.png);
	width:100%;
	position: fixed;
	z-index:999;
	border-bottom:3px solid #222;
	z-index:9999;
}
/*icon menu*/
#menu-icons {
	position:absolute;
	z-index:500;
	right:0%;
	bottom:25%;
	text-align:center;
	width:100%;
	
}
a.icons-menu {
	width:101px;
	height:101px;
	display: inline-block;
	position:relative;
	margin:5px 0 20px 0;
	margin:0 15px;
}
a.icons-menu span {
	position:absolute;
	z-index:10;
	display: block;
	text-transform:uppercase;
	color:#000;
    font-family: 'Ubuntu Condensed';
	font-size:13px;
	text-align:center;
	bottom:11px;
	left:0px;
	width:101px;
}
/**/
/*Call to Action 2 buttons home page*/
.icon-mobile-phone {
	font-size:29px;
	color:#fff;
}
.mobile-center .btn {
	font-size:20px;
	padding:8px 25px;
}
.phone-btn {
  font-family: 'Ubuntu Condensed';
  font-size:18px;
  padding-left:10px;
  margin-top:4px;
  padding:5px 25px !important;
  cursor:default;	
}
/**/

#slider {
	position:relative;
}
/*Bottom bar*/
#bottom-bar {
	width:100%;
	position:absolute;
	bottom:0px;
	z-index:800;
}
.bottom-bar-content {
	background:#111 !important;
	padding:8px 8px 0px 8px;
	margin:0 50px !important;
	color:#666;
	font-family: 'Pontano Sans';
	font-size:17px;
	font-size:14px;
}
.bottom-line {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #222;
}
/*Home Content*/
.content-top {
	border-top:8px solid #111;
	padding-top:20px;
}
.testimonial {
	background:#111;
	padding: 10px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	font-size:13px;
}
.testimonials span {
	display: block;
	line-height:14px;
}
.testimonials {
	margin-bottom:15px;
}
.about img {
 	padding:2px;
	background:#222;
}
.about {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #222;
}
/* Right Boxes on home page*/

/*.thumbnail img {
		filter: url(css/filters.svg#grayscale); /* Firefox */
		filter: gray; /* IE */
		-webkit-filter: grayscale(1); /* Webkit */*/
}
.thumbnail:hover img{
		filter: none;
		-webkit-filter: grayscale(0);
}
.thumbnail {
    border:4px solid #222;
    border-radius:0px;
    box-shadow: 0;
    display: block;
    line-height: 20px;
    padding: 4px;
	background:#111;
}
.thumbnail {
  font-family: 'Pontano Sans';
  color:#555;
  line-height:17px;
}
.thumbnail h3 {
	line-height:20px;
	font-family: 'Fjalla One';
	color:#666;
	font-size:20px;
}
.thumbnail h3 a {
	color:#666;
}
.thumbnail h3 a:hover {
	color:#999;
	text-decoration:none;
}
/*Video*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:500;
}
.video-cat {
	display:block; color:#888;
  font-family: 'Ubuntu Condensed';
}
.video-cat a {
	color:#888;
}
.homepage ul li {
	background:url(images/li.gif) no-repeat 0px 3px;
	list-style-type:none;
	padding-left:20px;
	line-height:16px;
	margin-bottom:3px;
}
/*twitter*/
.latest-tweet {
	/*background:url(images/twitter.png) no-repeat top left;*/
	padding:7px 8px 8px 8px;
}
.latest-tweet h4 {
	padding:0px 0px 5px 0;
	margin:0px;
	font-size:17px;
	line-height:17px;
}
.latest-tweet p {
	margin:0px;
}
.bg-grey {
	background:#222;
	padding:8px;
}
.bg-dark {
	background:#111;
	padding:7px 4px 4px 4px;
}
.latest-tweet ul.slides li {
	line-height:15px;
}
/*menu*/
.navbar .brand {
	padding:0 20px;
}
.navbar-inverse .navbar-inner {
    background: none;
    border: 0px;
	padding:0px;
	margin:0px;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #eee;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-family: 'Fjalla One';
	font-size:16px;
}
ul.nav {
	margin:0px;
	padding:0px;
}
.nav > li > a {
	background:url(images/menu.png);
	display:block;
	margin:0 0px 0 1px;
}
.navbar, .navbar .nav {
	margin:0px;
}
.navbar .nav {
	margin-top:22px;
}

.navbar .nav > li {
	list-style-type: none;
	float: left;
	position: relative;
}
.navbar .nav ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	margin:0px;
	padding:0px;
}
.navbar .nav ul li {
	min-width: 180px;
	list-style-type:none;
	border-radius:0px;
}
.navbar .nav ul ul {
	left: 100%;
	top: 0;
}
.navbar .nav ul a {
	background: #000;
	line-height: 1em;
	padding:8px 10px;
	width: 160px;
	height: auto;
	font-size: 15px;
	border-radius:0px;
	color:#fff;
	display:block;
	font-family: 'Ubuntu Condensed';
}
.navbar .nav li:hover > a,
.navbar .nav ul ul :hover > a {
	background: #222;
	color: #fff;
	text-decoration:none;
}
.navbar .nav ul a:hover {
	background:#ccc;
}
.navbar .nav li:hover > a {
	background:#222;
}
.navbar .nav li:hover > ul {
	display: block;
}
.navbar .nav li.current_page_item > a,
.navbar .nav li.current-menu-ancestor > a,
.navbar .nav li.current-menu-item > a,
.navbar .nav li.current-menu-parent > a {
	color: #fff;background:#222;
}
.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
	color:#fff;
	font-weight:normal;
}
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
	background:#222;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    border-radius:0px;
}

/*Footer*/
#footer {
	border-top:1px solid #111;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	padding:15px 0;
	margin-top:50px;
}
#footer ul li {
	list-style-type: none;
	display: inline-table;
}
#footer ul li ul {
	display: none;
}
#footer ul li a {
	color:#666;
	padding:0 2px;
}
#footer a {
	color:#666;
}
.social {
	padding:10px 0;
}
.social a{
	padding:0 5px;
	color:#8f8f8f;
	font-size:20px;
}
.social a:hover {
	text-decoration:none;
	color:#fff;
}
/*/*/

.navbar .btn, .navbar .btn-group {
    margin-top: 23px;
}
.visible-mob {
	display: none;
}
.hidde-mob {
	display: block;
}
#inner-page #bottom-bar,#inner-page .bottom-bar-content, #inner-page .bg-dark {
	margin:0px; background: none;
}
.static {
	position:static !important;
}
/*sidebar*/
.sidebar h3 {
	color:#ccc;
	font-size:22px;
	font-family: 'Pontano Sans';
	padding:15px 0;
	margin:0px;
}
.sidebar ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.sidebar {
	color:#999;
	padding:10px 20px;
}
.sidebar i {
	color:#fff;
	font-size:15px;
}
.sidebar i.icon-envelope {
	font-size:12px;
}
.sidebar i.icon-mobile-phone {
	font-size:22px;
}
.sidebar i.icon-map-marker {
	font-size:17px;
}
.sidebar p {
	padding:2px 0px;
	margin:0px;}
.sidebar a {
	color:#999;
}
.sidebar .badge {
	 border-radius:50px;
    font-family: 'Ubuntu Condensed';
	  text-shadow:none;
	  background:url(images/days.png);
	  padding:6px;
	  width:15px;
	  text-align:center;
	  color:#000;
	  font-size:12px;
	  font-weight:normal;
 }
 /**/
 /*Pagination*/
.pagination ul > li > a, .pagination ul > li > span {
	margin:2px;
	border-radius:0px;
	background:#222;
	border:0px;
	color:#999;
	 font-family: 'Ubuntu Condensed';
}
.pagination ul > li > a:hover, .pagination ul > li > span:hover {
	background:#333;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #555;
	color:#fff;
}
/*Contact Form 7*/
input.wpcf7-text,
.wpcf7-textarea {
	border:1px solid #222;
	padding:5px;
	background:#111;
	color:#ccc;
	font-family: 'Ubuntu Condensed';
  border-radius:0px;
  width:90%;


}
.wpcf7-textarea {
	font-family: 'Ubuntu Condensed';
  height:80px;
}
.wpcf7-submit {
	background:#2e2e2e;
	border:1px solid #2e2e2e;
	color:#fff;
	font-family: 'Ubuntu Condensed';
	padding:8px 15px;
}
.wpcf7-submit:hover {
	background:#0f0f0f;
	border:1px solid #0f0f0f;
}
span.wpcf7-not-valid-tip {
    background:#560e0e !important;
    border: 1px dotted #6b0d0d!important;
    font-size: 10pt!important;
    left: 0!important;
    padding: 2px!important;
    position: absolute!important;
    top: 132%!important;
    width: 98%!important;
    z-index: 100!important;
	font-family: 'Ubuntu Condensed';
	color:#ccc;
}
div.wpcf7-validation-errors {
    border: 1px dotted #ccc !important;
}
.tbpl-category {
    background-color: #212121;
    padding: 6px 10px;
}
.tbpl-row {
    border-bottom: 1px dotted #444444;
    margin-bottom: 15px;
    padding: 10px;
}
.tbpl-input-field {
    float: left;
    width: 33%;
}
/*Post*/
.post {
	margin-bottom:25px;
	border-bottom:1px dashed #222;
}

.post h2 {
  font-family: 'Ubuntu Condensed';
  font-size: 24px;
  padding: 0px 0 10px 0;
  margin:0px;
  line-height:25px;
}
a.more {
	display:block;
	width: 25px;
	height: 25px;
	background:url(images/more.png);
	float: right;
	margin:15px 0; opacity: 0.7;
}
.meetteam h3 a {
	color:#666666;
}
a.more:hover {
	opacity:1;
}
.post img, .single-post img {
	padding: 5px;
	background:#222;
	margin-bottom: 15px;
}

.data {
	color:#fff;
	display:block;
}
/*based css*/
/*Tables*/
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #111;
}

.table th, .table td {
    border-top: 1px solid #222;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.table th {
    font-weight: normal;
	font-size:17px;
	font-family: 'Ubuntu Condensed';
	color:#ccc;
}

.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #333;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #333;
}
/*Images */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	padding:2px;
	background:#222;
}
/*Buttons*/
.btn-success {
	background:#609700;

}
.btn-success:hover {
	background:#4f7c00;
}
.btn-warning {
	background:#d0a200;

}
.btn-warning:hover {
	background:#b58d00;
}
.btn {
	border-radius:0px;
	font-family: 'Fjalla One';
	text-transform:uppercase;
	border:0px;
	box-shadow:none;
	margin:4px 0;
	padding:8px 10px 6px 10px;
}
.btn-primary {
	background:#48199f;
}
.btn-primary:hover {
	background:#37078f;
}
.btn-info {
	background:#00576a;
}
.btn-info:hover {
	background:#014b50;
}
.btn-danger {
	background:#8b0700;
}
.btn-danger:hover {
	background:#6a0500;
}
.btn-warning {
	background:#fe8300;
}
.btn-warning:hover {
	background:#c04d00;
}
.phone-btn:hover {
	background:#00576a;
}
/*breadcrumb*/
.breadcrumb {
	background:none;
	border-radius:0px;
	font-family: 'Ubuntu Condensed';
	border-bottom:1px solid #222;
	padding-left: 0px;
}
ul.breadcrumb {
	margin-bottom:25px;
}
.breadcrumb > li {
	text-shadow: none;
}

/*Responsive*/
@media screen and (max-width: 980px) {
.phone-btn, .hidde-mob {
		display:none;
	}
.visible-mob {
	display: inline-block;
	 padding:5px 25px !important;
}

#menu-icons {
	bottom:50%;
	
}

#header {
	position:static;
}
.navbar .nav > li {
	display: block;
	float:none;
	background:none;
}
.nav-collapse {
	background: url(images/menu.png);
	border-radius:0;
}
.navbar .nav ul {
	display:block;
	position:relative;
	top:auto;
	left:auto;
	height: auto;
	float:none;
	margin:0px;
	background:none;
	border:0px;
	z-index:9999;
}
.navbar .nav ul a {
	background:none;
}
.navbar .nav > li > a {
	padding:5px 10px;
	margin-right:0px;
	font-size: 17px;
	background:none;
}
.navbar .nav ul li a {
	font-size:14px;
	padding:8px 10px 8px 25px;
}
.navbar-inverse .btn-navbar {
	 background: #222;
	 border-radius:0px;
    border:0px;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
}
@media screen and (max-width: 767px) {
#menu-icons {
	display:none;
}
.mobile-center {
	text-align:center;
}
}
@media screen and (max-width: 520px) {
.bg-grey {
	display:none;}
#bottom-bar {
	position:static;
	margin:0px;
}
.bottom-bar-content {
margin:0px;
}
.navbar .brand {
	float:none;
	text-align:center;
	padding-bottom:20px;
	margin:0px;
}
}

.loading {min-height: 585px; background: url('images/loader.gif') no-repeat center center;}