/*
Colors:
Red: #ed3425
Lightgray: #cccccc;
Gray: #4e4e4e
Darkgray: #333333
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
		- Nice Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
	- Site Header
	- Site Navigation
		- Primary Navigation
		- Footer Navigation
	- Site Content
		- Article
		- Articles Filters
		- Article Entry
		- Video
	- Site Footer
	- Sidebars
	- MISC
		- Icons Set
		- Flyout Menu
	- Media Queries
		- max-width: 1220px - 1024px version
		- max-width: 1023px - 768px version
			- Flyout Menu
		- max-width: 767px - 320px version
*/

/*
HTML5 Reset
----------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
-------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
-------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
-------------------------------------- */

.mainbox:before,
.clearfix:before,
.nav-primary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.content-sidebar:before,
.wrap:before {
	content: " ";
	display: table;
}

.mainbox:after,
.clearfix:after,
.nav-primary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.content-sidebar:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
----------------------------------------------------------------------------- */

/* Typographical Elements
-------------------------------------- */


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #ffffff;
	color: #333333;
	font-family: 'Merriweather', Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: -20px;
}

body.custom-page {
	background-color: #f6f6fb;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
/*	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;*/
}

::-moz-selection {
	background-color: #025959;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #4e4e4e;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #E1177B;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before,
blockquote::after {
	color: #333333;
	font-size: 15px;
	line-height: 31px;
}

blockquote {
	margin: 16px 30px 16px 30px;
	text-align: left;
}

blockquote::before {
	color: #333333;
	content: "\201C";
	display: inline;
	font-size: 55px;
	font-weight: 700;
	height: 0;
	position: relative;
	top: 15px;
}

blockquote::after {
	color: #333333;
	content: "\201D";
	display: inline;
	font-size: 55px;
	font-weight: 700;
	height: 0;
	position: relative;
	top: 15px;
}

code {
	background-color: #333333;
	color: #dddddd;
}

cite {
	font-style: normal;
}

/* Headings
-------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat';
	color: #333333;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 32px;

}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px;
}

/* Objects
-------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
	/*height: auto !important;*/
}

/* Forms
-------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #b3b3b3;
	color: #7a7b7a;
	font-size: 13px;
	padding: 10px 10px;
}

input[type="checkbox"], input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #7a7b7a;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #7a7b7a;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 700;
	background-color: #E1177B;
	border: 1px solid #E1177B;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 11px 14px;
	width: auto;
}

.button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	color: #fff;
	background-color: #E64E9A;
	border-color: #E1177B;
}

.button {
	display: inline-block;
	line-height: 1.5;
	text-align: center;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button-disabled {
	-moz-opacity: 0.3;
	opacity: 0.3;
	background: #bfbfbf !important;
}

.form-field label,
.form-field label span {
	font-family: 'Montserrat';
	font-size: 14px;
}

.form-field {
	margin: 8px 0;
}

.button-block,.button-block-click,
.form-field .button,
.form-field button,
.form-field input[type="submit"],
.form-field input[type="button"],
.form-field input[type="reset"],
.form-field input,
.form-field select,
.form-field text {
	width: 100%;
}

.form-field input[type="checkbox"] {
	width: auto;
}

.form-field .button,
.form-field button,
.form-field input[type="submit"],
.form-field input[type="button"],
.form-field input[type="reset"] {
	margin-top: 10px;
}

.form-field .form-field-half {
	width: 49.5%;
	float: left;
	margin-right: 1%;
}

.form-field .form-field-half + .form-field-half {
	margin-right: 0;
}
.input-with-button{
	position: relative;
}

.input-with-button .button{
	position: absolute;
	right: 0;
	top: 0;
}
.input-with-button input[type="text"]{
	padding-right: 49px;
}

.input-with-button .search-button{
	background: transparent url("../images/btn-search-bg.png") no-repeat center center;
	width: 40px;
	height: 40px;
}

/* Tables
-------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* Nice Forms
-------------------------------------- */
.custom-label {
  display: inline-block;
  margin-right: .8em;
  cursor: pointer;
}
.custom-label.checked span {
	text-decoration: underline;
}
.custom-radio,
.custom-check {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -.15em; /* Adjust to for best fit */
	margin: 0 .4em 0 0;
	width: 24px;
	height: 25px;
	background: url(../images/sprites.png) -999em -999em no-repeat;
}





.custom-check { background-position: -1px -83px; }
.custom-radio { background-position: -1px -83px; }
.custom-check.focus { background-position: -1px -83px; }
.custom-radio.focus { background-position: -1px -83px; }
.custom-check.checked { background-position: -1px -133px; }
.custom-radio.checked { background-position: -1px -133px; }
.custom-check.checked.focus { background-position: -1px -133px; }
.custom-radio.checked.focus { background-position: -1px -133px; }

.form-field .dk_toggle {
	width: 100% !important;
}

/*
Structure and Layout
----------------------------------------------------------------------------- */

/* Column Widths and Positions
-------------------------------------- */

.content {
	float: left;
	width: 875px;
}

.full-width-content .content {
	width: 100%;
}

