@import url("/css/editor-styles.css");

/********** base **********/

body {
	color: #4f555b;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

a {
	color: #1285FC;
	text-decoration: underline;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 13px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

pre,
code {
	font-family: monospace;
}

hr {
	border: 0 solid #ccc;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
pre,
hr,
table,
address,
fieldset,
figure {
	margin-bottom: 30px;
}

a {
	color: #5c656a;
	text-decoration: none;
}

/*#main_content a {
	color:#1285FC;
 	text-decoration:underline;
}*/

.no_wrap {
	overflow: hidden;
}

/*.group:after {
	content: "";
	display: table;
	clear: both;
}*/

header[role="banner"] {
	background-color: #000;
	color: #fff;
	border-bottom: 5px solid #fff;
}

#header{
	box-shadow: 0 1px 5px #000;
	position: relative;
	z-index:9999;
}

nav.top-nav {
	height: 58px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

.top-nav ul, .main-nav ul {
	margin: 0;
	padding: 0;	
}

.top-nav ul {
	left: 120px;
	top: 0;
	position: absolute;
	text-transform: uppercase;
}

.top-nav li, .main-nav li {
	float: left;
	list-style: none;
	margin-left: 0;
}

.top-nav ul a, .main-nav ul a {
	color: #fff;
	display: block;
	padding: 0 10px;
}

.top-nav ul a {
	line-height: 58px;
	font-size: 15px;
	font-weight: bold;
}

.top-nav ul a:hover,
.main-nav ul a:hover,
.top-nav ul a.active,
.main-nav ul a.active {
	background: #017eff;
}

.top-nav .submenu {
	background-image: url(../images/top-nav-submenu.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 23px;
}

.follow .disclosure {
	width: 8px;
	height: 32px;
	background-image: url(../images/follow-disclosure.png);
	position: absolute;
	top: 0;
	right: 16px;
}

/*.search {
	position: absolute;
	right: 0;
	top: 0;
}*/

nav.main-nav {
	font-size: 13px;
	line-height: 44px;
	height: 44px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

.main-nav ul li {
	position: relative;
}

.main-nav ul a {
	font-weight: bold;
	line-height: 44px;
	padding: 0 12px;
	text-transform: uppercase;
}

.main-nav ul .has-sub-menu > a:after {
	color: #ccc;
	content: "\2630";
	font-size: 9px;
	margin-left: 2px;
	vertical-align: bottom;
}

.main-nav ul .sub-menu {
	background: #000;
	display: none;
	left: 0;
	min-width: 100%;
	position: absolute;
	top: 100%;
	z-index: 9999;
}

.main-nav ul .has-sub-menu:hover .sub-menu {
	display: block;
}

.main-nav ul .sub-menu li {
	float: none;
}

.main-nav ul .sub-menu a {
	display: block;
}

.trophy {
	color: #077eff;
	text-transform: uppercase;
	position: absolute;
	right: 0;
}

.banner-ads {
	height: 265px;
	position: relative;
	width: 100%;
}

.banner-ads .prev,
.banner-ads .next {
	background-repeat: no-repeat;
	height: 80px;
	position: absolute;
	text-indent: -9999px;
	top: 90px;
	width: 54px;
	z-index: 9999;
}

.banner-ads .prev {
	background-image: url("/images/banner-ads-prev.png");
	left: -54px;
}

.banner-ads .next {
	background-image: url("/images/banner-ads-next.png");
	right: -54px;
}

.banner-ads .banner-ad {
	background-color: #eee;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 265px;
	width: 100%;
}

.banner-ads .banner-ad .container {
	margin: 0 auto;
	text-align: center;
	width: 940px;
}

.banner-ads .banner-ad .container img {
	height: auto;
	max-width: 100%;
}

.logos {
	background: #fff;
}

.logos img {
	display: block;
	margin: 0 auto;
}

.logos ul {
	list-style: none;
}

.logos li {
	margin-left: 0;
}

.recommended {
	background: #e1e0e1;
	padding-bottom: 27px;
	overflow: hidden;
}

.recommended h4 {
	width: 960px;
	margin: 0 auto 28px auto;
}

.recommended img {
	display: block;
	height: auto;
	max-width: 100%;
}

.recommended .caption {
	background: #000;
	color: cornflowerblue;
	font-size: 13px;
	padding: 4px;
	font-weight:normal
}

.recommended-videos {
	width: 960px;
	margin: 0 auto;
}

.recommended-video {
	float: left;
	margin-right: 20px;
	width: 225px;
}

.recommended-photo {
	float: left;
	margin-right: 20px;
	width: 225px;
}

.recommended-headline {
	float: left;
	width: 205px;
	padding-left: 19px;
	border-left: 1px solid #c3c3c5;
}

.recommended-headline h5 {
	color: #004a96;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin: 0;
}

.recommended-headline .more {
	margin-bottom: 0;
}

.recommended-headline .more a {
	font-size: 13px;
	font-weight: bold;
	color: #5e6869;
}



footer.fat-footer {
	background: #000;
	color: #fff;
	padding: 40px 0 25px 0;
}

.fat-footer .group {
	margin: 0 auto;
	width: 960px;
}

.fat-footer .column {
	float: left;
	width: 220px;
	padding-left: 19px;
	border-left: 1px solid #171b1e;
}

.fat-footer .column:first-child {
	width: 260px;
	padding-left: 0;
	border-left: none;
}

.fat-footer .column:last-child {
	width: 200px;
}

.fat-footer h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

.fat-footer ul {
	padding-left: 0;
}

.fat-footer li {
	color: #939395;
	font-size: 13px;
	line-height: 18px;
	background-image: url(../images/footer-bullet.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	list-style: none;
	padding-left: 9px;
}

/*footer[role="contentinfo"] {
	font-size: 13px;
	font-weight: bold;
	height: 43px;
	line-height: 43px;
	margin: 0 auto;
	width: 960px;
	position: relative;
	text-transform: uppercase;
}

footer[role="contentinfo"], footer[role="contentinfo"] a {
	color: #939395;
}

.copyright {
	position: absolute;
	right: 0;
	top: 0;
}*/

/*#content {
margin: 0 auto;
position: relative;
width: 960px;
}*/

.logos
{
	margin: auto;
}

/*.sponsor
	{
		float: left;
	}*/


.clear
{
	clear: both;
}

.logos ul
{
	max-width: 100%; /* for  below IE7 use `width: 660px;` */
    margin: 0 auto;
}

/********** main menu **********/

#main_menu {
	background: #000;
	color: #fff;
}

#main_menu a {
	color: #fff;
}

#main_menu .grid_12 {
	position: relative;
	width: 1080px;
}

#main_menu .logo {
	float: left;
	margin-right: 53px;
	margin-top: 14px;
}

#main_menu .home {
	display: none;
	float: left;
}

#main_menu .menu_toggler {
	display: none;
	float: left;
}

