@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900');
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	overflow-x: hidden!important;
	overflow-y: scroll;
	font-family: 'Roboto', sans-serif;
	color: #333333;
	height: 100%;
}
a, a:hover, a:focus, a:active, a.active {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration: none;
	outline: none;
	color: #f1b619;
}
a:hover {
	color: #181818;
}
input, textarea, select, button {
	outline: 0;
}
::-moz-selection {
text-shadow: none;
background: #bed0db;
color:#000;
}
::selection {
	text-shadow: none;
	background: #bed0db;
	color: #000;
}
img::selection {
	background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
img {
	max-width: 100%;
	height:auto !important;
}
h1, h2, h3, h4, h5, h6, p, ul, li, ol {
	margin: 0px;
	padding: 0px;
}


.main-article h2, .about-text-info h2, .about-info h2  {
	padding-bottom: 20px;
}

.main-article h3, .about-text-info h3, .about-info h3  {
	color:#ff0000;
	padding-bottom: 20px;
}

input, textarea, select {
	outline: none;
	border: none;
}

blockquote {
	padding: 2px 0;
	border:none;
	margin-left:40px;
	margin-right:40px;
}
blockquote p{
	font-size:18px !important;
	font-style: italic;
	border-left: 5px solid #ff0000;
	margin: 20px 40px 20px 40px;
	padding: 0 0 0 10px;
	color: #acacac !important;
}


.img-responsive{width: 100%;}

/*milind css start from here*/
#mast-head {
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 168px;
	position: relative;
	z-index: 1040;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: absolute;
	top: 0px;
}
#mast-head.no_live_session{ margin-top: 120px;}

.wrapper {
	min-height: 100%;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after{content: "\f107";}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
	text-align: left;
	color: #363636;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
	background: #f7f9f9;
	color: #363636;
}

@media (max-width: 992px) {
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
	background: #000;
	color: #ffffff;
}
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{background: #d9dde0;border: solid 0px #e0e0e0; border-top: none; top:72%;}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu i{color: #ff0000; margin-right: 10px;}

nav.navbar.bootsnav ul.nav > li > a {
	color: #fff;
	text-transform: uppercase;
	padding: 30px 8px;
	text-shadow: 2px 2px 10px #000000; /* adding drop shadow to nav links */
}
nav.navbar .navbar-brand img.logo {
	height: 40px;
	width: auto;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
	background: rgba(0,0,0,0.9);
}
#header-banners {
	position: fixed;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	padding: 0px;
	z-index: 1000;
}
#header-banners .inner{
	background: #ffc600 url(../img/top-head.jpg) center top no-repeat;
	height: 48px;
	display: table;
	float: left;
	width: 100%;
}
#header-banners .inner-mobile {
	background: #ffc600 url(../img/timing_mobile_bg.png) center top repeat-x;
	height: 94px;
	display: table;
	float: left;
	width: 100%;
}
#header-banners .inner aside{
	display: table-cell;
	vertical-align: middle;
}
#header-banners .home-black {
	float: left;
	width: 100%;
	background: #101218;
	padding: 15px 0;
}
#header-banners .home-black-mobile {
	display:none;
}

.text-top {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	padding-left: 56px;
	text-shadow: 2px 3px 0 rgba(255,255,255,0.5);
	line-height: 33px;
	font-style:italic;
}
.text-top .button {
	float: right;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#06bed8+0,015f88+100 */
	background: rgb(6,190,216); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(6,190,216,1) 0%, rgba(1,95,136,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(6,190,216,1) 0%, rgba(1,95,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(6,190,216,1) 0%, rgba(1,95,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06bed8', endColorstr='#015f88', GradientType=0 ); /* IE6-9 */
	padding: 5px 30px;
	color: #fff;
	text-shadow: none;
	font-weight: 600;
	border: 1px solid #015f88;
}
#header-banners .inner-mobile {
	display:none;
}


#page-wrapper {
	float: left;
	width: 100%;
	padding: 0px;
}
#home-slider {
	position: relative;
	left: 0px;
	margin-top: 168px;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#home-slider.no_live_session { margin-top: 120px;}
#home-slider .item {
	overflow: hidden;
	position: relative;
}
.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
	display: table;
	z-index: 1000;
	text-align: center;
	color: #fff;
}
.overlay aside {
	display: table-cell;
	vertical-align: middle;
}
.overlay aside h1 {
	font-weight: 900;
	margin-bottom: 50px;
	text-shadow: 2px 2px 10px #000000; /* adding drop shadow to story title in top news module */
}
a.read-btn {
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
a.read-btn:hover {
	background: #ffe100;
}
#latest {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom: 3px solid #c60707;
}
#latest .row {
	padding: 0px;
	margin: 0px;
}
#latest .col-lg-4 {
	padding: 0px;
}
.news-one-old {
	width: 100%;
	padding: 0px;
	float: left;
	position: relative;
	overflow: hidden;
}
.object {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.caption-old {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255,0,0,0.60);
	width: 100%;
	height: 100%;
	padding: 0px!important;
	display: none;
	text-align: center;
	color: #fff !important;
	z-index: 1001;
	cursor: pointer;
}
.caption-old aside {
	display: table;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.caption-old aside div {
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
}
.caption-old aside div h3 {
	margin-bottom: 20px;
}
.caption-old aside div p {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
a.read-red {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #ff0000;
	display: inline-block;
	border-radius: 0px;
	color: #fff;
	padding: 0px
}
a.read-red span {
	display: inline-block;
	padding: 0 15px;
	line-height: 36px;
}
a.read-red i {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #c60707;
}
a.read-red:hover {
	background: #FFDD00;
	color: #333;
}
a.read-red i:hover {
	background: #dcbf00;
	color: #333;
}
#team-news {
	float: left;
	width: 100%;
	padding: 100px 0 70px 0;
	background: #f6f6f6;
}
#team-news h1 {
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 50px;
	color: #ff0000;
	font-size: 46px;
}
#team-news h1 span {
	color: #333;
}
#team-news h2 a {
color: #000;
}
#team-news h2 a:hover {
color: #f1b619;
}

#team-news.video-history {
	margin-top:20px;
	border-top:2px solid #f00;
	border-bottom:2px solid #f00;
}

.video-container{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#team-news.video-history h2 a{
	font-size:18px !important;
}

.news-box {
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.news-box:hover {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	cursor: pointer;
}
.big-news {
	float: left;
	width: 100%;
	position: relative;
}
.news-content {
	float: left;
	width: 100%;
	padding: 25px;
	position: relative;
}
.news-content small {
	margin-bottom: 25px;
	display: block
}
.news-content h2 {
	font-size: 24px;
	font-weight: 900;
	color: #ff0000;
	margin-bottom: 25px;
}
.news-content p {
	color: #616161;
	margin: 0px;
}
.small-news {
	float: left;
	width: 100%;
	position: relative;
}
.small-news .news-content {
	float: left;
	width: 100%;
	padding: 25px;
	position: relative;
}

.small-news .news-content::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 40px;
    background: #dddddd;
    left: 0;
    top: 56px;
}

.small-news .news-content small {
	margin-bottom: 25px;
	display: block
}
.small-news .news-content h2 {
	font-size: 18px;
	font-weight: 900;
	color: #333333;
	margin-bottom: 25px;
}
.small-news .news-content p {
	color: #616161;
	margin: 0px;
}

