@charset "utf-8";

/************************** Import Fonts and Icons *************************/

/* Cabin - From Google Fonts */
@import url("http://fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic");
@import url("prettyPhoto/prettyPhoto.css");


/************************* General Styles for Tags *************************/
a {
	outline: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

address { 
	font-size: .9em;
	line-height: 1.8em; 
	color: #666;
}

blockquote {
	background: #f9f9f9;
	border-left-color: #FFD700;
	color: #666;
	font-size: .9em;
	font-style: italic;
	line-height: 1.8em; 
}

body {
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
}

canvas{
	width: 100% !important;
	max-width: 800px;
	height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cabin', sans-serif;
	color: #ff0000;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
}

h2 { 
	border-left: 2px solid #bbb;
	font-size: 2.1em;
	line-height: .7em;
	margin-bottom: 20px;
	padding: 0 0 0 5px;
}

img {
	width: 100%;
}

img.pull-right {
	margin: 0 0 1.5em 1.5em;
}

img.pull-left {
	margin: 0 1.5em 1.5em 0;
}

p { 
	font-size: .9em;
	line-height: 1.8em; 
	color: #666;
}

ul { padding: 0; }

.btn {
	text-transform: capitalize;
	background: #b0b0b0;
	color: #fff;
	display: inline-block;
	font-size: 1em;
	height: auto;
	line-height: 1;
	opacity: 1;
	position: static;
	padding: 15px 20px;
	text-shadow: none;
	width: auto;
	font-weight: 400;
	-webkit-transition: ease-in .4s;
	-moz-transition: ease-in .4s;
	-o-transition: ease-in .4s;
	-ms-transition: ease-in .4s;
	transition: ease-in .4s;
}
.btn:hover {
	background: #ff0000;
	color: #FFD700;
	opacity: 1;
}

/************ Transition ************/
.social li a {
	-webkit-transition: ease-in .4s;
	-moz-transition: ease-in .4s;
	-o-transition: ease-in .4s;
	-ms-transition: ease-in .4s;
	transition: ease-in .4s;
}



/***************************************************************************/
/********************** General Styles for Components **********************/
/********************************* Scrollbar *******************************/
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(182,182,182,0.8); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(182,182,182,0.4); 
}




/********************************* Horizontal line *******************************/
.horizontal-line {
    border-top: 1px solid #E3E3E3;
    float: left;
    margin: 40px 0;
    width: 100%;
}



/********************************* Dropdowns *******************************/
.dropdown {  
	z-index: 2000; 
}

.dropdown ul {
	display: none;
	left: 0;
	overflow: visible;
	position: absolute;
	text-align: left;
	top: 100%;
}

.dropdown:hover ul {
	display: block;
}

.dropdown ul li {
	display: inline-block;
	list-style: none;
}

.dropdown ul li a {
	display: inline-block;
	margin: 0;
	padding: 0 15px;

}


/********************************* Carousel ********************************/
.carousel-control {
	background: #b0b0b0;
	color: #fff;
	display: inline-block;
	font-size: 1.5em;
	height: 42px;
	line-height: 42px;
	opacity: 1;
	position: static;
	text-shadow: none;
	width: 42px;
	font-weight: 400;
	-webkit-transition: ease-in .4s;
	-moz-transition: ease-in .4s;
	-o-transition: ease-in .4s;
	-ms-transition: ease-in .4s;
	transition: ease-in .4s;
}

.carousel-control:hover,
.carousel-control:focus {
	background: #ff0000;
	color: #FFD700;
	opacity: 1;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: static;
}


/*********************************** Panel *********************************/
.panel {
	background: #e6e6e6;
	border-radius: 0;
	padding: 15px;
	position: relative;
}

.panel .panel-heading {
	font-size: 1.45em;
	font-weight: 700;
}

.panel .panel-heading span {
	color: #666;
	display: block;
	font-size: .6em;
	font-style: italic;
	font-weight: 400;
}

.corner {
  color: #fff;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 2px;
}

.ribbon {
	text-transform: uppercase;
	font-size: 5em;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 35px 50px 10px 0;
	left: -5px;
	top: -7px;
	width: 137px;
}

.panel .corner .hot {
	background-color: #f0414d;
}

.panel .corner .top {
	background-color: #1c9845;
}

.panel .corner .new {
	background-color: #ff0000799a;
}

.panel .list-group li {
	background: none;
	border-color: #fff;
	color: #666;
	font-size: .9em;
}

.panel .list-group li i {
	font-size: 1.2em;
	margin-left: -15px;
}

.panel .panel-footer {
	background: #ff0000;
	border-radius: 0;
	color: #FFD700;
	display: block;
	font-weight: 700;
	margin: 20px -15px -15px -15px;
	text-align: center;
		-webkit-transition: ease-in .4s;
	-moz-transition: ease-in .4s;
	-o-transition: ease-in .4s;
	-ms-transition: ease-in .4s;
	transition: ease-in .4s;
}