#main_menu .menu {
	float: left;
	font-size: 0;
	list-style: none;
	margin-bottom: 0;
}

#main_menu .menu li {
	display: inline-block;
	margin-left: 0;
}

#main_menu .menu li a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	padding: 16px 10px;
	text-transform: uppercase;
}

#main_menu .menu li .active {
	background: #000;
	color: #0085fe;
}

#main_menu .menu li:hover a{
	background: #0085fe;
	color:#fff;
}

#main_menu .menu .has_sub_menu > a:after {
	color: #949396;
	content: "\2630";
	display: inline-block;
	font-size: 9px;
	margin-left: 5px;
	vertical-align: top;
}

#main_menu .menu .has_sub_menu > .active:after{
	color: #0085fe;
}

#main_menu .menu .has_sub_menu:hover > a:after{
	color: #fff;
}

#main_menu .menu .has_sub_menu .sub_menu {
	background: #0085fe;
	border-bottom: 5px solid #1b54a2;
	display: none;
	left: 0;
	margin-bottom: 0;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 9999;
}

#main_menu .menu .has_sub_menu:hover .sub_menu {
	display: block;
}

#main_menu .menu .has_sub_menu .sub_menu li {
	border-right: 1px dotted #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33.33%;
}

#main_menu .menu .has_sub_menu .sub_menu li:nth-of-type(3n) {
	border-right: 0;
}

#main_menu .menu .has_sub_menu .sub_menu li a {
	background: url("/images/sub-menu-arrow.png") no-repeat 22px 15px;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 10px 35px;
	color:#fff;
}

#main_menu .menu .has_sub_menu .sub_menu li:hover a,
#main_menu .menu .has_sub_menu .sub_menu li .active {
	background-color: #000;
	background-image: url("/images/sub-menu-arrow-active.png");
}

#main_menu .follow {
	float: right;
	margin-top: 12px;
	position: relative;
}

#main_menu .follow .toggler {
	border: 1px solid #4b565c;
	display: block;
	height: 20px;
	padding: 6px 14px;
}

#main_menu .follow.active .toggler {
	background: #007eff;
	border: 0;
	height: 30px;
	padding: 7px 15px;
}

#main_menu .follow .toggler:after {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #007eff;
	content: "";
	display: inline-block;
	height: 0;
	margin-left: 10px;
	vertical-align: middle;
	width: 0;	
}

#main_menu .follow.active .toggler:after {
	border-bottom: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #1b54a2;
}

#main_menu .follow ul {
	background: #007eff;
	display: none;
	list-style: none;
	margin-bottom: 0;
	padding-top: 8px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 220px;
}

#main_menu .follow.active ul {
	display: block;
}

#main_menu .follow ul li {
	background: #fff;
	margin-left: 0;
	padding: 8px 16px;
}

#main_menu .follow ul li:first-child {
	padding-top: 16px;
}

#main_menu .follow ul li:last-child {
	padding-bottom: 16px;
}

#main_menu .follow ul li a {
	background-repeat: no-repeat;
	color: #5C656A;
	display: block;
	line-height: 25px;
	padding-left: 40px;
}

#main_menu .follow ul li a.facebook {
	background-image: url("/images/follow-facebook-icon.png");
}

#main_menu .follow ul li a.twitter {
	background-image: url("/images/follow-twitter-icon.png");
}

#main_menu .follow ul li a.youtube {
	background-image: url("/images/follow-youtube-icon.png");
}

#main_menu .follow ul li a.instagram {
	background-image: url("/images/follow-instagram-icon.png");
}

#main_menu .follow ul li a.rss {
	background-image: url("/images/follow-rss-icon.png");
}

#main_menu .search {
	float: right;
	margin-left: 18px;
	margin-top: 12px;
	position: relative;
}

#main_menu .search .toggler {
	background: #000 url("/images/search.png") no-repeat center;
	display: block;
	height: 34px;
	text-indent: -9999px;
	width: 40px;
}

#main_menu .search.active .toggler {
	background-color: #007eff;
	background-image: url("/images/search-active.png");
	height: 44px;
}

#main_menu .search .form {
	background: #007eff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	right: 0;
	overflow: hidden;
	padding: 8px 58px 8px 8px;
	position: absolute;
	top: 100%;
	width: 940px;
}

#main_menu .search.active .form {
	display: block;
}

#main_menu .search .form input[type="text"] {
	background: transparent;
	border: 0 solid #fff;
	border-right-width: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	height: 34px;
	margin: 0;
	margin-right: 20px;
	padding: 0 20px;
	text-align: right;
	text-transform: uppercase;
	width: 754px;
}

#main_menu .search .form button {
	background: #fff;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #4F555B;
	cursor: pointer;
	float: left;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	height: 34px;
	margin: 0;
	text-transform: uppercase;
	width: 100px;
}

#main_menu .search .form button:before {
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid #007eFF;
	border-top: 4px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	height: 0;
	margin-right: 5px;
	vertical-align: middle;
	width: 0;
}



