/*
ProSoccer legacy layout stylesheet
Author: AdnanThemes
Theme: ProSoccer 4.0.0
License: GNU General Public License v2 or later
-----------------------------------------------------------------

CSS Style Structure
1. General
2. Navbar
3. Banner
4. Match Facts
5. About
6. Our Player / Team
7. Gallery
8. Blog / News
9. Client
10. FAQ
11. Shop
12. Contact
13. Footer


*/


@font-face {
	font-family: 'bebas_neue';
	src: url('../fonts/bebasneue_regular-webfont.eot');
	src: url('../fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'), url('../fonts/bebasneue_regular-webfont.woff') format('woff'), url('../fonts/bebasneue_regular-webfont.ttf') format('truetype'), url('../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ==========================
RESET
============================= */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,  pre,  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,  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: 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;
	max-width: 100%;
	overflow-x: hidden;
}

img{
	max-width: 100%;
	height: auto;
}
figure{
	max-width: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400 !important;
	color: #666;
	font-size: 15px !important;
	line-height: 22px !important;
	background-color: #f4f4f4;
}
.w-item a, .w-item a img{
	/*height:184px;*/
	}
/* ==========================
1. General
============================= */
.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: #fff;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	background-image: url("../images/apple-touch-icon.png");
	background-position: center;
	background-repeat: no-repeat;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-default {
	color: #333;
	background-color: #f00;
	border-color: #f00;
	border-radius: 4px;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	padding: 6px 35px;
	font-weight: bold;
}
.btn-default:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.bg-grey {
	background-color: #E9E9E9;
}
.pbot-main {
	padding-bottom: 80px;
	padding-top: 60px;
}
.pbot-main:after {
	content: '';
	display: block;
	clear: both;
}
.p-main {
	padding: 80px 0;
}
.pos-relative {
	position: relative;
}
.page-title, .wpb_text_column.wpb_content_element.page-title {
	text-align: center;
	margin-bottom: 80px !important;
	margin-top: 80px;
}
.page-title .lead {
	font-size: 36px;
	color: #000;
	line-height: 40px;
	font-family: 'bebas_neue', sans-serif;
	font-weight: 700;
	position: relative;
}
.page-title .border-style {
	border-top: 1px solid #f00;
	width: 200px;
	margin: 0 auto;
	padding-top: 8px;
}
.page-title .border-style:before {
	content: '';
	border-top: 3px solid #f00;
	width: 200px;
	display: block;
	margin: 0 auto;
}
.page-title .sublead {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.page-title .page-description {
	width: 70%;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-top: 40px;
}
.bg-grey {
	background-color: #F8F8F8;
}
.ptop-single {
	padding: 80px 0;
}
p {
	margin: 0 0 10px;
}
.color-red {
	color: #f00;
}
.color-black {
	color: #000;
}
.font-normal {
	font-weight: normal;
}
.section.singlepage {
	padding-bottom: 60px;
}
.padding_bottom{
	padding-bottom: 60px;
	}
/* Box */
.box-wrap {
	width: 85%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
}
.box-bg {
	background-color: #000;
}
.form-control {
	border-radius: 0px;
}
.section:after {
	content: '';
	width: 100%;
	display: block;
	clear: both;
}
strong, b {
	font-weight: 700;
}
/* ==========================
2. Navbar
============================= */
.navbar >.container{
	padding:0px;
}
.navbar-main {
	background-color: #f00;
	border-color: transparent;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}
.header-top {
	background-color: #000;
	color: #fff;
	height: 40px;
}
.navbar-main.stiky .header-top {
	display: none;
}
.navbar-brand {
	margin-top: -60px;
}
.navbar-main.stiky .navbar-brand {
	margin-top: -15px;
}
.navbar-main .navbar-brand > img {
	width: 100%;
	-webkit-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
.navbar-main.stiky .navbar-brand > img {
	width: 60%;
}
.navbar-main .nav > li > a {
	position: relative;
	display: block;
	padding: 10px 22px;
}
.navbar-main .navbar-nav > li > a {
	padding-top: 30px;
	min-height: 80px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	background-color: transparent;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
.navbar-main.stiky .navbar-nav > li > a {
	padding-top: 20px;
	min-height: 60px;
}
.navbar-main .navbar-nav > li > a:hover, .navbar-main .navbar-nav > li > a:active, .navbar-main .navbar-nav > li.current-menu-item a {
	color: #000;
	background-color: transparent;
	border-bottom: 3px solid #000;
}
.navbar-main .navbar-nav > li > a:focus{
}
.navbar-main .navbar-nav > li.active a, .navbar-main .navbar-nav > li.current-menu-item a {
	color: #000;
	background-color: transparent;
	border-bottom: 3px solid #000;
}
.navbar-main .navbar-nav ul {
position: absolute;
margin: 0;
padding: 0;
list-style: none;
display: block;
}
/* General layout settings for the link containers of the submenus */
.navbar-main .navbar-nav ul li {
position: absolute;
top: -9999px; /* Hiding them */
height: 0px;
display: inline-block;
margin: 0;
padding: 0;
/* Making them to expand their height with a transition, for a slide effect */
-webkit-transition: height .2s ease-in;
-moz-transition: height .2s ease-in;
-o-transition: height .2s ease-in;
-ms-transition: height .2s ease-in;
}
/* Displays the submenu links, by expading their containers (with a transition, previously defined) and by repositioning them */
.menu-item-has-children:hover>ul>li {
height: 30px;
position: relative;
top: auto;
}
/* The submenu links */
.navbar-main .navbar-nav ul li a {
/* Layout */
padding: 4px 20px;
display: block;
width: 170px;
position: relative;
/* Text */
font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
color: #bbb;
text-decoration: none;
font-size: 12px;
/* Background & effects */
background: black;
background: rgba(0, 0, 0, .6);
-webkit-transition: color .3s ease-in, background .3s ease-in;
-moz-transition: color .3s ease-in, background .3s ease-in;
-o-transition: color .3s ease-in, background .3s ease-in;
-ms-transition: color .3s ease-in, background .3s ease-in;
}
/* Changing the link's color and background on hover */
.navbar-main .navbar-nav ul li:hover>a, nav ul ul li a:hover {
color: #f00;
background: rgba(0, 0, 0, .75);
}
/* Making the level 2 (or higher) submenus to appear at the right of their parent */
.navbar-main .navbar-nav ul .menu-item-has-children:hover ul {
left: 170px;
top: 0px;
}
/* The submenu links have a different arrow which indicates another dropdown submenu */
.navbar-main .navbar-nav ul .menu-item-has-children a::after {
width: 6px;
height: 6px;
border-bottom: 0;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
top: 12px;
}
/* Changing the color of the arrow on hover */
.navbar-main .navbar-nav ul .menu-item-has-children:hover>a::after, nav ul ul .menu-item-has-children>a:hover::after {
border-right: 1px solid #0fd0f9;
border-top: 1px solid #0fd0f9;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0px !important;
}
.dropdown-menu {
	border: 0;
	border-bottom: 4px solid #f00;
	border-radius: 0;
}
.dropdown-menu > li > a {
	padding: 10px 20px;
}
.info {
	margin-top: 10px;
	font-style: italic;
	margin-left: 180px;
}
.info h3 {
	display: inline-block;
	color: #f00;
	float: left;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 20px;
	padding-right: 8px;
}
.info a {
	color: #fff;
}
.info a:hover {
	color: #FBA301;
}
.info .info-item {
	display: block;
	margin-top: 0;
	margin-right: 0;
	height: 24px;
	overflow: hidden;
}
.info .info-item div {
	font-size: 15px;
	display: block;
	height: 24px;
	-webkit-transition: margin-top 0.5s ease-in-out;
	-moz-transition: margin-top 0.5s ease-in-out;
	-o-transition: margin-top 0.5s ease-in-out;
	transition: margin-top 0.5s ease-in-out;
}
.top-sosmed {
	margin-top: 5px;
}
.top-sosmed span {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #f00;
	display: inline-table;
	padding-top: 7px;
	border-radius: 50%;
	margin-right: 10px;
}
.top-sosmed span:hover {
	color: #fff;
}
.top-sosmed span.fa {
	font-size: 18px;
}
/* ==========================
3. Banner
============================= */
.banner {
	position: relative;
}
.banner .item img {
	filter: alpha(opacity=0);
	opacity: 0;
	margin: 0 auto;
}
.banner .title-box h2 {
	text-align: left;
	font-size: 30px;
	color: #fff;
	line-height: 42px;
}
.banner .caption {
	color: #fff;
	position: absolute;
	top: 100px;
	left: 20px;
	max-width: 560px;
}
.banner .caption a.btn-default, .wrap-caption a.btn-default {
	text-align: center;
	font-size: 14px;
	color: #29ABE2;
	line-height: 20px;
	font-weight: 700;
	background-color: #fff;
	padding: 10px 20px;
	border: 0;
}
.banner .caption a.btn-default:hover, .wrap-caption a.btn-default:hover {
	background-color: #FBA301;
	color: #fff;
}
.heading1 {
	border-left: 4px solid #000;
}
.heading2 {
	border-left: 4px solid #f00;
}
.zeus .tp-bullet {
	width: 10px !important;
	height: 10px !important;
	border-width: 1px !important;
}
/* carousel */
.carousel-caption {
	right: 0;
	left: 0;
	padding-bottom: 200px;
	text-align: left;
}
.item .carousel-caption .caption-heading {
	text-align: left;
	font-size: 30px;
	color: #fff;
	line-height: 42px;
	font-weight: 700;
	background-color: #f00;
	border-left: 4px solid #000;
	padding: 20px 20px;
	margin-bottom: -20px;
	text-shadow: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	filter: alpha(opacity=0);
	opacity: 0;
}
.item.active .carousel-caption .caption-heading {
	margin-bottom: 8px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.item .caption-desc {
	margin-bottom: -10px;
	background-color: #000;
	border-left: 4px solid #f00;
	padding: 20px 20px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	filter: alpha(opacity=0);
	opacity: 0;
}
.item.active .caption-desc {
	margin-bottom: 10px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.wrap-caption {
	max-width: 560px;
}
.carousel-control {
	width: 5%;
}
.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .fa-chevron-right {
	right: 50%;
}
.subbanner {
	background-color: #29ABE2;
	height: 300px;
}
.subbanner .caption {
	margin-top: 200px;
	color: #fff;
	font-size: 40px;
	font-family: 'bebas_neue', sans-serif;
	font-weight: 700;
	text-shadow: 0 2px 6px rgba(0, 0, 0, .6);
}
.subbanner .caption a {
	color: #fff;
	text-decoration: none;
}
.subbanner .caption h3 {
	font-size: 30px;
	color: #fff;
	line-height: 42px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0;
}
.subbanner .breadcrumb {
	padding: 8px 0px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
}
.subbanner .breadcrumb > .active {
	color: #fff;
}
.subbanner .breadcrumb > li + li:before {
	padding: 0 5px;
	color: #fff;
	content: "/\00a0";
}
.wpb_gallery .prettyphoto {
	position: relative;
	display: block;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
}
.wpb_gallery .prettyphoto:before {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: "";
	text-align: center;
	background-color: rgba(0,0,0,0.5);
}
.wpb_gallery .prettyphoto:after {
	color: #f00;
	font-size: 40px;
	text-align: center;
	font-family: FontAwesome;
	content: "";
	position: absolute;
	left: 0px;
	top: 44%;
	width: 100%;
	opacity: 0;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
}
.wpb_gallery .prettyphoto:hover:before, .wpb_gallery .prettyphoto:hover:after {
	opacity: 1;
}
/* ==========================
4. Match Facts
============================= */
.stat-facts {
}
.bg-overlay {
	background-color: rgba(0, 0, 0, 0.2);
	display: block;
	padding: 80px 0;
}
.match-club {
	text-align: center;
	margin-bottom: 40px;
	float: right;
}
.featured_inner .col-sm-4:last-child .match-club {
	float: left;
}
.club-name {
	font-size: 20px;
	font-family: 'bebas_neue', sans-serif;
	font-weight: 700;
	color: #f00;
}
.match-description {
	text-align: center;
}
.liga-name {
	font-size: 40px;
	font-family: 'bebas_neue', sans-serif;
	font-weight: 700;
	color: #f00;
	margin-bottom: 10px;
	margin-top: -30px;
	line-height: 30px;
}
.liga-date {
	font-size: 20px;
	font-family: 'bebas_neue', sans-serif;
	font-weight: 700;
	color: #f00;
	margin-bottom: 40px;
}
.liga-vs {
	font-size: 28px;
	font-family: 'bebas_neue', sans-serif;
	font-weight: 700;
	color: #f00;
	margin-bottom: 60px;
}
.liga-location {
	font-size: 14px;
	color: #fff;
}
/* ==========================
5. About
============================= */
.section.about {
	padding-bottom: 60px;
	background-color: #f4f4f4;
}
.about .page-title .lead {
	color: #000;
}
.welcome {
	padding-right: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
#about-caro .owl-controls {
	margin-top: -35px;
	text-align: right;
	margin-right: 20px;
}
#about-caro .owl-controls .owl-page span {
	background: #f00;
	margin: 5px 4px;
}
.title-block {
	text-align: left;
	font-size: 30px;
	color: #fff;
	line-height: 42px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	background-color: #f00;
	border-left: 4px solid #000;
	padding: 15px 20px;
	margin-bottom: 20px;
}
.shop-item {
	position: relative;
	border: 1px solid #dadada
}
.shop-item .description {
	position: absolute;
	bottom: 30px;
	left: 20px;
	right: 20px;
}
.shop-item .collection-name {
	color: #000;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 26px;
	background-color: rgba(255, 255, 255, .8);
}
.shop-item .collection-name strong {
	font-weight: bold;
}
.shop-item .collection-name .category {
	font-style: italic;
	font-size: 15px
}
.shop-item .collection-name {
	margin-bottom: 10px;
}
.product_container .caption .product_name{
color: #000;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 26px;
	background-color: rgba(255, 255, 255, .8);
	text-align: left;
}
.product_container .caption .cart{
	text-align: left;
}

.collection-callout a {
	padding: 15px 20px;
	margin-right: 5px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #219FDA;
	background: -moz-linear-gradient(top, #f00 0%, #C92127 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f00), color-stop(100%, #C92127));
	background: -webkit-linear-gradient(top, #f00 0%, #C92127 100%);
	background: -o-linear-gradient(top, #f00 0%, #C92127 100%);
	background: -ms-linear-gradient(top, #f00 0%, #C92127 100%);
	background: linear-gradient(to bottom, #f00 0%, #C92127 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00', endColorstr='#C92127', GradientType=0 );
}
.collection-callout a:hover {
	background: #000;
	color: #fff;
}
.collection-callout .fa {
	margin-right: 20px;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	width: 33.3333%;
}
.nav-tabs > li > a {
	margin-right: -1px;
	line-height: 1.42857143;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #ddd;
	border-radius: 0px 0px 0 0;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 14px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #f00;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.tab-content {
	padding: 20px 20px;
}
thead tr {
	background-color: #000;
	color: #fff;
}
.table > thead > tr > td {
	padding: 14px 25px;
	border-top: 0;
}
.match-date {
	font-style: italic;
}
.match-title {
 c  font-weight: bold;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #F4F4F4;
}
.table-striped > tbody > tr:nth-of-type(even) {
	background-color: #E7E7E7;
}
.table > tbody > tr > td {
	padding: 14px 25px;
	border-top: 0;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
td.tw40 {
	width: 40%;
}
td.tw50 {
	width: 50%;
}
td.tw10 {
	width: 10%;
}
.section.coach {
	padding-bottom: 60px;
}
.section.coach .page-title .lead {
	color: #f00;
}
.coach-item {
	margin: 10px 0;
}
.coach-item .gambar {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #000;
}
.coach-item .gambar img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
.coach-item:hover .gambar img {
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.coach-item .item-body {
	background-color: #000;
	border-top: 3px solid #f00;
	position: relative;
	display: block;
	padding: 20px;
}
.coach-item:hover .item-body {
	background-color: #202020;
}
.coach-item .item-body:after {
	content: '';
	clear: both;
	width: 100%;
	display: table;
}
.coach-item .item-body .name {
	font-size: 18px;
	color: #f00;
	line-height: 24px;
	margin-bottom: 10px;
}
.coach-item .item-body .position {
	font-size: 14px;
	color: #999;
	line-height: 22px;
	font-style: italic;
	display: inline-block;
}
.coach-item .item-body .c-sosmed {
	font-size: 14px;
	color: #999;
	line-height: 22px;
	font-style: italic;
	display: inline-block;
}
.item-body .c-sosmed {
	float: right;
}
.item-body .c-sosmed .item {
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	display: inline-table;
	padding-top: 5px;
	border-radius: 50%;
}
.item-body .c-sosmed .item:hover {
	background-color: #fff;
	color: #252525;
}
.item-body .c-sosmed.item .fa {
	font-size: 16px;
}
.nav-history {
	text-align: center;
	position: relative;
}
.nav-history:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 6px;
	background-color: #f00;
	left: 0;
	top: 32px;
}
.nav-history .owl-controls .owl-page {
	cursor: pointer;
	display: inline-table;
}
.nav-history a {
	width: 70px;
	height: 70px;
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding-top: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 50px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.nav-history a:hover {
	background-color: #f00;
}
.nav-history .active a {
	background-color: #f00;
}
.history-caro {
	padding: 30px 30px;
	border: 1px solid #e0e0e0;
	margin: 40px 0 80px 0;
}
.history-caro:hover {
	background-color: #fff;
}
.history-caro:after {
	content: '';
	clear: both;
	width: 100%;
	display: table;
}
.history-item {
	width: 100%;
	position: relative;
}
.history-item .gambar {
	width: 30%;
	float: left;
}
.history-item .item-body {
	width: 70%;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	float: left;
	padding: 20px 0 20px 60px;
}
.history-item .item-body .title {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #f00;
	margin-bottom: 20px;
	font-weight: 700;
}
/* Video */
.section.video {
	padding-bottom: 60px;
}
.section.video .page-title .lead {
	color: #f00;
}
.lead {
	margin-bottom: 20px !important;
	font-weight: 500;
}
/* ==========================
6. Our Player / Team
============================= */
.player {
	padding-bottom: 40px;
}
#player-caro .item {
	margin: 15px;
}
.player-item {
	margin-bottom: 40px;
}
.player-item .gambar {
	position: relative;
	z-index: 1;
	background-color: #000;
	overflow: hidden;
}
.player-item .gambar img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
.player-item:hover .gambar img {
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.player-item .item-body {
	background-color: #000;
	border-top: 3px solid #f00;
	position: relative;
	display: block;
	padding: 20px;
}
.player-item:hover .item-body {
	background-color: #202020;
}
.player-item .item-body .name {
	font-size: 18px;
	color: #f00;
	line-height: 24px;
	margin-bottom: 10px;
}
.position {
	font-size: 14px;
	color: #999;
	line-height: 22px;
	font-style: italic;
	display: inline-block;
}
.position span {
	color: #fff;
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	padding: 3px 10px;
	margin-right: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.position .cf {
	background: #F50607;
	background: -moz-linear-gradient(top, #F50607 0%, #C2262C 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #F50607), color-stop(100%, #C2262C));
	background: -webkit-linear-gradient(top, #F50607 0%, #C2262C 100%);
	background: -o-linear-gradient(top, #F50607 0%, #C2262C 100%);
	background: -ms-linear-gradient(top, #F50607 0%, #C2262C 100%);
	background: linear-gradient(to bottom, #F50607 0%, #C2262C 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F50607', endColorstr='#C2262C', GradientType=0 );
}
.position .gk {
	background: #FBDD22;
	background: -moz-linear-gradient(top, #FBDD22 0%, #F26324 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #FBDD22), color-stop(100%, #F26324));
	background: -webkit-linear-gradient(top, #FBDD22 0%, #F26324 100%);
	background: -o-linear-gradient(top, #FBDD22 0%, #F26324 100%);
	background: -ms-linear-gradient(top, #FBDD22 0%, #F26324 100%);
	background: linear-gradient(to bottom, #FBDD22 0%, #F26324 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBDD22', endColorstr='#F26324', GradientType=0 );
}
.position .cb {
	background: #219FDA;
	background: -moz-linear-gradient(top, #3DB9F3 0%, #086BA9 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #3DB9F3), color-stop(100%, #086BA9));
	background: -webkit-linear-gradient(top, #3DB9F3 0%, #086BA9 100%);
	background: -o-linear-gradient(top, #3DB9F3 0%, #086BA9 100%);
	background: -ms-linear-gradient(top, #3DB9F3 0%, #086BA9 100%);
	background: linear-gradient(to bottom, #3DB9F3 0%, #086BA9 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3DB9F3', endColorstr='#086BA9', GradientType=0 );
}
.position .rmf {
	background: #29A143;
	background: -moz-linear-gradient(top, #82C23F 0%, #0C863C 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #82C23F), color-stop(100%, #0C863C));
	background: -webkit-linear-gradient(top, #82C23F 0%, #0C863C 100%);
	background: -o-linear-gradient(top, #82C23F 0%, #0C863C 100%);
	background: -ms-linear-gradient(top, #82C23F 0%, #0C863C 100%);
	background: linear-gradient(to bottom, #82C23F 0%, #0C863C 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82C23F', endColorstr='#0C863C', GradientType=0 );
}
.player-pagination {
	width: 100%;
	display: block;
}
.player-pagination .owl-controls {
	display: inline-block;
}
.player-pagination .owl-controls .owl-page {
	display: inline-block;
}
.nav-tabs-team {
}
.nav-tabs-team > li {
	float: left;
	margin-bottom: -1px;
	width: 50%;
}
.nav-tabs-team > li > a {
	border: 0;
}
.tab-team {
	position: relative;
}
.tab-team .tab-pane {
	position: relative;
	z-index: 2;
}
.tab-team:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.6)
}
.nav-team {
	position: relative;
	z-index: 3;
}
.teams {
	float: left;
	width: 33.3333%;
}
.teams-caro {
	float: left;
	width: 66.6666%;
}
.teams-image {
	float: left;
	width: 50%;
}
.teams-description {
	float: left;
	width: 50%;
	color: #fff;
	padding: 30px 20px 0 40px;
	font-weight: 700;
}
.teams-description p {
	margin: 0 0 10px !important;
}
.teams-description span {
	color: #f00;
}
.team-tab .tab-content {
	padding: 0px 0px;
}
.teams .position {
	font-style: normal;
	font-weight: bold;
	background-color: rgba(255, 255, 255, .8);
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
}
.teams .position:last-child {
	border-bottom: 0;
}
.teams .position.active {
	background-color: rgba(255, 255, 255, 0);
}
.teams .position a {
	display: block;
	cursor: pointer;
	color: #000;
}
.teams .position.active a {
	color: #fff;
}
/* ==========================
7. Gallery
============================= */

.section.gallery {
	padding-bottom: 60px;
}
.gallery .page-title .lead {
	color: #f00;
}
.popup-gallery {
	margin-right: 0px;
	margin-left: 0px;
}
.popup-gallery .col-md-3, .popup-gallery .col-sm-3, .popup-gallery .col-xs-4 {
	padding-right: 5px;
	padding-left: 5px;
}
.w-item {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.w-item a, .w-item a img {
	display: block;
	max-width: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	cursor: pointer;
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
.w-item a:hover img {
	-webkit-transform: scale(1.05, 1.07);
	-ms-transform: scale(1.05, 1.07);
	transform: scale(1.05, 1.07);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.w-item a .project-info {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	padding-top: 50%;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
}
.w-item a .project-info .project-icon {
	position: relative;
	top: -120px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
	width: 100%;
	color: #f00;
}
.w-item a .project-info .project-icon .fa {
	font-size: 40px;
	filter: alpha(opacity=90);
	opacity: .9;
}
.w-item a:hover .project-info {
	filter: alpha(opacity=100);
	opacity: 1;
}
.w-item a:hover .project-icon {
	filter: alpha(opacity=100);
	opacity: 1;
	top: -60px;
}
.w-item a:hover .project-icon .fa:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.w-item a:hover .details {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: 0;
}
/* ==========================
8. Blog / News
============================= */

.blog-item .gambar {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.blog-item .gambar img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
.blog-item:hover .gambar img {
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.blog-item .date {
	position: absolute;
	bottom: 0px;
	left: 20px;
	background-color: #000;
	padding-top: 12px;
	color: #999;
	padding: 5px 20px;
	z-index: 2;
}
.blog-item:hover .date {
	background-color: #fff;
	color: #000;
	bottom: -1px;
}
.blog-item .item-body {
	background-color: transparent;
	border: 1px solid #e0e0e0;
	position: relative;
	min-height: 200px;
	display: block;
}
.blog-item:hover .item-body {
	background-color: #fff;
}
.blog-item .item-body .description {
	padding: 25px 22px;
	width: 100%;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	height: 230px;
	overflow: hidden;
}
.blog-item .item-body .lead {
	font-size: 16px;
	color: #000;
	line-height: 24px;
}
.blog-item .item-body .lead a {
	color: #000;
}
.blog-item .item-body .lead a:hover {
	color: #f00;
}
.blog-item .item-body .readmore {
	color: #f00;
	padding: 5px 20px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
}
.blog-item .item-body .readmore:hover {
	background-color: #f00;
	color: #fff;
	border: 1px solid transparent;
}
.blog-item .item-body > div {
	width: 50%;
	float: left;
	line-height: 20px;
	color: #29ABE2;
	font-weight: 700;
}
/* general */
.pagination {
	clear: both;
	text-align: left;
	margin-top: 20px;
}
.pagination a {
	padding: 15px 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #f00;
	background: -moz-linear-gradient(top, #f00 0%, #C92127 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f00), color-stop(100%, #C92127));
	background: -webkit-linear-gradient(top, #f00 0%, #C92127 100%);
	background: -o-linear-gradient(top, #f00 0%, #C92127 100%);
	background: -ms-linear-gradient(top, #f00 0%, #C92127 100%);
	background: linear-gradient(to bottom, #f00 0%, #C92127 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00', endColorstr='#C92127', GradientType=0 );
}
.pagination a:hover, .pagination a.active {
	background: #000;
	color: #fff;
}
.pagination .active a {
	background: #000;
	color: #fff;
}
.loadmore {
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30PX;
}
.loadmore a {
	padding: 15px 30px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #219FDA;
	background: -moz-linear-gradient(top, #f00 0%, #C92127 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f00), color-stop(100%, #C92127));
	background: -webkit-linear-gradient(top, #f00 0%, #C92127 100%);
	background: -o-linear-gradient(top, #f00 0%, #C92127 100%);
	background: -ms-linear-gradient(top, #f00 0%, #C92127 100%);
	background: linear-gradient(to bottom, #f00 0%, #C92127 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00', endColorstr='#C92127', GradientType=0 );
}
.loadmore a:hover {
	background: #000;
	color: #fff;
}
.image-wrap {
	position: relative;
}
.image-wrap .meta {
	background-color: #F4F4F4;
    padding: 0;
    color: #999;
    position: relative;
    border: 1px solid #dadada;
    line-height: 57px;
}
.image-wrap .meta .blog-author {
	display: inline-block;
	margin-right: 20px;
	font-style: italic;
}
.image-wrap .meta .blog-author .blog-thumb {
	width: 60px;
	float: left;
	margin-right: 20px;
	height: 60px;
}
.image-wrap .meta .blog-tag {
	display: inline-block;
	margin-right: 20px;
	font-style: italic;
}
.image-wrap .meta .blog-comments {
	display: inline-block;
    font-style: italic;
    margin-right: 95px;
    padding-left: 10px;

}
.image-wrap .meta .blog-date {
	position: absolute;
	top: -20px;
	right: 20px;
	background-color: #f00;
	color: #fff;
	text-align: center;
	height: 80px;
	padding: 20px 20px;
	font-size: 18px;
	line-height: 22px;
}
.image-wrap .meta .blog-date span {
	display: block;
}
.image-wrap .meta .fa {
	margin-right: 20px;
}
.post-item {
	margin-bottom: 60px;
}
.post-item:hover .image-wrap .meta {
	background-color: #fff;
}
.post-item:hover .image-wrap img {
	filter: alpha(opacity=80);
	opacity: .8;
}
.post-item .post-title {
	margin-top: 40px;
}
.post-item .post-title, .post-item .post-title a {
	font-size: 24px;
	line-height: 30px;
	color: #666;
	font-weight: 700;
	padding-bottom: 10px;
	display: block;
}
.post-item .post-title a:hover {
	color: #f00;
}
.post-item .meta-single {
	font-style: italic;
	color: #999;
}
.post-item .meta-single > div {
	display: inline-table;
}
.post-item .post-read-more {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	margin-top: 20px;
	clear: both;
	display: inline-block;
	background-color: #f00;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.post-item .post-read-more:hover {
	color: #fff;
	background-color: #000;
}
.post-item .post-read-more .fa {
	margin-left: 10px;
}
.post-item .carousel-control {
	background-image: none;
}
.post-item .carousel-control span {
	position: absolute;
	top: 45%;
	width: 50px;
	height: 50px;
	display: block;
	border: 2px solid #fff;
	margin-left: 30%;
	padding-top: 13px;
	border-radius: 50%;
}
.post-item .carousel-control .fa {
}
.post-item .carousel-control.right {
	right: 35px;
}
.main-post-content p, .main-post-content ul, .main-post-content ol, .main-post-content figure, .main-post-content dl, .main-post-content table, .main-post-content address {
    margin-bottom: 20px;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.pagination > li {
	display: inline-block;
	margin-right: 10px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 13px 20px;
	background-color: #fff;
	border: none;
	color: #666;
	background: transparent;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #f00;
}
.widget {
	background-color: #F4F4F4;
	position: relative;
	border: 1px solid #dadada;
	/* padding: 34px 35px; */
	margin-bottom: 40px;
}
.widget .media {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 20px;
}
.widget .media:last-child {
	border-bottom: 0;
}
.widget .widget-heading {
	font-size: 18px;
	color: #f00;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	padding: 15px 35px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 20px;
}
.widget .widget-wrap {
	padding: 15px 35px;
}
.widget .media-body {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: 500;
}
.widget .media-body .meta-date {
	font-size: 11px;
	line-height: 18px;
	color: #f00;
	font-weight: 500;
}
.widget .media-object {
	width: 64px;
	height: 64px;
}
.widget .media-body .meta-comment .fa {
	margin-right: 10px;
}
.widget.categories .list-unstyled li .fa {
	margin-right: 10px;
}
.widget.categories .list-unstyled li {
	padding: 4px 0;
}
.widget.categories .list-unstyled li a {
	color: #333333;
	font-weight: 700;
	text-decoration: none;
}
.widget.categories .list-unstyled li a:hover {
	color: #85DBFF;
}
.widget .shop-item {
	margin-bottom: 0;
}
.post-item.detail p {
	margin: 15px 0;
}
.post-item.detail blockquote {
	line-height: 20px;
	color: #666666;
	padding: 15px 15px 15px 40px;
	background-color: #e7e7e7;
	border-left: 3px solid #f00;
	font-size: 16px;
	line-height: 26px;
}
.author-box {
	padding: 30px 0;
}
.author-box .media-left img {
	width: 100px;
	height: 100px;
}
.author-box .media-body {
	background-color: #fff;
	border: 1px solid #dadada;
	padding: 15px;
}
.author-box .media-heading {
	color: #333333;
}
.author-box .media-heading span {
	color: #f00;
}
.author-box .media-left {
	padding-right: 20px;
}
.comments-box {
	padding-bottom: 30px;
}
.comments-box .media {
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #dedede;
}
.comments-box .media.reply-comment {
	padding-left: 40px;
}
.comments-box .media-heading {
}
.comments-box .media-heading span {
	color: #f00;
}
.comments-box .media-body {
	padding-left: 20px;
	vertical-align: middle;
}
.comments-box .media-left img {
	width: 100px;
	height: 100px;
}
.comments-box .date {
	margin-left: 10px;
	border-left: 1px solid #000;
	padding-left: 10px;
}
.comments-box .title-heading, .leave-comment-box .title-heading {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 40px;
}
.comment-form {
}
.comment-form .form-control {
	padding: 0 12px;
	height: 48px;
	border-radius: 0;
	border: 1px solid #E9E9E9;
	box-shadow: none;
}
.comment-form textarea.form-control {
	padding: 10px 12px;
	height: 165px;
}
.comment-form .btn-default, .comment-form .submit {
	padding: 15px 60px;
	letter-spacing: 2px;
	background-color: #f00;
    border-color: #f00;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    
}
.comment-form .submit:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.comment-body .comment-metadata{
	display: inline-block;
}
.comment-body .vcard img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.no-padding{
	padding: 0px;
}
/* ==========================
9. Client
============================= */
.stat-client {
	background-color: #29ABE2;
}
.stat-client.bg-grey {
	background-color: #E9E9E9;
}
.client-img {
	text-align: center;
	margin-bottom: 40px;
}
.client-img img {
	margin: 0 auto;
	filter: alpha(opacity=80);
	opacity: .8;
}
.client-img:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* ==========================
10. FAQ
============================= */
.faq-item {
	text-align: center;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 40px;
}
.faq-item .icon {
	background-color: #29ABE2;
	width: 124px;
	height: 124px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding-top: 50px;
	margin: 0 auto;
}
.faq-item:hover .icon {
	background-color: #FBA301;
}
.faq-item .icon .fa {
	font-size: 30px;
	color: #fff;
}
.faq-item .ket {
	font-size: 14px;
	color: #666;
	margin-top: 40px;
}
.faq-item .ket h4 {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	margin-bottom: 30px;
}
.panel-faq.panel-group .panel {
	border-radius: 0px;
}
.panel-faq .panel-default > .panel-heading {
	color: #fff;
	background-color: #f00;
	border-color: #ddd;
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 15px 20px;
}
.panel-faq .panel-default > .panel-heading:before {
	padding: 0 20px 0 10px;
	color: #fff;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 20px;
}
.panel-faq .panel-default > .panel-heading.active {
	background-color: #000;
}
.panel-faq .panel-default > .panel-heading.active:before {
	content: "\f106";
}
.panel-faq .panel-default {
	border-color: transparent;
}
.panel-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;
}
.panel-faq .panel-title {
	font-size: 16px;
	display: inline-block;
}
.panel-faq .panel-body p {
	margin: 10px 0;
}
.panel-faq .panel-body {
	padding: 15px 30px;
	background-color: #F8F8F8;
	margin-top: 4px;
}
.collapse.in {
	display: block;
	visibility: visible;
}
.panel-title > a, .panel-title > a:active, .panel-title > a:focus {
	color: inherit;
	text-decoration: none;
	display: block;
}
.faq-list {
	margin: 0;
	padding: 0;
}
.faq-list li {
	list-style: none;
}
.faq-list li .fa {
	color: #f00;
	font-size: 14px;
	margin-right: 10px;
}
.faq-item-image {
	position: relative;
	width: 100%;
	text-align: center;
}
.faq-item-image img {
	display: block;
}
/* ==========================
11. Shop
============================= */
.sidenav {
}
.sidenav .sidenav-heading {
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.sidenav a {
	color: #666;
	font-weight: 700;
	display: block;
	padding: 10px 0;
}
.sidenav a:before {
	content: '+';
	display: inline-block;
	margin-right: 5px;
}
.sidenav a:hover, .sidenav a.active {
	color: #f00;
}
.shop-item {
	margin-bottom: 40px;
}
.shop-item .gambar {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
}
.shop-item .gambar img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
	width: 100%;
}
.shop-item:hover .gambar img {
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;

}
.shop-item .item-body {
	position: relative;
	display: block;
	padding: 20px;
}
.shop-item:hover .item-body {
	background-color: #fff;
}
.shop-item .item-body .name {
	color: #000;
	margin-bottom: 20px;
}
.shop-item .item-body .price {
	font-size: 14px;
	color: #8CC63F;
	line-height: 22px;
	display: block;
}
.return-to-shop a, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-MyAccount-content .button,
 .woocommerce-MyAccount-content a.button, .woocommerce-message .button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
 .woocommerce button.button.alt, .woocommerce input.button.alt, .shop-item .item-body .shop-buy {
	float: right;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #F50607;
	background: -moz-linear-gradient(top, #F50607 0%, #C2262C 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #F50607), color-stop(100%, #C2262C));
	background: -webkit-linear-gradient(top, #F50607 0%, #C2262C 100%);
	background: -o-linear-gradient(top, #F50607 0%, #C2262C 100%);
	background: -ms-linear-gradient(top, #F50607 0%, #C2262C 100%);
	background: linear-gradient(to bottom, #F50607 0%, #C2262C 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F50607', endColorstr='#C2262C', GradientType=0 );
}
.shop-item .item-body .shop-buy:hover {
	background: #000;
}
.return-to-shop a, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-MyAccount-content .button,
 .woocommerce-MyAccount-content a.button, .woocommerce-message .button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
 .woocommerce button.button.alt, .woocommerce input.button.alt{
	 padding:10px 20px;
 }
/* ==========================
12. Contact
============================= */
.contact-content {
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact-content .contact-title {
	color: #f00;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px !important;
}
.control-label {
	font-weight: 700;
	text-align: left;
	margin-bottom: 0;
	padding-top: 7px;
}
#wpcf7-f79-p72-o1 {
	margin: 30px 0 0;
}
.contact-content .form-group {
	float: left;
	width: 100%;
}
.contact-content .wpb_single_image .vc_figure {
	float: right;
}
.contact-rt {
	float: right !important;
}
.shake {
	margin-bottom: 40px;
}
.shake:after {
	clear: both;
	width: 100%;
	display: block;
	content: '';
}
.shake .form-control, .wpcf7 .form-control {
	padding: 24px 12px;
	border-radius: 0;
	background-color: transparent;
}
.shake .form-control:hover, .shake .form-control:focus, .wpcf7 .form-control:hover, .wpcf7 .form-control:focus {
	outline: 0;
	border: 1px solid #f00;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.shake .btn-default, .wpcf7 .btn-default {
	padding: 15px 25px;
	background-color: #f00;
	border-color: #f00;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
}
.shake .btn-default:active, .shake .btn-default:visited, .shake .btn-default:hover, .wpcf7 .btn-default:active, .wpcf7 .btn-default:visited, .wpcf7 .btn-default:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
p.help-block.text-danger li {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	color: #f00;
}
.alert-danger {
	color: #333031;
	background-color: #FFEDC4;
	border-color: #f00;
}
.form-question {
	padding-right: 40px;
}
.form-question .form-horizontal .control-label {
	text-align: left;
	font-weight: 700;
}
.has-error .control-label {
	text-align: left;
	font-weight: 700;
}
.contact-address {
}
.contact-address-item {
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 18px;
}
.contact-address-heading {
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 15px;
}
.form-question .wpcf7 .btn-default {
	opacity: 0.65;
}
.maps-wraper {
	position: relative;
}
.maps {
	width: 100%;
	height: 380px;
	display: block;
	background: #ccc;
	position: relative;
}
#google-container {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#cd-google-map {
	position: relative;
	overflow: hidden;
}
#cd-google-map .col-md-12 {
	padding: 0;
}
#cd-google-map .address {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	background-color: rgba(5, 5, 5, 0.9);
}
#cd-google-map .address .address-item {
	position: relative;
	padding-left: 44px;
}
#cd-google-map .address .address-item i {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 4px;
	color: #fcfcfc;
	font-size: 22px;
	text-align: center;
	line-height: 24px;
}
#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: rgba(255, 0, 0, .8);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url('../images/cd-icon-controller.svg');
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	background-color: rgba(255, 0, 0, 1);
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;
}
#cd-zoom-out {
	background-position: 50% -32px;
}
/* ==========================
13. Footer
============================= */
.footer {
}
.f-desc {
	background-color: #252525;
	color: #fff;
	padding: 50px 0;
}
.fcopy {
	background-color: #202020;
	color: #999;
	padding: 20px 20px;
}
.fcopy p {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
}
.footer-item {
	line-height: 20px;
	color: #999999;
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 15px;
	min-height: 250px;
	font-family: 'Open Sans', sans-serif;
}
.footer-item p, .footer-item a {
	font-weight: 400;
}
.footer-sosmed {
	margin-top: 20px;
}
.footer-sosmed .item {
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	display: inline-table;
	padding-top: 5px;
	border-radius: 50%;
}
.footer-sosmed .item:hover {
	background-color: #fff;
	color: #252525;
}
.footer-sosmed .item .fa {
	font-size: 16px;
}
.footer-logo {
	margin-bottom: 10px;
}
.footer-title {
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	position: relative;
	padding: 10px 0;
	margin-bottom: 40px;
}
.footer-title:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 10px;
	border-bottom: 2px solid #f00;
}
.footer-blog-item {
	padding-left: 30px;
	margin-bottom: 15px;
}
.footer-blog-item:before {
	font-family: FontAwesome;
	content: "\f105";
	color: #f00;
	float: left;
	padding-left: -20px;
	margin-left: -26px;
	font-size: 16px;
}
.footer-blog-item .footer-blog-lead {
	line-height: 20px;
	color: #999999;
	font-weight: 400;
}
.footer-blog-item .footer-blog-lead a {
	color: #999999;
}
.footer-blog-item .footer-blog-lead a:hover {
	color: #fff;
}
.footer-blog-item .footer-blog-date {
	font-size: 12px;
	line-height: 17px;
	color: #f00;
	margin-top: 5px;
}
.sitemap {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}
.sitemap:after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}
.sitemap li:before {
	font-family: FontAwesome;
	content: "\f105";
	color: #f00;
	float: left;
	margin-right: 20px;
	font-size: 16px;
}
.sitemap li {
	padding: 6px 0;
}
.sitemap li a {
	color: #999999;
}
.sitemap li a:hover {
	color: #fff;
}
.footer-getintouch {
}
.footer-getintouch-item {
	clear: both;
	margin-bottom: 10px;
	content: '';
}
.footer-getintouch-item .icon {
	font-size: 18px;
	color: #29ABE2;
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 20px;
}
.footer-getintouch-item .icon .fa {
	font-size: 16px;
}
.footer-getintouch-item .desc {
	float: left;
	margin-bottom: 10px;
}
.footer-getintouch-item .desc .desc-1 {
	width: 60px;
	float: left;
}
.footer-getintouch-item .desc .desc-2 {
	width: 10px;
	float: left;
}
.footer-getintouch-item .desc .desc-3 {
	float: left;
}
.footer-item .form-control:hover, .footer-item .form-control:focus {
	background-color: #000;
	outline: 0;
	border: 1px solid #999;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* training-schedule */
.training-schedule{

}
.training-schedule .item{
	background-color: #fff;
	margin-top: 4px;
}
.training-schedule .item:hover{
	background-color: #f4f4f4;
}
.training-schedule .item .col-date,
.training-schedule .item .col-daytime,
.training-schedule .item .col-description{
	display: table-cell;
}

.training-schedule .box-date{
	width: 70px;
	text-align: center;
	padding: 15px 0;
	display: block;
	background-color: #f00;
	color: #fff;
	font-size: 36px;
	font-family: 'bebas_neue', sans-serif;
    font-weight: 700;
}
.training-schedule .box-month{
	width: 70px;
	text-align: center;
	padding: 0px 0;
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	margin-top: 1px;
}
.training-schedule .col-daytime{
	width: 220px;
	text-align: center;
	font-style: italic;
}
.training-schedule .col-description{
	padding: 20px 20px;
}


/*************Custom css****************/
.wpb_image_grid .wpb_image_grid_ul > li::after, .wpb_image_grid .wpb_image_grid_ul > li {
	margin: 0 10px 10px 0 !important;
}
.wpb_image_grid .wpb_image_grid_ul > li:hover::before {
	display: block !important;
	background: rgba(0,0,0,0.5) !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: none !important;
	margin: 0 !important;
	padding: 0;
	position: relative !important;
	width: auto !important;
}
.woocommerce ul.products li.product .price {
	display: inline !important;
	position: relative;
}
.woocommerce ul.products li.product .price del {
	position: absolute;
	right: 0;
	top: -20px;
}
.shop-item .item-body .shop-buy {
	border: none;
	outline: none;
}
.woocommerce .woocommerce {
	float: left;
	padding: 40px 0 0;
	width: 100%;
}

.wpb_text_column wpb_content_element vc_custom_1452160029848 contact-address-item p {
	margin: 0 0 28px !important;
}
br {
	display: none;
}
.caption-desc br, .caption-heading br {
	display: block;
}
.vc_column-inner {
	padding: 0 !important;
}
.contact-address-item br {
	display: block;
}
.contact-address-item p {
	margin-bottom: 10px !important;
}
.contact-address.vc_row {
	margin-bottom: 40px !important;
}
.woocommerce-result-count, .woocommerce-ordering {
	display: none !important
}
.products .name h3 {
	padding: 0px !important;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px !important;
}
ul.products li.product .price {
	color: #8cc63f !important;
	font-size: 14px !important;
	line-height: 22px !important;
}
ul.products li.product .price ins {
	font-weight: normal !important;
	text-decoration: none;
}
.woocommerce-pagination {
	text-align: left !important;
}
.woocommerce-pagination .page-numbers {
	margin: 0 0 0 7px !important;
	border: none !important;
}
.woocommerce-pagination .page-numbers li {
	margin-right: 10px !important;
	border: none !important;
}
.woocommerce-pagination .page-numbers li a {
	background-color: transparent;
	border: none;
	color: #666;
	float: left;
	line-height: 1.42857 !important;
	margin-left: -1px;
	font-size: 18px !important;
	border-radius: 2px;
	padding: 13px 20px !important;
	position: relative;
}
.woocommerce-pagination .page-numbers li a:hover {
	background-color: #eee;
	border-color: #ddd;
	color: #23527c;
}
.woocommerce-pagination .page-numbers li span.current {
	background-color: #f00 !important;
	color: #fff !important;
	cursor: default;
	z-index: 2;
	padding: 13px 20px;
	line-height: 1.42857;
	font-size: 18px;
}
.shop .col-md-4 {
	margin: 0;
	padding: 0;
	width: 77% !important;
}
/***************************/
.featured_match {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
.featured_inner {
	float: left;
	width: 100%;
}
.featured_inner .match-club {
	margin-bottom: 0;
}
.featured_inner .match-club img{
	max-width: 150px;
	width: 100%;
}
.no_padding,.section.singlepage .container{
	padding:0 !important;
	}
ol.vc_carousel-indicators {
    margin: 0 !important;
    right: 0 !important;
    width: 74% !important;
}
.vc_carousel-indicators li{
	background:#dc4437 !important;
	opacity:0.7;
	border:1px solid #dc4437 !important;
	}
.vc_carousel-indicators li.vc_active{
	background:#f00 !important;
	}
div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_right,div.pp_default .pp_content_container .pp_left,div.pp_default .pp_content_container .pp_right,div.pp_default .pp_content,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right,div.pp_default .pp_bottom .pp_left{
	background:#000 !important;
	}
.wpcs_product_carousel_slider .product_container {
    position: relative;
}
.wpcs_product_carousel_slider .product_container .caption {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
    padding: 5px 20px;
}
.wpcs_product_carousel_slider .another_carousel_header {
    display: none;
}
.wpb_text_column.wpb_content_element.product_box {
    padding: 0 20px 0 0;
}
.wpcs_product_carousel_slider .product_container  a.add_to_cart_button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f00 0%, #c92127 100%) repeat scroll 0 0 !important;
    border-radius: 2px !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 18px !important;
    margin-right: 5px !important;
    padding: 15px 20px !important;
	border:none  !important;
	outline:none  !important;
}
.wpcs_product_carousel_slider .product_container  a.add_to_cart_button:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.wpcs_product_carousel_slider .caption .price {
    display: none;
}
@media (max-width: 1199px) {
}
@media (max-width: 992px) {
.info .info-item {
	margin-right: 20px;
}
.services-item-image img {
	position: static;
}
.work-info-icon {
	margin: 30px 0 0 0;
	width: 100%;
	text-align: center;
}
.work-info-body {
	float: left;
	margin: 10px 0 0 0px;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.navbar-main .nav > li > a {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media (max-width: 768px) {
.navbar-main.stiky .navbar-nav > li > a {
	padding-top: 15px;
	min-height: 40px;
}
.header-top {
	display: none;
}
.navbar-brand {
	padding: 6px 15px;
}
.navbar-brand {
	margin-top: -6px;
}
.navbar-main .navbar-brand > img {
	width: 50%;
}
.navbar-main.stiky .navbar-brand > img {
	width: 50%;
}
.navbar-main.stiky .navbar-brand {
	margin-top: -6px;
}
.navbar-brand > img {
	display: block;
	width: 50%;
}
.work-info {
	position: static;
}
.work-info .container {
	padding-right: 0;
	padding-left: 0;
}
.banner, .subbanner {
	margin-top: 50px;
}
.banner .caption {
	position: absolute;
	top: 150px;
	left: 20px;
	right: 20px;
}
.work-info-item {
	width: 100%;
}
.navbar-main .navbar-nav > li > a {
	min-height: auto;
	padding-top: 0px;
}
.testimonials-item .quote-box {
	margin-left: 110px;
}
.about-wrap {
	margin-left: 0px;
}
.work-info-icon {
	margin: 30px 0 0 30px;
	width: 60px;
	text-align: left;
}
.work-info-body {
	float: left;
	margin: 30px 0 0 0;
	width: auto;
	text-align: left;
}
.nav-tabs > li {
	width: 100%;
}
.nav-history:after {
	background-color: transparent;
}
.nav-history a {
	margin: 0 10px 5px 10px;
}
.history-item .gambar {
	width: 100%;
	float: none;
}
.history-item .item-body {
	width: 100%;
	float: none;
	padding: 20px 0 20px 0;
}
.teams {
	float: none;
	width: 100%;
}
.teams-caro {
	float: none;
	width: 100%;
}
.teams-image {
	float: none;
	width: 100%;
}
.teams-description {
	float: none;
	width: 100%;
	padding: 30px 20px 0 20px;
}
.featured_inner .match-description {
	margin: 20px 0 0;
}
.featured_inner .liga-date {
	margin: 0 0 10px;
}
.featured_inner .liga-vs {
	margin: 0 0 25px;
}
}
@media (max-width: 767px) {
.services-item-image img {
	position: static;
}
}
@media (max-width: 479px) {
.image-wrap .meta {
	display: none;
}
.image-wrap .meta div {
	width: 50%;
	font-size: 10px;
	line-height: 10px;
}
.image-wrap .meta div:nth-child(2) {
	display: none;
	line-height: 10px;
}
.image-wrap .meta .fa {
	display: none;
}
.media-left, .media-right, .media-body {
	display: block;
}
.comments-box .date {
	margin-left: 10px;
}
.media-body {
	width: auto;
}
.comments-box .media-body {
	padding-left: 0px;
}
}

.widget ul{
	padding: 15px 35px;
    display: inline-block;
    width: 100%;
}

.widget li{
	padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    display: block;
}
.widget  .menu-item-has-children:hover>ul>li{
	height: 52.5px;
}
.widget .children , .widget .sub-menu {
    padding-left: 5px;
}
.widget .children li {
    border-bottom: none;
    padding: 10px 0;
}
.widget select{
	max-width: 80%;
	margin: 15px 35px;

}
.widget h3{
	font-size: 18px;
    color: #f00;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    padding: 15px 35px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}
.widget .tagcloud , .widget select , .widget label{
	padding: 15px 35px;
}
.post-item table {
    width: 100%; }
    .post-item table th, .post-item table td {
      padding: 5px 8px; }
    .post-item table tr {
      border-bottom: 1px solid #e1e1e1; }


/* Calendar Widget */
.widget_calendar table {width:80%; margin:15px 35px;}
.widget_calendar table caption { text-align:center; font-weight:bold; font-size:18px}
.widget_calendar table td { background-color:#f5f5f5; border:1px transparent solid !important;}
.widget_calendar table th {color:rgba(131,88,220,1)}
.widget_calendar table td#today {border: 1px rgba(131,88,220,1) solid}
.widget_calendar table td#prev, .widget_calendar table td#next {background-color:transparent; border:0; font-weight:bold}
.widget_calendar table td#prev:hover, .widget_calendar table td#next:hover { background-color:#f5f5f5;border: 1px rgba(131,88,220,1) solid}
.widget_calendar table td.pad, .widget_calendar table td#next.pad, .widget_calendar table td#next.pad {border-color:transparent; background-color:transparent}
.widget_calendar table,.widget_calendar td {border: 0;border-collapse: separate;border-spacing: 1px;}
.widget_calendar caption {font-size: 14px;margin: 0;}
.widget_calendar th,.widget_calendar td {padding: 0 !important;text-align: center;}
.widget_calendar a {display: block;}
.site-footer .widget_calendar tbody td {background-color: rgba(255, 255, 255, 0.05);}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {background-color: transparent;}

/**
 * Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {margin-bottom: 20px;margin-left: -4px;}
.gallery:after {clear:both}
.gallery-item {float: left;margin: 0 4px 4px 0;overflow: hidden;position: relative;}
.gallery-columns-1.gallery-size-medium,.gallery-columns-1.gallery-size-thumbnail,.gallery-columns-2.gallery-size-thumbnail,.gallery-columns-3.gallery-size-thumbnail {display: table;margin: 0 0 20px 0; width: 100%}
.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item {text-align: center;}
.gallery-columns-2 .gallery-item {max-width: 47%;max-width: -webkit-calc(50% - 4px);max-width:         -moz-calc(50% - 4px);max-width:         calc(50% - 4px);}
.gallery-columns-3 .gallery-item {max-width: 31%;max-width: -webkit-calc(33% - 4px);max-width:         -moz-calc(33% - 4px);max-width:         calc(33% - 4px);}
.gallery-columns-4 .gallery-item {max-width: 23%;max-width: -webkit-calc(25% - 4px);max-width:         -moz-calc(25% - 4px);max-width:         calc(25% - 4px);}
.gallery-columns-5 .gallery-item {max-width: 19%;max-width: -webkit-calc(20% - 4px);max-width:         -moz-calc(20% - 4px);max-width:         calc(20% - 4px);}
.gallery-columns-6 .gallery-item {max-width: 15%;max-width: -webkit-calc(16.7% - 4px);max-width:         -moz-calc(16.7% - 4px);max-width:         calc(16.7% - 4px);}
.gallery-columns-7 .gallery-item {max-width: 13%;max-width: -webkit-calc(14.28% - 4px);max-width:         -moz-calc(14.28% - 4px);max-width:         calc(14.28% - 4px);}
.gallery-columns-8 .gallery-item {max-width: 11%;max-width: -webkit-calc(12.5% - 4px);max-width:         -moz-calc(12.5% - 4px);max-width:         calc(12.5% - 4px);}
.gallery-columns-9 .gallery-item {max-width: 9%;max-width: -webkit-calc(11.1% - 4px);max-width:         -moz-calc(11.1% - 4px);max-width:         calc(11.1% - 4px);}
.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n) {margin-right: 0;}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {clear: left;}
.gallery-caption {background-color: rgba(250,15,0,0.85);-moz-box-sizing: border-box;box-sizing: border-box;color: #fff;font-size: 14px;line-height: 1.3;margin: 0;max-height: 50%;opacity: 0;filter: alpha(opacity=0);padding: 8px 10px;position: absolute;bottom: 0;left: 0;text-align: left;-webkit-transition: opacity 400ms ease;-moz-transition:  opacity 400ms ease;transition:  opacity 400ms ease;width: 100%; font-style: normal}
.gallery-caption:before {content: "";height: 100%;min-height: 49px;position: absolute;left: 0;top: 0;width: 100%;}
.gallery-item:hover .gallery-caption {opacity: 1;filter: alpha(opacity=100);}
.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {display: none;}
#gallery-1 img{width: 100%;}
/**
 * Post Formats
 * ----------------------------------------------------------------------------
 */
/* Audio */
.format-audio .entry-content:before {content: "\f109";float: left;font-size: 64px;position: relative;top: 4px;}
.format-audio .audio-content {background: url(../images/dotted-line.png) repeat-y left top;background-size: 4px 4px;display: inline-block;padding-left: 35px;width: 80%;width: -webkit-calc(100% - 85px);width:  -moz-calc(100% - 85px);width:  calc(100% - 85px); min-height: 74px; padding-top: 20px}
.format-audio audio {max-width: 100% !important; /* Avoid player width overflow. */}

embed,iframe,object,video {max-width: 100%;}



	@media screen and (max-width: 767px){
.table-responsive > .table > thead > tr > th,
 .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, 
 .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, 
 .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
    font-size: 12px;
    padding: 0px;
}
.latest-video {
    margin-left: auto !important; 
}
}

.woocommerce div.product{
	padding-top: 50px;
}
.woocommerce-tabs .panel{
	padding: 20px !important;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.price {
    display: inline-block !important;
    position: relative;
}




.page-title-2 {
    text-align: left;
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 28px;
    color: #000;
    line-height: 30px;
    font-family: 'bebas_neue', sans-serif;
    font-weight: 700;
}
.page-title-2:after {
    content: '';
    border-top: 4px solid #f00;
    width: 40px;
    display: block;
    margin-top: 10px;
}
.page-title-2.white {
    color: #fff;
}
.standing {
    font-size: 12px;
    border: 1px solid #c5c5c5;
}
.standing .match-date, .standing .match-title{
font-size: 12px;
}
#nav_menu-1 ul{
	padding-left: 0px;
}
#nav_menu-1 li{
	list-style: none;
	width: 50%;
	float: left;
	padding: 6px 0;
}
#nav_menu-1 li:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #f00;
    float: left;
    margin-right: 20px;
    font-size: 16px;
}