/* History */
.small-news-history {
	float: left;
	width: 100%;
	position: relative;
}
.small-news-history .news-content {
	float: left;
	width: 100%;
	padding: 25px;
	position: relative;
}

#team-news.video-history .small-news-history .news-content {
	float: left;
	width: 100%;
	padding: 15px;
	position: relative;
}


.small-news-history .news-content small {
	margin-bottom: 25px;
	display: block
}
.small-news-history .news-content h2 {
	font-size: 18px;
	font-weight: 900;
	color: #333333;
	margin-bottom: 25px;
}
.small-news-history .news-content p {
	color: #616161;
	margin: 0px;
}


.black-btn {
	background: #030303;
	color: #fff;
}
a.black-btn {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #030303;
	display: inline-block;
	border-radius: 0px;
	color: #fff;
	padding: 0px
}
a.black-btn span {
	display: inline-block;
	padding: 0 15px;
	line-height: 36px;
}
a.black-btn i {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #2f2e2e;
}
a.black-btn:hover {
	background: #ff0000;
	color: #fff;
}
a.black-btn i:hover {
	background: #1b1a1a;
	color: #fff;
}

a.red-btn, a.red-btn:visited {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #f00;
	display: inline-block;
	border-radius: 0px;
	color: #fff;
	padding: 0px
}
a.red-btn span {
	display: inline-block;
	padding: 0 15px;
	line-height: 36px;
}
a.red-btn i {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #c60707;
}
a.red-btn:hover {
	background: #000;
	color: #fff;
}
a.red-btn i:hover {
	background: #f00;
	color: #fff;
}

#section-gray {
	background: #ebebeb;
	margin: 2px 0 0 0;
	float: left;
	width: 100%;
	padding: 30px 0;
}
.howe {
	float: left;
	width: 100%;
	padding: 20px 15px;
	background: #d9d9d9;
	box-shadow: 0 0 15px rgba(0,0,0,0.1) inset;
	border-radius: 5px;
}
.howe img {
	border: 3px solid #000;
}
#one-zero-one {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #ff0000 url(../img/car-sliders.jpg) center bottom no-repeat;
	padding: 100px 0 50px 0
}
#one-zero-one .item {
	opacity: 0.9;
	transition: .4s ease all;
	margin: 0 20px;
	transform: scale(.8);
	text-align: center;
}
#one-zero-one .item img {
	margin-top: 30px;
	width: auto;
	display: inline-block;
}

@media(max-width:1000px) {
	#one-zero-one .item {
		margin: 0;
		transform: scale(.9)
	}
}
#one-zero-one .active .item {
	opacity: 1;
	transform: scale(1);
}
#one-zero-one .owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
#one-zero-one .inner {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 30px;
}
#one-zero-one .inner a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid rgba(255,255,255,0.5);
	transition: .3s ease border-color
}
#one-zero-one .inner a:hover {
	border-color: #fff;
}
#one-zero-one .black .inner a {
	color: #000;
	border-color: rgba(0,0,0,0.4)
}
#one-zero-one .black .inner a:hover {
	border-color: #000;
}
.trans {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.trans h1 {
	font-size: 50px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
}
.trans h2 {
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#main-slider .owl-prev {
	display: none!important;
}
#main-slider .owl-next {
	display: none!important;
}
#stage-sliders {
	float: left;
	width: 100%;
	overflow: hidden;
}
.trans ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
.trans li {
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.trans li a {
	padding: 0 15px;
	color: #000;
}
.trans li:after {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #fff;
	height: 18px;
	width: 1px;
	content: "";
}
.trans li:last-child:after {
	display: none;
}
.trans li a:hover {
	color: #fff;
}
.path {
	float: left;
	width: 100%;
	background: url(../img/path.png) center top no-repeat;
	height: 9px;
	margin: 25px 0;
}
.trans li.active a {
	color: #fff;
}
#trans-one .owl-prev {
	text-indent: -99999px;
	background: url(../img/arrow-prev.png) center center no-repeat;
	height: 41px;
	width: 41px;
	position: absolute;
	left: 20%;
	top: 50%;
	margin-top: -20.5px;
	z-index: 1001;
}
#trans-one .owl-next {
	text-indent: -99999px;
	background: url(../img/arrow-next.png) center center no-repeat;
	height: 41px;
	width: 41px;
	position: absolute;
	right: 20%;
	top: 50%;
	margin-top: -20.5px;
	z-index: 1001;
}
#champion {
	float: left;
	padding: 40px 0;
	width: 100%;
}
.btn-round {
	border-radius: 25px;
}
.nav-tabs{border: none; text-align: center;	}
.nav-tabs > li {
    float: none;
    margin: 10px 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;

}
.nav-tabs > li > a {
	background: #f6f6f6;
	border-color: #dedede;
	color: #9a9a9a;
	font-weight: 600;
	font-size: 14px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 30px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #ff0000;
	border-color: #ff0000;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding-left: 25px;
	padding-right: 25px;
}
#black-section {
	float: left;
	width: 100%;
	padding: 100px 0;
	background: #000;
}
.recent {
	float: left;
	width: 100%;
	padding-right: 15px;
}
.recent h4 {
	color: #d7d7d7;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.recent h2 {
	font-size: 40px;
	font-weight: 600;
	color: #ff0000;
	margin-bottom: 30px;
}
.recent .date {
	color: #d7d7d7;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.recent .date span {
	color: #ff0000;
}
.recent .title {
	font-weight: 900;
	color: #fff;
	font-size: 24px;
}
.recent .address-recent {
	font-size: 20px;
	font-weight: 300;
	color: #ff0000;
	margin-bottom: 30px;
	margin-top: 10px;
}
.recent p {
	margin-bottom: 30px;
	font-size: 15px;
	color: #c2c2c2
}
.b-right {
	border-left: 1px solid #2d2c2c;
}
.pad-left {
	padding: 0 0 0 15px;
}
.pad-left img {
	margin: 30px 30px;
	width:50%;
	/* margin: 30px 0;
	width:100%; */
}
.recent p span {
	margin-bottom: 10px;
	display: block;
	font-size: 15px;
	color: #ff0000
}
#events-home {
	float: left;
	width: 100%;
	background: url(../img/event-bg-2018.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
	padding: 100px 0;
}
#events-home h1 {
	font-size: 50px;
	color: #ff0000;
	margin-bottom: 40px;
	font-weight: 900;
}
#events-home.date {
	color: #000;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#events-home .date span {
	color: #ff0000;
	font-weight: bold;
}
#events-home .title {
	font-weight: 900;
	color: #000;
	font-size: 34px;
	text-transform: uppercase;
	margin: 15px 0;
}
#events-home .address-recent {
	font-size: 26px;
	font-weight: 300;
	color: #ff0000;
	margin-bottom: 30px;
	margin-top: 10px;
}
#black-section h1 {
	font-size: 50px;
	color: #ff0000;
	margin-bottom: 40px;
	font-weight: 900;
	text-transform: uppercase;
}
#black-section h1 span {
	color: #fff;
}
#partners {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#partners h1 {
	font-size: 50px;
	color: #ff0000;
	margin-bottom: 40px;
	font-weight: 900;
	text-transform: uppercase;
}
#partners h1 span {
	color: #333333;
}
#partners .col-lg-3 {
	margin-bottom: 30px;
}

.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.gridder-list {
  display: inline-block;
  vertical-align: top
  width: 23%;
  height: auto;
  position: relative;
  border: 1px solid #999;
  margin: 10px;
}

.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #EEE
}