.panel .panel-footer:hover {
	background: #FFD700;
	color: #ff0000;
}

.panel .panel-footer i {
	font-size: 1.3em;
	margin-left: 5px;
}



/******************************* Progress Bar ******************************/
.progress {
	background-color: #dddddd;
	border-radius: 0;
	height: auto;
}

.progress .bar {  
	background-color: #ff0000;
	background-image: none;
	border-radius: 0;
	color: #FFD700;
	font-size: .9em;
	font-weight: 400;
	padding: 0.5em 1em;
	text-align: left;
}



/********************************* Accordion *******************************/
.panel-accordion {
	background: none;
	padding: 0;
}

.panel-accordion .panel-heading {
	padding: 10px 0;
}

.panel-accordion .accordion-toggle {
	font-size: 1.4em;
}

.panel-accordion .accordion-toggle span,
.panel-accordion .accordion-toggle:hover span.invert {
	background: #FFD700;
	border-radius: 3px;
	color: #ff0000;
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	margin: 0 15px 0 0;
	text-align: center;
	width: 30px;
}

.panel-accordion .accordion-toggle:hover span,
.panel-accordion .accordion-toggle span.invert {
	background: #ff0000;
	color: #FFD700;
}



/******************************* Testimonial *******************************/
.testimonial-container p {
	border-radius: 3px 3px 3px 3px;
	border: 2px solid #cdd1d0;
	margin: 0 25px 0 0;
	padding: 1.5em 2em;
}

.testimonial-container span.border {  
	border-right: 32px solid transparent;
	border-top: 22px solid #cdd1d0;
	display: block;
	margin-left: 4em;
	margin-top: -2px;
	width: 0;
}

.testimonial-container span.back {  
	border-right: 25px solid transparent;
	border-top: 18px solid white;
	display: block;
	margin-left: 2px;
	margin-top: -22px;
	width: 0;
}

.testimonials-name {  
	margin: 0;
}

.testimonials-position {
	color: #4c4f54;
	margin: 0;
	text-transform: uppercase;
}



/*********************************** Tabs **********************************/
.nav-tabs {
	border-bottom: 0;
	font-size: 14px;
}

.nav-tabs > li > a {
	background: #1C9845;
	border-left: 0;
	border-radius: 0;
	border: 1px solid #DDD;
	color: white;
	font-weight: bold;
	margin-right: 0;
	padding: 0.6em 2em;
	text-transform: uppercase;
}

.nav-tabs > li > a:first-child { 
	border-left: 1px solid #DDD;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
	color: #ff0000;
}

.nav-tabs > li > a:hover {
	background: #252f38;
}

.tab-content {
	padding: 2em;
}



/******************************** Tabs Left ********************************/
.tabs-left .nav-tabs {
	padding: 0;
}

.tabs-left .nav-tabs > li {
	border-bottom: 1px solid #ddd;
	float: none;
}

.tabs-left .nav-tabs > li a {
	background:none;
	border: none;
	color: #4c4f55;
	display: table-cell;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	margin: 0 0 0 50px;
	padding: 0 1em 0 2em;
	text-transform: capitalize;
	vertical-align: middle;
	width: 217px;
}

.tabs-left .nav-tabs > li:hover a {
	color: #ff0000;
}

.tabs-left .nav-tabs > li.active {
	background-color: #fff;
	border-bottom-left-radius: 3px;
	border-left: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top: 1px solid #ddd;
	margin-right: -1px;
	z-index: 1;
}

.tabs-left .nav-tabs > li.active a {
	border: 0;
	color: #252f38;
}

.tabs-left .tab-content {
	border: none;
	border-left: 1px solid #ddd;
}





/***************************************************************************/
/**************************** Plugins / Modules ****************************/

/**************************** Isotope filtering ****************************/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	-webkit-pointer-events: none;
	   -moz-pointer-events: none;
		-ms-pointer-events: none;
		 -o-pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	   -moz-transition-duration: 0.8s;
		-ms-transition-duration: 0.8s;
		 -o-transition-duration: 0.8s;
			transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	   -moz-transition-property: height, width;
		-ms-transition-property: height, width;
		 -o-transition-property: height, width;
			transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	   -moz-transition-property:    -moz-transform, opacity;
		-ms-transition-property:     -ms-transform, opacity;
		 -o-transition-property:      -o-transform, opacity;
			transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	   -moz-transition-duration: 0s;
		-ms-transition-duration: 0s;
		 -o-transition-duration: 0s;
			transition-duration: 0s;
}





/***************************************************************************/
/******************* General Styles for Commons Sections *******************/