/********** Header Banners **********/





/********** match schedule **********/

#match_schedule {
	background: #fff;
}

#match_schedule .grid_12 {
	min-height: 80px;
	position: relative;
}

#match_schedule .prev {
	background: url("/images/match-schedule-prev.png") no-repeat;
	display: inline-block;
	height: 28px;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 26px;
	width: 19px;
}

#match_schedule .next {
	background: url("/images/match-schedule-next.png") no-repeat;
	display: inline-block;
	height: 28px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 26px;
	width: 19px;
}

#match_schedule .carousel {
	font-size: 0;
	height: 80px;
	margin: 0 60px;
	overflow: hidden;
}

#match_schedule .match {
	background: #f0f0f0;
	display: inline-block;
	font-size: 14px;
	height: 60px;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
}

#match_schedule .date {
	margin-bottom: 4px;
	line-height: 13px;
}

#match_schedule .teams {
	overflow: hidden;
}

#match_schedule .team {
	margin-bottom: 4px;
	overflow: hidden;
}

#match_schedule .team:last-child {
	margin-bottom: 0;
}

#match_schedule .flag {
	float: left;
	height: 18px;
	width: 28px;
}

#match_schedule .past .flag {
	margin-right: 14px;
}

#match_schedule .flag img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

#match_schedule .score {
	background: #fff;
	float: left;
	font-size: 12px;
	height: 18px;
	line-height: 20px;
	width: 38px;
}

#match_schedule .v {
	float: left;
	margin: 0 6px;
	width: 10px;
}

#match_schedule .time {
	margin-top: 4px;
}

/********** hero **********/

/*#hero {
	background-color: #e1e0e1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: 316px;
	overflow: hidden;
	padding-top: 64px;
	position: relative;
}*/

#hero {
	background-color: #e1e0e1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 220px;
	overflow: hidden;
	padding: 40px 0;
}

#hero .comp-info {
	background: #fff;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 160px;
	overflow: hidden;
	padding: 30px 25px;
	text-transform: uppercase;
	width: 400px;
}
		
#hero .comp-info-header {
	color: #007eff;
	font-size: 35px;
	font-weight: bold;
	line-height: 35px;
	padding-bottom: 15px;
}
		
#hero .comp-logo {
	float: right;
	height: 220px;
	line-height: 220px;
	text-align: center;
	width: 220px;
}
		
#hero .comp-logo img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.is_not_event_front_page #hero {
	height: 185px;
	padding: 20px 0;
}

.is_not_event_front_page #hero .comp-info {
	height: 135px;
	padding: 25px 25px;
}
		
.is_not_event_front_page #hero .comp-info-header {
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 10px;
}
		
.is_not_event_front_page #hero .comp-logo {
	height: 185px;
	line-height: 185px;
	width: 185px;
}

/*.is_recent_event #hero {
	height: 316px;
	padding-top: 21px;
}
	
.is_recent_event #hero .comp-info {
	height: 235px;
}
	
.is_recent_event.is_not_event_front_page #hero {
	height: 204px;
}

.is_recent_event.is_not_event_front_page #hero .comp-info {
	height: 134px;
}

.is_recent_event.is_not_event_front_page #hero .comp-logo img {
	height: 140px;
	margin-top:25px;
}

.is_recent_event #hero .comp-logo img {
	max-height: 210px;
	max-width:210px;
	margin-top:25px;
}
			
.is_not_event_front_page #hero {
	height: 161px;
}

.is_historic_event #hero {
	height: 276px;
	padding-top: 21px;
}

.is_historic_event #hero .comp-info {
	height: 198px;
}
	
.is_historic_event.is_not_event_front_page #hero .comp-info {
	height: 134px;
}
			
.is_historic_event.is_not_event_front_page #hero .comp-logo img {
	height: 140px;
}
	
.is_historic_event #hero .comp-logo img {
	height: 210px;
	margin-top:25px;
}

.is_future_event.is_event_front_page #hero .comp-info{
	height: 214px;
	margin-top: 21px;
}

.is_not_event_front_page.is_historic_event #hero {
	 height: 204px;
}

.is_not_event_front_page .comp-info {
	padding: 25px 25px;
}
			
.is_not_event_front_page .comp-info-header {
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 10px;
}*/

/*#hero .comp-info {
	background: #fff;
	color: #4a555b;
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding: 30px 25px;
	text-transform: uppercase;
	width: 400px;
}*/
	
/*#hero .logo {
	display: inline-block;
	height: auto;
	margin-left: 20px;
	margin-top: 20px;
	max-height: 300px;
	max-width: 300px;
	width: auto;
}*/

/*#push_back {
	background: rgba(1, 126, 255, 0.8);
	height: 60px;
	left: 0;
	margin-bottom: -64px;
	padding-top: 4px;
	position: relative;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 10;
}*/

#push_back {
	background: #017EFF;
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
}

#push_back h2 {
	color: #FFF;
	font-size: 36px;
	font-weight: normal;
	line-height: 58px;
	margin-bottom: 0;
}

#push_back ul {
	font-size: 0;
	list-style: none;
	margin-bottom: 0;
}

#push_back li {
	color: #004e99;
	display: inline-block;
	font-size: 20px;
	margin-left: 0;
	margin-right: 30px;
}

#push_back li.days {
	color: #fff;
}

#push_back li:last-child {
	margin-right: 0;
}

#push_back span {
	font-size: 40px;
	font-weight: bold;
	vertical-align: middle;
}

/********** competition menu **********/

#competition_menu {
	background: #000;
	border-bottom: 10px solid #fff;
	color: #fff;
}

#competition_menu .container_12 {
	position: relative;
}

#competition_menu .home {
	display: none;
	float: left;
	margin-left: 10px;
}

#competition_menu .menu_toggler {
	display: none;
	float: left;
}

#competition_menu .menu,
#competition_menu .menu ul {
	font-size: 0;
	list-style: none;
	margin-bottom: 0;
}