.gridder-show.loading {
  background: #EEE url("../images/loading-spin.svg") no-repeat center
}

.gridder-content {
  display: none
}

.gridder-show {
  padding: 40px;
  background: #dbdbdb;
  margin-bottom: 1%;
  text-align: left;
}

.gridder-show h2{
	font-weight: bold;
font-size: 20px;
padding: 0px 0 10px;
margin-bottom: 10px;
color: #ff0000;
}

.gridder-show p{
	color: #888787;
}

.gridder-show .btns{
	font-weight: 700;
font-size: 16px;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
padding: 10px 20px;
border: 3px solid #333;
display: inline-block;
margin: 30px 0 0;
outline: none;
background: #333;	
}

.gridder-show .btns:before{
content: '\2192';
display: inline-block;
margin-right: 10px;	
}

.gridder-navigation .gridder-nav.disabled {
  opacity: .5
}

.gridder-list {
  cursor: pointer
}

.gridder-list:hover {
  opacity: 0.8
}

.hasSelectedItem .gridder-list {
  opacity: .5
}

.hasSelectedItem .gridder-list.selectedItem {
  opacity: 1;
  position: relative;
}

.hasSelectedItem .gridder-list.selectedItem:after{
  content: '\f0d8';
  color: #dbdbdb;
  font-size: 42px;
  font-family: 'FontAwesome';
  position: absolute;
  bottom: -64px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
} 

.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0
}

.gridder-list,
.gridder-show {
  font-size: 16px
}

.gridder-list {
  display: inline-block;
  vertical-align: top
}

.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.gridder-content {
  display: none
}


.gridder-navigation{ float:left; width:100%; margin-bottom:20px; position:relative; text-align: right;}
.gridder-navigation a{color: transparent;}
.gridder-close{ width:36px; height:36px; background:url(../img/close.png) center top no-repeat; text-align:  text-indent:-99999px;float:none; display:inline-block;}
.gridder-nav{ }.gridder-nav.prev {width:36px; height:36px; background:url(../img/prev1.png) center top no-repeat; text-indent:-99999px;float:none; display:none; margin-left:10px;}
.gridder-nav.next {width:36px; height:36px; background:url(../img/next1.png) center top no-repeat; text-indent:-99999px;float:none; display:none; margin-left:10px;}


#main-footer {
	margin-top: 100px;
	float: left;
	width: 100%;
	background: #1e1e1e;
	border-top: 0px solid #e39f1d;
	padding: 60px 0 0 0;
	color: #b6bbc6;
	text-transform: uppercase;
	position: relative;
}

a.dm-link{color:#FFF;}
a.dm-link:hover{color:#f1b619;}
a.dm{
  width: 52px;
  height:49px;
  display:block;
  text-indent:-999px;
  overflow: hidden;
  background:url('../img/DigMo_logo.png') no-repeat top left;
    -webkit-transition: background-position 0s ease;
    -moz-transition: background-position 0s ease;
    -o-transition: background-position 0s ease;
    transition: background-position 0s ease;
}

a.dm:hover{
  background-position:0 -49px;
}

.copy {
	color: #f7f7f7;
	float: left;
	width: 100%;
	text-transform: none;
	font-size: 12px;
	height: 87px;
	display: table;
	background: #000;
	padding: 20px 0;
	margin-top: 60px;
}
.copy aside {
	display: table-cell;
	vertical-align: middle;
}
#main-footer .container {
	background: #1e1e1e url(../img/footer-image.png) left center no-repeat;
}
.copy .container {
	background: none!important;
	min-height: inherit!important;
}
#return-to-top {
	position: absolute;
	left: 50%;
	top: -20px;
	width: 60px;
	height: 18px;
	margin-left: -30px;
}
.footer-left {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-transform: none;
	font-size: 16px;
	line-height: 26px;
	color: #e1e1e1;
}
.footer-left p {
	margin: 30px 0;
}
.footer-left a {
	color: #ff0000;
}
.footer-left a i {
	color: #fff;
	margin-left: 5px;
}
.footer-left a:hover {
	color: #fff;
}
.quick-links {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0 30px 0;
	border-bottom: 1px solid #414141;
	padding-bottom: 30px;
}
.quick-links h2 {
	margin-bottom: 40px;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
}
.quick-links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 33.33333%;
}
.quick-links li {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-transform: none;
}
.quick-links li a {
	color: #fff;
}
.quick-links li a:hover {
	color: #ff0000;
}
.footer-social {
	float: left;
	width: 100%;
	padding: 0px;
	font-size: 18px;
	color: #fff;
}
.footer-social a {
	color: #fff;
	padding: 0 15px 0 0
}
.footer-social a:hover {
	color: #ff0000;
}
.attr-nav > ul > li > a {
	padding: 0 15px 0 0;
	color: #fff;
}
.attr-nav {
	display: inline-block;
	float: right;
	margin-left: 13px;
	margin-right: 0px;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1001;
}
/*inner pages css start from here*/
.events-listbox {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0 0 30px 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.background {
	float: left;
	width: 100%;
	padding: 0px;
	min-height: 140px;
	background: url(../img/page-titles.png) center top no-repeat;
}
#page-events1 {
	float: left;
	width: 100%;
	padding: 0px 0;
}
#page-events1 h1, .about-info h1 {
	font-weight: 900;
	font-size: 40px;
	color: #333;
	margin-bottom: 30px;
	margin-top: 0px;
}
.event-inner {
	float: left;
	width: 100%;
	padding: 0px;
}
.event-logo {
	display: table;
	width: 100%;
	text-align: center;
	height: 261px;
	border-right: 1px solid #d5d5d5;
}
.event-logo aside {
	display: table-cell;
	vertical-align: middle;
}
.wrap-sticky nav.navbar.bootsnav.sticked .attr-nav {
	display: none;
}
.event-links {
	float: left;
	width: 100%;
	background: #464646;
	padding: 15px 0;
	text-align: center;
}
.event-links a {
	color: #e1e1e1;
	padding: 0 15px 0 0;
	font-size: 15px;
}
.event-links a i {
	margin-left: 10px;
}
.event-links a:hover {
	color: #ff0000;
}
.event-details {
	float: left;
	width: 100%;
	padding: 30px 15px;
	border-bottom: 1px solid #d5d5d5;
}
.tv-broad {
	float: left;
	width: 100%;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #7d7d7d;
}
.tv-broad img {
	padding: 0 15px;
}
.event-calendar {
	float: left;
	width: 100%;
	padding: 0px;
	color: #ff0000;
	font-size: 18px;
	text-align: center;
	font-weight: 900;
	position: relative;
	margin-top: 20px;
}
.event-calendar span {
	font-weight: 300;
	color: #111111;
	font-size: 24px;
	display: block;
}
/*
.event-details img {
	height: 100px;
}
*/
.event-calendar:after {
	position: absolute;
	right: -15px;
	background: url(../img/calendar-border.png) right center no-repeat;
	width: 30px;
	height: 52px;
	content: "";
	top: 0px;
}
.event-destination {
	float: left;
	width: 100%;
	padding-left: 15px;
	margin-top: 20px;
}
.event-destination h3 {
	font-weight: 900;
	color: #000;
	margin-bottom: 10px;
}
.event-destination h3 a {
	color: #000;
}
.event-destination h3 a:hover {
	color: #ff0000;
}
.event-destination h4 {
	color: #ff0000;
}
.event-big {
	float: left;
	width: 100%;
}
.on-track {
	/* float: left; */
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	/* background: #f3f3f3; */
	color: #252525;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
}
.on-track-table {
	float: left;
	padding: 0 15px 15px 15px;
	width: 50%;
}
.on-track-table .table-responsive table tbody tr td{
	border:0;
}
.on-track-table-right {
	padding:100px 40px 0 40px;
}
.tables {
	float: left;
	padding: 0 15px 15px 15px;
	width: 100%;
}
.tables td {
	font-size: 16px;
}
.tables td span {
	display: block;
	font-size: 14px;
	color: #959595;
}