/********************************* General *******************************/
.row { 
	margin: 60px 0 0 0;
}

.row .row { 
	margin: 0 0 30px 0;
}




/******************************** Social Icons *****************************/
.social li  {
	display: block;
	float: right;
	list-style: none;
	text-align: center;
	margin-left: 1px;
}

.social li a {
	background: #333;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 1.0em;
}

.social li a i {
	color: #979797;
}
.social li a:hover i {
	color: #fff;
}

.social li a.twitter:hover {
	background: #ff0000aced;
}

.social li a.facebook:hover {
	background: #3b5998;
}

.social li a.gplus:hover {
	background: #dd4b39;
}

.social li a.linkedin:hover {
	background: #ff00007bb6;
}

.social li a.pinterest:hover {
	background: #cb2027;
}

.social li a.vimeo:hover {
	background: #aad450;
}

.social li a.play:hover {
	background: #bb0000;
}

.social li a.instagram:hover {
	background: #517fa4;
}

.social li a.instagram:hover {
	background: #ff0084;
}




/******************************* Aside *****************************/
aside h2 {
	border-bottom: 2px solid #FFD700;
	border-left: none;
	clear: both;
	font-size: 1.5em;
	font-weight: 400;
	margin: 60px 0 0 0;
	padding: 0 0 .75em 0;
}

aside h2:first-child {
	margin: 0
}

aside .arrow {
	border-color: #ffd502 transparent transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	display: block;
	height: 0px;
	margin: 0 0 20px 20px;
	width: 0px;
}

aside ul li {
	list-style: none;
}

aside ul li i {
	color: #999;
}
	
aside ul li a {
	color: #999;
	display: inline-block;
	font-size: .9em;
	height: 2em;
}

aside ul li a:hover {
	color: #ff0000;
}



/*********************************** Posts *********************************/
.post {
	margin-bottom: 60px;
}

.post .date {
	background: #bbb;
	color:#fff;
	float: left;
	height: 120px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}

.post .date .day {
	display: block;
	font-size: 1.6em;
	height: 25px;
	margin: 15px 0 0 0;
	vertical-align: bottom;
	width: 100%;
}

.post .date .month {
	display: block;
	font-size: .75em;
	height: 40px;
	line-height: 40px;
	margin: 0 0 15px 0;
	vertical-align: top;
	width: 100%;
}

.post .date .comments {
	background: #888;
	display: block;
	font-size: .7em;
	height: 30px;
	line-height: 30px;
	width: 100%;
}

.post .date .comments a {
	color: #fff;
}

.post .date:hover {
	background: #ff0000;
}

.post .date:hover .comments {
	background: #454545;
}

.post .content {
	margin-left: 100px;
}