#competition_menu .menu li {
	display: inline-block;
	margin-left: 0;
	position: relative;
}

#competition_menu .menu li a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding: 10px 7px;
	text-transform: uppercase;
}

#competition_menu .menu li:hover a{
	background: #0085fe;
	color: #fff;
}

#competition_menu .menu li .active {
	background: #000;
	color: #0085fe;
}

#competition_menu .menu .has_sub_menu > a:after {
	color: #949396;
	content: "\2630";
	display: inline-block;
	font-size: 9px;
	margin-left: 5px;
	vertical-align: top;
}

#competition_menu .menu .has_sub_menu > .active:after {
	color: #0085fe;
}

#competition_menu .menu .has_sub_menu:hover > a:after{
	color:#fff;
}

#competition_menu .menu .has_sub_menu .sub_menu {
	background: #000;
	display: none;
	left: 0;
	min-width: 200px;
	position: absolute;
	top: 100%;
	z-index: 9999;
}

#competition_menu .menu .has_sub_menu:hover .sub_menu {
	display: block;
}

#competition_menu .menu .has_sub_menu .sub_menu li {
	display: block;
}

#competition_menu .menu .has_sub_menu .sub_menu li a {
	background-color: #000;
	color:#fff;
	display: block;
	font-weight: normal;
}

#competition_menu .menu .has_sub_menu .sub_menu li:hover a,
#competition_menu .menu .has_sub_menu .sub_menu li .active {
	background: #0085fe;
}

#competition_menu .menu .has_sub_menu .sub_menu .gender {
	border-bottom: 5px solid #0085FE;
	padding-top: 20px;
}

#competition_menu .menu .has_sub_menu .sub_menu .gender span {
	background: #0085FE;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px;
	text-transform: uppercase;
}

#competition_menu .menu .has_sub_menu .sub_menu .pool h3 {
	background: #333;
	font-size: 13px;
	margin-bottom: 0;
	padding: 10px 15px;
}

#competition_menu .menu .has_sub_menu .sub_menu .pool ul {
	overflow: hidden;
}

#competition_menu .menu .has_sub_menu .sub_menu .pool li {
	float: left;
	width: 50%;
}

#competition_menu .menu .has_sub_menu .sub_menu .pool:hover a,
#competition_menu .menu .has_sub_menu .sub_menu .pool .active {
	background: none;
}

#competition_menu .menu .has_sub_menu .sub_menu .pool ul li img {
	height: auto;
	margin-right: 5px;
	max-width: 30px;
}

#competition_menu .language_selector {
	position: relative;
	text-align: right;
}

#competition_menu .language_selector .toggler {
	border: 1px solid #4B565C;
	color: #fff;
	display: inline-block;
	height: 20px;
	margin-top: 5px;
	padding: 6px 14px;
}

#competition_menu .language_selector.active .toggler {
	background: #007eff;
	border-color: #007eff;
	height: 25px;
}

#competition_menu .language_selector .toggler:after {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #007eff;
	content: "";
	display: inline-block;
	height: 0;
	margin-left: 10px;
	vertical-align: middle;
	width: 0;	
}

#competition_menu .language_selector.active .toggler:after {
	border-bottom: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #1b54a2;
}

#competition_menu .language_selector form {
	background: #007EFF;
	display: none;
	padding-top: 8px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 100%;
	width: 150px;
	z-index: 9999;
}

#competition_menu .language_selector.active form {
	display: block;
}

#competition_menu .language_selector .language {
	background: #fff;
	color: #5C656A;
	padding: 8px 16px;
}

#competition_menu .language_selector .language:first-of-type {
	padding-top: 16px;
}

#competition_menu .language_selector .language:last-of-type {
	padding-bottom: 16px;
}

#competition_menu .language_selector label {
	cursor: pointer;
}

#competition_menu .language_selector img {
	height: auto;
	margin-right: 5px;
	max-width: 30px;
}

#competition_menu .language_selector input {
	display: none;
}

/********** header image **********/

#header_image {
	background-color: #e1e0e1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 205px;
}

/********** main content **********/

#main_content {
	padding: 30px 0;
}

#main_content h1,
#main_content h2,
#main_content h3,
#main_content h4,
#main_content h5,
#main_content h6 {
	color: #1285FC;
}

#main_content .breadcrumb {
	float: right;
	list-style: none;
	margin: 6px 0 0 6px;
	max-width: 50%;
}

#main_content .breadcrumb li {
	display: inline;
	font-size: 14px;
	margin-left: 0;
	text-transform: uppercase;
}

#main_content .breadcrumb li:after {
	content: "//";
	margin: 0 2px;
}

#main_content .breadcrumb li:last-child:after {
	content: none;
}

#main_content .breadcrumb .active {
	color: #1285FC;
}

#main_content .page_title {
    border-bottom: 1px solid #d7d7d7;
    font-size: 22px;
    font-weight: 300;
	overflow: hidden;
    padding-bottom: 15px;
    text-transform: uppercase;
}

#main_content .page_title .sponsor {
	display: inline-block;
	margin-right: 12px;
}

#main_content .page_title img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

#main_content .document_list {
	margin: 20px -10px;
}

#main_content .document_list table {
	border: 1px solid #cfcfcf;
	margin-bottom: 0;
	width: 100%;
}

#main_content .document_list th,
#main_content .document_list td {
	border: 1px solid #cfcfcf;
	padding: 10px;
}

#main_content .document_list th {
	background: #e1e0e1;
	font-weight: bold;
	text-transform: uppercase;
}

#main_content .document_list tr:nth-child(odd) td {
    background: #f0f0f0;
}

#main_content .document_list a {
	float: left;
	margin-right: 15px;
}

#main_content .children_list {
	margin-bottom: 20px;
	margin-left: -10px;
	margin-right: -10px;
}

#main_content .children_list .page {
	margin-bottom: 30px;
}