.tables td.car-num, .tables th.car-num {
	font-weight: bold;
	color: #e72630;
}
.table-results > tbody > tr > th {
	border-top: none;
	border-bottom: 1px solid black;
}
.table-stand > thead > tr > th {
	border-top: none;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 3px solid #ddd;
}
.table-stand td, .table-stand th {
	border-left: 1px solid #ddd; 
}

.table-stand td:first-child, .table-stand th:first-child {
	border-left: 0px solid #ddd; 
}
.table-stand td {
	font-size: 12px;
	padding: 5px;
}
.results {
	text-decoration: underline;
	color: #ff0000;
}
.results:hover {
	color: #000;
}
.event-hr {
	margin-top: 0px;
	margin-bottom: 30px;
	height: 1px;
	width: 100%;
	background: #c2c2c2;
	float: left;
}
.race-results {
	float: left;
	width: 100%;
}
.race-results h2 {
	padding: 0 0 15px 0;
	margin-bottom: 15px;
	color: #252525;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
}
.result-list {
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 0px;
	margin-bottom: 30px;
}
.result-list h3 {
	background: #ff0000;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 900;
	font-size: 20px;
}
.result-list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.result-list li {
	margin: 0px;
	padding: 10px 15px;
	list-style: none;
	font-size: 16px;
}
.result-list li span {
	color: #ff0000;
}
.view-all {
	padding: 10px 15px;
	color: #ff0000;
	display: block;
}
.standing {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #f5f5f5;
	border: 1px solid #d3d3d3;
	margin-bottom: 30px;
}
.standing a{
	color: #252525;
}
.standing a:hover{
	color: #ff0000;
}
.standing h2 {
	padding: 15px;
	margin-bottom: 15px;
	color: #252525;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	background: #d7d7d7;
}
.articles-paging {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	line-height: 55px;
}
.articles-paging ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.articles-paging li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	width: 50%;
}
.articles-paging li:first-child {
	width: 25%;
	border-right: 1px solid #d5d5d5;
}
.articles-paging li:last-child {
	width: 25%;
	border-left: 1px solid #d5d5d5;
}
.articles-paging li a {
	color: #333333;
}
.articles-paging li a:hover {
	color: #ff0000;
}
.main-article {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0 30px 0;
}
.complete-stroy p {
	color: #4c4c4c;
	font-size: 16px;
}
.complete-stroy .img-front {
	margin-bottom: 30px;
}
.complete-stroy p img {margin: 10px 20px; }
.left-image {
	float: left;
	margin-right: 30px;
}
.divider {
	margin: 30px 0!important;
	height: 1px;
	float: left;
	width: 100%;
	background: #d5d5d5;
}
.thirty {
	margin-bottom: 30px;
}
.bullet-list {
	list-style: disc;
	margin-left: 15px;
	padding-bottom: 20px;
}
.bullet-list li {
	list-style: disc;
	padding: 0 15px 0 0;
	font-size: 16px;
	line-height: 26px;
	color: #4c4c4c;
}
.championship-box {
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 15px;
	margin-bottom: 30px;
}
#main-slider .owl-dots {
	bottom: 20px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	width: 12px;
	z-index: 1040;
}
#main-slider.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	cursor: pointer;
	height: 24px;
	margin-bottom: 5px;
	width: 24px;
	position: relative;
}
#main-slider.owl-carousel .owl-dot.active {
	background: transparent;

}
#main-slider.owl-carousel .owl-dot:nth-child(1).active:after {
	content: '1';
	position: absolute;
	color: #fff;
	font-size: 16px;
	top: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
#main-slider.owl-carousel .owl-dot:nth-child(2).active:after {
	content: '2';
	position: absolute;
	color: #fff;
	font-size: 16px;
	top: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
#main-slider.owl-carousel .owl-dot:nth-child(3).active:after {
	content: '3';
	position: absolute;
	color: #fff;
	font-size: 16px;
	top: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
#main-slider.owl-carousel .owl-dot:nth-child(4).active:after {
	content: '4';
	position: absolute;
	color: #fff;
	font-size: 16px;
	top: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
.complete-stroy h1 {
	margin-bottom: 30px;
}
.complete-stroy h2 {
	margin-bottom: 30px;
}
.complete-stroy h3 {
	margin-bottom: 30px;
}
.complete-stroy h4 {
	margin-bottom: 30px;
}
.complete-stroy h5 {
	margin-bottom: 30px;
}
.complete-stroy p, .about-info p {
	margin-bottom: 30px;
	font-size: 16px;
}
.complete-stroy ul {
	margin-bottom: 30px;
	margin-left:25px;
}
.complete-stroy #quotes {
	margin-bottom: 30px;
}
.champ-title {
	float: left;
	width: 100%;
	padding-bottom:20px;
}
.champ-title h3 {
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.champ-title h3 a {
	color: #333;
}
.champ-title h3 a:hover {
	color: #ff0000;
}
.champ-title h4 {
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #ff0000;
}
.champ-date {
	float: left;
	width: 100%;
	text-align: right;
	color: #333;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}
.champ-date span {
	color: #ff0000;
}
.champ-lists {
	float: left;
	width: 100%;
	margin: 0px;
}
.left {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.left li {
	font-size: 16px;
	background: url(../img/champ-pdf.png) 0 7px no-repeat;
	padding: 0 0px 0 20px;
	line-height: 30px;
	margin: 0 0 7px 0
}
.left li a {
	color: #333;
}
.champ-lists .left li a:hover {
	color: #ff0000;
}
.white-box {
	float: left;
	width: 100%;
	padding: 15px;
	background: #fff;
}
.white-box h4 {
	font-weight: 900;
	color: #333;
	margin-bottom: 15px;
}
.white-box h4 span {
	color: #ff0000;
}
.white-box p {
	font-size: 13px;
	margin-bottom: 10px;
}
.white-box p span {
	color: #ff0000;
	display: block;
}
.champ-banner {
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 30px;
}
.champ-d-heading {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.champ-d-heading h3 {
	font-weight: 900;
	text-transform: uppercase;
}
.positions {
	float: left;
	width: 100%;
	text-align: right;
}
.positions a {
	color: #ff0000;
}
.positions a:hover {
	color: #333;
}
#thirty {
	margin-bottom: 30px;
}

#thirty ul {
	list-style: none;
	padding: 0;
}
#thirty ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	position: relative;
}

#thirty ul li:after{
	content: '|';
	position: absolute;
	color: #939393;
	font-size: 22px;
	right: -4px;
	top: -2px;
}

#thirty ul li.last:after{
	content: '|';
	position: absolute;
	color: #FFF;
	font-size: 22px;
	right: -4px;
	top: -2px;
}

#thirty ul li a{
	color: #939393;
	font-size: 16px;
}


#thirty ul li a:hover{
	color: #ff0000;
}


#thirty thead td {
	font-weight: bold;
	border-left: 1px solid #ddd; 
}

