/* Global Styles */
#bpoTwitchVideo iframe {
	width: 320px;
	height: 180px;
}

html,body {
	height: 100%;
}

body {
	font-family: Raleway, sans-serif;
	font-weight: 300;
	background: #000 url('../images/bg-prior-to-video.jpg') 0px 0px no-repeat;
	background-size: cover;
}

.body {
	width: 100%;
	position: relative;
	overflow: hidden;
}

a { color: #ed1c24; }

/* Loading */
#mask {
	background-color: #000;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 10000000000;
}

.loader {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	top: 50%;
	left: 50%;
}

/* Animate Styles */
.animate {
	opacity: 0;
}

.animate-slide {
	opacity: 0;
	bottom: -100% !important;
}

.mac-img div {
	position: relative;
	bottom: 0;
}

.show {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.show.delay {
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

p {
	font-weight: 400;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

/* Header - nav */
header {
	height: 88px;
	background: #2a2a2c;
	/* background: #ed1c24; */
	left: 0;
	right: 0;
	z-index: 9999999;
	/* opacity: 0.9; */
}

header nav li a {
	font-size: 13px;
	text-transform: uppercase;
	/* color: #7E7A7A; */
	color: #fff;
	font-weight: 500;
	letter-spacing: 2.5px;
}

.navbar-nav > li > a {
	font-size: 12px;
	padding-top: 33.5px;
	padding-bottom: 33px;
}

.navbar-nav > li > a:hover {
	color: #ed1c24;
	background: none;
}

.navbar-brand {
	/* padding: 32px 0; */
	padding: 20px 0px 0px 0px;
	margin: 0;
}

.sticky-wrapper {
	position: relative;
	z-index: 999;
}

.nav .current a {
	color: #ed1c24 !important;
}

.current {
}

/* Top wrap */
.slider-wrap {
	background: #000;
	position: relative;
}

.overlay {
	background: url(../images/overlay.png);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}

#opening-view {
	/* height: 600px; */
	height: auto;
	top: 0px;
	bottom: auto;
}

.slide-content {
	z-index: 100000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: table-cell;
	vertical-align: middle;
	height: 270px;
	margin: auto;
	bottom: 0;
}

.slide-content p {
	width: 870px;
	margin: 0 auto;
	position: relative;
	top: -15px;
}

.slide-content p span {
	font-size: 22px;
	font-family: Titillium Web;
	text-transform: uppercase;
	text-align: center;
	color: #ed1c24;
	width: 50%;
	display: table;
	float: left;
}

.welcome img {
	display: table;
	margin: 0 auto;
}

p.dates {
	font-size: 48px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	top: 0px;
	margin-bottom: 20px;
}

p.dates strong.highlight {
	background-color: red;
	font-weight: 300;
	padding: 5px 10px;
}

.intro-btn {
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	background-color: #ed1c24;
	border: 1px solid white;
	padding: 14px 25px;
	margin: 50px auto 0;
	display: table;
}

.scroll-btn {
	width: 55px;
	height: 55px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: 0 auto;
	display: table;
	z-index: 100001;
}

.scroll-btn:hover {
	background: rgba(0,0,0,1);
}

.scroll-btn:before {
	content: "\f078";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 55px;
}

.home-video {
	/* min-height: 1070px; */
	/* min-height: 1200px; */
	min-height: 1000px;
	/* padding: 375px 0; */
	padding: 0;
	background: none !important;
}

.home-img {
	padding: 350px 0;
	background: url(../demo/slider/main/01.jpg) no-repeat center center;
	background-size: auto 100%;
}

.home-pattern {
	padding: 375px 0;
	background: url(../images/pattern.jpg);
}

/* Common Styles */
.section-title {
	margin: 0;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #434041;
}

.section-subtitle {
	color: #9b9999;
	font-size: 18px;
	text-align: center;
	padding: 0 20%;
	line-height: 26px;
	margin: 0;
}

.sep {
	height: 13px;
	background: url(../images/bar-poker/sep.png) no-repeat center center;
	width: 100%;
	margin: 15px 0;
}

.section-title-lite {
	margin: 0;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.section-subtitle-lite {
	color: #9b9999;
	font-size: 18px;
	text-align: center;
	padding: 0 20%;
	line-height: 26px;
	margin: 0;
	color: #fff;
}

.sep-lite {
	height: 13px;
	background: url(../images/sep-lite.png) no-repeat center center;
	width: 100%;
	margin: 15px 0;
}

/* About wrap */
.about {
	/* background: #1b191a; */
	background: #f7f6f4;
	position: relative;
	padding: 72px 0 0px;
	position: relative;
	z-index: 0;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}


.about h3.section-title {
	color: #ed1c24;
}

.about h4.section-subtitle {
	color: #222;
	padding: 0 10%;
	font-size: 22px;
}

.about h4.section-subtitle.gray-background {
	margin-top: 10px;
	background-color: #cccccc;
	color: #ed1c24;
	font-weight: bold;
	padding: 20px 10px;
	font-size: 36px;
	line-height: 48px;
}

.about h5.section-subtitle {
	color: #222;
	padding: 0 10%;
}

.pr-no {
	padding-right: 0 !important;
}

.pl-no {
	padding-left: 0 !important;
}

.pt-no {
	padding-top: 0 !important;
}

.mt-no {
	margin-top: 0 !important;
}

.about p {
	font-size: 16px;
	line-height: 30px;
	color: #777;
	margin: 10px 0 30px;
}

.navbar-brand {
	padding-top: 27px;
}

.navbar-brand img {
	width: 225px;
}

.about-info,.service-info-left {
	padding-right: 60px;
}

.about-slider,.service-info-right {
	padding-left: 60px;
}

#owl-about .item img {
	display: block;
	width: 100%;
	height: auto;
}

#owl-about .owl-prev {
	width: 43px;
	height: 43px;
	background:#ed1c24 url(../images/arrow-next.png) no-repeat center center;
	font-size: 0;
	float: left;
	margin-left: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size:11px;
}

#owl-about .owl-next {
	width: 43px;
	height: 43px;
	background: #ed1c24 url(../images/arrow-prev.png) no-repeat center center;
	font-size: 0;
	float: right;
	margin-right: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size:11px;
}

#owl-about .owl-buttons {
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 65px;
	margin: auto;
}

#owl-about:hover .owl-prev {
	opacity: 1;
	visibility: visible;
	margin-left: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-about:hover .owl-next {
	opacity: 1;
	visibility: visible;
	margin-right: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.highlight-text {
	color: #ed1c24;
}

.btn1 {
	background-color: transparent;
	border: solid 1px #bdbbbc;
	line-height: 58px;
	padding: 0 50px;
	text-transform: uppercase;
	color: #bdbbbc;
	display: table;
	font-size: 18px;
	font-weight: 500;
	display: table;
}

.btn2 {
	background-color: transparent;
	border: solid 1px #bdbbbc;
	line-height: 58px;
	padding: 0 50px;
	text-transform: uppercase;
	color: #bdbbbc;
	display: table;
	font-size: 18px;
	font-weight: 500;
	margin: 30px auto 0;
}

.btn1:hover,.btn2:hover,.intro-btn:hover,.btn3:hover {
	border: 1px solid #000;
	color: #000;
}

.pr-no {
	padding-right: 0 !important;
}

.pl-no {
	padding-left: 0 !important;
}


/* Venue wrap */
.venue {
	background: #fff;
	position: relative;
	padding: 72px 0;
	position: relative;
	z-index: 0;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.venue h3.section-title {
	color: #ed1c24;
}

.venue p {
	font-size: 16px;
	line-height: 33.333px;
	color: #9b9999;
	margin: 10px 0 30px;
}

.venue-info,.service-info-left {
	padding-right: 60px;
}

.venue-slider,.service-info-right {
	padding-left: 60px;
}

#owl-venue .item img {
	display: block;
	width: 100%;
	height: auto;
}

#owl-venue .owl-prev {
	width: 43px;
	height: 43px;
	background: #ed1c24 url(../images/arrow-next.png) no-repeat center center;
	font-size: 0;
	float: left;
	margin-left: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size:11px;
}