#main_content .children_list .thumbnail {
	background: #fff;
	border: 1px solid #D7D7D7;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}

#main_content .children_list .thumbnail img {
	height: auto;
	width: 100%;
}

#main_content .children_list h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
}

#main_content .children_list p {
	margin-bottom: 5px;
}

#main_content .children_list .more {
	font-weight: bold;
}

#main_content .children_list .more:before {
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid #007eff;
	border-top: 4px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	height: 0;
	margin-right: 5px;
	vertical-align: middle;
	width: 0;
}

#main_content .video_macro {
	margin-bottom: 20px;
	overflow: hidden;
}

#main_content .video_macro .thumbnail {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 148px;
	margin-right: 20px;
	width: 204px;
}

#main_content .video_macro .thumbnail .fa-play-circle-o {
	margin-left: 80px;
	margin-top: 48px;
	padding: 0;
}

#main_content .video_macro .social_media {
	display: none;
}

#main_content .video_macro h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
}

#main_content .video_macro p {
	margin-bottom: 0;
}

#main_content .body_text table,
#main_content .table {
 	border: 1px solid #cfcfcf;
	width: 100%;
}

#main_content .body_text th,
#main_content .body_text td,
#main_content .table th,
#main_content .table td {
 	border: 1px solid #cfcfcf;
	padding: 10px; 
}

#main_content .body_text th,
#main_content .table th {
 	background: #e1e1e1;
	font-weight: bold;
	text-transform: uppercase;
}

#main_content .body_text tr:nth-child(odd) td,
#main_content .table tr:nth-child(odd) td {
     background: #f0f0f0;
}

/********** latest stories **********/

#latest_stories {
	margin-bottom: 20px;
}

#latest_stories h3 {
	color: #4F555B;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 40px;
	text-transform: uppercase;
}

#latest_stories h3 em {
	color: #1285FC;
	font-style: normal;
}

#latest_stories ul {
	list-style: none;
	margin-bottom: 0;
}

#latest_stories li {
	margin-bottom: 25px;
	margin-left: 0;
}

#latest_stories li:last-child {
	margin-bottom: 0;
}

#latest_stories .news_article h4 {
	color: #1E65A3;
	font-weight: normal;
	margin-bottom: 10px;
}

#latest_stories .news_article .thumbnail {
	background-color: #CCC;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 150px;
	margin-bottom: 5px;
}

#latest_stories .news_article .more {
	font-weight: bold;
}

#latest_stories .news_article .more:before {
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid #007eff;
	border-top: 4px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	height: 0;
	margin-right: 5px;
	vertical-align: middle;
	width: 0;
}

#latest_stories .news_article .date {
	float: right;
}

/********** side panels **********/

.side-panels {
	margin-bottom: 40px;
}

.side-panels-title {
	color: #4F555B !important;
	font-size: 22px;
    font-weight: 300 !important;
	margin-bottom: 30px;
	text-transform: uppercase !important;
}

.side-panels-title span {
	color: #1285FC;
}

.side-panels-list {
	list-style: none;
	margin-bottom: 0 !important;
}

.side-panel {
	border-bottom: 1px solid #cfcfcf;
	margin-left: 0;
	margin-bottom: 30px !important;
	padding-bottom: 30px;
}

	.side-panel:last-child {
		border-width: 0;
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}

.side-panel-image {
	display: block;
	height: auto;
	margin-bottom: 20px;
	max-width: 100%;
}

.side-panel-title {
	font-size: 15px;
    font-weight: normal;
	margin-bottom: 0;
}

.side-panel-copy p {
	margin-bottom: 0;
}

.side-panel-copy p + p {
	margin-top: 5px;
}

.side-panel-link {
	font-weight: bold;
}

.side-panel-link:before {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #0085FE;
    border-top: 4px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 5px;
    vertical-align: middle;
    width: 0;
}

/********** banner ads **********/

#banners {
	background: #e1e0e1;
	text-align: center;
}

#banners .banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#banners .group {
	position: relative;
}

#banners img {
	height: auto;
	max-width: 100%;
}

#banners .prev,
#banners .next {
	background-repeat: no-repeat;
	height: 80px;
	position: absolute;
	text-indent: -9999px;
	top: 90px;
	width: 54px;
	z-index: 9999;
}

#banners .prev {
	background-image: url("/images/banner-ads-prev.png");
	left: -74px;
}

#banners .next {
	background-image: url("/images/banner-ads-next.png");
	right: -74px;
}

/********** sponsors **********/

#sponsors {
	font-size: 0;
	text-align: center;
}

#sponsors a {
	display: inline-block;
	font-size: 13px;
	height: 80px;
	vertical-align: top;
}

#sponsors img {
	max-height: 100%;
	width: auto;
}

#sponsors a[href="http://www.heromotocorp.com/en-in/"], [href="https://odishatourism.gov.in/"]
{
	margin-left: 100px;
}

/********** recommended **********/

#recommended {
	background: #eee;
	padding-bottom: 25px;
}

#recommended h4 {
	color: #007dff;
	font-weight: normal;
	margin-bottom: 25px;
	text-transform: uppercase;
}

#recommended h4 .h_block {
	background: #fff;
	display: inline-block;
	padding: 8px 12px;
	font-weight: 300;
	font-size: 22px;
}

#recommended h4 .sponsor {
	display: inline-block;
	margin-right: 12px;
}

#recommended h4 img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

#recommended .video,
#recommended .photo {
	display: block;
}

#recommended .video .thumbnail,
#recommended .photo .thumbnail {
	background-color: #ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 125px;
}

.thumbnail .fa-camera{
	font-size:20px;
	float:right;
	padding:7px 7px 0 0;
	color:#fff;
	opacity:0.7;
}

.thumbnail .fa-youtube{
	font-size:20px;
	float:right;
	padding:7px 7px 0 0;
	color:#fff;
	opacity:0.7;
}

.caption{
	font-weight:normal !important;
}