#thirty thead td:first-child {
	border-left: 0px solid #ddd; 
}

#thirty p {
	margin-top: 30px;
	font-weight: bold;
}

#thirty p span{
	color: #ff0000;
}

.red {
	color: #ff0000!important
}
.og-grid {
	list-style: none;
	padding: 0px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.og-grid li {
	display: inline-block;
	margin: 10px 7.5px 15px 7.5px;
	vertical-align: top;
	height: 250px;
	width: 250px;
	border: 1px solid #d5d5d5;
}
.og-grid li > a, .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}
.og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}
.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}
.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
z-index:9;
}
.og-close::before, .og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.og-close:hover::before, .og-close:hover::after {
	background: #333;
}
.og-fullimg, .og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.og-details {
	padding: 0 40px 0 20px;
}
.og-fullimg {
	text-align: center;
}
.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}
.og-details h3 {
	font-weight: bold;
	font-size: 20px;
	padding: 0px 0 10px;
	margin-bottom: 10px;
	color: #ff0000;
}
.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	margin-bottom: 20px;
}
.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
	background: #333;
}
.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}
.og-details a:hover {
	border-color: #999;
	color: #999;
}
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
@-webkit-keyframes loader {
0% {
background: #ddd;
}
33% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
}
66% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
}
}
@-moz-keyframes loader {
0% {
background: #ddd;
}
33% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
}
66% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
}
}
@keyframes loader {
0% {
background: #ddd;
}
33% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
}
66% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
}
}

@media screen and (max-width: 830px) {
.og-expander h3 {
	font-size: 16px;
}
.og-expander p {
	font-size: 13px;
}
.og-expander a {
	font-size: 12px;
}
}

@media screen and (max-width: 650px) {
.og-fullimg {
	display: none;
}
.og-details {
	float: none;
	width: 100%;
	padding: 10px;
}
}
.ogg-social {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
.ogg-social ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.ogg-social li {
	display: inline-block;
	margin-right: 10px;
}
.ogg-social li a {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #f5f5f5;
	color: #333;
	text-align: center;
	line-height: 46px;
}
.ogg-social li a:hover {
	background: #14ABD9;
	color: #fff;
}
.og-fullimg {
	display: none;
}
.og-details {
	width: 100%;
}
.team-details {
	float: left;
	width: 100%;
	text-align: right;
	font-size: 16px;
	color: #333;
}
.team-details ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.team-details li {
	display: inline-block;
	margin-left: 15px;
}
.team-details li a {
	color: #333;
	padding: 0 0px 0 0;
}
.team-details li a:hover {
	color: #ff0000;
}
.team-details li:first-child {
	display: inline-block;
	margin-left: 0px;
}
.team-details li:last-child a {
	color: #ff0000;
}
/*=== breadcrumb ===*/
.breadcrumb {
	background: transparent;
	margin-top: 34px;
	border-bottom: 3px solid #ff0000;
	border-radius: 0px;
	padding-bottom: 20px;
}
.breadcrumb a {
	color: #999999;
	font-weight: bold;
}
.breadcrumb .active a {
	color: #000000;
}
/*=== filter ===*/
.filter {
	margin: 0px;
	list-style: none;
	padding: 18px;
	background: #f5f5f5;
	border-top: 1px solid #dddddd;
	margin-bottom: 20px;
	position: relative;
}

.filter:after {
	content:'';
	position: absolute;
	width: 17px;
	height: 9px;
	background: url(../img/filter-top.jpg) no-repeat;
	top: -1px;
	right: 0;
	left: 0;
	margin: auto;
}
.filter li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.filter li label {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}
.filter .form-control {
	display: inline-block;
	width: auto;
	float: left;
}
.filter input {
	padding: 10px;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	float: left;
}
.filter button {
	position: relative;
	padding: 12px 42px 12px 20px;
	background: #111111;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
	font-size: 18px;
}
.filter button.hvr-icon-wobble-horizontal::before {
	content: '\f0a9';
}
/*=== Ads ===*/
.ads .next-race {
	margin-bottom: 40px;
}
.ads .next-race .outer {
	background: #000000;
	padding: 40px;
}
.ads .next-race .outer h4 {
	font-size: 16px;
	color: #d7d7d7;
	margin-bottom: 5px;
}
.ads .next-race .outer h1 {
	font-size: 36px;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 20px;
}
.ads .next-race .outer .date {
	font-size: 16px;
	color: #c2c2c2;
}
.ads .next-race .outer .date span {
	color: #ff0000;
font-weight: bold;
}
.ads .next-race .outer .name {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
.ads .next-race .outer .location {
	color: #ff0000;
	font-size: 20px;
}
.ads .next-race .outer a {
	position: relative;
	padding: 16px 42px 16px 20px;
	background: #ff0000;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 40px;
	font-size: 18px;
}
.ads .next-race .outer a.hvr-icon-wobble-horizontal::before {
	content: '\f0a9';
}

/*=== pagination ===*/
.pagination {border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;}
.pagination > li > a{border:none; color: #999999;}
.pagination > li:first-child a:hover, .pagination > li:first-child span:hover, .pagination > li:first-child a:focus, .pagination > li:first-child span:focus{background: transparent;}
.pagination > li:first-child a{border-right:1px solid #e1e1e1;}
.pagination > li:first-child a:after{content: ''; position: absolute; width: 13px; height: 34px; background: url(../img/pagi-left.jpg) no-repeat; top: -1px; left: -9px;}
.pagination > li:last-child a:hover, .pagination > li:last-child span:hover, .pagination > li:last-child a:focus, .pagination > li:last-child span:focus{background: transparent;}
.pagination > li:last-child a{border-left:1px solid #e1e1e1;}
.pagination > li:last-child a:after{content: ''; position: absolute; width: 13px; height: 34px; background: url(../img/pagi-right.jpg) no-repeat; top: -1px; right: -9px;}
.pagination > li > a.active, .pagination > li > a.active > span, .pagination > li > a.active:hover, .pagination > li > a.active > span:hover, .pagination > li > a.active:focus, .pagination > li > a.active > span:focus{background: gray; color:#FFF;}

/*=== about ===*/
#about {
	position: relative;
	width: 100%;
	margin-top: 60px;
}
#about .head {
	border-left: 4px solid #ff0000;
	padding-left: 24px;
}
#about .head h4 {
	color: #ff0000;
	letter-spacing: 5px;
	font-size: 12px;
}
#about .head h2 {
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	margin-top: 14px;
}
#about .about-info {
	margin-top: 42px;
}

#about .about-text-info p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}

#about .about-img-info img{width: 100%;}

#about .about-list .outer {
	margin-top: 62px;
}
#about .about-list .outer h2 {
	padding: 16px 0px 16px 28px;
	color: #ff0000;
	border-left: 4px solid #ebebeb;
	font-weight: bold;
	margin-top: 40px;
}
#about .about-list .outer p {
	color: #535353;
	margin-top: 32px;
}
#about .about-list .outer a {
	position: relative;
	padding: 16px 42px 16px 20px;
	background: #ff0000;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 40px;
	font-size: 18px;
}
#about .about-list .outer a.hvr-icon-wobble-horizontal::before {
	content: '\f0a9';
}
/*=== competitors ===*/
#competitors .comp-left img {
	margin-bottom: 40px;
}
#competitors .comp-left h1 {
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 40px;
}
#competitors .comp-left ul {
	margin: 0px;
	list-style: none;
	padding: 18px;
	background: #f5f5f5;
	border-top: 1px solid #dddddd;
}
#competitors .comp-left .pass li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
#competitors .comp-left .pass input {
	padding: 10px;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
}
#competitors .comp-left .pass button {
	padding: 10px 30px;
	background: #111111;
	color: #fff;
	border-radius: 20px;
	transition: all .3s;
	display: inline-block;
}
#competitors .comp-left .pass button:hover {
	background: #ff0000;
}
#competitors .comp-left .comp-address {
	margin-top: 40px;
	margin-bottom: 40px;
}
#competitors .comp-left .comp-address h4 {
	margin-bottom: 20px;
}
#competitors .ads .next-race {
	margin-bottom: 20px;
}