#owl-venue .owl-next {
	width: 43px;
	height: 43px;
	background: #ed1c24 url(../images/arrow-prev.png) no-repeat center center;
	font-size: 0;
	float: right;
	margin-right: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size:11px;
}

#owl-venue .owl-buttons {
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 65px;
	margin: auto;
}

#owl-venue:hover .owl-prev {
	opacity: 1;
	visibility: visible;
	margin-left: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-venue:hover .owl-next {
	opacity: 1;
	visibility: visible;
	margin-right: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Explore AC wrap */
.explore-ac {
	background: #fff;
	position: relative;
	padding: 72px 0;
	position: relative;
	z-index: 0;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.explore-ac h3.section-title {
	color: #ed1c24;
}

.explore-ac .section-subtitle {
	padding: 0 5%;
}


.explore-ac p {
	font-size: 16px;
	line-height: 33.333px;
	color: #9b9999;
	margin: 10px 0 30px;
}

.explore-ac-info,.service-info-left {
	padding-right: 60px;
}

.explore-ac-slider,.service-info-right {
	padding-left: 60px;
}

#owl-explore-ac .item img {
	display: block;
	width: 100%;
	height: auto;
}

#owl-explore-ac .owl-prev {
	width: 43px;
	height: 43px;
	background: #ed1c24 url(../images/arrow-next.png) no-repeat center center;
	font-size: 0;
	float: left;
	margin-left: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size:11px;
}

#owl-explore-ac .owl-next {
	width: 43px;
	height: 43px;
	background: #ed1c24 url(../images/arrow-prev.png) no-repeat center center;
	font-size: 0;
	float: right;
	margin-right: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size:11px;
}

#owl-explore-ac .owl-buttons {
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 65px;
	margin: auto;
}