.post .content .post-img { 
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

.post .content .post-img img { 
	width: 100%;
}

.post .content .post-img .more { 
	background: rgba(30,30,30,0.3);
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}

.post .content .post-img .more a {
	background: #ff0000;
	color: #FFD700;
	display: block;
	font-size: 3em;
	height: 66px;
	left: 50%;
	line-height: 66px;
	margin: -33px 0 0 -33px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 66px;
}

.post .content .post-img .more a i {
	font-size: 0.6em;
	line-height: 2.2;
	display: block;
	margin: 0 auto;
}

.post .content .post-img:hover .more { 
	display: block;
	cursor: pointer;
}

.post .content .post-img .foot { 
	background: #f0f0f0;
	color: #a7a7a7;
	font-size: .8em;
	font-weight: 700;
	line-height: 43px;
	min-height: 43px;
}

.post .content .post-img .foot span { 
	margin: 0 15px;
}

.post .content .post-img .foot span a { 
	color: #a7a7a7;
	font-size: 1.5em;
	margin: 0 5px;
}

.post .content .post-img .foot span a:hover { 
	color: #ff0000;
}


/******************************** Comments *********************************/
.container-comments .single-comment {
	border-bottom: 1px dotted #888;
	padding-bottom: 20px;
	padding-top: 10px;
}

.container-comments .single-comment header {
	height: 80px;
}

.container-comments .single-comment header h4 {
	font-size: .8em;
	font-weight: 400;
	margin-bottom: 0;
}

.container-comments .single-comment header small {
	color:  #5d5d5d;
	font-size: 0.7em;
}

.container-comments .single-comment header img {
	background: #f8ffa2;
	border-radius: 2px;
	border: 1px solid #efefef;
	float: left;
	height: 78px;
	margin: 0 15px 0 0;
	width: 78px;
}

.container-comments .single-comment header .btn {
	border: none;
	font-size: .8em;
	font-weight: normal;
	margin: 15px 0 0 0;
	padding: 1em;
}





/********************************** Grid ***********************************/
.grid.magic-grid { 
	padding: 0;
}

.grid.magic-grid .filters { 
	background: #ff0000;
	margin: 0 10px 2em;
	min-height: 35px;
	padding: 0 1em;
}

.grid.magic-grid .filters button { 
	background: #ff0000;
	border: none;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	height: 35px;
	padding: 0 1em;
	text-transform: uppercase;
	outline: 0;
}

.grid.magic-grid .filters button:hover { 
	outline: 0;
	color: #FFD700;
}

.grid.magic-grid .filters button.active { 
	outline: 0;
	background-color: #FFD700;
	color: #ff0000;
	height: 45px;
	margin: -5px 0;
}

.grid.magic-grid .element { 
	cursor: pointer;
	margin: 10px;
	width: 265px;
	position: relative;	
}

.grid.magic-grid .element .text { 
	background-color: #FFD700;
	font-size: 1.2em;
	font-weight: 700;
	height: 20%;
	padding: 10px 15px;
}

.grid.magic-grid .element .text p { 
	color: #ff0000;
	line-height: 1.2em;
	margin: 0;
}

.grid.magic-grid .element .text span { 
	display: block;
	font-size: .7em;
	line-height: 1.5em;
}

.grid.magic-grid .element .more { 
	background: rgba(30,30,30,0.3);
	display: none;
	height: 80%;
	position: absolute;
	width: 100%;
}

.grid.magic-grid .element .more a {
	background: #ff0000;
	color: #FFD700;
	display: block;
	font-size: 3em;
	height: 66px;
	left: 50%;
	line-height: 66px;
	margin: -33px 0 0 -33px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 66px;
}

.grid.magic-grid .element:hover .text { 
	background: #ff0000;
	color: #FFD700;
	-webkit-transition: ease-in .4s;
	-moz-transition: ease-in .4s;
	-o-transition: ease-in .4s;
	-ms-transition: ease-in .4s;
	transition: ease-in .4s;
}
.grid.magic-grid .element:hover .text p { 
	color: #FFD700;
}

.grid.magic-grid .element:hover .more { 
	display: block;
}


/****************************** Comment Forms ******************************/
.form-comment  {
	margin-top: 60px;
}

.form-comment .form-group {
	margin: 20px 0 0;
	width: 48%;
}
.form-comment .form-group.txt {
	width: 100%;
}
.form-comment button {
	margin-top: 20px;
}

.form-comment input {
	width: 100%;
}



/******************************  Most Viewed  ******************************/
.most-viewed {
	float: left;
	font-size: .9em;
	font-weight: 700;
	margin:  0 0 20px 0;
	width:	100%;
}

.most-viewed a {
	color: #888;
	display: block;
}

.most-viewed a:hover {
	color: #ff0000;
}

.most-viewed span {
	color: #888;
	font-size: .9em;
	font-weight: normal;
}

.most-viewed div {
	float: left;
	height: 60px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	width: 60px;
}

.most-viewed div img {
	width: 100%;
}



/*********************************** Tags **********************************/
.tags {
	font-size: .9em;
}

.tags a {
	color: #888;
}

.tags a:hover {
	color: #ff0000;
}



/******************************* Sports News *******************************/
#sports-news .item > div {
	float: left;
	margin: 10px;
	position: relative;
	width: 23%;
}

#sports-news .item div .more { 
	background: rgba(30,30,30,0.3);
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}

#sports-news .item div .more a {
	background: #ff0000;
	color: #FFD700;
	display: block;
	float: left;
	font-size: 235%;
	height: 26%;
	margin: -13% 5% 0;
	position: relative;
	text-align: center;
	top: 50%;
	width: 26%;
	-webkit-transition: ease-in .4s;
	-moz-transition: ease-in .4s;
	-o-transition: ease-in .4s;
	-ms-transition: ease-in .4s;
	transition: ease-in .4s;
}

#sports-news .item div .more a i {
	font-size: 0.7em;
}

#sports-news .item div .more a:hover {
	background: #FFD700;
	color: #ff0000;
}

#sports-news .item div .more a:first-child {
	margin-left: 20%;
}

#sports-news .item div:hover .more { 
	display: block;
}





/***************************************************************************/
/************************ General Styles for Header ************************/

header .row {
	margin: 0px;
	
}

header .topbar {
	background: #FFD700 center;
	color: #fff;
	font-weight: bold;
	line-height:0.4;
	text-transform: uppercase;
}
header .topbar .row > div:first-child {
	padding: 1.5% 0; 
}

header .topbar i {
	color: #FFD700;
}

header .navbar {
	background: #313140;
	border-radius: 0;
	border: none;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0;
	min-height: 138px;
	text-transform: uppercase;
}

header .navbar .navbar-header {
	margin: 0px 0;
}

header .navbar .navbar-header .navbar-toggle {
	background: #FFD700;
}
header .navbar .navbar-header .navbar-toggle span {
	background: #FF0000;
}