#competitors .arrow-right {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #eb2629;
    border-top: 10px solid transparent;
    float: left;
    height: 0;
    margin-right: 10px;
    padding: 0 !important;
    width: 0;
}

#competitors .arrow-down {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    float: left;
    height: 0;
    margin-right: 10px;
    padding: 0 !important;
    width: 0;
}
#competitors ul#categories-nav {
    list-style-type: none;
	font-size: 14px;
    line-height: 19px;
    padding: 0 0 20px;
}
#competitors ul#categories-nav li {
    font: 20px/20px "Viga","PT Sans",Arial;
    margin-bottom: 10px;
}
#competitors ul#categories-nav li a{
	color: #eb2629;	
}

/*=== drivers ===*/
#drivers .drivers-list .outer {
	border: 4px solid #f5f5f5;
	text-align: center;
	padding: 14px;
	background: #fff;
	margin-bottom: 20px;
	transition: all .3s;
}
#drivers .drivers-list .outer:hover {
	border: 4px solid #ff0000;
	box-shadow: 0px 0px 5px black;
}
#drivers .drivers-list .outer img {
	margin: auto;
}
#drivers .drivers-list .outer h3,
#drivers .drivers-list .outer h3 a{
	color: #111111;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	height: 40px;
}
#drivers .drivers-list .outer h4, 
#drivers .drivers-list .outer h4 a{
	color: #ff0000;
	font-size: 14px;
	margin-top: 10px;
	height: 30px;
}
#drivers .ads .next-race {
	margin-bottom: 20px;
}
/*=== drivers details ===*/
#drivers-details .event-table {
	border-bottom: 4px solid #bdbdbd;
}
#drivers-details .event-table h3{
	margin-top:12px;
}
#drivers-details table thead th {
	text-align: center;
	font-size: 16px;
	color: #111111;
	font-weight: bold;
	border-right: 1px solid #d7d7d7;
	padding: 20px 10px;
}
#drivers-details table thead {
	border-bottom: 5px solid #d7d7d7;
}
#drivers-details table tbody td {
	padding: 20px 10px;
	text-align: center;
}
#drivers-details table tbody .date {
	color: #ff0000;
}
#drivers-details .event-table p {
	color: #7d7d7d;
	font-style: italic;
	margin-bottom: 40px;
}
 .latest-video h3 {
	font-weight: bold;
	font-size: 24px;
	color: #111111;
	margin: 60px 0px 20px 0px;
}
.latest-video h3 i {
	color: #ff0000;
	margin-right: 10px;
}
.related-news {
	background: #f2f2f2;
	padding: 20px;
	margin-top: 40px;
	float: left;
	width: 100%;
}
.related-news h3 {
	font-weight: bold;
	font-size: 24px;
	color: #111111;
	margin-bottom: 20px;
}
.related-news h3 i {
	color: #ff0000;
	margin-right: 10px;
}
.related-news ul {
	margin-left: 40px;
}
.related-news ul li {
	padding: 18px 0px;
	border-bottom: 1px solid #dcdcdc;
}
.related-news ul li:last-child {
	border-bottom: 0px solid #dcdcdc;
}
.related-news ul li a {
	color: #111111;
}
.related-news ul li a:hover {
	color: #ff0000;
}
.related-news p {
	font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.photos {
	margin-top: 30px;
}
.photos h3 {
	font-weight: bold;
	font-size: 24px;
	color: #111111;
	margin-bottom: 20px;
}
.photos h3 i {
	color: #ff0000;
	margin-right: 10px;
}
.caption{
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255,0,0,0.60);
	width: 100%;
	height: 100%;
	padding: 0px!important;
	display: none;
	text-align: center;
	color: #fff !important;
	z-index: 1001;
	cursor: pointer;
}


.caption a {
	font-size: 40px;
	color: #fff;
	display: table;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.caption a i {
	display: table-cell;
	vertical-align: middle;
}
.news-one {
	margin-bottom: 20px;
	width: 100%;
	padding: 0px;
	float: left;
	position: relative;
	overflow: hidden;
}
.photos .photos-outer > a {
	color: #111111;
	text-align: center;
	display: block;
	margin-bottom: 40px;
}
.photos .photos-outer > a:hover {
	color: #ff0000;
}
#drivers-details .right .driver-profile {
	border: 1px solid #c65151;
	margin-bottom: 40px;
}
#drivers-details .right .driver-profile .top {
	background: #ff0000;
	padding: 20px;
}
#drivers-details .right .driver-profile .name {
	color: #111111;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#drivers-details .right .driver-profile .class {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#drivers-details .right .driver-profile .pro-pic img {
	width: auto;
	height: auto;
	border: 5px solid #fff;
	margin: auto;
	margin-bottom: 20px;
}
#drivers-details .right .driver-profile .car, #drivers-details .right .driver-profile .team-name, #drivers-details .right .driver-profile .b-place {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
#drivers-details .right .driver-profile .social {
	width: 100%;
	background: #ebebeb;
	padding: 20px;
}
#drivers-details .right .driver-profile a {
	color: #fff;
}
#drivers-details .right .driver-profile .social .web a {
	color: #ff0000;
	font-size: 16px;
}
#drivers-details .right .driver-profile .social .social-icon {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#drivers-details .right .driver-profile .social .social-icon li {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	margin-right: 10px;
	margin-top: 10px;
}
#drivers-details .right .driver-profile .social .social-icon li a {
	color: #111111;
}
#drivers-details .right .season {
	background: #000000;
	padding: 20px;
	margin-bottom: 40px;
}
#drivers-details .right .season h2 {
	color: #ff0000;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
}
#drivers-details .right .season ul {
	list-style: none;
	text-align: right;
	color: #a1a1a1;
	font-size: 14px;
}
#drivers-details .right .season ul li {
	padding: 10px;
	border-bottom: 1px solid #3f3f3f;
}
#drivers-details .right .season ul li:last-child {
	border: none;
}
#drivers-details .right .season ul span {
	text-align: right;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-left: 20px;
}
#drivers-details .right .howe {
	margin-top: 40px;
}
/*=== news ===*/
#news .news-boxs .outer {
	border: 1px solid #e2e2e2;
	padding: 10px;
	margin-bottom: 20px;
}
#news .news-boxs .outer img {
	margin-bottom: 20px;
	width: 100%;
}
#news .news-boxs .outer .date {
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	margin-bottom: 20px;
}
#news .news-boxs .outer .head {
	font-size: 20px;
	font-weight: bold;
	color: #464646;
	margin-bottom: 20px;
}
#news .news-boxs .outer p {
	color: #4c4c4c;
	margin-bottom: 20px;
}
#news .news-boxs .outer a.read-red {
	position: relative;
	background: #ff0000;
	display: inline-block;
	border-radius: 0px;
	color: #fff;
	padding: 0px
}
#news .news-boxs .outer a.read-red span {
	display: inline-block;
	padding: 0 15px;
	line-height: 36px;
}
#news .news-boxs .outer a.read-red i {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #c60707;
}
#news .news-boxs .outer a.read-red:hover {
	background: #FFDD00;
	color: #333;
}
#news .news-boxs .outer a.read-red:hover i{
	background: transparent;
	color: #333;
}
/*
#news .news-pagination {
	text-align: right;
}
*/
#news .news-list {
	border: 1px solid #e2e2e2;
}
#news .news-list .outer {
	padding: 20px;
	border-bottom: 1px solid #e2e2e2;
}
#news .news-list .bg {
	background: #f2f2f2;
}
#news .news-list .outer .date {
	font-size: 14px;
	color: #a3a3a3;
	margin-bottom: 5px;
}
#news .news-list .outer .head {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
#news .news-list .outer p {
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 5px;
}
#news .news-list .outer a {
	color: #ff0000;
}
/*=== photo-gallery ===*/
#photo-gallery .photo-boxs .outer {
	border: 1px solid #e2e2e2;
	padding: 10px;
	margin-bottom: 20px;
}