#owl-explore-ac:hover .owl-prev {
	opacity: 1;
	visibility: visible;
	margin-left: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-explore-ac:hover .owl-next {
	opacity: 1;
	visibility: visible;
	margin-right: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.btn1 {
	background-color: transparent;
	border: solid 1px #bdbbbc;
	line-height: 58px;
	padding: 0 50px;
	text-transform: uppercase;
	color: #bdbbbc;
	display: table;
	font-size: 18px;
	font-weight: 500;
	display: table;
}

.btn2 {
	background-color: transparent;
	border: solid 1px #bdbbbc;
	line-height: 58px;
	padding: 0 50px;
	text-transform: uppercase;
	color: #bdbbbc;
	display: table;
	font-size: 18px;
	font-weight: 500;
	margin: 30px auto 0;
}


/* Services */
.services {
	background: #f7f6f4;
	position: relative;
	/* padding: 72px 0 57px; */
	padding: 72px 0 0px;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.services h3.section-title {
	color: #ed1c24;
}

.services .section-subtitle {
	padding: 0 5%;
}

.service-content {
	padding: 25px;
	background: #f7f6f4;
	margin-bottom: 20px;
}

.service-content:hover {
	cursor: pointer;
	background: #e2e1de;
}

.service-info h4 {
	font-size: 26px;
	text-transform: uppercase;
	color: #222;
	margin: 0 0 10px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.service-content:hover h4 {
	color: #ed1c24;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.service-info p {
	font-size: 16px;
	margin: 0;
	color: #777;
	line-height: 26px;
}

.service-ico {
	width: 70px;
	float: left;
	position: relative;
	text-align: center;
	color: #ed1c24;
/*
	font-size: 60px;
	line-height: 60px;
*/
}

.service-content:hover .service-ico {
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ico1 {
	background: url(../images/bar-poker/ico1.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico1 {
	background: url(../images/ico1-hr.png) no-repeat;
}

.ico2 {
	background: url(../images/bar-poker/ico2.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico2 {
	background: url(../images/ico2-hr.png) no-repeat;
}

.ico3 {
	background: url(../images/bar-poker/ico3.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico3 {
	background: url(../images/ico3-hr.png) no-repeat;
}

.ico4 {
	background: url(../images/bar-poker/ico4.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico4 {
	background: url(../images/ico4-hr.png) no-repeat;
}

.ico5 {
	background: url(../images/bar-poker/ico5.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico5 {
	background: url(../images/ico5-hr.png) no-repeat;
}

.ico6 {
	background: url(../images/bar-poker/ico6.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico6 {
	background: url(../images/ico6-hr.png) no-repeat;
}

.ico7 {
	background: url(../images/bar-poker/ico7.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico7 {
	background: url(../images/ico6-hr.png) no-repeat;
}

.ico8 {
	background: url(../images/bar-poker/ico8.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico8 {
	background: url(../images/ico6-hr.png) no-repeat;
}

.service-info {
	margin-left: 85px;
}

/* Facts */
.facts {
	padding: 125px 0 100px;
	background: #000 url(../images/bg-counting-stats.jpg);
	background-position: center top;
	position: relative;
}

.facts-list {
	padding: 0 0% 0 5%;
}

.facts-list li {
	float: left;
	list-style: none;
	width: 24%;
	margin-right: 1%;
}

.facts-list li:last-child {
	margin-right: 0;
}

.facts-list li .fact-ico1 {
	background: url(../images/bar-poker/fact1.png) no-repeat;
	width: 74px;
	height: 94px;
	float: left;
	color: #ed1c24;
}

.facts-list li .fact-ico2 {
	background: url(../images/bar-poker/fact2.png) no-repeat;
	width: 74px;
	height: 94px;
	float: left;
}

.facts-list li .fact-ico3 {
	background: url(../images/bar-poker/fact3.png) no-repeat;
	width: 74px;
	height: 94px;
	float: left;
}

.facts-list li .fact-ico4 {
	background: url(../images/bar-poker/fact4.png) no-repeat;
	width: 74px;
	height: 94px;
	float: left;
}

.facts-list li h6 {
	margin: 5px 0 0;
	/* margin-left: 85px; */
	margin-left: 35px;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}

.facts-list li h6 span {
	display: block;
	font-size: 75px;
	text-align: center;
	margin-bottom: 25px;
}

.facts-list li h6 span em {
	font-style: normal;
}

/* Book Room */
.book-room {
	padding: 0px 0 300px;
	background: #000 url(../images/bg-book-room.jpg) 0px 0px;
	background-size: cover;
	position: relative;
	color: #050505;
}

.book-room h3.section-title {
	color: #ed1c24;
}

.book-room .call-today {
    background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, .8);
}

.book-room .call-today .call-today-content {
}

.book-room .call-today h4 {
	text-align: center;
	font-size: 24px;
	color: #ed1c24;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 20px;
}

.book-room .call-today h5.section-subtitle {
	color: #050505;
	font-size: 20px;
	font-weight: normal;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
}

/* Portfolio */

.portfolio-wrap {
	padding: 72px 0;
	background: #1b191a;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.portfolio-wrap h3.section-title {
	color: #ed1c24;
}

.portfolio-wrap .container {
	width: 1275px;
	max-width: 1275px;
}

.folio-item {
	padding: 0 1px 1px 0;
}

.portfolio-grid {
	margin-top: 50px;
}

.portfolio-thumb {
	position: relative;
	overflow: hidden;
}

.no-padding {
	padding: 0 !important;
}

.portfolio-dark-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: #ed1c24;
	background: rgba(211,54,54,0.81);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.portfolio-thumb:hover .portfolio-inner {
	opacity: 1;
}

.portfolio-thumb:hover .portfolio-dark-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio-inner h4 {
	font-size: 22px;
	text-align: center;
	color: #fff;
	margin: 0;
	font-weight: 400;
}

.portfolio-inner .zoom {
	width: 45px;
	height: 44px;
	background: url(../images/zoom.png);
	display: table;
	margin: 0 auto 20px;
}

.portfolio-inner-ctr {
	display: table-cell;
	margin: auto;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
}

.project-single {
	padding: 0 0 40px;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.project-single.container {
	width: 950px !important;
	min-width: 950px !important;
	margin: 0 auto;
}

.project-single h4 {
	color: #cecece;
	text-transform: uppercase;
	font-size: 35px;
	text-align: center;
	font-weight: 400;
	margin-top: 30px;
}

.project-single h6 {
	font-size: 15px;
	color: #817e7e;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.project-single p {
	color: #a1a7a8;
	font-size: 16px;
	line-height: 27px;
}

/* Leagues */

.league-wrap {
	padding: 40px 0 72px 0;
	/* background: #282828; */
/* 	background: #1b191a; */
	background: #000000;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.league-wrap h3.section-title {
	color: #ed1c24;
}

.league-wrap h5.section-subtitle {
	padding: 0 15%;
}
	
.league-wrap .container {
	width: 1230px;
	max-width: 1230px;
}

.btn-ctr {
	display: table;
	margin: 60px auto 0;
	padding: 0 24px;
}

.league-info h4 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 18px 0 2px;
}

.league-info p {
	font-size: 16px;
	color: #9b9999;
	text-align: left;
	margin-bottom: 15px;
}

.league-info ul {
	font-size: 16px;
	color: #9b9999;
	margin-bottom: 15px;
}

.league-social {
	padding: 0;
	display: table;
	margin: 0 auto;
}

.league-social li {
	list-style: none;
	float: left;
	margin: 0 4px;
}

.league-social li a {
	width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	background: url(../images/social1.png);
	display: table;
	color: #fff;
	font-size: 16px;
}

.league-social li a:hover {
	background: url(../images/bar-poker/social-hr.png);
}

.staff-pic {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 125px;
}

.staff-pic img {
	margin: 0px auto;
	max-height: 125px;
}

.staff-pic-overlay {
	font-size: 18px;
	color: #ed1c24;
	text-align: center;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.staff-pic-overlay a {
	color: #ed1c24;
}

.envelope {
	width: 59px;
	height: 46px;
	background: url(../images/mail.png) no-repeat;
	display: table;
	margin: 0 auto 6px;
}

.staff-overlay-ctr {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	vertical-align: middle;
	margin: auto;
	height: 75px;
}

/*
.league-info:hover .staff-pic-overlay {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
*/

.staff-content-wrap {
	/* background: #413f40; */
/* 	padding-bottom: 30px; */
	padding-bottom: 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.staff-content-wrap ul {
	margin-top: 10px;
	padding-left: 0px;
}

/*
.league-info:hover .staff-content-wrap {
	background: #ed1c24;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
*/

/*
.league-info:hover p {
	color:#fff;
}

.league-info:hover h4 {
	color:#222;
}
*/

#owl-leagues {
	margin-top: 0px;
}

#owl-leagues .item {
	display: block;
	width: 100%;
	height: auto;
	padding: 0px 60px;
}

#owl-leagues .owl-prev {
	width: 43px;
	height: 43px;
	background:#ed1c24 url(../images/arrow-next.png) no-repeat center center;
	font-size: 0;
	float: left;
	margin-left: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size:11px;
}

#owl-leagues .owl-next {
	width: 43px;
	height: 43px;
	background: #ed1c24 url(../images/arrow-prev.png) no-repeat center center;
	font-size: 0;
	float: right;
	margin-right: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size:11px;
}

#owl-leagues .owl-buttons {
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 150px;
	bottom: 0x;
	margin: auto;
}

#owl-leagues:hover .owl-prev {
	opacity: 1;
	visibility: visible;
	margin-left: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-leagues:hover .owl-next {
	opacity: 1;
	visibility: visible;
	margin-right: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.parallax {background-size: 100% auto;}




/* Championship */

.championship-wrap {
	padding: 82px 0 72px 0;
	background: #000;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.championship-wrap h3.section-title {
	color: #ed1c24;
}

.championship-wrap h5.section-subtitle {
	padding: 0 10%;
}

	
/*
.championship-wrap .container {
	width: 1200px;
	max-width: 1200px;
}
*/

.championship-day {
/* 	border-top: 1px solid #cdcdcd; */
/* 	border-bottom: 2px solid #cdcdcd; */
	padding: 0px 0 30px 0;
	background-color: #343434;
}

.championship-day h4 {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #f4132b;
	color: white;
}

.championship-day h5 {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}

.championship-day h5.championship-price {
	font-size: 36px;
	font-weight: bold;
	padding-top: 5px;
}

.championship-day h6.championship-price-info {
	color: #999;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}

.championship-day p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	margin: 0 5% 0 5%;
}

.championship-info p.joining-arrow {
	margin-top: -25px;
}

.championship-info p.joining-arrow i.fa {
	color: #343434;
	font-size: 8em;
}

/*
.championship-info h4 {
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px;
	font-weight: 400;
}
*/

.championship-info p {
	font-size: 17px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}








/* Skills */

.skills {
	padding: 50px 0 0 !important;
	overflow: hidden;
}

.info-wrap {
	background:#1b191a;
}

.info-wrap h3.section-title {
	color: #ed1c24;
}


.skills li {
	float: left;
	width: 44%;
	list-style: none;
	margin-right: 12%;
}

.last {
	margin-right: 0 !important;
}

.skills li h5 {
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 20px;
}

.skills li h5 span {
	color: #777;
	font-size: 22px;
	float: right;
}

.progress {
	height: 19px;
	background: #f0f0f0;
	width: 100%;
	position: relative;
	display: table;
	border-radius: 0;
	margin-bottom: 40px;
	box-shadow: none;
}

.progress em {
	position: absolute;
	top: 0;
	height: 19px;
	left: 0;
	background: #ed1c24;
}

/*
.info-wrap h3 {
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 37px 0 30px !important;
	color:#fff;
}
*/

.info-wrap .container {
	width: 100%;
}

.info-wrap-content {
	padding: 95px 25px 60px !important;
	width: 975px;
	margin: 0 auto;
}

.info-content-img img {
	display: table;
	margin: 0px auto 0;
}

.info-wrap {
}

.info-wrap p {
	font-size: 17px;
	line-height: 36px;
	color: #696f6f;
	margin-bottom: 35px;
}

.wrap-link {
	color: #ed1c24;
	font-size: 17px;
	border-bottom: 1px solid rgba(211,54,54,0.4);
	display: table;
	font-weight: 400;
	margin-bottom: 10px;
}

.wrap-link:hover {
	color: #fff;
	font-size: 17px;
	display: table;
	font-weight: 400;
	margin-bottom: 10px;
}

.info-content-img {
	overflow: hidden;
}

.progress em {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.hide-progress {
	width: 0 !important;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

/* Clients */

.clients {
	padding: 72px 0;
	background: #282828;
}

.clients .container {
	width: 100%;
	padding: 0 60px;
}

#owl-clients .item{
	margin: 0 5px;
}

#owl-clients .item img{
	display: table;
	width: 100%;
	height: auto;
	margin:0 auto;
	padding:0 10px;
}

/* Testimonials */

.testimonials {
	/* padding: 72px 0 90px; */
	padding: 50px 0 90px;
	background: #000 url(../images/bg-schedule.jpg);
	/* background: #000; */
	position: relative;
	border-top: 40px solid #f7f6f4;
}

.testimonials #testimonials-content {
	z-index: 900;
}

.testimonials h3.section-title {
	color: #ed1c24;
}

.round-bg {
	background: none repeat scroll 0 0 #323131;
	height: 800px;
	left: 50%;
	margin-left: -400px;
	opacity: 0.8;
	position: absolute;
	top: -50px;
	/* transform: rotate(45deg); */
	border-radius: 100%;
	width: 800px;
	z-index: 4;
}

#owl-schedule {
	height: 510px;
	padding-top: 35px;
	padding-bottom: 35px;
}

#owl-schedule .item {
	display: block;
	width: 100%;
	height: auto;
	padding: 0px 50px;
}

#owl-schedule .item h4 {
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 25px;
	font-weight: 400;
	text-align: center;
}

#owl-schedule .item dl {
	width: auto;
	margin: 10px auto 0px auto;
	clear: left;
}

#owl-schedule .item dl dt {
	float: left;
	background-color: #ed1c24;
	padding: 10px;
	color: white;
	font-size: 20px;
	margin-bottom: 15px;
	width: 80px;
	text-align: center;
}

#owl-schedule .item dl dt.range {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 8px;
	padding-top: 8px;
}

#owl-schedule .item dl dd {
	color: #f7f6f4;
	font-size: 13px;
	margin-bottom: 15px;
	padding-left: 15px;
	float: left;
	width: 510px;
	text-transform: uppercase;
}

#owl-schedule .item dl dd strong {
	font-size: 16px;
	text-transform: none;
}

#owl-schedule .item dl dd strong.championship {
	color: #ed1c24;
}

#owl-schedule .item dl dd strong a {
	color: white;
	text-decoration: underline;
}

#owl-schedule .item dl dd strong.championship a {
	color: #ed1c24;
	text-decoration: underline;
}

#owl-schedule .item dl dd div.info {
	float: left;
	width: 285px;
	margin-right: 10px;
}

#owl-schedule .item dl dd div.price {
	font-size: 16px;
	float: left;
	color: #f3535a;
	width: 75px;
	font-weight: bold;
}

#owl-schedule .item dl dd div.gtd {
	font-size: 16px;
	float: left;
	font-weight: bold;
	width: 125px;
}

#owl-schedule .owl-prev {
	width: 43px;
	height: 43px;
	background: #ed1c24 url(../images/arrow-next.png) no-repeat center center;
	font-size: 0;
	float: left;
	left: -35px;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size:11px;
}

#owl-schedule .owl-next {
	width: 43px;
	height: 43px;
	background:#ed1c24 url(../images/arrow-prev.png) no-repeat center center;
	font-size: 0;
	float: right;
	right: -35px;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size:11px;
}