header .navbar .navbar-nav {
	float: right;
}

header .navbar .navbar-nav li a {
	color: #fff;
	height: 138px;
	line-height: 138px;
	padding: 0 1em;
}

header .navbar .navbar-nav li a:hover, header .navbar .navbar-nav li a:focus {
	background: none;
	color: #FFD700;
}

header .navbar .navbar-nav>li.active a{
	background: #FFD700;
	color: #FF0000;	
}

header .navbar .navbar-nav .dropdown ul { 
	font-size: .8em;
	font-weight: 700;
	margin: 0 0 0 -2px;
	padding: 0;
	text-transform: none;
}

header .navbar .navbar-nav .dropdown ul li { 
	background-color: #FF0000;
	border-bottom: 1px solid #333;
	padding: 0;
}

header .navbar .navbar-nav .dropdown ul li:last-child { 
	border:none;
}

header .navbar .navbar-nav .dropdown ul li a { 
	background: #ff0000;
	color: #fff;
	height: 44px;
	line-height: 44px;
	margin: 1px 0 0;
	width: 200px;
}

header .navbar .navbar-nav .dropdown ul li.active a,
header .navbar .navbar-nav .dropdown ul li a:hover { 
	color: #FFD700;
}

header .subbar {
	background: #FFD700;
	font-size: 1.2em;
	font-weight: 700;	
	min-height: 80px;
	position: relative;
	text-transform: uppercase;
}

header .subbar .title {
	height: 20px;
	margin: 15px 0;
}

header .subbar .title em {
	border-left: 1px dotted #333;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 400;
	margin-left: 10px;
	padding-left: 10px;
	text-transform: none;
}

header .subbar .breadcrumbs {
	font-size: 0.6em;
	font-style: italic;
	font-weight: 500;
	height: 30px;
	line-height: 30px;
	margin: 25px 0;
	text-align: right;
	text-transform: none;
}

header .subbar .breadcrumbs a {
	color: #ff0000;
}

header .subbar .breadcrumbs a:last-child {
	text-transform: uppercase;
}

header .subbar .breadcrumbs i {
	font-size: .8em;
}




/***************************************************************************/
/************************ General Styles for Footer ************************/



footer {
	margin-top: 5px;
}

footer h2 {
	border-left: 1px #FFD700 dotted;
	color: #b0b0b0;
	font-size: 1.1em;
	margin-bottom: 20px;
	padding-left: 5px;
	text-transform: uppercase;
}

footer p {
	font-size: 1em;
}

footer a {
	color: #dedede;
	-webkit-transition: ease-in .4s;
	-moz-transition: ease-in .4s;
	-o-transition: ease-in .4s;
	-ms-transition: ease-in .4s;
	transition: ease-in .4s;
}

footer a:hover {
	color: #FFD700;
}

footer .topfoot {
	background: #f5f5f5;
	min-height: 80px;
}

footer .topfoot .carousel-inner {
	text-align: center;
	margin: 30px 50px;
	width: auto;
}

footer .topfoot .carousel-inner .item > div {
	display: inline-block;
	margin: 0 20px;
	width: 110px
}

footer .topfoot .carousel-inner .item div:first-child {
	margin-left: 0;
}

footer .topfoot .carousel-inner .item div:last-child {
	margin-right: 0;
}

footer .topfoot .carousel-control {
	border-radius: 3px;
	left: 0;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	-webkit-transition: ease-in .4s;
	-moz-transition: ease-in .4s;
	-o-transition: ease-in .4s;
	-ms-transition: ease-in .4s;
	transition: ease-in .4s;
}

footer .topfoot .carousel-control.control-right {
	left: 100%;
	margin-left: -42px;
}

footer .middlefoot {
	background: #333 url("../img/footer-pattern.png") center center;
	color: #888;
	font-size: .85em;
	min-height: 200px;
}