#photo-gallery .photo-boxs .outer img{
	width: 100%;
}

#photo-gallery .photo-boxs .outer .head {
	font-size: 18px;
	color: #000000;
	margin-top: 20px;
	font-weight: bold;
	height: 54px;
	overflow: hidden;
}
#photo-gallery .photo-boxs .outer .date {
	font-size: 14px;
	color: #ff0000;
	margin-top: 5px;
}
#photo-gallery .photo-boxs .outer p {
	font-size: 14px;
	color: #676767;
	margin-top: 5px;
}
#photo-gallery .photo-pagination {
	text-align: right;
}
/*=== team ===*/
#team .team-boxs .outer {
	border: 1px solid #e2e2e2;
	padding: 10px;
	margin-bottom: 20px;
}
#team .team-boxs .outer .head {
	font-size: 18px;
	color: #000000;
	margin-top: 20px;
	font-weight: bold;
}
#team .team-boxs .outer .class {
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 20px
}
#team .team-boxs .outer .class span {
	color: #ff0000;
}
#team .team-boxs .outer a.read-red {
	position: relative;
	background: #ff0000;
	display: inline-block;
	border-radius: 0px;
	color: #fff;
	padding: 0px;
	margin-top: 20px
}
#team .team-boxs .outer a.read-red span {
	display: inline-block;
	padding: 0 15px;
	line-height: 36px;
}
#team .team-boxs .outer a.read-red i {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #c60707;
}
#team .team-boxs .outer a.read-red:hover {
	background: #FFDD00;
	color: #333;
}
#team .team-boxs .outer a.read-red:hover i {
	background: transparent;
	color: #333;
}
#team .team-pagination {
	text-align: right;
}