#owl-schedule .owl-buttons {
/* 	height: 43px; */
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 228px;
	margin: auto;
}

#owl-schedule .owl-pagination {
	/* height: 43px; */
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#owl-schedule:hover .owl-prev {
	opacity: 1;
	visibility: visible;
	margin-left: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-schedule:hover .owl-next {
	opacity: 1;
	visibility: visible;
	margin-right: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-schedule .owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	margin: 16px 3.5px 0;
	background: none;
	border-radius: 50%;
	border: 2px solid #ed1c24;
}

#owl-schedule .owl-controls .owl-page.active span,#owl-schedule .owl-controls.clickable .owl-page:hover span {
	background: #ed1c24;
}

.schedule-download {
	text-align: center;
	position: absolute;
	margin: auto;
	bottom: -100px;
	left: 0;
	right: 0;
	z-index: 900;
}

.schedule-download .intro-btn {
	margin: 0 auto;
	background-color: white;
	border: 1px solid #ed1c24;
	color: #ed1c24;
}

.disclaimer {
	text-align: center;
	position: absolute;
	margin: auto;
	bottom: -50px;
	left: 0;
	right: 0;
	color: white;
	z-index: 900;
}

/* Contact */

.contact {
	background: #282828;
	padding: 60px 0;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.contact h3.section-title {
	color: #ed1c24;
}

.contact .section-subtitle {
	padding: 0 15%;
}

.contact p.large {
	font-size: 24px;
}

.contact-form {
}

.contact-form input,.contact-form textarea {
	border: 1px solid #777;
	min-height: 56px;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	background: none;
	border-radius: 2px;
	margin-bottom: 25px;
	width: 100%;
}

.s-btn {
	background: none repeat scroll 0 0 #ed1c24;
	border: medium none;
	display: table;
	color: #FFF;
	padding: 16px 60px 12px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
}

.s-btn:hover {
	background:#a8a5a5;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.contact p {
	font-size: 18px;
	color: #7f8184;
	line-height: 24px;
}

.contact-info p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

.contact-info a {
	font-size: 16px;
	color: #ed1c24;
}

/* Footer - Social */

.social-footer {
	background: #353434 !important;
	height: 212px;
}

.social {
	padding: 0 25px;
}

.social li {
	float: left;
	width: 25%;
	list-style: none;
	position: relative;
}

.social li i {
	font-size: 55px;
	text-align: center;
	line-height: 212px;
	color: #fff;
	display: table;
	margin: 0 auto;
}

.social li span {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	font-size: 18px;
	z-index: 9999;
}

.social li:hover {
	background: #ed1c24;
}

/* Blog */
.post-meta {
	color: #b7b7b7;
}

.post-meta a {
	color: #ed1c24;
}

.post-meta a i {
	color: #ed1c24;
	margin-right: 5px;
}

.date {
	width: 120px;
	height: 120px;
	background: url(../images/bar-poker/date.png) no-repeat;
	line-height: 120px;
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: -45px;
	top: -27px;
}

.post-meta i {
	color: #ed1c24;
	font-size: 15px;
}

.post-meta a {
	padding-right: 10px;
	margin-left: 10px;
}

.pm-link {
	color: #b7b7b7 !important;
}

.pm-link:hover {
	color: #ed1c24 !important;
}

article {
	padding-left: 80px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 80px;
	position: relative;
}

article h3 {
	font-size: 35px;
	margin: 13px 0 25px;
	border-top: 1px solid #ebebeb;
	padding-top: 12px;
}

article h3 a {
	color: #232323;
}

article h3 a:hover {
	color: #ed1c24;
}

article p {
	line-height: 24px;
	color: #8e8e8e;
	margin-bottom: 25px;
}

#ajax {
	height: auto;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border: 0;
}