.thumbnail .fa-play-circle-o{
	font-size:50px;
	float:left;
	padding: 43px 0 0 90px;
	color:#fff;
	opacity:0.7;
}

#recommended .video .caption,
#recommended .photo .caption {
	background: #000;
	color: #0085fe;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	padding: 5px 10px;
	text-transform: uppercase;
}

#recommended .news_article {
	border-left: 1px solid #D7D7D7;
	height: 165px;
	padding-left: 20px;
	padding-top: 1px;
}

#recommended .news_article h5 {
	color: #007eFF;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: normal;
	height: 153px;
	margin-top: -8px;
}

#recommended .news_article p {
	color: #013B86;
}

#recommended .news_article .more a {
	font-weight: bold;
}

#recommended .news_article .more a:before{
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid #007eFF;
	border-top: 4px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	height: 0;
	vertical-align: middle;
	width: 0;
	padding-right:5px;
}

#recommended .news_article > :last-child {
	margin-bottom: 0;
}

#recommended .social_media {
	display: none;
}

/********** social wall **********/

#social_wall {
	background: #e1e0e1;
	padding-bottom: 30px;
}

#social_wall h4 {
	font-weight: normal;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#social_wall h4 .h_block {
	background: #fff;
	display: inline-block;
	padding: 8px 12px;
	font-size: 22px;
}

#social_wall h4 em {
	color: #007eFF;
	font-style: normal;
	font-weight: 300;
}

#social_wall h4 .sponsor {
	display: inline-block;
	margin-right: 12px;
}

#social_wall h4 img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

#social_wall .posts {
	clear: both;
	margin-bottom: 15px;
}

#social_wall .post {
	display: none;
	margin-bottom: 5px;
}

#social_wall .post:last-child {
	margin-bottom: 0;
}

#social_wall .post .thumbnail {
	background-color: #ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 175px;
}

#social_wall .post .content {
	background: #fff;
	padding: 10px;
}

#social_wall .post .text {
	color: #939295;
	margin-bottom: 10px;
	word-break: break-word;
	-ms-word-break:break-all;
}

#social_wall .post .text a {
	color: #007eFF;
}

#social_wall .post .text img {
	height: auto;
	max-width: 100%;
}

#social_wall .post .date:before {
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	margin-right: 10px;
	vertical-align: bottom;
}

#social_wall .instagram_posts .post .date:before {
	background-image: url("/images/sw-instagram-icon.png");
	height: 19px;
	width: 19px;
}

#social_wall .twitter_posts .post .date:before {
	background-image: url("/images/sw-twitter-icon.png");
	height: 19px;
	width: 22px;
}

#social_wall .facebook_posts .post .date:before {
	background-image: url("/images/sw-facebook-icon.png");
	height: 20px;
	width: 10px;
}

#social_wall .loading {
	background: #fff url("/images/loading.gif") no-repeat center;
	height: 45px;
}

#social_wall .load_more {
	background: #fff;
	display: none;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
}

/********** big footer **********/

#big_footer {
	background: #000;
	color: #939395;
	padding: 40px 0 30px;
}

#big_footer a {
	color: #939395;
}

#big_footer h6 {
	color: #d6d6d6;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
}

#big_footer .grid_3 {
	border-left: 1px solid #5D696E;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 380px;
	padding-left: 20px;
}

#big_footer .grid_3:first-child {
	border-left: 0;
	padding-left: 0;
}

#big_footer .group {
	margin-bottom: 20px;
}

#big_footer .group:last-child {
	margin-bottom: 0;
}

#big_footer .group > :last-child {
	margin-bottom: 0;
}

#big_footer .menu ul {
	list-style: none;
}

#big_footer .menu li {
	background: url("/images/footer-bullet.png") no-repeat 0 4px;
	margin-left: 0;
	padding-left: 10px;
}

#big_footer .newsletter h6 {
	margin-bottom: 10px;
}

#big_footer .newsletter .form {
	margin-bottom: 10px;
}

#big_footer .newsletter input[type="email"] {
    background: none repeat scroll 0 0 #494949;
    border: 0 none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0 8px;
    width: 78%;
}

#big_footer .newsletter input[type="submit"] {
	background: #007eFF;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 22%;
}

#big_footer .social h6 {
	margin-bottom: 10px;
}

#big_footer .social ul {
	list-style: none;
	overflow: hidden;
}

#big_footer .social li {
	float: left;
	margin-left: 0;
	margin-right: 25px;
}

#big_footer .social li:last-child {
	margin-right: 0;
}

#big_footer .social a {
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	text-indent: -9999px;
	width: 27px;
}

#big_footer .social a.facebook {
	background-image: url("/images/footer-facebook-icon.png");
	width: 13px;
}

#big_footer .social a.twitter {
	background-image: url("/images/footer-twitter-icon.png");
}

#big_footer .social a.instagram {
	background-image: url("/images/footer-instagram-icon.png");
}

#big_footer .social a.youtube {
	background-image: url("/images/footer-youtube-icon.png");
}

#big_footer .address address {
	font-style: normal;
}

/********** small footer **********/

#small_footer {
    background: none repeat scroll 0 0 #494949;
    color: #939395;
    padding: 15px 0;
}

#small_footer a {
	color: #939395;
}

#small_footer .site_links {
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	margin-bottom: 0;
	text-transform: uppercase;
}

#small_footer .site_links li {
	display: inline;
	margin-left: 15px;
}

#small_footer .site_links li:first-child {
	margin-left: 0;
}

#small_footer .copyright {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

/********** colorbox **********/

#colorbox .caption {
	margin-top: 5px;
}

#colorbox .social_media {
	display: block;
	font-size: 0;
}

#colorbox .social_media a {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}

#colorbox .social_media a + a {
	margin-left: 5px;
}

#colorbox .social_media iframe {
	display: inline-block;
	height: 27px !important;
	margin-left: 5px;
	vertical-align: middle;
}