footer .middlefoot ul li {
	height: 2.3em;
	line-height: 2.5em;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .middlefoot .about a {
	font-style: italic;
	font-weight: 700;
}

footer .middlefoot .about a span {
	margin: 0 5px;
}

footer .middlefoot .about a i {
	font-size: 1.5em;
}

footer .middlefoot ul.hours li {
	border-bottom: 1px solid #383838;
	height: 4em;
	line-height: 4em;
}

footer .middlefoot ul li i {
	color: #FFD700;
	font-size: 1.2em;
	margin-right: 10px;
}

footer .middlefoot ul.hours li i {
	line-height: 2.3em;
}

footer .middlefoot .recent-news {
	font-weight: 700;
	margin:  0 0 20px 0;
}

footer .middlefoot .recent-news a {
	display: block;
	font-size: .9em;
	margin: 0 0 10px 0;
}

footer .middlefoot .recent-news span {
	font-size: .9em;
	font-weight: normal;
}

footer .middlefoot .recent-news div {
	border-radius: 3px;
	float: left;
	height: 70px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	width: 80px;
}

footer .middlefoot .recent-news div .post-icon {
	background: rgba(100,100,100,0.5);
	color: #ff0000;
	font-size: 1.5em;
	height: 100%;
	left: 0;
	padding: 1em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

footer .middlefoot .recent-news:hover div .post-icon {
	background: #FFD700;
}

footer .middlefoot .recent-news div img {
	width: 100%;
}

footer .bottomfoot {
	background: #FFD700;
	color: #888;
	font-weight: 700;
	text-transform: uppercase;
}

footer .bottomfoot .row {
	margin: 0;
	padding:0;
}

footer .bottomfoot p {
	line-height: 0;
	margin: 6% 0 0 0;
	font-size: .8em;
}

footer .bottomfoot p a {
	color: #dedede;
}

footer .bottomfoot p a:hover {
	color: #FFD700;
}

footer .bottomfoot .social li a {
	height: 60px;
	line-height: 60px;
	margin: 0 1px 0 0;
	width: 53px;
}




/*********************************** Misc **********************************/
footer .misc {
	min-height: 260px;
	padding: 40px 0;
}

footer .misc p {
	line-height: 2em;
	margin-bottom: 2em;
}

footer .misc .about li {
	margin-bottom: 0.5em;
	overflow: hidden;
}

footer .misc .about li i {
	display: block;
	float: left;
	font-size: 1.2em;
	margin-right: 1em;
	text-align: center;
	width: 14px;
}

footer .misc .links li {
	border-bottom: 1px solid #2c3640;
}

footer .misc .links li a {
	color: white;
	display: block;
	margin: 15px 0 20px;
	text-decoration: none;
}

footer .misc .links li:first-child a {
	margin-top: 0;
}

footer .misc .links li a i {
	font-size: 1.2em;
	margin-right: 0.5em;
}



/*********************************** Copy **********************************/

footer .copyright {
	background: #2c3640;
	border-top: 2px solid #1e2730;
	padding: 1em 0;
}

footer .copyright p {
	margin: 0;
}

footer .copyright p a {
	text-decoration: none;  
}

footer .copyright .main-links li {
	border-right: 1px solid #546475;
	display: inline-block;
	line-height: 1;
	padding: 0 1em;
}

footer .copyright .main-links li:last-child {
	border-right: 0;
}

footer .copyright .main-links li a {
	color: white;
	text-decoration: none;
}


/************************ Specific Styles for Pages  ***********************/

/****************************** Single Trainers  ***************************/
#strainers #img-trainer {
	float: left;
	margin: 0 20px 20px 0;
	width: 370px;
}

#strainers #img-trainer .item {
	height: 330px;
	width: 100%;
}

#strainers #img-trainer .item img {
	width: 100%;
}

#strainers #img-trainer .carousel-control {
	left: 100%;
	position: absolute;
	top:0;
}

#strainers #img-trainer .carousel-control.next {
	margin: 0 0 0 -42px;
}

#strainers #img-trainer .carousel-control.prev {
	margin: 0 0 0 -84px;
}


#strainers .class-experience p,
#strainers .class-experience h3 {
	text-align: center;
}

#strainers .chart {
	color: #ff0000;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	margin: 0 auto;
}


/******************************* Single Classes  ***************************/

#sclasses #img-class {
	margin: 0 0 20px 0;
	width: 100%;
}

#sclasses #img-class .item {
	width: 100%;
}

#sclasses #img-class .item img {
	width: 100%;
}

#sclasses #img-class .carousel-control {
	left: 100%;
	position: absolute;
	top:0;
}

#sclasses #img-class .carousel-control.next {
	margin: 0 0 0 -42px;
}

#sclasses #img-class .carousel-control.prev {
	margin: 0 0 0 -84px;
}

#sclasses #sports-news {
	float: right;
}


/********************************* Contacts ********************************/
#contacts {
	margin-bottom: 50px;
}

#contacts #map {
	height: 525px;
	margin: 0 -30px 0 -15px;
}

#contacts p {
	margin-bottom: 3em;
}

#contacts address {
	color: #999;
	display: inline-block;
	width: 49%;
}

#contacts address abbr {
	color: #ff0000;
	font-style: italic;
	margin-right: .5em;
}



/********************************** Trainers  ******************************/
#trainers {
	margin-bottom: 60px;
}

#trainers .grid.magic-grid .element { 
	height: 445px;
	position: relative;
	overflow: hidden;
}

#trainers .grid.magic-grid .element .background { 
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

#trainers .grid.magic-grid .element .text { 
	background: transparent;
	border-radius: 50%;
	border: 6px solid rgba(0,0,0,0.1);
	height: 200px;
	left: 0;
	margin: -90px 32px 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 200px;
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