.video iframe,.video object,.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slout-controls {
	display: table;
	padding: 0;
	margin: -50px auto 50px;
}

.s-controls-down {
	margin: 50px auto 0;
}

.slout-controls li {
	float: left;
	list-style: none;
	margin: 0 7px !important;
}

.slout-controls li a {
}

.close {
	width: 41px;
	height: 41px;
	opacity: 1 !important;
	margin-top: 0 !important;
}

.slout-controls li:hover,.slout-controls li a:hover,.close:hover {
	opacity: 1;
}

.tags {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 35px 0;
}

.tags a {
	font-size: 16px;
	text-transform: none;
	font-weight: 300;
	color: #ed1c24;
}

.page-header {
	margin-bottom: 50px;
}

.page-navigation {
	padding: 0;
	margin: -30px 0 60px;
	display: table;
}

.page-navigation li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.page-navigation li a {
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	color: #ccc;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	display: table;
}

.page-navigation li a:hover {
	border-color: #ed1c24;
	color: #ed1c24;
}

.page-navigation li.active a {
	background: #ed1c24;
	border-color: #ed1c24;
	color: #fff;
}

.search h5 {
	color: #000 !important;
}

.search1 {
	height: 30px;
	border: 1px solid #989898;
	border-radius: 2px;
	padding-left: 35px;
	position: relative;
	width: 150px;
	font-size: 13px;
	background: url(../images/search.png) no-repeat left center;
	background-position: 10px 50%;
}

aside {
	padding-left: 50px !important;
	margin-top: 150px;
}

.side-widget {
	margin-bottom: 30px;
}

.side-widget h5 {
	font-size: 22px;
	font-weight: 600;
	color: #ed1c24;
	margin: 0 0 20px;
}

.side-widget ul {
	padding: 0;
}

.side-widget ul li {
	list-style: none;
	color: #939191;
	border-bottom: 1px dotted #cdcdcd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
	left: -15px;
}

.side-widget ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.side-widget ul li a {
	color: #939191;
}

.side-widget ul li a:hover {
	color: #ed1c24;
}

.comments-wrap {
	margin-bottom: 70px;
}

.comments-wrap h6 {
	color: #ed1c24;
	font-size: 30px;
	font-weight: 300;
	border-top: 1px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	margin: 0;
	padding: 30px 0;
}

.comments-wrap span {
	color: #747474;
	float: right;
	font-size: 20px;
}

.comments-wrap span a {
	color: #ed1c24;
}

.post-single {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.comment-form {
	padding: 30px;
	border-bottom: 2px solid #cdcdcd;
	display: table;
	width: 100%;
}

.comment-form input {
	height: 60px;
	padding: 0 25px;
	font-size: 16px;
	width: 100%;
	color: #000;
	border: 1px solid #cdcdcd;
	margin-bottom: 30px;
}

.comment-form textarea {
	padding: 25px;
	font-size: 16px;
	width: 100%;
	color: #000;
	border: 1px solid #cdcdcd;
	margin-bottom: 30px;
}

.comment-form label {
	font-size: 20px;
	color: #ed1c24;
	font-weight: 200;
	margin-bottom: 25px;
}

.comment-content {
	padding: 50px 50px 0;
}

.comment-content li {
	list-style: none;
	display: table;
	width: 100%;
}

.comment-gravatar {
	width: 115px;
	float: left;
}

.comment-author {
	margin-left: 135px;
	margin-top: 30px;
	font-size: 24px;
	font-weight: 700;
	color: #ed1c24;
}

.comment-content p {
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	padding: 20px 15px;
	margin: 20px 0;
	margin-left: 135px;
}

.reply {
	font-size: 13px;
	text-transform: uppercase;
	background: #ed1c24;
	padding: 7px 30px;
	color: #fff;
	float: right;
}

.comment-sub {
	padding-left: 100px;
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: url(../images/bar-poker/paging-active.png);
}

.owl-theme .owl-controls {
	margin-top: 0px;
}

.options-head {
    background: #ed1c24;
}


/* Specific screen size
================================================== */

@media only screen and (min-width: 1051px) and (max-width: 1199px) {

/*
#owl-schedule .item dl dt {
	background-color: pink;
}
*/

#owl-schedule .item dl dd {
	color: #f7f6f4;
	font-size: 13px;
	margin-bottom: 15px;
	padding-left: 15px;
	float: left;
	width: 420px;
	text-transform: uppercase;
}

#owl-schedule .item dl dd strong {
	font-size: 16px;
	text-transform: none;
}

#owl-schedule .item dl dd strong.championship {
	color: #ed1c24;
}

#owl-schedule .item dl dd div.info {
	float: left;
	width: 285px;
	margin-right: 10px;
}

#owl-schedule .item dl dd div.price {
	font-size: 16px;
	float: left;
	color: #f3535a;
	width: 110px;
	font-weight: bold;
}

#owl-schedule .item dl dd div.gtd {
	font-size: 16px;
	float: left;
	font-weight: bold;
	width: 110px;
}

}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 992px) and (max-width: 1050px) {
	/*
	#owl-schedule .item dl dt {
		background-color: yellow;
	}
	*/
	
	#owl-schedule .item {
		display: block;
		width: 100%;
		height: auto;
		padding: 0px 0px;
	}
	
	#owl-schedule .item dl dt {
		float: left;
		padding: 10px;
		font-size: 16px;
		margin-bottom: 15px;
		width: 80px;
		text-align: center;
	}
	
	#owl-schedule .item dl dd {
		color: #f7f6f4;
		font-size: 13px;
		margin-bottom: 15px;
		padding-left: 15px;
		float: left;
		width: 374px;
		text-transform: uppercase;
	}
	
	#owl-schedule .item dl dd strong {
		font-size: 16px;
		text-transform: none;
	}
	
	#owl-schedule .item dl dd strong.championship {
		color: #ed1c24;
	}
	
	#owl-schedule .item dl dd div.info {
		float: left;
		width: auto;
	}
	
	#owl-schedule .item dl dd div.price {
		clear: left;
		font-size: 14px;
		float: left;
		color: #f3535a;
		width: 110px;
		font-weight: bold;
	}
	
	#owl-schedule .item dl dd div.gtd {
		font-size: 14px;
		float: left;
		font-weight: bold;
		width: 110px;
	}
	
	#owl-schedule .owl-buttons {