/*=== video ===*/
.top-video{border-bottom: 3px solid #ff0000; margin-bottom: 40px;}
.top-video h1{color: #111111; font-size: 26px; font-weight: bold; margin-top: 40px;}
.top-video p{color: #ff0000; font-size: 18px; font-weight: bold; margin-top: 5px; margin-bottom: 40px;}
.video-list .outer{border: 1px solid #e2e2e2; padding: 10px; margin-bottom: 20px;}
.video-list .outer .head{font-size: 18px; color: #000000; margin-top: 20px; font-weight: bold; height: 54px;
overflow: hidden;}
.video-list .outer .date{font-size: 14px; color: #ff0000; margin-top: 5px;}
.video-list .outer p{font-size: 14px; color: #676767; margin-top: 5px;}
/*=== milind css again ===*/
.photo-pagination {
	float: left;
	text-align: right;
	width: 100%;
}
.all-drivers{float:left; width:100%; margin-bottom:30px; background:#f2f2f2; border:1px solid #c0c0c0;}
.all-drivers h2{ background:#ff0000; font-weight:900; font-size:20px; color:#fff; padding:15px;}
.drivers-flip{ float:left; width:100%; padding:15px 15px; text-align:center;}
.drivers-border{float:left; width:100%; height:1px; background:#c0c0c0; margin:15px 0;}
.drivers-flip h4, .drivers-flip h4 a{ margin-bottom:15px; color:#333; font-weight:900;}
.drivers-flip h4 a:hover { margin-bottom:15px; color:#ff0000; font-weight:900;}
.drivers-flip h5, .drivers-flip h5 a{ margin-bottom:15px; color:#ff0000; font-weight:900;}
.photos{float:left; width:100%;}

.drivers-event a { color:#333; }
.drivers-event a:hover { color:#f1b619; }

.generic-table {
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px; }


.generic-table tr:nth-child(odd){ background-color:#f4f3f3; }
.generic-table tr:nth-child(even) { background-color:#e1e1e1; }
.generic-table td{
	vertical-align: middle;
	border:1px solid #ffffff;
	text-align:left;
	padding:10px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#000000; }

.generic-table tr:first-child td{
	background:-o-linear-gradient(bottom, #e5242e 5%, #bc0508 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5242e), color-stop(1, #bc0508) );
	background:-moz-linear-gradient( center top, #e5242e 5%, #bc0508 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5242e", endColorstr="#bc0508");	
	background: -o-linear-gradient(top,#e5242e,bc0508);
	background-color:#e5242e;
	text-align:left;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff; }
	
.generic-table td p { padding: 0px !important; }

/* responsive css start from here*/
/*Ipad landscape*/
@media (min-width: 1170px) and (max-width: 1280px) {
}

/*MW for grids*/
@media (min-width: 768px) and (max-width: 1199px) {
	.news-boxs .mDevice:nth-child(odd), 
	.photo-boxs .mDevice:nth-child(odd) {clear:both;}
}

/*Ipad landscape*/
@media (min-width: 981px) and (max-width: 1170px) {
	.overlay {
		padding: 220px 0;
		height: auto;
	}
	nav.navbar .navbar-brand img.logo {
		height: 30px;
	}
	nav.navbar.bootsnav ul.nav > li > a {
		font-size: 11px;
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.wrap-sticky nav.navbar.bootsnav.sticked .attr-nav {
		display: none;
	}
	
	.ads .next-race .outer{
		padding: 20px;
	}

}

/*Ipad Portrait*/
@media (min-width: 768px) and (max-width: 980px) {
	.quick-links li {
		font-size: 15px;
	}
	.copy {
		text-align: center;
	}
	.copy .text-right {
		text-align: center!important;
	}
	.copy img {
		margin: 15px 0;
	}
	#header-banners  .home-black, #header-banners  .inner {
		display: none !important;
	}
	#header-banners .home-black-mobile {
		width: 100%;
		background: #101218;
		padding: 15px 0;
	}
	
	
	#header-banners .inner-mobile {
		display:block !important;
	}
	.text-top { font-size:16px; line-height: 20px; 
		padding-left:0; padding-top:4px;
		text-shadow:2px 2px 0 rgba(255, 255, 255, 0.5);
	}
	.text-top .button{ float: none; }
	#mast-head {
		margin-top:94px;
	}
	#mast-head.no_live_session {
		margin-top: 0px;
	}
	#home-slider.no_live_session {
		margin-top: 50px;
		float: left;
	}
	#mast-head nav.navbar.bootsnav {
		background: #000;
		border: none;
	}
	nav.navbar .navbar-brand img.logo {
		height: 30px;
	}
	nav.navbar.bootsnav .navbar-toggle {
		background: none;
		color: #fff;
	}
	.overlay aside h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	nav.navbar.bootsnav ul.nav > li > a {
		padding: 10px 0px;
	}
	.overlay {
		height: auto;
		padding: 100px 0;
	}
	.caption-old aside div p {
		font-size: 11px;
	}
	.caption-old aside div h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.attr-nav > ul > li > a {
		padding: 15px 15px 15px 0;
	}
	.attr-nav {
		right: 30px;
	}
	.event-destination h3 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.tv-broad img {
		height: 30px;
	}
	.wrap-sticky nav.navbar.bootsnav.sticked .attr-nav {
		display: block;
	}
	
	.ads .next-race .outer{
		padding: 20px;
	}
	#about .about-list .outer h2{font-size:26px;}
	#about .about-list .outer p{min-height: 165px;}

}

@media(min-width:768px){
	.navbar-right .dropdown-menu {
    right: auto;
    left: 10px;
	}
	/* .news-boxs .mDevice:nth-child(3n+1), 
	.photo-boxs .mDevice:nth-child(3n+1),*/
	.team-boxs .mDevice:nth-child(3n+1){
		clear:both;
	}

}
@media(min-width:1200px){
	 .news-boxs .mDevice:nth-child(3n+1),
	.photo-boxs .mDevice:nth-child(3n+1),
	.team-boxs .mDevice:nth-child(3n+1) {
		clear:both;
	}
}

@media(width:768px){
	.ads .next-race .outer{
	padding: 20px;
}

.gridder-list{width: 25%;}


}

/* Nav drop-down, color fix */
@media(max-width:980px) {
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
	color: #eeeeee;
}

/* Iphone 5 landscape */
@media(max-width:767px) {
	.news-boxs .mDevice:nth-child(odd),
	.photo-boxs .mDevice:nth-child(odd),
	.team-boxs .mDevice:nth-child(odd){
		clear:both;
	}


	#header-banners  .home-black, #header-banners  .inner {
		display: none !important;
	}
	#header-banners .home-black-mobile {
		display:block;
		float:left;
		width: 100%;
		background: #101218;
		padding: 15px 0;
	}
	#home-slider {
		margin-top: 248px;
	}


	#header-banners .inner-mobile {
		display:block !important;
		margin-top:75px;
	}
	/* .text-top { line-height: 20px; padding-left:0;} */
	.text-top { font-size:16px; line-height: 20px; 
		padding-left:0; padding-top:4px;
		text-shadow:2px 2px 0 rgba(255, 255, 255, 0.5);
	}
	.text-top .button{ float: none; }
	#mast-head {
		margin-top:0; /* 94px; */
	}
	#home-slider.no_live_session {
		margin-top: 50px;
		float: left;
	}
	#mast-head nav.navbar.bootsnav {
		background: #000;
		border: none;
	}

	#main-slider.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
		background: rgba(255, 255, 255, 0.2);
		border-radius: 50%;
		cursor: pointer;
		height: 12px;
		margin-bottom: 5px;
		width: 12px;
		position: relative;
	}

	nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after{content: "";}


	nav.navbar .navbar-brand img.logo {
		height: 30px;
	}
	nav.navbar.bootsnav .navbar-toggle {
		background: none;
		color: #fff;
	}
	.overlay aside h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	nav.navbar.bootsnav ul.nav > li > a {
		padding: 5px 0px;
	}
	.overlay {
		height: auto;
		padding: 50px 0;
	}
	.btn-xs {
		font-size: 11px;
		padding: 5px 25px;
	}
	.caption-old aside div p {
		font-size: 12px;
	}
	.caption-old aside div h3 {
		font-size: 18px;
	}
	.caption-old aside div {
		padding: 15px;
	}
	.pad-left {
		padding: 0px;
	}
	.b-right {
		border: none;
		border-top: 1px solid #2d2c2c;
		padding-top: 30px;
		margin-top: 30px;
	}
	.quick-links {
		margin-top: 30px;
	}
	.copy .text-right {
		text-align: center!important;
	}
	.copy img {
		margin: 15px 0;
	}
	.howe .col-xs-12 {
		margin-bottom: 30px;
	}
	.howe .col-xs-12:last-child {
		margin-bottom: 0px;
	}
	.event-logo {
		border-bottom: 1px solid #d5d5d5;
		border-right: 0 solid #d5d5d5;
		display: table;
		height: auto;
		padding: 30px 15px;
		text-align: center;
		width: 100%;
	}
	.event-calendar::after {
		display: none;
	}
	.event-calendar {
		padding: 15px;
	}
	.event-details {
		padding: 0 15px;
	}
	.event-destination {
		text-align: center;
	}
	.event-details img {
		margin: 15px 0;
	}
	.on-track-table {
		float:none;
		width:100%;
	}
	.on-track-table .table-responsive {
		border:0;
	}
	.on-track-table-right {
		padding:0;
	}
	
	.tv-broad strong {
		display: block;
		text-align: center;
	}
	.tv-broad span {
		display: block;
		text-align: center;
		padding-bottom: 15px;
	}
	.tv-broad {
		margin-top: 15px;
		padding-bottom: 15px;
		text-align: center;
	}
	.event-links a {
		display: block;
		text-align: center;
		padding: 5px 0;
	}
	
	.copy {
		text-align: center;
	}
	.articles-paging li span {
		display: none;
	}
	.left-image {
		margin-bottom: 30px;
		margin-right: 0px;
	}
	.champ-title {
		text-align: center;
	}
	.champ-date {
		float: left;
		width: 100%;
		text-align: center;
	}
	.ads .next-race .outer{
		padding: 20px;
	}
	#main-footer{margin-top: 60px;}
	
	.left li{font-size: 14px;}
	
	#small-tables td {
	    float: left;
	    width: 100%;
	}

}

@media (max-width: 414px) {
	.mDevice{width: 100%;}
	#competitors .comp-left .pass li{margin-right: 10px; margin-top: 10px;}
	.filter li{margin-bottom: 10px; margin-right: 10px;}
}

/* iphone 6+ landscape */
@media only screen and (min-device-width :414px) and (max-device-width :736px) and (orientation : landscape) {
}

/* iphone 6 portrait */
@media only screen and (min-device-width : 374px) and (max-device-width : 375px) and (orientation : portrait) {
}

/* iphone 6 landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
}

/* iphone 6 landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 640px) and (orientation : landscape) {
}

/* Iphone 4 landscape */
@media only screen and (min-width: 320px) and (max-width: 480px) {
.quick-links {
	margin-top: 30px;
}
.quick-links ul {
	width: 50%;
}
.overlay {
	height: auto;
	padding: 50px 0;
}
.btn-xs {
	font-size: 11px!important;
	padding: 5px 25px!important;
}
.overlay aside h1 {
	font-size: 11px;
	margin-bottom: 10px;
}
.btn-trans {
	margin-bottom: 15px;
}

.breadcrumb a{font-size: 10px;}

.og-expander-inner{padding: 20px;}
#news .filter li label{width: 116px;}
}

/* IPHONE 4 + 5 Portrait */
@media only screen and (min-width: 240px) and (max-width: 320px) {
	.filter li{margin-top: 10px;}
	.trans li a {
    padding: 0 5px;
    font-size: 12px;}

    .og-expander{height: 580px !important;}

}

/* Note: Design for a width of 240px */
@media only screen and (max-width: 318px) {
}