.fa-youtube,
.fa-play-circle-o{
	opacity:0.7;
}

/********** whats app **********/

.wa_btn {
	min-height: 27px;
	min-width: 27px;
}

/********** media queries **********/

@media only screen and (max-width: 479px) {
	
	/*.is_not_event_front_page #hero {
		height: 160px;
		background-position: -90px center;
	}
		
	.is_future_event.is_event_front_page #hero .comp-info {
		height:107px;
		margin-top:0;	
	}
	
	.is_future_event #hero {
		margin-top:64px;
	}
	
	.is_not_event_front_page.is_future_event #hero {
		height: 140px;
		padding-top:20px;
	}*/
	
	/********** base **********/
	
	.table_container {
		overflow: auto;
	}
	
	.table_container > * {
		width: 250% !important;
	}
	
	/********** main menu **********/

	#main_menu .logo {
		margin-right: 110px;
		margin-top: 9px
	}

	#main_menu .logo img {
		max-height: 22px;
		width: auto;
	}

	#main_menu .home {
		display: block;
	}
	
	#main_menu .menu_toggler {
		display: block;
	}
	
	#main_menu .menu {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 100%;
		width: 300px;
	}
	
	#main_menu .menu li {
		display: block;
	}
	
	#main_menu .menu li a {
		background: url("/images/footer-expand.png") no-repeat right 20px center;
		display: block;
	}
	
	#main_menu .menu li:hover a {
		background: url("/images/footer-expand.png") no-repeat right 20px center;
	}
	
	#main_menu .menu li .active {
		background: url("/images/footer-expand.png") no-repeat right 20px center;
	}
	
	#main_menu .menu li a.open {
		background-image: url("/images/footer-contract.png");
	}
	
	#main_menu .menu .has_sub_menu > a:after {
		content: none;
	}
	
	#main_menu .menu .has_sub_menu .sub_menu {
		border-bottom: 0;
		padding: 0;
		position: static;
	}
	
	#main_menu .menu .has_sub_menu:hover .sub_menu {
		display: none;
	}
	
	#main_menu .menu .has_sub_menu .sub_menu li {
		border-right: 0;
		float: none;
		width: 100%;
	}
	
	#main_menu .follow {
		display: none;
	}
	
	#main_menu .search {
		margin-left: 0;
		margin-top: 0;
	}
	
	#main_menu .search .toggler,
	#main_menu .search.active .toggler{
		height: 40px;
	}
	
	#main_menu .search .form {
		padding-right: 8px;
		width: 300px;
	}
	
	#main_menu .search .form input[type="text"] {
		width: 164px;
	}

	#main_menu .grid_12 {
		width: 300px;
	}
	
	/********** hero **********/

	#header_image {
		height: 65px;
	}
	
	#hero {
		/*background-position: -320px center;*/
		height: 160px;
		padding: 20px 0;
	}
	
	#hero .comp-info {
		float: none;
		height: 130px;
		padding: 15px 10px;
		width: 300px;
	}

	#hero .comp-info-header {
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	
	#hero .comp-logo {
		display: none;
	}
	
	.is_not_event_front_page #hero {
		/*background-position: -430px center;*/
		height: 160px;
		padding: 20px 0;
	}
	
	.is_not_event_front_page #hero .comp-info {
		float: none;
		height: 130px;
		padding: 15px 10px;
		width: 300px;
	}

	.is_not_event_front_page #hero .comp-info-header {
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	
	.is_not_event_front_page #hero .comp-logo {
		display: none;
	}
	
	/*#push_back {
		text-align: center;
	}*/
	
	#push_back h2 {
		font-size: 26px;
	}
	
	#push_back ul {
		margin-bottom: 10px;
	}
	
	#push_back li {
		font-size: 18px;
	}
	
	#push_back span {
		font-size: 18px;
		vertical-align: baseline;
	}
	
	/********** competition menu **********/
	
	#competition_menu .home {
		display: block;
	}
	
	#competition_menu .menu_toggler {
		display: block;
	}
	
	#competition_menu .menu,
	#competition_menu .menu ul {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 100%;
		width: 300px;
		z-index: 1;
	}
	
	#competition_menu .menu li {
		display: block;
	}
	
	#competition_menu .menu li a {
		background: url("/images/footer-expand.png") no-repeat right 20px center;
		display: block;
	}
	
	#competition_menu .menu li:hover a {
		background: url("/images/footer-expand.png") no-repeat right 20px center;
	}
	
	#competition_menu .menu li .active {
		background: url("/images/footer-expand.png") no-repeat right 20px center;
	}
	
	#competition_menu .menu li a.open {
		background-image: url("/images/footer-contract.png");
	}
	
	#competition_menu .menu .has_sub_menu > a:after {
		content: none;
	}
	
	#competition_menu .menu .has_sub_menu .sub_menu {
		border-bottom: 0;
		padding: 0;
		position: static;
	}
	
	#competition_menu .menu .has_sub_menu:hover .sub_menu {
		display: none;
	}
	
	#competition_menu .menu .has_sub_menu .sub_menu li {
		border-right: 0;
		float: none;
		width: 100%;
	}
	
	#competition_menu .menu .has_sub_menu .sub_menu .pool ul {
		display: block;
		position: static;
	}
	
	#competition_menu .menu .has_sub_menu .sub_menu .pool a {
		background: none;
	}

	#competition_menu .language_selector {
		float: right;	
		width: auto;
	}
	
	#competition_menu .language_selector .toggler {
		margin-top: 0;
		padding: 9px 14px;
	}
	
	#competition_menu .language_selector.active .toggler {
		height: 20px;
		padding: 9px 14px;
	}
	
	/********** main content **********/
	
	#main_content .breadcrumb {
		float: none;
		margin: 0 0 30px;
		max-width: none;
	}
	
	#main_content .video_macro .thumbnail {
		display: block;
		float: none;
		height: 180px;
		margin: 0 0 20px;
		width: auto;
	}
	
	/********** banners **********/
	
	#banners {
		display: none;
	}
	
	/********** sponsors **********/
	
	#sponsors {
		padding-bottom: 30px;
	}
	
	#sponsors a {
		height: 45px;
	}

	/********** latest **********/

	#latest_stories {
		display:none;
	}
	
	/********** recommended **********/
	
	#recommended {
		display: none;
	}
	
	/********** social wall **********/
	
	#social_wall .posts {
		margin-bottom: 0;
	}
	
	#social_wall .post {
		margin-bottom: 10px;
	}
	
	/********** big footer **********/
	
	#big_footer .grid_3 {
		border-left: 0;
		margin-left: 20px;
		margin-right: 20px;
		min-height: 0;
		padding-left: 0;
		width: 280px;
	}
	
	#big_footer .group {
		margin-bottom: 0;
	}
	
	#big_footer .menu {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	#big_footer .menu h6 {
		background: url("/images/footer-expand.png") no-repeat right 20px center;
		border-bottom: 1px dotted #D6D6D6;
		border-top: 1px dotted #D6D6D6;
		cursor: pointer;
		margin-bottom: 0;
		margin-top: -1px;
		padding: 15px 20px;
	}
	
	#big_footer .menu h6.open {
		background-image: url("/images/footer-contract.png");
	}
	
	#big_footer .menu ul {
		display: none;
	}
	
	#big_footer .menu li {
		background: none;
		padding-left: 0;
	}
	
	#big_footer .menu li a {
		background: url("/images/footer-expand.png") no-repeat right 20px center;
		border-bottom: 1px dotted #D6D6D6;
		display: block;
		padding: 15px 20px;
	}
	
	#big_footer .newsletter {
		margin: 20px 0;
		text-align: center;
	}
	
	#big_footer .newsletter input[type="email"] {
		height: 40px;
	}
	
	#big_footer .newsletter input[type="submit"] {
		height: 40px;
	}
	
	#big_footer .social {
		margin: 20px 0;
		text-align: center;
	}
	
	#big_footer .social li {
		display: inline-block;
		float: none;
	}
	
	#big_footer .address {
		margin-top: 20px;
		text-align: center;
	}
	
	/********** small footer **********/
	
	#small_footer {
		padding: 10px 0;
	}
	
	#small_footer .grid_6 {
		margin-left: 20px;
		margin-right: 20px;
		width: 280px;
	}
	
	#small_footer .site_links {
		margin-bottom: 5px;
		text-align: center;
	}
	
	#small_footer .copyright {
		text-align: center;
	}
	
}