/* 		height: 43px; */
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		top: 228px;
		margin: auto;
	}
	
	#owl-schedule .owl-prev {
		left: -75px;
	}
	
	#owl-schedule .owl-next {
		right: -75px;
	}
	
	.welcome img {
		width: 40%;
	}
	
	.home-video {
		min-height: 800px;
	}
	
	.navbar-brand {
		padding-top: 30px;
	}
	
	.navbar-brand img {
		width: 200px;
	}
	
	.navbar-nav > li > a {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 12px;
	}
	
	.slide-content p {
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: -15px;
		padding: 0 25%;
	}
	
	.slide-content p span {
		width: 80%;
	}
	
	.portfolio-wrap .container {
		width: 100%;
		max-width: 100%;
	}
	
	.project-single.container {
		width: 100% !important;
		min-width: 100% !important;
		margin: 0 auto;
	}
	
	.league-wrap .container {
		width: 100%;
		max-width: 100%;
	}
	
	.facts {
		background-position: 100% 100% !important;
		background-size: 100% auto !important;
	}
	
	.book-room {
		background-position: 100% 100% !important;
		background-size: 100% auto !important;
	}
	
	.testimonials {
		background-position: 100% 100% !important;
		background-size: 100% auto !important;
	}
	
	.facts-list li {
		float: left;
		list-style: none;
		margin-right: 2%;
		width: 23%;
	}
	
	.facts-list li:last-child {
		margin-right: 0;
	}
	
	.facts-list li .fact-ico1,.facts-list li .fact-ico2,.facts-list li .fact-ico3,.facts-list li .fact-ico4 {
		width: 42px;
		height: 53px;
		background-size: cover;
		float: left;
	}
	
	.facts-list li h6 {
		margin: 5px 0 0 52px;
		font-size: 17px;
	}
	
	.facts-list li h6 span {
		display: block;
		font-size: 50px;
	}
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.service-info h4 {
		font-size: 22px;
	}
	
	.service-info p {
		font-size: 14px;
		line-height: 20px;
	}
	
	/*
	#owl-schedule .item dl dt {
		background-color: blue;
	}
	*/
	
	#owl-leagues .item {
		padding: 0 25px;
	}
	
	#owl-leagues .owl-prev {
		margin-left: -68px;
	}
	
	#owl-leagues:hover .owl-prev {
		margin-left: -50px;
	}
	
	#owl-leagues .owl-next {
		margin-right: -68px;
	}
	
	#owl-leagues:hover .owl-next {
		margin-right: -50px;
	}
	
	#owl-schedule .item {
		display: block;
		width: 100%;
		height: auto;
		padding: 0px 0px;
	}
	
	#owl-schedule .item h4 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	
	#owl-schedule .item dl dt {
		float: left;
		padding: 7px;
		font-size: 16px;
		margin-bottom: 15px;
		width: 70px;
		text-align: center;
	}
	
	#owl-schedule .item dl dd {
		color: #f7f6f4;
		font-size: 13px;
		margin-bottom: 15px;
		padding-left: 15px;
		float: left;
		width: 384px;
		text-transform: uppercase;
	}
	
	#owl-schedule .item dl dd strong {
		font-size: 16px;
		text-transform: none;
	}
	
	#owl-schedule .item dl dd strong.championship {
		color: #ed1c24;
	}
	
	#owl-schedule .item dl dd div.info {
		float: left;
		width: auto;
	}
	
	#owl-schedule .item dl dd div.price {
		clear: left;
		font-size: 14px;
		float: left;
		color: #f3535a;
		width: 110px;
		font-weight: bold;
	}
	
	#owl-schedule .item dl dd div.gtd {
		font-size: 14px;
		float: left;
		font-weight: bold;
		width: 110px;
	}
	
	#owl-schedule .owl-buttons {
/* 		height: 43px; */
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		top: 228px;
		margin: auto;
	}
	
	#owl-schedule .owl-prev {
		left: -75px;
	}
	
	#owl-schedule .owl-next {
		right: -75px;
	}
	
	.welcome img {
		width: 40%;
	}
	
	.home-video {
		min-height: 800px;
	}
	
	.navbar-brand {
		padding-top: 20px;
	}
	
	.navbar-brand img {
		width: 60px;
	}
	
	.navbar-nav > li > a {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 11px;
	}
	
	.pr-no {
		padding-right: 15px !important;
	}
	
	#ajax {
		height: auto !important;
	}
	
	.slide-content p {
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: -15px;
		padding: 0 18%;
	}
	
	.slide-content p span {
		width: 80%;
	}
	
	.about-info,.service-info-left {
		padding-right: 30px;
	}
	
	.about-slider,.service-info-right {
		padding-left: 30px;
	}
	
	.venue-info,.service-info-left {
		padding-right: 30px;
	}
	
	.venue-slider,.service-info-right {
		padding-left: 30px;
	}
	
	.facts {
		background-position: 50% 50% !important;
		background-size: 100% auto !important;
	}
	
	.book-room {
		background-position: 50% 50% !important;
		background-size: 100% auto !important;
	}
	
	.testimonials {
		background-position: 50% 50% !important;
		background-size: 100% auto !important;
	}
	
	.facts-list li {
		float: left;
		list-style: none;
		margin-right: 2%;
	}
	
	.facts-list li:last-child {
		margin-right: 0;
	}
	
	.facts-list li h6 {
		margin: 5px 0 0;
		margin-left: 85px;
		color: #fff;
		font-weight: 700;
		line-height: 30px;
	}
	
	.facts-list li h6 span {
		display: block;
	}
	
	header nav li a {
		font-size: 11px;
	}
	
	.facts-list li .fact-ico1,.facts-list li .fact-ico2,.facts-list li .fact-ico3,.facts-list li .fact-ico4 {
		width: 42px;
		height: 53px;
		background-size: cover;
		float: left;
	}
	
	.facts-list li h6 {
		margin: 5px 0 0 52px;
		font-size: 15px;
	}
	
	.facts-list li h6 span {
		display: block;
		font-size: 40px;
	}
	
	.section-subtitle,.section-subtitle-lite {
		padding: 0 12%;
	}
	
	.portfolio-wrap .container {
		width: 100%;
		max-width: 100%;
	}
	
	.project-single.container {
		width: 100% !important;
		min-width: 100% !important;
		margin: 0 auto;
	}
	
	.league-wrap .container {
		width: 100%;
		max-width: 100%;
	}
	
	.info-wrap-content {
		padding: 0 15px;
		width: 100%;
		margin: 0 auto;
	}
	
	.portfolio-inner h4 {
		font-size: 17px;
	}
}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	header {
		height: 58px;
	}
	
	.book-room .call-today h4 {
		font-size: 20px;
		font-weight: bold;
	}
	
	.book-room .call-today h5.section-subtitle {
		font-size: 16px;
	}
	
	.owl-pagination {
		display: none;
	}
	
	.section-title {
		font-size: 30px;
	}
	
	.section-subtitle {
		font-size: 14px;
		padding: 0 5%;
		line-height: 22px;
	}
	
	.section-title-lite {
		font-size: 30px;
	}
	
	.section-subtitle-lite {
		font-size: 14px;
		padding: 0 5%;
		line-height: 22px;
	}
	
	.about h4.section-subtitle {
		font-size: 14px;
		line-height: 22px;
	}
	
	.championship-day h4 {
		font-size: 20px;
	}
	
	.championship-day h5 {
		font-size: 16px;
	}
	
	.championship-info p {
		font-size: 13px;
		line-height: 16px;
	}
	
	.facts-list li {
		margin-bottom: 30px;
	}
	
	.facts-list li h6 {
		font-size: 15px;
	}
	
	.facts-list li h6 span {
		font-size: 45px;
	}
	
	.league-info ul {
		padding-left: 15px;
		font-size: 13px;
	}
	
	.league-info ul.league-social {
		padding-left: 0px;
	}
	
	.league-info h4 {
		font-size: 16px;
	}
	
	.about p {
		font-size: 14px;
		line-height: 22px;
	}
	
	.venue p {
		font-size: 14px;
		line-height: 22px;
		margin: 0px 0 10px;
	}
	
	.league-wrap h5.section-subtitle {
		padding: 0 5%;
	}
	
	.contact .section-subtitle {
		padding: 0 5%;
	}
	
	.championship-wrap h5.section-subtitle {
		padding: 0 5%;
	}
	
	.service-content {
		margin-bottom: 10px;
		padding: 10px;
	}
	.service-info h4 {
		font-size: 14px;
		font-weight: bold;
	}
	
	/*
	#owl-schedule .item dl dt {
		background-color: grey;
	}
	*/
	
	#owl-schedule .item {
		display: block;
		width: 100%;
		height: auto;
		padding: 0px 25px;
	}
	
	#owl-schedule .item h4 {
		font-size: 20px;
	}
	
	
	#owl-schedule .item dl dt {
		float: left;
		padding: 5px;
		font-size: 12px;
		margin-bottom: 15px;
		width: 45px;
		text-align: center;
	}
	
	#owl-schedule .item dl dt.range {
		font-size: 12px;
		line-height: 14px;
	}
	
	#owl-schedule .item dl dd {
		color: #f7f6f4;
		font-size: 11px;
		margin-bottom: 15px;
		padding-left: 10px;
		float: left;
		width: 171px;
		text-transform: uppercase;
	}
	
	#owl-schedule .item dl dd strong {
		font-size: 13px;
		text-transform: none;
	}
	
	#owl-schedule .item dl dd strong.championship {
		color: #ed1c24;
	}
	
	#owl-schedule .item dl dd div.info {
		float: left;
		width: auto;
	}
	
	#owl-schedule .item dl dd div.price {
		clear: left;
		font-size: 12px;
		float: left;
		color: #f3535a;
		width: 55px;
		font-weight: bold;
	}
	
	#owl-schedule .item dl dd div.gtd {
		font-size: 12px;
		float: left;
		font-weight: bold;
		width: 90px;
	}
	
	#owl-schedule .owl-buttons {