#trainers .grid.magic-grid .element .text .info { 
	background: #f1f1f1;
	width: 100%;
	height: 100%;
	padding: 40px 20px 0;
	text-align: center;
	font-size: .9em;
	color: #999;
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#trainers .grid.magic-grid .element .text .info p { 
	color: #999;
}

#trainers .grid.magic-grid .element .text .info span { 
	text-transform: uppercase;
}

#trainers .grid.magic-grid .element:hover .text { 
	top: 50%;
}

#trainers .grid.magic-grid .element:hover .text .info { 
	background: #ff0000;
	color: #FFD700;
	padding: 74px 0 0 0;
	font-size: 1.1em;
}
#trainers .grid.magic-grid .element:hover .text .info p { 
	color: #FFD700;
}
#trainers .grid.magic-grid .element:hover .background { 
	background: rgba(255, 211, 2,0.7);
}


/******************************** Single News  *****************************/
#snews .post .content {
	padding-bottom: 60px;
}

#snews .post .icon li {
	border-radius: 2px;
	border: 1px solid #888;
	display: block;
	float: left;
	height: 81px;
	list-style: none;
	margin: 6px;
	width: 80px;
}

#snews .post .icon li:hover {
	border: 1px solid #ff00000;
}

#snews .post .icon li:last-child {
	margin-right: 0;
}

#snews .post .icon li:first-child {
	margin-left: 0;
}




/************************************ Home  ********************************/
.banner .caption {
	background: #ff0000;
	color: #fff;
	display: block;  
	font-size: .9em;
	height: 20em;
	margin: 0 0 0 5em;
	overflow: hidden;
	padding: 2em;
	white-space: normal;
	width: 30em;
}

.banner .caption h2 {
	white-space: normal;
	color: #fff;
	border: none;
	padding: 0;
	margin-top: 1em;
	line-height: 1em;
}

.banner .caption p {
	color: #fff;
	font-size: .9em;
	font-weight: 500;
	text-transform: none;
	white-space: normal;
}

.banner .caption .head {
	background: #FFD700;
	color: #ff0000;
	display: block;
	font-size: 1.3em;
	left: 0;
	padding: .8em;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

.banner .more {
	display: block;
	margin-top: .8em;
}

.banner .more i {
	font-size: 2em;
	color: #FFD700;
	padding: 0;
}

.trainers-tabs .nav-tabs li {
	background: #ff0000;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.trainers-tabs .nav-tabs>li>a {
	background: #ff0000;
	border-radius: 0;
	border: none;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
}

.trainers-tabs .nav-tabs li.active a,
.trainers-tabs .nav-tabs li.active:hover a,
.trainers-tabs .nav-tabs li:hover a {
	background: #FFD700;
	border:none;
	color: #ff0000;
	margin: 0 0 -10px 0;
	padding-bottom: 20px;
	top: -10px;
	width: 100%;
	z-index: 99;
}

.trainers-tabs .nav-tabs li.active a:hover {
	border: none;
	color: #ff0000;
}

.trainers-tabs .tab-content {
	background: #FFD700;
	color: #ff0000;
	text-align: center;
}

.trainers-tabs .tab-content .row {
	margin: 0;
	padding: 40px 0;
}

.trainers-tabs .tab-content img {
	border-radius: 50%;
	border: 6px solid rgba(255,255,255,0.5);
	height: 155px;
	width: 155px;
}

.trainers-tabs .tab-content h3 {
	font-size: 1em;
	text-transform: uppercase;
}

.trainers-tabs .tab-content p {
	color: #ff0000;
}

.trainers-tabs .tab-content .tab-pane > div > div{
	border-right: 1px solid #ffea81;
	padding: 2em;
}

.trainers-tabs .tab-content .btn {
	background: #ff0000;
	color: #fff;
	text-transform:uppercase;
}
.trainers-tabs .tab-content .btn:hover {
	color: #FFD700;
}
.trainers-tabs .home-tabs-link {
	background: #ff0000;
}

.trainers-tabs .home-tabs-content {
	background: #FFD700;
}

#home .nav-tabs li .gym-icon {
	background: url("../img/icons-tabs.png") no-repeat;
	display: block;
	float: left;
	height: 34px;
	margin: 13px 10px 13px -20px;
	width: 34px;
}

#home .nav-tabs li .gym-icon.outside { background-position: 1px 0; }
#home .nav-tabs li.active .gym-icon.outside { background-position: -70px 0; }
#home .nav-tabs li:hover .gym-icon.outside { background-position: -34px 0; }

#home .nav-tabs li .gym-icon.video { background-position: 1px -60px; }
#home .nav-tabs li.active .gym-icon.video { background-position: -70px -60px; }
#home .nav-tabs li:hover .gym-icon.video { background-position: -34px -60px; }