#photo_galleries .image {
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 148px;
}

#photo_galleries .thumbnail {
    margin-bottom: 20px;
}

#photo_galleries .hidden_thumbnail {
    display: none;
}

#photo_galleries .social_media {
    display: none;
}

#photo_galleries .view_gallery::before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #0085fe;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 5px;
    vertical-align: middle;
    width: 0;
}

#ticketbar
{
	background-color: #1c3b6a;
	margin-top: -140px;
}

#ticketbar .prev {
    background: url(/images/event-calendar-prev.png) no-repeat;
    float: left;
    height: 26px;
    margin-top: 56px;
    text-indent: -9999px;
    width: 18px;
	position: absolute;
    left: 0;
    z-index: 99999;
}

#ticketbar .next {
    background: url(/images/event-calendar-next.png) no-repeat;
    float: right;
    height: 26px;
    margin-top: 56px;
    text-indent: -9999px;
    width: 18px;
	position: absolute;
    right: 0;
    z-index: 99999;
}

#ticketbar .bannerleft_inner
{
	padding-left: 15px;
}

.ticketbar {
	margin:0 auto;
	height: 100px;
	padding: 0px 0px 30px 0px;
	margin-top: 0px;
	overflow: hidden;
	background-size: cover;
	position: relative;
}
.ticketbar h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0px;
}
.ticketbar p {
	color: #e4d2aa;
	margin-bottom: 15px;
}
.ticketbar .ticketbutton {
	text-transform: uppercase;
	padding: 9px 25px 9px 25px;
	font-weight: 600;
}
.main_menu .menu .has_sub_menu .sub_menu .ticketsmenuitem
{
	background-color: #f8ff01;
	color: #0081ff;
	background-image: url(/images/sub-menu-arrow-yellow.png);
}
.ticketbarwrap
{
    width: 100%;
}

#cookiebarwrap
{
	position: fixed;
    z-index: 100; 
    bottom: 0; 
    left: 0;
    width: 100%;
	background-color: #e8e8e8;
}

.cookiebar {
	margin:0 auto;
	height: 55px;
	padding: 0px 0px 30px 0px;
	margin-top: 0px;
	overflow: hidden;
	background-size: cover;
	position: relative;
}
.cookiebar h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1285FC;
	margin-top: 7px;
	margin-bottom: 3px;
}
.cookiebar p {
	color: #4f555b;
	margin-bottom: 15px;
}
.cookiebar .ticketbutton {
	text-transform: uppercase;
	padding: 9px 25px 9px 25px;
	font-weight: 600;
}
.cookiebar a
{
	color: #1285FC;
}
#cookiebar_left
{
	float: left;
}

#cookiebarclose
{
	position: absolute;
	right: 0px;
	margin-top: 7px;
}

.mobile_hide
{
	display: block;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	font-weight:bold;
}

.accactive, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accactive:after {
    content: "\2212";
}

.accpanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

@media only screen and (max-width: 479px)
{
	.ticketoverlay
	{
		display: none;	
	}
	.ticketbar p {
		display: none;
	}
	.ticketbar h1 {
		margin-bottom: 15px;
	}
	.mobile_hide
	{
		display: none;
	}
	.cookiebar {
		height: 150px;
	}
	#cookiebarclose
	{
		position: relative;
	}
	#cookiebarwrap
	{
		padding: 5px;
	}
}

.hsoqualified {
	color: #0C9FD0 !important;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