/* 		height: 43px; */
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		top: 228px;
		margin: auto;
	}
	
	#owl-schedule .owl-prev {
		left: -45px;
	}
	
	#owl-schedule .owl-next {
		right: -45px;
	}
	
	#owl-leagues .item img {
		max-width: 215px;
	}
	
	#owl-leagues .owl-prev {
		margin-left: -10px;
	}
	
	#owl-leagues:hover .owl-prev {
		margin-left: 8px;
	}
	
	#owl-leagues .owl-next {
		margin-right: -10px;
	}
	
	#owl-leagues:hover .owl-next {
		margin-right: 8px;
	}
	
	.disclaimer {
		bottom: -70px;
		font-size: 12px;
	}
	
	body {
		background: url('../images/bg-prior-to-video.jpg') no-repeat -250px 0px / auto 60% #000;
	}
	
	#ajax {
		height: auto !important;
	}
	
	p.dates {
		font-size: 24px;
	}
	
	.intro-btn {
		margin-top: 0px;
	}
	
	.date {
		display: table;
		margin: 0 auto 20px;
		position: relative;
		left: 0;
		top: 0;
	}
	
	.home-video {
		min-height: 480px;
	}
	
	.navbar-brand {
		padding: 15px 0px 0px 10px;
	}
	
	.navbar-brand img {
		width: 200px;
	}
	
	.home-img {
		background-size: auto 100%;
	}
	
	#opening-view {
		top: 0px;
	}
	
	.welcome img {
		width: 50%;
		min-width: 250px;
	}
	
	.slide-content p {
		width: 100%;
		padding: 0 10%;
	}
	
	.slide-content p span {
		font-size: 13px;
		font-family: Titillium Web;
		text-transform: uppercase;
		text-align: center;
		color: #ed1c24;
		width: 96%;
		display: table;
		float: left;
	}
	
	.intro-btn {
		font-size: 15px;
		padding: 10px 20px;
		margin: 75px auto 0;
		display: table;
	}
	
	.navbar-toggle {
		margin-bottom: 0px;
	}
	
	.navbar-toggle i {
		color: #fff;
		font-size: 24px;
		margin-top: 0px;
		opacity: 0.3;
	}
	
	.navbar-toggle i:hover {
		opacity: 1;
	}
	
	.navbar-nav {
		margin: 0;
		background: #282828;
	}
	
	.navbar-nav > li > a {
		padding-top: 9px;
		padding-bottom: 9px;
		border-bottom: 1px solid #333;
	}
	
	.navbar-collapse {
		padding: 0;
		border-top: 0 !important;
		box-shadow: none;
	}
	
	.pr-no {
		padding-right: 15px !important;
	}
	
	.about-info,.service-info-left {
		padding-right: 15px;
	}
	
	.about-slider,.service-info-right {
		padding-left: 15px;
	}
	
	#owl-about {
		margin-top: 50px;
	}
	
	.venue-info,.service-info-left {
		padding-right: 15px;
	}
	
	.venue-slider,.service-info-right {
		padding-left: 15px;
	}
	
	#owl-venue {
		margin-top: 50px;
	}
	
	.facts-list li {
		float: none;
		margin-right: 0;
		margin-bottom: 60px;
	}
	
	.facts-list li:last-child {
		margin-bottom: 0;
	}
	
	.service-info h4 {
		font-size: 18px;
	}
	
	.service-info p {
		font-size: 14px;
	}
	
	.portfolio-wrap .container {
		width: 100%;
		max-width: 100%;
	}
	
	.folio-item {
		padding: 0 1px 1px 0;
		display: block;
		width: 100%;
	}
	
	.folio-filter li a {
		font-size: 12px !important;
		font-weight: 500 !important;
		padding: 4px 10px !important;
		margin-right: 1px !important;
		margin-left: -6px !important;
		color: #ed1c24;
		border: 1px solid #ed1c24;
	}
	
	.folio-filter li a:hover {
		border-color: #ed1c24 !important;
		background: #ed1c24;
	}
	
	.folio-filter li a.selected {
		border-color: #ed1c24;
		background: #ed1c24;
	}
	
	.project-single.container {
		width: 100% !important;
		min-width: 100% !important;
		margin: 0 auto;
	}
	
	.league-wrap .container {
		width: 100%;
		max-width: 100%;
	}
	
	.league-wrap {
		padding: 72px 0 42px;
	}
	
	.staff-content-wrap {
/* 		margin-bottom: 30px; */
		margin-bottom: 0px;
	}
	
	.info-wrap-content {
		padding: 0 15px;
		width: 100%;
		margin: 0 auto;
	}
	
	.skills li {
		float: none;
		width: 100%;
		list-style: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.skills li:last-child {
		margin-bottom: 0;
	}
	
	.skills li h5 {
		font-size: 17px;
	}
	
	.skills li h5 span {
		font-size: 18px;
	}
	
	.clients .container {
		width: 100%;
		padding: 0 10px;
	}
	
	.facts {
		background-position: 50% 50% !important;
		background-size: auto 100% !important;
	}
	
	.testimonials {
		background-position: 50% 50% !important;
		background-size: auto 100% !important;
	}
	
	#owl-schedule .quote {
		font-size: 20px;
	}
	
	.contact {
		padding: 60px 0 30px;
	}
	
	.contact .col-md-6 {
		padding: 0 15px !important;
		margin-bottom: 30px;
	}
	
	.social-footer {
		background: #e9e8e6;
		height: 150px;
	}
	
	.social {
		padding: 0 25px;
	}
	
	.social li i {
		font-size: 40px;
		line-height: 150px;
	}
	
	.social li span {
		font-size: 0;
	}
	
	.contact p {
		font-size: 15px;
		line-height: 22px;
	}
	
	.contact-info p {
		font-size: 18px;
		line-height: 26px;
	}
	
	.staff-content-wrap {
		display: table;
/* 		margin: 0 auto 30px; */
		margin: 0 auto 0px;
	}
	
	article {
		padding-left: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 80px;
		position: relative;
	}
	
	aside {
		padding-left: 0 !important;
	}
	
	.comments-wrap h6 {
		color: #ed1c24;
		font-size: 20px;
	}
	
	.comments-wrap span {
		font-size: 15px;
		line-height: 25px;
	}
	
	.comments-wrap span a {
		color: #ed1c24;
	}
	
	.comment-form {
		padding: 30px 0;
	}
	
	.comment-content {
		padding: 50px 0 0;
	}
	
	.comment-sub {
		padding-left: 20px;
	}
	
	.comment-gravatar {
		width: 50px;
		float: left;
	}
	
	.comment-author {
		margin-left: 65px;
		margin-top: 15px;
	}
	
	.comment-content p {
		margin-left: 65px;
	}
	
	.btn1 {
		font-size: 15px;
	}
}