#home .nav-tabs li .gym-icon.sports { background-position: 1px -115px; }
#home .nav-tabs li.active .gym-icon.sports { background-position: -70px -115px; }
#home .nav-tabs li:hover .gym-icon.sports { background-position: -34px -115px; }

#home .nav-tabs li .gym-icon.comunity { background-position: 1px -175px; }
#home .nav-tabs li.active .gym-icon.comunity { background-position: -70px -175px; }
#home .nav-tabs li:hover .gym-icon.comunity { background-position: -34px -175px; }

#home .nav-tabs li .gym-icon.footbal { background-position: 1px -230px; }
#home .nav-tabs li.active .gym-icon.footbal { background-position: -70px -230px; }
#home .nav-tabs li:hover .gym-icon.footbal { background-position: -34px -230px; }

.upcoming {
	background: url('../img/home-news-bg.jpg') bottom center;
	background-size:cover;
	margin-bottom: 60px;
	padding: 60px 0;
	width: 100%;
}

.upcoming .container {
	padding: 0;
}

.upcoming h2 {
	border: none;
	font-size: 2.2em;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

.square-gallery .square-tuple {
	background: #ff0000;
	float: left;
	height: 287px;
	overflow: hidden;
	width: 585px;
	-webkit-transition: ease-in .2s;
	-moz-transition: ease-in .2s;
	-o-transition: ease-in .2s;
	-ms-transition: ease-in .2s;
	transition: ease-in .2s;
}

.square-gallery .square-tuple img {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}

.square-gallery .square-tuple .text {
	float: left;
	margin: 0;
	padding: 1.3em;
	position: relative;
	width: 50%;
}

.square-gallery .square-tuple .text h3,
.square-gallery .square-tuple .text p {
	color: #fff;
}

.square-gallery .square-tuple .text .arrow {
	border-color: transparent #ff0000 transparent transparent;
	border-style: solid;
	border-width: 19.5px 21px 19.5px 0;
	height: 0px;
	left: -21px;
	position: absolute;
	width: 0px;
}

.square-gallery .square-tuple .text .arrow.alt {
	border-color: transparent transparent transparent #ff0000;
	border-width: 19.5px 0 19.5px 21px;
	left: 100%;
}

.square-gallery .square-tuple:hover {
	background: #FFD700;
}

.square-gallery .square-tuple:hover .text h3,
.square-gallery .square-tuple:hover .text p {
	color: #ff0000;
}

.square-gallery .square-tuple:hover .text .arrow {
	border-color: transparent #FFD700 transparent transparent;
}
.square-gallery .square-tuple:hover .text .arrow.alt {
	border-color: transparent transparent transparent #FFD700;
}


/************************************* Club ********************************/
#club img.about {
	width: 270px;
}
#club .panel-group img {
	width: 270px;
}	

/************************************* Gallery ********************************/

.gallery .image-item {
    background-color: #ff00000;
    display: block;
    height: auto;
    cursor: pointer;
    margin: 10px;
    width: 265px;
}

.gallery .image-item img {
    height: auto;
    opacity: 1;
    transition: all 0.2s ease-in 0s;
    vertical-align: bottom;
    width: 100%;
}

.portfolio-item-hover-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    line-height: 0;
    z-index: 99;
    overflow: hidden;
    position: relative;
}

.portfolio-item-hover-content a.zoom {
    color: #FFD700;
    font-size: 4em;
    display: block;
    padding: 15px 10px;
    position: absolute;
    top: -100%;
    left: 30%;
    z-index: 10;
    line-height: 0px;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms; /* FF3.7+ */
    -o-transition: color 300ms, background-color 300ms, opacity 300ms; /* Opera 10.5 */
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms; /* Saf3.2+, Chrome */
}

.portfolio-item-hover-content a.zoom:hover { 
	color:#fff;
}

.hover-options {
    display: block;
    font-style: normal;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    background: #ff00000;
  	background:rgba(0,0,0,0.95);
    opacity: 0;
    filter: alpha(opacity:0);
    cursor: pointer;
}


/******************************** Error 404 *********************************/

.error-field {
    float: left;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}

.error-field h1 {
    color: #707070;
    font-size: 124px;
    line-height: 134px;
    text-transform: uppercase;
}

.error-field h3 {
    font-weight: 300;
}


/************************************* Video container ********************************/

.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%;
}

/******************************** Go to top *********************************/
.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 80px;
	right: 30px;
	display: none;
	background: transparent url("../img/to-top.png") center center no-repeat;
}

.scrollup i {
	color: #fff;
	text-align: center;
	display: block;
	line-height: 48px;
	font-size: 20px;
}

.scrollup:hover { 
	opacity: 0.7;
	text-decoration: none;
}