.sidebar-content .content {
	float: right;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 325px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-content,
.content-sidebar {
/*	margin-bottom: 20px;*/
}

.content-sidebar {
	background-image: url(../images/content-sidebar-bg.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

/* Column Classes
-------------------------------------- */

/* simple grid */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Bootstrap */
.row-fluid {
	width: 100%;
}
.row-fluid:before, .row-fluid:after {
	content: "";
	display: table;
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	-moz-box-sizing: border-box;
	display: block;
	float: left;
	margin-left: 2.5641%;
	min-height: 30px;
	width: 100%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.5641%;
}
.row-fluid .span12 {
	width: 100%;
}
.row-fluid .span11 {
	width: 91.453%;
}
.row-fluid .span10 {
	width: 82.906%;
}
.row-fluid .span9 {
	width: 74.359%;
}
.row-fluid .span8 {
	width: 65.812%;
}
.row-fluid .span7 {
	width: 57.265%;
}
.row-fluid .span6 {
	width: 48.7179%;
}
.row-fluid .span5 {
	width: 40.1709%;
}
.row-fluid .span4 {
	width: 31.6239%;
}
.row-fluid .span3 {
	width: 23.0769%;
}
.row-fluid .span2 {
	width: 14.5299%;
}
.row-fluid .span1 {
	width: 5.98291%;
}
.row-fluid .offset12 {
	margin-left: 105.128%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.564%;
}
.row-fluid .offset11 {
	margin-left: 96.5812%;
}
.row-fluid .offset11:first-child {
	margin-left: 94.0171%;
}
.row-fluid .offset10 {
	margin-left: 88.0342%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.4701%;
}
.row-fluid .offset9 {
	margin-left: 79.4872%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.9231%;
}
.row-fluid .offset8 {
	margin-left: 70.9402%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.3761%;
}
.row-fluid .offset7 {
	margin-left: 62.3932%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.8291%;
}
.row-fluid .offset6 {
	margin-left: 53.8462%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.2821%;
}
.row-fluid .offset5 {
	margin-left: 45.2991%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.735%;
}
.row-fluid .offset4 {
	margin-left: 36.7521%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.188%;
}
.row-fluid .offset3 {
	margin-left: 28.2051%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.641%;
}
.row-fluid .offset2 {
	margin-left: 19.6581%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.094%;
}
.row-fluid .offset1 {
	margin-left: 11.1111%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.54701%;
}

/*
Common Classes
----------------------------------------------------------------------------- */
.clear{
	clear: both;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.white-wrap {
	background-color: #fff;
	border-top: 1px solid #c9d1db;
	border-bottom: 1px solid #c9d1db;
	padding-top: 40px;
}

.single-business .white-wrap {
	border-top: none;
	border-bottom: none;
	padding-top: 30px;
}

/*
Site Containers
----------------------------------------------------------------------------- */

.site-container {
	min-width: 1200px;
	/*background: #f6f6fb;*/
}

/*
Site Header
----------------------------------------------------------------------------- */

.site-header {
	min-height: 112px;
}

/* Rotator */
.header-rotator {
	height: 515px;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
}

.header-rotator .rotator-helper {
	width: 1500px;
	height: 515px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -750px;
	z-index: 8;
}

.header-rotator .rotator-item {
	width: 1500px;
	height: 515px;
}

.header-rotator .rotator-item img {
	position: absolute;
/*	left: 0;
	top: 0;*/
	width: 100%;
}

.header-rotator .rotator-item .wrap {
	position: relative;
}

.rotator-item .rotator-caption {
	font-family: 'Montserrat';
	background: rgba(0, 0, 0, .45);
	color: #fff;
	width: 540px;
	min-height: 290px;
	position: absolute;
	top: 155px;
	left: 50px;

	padding: 70px 55px 50px;
}

.rotator-item .rotator-caption h2,
.rotator-item .rotator-caption p,
.rotator-item .rotator-caption a {
	color: inherit;
}

.rotator-item .rotator-caption h2 {
	font-size: 40px;
	margin-bottom: 9px;
}

.rotator-item .rotator-caption p {
	font-family: 'Merriweather';
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.rotator-item .rotator-caption cite {
	position: absolute;
	top: 24px;
	left: -4px;
	background-color: #E1177B;
	line-height: 36px;
	min-width: 135px;
	padding: 0 20px;
	font-weight: 700;
}

.rotator-item .rotator-caption a.more {
	font-size: 14px;
	font-weight: 700;
}

.rotator-item .rotator-caption a.more:hover {
	text-decoration: underline;
}

.rotator-item .rotator-big-caption {
	color: #fff;
	font-family: 'Montserrat';
	font-size: 65px;
	line-height: 1;
	font-weight: 700;
	position: absolute;
	display: table;
	width: 76%;
	margin: 0 12%;
	height: 515px;
}

.rotator-item .rotator-big-caption-inner {
	width: 100%;
	height: 515px;
	padding-top: 28px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.header-rotator .rotator-nav {
	position: relative;
	z-index: 9;
}

.rotator-nav .prev,
.rotator-nav .next {
	width: 17px;
	height: 30px;
	background: url(../images/sprites.png) no-repeat -999em -999em;
	position: absolute;
	top: 260px;
	cursor: pointer;
}


.rotator-nav .prev {
	left: 20px;
	background-position: -164px 0;
}

.rotator-nav .next {
	right: 20px;
	background-position: -180px 0;
}

.header-rotator .rotator-pager {
	position: absolute;
	z-index: 10;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
}

.rotator-pager span {
	background: url(../images/sprites.png) no-repeat -24px -30px;
	display: inline-block;
	text-indent: -9999em;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	cursor: pointer;
}

.rotator-pager span.cycle-pager-active {
	background-position: -37px -30px;
}

/*
Site Navigation
----------------------------------------------------------------------------- */
.admin-bar .site-navigation {
	top: 32px;
}
.site-navigation {
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	z-index: 89;
}

.site-navigation .helper {
	background: #E1177B;
	height: 112px;
	padding: 12px 25px;
	margin: 0 20px;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	/*margin-right: 40px;*/
	float: left;
}
.logo img {
	margin-left: -25px;
    margin-top: -12px;
    max-width: none;
}
.site-navigation .socials {
	display: inline-block;
	float: right;
	margin-top: 0px;
}

.site-navigation .socials li {
	list-style-type: none;
	display: inline-block;
}

/* Primary Navigation
-------------------------------------- */

.primary-nav {
	font-family: 'Montserrat';
	display: inline-block;
	clear: right;
	float: right;
	padding-top: 38px;
}

.primary-nav ul {
	display: inline-block;
}

.primary-nav ul li {
	display: inline-block;
	margin-left: 25px;
}

.primary-nav ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
}

.primary-nav ul li.active > a,
.primary-nav ul li.current-menu-item > a,
.primary-nav ul li.current-menu-ancestor > a,
.primary-nav ul li.current_page_item > a,
.primary-nav ul li.menu-item-parent > a,
.primary-nav ul li a:hover {
	border-bottom: 1px solid #ffffff;
}

.primary-nav ul ul {
	display: none;
	position: absolute;

	-webkit-transition: 0.35s ease;
	   -moz-transition: 0.35s ease;
			transition: 0.35s ease;
}

/*.primary-nav li:hover > ul {
	display: block;
}*/

.primary-nav .icon-x {
	display: none;
}

.toggle-nav {
	float: right;
	margin-top: 7px;
	margin-left: 15px;
	cursor: pointer;
}

/* Secondary Navigation
-------------------------------------- */
.secondary-nav {
	font-family: 'Montserrat';
	display: inline-block;
	padding-top: 20px;
	background: #282229;
}

.secondary-nav ul {
	display: inline-block;
}

.secondary-nav ul li {
	display: inline-block;
	margin-right: 25px;
}

.secondary-nav ul li a {
	color: #ffffff;
	text-transform: none;
	font-weight: normal;
}

/* Footer Navigation
-------------------------------------- */

/*
Site Content
----------------------------------------------------------------------------- */

.site-inner {

}

.content {
	background-color: #f6f6fb;
	padding: 45px 56px 50px 45px;
}
.business .content {
	padding-bottom: 0;
}

.full-width-content .content {
	background-color: transparent;
	padding: 0 45px 45px;
}

.page-single .content-sidebar .content {
	padding-right: 65px;
}

.mainbox {
	margin-bottom: 30px;
}

.mainbox-header {

}

.mainbox-title {
	font-size: 36px;
	color: #4d4d4d;
	margin: 0 0 23px 0;
}

h3.mainbox-title {
	font-size: 32px;
}

.mainbox-footer {
	padding: 15px 0 0 0;
	text-align: right;
}

.mainbox-footer a {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 12px;
	color: #7a7b7a;
}

.mainbox-footer a:hover {
	text-decoration: underline;
}

.articles-list + .mainbox-footer {
	padding-top: 0;
	top: -14px;
	position: relative;
}

.articles-list + .mainbox-footer a {
	font-size: 14px;
}

.event .articles-list + .mainbox-footer {
	margin-bottom: 20px;
}

/* Article
-------------------------------------- */

.articles {
	margin-right: -37px;
}

.articles-wrap {
	position: relative;
}

.articles-wrap .prev,
.articles-wrap .next {
	background: url(../images/sprites.png) no-repeat -999em -999em;
	width: 11px;
	height: 20px;
	position: absolute;
	top: -50px;
	text-indent: -9999em;
	cursor: pointer;
}

.articles-wrap .prev {
	background-position: -1px -28px;
	right: 40px;
}

.articles-wrap .next {
	background-position: -12px -28px;
	right: 0;
}

.articles-group {
	width: 815px;
	padding-left: 5px;
}

.article {
	position: relative;
}
.explorer_news .article {
    float: left;
    width: 246px;
    height: 246px;
    margin-right: 22px;
}
.articles .article {
	float: left;
	width: 368px;
	height: 320px;
	margin-right: 37px;
}

.page-whats-the-story .articles .article,
.page-watch .articles .article , .category .articles .article{
	margin-bottom: 37px;
}

.article .thumbnail {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
/*	text-align: right;*/
}

.article .thumbnail img {
	float: left;
	max-height: 100%;
	width: auto;
	max-width: none;
}

.article cite {
	position: absolute;
	top: 24px;
	left: -4px;
	background-color: #E1177B;
	color: #fff;
	line-height: 36px;
	padding: 0 13px;
	font-family: Montserrat;
	font-weight: 700;
	z-index: 14;
	text-transform: uppercase;
}
.explorer_news h1 {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
}
.festival-page .article-content,
.explorer_news .article-content {
    margin-left: -111px;
    margin-top: -111px;
    width: 220px;
    height: 220px;
}
.explorer_news .explorer_link {
    position: absolute;
    bottom: 20px;
    left: 33%;
    color: #E1177B;
    font-size: 12px;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 300;
}
.festival-page .article-content .helper,
.explorer_news .article-content .helper {
    height: 220px;
}
.festival-page .thumbnail{
	height: 245px;
}
.explorer_news .article-content .helper h3 {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
}
.festival-page {
    margin-bottom: 18px;
    position: relative;
}
.festival-page .link_best_city,
.festival-page .article-content h5 {
    font-size: 12px;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
}
.festival-page .link_best_city {
	color: #df217b;
}
.festival-page .link_best_city :hover{
	color: #ffffff;
}
.page-template-page-fashion-schedule-php .article-content h3,
.festival-page .article-content h3  {
    font-size: 32px;
}
.page-videos-galleries .content .articles .article{
	margin-bottom: 34px;
}

.article-content {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -130px;
	margin-top: -130px;
	width: 260px;
	height: 260px;
	background-color: rgba(0, 0, 0, .4);
	color: #fff;
	display: table;
	text-align: center;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

.article:hover .article-content,
.article-content:hover {
	/*background-color: rgba(237, 52, 37, .75);*/
	background-color: rgba(225, 23, 123, .75);
}
.festival-page:hover  .link_best_city {
	color: #ffffff;
}

.article-content h3, .article-content h5, .article-content a {
	color: inherit;
	padding: 0 10px;
	display: block;
}

.article-content h5 {
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: 700;
	font-size: 12px;
	margin: 0 0 8px;
}

.article-content h3 {
	font-family: 'Montserrat';
	font-size: 21px;
	margin: 0 0 4px;
	text-transform: uppercase;
}
.article-content p{
	margin-bottom: 0;
}

.article-content a.loc {
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 700;
}

.article-content .helper {
	display: table-cell;
	height: 260px;
	vertical-align: middle;
	text-align: center;
}

/* articles list */
.articles-list {
	margin-right: -34px;
}

.articles-list .article {
	width: 347px;
	height: 320px;
	margin: 0 34px 34px 0;
}

.schedule-content .articles .article {
	margin-bottom: 37px;
}


.articles-list-more-placeholder {
	height: 85px;
}

.business .articles-list-more-placeholder {
	height: 100px;
}

.articles-list-more-bg {
	background: #e2e5ea;
	position: absolute;
	left: 0;
	right: 0;
	height: 130px;
	margin-top: -130px;
	padding: 43px 0 0 0;
}

.content .articles-list-more-bg {
	margin-top: -85px;
}

.articles-list-more {
	background: #e2e5ea;
	width: 94%;
}

.articles-list-more .content {
	padding-bottom: 0;
	padding: 0 190px 0;
}
.schedule-content .articles-list-more .content {
	padding: 0;
}

.articles-list-more .button {
	padding-top: 11px;
	padding-bottom: 11px;
}
.articles-list-more .button.loading{
	background: url("../images/ajax-loader.gif") no-repeat scroll 50% 50% #f15060;
	text-indent: -9999px;
}

.mainbox-related-articles .articles-list {
	margin-right: -70px;
}

.mainbox-related-articles .articles-list .article {
	margin-right: 70px;
}

/* Articles Filters
-------------------------------------- */

.articles-filters {
	background-color: #fff;
	padding: 25px 50px 28px;
	margin: 0 0 33px;
}

.filter-intro {
	width: 215px;
	float: left;
	padding: 0 50px 0 0;
}

.filter-intro h2 {
	font-size: 57px;
	text-align: center;
	margin: 0 0 10px 0;
}

.filter-intro h4 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 35px;
}

.filter-intro p {
	margin: 0;
}


.filter-form {
	/*overflow: hidden;*/
	width: 795px;
	float: right;
}
.whats-on .filter-form {
	width: 248px;
}

.filter-form input[type="submit"] {
	/*width: 248px;*/
}

.filter-category {
	float: right;
	width: 490px;
	margin-left: 57px;
}

.filter-category h5 {
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom: 10px;
}

.filter-category ul {
	list-style-type: none;

	-webkit-column-count: 2;
	   -moz-column-count: 2;
			column-count: 2;

	-webkit-column-gap: 26px;
	   -moz-column-gap: 26px;
			column-gap: 26px;

}

.filter-category .column {
	padding-right: 20px;
}

.filter-category ul li {
	list-style-type: none;
	border-bottom: 1px solid #b3b3b3;
	padding: 8px 0 5px 0;
	overflow: hidden;
}
.filter-category ul li:hover {
	border-bottom-color: #E1177B;
}

.filter-category ul li a {

}

.filter-category ul li.active {
	border-bottom-color: #E1177B;
}

.filter-category ul li.active a, .filter-category ul li a:hover {
	color: #E1177B;
}

/* Article Entry
-------------------------------------- */

.entry {

}

.entry h1 {
	margin-bottom: 4px;
}

.entry-meta {
	color: #808080;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 20px;
    position: relative;
    padding-top: 10px;
}

.entry-meta a, .entry-content a {
	text-decoration: underline;
}

.entry-content a {
	color: #e1177b;
	text-decoration: none;
}

.entry-content h6 {
	margin: 30px 0 3px;
}

.entry-content p {
	line-height: 1.77;
	clear: both;
}

.entry-content img {
	height: auto;
}

.map {
	font-size: 10px;
	margin: 40px 0 40px;
}

.map img {
  height: auto;
  margin-bottom: 5px;
  max-width: none;
}

.map p {
	margin: 0;
	font-style: italic;
}

.map a {
	text-decoration: underline;
}

.map p.pull-left a {
	margin-left: 5px;
}

.map .icon {
	vertical-align: top;
}

.sharebar {
	background: #E2E5EA;
	font-size: 14px;
	font-family: 'Montserrat';
	line-height: 16px;
	padding: 15px 23px;
	margin: 0 0 30px 0;
}

.sharebar span {
	float: left;
}

.sharebar .share-socials {
	float: right;
	height: 46px;
	line-height: 46px;
	margin: -15px -23px -15px 0;
}

.sharebar .share-socials a {
	float: left;
	display: block;
	width: 46px;
	height: 46px;
	text-align: center;
}

.sharebar .share-socials .icon {
	vertical-align: top;
	margin-top: 15px;
}

.sharebar .share-socials a.fb:hover {
	background-color: #4d68b1;
}

.sharebar .share-socials a.tw:hover {
	background-color: #2caae2;
}

.sharebar .share-socials a.gp:hover {
	background-color: #c1282d;
}

.sharebar .share-socials a.pt:hover {
	background-color: #e12726;
}

.sharebar .share-socials a:hover .icon-fb-sm {
	background-position: -101px -54px;
}

.sharebar .share-socials a:hover .icon-tw-sm {
	background-position: -84px -54px;
}

.sharebar .share-socials a:hover .icon-gp-sm {
	background-position: -67px -54px;
}

.sharebar .share-socials a:hover .icon-pt-sm {
	background-position: -50px -54px;
}

/* Video
-------------------------------------- */

.video-wrapper {
	background-color: #ffffff;
	height: 230px;
}

.video-wrapper .video-content {
	float: left;
    width: 365px;

}

.video-wrapper .video-content iframe {
	/*max-height: 230px;*/

}

.video-wrapper .video-title {
	overflow: hidden;
	text-align: center;
}

.video-wrapper .video-title .helper {
	padding: 15px 0 0 0;
	display: inline-block;
}

.video-wrapper .video-title h3 {
	background-color: #E1177B;
	width: 202px;
	height: 202px;
	font-size: 22px;
	color: #fff;

	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

/* Sidebar */
.sidebar-primary ul li a {
	color: #7A7B7A;
}
.sidebar-primary ul li a:hover {
	color: #ED3425;
}

.sidebar-primary .widget-twitter-feeds ul li a {
	text-decoration: underline;
}
.sidebar-primary .widget-twitter-feeds ul li a:hover {
	color: #df217b;
}

/*
Site Footer
----------------------------------------------------------------------------- */

.site-footer {
	font-family: 'Montserrat';
	font-size: 12px;
	background-color: #333333;
	color: #cccccc;
	padding: 20px 0 0;
	height: 172px;
	/*overflow: hidden;*/
}

.site-footer .logo-footer {
	vertical-align: top;
	display: inline-block;
	margin: 0 20px 0 45px;
	float: left;
}

.site-info {
	display: inline-block;
	padding: 20px 0 0 0;
	float: left;
	width: 300px;
}

.site-info .copyright {
	margin: 0;
}

.site-info .copyright em {
	font-style: normal;
	color: #fff;
}

.site-info a {
	color: #fff;
}

.site-info a:hover {
	color: #E1177B;
}

.site-info ul {
	list-style-type: none;
	display: inline-block;
}

.site-info ul li {
	list-style-type: none;
	display: inline-block;
}

.site-info ul.footer-nav li:after {
	content: " | ";
	color: #736357;
	margin: 0 5px;
}

.site-info ul li a {
	font-size: 11px;
}

.site-info .powered {
	font-size: 11px;
	display: inline-block;
	margin: 0;
}

.site-info .socials {
	display: block;
	margin: 18px 0 0 0;
}

.networks {
	  font-size: 12px;
    float: right;
    padding: 40px 0 0 32px;
    margin-top: -20px;
    height: 172px;
}

.networks .uniquedublin {
	max-width: 62px;
}

.network-logos {
	margin-top: 15px;
	list-style-type: none;
}

.network-logos li {
	display: inline-block;
	list-style-type: none;
}

/*
Sidebars
----------------------------------------------------------------------------- */

.sidebar-primary {
	padding: 45px 40px;
}

.sidebar-secondary {
	padding: 0 40px 50px;
}

/* Widget
-------------------------------------- */

.widget {
	margin: 0 0 27px;
}

.sidebar-secondary .widget {
	border-top: 4px solid #f2f2f2;
	padding-top: 30px;
}

.widget-title {
	color: #4d4d4d;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
/*	letter-spacing: 2px;*/
	margin-bottom: 24px;
}

.widget-facebook {
	border-top: 0 !important;
	padding-top: 0 !important;
}

.widget-trending .widget-title {
	margin-bottom: 12px;
}
.widget-trending .form-field {
	margin: 0;
}

.widget-details .widget-title {
	margin-bottom: 12px;
}
.widget-festival .thumbnail img{
	width: 245px;
	height: auto;
}
.widget-twitter-feeds .twitter-icon{
	margin-top: -1px;
}
.widget-twitter-feeds{
	font-family: "Merriweather";
}
.widget-twitter-feeds .widget-header a{
	text-decoration: underline;
	font-weight: normal;
	line-height: 17px;
}
.widget-trending{
	margin-bottom: 20px !important;
}
.widget-trending .form-field .button{
	margin-top: 7px;
}
.widget-find .widget-title{
	margin-bottom: 22px;
}
.widget-find .form-field{
	margin: 16px 0 0;
}
.widget-find .form-field:last-child{
	margin-top: 6px;
}

.list-group {

}

.list-group-item {
	font-size: 12px;
	padding: 14px 0;
	border-top: 1px solid #d1d3d4;
	text-align: center;
	line-height: 20px;
	color: #7a7b7a;
}

.list-group-item:first-child {
	border-top: 0;
}

.list-group-item h5 {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	position: relative;
}

.list-group-item a {
	color: #7a7b7a;
	text-decoration: underline;
}
.list-group-item a:hover {
	color: #ED3425;
}
.list-child {
    margin-bottom: 20px;
}
.list-child ul li {
    list-style: none;
    line-height: 25px;
}
.list-child ul li.current_page_item a {
    border-bottom: 1px solid #E1177B;
}
.list-child ul li a {
    color: #E1177B;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat';
}


/*
MISC
----------------------------------------------------------------------------- */

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.visible-tablet,
.visible-mobile {
	display: none;
	visibility: hidden;
}

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

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.hidden {
	display: none;
	visibility: hidden;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/* Icons Set
-------------------------------------- */

.icon {
	display: inline-block;
	background: url(../images/sprites.png) -999em -999em;
	text-indent: -9999em;
	overflow: hidden;
	background-size:200px 280px;
}

.icon-fb-white {
	width: 24px;
	height: 24px;
	background-position: -138px -1px;
}

.icon-twitter-white {
	width: 25px;
	height: 24px;
	background-position: -112px -1px;
}

.icon-fb {
	width: 28px;
	height: 27px;
	background-position: -84px -1px;
}
.icon-fb:hover {
	background-position: -84px -164px;
}

.icon-tw {
	width: 28px;
	height: 27px;
	background-position: -56px -1px;
}
.icon-tw:hover {
	background-position: -56px -164px;
}

.icon-yt {
	width: 28px;
	height: 27px;
	background-position: -28px -1px;
}
.icon-yt:hover {
	background-position: -28px -164px;
}

.app-apple {
	width: 28px;
	height: 27px;
	background-position: -1px -193px;
}
.app-apple:hover ,.site-footer .app-apple:hover{
	background-position: -1px -229px;
}
.site-footer .app-apple {
	width: 28px;
	height: 27px;
	background-position: -61px -193px;
}
.app-android {
	width: 28px;
	height: 27px;
	background-position: -31px -193px;
}
.app-android:hover, .site-footer .app-android:hover {
	background-position: -31px -229px;
}
.site-footer .app-android {
	width: 28px;
	height: 27px;
	background-position: -91px -193px;
}


.icon-t {
	width: 28px;
	height: 27px;
	background-position: 0 -1px;
}
.icon-t:hover {
	background-position: 0 -164px;
}

.icon-nav {
	width: 34px;
	height: 31px;
	background-position: -1px -50px;
}

.icon-fb-sm {
	width: 17px;
	height: 17px;
	background-position: -101px -30px;
}

.icon-tw-sm {
	width: 17px;
	height: 17px;
	background-position: -84px -30px;
}

.icon-gp-sm {
	width: 17px;
	height: 17px;
	background-position: -67px -30px;
}

.icon-pt-sm {
	width: 17px;
	height: 17px;
	background-position: -50px -30px;
}

.icon-pin {
	width: 12px;
	height: 16px;
	background-position: -125px -29px;
}

.icon-x {
  background-position: -138px -25px;
  height: 22px;
  width: 22px;
}

/*

*/
.tablet-version, .mobile-version {
	display: none;
}
.uppercase {
	text-transform: uppercase;
}
.content-without-sidebar {
	background-color: #f6f6fb;
	font-size: 13px;
}
.content-without-sidebar a {
	text-decoration: underline;
}
.content-without-sidebar h1 {
	text-transform: uppercase;
	margin-bottom: 21px;
}
.content-without-sidebar p {
	margin-bottom: 31px;
}
.content-without-sidebar .content {
	float: none;
	width: auto;
	padding: 45px 20px 42px 0px;
}
.content-without-sidebar .content .entry {
	width: 628px;
	float: left;
	padding-left: 43px;
	padding-right: 36px;
}
.content-without-sidebar .video {
	float: right;
	padding-right: 50px;
	margin-top: 8px;
    width: 522px;
}

.content-without-sidebar  .search-filter {
	position: relative;
}
.download-app {
	position: absolute;
	top: 87px;
	left: 265px;
}
.download-app span {
	float: left;
	text-align: right;
	width: 73px;
	padding-right: 9px;
	line-height: 13px;
}
.download-app ul {
	float: left;
	margin-top: 1px;
	margin-left: -3px;
}
.download-app ul li {
	float: left;
	list-style: none;
	margin-right: 6px;
}
.download-app ul li a {
	width: 26px;
	height: 26px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}
.download-app ul .apple-app {
	background-image: url("../images/apple-icon.png");
}
.download-app ul .android-app {
	background-image: url("../images/android-icon.png");
}
.videoWrapper iframe{
	border: 0;
}
.full-gray-bg .site-body {
	background-color: #f6f6fb;
}
.site-footer .wrap {
	position: relative;
}
.play-button {
	background: transparent url("../images/play-btn.png") no-repeat center center;
	display: inline-block !important;
	width: 47px;
	height: 33px;
	margin-top: 10px;
}
.search-results,
.page-results {
	background-color: #F6F6FB !important;
}
.search-results .wrap .content-without-sidebar,
.page-results .wrap .content-without-sidebar {
	padding-left: 44px;
	padding-right: 47px;
	position: relative;
}
.search-results .wrap .content-without-sidebar .page-title,
.page-results .wrap .content-without-sidebar .page-title {
	margin-bottom: 7px;
	margin-top: 30px;
}
.search-dublin.page-results .wrap .content-without-sidebar .page-title {
	margin-top: 30px;
	margin-bottom: 27px;
}
.search-results .wrap .content-without-sidebar .page-title span,
.page-results .wrap .content-without-sidebar .page-title span{
	font-weight: normal;
}
.search-results .wrap .content-without-sidebar .show-on-map,
.page-results .wrap .content-without-sidebar .show-on-map {
	background: transparent url("../images/show-on-map.png") no-repeat left center;
	font-size: 10px;
	padding-left: 56px;
	display: block;
	width: 120px;
	min-height: 47px;
	position: absolute;
	top: 6px;
	right: 38px;
}
.search-results .wrap .content-without-sidebar .show-as-list,
.page-results .wrap .content-without-sidebar .show-as-list {
	background-image: url("../images/show-as-list.png");
}
.search-results .wrap .content-without-sidebar .search-filter,
.page-results .wrap .content-without-sidebar .search-filter {
	margin-top: 13px;
}
.search-dublin.page-results .wrap .content-without-sidebar .search-filter {
	margin-top: 0px;
}
.search-results .wrap .content-without-sidebar .search-filter .filters,
.page-results .wrap .content-without-sidebar .search-filter .filters {
	padding-bottom: 41px;
}
.search-results .wrap .content-without-sidebar .search-filter .filters label,
.page-results .wrap .content-without-sidebar .search-filter .filters label {
	color: #333;
	display: block;
	float: left;
	margin-right: 40px;
	font-size: 9px;
}
.search-results .wrap .content-without-sidebar .articles .article .helper a,
.page-results .wrap .content-without-sidebar .articles .article .helper a {
	text-decoration: none;
}
.search-results .footer-wrapper,
.page-results .footer-wrapper {
	background-color: #E2E5EA;
	width: auto;
	padding: 0;
}
.search-results .footer-wrapper .footer,
.page-results .footer-wrapper .footer {
	width: 1171px;
	margin: 0 auto;
}
.search-results .footer-wrapper .footer .button-wrapper,
.page-results .footer-wrapper .footer .button-wrapper {
	padding: 49px 32px 46px;
	text-align: center;
}
.page-results-map .footer-wrapper .footer .button-wrapper{
	padding: 43px 32px 42px;
}
.search-results .footer-wrapper .footer .button-wrapper .button,
.page-results .footer-wrapper .footer .button-wrapper .button {
	width: 100%;
	display: block;
	text-transform: uppercase;
	padding: 11px 14px 11px;
}
.search-results .footer-wrapper .footer .button-wrapper .separation,
.page-results .footer-wrapper .footer .button-wrapper .separation {
	padding: 11px 0 7px;
	color: #7a7b7a;
	display: block;
}
.page-results-map .map iframe{
	width: 100%;
	border: 0;
	overflow: hidden;
	margin: 0;
}
.page-results-map .wrap .content-without-sidebar section.map {
	margin-top: 0;
	margin-bottom: 46px;
}
.page-results-map .wrap .content-without-sidebar section.map iframe {
	border: 1px #B3B3B3 solid;
}
.page-get-around .wrap .content-without-sidebar {
	padding: 48px 20px 30px 20px;
}
.page-get-around .wrap .content-without-sidebar .side-panel li {
	list-style: none;
	float: left;
	width: 100%;
}
.page-get-around .wrap .content-without-sidebar .side-panel li > a {
	background-color: #E1177B;
	display: block;
	color: #fff;
	margin-bottom: 2px;
	line-height: 46px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 19px 0px 29px;
	font-weight: bold;
	font-size: 25px;
	font-family:'Montserrat';
}
.page-get-around .wrap .content-without-sidebar .side-panel li > a .symbol {
	background: transparent url("../images/plus.png") no-repeat right center;
	width: 20px;
	height: 46px;
	display: block;
	float: right;
}
.page-get-around .wrap .content-without-sidebar .side-panel li > a.accordion-active .symbol {
	background-image: url("../images/sub.png");
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content {
	background-color: #fff;
	padding: 43px 44px;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img, .page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details {
	float: left;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img .infos, .page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos {
	float: left;
	width: 229px;
	padding-left: 46px;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img .infos .arctext, .page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos .arctext {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img .infos li, .page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos li {
	padding: 15px 0;
	border-bottom: 1px #dddedf solid;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img .infos li .name, .page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos li .name {
	font-size: 14px;
	font-weight: bold;
    font-family: 'Montserrat';
	text-transform: uppercase;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img .infos li .val, .page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos li .val {
	color: #7A7B7A;
	font-size: 12px;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img .infos li .val a, .page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos li .val a {
	text-decoration: underline;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img .infos li .tweet, .page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos li .tweet {
	line-height: 18px;
	font-size: 10px;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img .infos li .tweet a, .page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos li .tweet a {
	text-decoration: none;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img .infos li:last-child, .page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos li:last-child {
	border-bottom: 0;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img .overview, .page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .overview {
	float: right;
	margin-left: 44px;
	width: 407px;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img {
	width: 315px;
}
.page-get-around .wrap .content-without-sidebar .sharebar {
	margin-top: 50px;
	margin-bottom: 20px;
}
.page-get-around .wrap .content-without-sidebar .overview p {
	margin-bottom: 33px;
}
.page-get-around .content-without-sidebar p {
	line-height: 23px;
}
.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos li .tweet-icon {
	background: url('../images/twitter-icon.png') no-repeat;
	display: inline-block;
	width: 17px;
	height: 13px;
	vertical-align: text-top;
}
.page-trending-fashion,
.page-trending {
	background-color: #f6f6fb;
}
.page-trending-fashion .page-infos h2,
.page-trending .page-infos h2 {
	font-size: 31px;
	margin-bottom: 21px;
	margin-top: 30px;
}
.page-trending-fashion .page-infos p,
.page-trending .page-infos p {
	font-family:"Merriweather";
	font-size: 13px;
	margin-bottom: 36px;
}
.page-trending-fashion .wrap .twitter ul,
.page-trending .wrap .twitter ul {
  /*margin-bottom: 220px;*/
  margin-left: 1px;
  width: 1140px;
}
.page-trending-fashion .wrap .twitter ul li,
.page-trending .wrap .twitter ul li {
	background-color: #fff;
	border-bottom: 1px #999 solid;
	margin-bottom: 29px;
	margin-right: 32px;
	width: 348px;
	list-style: none;
}
.page-trending-fashion .wrap .twitter ul li .thumbnail,
.page-trending .wrap .twitter ul li .thumbnail{
	display: block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	height: 320px;
}
.page-trending-fashion .wrap .twitter ul li .infos,
.page-trending .wrap .twitter ul li .infos {
	padding: 21px 26px 18px;
}
.page-trending-fashion .wrap .twitter ul li .infos a,
.page-trending .wrap .twitter ul li .infos a {
	color: #7A7B7A;
}
.page-trending-fashion .wrap .twitter ul li .infos a:hover,
.page-trending .wrap .twitter ul li .infos a:hover {
	color: #ED3425;
}
.page-trending-fashion .wrap .twitter ul li .infos .author,
.page-trending .wrap .twitter ul li .infos .author {
	font-family:"Montserrat";
	color: #ed3425;
	text-transform: uppercase;
	font-size: 10px;
}
.page-trending-fashion .wrap .twitter ul li .infos .author:hover,
.page-trending .wrap .twitter ul li .infos .author:hover{
	color: #a02a20;
}
.page-trending-fashion .wrap .twitter ul li .infos p,
.page-trending .wrap .twitter ul li .infos p {
	font-family:"Merriweather";
	font-size: 12px;
	color: #333;
	margin-top: 7px;
	margin-bottom: 14px;
	line-height: 20px;
}
.page-trending-fashion .wrap .twitter ul li .infos .time,
.page-trending .wrap .twitter ul li .infos .time {
	color: #999;
	font-size: 10px;
	clear: both;
	display: block;
	text-align: right;
	text-transform: uppercase;
}
.page-trending-fashion .wrap .footer,
.page-trending .wrap .footer {
	padding-top: 51px;
}
.page-trending-fashion .wrap .footer a.button,
.page-trending .wrap .footer a.button {
	display: block;
	height: 44px;
	width: 100%;
	background-color: #ed3425;
	text-transform: uppercase;
	font-weight: bold;
}
.page-story-post .story-imgs-slider {
	padding-bottom: 34px;
}
.page-story-post .story-imgs-slider .articles-wrap {
	width: 782px;
}
.page-story-post .story-imgs-slider .articles-wrap .articles {
	margin-right: 0;
}
.page-story-post .story-imgs-slider .articles-wrap .articles .article{
	height: auto;
}
.page-story-post .story-imgs-slider .articles-wrap .articles .articles-group {
	padding-left: 0;
	width: 774px;
}
.page-story-post .story-imgs-slider .articles-wrap,
.page-story-post .story-imgs-slider .articles-wrap article{
	width: 100%;
}
.page-story-post .story-imgs-slider .articles-wrap .prev, .page-story-post .story-imgs-slider .articles-wrap .next {
	top: 50% !important;
	z-index: 999;
	width: 17px;
	height: 30px;
	margin-top: -15px !important;
}
.page-story-post .story-imgs-slider .articles-wrap .prev {
	left: 21px !important;
	right: auto;
	background-position: -164px 0;
}
.page-story-post .story-imgs-slider .articles-wrap .next {
	right: 21px !important;
	background-position: -180px 0;
}
.widget-archive ul li, .widget-latest ul li {
	list-style: none;
}
.widget-latest .widget-title, .widget-archive .widget-title {
	color: #4d4d4d;
	margin-bottom: 24px;
}
.widget-latest ul {
	margin-top: 25px;
}
.widget-latest ul li {
	margin-bottom: 18px;
}
.widget-latest ul li a {
	text-decoration: underline;
	line-height: 15px;
}
.widget-archive {
  margin-top: 43px;
  padding-bottom: 27px;
}
.widget-archive input[type="search"].has-button {
	color: #7A7B7A;
	width: 205px;
	background-repeat: no-repeat;
	background-position: right center;
	height: 40px;
}
.widget-archive input[type="submit"] {
	height: 40px;
	width: 40px;
	text-indent: -99999px;
	background-image: url('../images/btn-search-bg.png');
	position: absolute;
	margin-left: -4px;
}
.widget-archive ul {
	margin-top: 23px;
}
.widget-archive ul li {
	float: left;
	width: 50%;
	padding-bottom: 14px;
}
.widget-archive ul li a {
	line-height: 15px;
	text-decoration: underline;
}
.widget-inside ul {
	margin-top: 13px;
}
.widget-inside ul li {
	list-style: none;
	float: left;
	width: 100%;
	display: block;
	padding: 7px 0;
}
.widget-inside ul li a {
	line-height: 15px;
	text-decoration: underline;
	color: #7A7B7A;
}
.widget-inside ul li a:hover {
	color: #ED3425;
}
.widget-twitter-feeds .widget-header {
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 13px;
}
.widget-twitter-feeds .widget-header img {
	padding-left: 5px;
	vertical-align: text-top;
}
.widget-twitter-feeds .widget-header a.twitter-acc {
	vertical-align: text-bottom;
}
.widget-twitter-feeds ul li {
	list-style: none;
	padding-bottom: 13px;
}
.widget-twitter-feeds ul li .tweet {
	font-size: 10px;
}
.widget-twitter-feeds ul li .tweet p {
	margin-bottom: 6px;
	font-size: 10px;
	font-family: "Merriweather";
}
.widget-twitter-feeds ul li .time {
	font-size: 9px;
}
.widget-featured-story .widget-inner .article {
	width: 257px;
	height: 257px;
}
.widget-featured-story .widget-inner .article .article-content {
	width: 236px;
	height: 236px;
	margin-left: -118px;
	margin-top: -118px;
}
.widget-featured-story .widget-inner .article .article-content .helper {
	height: 236px;
}
.widget-button {
	width: 100%;
	text-transform: uppercase;
}

/*Home page link style*/
.home .linkpink  a{
	color: #e1177b;
}

.home .linkpink  a:hover {
	text-decoration: underline;
}

.home .linkpink  p {
	line-height: 1.77;
}

/*
New modifies from Tung
*/

.rotator-item .rotator-big-caption-inner {
	text-transform: uppercase;
}
.featured-video > h1 {
	font-size: 36px;
	margin: 0 0 21px;
}
.featured-video {
	margin-bottom: 20px;
}
.entry h1 {
	margin-bottom: 7px;
}
.entry-meta a {
	font-style: normal;
	padding: 0px 6px 0px 2px;
	font-size: 11px;
}
.mainbox-articles .mainbox-header h3 {
	text-transform: uppercase;
}
.download-app {
	top: 75px;
}

.watchloadMoreVideos {
	width: 772px;
	text-transform: uppercase;
}
.eventLoadMoreBtnSchedule {
	width: 772px;
	margin: 0 !important;
}
.schedule-content .articles-list-more-bg {
	background: none;
	right: auto;
}
.schedule-content .articles-list-more {
	background: none;
	width: auto;
}
.list-group-item h5 i {
	display: block;
	float: left;
	height: 15px;
	position: absolute;
	width: 28px;
	top: 6px;
}
.list-group-item h5.location i {
	background: url("../images/location_pink.png") no-repeat scroll right top;
	left: 52px;
}
.ie8 .list-group-item h5.location i {
	background: url("../images/location_pink.png") no-repeat scroll right top;
}
.list-group-item h5.address i {
	background: url("../images/address_pink.png") no-repeat scroll right top;
	left: 56px;
}
.ie8 .list-group-item h5.address i {
	background: url("../images/address_pink.png") no-repeat scroll right top;
}
.list-group-item h5.phone i {
	background: url("../images/phone_pink.png") no-repeat scroll right top;
	left: 46px;
}
.ie8 .list-group-item h5.phone i {
	background: url("../images/phone_pink.png") no-repeat scroll right top;
}
.list-group-item h5.email i {
	background: url("../images/email_pink.png") no-repeat scroll right top;
	left: 68px;
}
.ie8 .list-group-item h5.email i {
	background: url("../images/email_pink.png") no-repeat scroll right top;
}
.list-group-item h5.web i {
	background: url("../images/web_pink.png") no-repeat scroll right top;
	left: 72px;
}
.ie8 .list-group-item h5.web i {
	background: url("../images/web_pink.png") no-repeat scroll right top;
}
.list-group-item h5.tickets i {
	background: url("../images/tickets_ico.png") no-repeat scroll right top;
	left: 59px;
}
.ie8 .list-group-item h5.tickets i {
	background: url("../images/tickets_ico.png") no-repeat scroll right top;
}
.list-group-item h5.tweet i {
	background: url("../images/tw_pink.png") no-repeat scroll right top;
	left: 58px;
}
.ie8 .list-group-item h5.tweet i {
	background: url("../images/tw_pink.png") no-repeat scroll right top;
}
.list-group-item h5.date i {
	background: url("../images/date_pink.png") no-repeat scroll right top;
	left: 66px;
}
.ie8 .list-group-item h5.date i {
	background: url("../images/date_pink.png") no-repeat scroll right top;
}
.list-group-item h5.starts i {
	background: url("../images/starts_pink.png") no-repeat scroll right top;
	left: 63px;
}
.ie8 .list-group-item h5.starts i {
	background: url("../images/starts_pink.png") no-repeat scroll right top;
}
.list-group-item h5.venue i {
	background: url("../images/venue_pink.png") no-repeat scroll right top;
	left: 65px;
}
.ie8 .list-group-item h5.venue i {
	background: url("../images/venue_pink.png") no-repeat scroll right top;
}
.list-group-item h5.price i {
	background: url("../images/price_pink.png") no-repeat scroll right top;
	left: 68px;
}
.ie8 .list-group-item h5.price i {
	background: url("../images/price_pink.png") no-repeat scroll right top;
}
span.badge_icon {
    background: url("../images/dff-bage.png") no-repeat;
    display: block;
    width: 117px;
    height: 117px;
    position: absolute;
    right: -54px;
    top: 173px;
}
.page-results span.badge_icon,
.custom-page span.badge_icon {
    right: -44px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
    span.badge_icon {
        background: url("../images/dff-bage@2x.png") no-repeat;
        background-size: 100%;
    }
}
/*
Media Queries
----------------------------------------------------------------------------- */
/* bigger screens */
@media only screen and (min-width:1221px){
	.content-without-sidebar  .articles-filters {
		padding-right: 49px;
		display: none;
	}
	.articles-list-more .button{
		max-width: 1106px;
		display: block;
		margin: auto;
	}
}
@media (max-width: 1611px), (max-device-width: 1611px) {
	.articles-list-more .content{
		padding-left: 0;
		padding-right: 0;
	}
}
/* max-width: 1220px - 1024px version
-------------------------------------- */
@media (max-width: 1220px), (max-device-width: 1220px) {
	.eventLoadMoreBtnSchedule {
		width: 93%;
	}
	.wrap
	, .site-navigation
	{
		width: 1000px;
	}

	.site-container
	, .header-rotator
	{
		min-width: 1000px;
	}

	.site-navigation {
		margin-left: -500px;
	}

	.content {
		width: 700px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.full-width-content .content {
		padding-left: 33px;
		padding-right: 33px;
	}

	.page-single .content-sidebar .content {
		padding-left: 33px;
		padding-right: 33px;
	}

	.content-sidebar {
		background-position: -175px 0;
	}

	.mainbox-related-articles .articles-list {
		margin-right: -44px;
	}

	.mainbox-related-articles .articles-list .article {
		margin-right: 44px;
	}

	.sidebar-primary {
		width: 300px;
		padding-left: 22px;
		padding-right: 33px;
	}

	.articles {
		margin-right: -22px;
	}

	.articles-group {
		width: 677px;
	}
	.explorer_news .article {
		margin-bottom: 20px;
	}
	.articles .article {
		width: 314px;
		height: 300px;
		margin-right: 22px;
	}
	.page-watch .articles .article, .category .articles .article {
		margin-bottom: 22px;
	}

	.articles-list {
		margin-right: -26px;
	}

	.articles-list .article {
		width: 294px;
		height: 294px;
		margin-right: 26px;
	}

	.widget-latest ul {
		margin-top: 31px;
	}

	.articles-filters {
		padding-left: 45px;
		padding-right: 40px;
	}

	.filter-form {
		width: 644px;
	}
	.whats-on .filter-form {
		width: 225px;
	}

	.filter-intro {
		width: 205px;
		padding: 0 40px 0 0;
	}

	.filter-category {
		float: right;
		width: 374px;
		margin-left: 45px;
	}

	.site-footer .logo-footer {
		margin-left: 20px;
	}
	.networks {
		margin-left: 100px;
	}
	.content-without-sidebar .content .entry {
		width: 530px;
		padding-right: 0px;
	}
	.content-without-sidebar .video {
		padding-right: 0px;
	}
	.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .overview {
		width: 242px;
	}
	.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content {
		padding: 43px 32px;
	}
	.page-results .wrap .content-without-sidebar {
		width: auto;
		margin: 0 auto;
		padding: 0 23px;
	}
	.page-results .results{
		margin-left: 10px;
	}
	.page-results .footer-wrapper .footer {
		width: 1000px;
	}
	.page-results-map .map{
		padding: 0 8px;
	}
	/*.page-who-we-are .wrap .content .entry {
		width: 435px;
		padding-left: 33px;
		padding-right: 0;
	}*/
	.page-who-we-are .video {
		padding-right: 30px;
	}
	.page-who-we-are .video iframe {
		width: 396px;
		height: 290px;
	}
	.page-trending .wrap .twitter ul {
		width: 978px;
		margin-left: -10px;
	}
	.page-trending .wrap .twitter ul li {
		width: 302px;
		margin-right: 24px;
	}
	.page-trending .wrap .twitter ul li .thumbnail{
		height: 280px;
	}
	.page-trending .articles-list-more .content{
		padding-left: 23px;
		padding-right: 23px;
	}

	.page-story-post .story-imgs-slider .articles-wrap .articles .articles-group{
		width: 660px;
	}

	.watchloadMoreVideos {
		width: 650px;
	}
	.list-group-item h5.location i {
		left: 52px;
	}
	.list-group-item h5.address i {
		left: 56px;
	}
	.list-group-item h5.phone i {
		left: 46px;
	}
	.list-group-item h5.email i {
		left: 68px;
	}
	.list-group-item h5.web i {
		left: 72px;
	}
	.list-group-item h5.tickets i {
		left: 62px;
	}
	.list-group-item h5.tweet i {
		left: 58px;
	}
	.list-group-item h5.date i {
		left: 66px;
	}
	.list-group-item h5.starts i {
		left: 63px;
	}
	.list-group-item h5.venue i {
		left: 65px;
	}
	.list-group-item h5.price i {
		left: 68px;
	}
    span.badge_icon {
        right: -41px;
        top: 177px;
        background-size: 88%;
    }
    .page-results span.badge_icon,
    .custom-page span.badge_icon {
        right: -31px;
        top: 174px;
    }
}

/* max-width: 1023px - 768px version
-------------------------------------- */

@media (max-width: 1023px), (max-device-width: 1023px) and (orientation:portrait) {
	.eventLoadMoreBtnSchedule {
		width: 80.5%;
	}
	.wrap
	, .site-navigation
	{
		width: 768px;
	}

	.site-container
	, .header-rotator
	{
		min-width: 768px;
	}

	.site-navigation {
		margin-left: -384px;
	}
	.admin-bar .site-navigation {
		top: 0px;
	}

	.content {
		width: 458px;
		padding-left: 43px;
		padding-right: 46px;
		padding-bottom: 40px;
	}

	.rotator-item .rotator-big-caption {
		font-size: 50px;
	}

	.full-width-content .content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.content-sidebar {
		background-position: -417px 0;
	}
	.sidebar-primary {
		/*background: #F6F6FB;*/
	}

	.sidebar-primary .widget-title{
		font-size: 38px;
		margin-bottom: 31px;
	}

	.articles {
		margin: 0;
	}

	.articles-group {
		width: auto;
	}

	.articles .article {
		float: none;
		width: 368px;
		height: 320px;
		margin-right: 0;
	}

	.articles .article + .article {
		margin-top: 20px;
	}

	.articles-wrap .prev,
	.articles-wrap .next {
		top: 50%;
		margin-top: -10px;
	}

	.articles-wrap .prev {
		left: -25px;
	}

	.articles-wrap .next {
		right: -30px;
	}

	.articles-list {
		margin-right: -18px;
	}

	.articles-list .article {
		margin-top: 0 !important;
		float: left;
		width: 345px;
		height: 320px;
		margin-right: 16px;
		margin-left: 2px;
	}

	.mainbox-related-articles .articles-list .article {
		width: 300px;
		height: 300px;
		margin-bottom: 23px;
	}

	.articles-filters {
		padding-left: 45px;
		padding-right: 40px;
	}

	.filter-intro {
		width: 205px;
		padding: 0 40px 0 0;
	}

	.whats-on .filter-form, .filter-form {
		width: 418px;
	}

	.filter-form .form-field > input[type="submit"] {
		width: 100%;
	}

	.filter-category {
		display: none;
	}

	.mainbox-title,
	.widget-title {
		font-size: 35px;
	}

	.video-title {
		display: none;
	}

	.video-wrapper .video-content {
		float: none;
	}

	.video-wrapper .video-content iframe {
		max-width: 100%;
		max-height: none;
		width: 100%;
	}

	.site-footer {
		height: auto;
		padding: 40px 0;
	}

	.site-footer .logo-footer {
		display: none;
	}

	.networks,
	.site-info {
		float: none;
		width: auto;
		display: block;
		text-align: center;
		padding: 0;
		margin: 0;
		height: auto;
	}

	.networks {
		border-left: 0;
	}

	.site-info .socials {
		margin: 10px 0 15px;
	}

	.visible-tablet {
		display: inherit;
		visibility: visible;
	}

	.hidden-tablet {
		display: none;
		visibility: hidden;
	}

	.map p,
	.map p {
		float: none;
	}

	/* Flyout Menu
	-------------------------------------- */

	body {
		overflow-x: hidden;
	}

	.primary-nav {
		display: none;
		width: 330px;
		background-color: #282229;
		top: 0;
		height: 100%;
		padding: 20px 0 0 20px;
		overflow-y: auto;
		background: #282229 url(../images/logo-footer.png) no-repeat 35px 105%;
	}

	.primary-nav ul {
		display: block;
	}

	.primary-nav ul ul {
		position: static;
		display: block;
	}

	.primary-nav ul li {
		display: block;
		background-color: #282229;
		margin: 0;
	}

	.primary-nav ul li a {
		color: #cccccc;
		display: inline-block;;
		padding: 5px 0 5px 20px;
		border-bottom: 0;
	}

	.primary-nav ul li.active > a,
	.primary-nav ul li.menu-item-parent > a,
	.primary-nav ul li.current_page_item > a,
	.primary-nav ul li.current-menu-ancestor > a,
	.primary-nav ul li.current-menu-item > a {
		color: #df217b;
		border-bottom: 0;
	}

	.primary-nav ul li.active > a:hover,
	.primary-nav ul li.current_page_item > a:hover,
	.primary-nav ul li.menu-item-parent > a:hover,
	.primary-nav ul li.current-menu-ancestor > a:hover,
	.primary-nav ul li.current-menu-item > a:hover,
	.primary-nav ul li a:hover {
		color: #df217b;
		border-bottom: 0;
		text-decoration: underline;
	}

	.primary-nav ul ul li {
		padding-left: 10px;
	}

	.primary-nav ul li i.icon {
		width: 9px;
		height: 5px;
		background: url(../images/sprites.png) no-repeat -37px -55px;
		cursor: pointer;
	}

	.primary-nav ul li i.icon.collapsed {
		background-position: -37px -61;
	}

	.site-navigation .socials {
		display: none;
	}

	.nav-socials {
		padding-top: 30px;
		padding-left: 20px;
	}
	.nav-apps {
		padding-top: 20px;
		padding-left: 20px;
	}
	.nav-apps span {
		display: block;
		color: #cccccc;
		padding-bottom: 5px;
	}

	.nav-collapse {
		height: auto;
		opacity: 1;
		visibility: visible;

		-webkit-transition: opacity height .35 ease;
		   -moz-transition: opacity height .35 ease;
				transition: opacity height .35 ease;
	}

	.nav-collapsed {
		height: 0;
		opacity: 0;
		visibility: hidden;

		-webkit-transition: opacity height .35 ease;
		   -moz-transition: opacity height .35 ease;
				transition: opacity height .35 ease;
	}

	.container-flyout {
		position: relative;
		left: 0;
	}

	.container-flyout.in {
		left: -330px;
	}

	.container-flyouting {
		display: block;
		position: relative;
		left: -330px;
		overflow: visible;
		-webkit-transition: left 0.35s ease;
		   -moz-transition: left 0.35s ease;
				transition: left 0.35s ease;
	}

	.container-flyining {
		display: block;
		position: relative;
		left: 0;
		overflow: visible;
		-webkit-transition: left 0.35s ease;
		   -moz-transition: left 0.35s ease;
				transition: left 0.35s ease;
	}

	.flyout .icon-x {
		position: absolute;
		right: 55px;
		top: 18px;
		z-index: 999;
		cursor: pointer;
		display: none;
	}

	.flyout {
		width: 330px;
		position: fixed;
		top: 0;
		right: -330px;
		height: 100%;
		display: block;
	}

	.flyout.in {
		right: 0;
		min-height:520px !important;
	}

	.flyout.in .icon-x {
		display: block;
	}

	.flyouting {
		display: block;
		position: fixed;
		right: 0;
		overflow: visible;
		-webkit-transition: right 0.35s ease;
		   -moz-transition: right 0.35s ease;
				transition: right 0.35s ease;
	}

	.flyining {
		display: block;
		position: fixed;
		right: -330px;
		overflow: visible;
		-webkit-transition: right 0.35s ease;
		   -moz-transition: right 0.35s ease;
				transition: right 0.35s ease;
	}

	.site-info .copyright{
		display: inline;
		margin-right: 5px;
	}
	.site-info p.copyright::after{
		content: "  |  ";
	}
	.site-info .copyright em{
		padding-right: 5px;
	}
	.site-info .footer-nav li:last-child::after{
		content: "";
	}
	.site-info .powered{
		display: block;
	}
	.desktop-version {
		display: none;
	}
	.tablet-version {
		display: block;
	}
	.download-app {
		display: none;
	}
	.page-results .wrap .content-without-sidebar {
		padding: 0 27px;
	}
	.page-results .footer-wrapper .footer {
		width: 768px;
	}
	.page-results-map .content-without-sidebar section.map iframe {
		width: 708px;
		height: 437px;
	}
	.page-results-map .map{
		padding: 0 8px;
	}
	.page-get-around .wrap .content-without-sidebar {
		margin: 0 auto;
	}
	.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content {
		padding: 38px 28px;
	}
	.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos {
		padding-left: 42px;
		width: 194px;
	}
	.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .overview {
		clear: both;
		width: 100%;
		padding-top: 42px;
	}
	.page-results .wrap .content-without-sidebar .results {
		margin-left: 0px;
	}
	.page-results-map .map{
		padding: 0 8px;
	}
	/*.page-who-we-are .wrap .content .entry {
		width: 295px;
		padding-left: 43px;
	}*/
	.page-who-we-are .video {
        width: 372px;
		padding-right: 32px;
	}
	/*.page-who-we-are .video iframe {
		width: 372px;
		height: 214px;
	}*/
	.page-trending .wrap .twitter ul {
		width: 744px;
		margin-left: -8px;
	}
	.page-trending .wrap .twitter ul li {
		width: 352px;
		margin-right: 20px;
	}
	.page-trending .wrap .twitter ul li .thumbnail{
		height: 320px;
	}
	.page-story-post .story-imgs-slider .articles-wrap .articles .articles-group{
		width: 369px;
	}
	.watchloadMoreVideos {
		width: 368px;
	}
	.scrollup {
		bottom: 188px !important;
		right: 33px !important;
	}
    .custom-page span.badge_icon {
        right: -57px;
        top: 187px;
    }
    span.badge_icon {
        right: -68px;
        top: 187px;
    }
    .page-results span.badge_icon,
	.custom-page span.badge_icon {
		right: -57px;
		top: 187px;
	}
}

/* max-width: 767px - 320px version
-------------------------------------- */

@media (max-width: 767px), (max-device-width: 767px) {

	.slidedeck-frame {
		width: 100% !important;
		height: auto !important;
	}
	#SlideDeck-40779 {
		font-family: sans-serif;
		width: 100% !important;
	}
	.lens-block-title dl.slidedeck > dd.has-image {
		width: 100% !important;
	}

	.desktop-version {
		display: none;
	}
	.tablet-version {
		display: none;
	}
	.mobile-version {
		display: block;
	}
	.download-app {
		display: none;
	}
	.page-results .wrap {
		padding: 0;
	}

	.rotator-pager,
	.video-title,
	.rotator-item .rotator-caption cite {
		display: none;
	}

	.wrap
	, .site-navigation
	{
		width: 320px;
	}

	.site-container
	, .header-rotator
	{
		min-width: 320px;
	}

	.logo img {
		height: 55px;
	}

	.site-header {
		min-height: 90px;
	}

	.site-navigation {
		top: 0;
	}

	.site-navigation .helper {
		height: 55px;
	}

	.site-navigation .socials {
		display: none;
	}

	.toggle-nav {
		margin-top: 0;
	}

	.toggle-nav .icon-nav {
		width: 28px;
	}

	.site-navigation .helper {
		margin: 0 10px;
	}

	.header-rotator,
	.header-rotator .rotator-helper,
	.header-rotator .rotator-item {
		height: 325px;
	}

	.rotator-item .rotator-caption {
		width: 266px;
		padding: 25px 30px;
		left: 28px;
		top: 75px;
		min-height: 220px;
	}

	.rotator-item .rotator-caption h2 {
		font-size: 30px;
	}

	.rotator-item .rotator-caption p {
		font-size: 12px;
		line-height: 1.5;
	}

	.rotator-item .rotator-caption p br {
		display: none;
	}

	.rotator-item .rotator-big-caption-inner,
	.rotator-item .rotator-big-caption {
		font-size: 35px;
		height: 325px;
	}

	.rotator-nav .prev,
	.rotator-nav .next {
		top: 170px;
		width: 12px;
		height: 21px;
		background-size: 140px 140px;
	}

	.rotator-nav .prev {
		background-position: -115px 0;
		left: 8px;
	}

	.rotator-nav .next {
		background-position: -126px 0;
		right: 8px;
	}

	.site-navigation {
		margin-left: -160px;
	}

	.page-single .content-sidebar .content,
	.content,
	.sidebar-primary {
		width: auto;
		float: none;
		padding: 26px 28px 10px 24px;
	}

	.full-width-content .content {
		padding-left: 27px;
		padding-right: 27px;
	}

	.content-sidebar {
		background-image: none;
	}

	.mainbox-title {
		font-size: 30px;
		text-align: center;
	}

	.mainbox-footer {
		text-align: center;
	}

	.sidebar-secondary .widget:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.articles-wrap .prev {
		left: -15px;
	}

	.articles-wrap .next {
		right: -20px;
	}

	.articles .article {
		float: none;
		width: 266px;
		height: 260px;
		margin-left: 0;
	}

	.article-content {
		width: 220px;
		height: 220px;
		margin-left: -110px;
		margin-top: -110px;
	}

	.sidebar-primary .festival-page .thumbnail img {
		width: 100%;
	}

	.article-content .helper {
		height: 220px;
	}

	.articles .article + .article {
	}

	.articles-list {
		margin-right: -18px;
	}

	.mainbox-related-articles .articles-list .article,
	.articles-list .article {
		float: none;
		width: 266px;
		height: 266px;
		margin-right: 0;
		margin-bottom: 0;
	}

	.articles-list .article  {
		margin-bottom: 20px !important;
	}

	.articles-filters {
		padding-left: 20px;
		padding-right: 20px;
	}

	.whats-on .filter-form, .filter-form {
		width: 226px;
	}

	.filter-intro {
		float: none;
		width: auto;
		padding: 0;
	}

	.filter-intro h4 {
		margin-bottom: 5px;
	}

	.filter-intro p {
		display: none;
	}

	.form-field .form-field-half {
		width: auto;
		float: none;
		margin: 0;
	}

	.form-field .form-field-half + .form-field-half  {
		margin: 10px 0 0;
	}

	.video-wrapper {
		height: auto;
	}

	.video-wrapper .video-content {
		float: none;
        width: 268px;
	}

	.video-wrapper .video-content iframe {
		max-width: 100%;
		max-height: none;
		width: 100%;
		height: 170px;
	}

	.site-footer {
		height: auto;
		padding: 40px 0;
	}

	.site-footer .logo-footer {
		display: none;
	}

	.networks,
	.site-info {
		float: none;
		width: auto;
		display: block;
		text-align: center;
		padding: 0;
	}

	.site-info .footer-nav li:last-child:after {
		content: none;
	}

	.site-info .socials {
		margin: 10px 0 10px;
	}

	.site-info .powered {
		display: block;
	}

	.network-logos {
		margin-top: 10px;
	}

	.networks {
		border-left: 0;
	}

	.visible-mobile {
		display: inherit;
		visibility: visible;
	}

	.hidden-mobile {
		display: none;
		visibility: hidden;
	}

	.widget-facebook {
		display: none;
	}

	.widget-archive input[type="search"].has-button {
		width: 230px;
	}

	/* Flyout Menu
	-------------------------------------- */

	body {
		overflow-x: hidden;
	}

	.primary-nav {
		width: 222px;
		padding: 20px 0 0 10px;
		background-position: 25px 107%;
	}

	.primary-nav ul li i.icon {
	  background: url("../images/sprites.png") no-repeat scroll -37px -54px rgba(0, 0, 0, 0);
	  cursor: pointer;
	  height: 7px;
	  margin-left: 3px;
	  top: -1px;
	  width: 9px;
	}

	.primary-nav ul li i.icon.collapsed {
		background-position: -37px -61;
	}

	.container-flyout.in {
		left: -222px;
	}

	.container-flyouting {
		left: -222px;
	}

	.flyout .icon-x {
		right: 15px;
	}

	.flyout {
		right: -222px;
	}

	.flyining {
		right: -222px;
	}
	.site-info p.copyright{
		display: block;
	}
	.site-info p.copyright:after{
		content: "";
	}

	.page-results .wrap .content-without-sidebar {
		padding-bottom: 33px;
	}
	.page-results .wrap .content-without-sidebar .filters {
		padding: 0 !important;
	}
	.page-results .wrap .content-without-sidebar .show-on-map {
		position: static;
		margin: 21px 0 35px;
	}
	.page-results .page-title{
		font-size: 27px;
	}
	.page-results .footer-wrapper .footer {
		width: 320px;
	}
	.page-results .wrap .content-without-sidebar .page-title {
		margin-bottom: 13px;
	}
	.page-results .wrap .content-without-sidebar .search-filter .filters label{
		line-height: 19px;
	}
	.page-results .wrap .content-without-sidebar .show-on-map{
		margin-top: 17px;
		margin-bottom: 33px;
		margin-left: 2px;
	}
	.page-results-map .wrap .content-without-sidebar section.map{
		margin-bottom: 14px;
		padding: 0;
	}
	.page-results .footer-wrapper .footer .button-wrapper{
		padding: 43px 27px 42px 27px;
	}
	.page-results-map .wrap .content-without-sidebar section.map iframe {
		height: 437px;
	}
	.page-results .footer-wrapper .footer .button-wrapper .button{
		padding-top: 11px;
	}
	.page-results .footer-wrapper .footer .button-wrapper .separation{
		padding-bottom: 8px;
	}
	.page-get-around .wrap .content-without-sidebar {
		width: 266px;
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
	}
	.page-get-around .wrap .content-without-sidebar .side-panel li > a {
		font-size: 19px;
		padding-left: 20px;
	}
	.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content {
		padding: 25px 20px;
	}
	.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .img img {
		width: 225px;
	}
	.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details {
		width: 100%;
	}
	.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .details .infos h2 {
		text-align: center;
	}
	.page-get-around .wrap .content-without-sidebar .side-panel li .inside-content .overview {
		width: 100%;
		clear: both;
		padding-top: 51px;
	}
	.page-who-we-are .wrap {
		width: 320px;
	}
	/*.page-who-we-are .wrap .content .entry {
		width: 320px;
		padding-left: 29px;
		padding-right: 29px;
	}*/
	.page-who-we-are .video {
        width: 288px;
		padding-right: 32px;
	}
	.page-who-we-are .video iframe {
		width: 265px;
		height: 152px;
	}
	.page-trending .wrap .twitter ul {
		width: 274px;
		margin-left: -4px;
	}
	.page-trending .wrap .twitter ul li {
		width: 274px;
		margin-right: 0;
	}
	.page-trending .wrap .twitter ul li .thumbnail{
		height: 280px;
	}
	.page-story-post .story-imgs-slider .articles-wrap .articles .articles-group{
		width: 268px;
	}
	.featured-video > h1{
		font-size: 32px;
	}
	.watchloadMoreVideos {
		width: 266px;
	}
	.scrollup {
		bottom: 197px !important;
		right: 28px !important;
	}
	.list-group-item h5.location i {
		left: 64px;
	}
	.list-group-item h5.address i {
		left: 68px;
	}
	.list-group-item h5.phone i {
		left: 58px;
	}
	.list-group-item h5.email i {
		left: 80px;
	}
	.list-group-item h5.web i {
		left: 84px;
	}
	.list-group-item h5.tickets i {
		left: 72px;
	}
	.list-group-item h5.tweet i {
		left: 70px;
	}
	.list-group-item h5.date i {
		left: 78px;
	}
	.list-group-item h5.starts i {
		left: 75px;
	}
	.list-group-item h5.venue i {
		left: 77px;
	}
	.list-group-item h5.price i {
		left: 80px;
	}
    .custom-page span.badge_icon {
        right: -58px;
        top: 161px;
    }
    span.badge_icon {
        background-size: 70% auto;
        right: -58px;
        top: 158px;
    }
	.page-results span.badge_icon,
	.custom-page span.badge_icon {
		right: -58px;
		top: 161px;
	}
}


/**** DROPKICK ****/
/* One container to bind them... */
.dk_container {
	background-color: #fff;
}
.dk_container:focus {
	outline: 0;
}
.dk_container a {
	cursor: pointer;
	text-decoration: none;
}

/* Opens the dropdown and holds the menu label */
.dk_toggle {
	background-image: url('../images/arrow-dropdown.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	border: 1px solid #B3B3B3;
	padding: 9px 45px 9px 10px;

	-webkit-transition: border-color .25s;
	   -moz-transition: border-color .25s;
		 -o-transition: border-color .25s;
			transition: border-color .25s;
}
.dk_toggle:hover {

}
/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {

}
.dk_focus .dk_toggle {

}

/* Applied whenever the dropdown is open */
.dk_open {

	/**
	 * Help: Dropdown menu is covered by something
	 * Try setting this value higher
	*/
	z-index: 10;
}
.dk_open .dk_toggle {

}

/* The outer container of the options */
.dk_options {

}
.dk_options a {
	background-color: #fff;
	padding: 9px 10px;
	line-height: 20px;
}
.dk_options li:last-child a {
}
.dk_options a:hover,
.dk_option_current a {
	background-color: #F6F6FB;
	text-decoration: none;
}

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  max-height: 250px;
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }

.dk_container {
  display: none; }
  .dk_container a {
    outline: 0; }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; }

.dk_open {
  position: relative; }
  .dk_open .dk_options {
    display: block; }
  .dk_open .dk_label {
    color: inherit; }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%; }
  .dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block; }

.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch; }

.dk_container select {
  position: absolute;
   width: 1px;
  visibility: hidden; }

.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

/* Here we reflect some of the styles from .dk_container to achieve the same visual also when without javascriptÂ */
.dk_wrap {
  position: relative;
  display: inline-block;
  min-width: 173px;
  float: left;
  margin-right: 10px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s; }
  .dk_wrap:after {
    position: absolute;
    display: block;
    top: 45%;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4B4B4B;
    pointer-events:none; }
  .dk_wrap select {
    position: relative;
    display: block;
    width: 110%;
    min-height: 32px;
    padding: 6px 49px 6px 6px;
    border: 0;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #333;
    text-indent: 0.01px;
    text-overflow: '';
    text-shadow: #fff 1px 1px 0;
    background: transparent;
    background: rgba(255,255,255,0);
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .dk_wrap select:focus {
      text-shadow: none; }
    .dk_wrap select::-ms-expand {
      display: none;
    }

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
	max-height: 160px;
	overflow: auto;
}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

/*.dk_container {
	display: none;
	float: left;
	position: relative;
}
.dk_container a {
	outline: 0;
}*/

.dk_toggle {
	display: inline-block;
	position: relative;
}

.dk_open {
	position: relative;
}
.dk_open .dk_options {
	display: block;
}
.dk_open .dk_label {
	color: inherit;
}

.dk_options {
	display: none;
	margin-top: -1px;
	position: absolute;
	right: 0;
	width: 100%;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
	display: block;
}
.dk_options_inner {
	overflow: auto;
	position: relative;
}

/*.dk_touch .dk_options {
	overflow: hidden;
}

.dk_touch .dk_options_inner {
	max-height: none;
	overflow: visible;
}

.dk_fouc select {
	position: relative;
	top: -99999em;
	visibility: hidden;
}*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 15px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.clickable:hover{
 cursor: pointer;
}
#infscr-loading{text-align:center}

body #cookie-banner {
    background-color: #E1177B;
    border: medium none;
    bottom: 0;
    position: fixed;
}
#cookie-banner-container .right input[type="submit"] {
  background-color: transparent !important;
  background-image: none;
  border: none !important;
  border-radius: 3px;
  box-shadow: none !important;
  color: #FFFFFF;
  display: inline-block;
  float: none;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 700;
  margin-right: 12px;
  padding: 6px 10px;
}

.full-width-content .mainbox-footer {
padding-bottom: 20px;
}

.list-group-item a {
word-wrap: break-word;
}
body #cookie-banner {

    border: medium none;
    bottom: 0;
    position: fixed;
}
body #cookie-banner #cookie-banner-container {
    height: 34px;
    margin: 0 auto;
    max-width: 1180px;
    width: 92%;
}

body #cookie-banner #cookie-banner-container p {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    margin-top: 4px;
}
body #cookie-banner #cookie-banner-container .left p {
    margin: 0;
    padding-top: 10px;
}
body #cookie-banner #cookie-banner-container .accept {
  background-color: #FF4D54;
  background-image: url("../images/btn_cookie.png");
  background-repeat: no-repeat;
  background-size: 17.5px auto;
  border: medium none;
  box-shadow: none;
  font-weight: normal;
  height: 17.5px;
  width: 17.5px;
}
body #cookie-banner #cookie-banner-container p a {
  color: #FFFFFF;
}
body #cookie-banner #cookie-banner-container p a:hover {
  color: #FFFFFF;
  text-decoration:underline;
}
body #cookie-banner #cookie-banner-container .more-info {
  display: none;
}

.loadMoreSearchResults {
  text-transform: uppercase;
  width: 728px !important;
}

@media all and (max-width: 500px) {
body #cookie-banner #cookie-banner-container .left p {
    padding-top: 3px;
}
}
@media all and (max-width: 500px) {
body #cookie-banner #cookie-banner-container .left {
    max-width: 200px;
}
}



body #cookie-banner #cookie-banner-container {
    height: 34px;
    margin: 0 auto;
    max-width: 1180px;
    width: 92%;
}

body #cookie-banner #cookie-banner-container p a {
    color: #FFFFFF;
}
body #cookie-banner #cookie-banner-container .accept {

    background-image: url("../images/btn_cookie.png");
    background-repeat: no-repeat;
    background-size: 17.5px auto;
    border: medium none;
    box-shadow: none;
    font-weight: normal;
    height: 17.5px;
    width: 17.5px;
}
body #cookie-banner #cookie-banner-container .more-info {
    display: none;
}
body #cookie-banner #cookie-banner-container .left p {
    margin: 0;
    padding-top: 10px;
}
@media all and (max-width: 500px) {
body #cookie-banner #cookie-banner-container .left p {
    padding-top: 3px;
}
}
@media all and (max-width: 500px) {
body #cookie-banner #cookie-banner-container .left {
    max-width: 200px;
}
}
body #cookie-banner #cookie-banner-container .right {
    clear: none !important;
    float: right !important;
}
body #cookie-banner #cookie-banner-container .right p {
    margin: 8px 0 0;
    padding: 0;
}
@media all and (max-width: 500px) {
body #cookie-banner #cookie-banner-container .right p {
    margin-top: 12px;
}
}
@media all and (max-width: 500px) {
body #cookie-banner #cookie-banner-container .right .accept {
    margin-top: 5px;
    opacity: 0.8;
}
}
.scrollup {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 133px;
	right: 40px;
	display: none;
	text-indent: -9999px;
	background: url('../images/to_top.png') no-repeat;
	outline: 0;
}
.scrollup:hover, .scrollup:active, .scrollup:focus {
	outline: 0;
}

@media (min--moz-device-pixel-ratio: 1.3),
      (-o-min-device-pixel-ratio: 2.6/2),
 (-webkit-min-device-pixel-ratio: 1.3),
         (min-device-pixel-ratio: 1.3),
         (min-resolution: 1.3dppx)
{
	.icon{
		background-image: url(../images/sprites@2x.png) !important ;
	}

	@media (max-width: 1023px), (max-device-width: 1023px) and (orientation:portrait) {
		.primary-nav {
			background-image: url(../images/logo-footer@2x.png);
			background-size: 50%;
		}
	}
	.scrollup {
		background: url("../images/to_top@2x.png") repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0) !important;
	}
	.list-group-item h5.location i {
		background: url("../images/location_pink@2x.png") no-repeat scroll right top / 50% auto rgba(0, 0, 0, 0);
	}
	.list-group-item h5.address i {
		background: url("../images/address_pink@2x.png") no-repeat scroll right top / 50% auto rgba(0, 0, 0, 0);
	}
	.list-group-item h5.phone i {
		background: url("../images/phone_pink@2x.png") no-repeat scroll right top / 50% auto rgba(0, 0, 0, 0);
	}
	.list-group-item h5.email i {
		background: url("../images/email_pink@2x.png") no-repeat scroll right top / 50% auto rgba(0, 0, 0, 0);
	}
	.list-group-item h5.web i {
		background: url("../images/web_pink@2x.png") no-repeat scroll right top / 50% auto rgba(0, 0, 0, 0);
	}
	.list-group-item h5.tickets i {
		background: url("../images/tickets_ico@2x.png") no-repeat scroll right top / 50% auto rgba(0, 0, 0, 0);
	}
	.list-group-item h5.tweet i {
		background: url("../images/tw_pink@2x.png") no-repeat scroll right top / 50% auto rgba(0, 0, 0, 0);
	}
	.list-group-item h5.date i {
		background: url("../images/date_pink@2x.png") no-repeat scroll right top / 50% auto rgba(0, 0, 0, 0);
	}
	.list-group-item h5.starts i {
		background: url("../images/starts_pink@2x.png") no-repeat scroll right top / 50% auto rgba(0, 0, 0, 0);
	}
	.list-group-item h5.venue i {
		background: url("../images/venue_pink@2x.png") no-repeat scroll right top / 50% auto rgba(0, 0, 0, 0);
	}
	.list-group-item h5.price i {
		background: url("../images/price_pink@2x.png") no-repeat scroll right top / 50% auto rgba(0, 0, 0, 0);
	}
}
.slidedeck-iframe-embed {
	width: 100% !important;
}
@media only screen and (max-width: 610px) {
	.slidedeck-iframe-embed {
		display: block;
		width: 268px !important;
		max-width: auto;
		height: 157px !important;
	}
}

@media only screen and (max-width: 768px) {
	.slidedeck-iframe-embed {
		display: block;
		width: 370px !important;
		max-width: auto;
		height: 217px !important;
	}
}
/* Hack css iphone */
@media screen and (device-aspect-ratio: 40/71) {
	.slidedeck-iframe-embed {
		display: block;
		width: 268px !important;
		height: 157px !important;
	}
}
/* Hack css ipad */
@media screen and (device-aspect-ratio: 3/4) {
	.slidedeck-iframe-embed {
		display: block;
		width: 370px !important;
		height: 217px !important;
	}
}
/*======================== start fix height slider ===========================*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.slidedeck-iframe-embed {
		display: block;
		width: 268px !important;
		height: 157px !important;
	}
}


@media screen and (max-width: 1023px){
	.slidedeck-iframe-embed {
		height: 217px !important;
	}
}
@media screen and (max-width: 768px) {
	.slidedeck-iframe-embed {
		height: 157px !important;
	}
	.eventLoadMoreBtnSchedule {
		width: 76.3%;
	}
}
@media screen and (max-width: 767px) {
	.eventLoadMoreBtnSchedule {
		width: 99.3%;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.eventLoadMoreBtnSchedule {
		width: 99.3%;
	}
}
.slidedeck-iframe-embed.height1{
	height: 426.4px !important;
}
.slidedeck-iframe-embed.height2{
	height: 300px !important;
}
.full-gray-bg .site-body {
	background-color: #f6f6fb;
	padding-left: 20px;
}
/*======================== end fix height slider ===========================*/
.entry-meta .avatar {
    border-radius: 30px;
    float: left;
    margin-right: 5px;
    margin-top: -10px;
}
.sidebar-primary h6.search_intro {
    font-family: "Merriweather";
    font-size: 13px;
    padding-bottom: 20px;
    line-height: 1.5;
}
.related-posts-type h2 {
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0e0;
    color: #4d4d4d;
    margin-bottom: 5px;
}
.related-posts-type ul li a {
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Montserrat";
    color: #4d4d4d;
    line-height: 22px;
}
.related-posts ul {
    margin-top: 0;
}
.related-posts li {
    float: left;
    margin-bottom: 7px !important;
}
.wp-caption-text {
	color: #7a7b7a;
	font-style: italic;
	margin-top: -5px;
	text-align: center;
}