/* Note: Design for a width of 320px */
@media only screen and (min-width: 320px) and (max-width: 359px) {
	body {
		background: url('../images/bg-prior-to-video.jpg') no-repeat -250px 0px / auto 85% #000;
	}
	
	.about h4.section-subtitle.gray-background {
		font-size: 24px;
		line-height: 36px;
	}
}


/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 360px */
@media only screen and (min-width: 360px) and (max-width: 479px) {
	body {
		background: url('../images/bg-prior-to-video.jpg') no-repeat -250px 0px / auto 80% #000;
	}
	
	#owl-schedule .item dl dd {
		width: 211px;
	}
	
	#owl-schedule .item dl dd strong {
		font-size: 14px;
	}
	
	.about h4.section-subtitle.gray-background {
		font-size: 24px;
		line-height: 36px;
	}
}
	
/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/*
	#owl-schedule .item dl dt {
		background-color: green;
	}
	*/
	
	.about h4.section-subtitle.gray-background {
		font-size: 24px;
		line-height: 36px;
	}
	
	#owl-schedule .item {
		display: block;
		width: 100%;
		height: auto;
		padding: 0px 40px;
	}
	
	#owl-schedule .item dl dt {
		float: left;
		padding: 7px;
		font-size: 13px;
		margin-bottom: 15px;
		width: 60px;
		text-align: center;
	}
	
	#owl-schedule .item dl dt.range {
		font-size: 13px;
		line-height: 15px;
	}
	
	#owl-schedule .item dl dd {
		color: #f7f6f4;
		font-size: 13px;
		margin-bottom: 15px;
		padding-left: 15px;
		float: left;
		width: 275px;
		text-transform: uppercase;
	}
	
	#owl-schedule .item dl dd strong {
		font-size: 15px;
		text-transform: none;
	}
	
	#owl-schedule .item dl dd strong.championship {
		color: #ed1c24;
	}
	
	#owl-schedule .item dl dd div.info {
		float: left;
		width: auto;
	}
	
	#owl-schedule .item dl dd div.price {
		clear: left;
		font-size: 14px;
		float: left;
		color: #f3535a;
		width: 75px;
		font-weight: bold;
	}
	
	#owl-schedule .item dl dd div.gtd {
		font-size: 14px;
		float: left;
		font-weight: bold;
		width: 110px;
	}
	
	#owl-schedule .owl-buttons {
/* 		height: 43px; */
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		top: 228px;
		margin: auto;
	}
	
	body {
		background: url('../images/bg-prior-to-video.jpg') no-repeat center 0px / auto 80% #000;
	}
	
	.home-video {
		min-height: 380px;
	}
	
	.welcome img {
		width: 30%;
		min-width: 225px;
	}
	
	.slide-content p span {
		font-size: 16px;
		font-family: Titillium Web;
		text-transform: uppercase;
		text-align: center;
		color: #ed1c24;
		width: 86%;
		display: table;
		float: left;
	}
	
	.intro-btn {
		font-size: 14px;
		padding: 10px 20px;
		margin: 20px auto 0;
		display: table;
	}
	
	.folio-filter li a {
		font-size: 14px !important;
		font-weight: 500 !important;
		padding: 4px 10px !important;
		margin-right: 5px !important;
		margin-left: 5px !important;
	}
	
	.facts-list {
		padding: 0;
		display: table !important;
		margin: 0 auto;
	}
	
	.folio-item {
		width: 50%;

}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 600px) and (max-width: 767px) {
	/*
	#owl-schedule .item dl dt {
		background-color: purple;
	}
	*/
	
	#owl-schedule .item {
		display: block;
		width: 100%;
		height: auto;
		padding: 0px 40px;
	}
	
	#owl-schedule .item dl dt {
		float: left;
		padding: 10px;
		font-size: 16px;
		margin-bottom: 15px;
		width: 80px;
		text-align: center;
	}
	
	#owl-schedule .item dl dd {
		color: #f7f6f4;
		font-size: 13px;
		margin-bottom: 15px;
		padding-left: 15px;
		float: left;
		width: 364px;
		text-transform: uppercase;
	}
	
	#owl-schedule .item dl dd strong {
		font-size: 16px;
		text-transform: none;
	}
	
	#owl-schedule .item dl dd strong.championship {
		color: #ed1c24;
	}
	
	#owl-schedule .item dl dd div.info {
		float: left;
		width: auto;
	}
	
	#owl-schedule .item dl dd div.price {
		clear: left;
		font-size: 14px;
		float: left;
		color: #f3535a;
		width: 75px;
		font-weight: bold;
	}
	
	#owl-schedule .item dl dd div.gtd {
		font-size: 14px;
		float: left;
		font-weight: bold;
		width: 110px;
	}
	
	#owl-schedule .owl-buttons {
/* 		height: 43px; */
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		top: 228px;
		margin: auto;
	}
	
	.facts {
		background-position: 50% 50% !important;
		background-size: auto 100% !important;
	}
	
	.testimonials {
		background-position: 50% 50% !important;
		background-size: auto 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-nav > li > a {
	}
}

@media (min-width: 768px) {
	#bpoTwitchVideo iframe {
		width: 555px;
		height: 338px;
	}
	
	.navbar-brand {
		padding-top: 15px;
	}
}

@media (min-width: 992px) {
	#bpoTwitchVideo iframe {
		width: 720px;
		height: 439px;
	}
	
	.navbar-nav > li > a {
		font-size: 11px;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.navbar-brand img {
		width: 300px;
	}
}

@media (min-width: 1200px) {
	#bpoTwitchVideo iframe {
		width: 730px;
		height: 445px;
	}
	
	.navbar-nav > li > a {
		font-size: 13px;
	}
}