/*
Theme Name: Event
Theme URI: https://wplook.com/theme/event-wordpress-theme
Author: WPlook Studio
Author URI: https://wplook.com
Description: Premium WordPress Theme for events, conferences, meetups, exhibitions etc.
Version: 1.0.2
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, blue, green, orange, pink, red, white, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, front-page-post-form, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*--------------------
Table of Contents
----------------------
+ Color Scheme
+ Reset
+ General
	- Forms
	- Buttons
+ Header
	- Preloader
+ Navigation
+ Content
+ Schedule
+ Speakers
+ Partners
+ News
+ Pricing tables
+ Location
+ Slider
+ Tabs
+ Accordion
+ Testimonials
+ Footer

--------------------*/
/*--------------------
Google Fonts
--------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic|http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);


/*--------------------
Reset
--------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}



/*--------------------
General
--------------------*/
body {
	-webkit-font-smoothing: antialiased;
}

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

a {
    text-decoration:none;
}

a:hover, a:focus {
	text-decoration: none;
}

p {
    margin: 0 0 1.5rem 0;
    font-size: 1.6rem;
}

h1,h2,h3 {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.1em;
    font-weight: 400;
    color: #222222;
    margin: 1.5rem 0;
}

h4,h5 {
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0 1.5rem 0;
}

h1 {
    font-size: 9rem;
}

h2 {
    font-size: 4.5rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.6rem;
}
span.schedule-time.accent{display:none;}
blockquote {
	font-size: 1.6rem;
	font-style: italic;
	border-left: 2px solid;
	padding: 1.5rem 0 1.5rem 1.5rem;
	margin: 0 0 1.5rem 0;
}

ul,ol {
	font-size: 1.6rem;
	padding: 0 0 0 2rem;
	margin: 0 0 1.5rem 0;
}

ul {
	list-style-image: url(images/ul.png);
}

hr {
	width: 10rem;
	height: 2px;
    margin: 10px 0;
    background: #ebeef0;
}

/*-----------------------------------------------------------------------------------*/
/*	Attachments
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Images
/*-----------------------------------------------------------------------------------*/
a img {
  border: none;
}

p img {
  margin-bottom: 0.5em;
  /* a small bottom margin prevents content floating under images */
}

/*-----------------------------------------------------------------------------------*/
/*	Resize images to fit the main content area.
/*		- Applies only to images uploaded via WordPress by targeting size-* classes.
/*		- Other images will be left alone. Use "size-auto" class to apply to other images.
/*-----------------------------------------------------------------------------------*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}

img.alignleft {
  margin-right: 1.5em;
}

img.alignright {
  margin-left: 1.5em;
}

.wp-caption {
  padding: .5em;
  text-align: center;
}

.wp-caption img {
  margin: .25em;
}

.wp-caption .wp-caption-text {
  margin: .5em;
}

.gallery-caption {
  background: transparent;
}

.wp-smiley {
  margin: 0;
}

.sticky {
  background: transparent;
}

.bypostauthor {
  background: transparent;
}

/*-----------------------------------------------------------------------------------*/
/*	Alignment
/*-----------------------------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fright {
  float: right;
}

.frighti {
  float: right !important;
}

.fleft {
  float: left;
}

.clear {
  clear: both;
}
/*-- Forms --*/
.form {
	margin: 0 0 1.5rem 0;
}

input {
	width: 100%;
	height: 5.5rem;
	margin-bottom: 10px;
	padding: 1rem 1.5rem;
	border-width: 0 0 0 2px;
	border-style: solid;
	border-color: #ebeef0;
	border-radius: 0;
	background: #f4f6f7;
	font-size: 1.6rem;

	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s; 
}

textarea {
	width: 100%;
	height: 10rem;
	margin-bottom: 10px;
	padding: 1rem 1.5rem;
	border-width: 0 0 0 2px;
	border-style: solid;
	border-color: #ebeef0;
	border-radius: 0;
	background: #f4f6f7;
	font-size: 1.6rem;

	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s; 
}

input.not-valid,
textarea.not-valid {
	border-color: red;
}

textarea:focus, input:focus{
    outline: 0;
}

.accent {
	font-family: 'Source Sans Pro', sans-serif;
}

/*-- Buttons --*/
.button {
	position: relative;
	margin: 0 0 1.5rem 0;
	padding: 1.5rem 4rem;
	color: #fff;
	font-size: 1.6rem;
	line-height: 3rem;
	font-weight: 600;
	border: 0;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s
}

.button.button-icon.pull-right a{
	color: #fff;
}

.button:hover {
	opacity: 0.9;
}

.button-icon {
	padding: 1.5rem 2.2rem 1.5rem 2rem;
}

.button-icon > .fa {
	position: absolute;
	right: 0;
	top: 0;
    display: block;
    width: 6rem;
    line-height: 6rem;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.button .fa-chevron-down {
	display: none;
}

.button.button-active {
	max-width: 250px;
}

.button-active:after {
	display: none;
	position: absolute;
	top: 0;
	right: -6rem;
	content: "";
	width: 6rem;
	line-height: 6rem;
	font-family: 'FontAwesome';

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	
}

.success.button-active:after {
	display: block;
}

.buy-tickets {
	background: none!important;
}

.buy-ticket.button {
	margin: 0px;
}

.buy-ticket.button a{
	color: #fff;
}

.buy-ticket.button:hover{
	color: #fff!important;
}

.buy-eventbride a {
	color: #fff!important;
	font-weight: bold;
}

.btn_buy_ticket{
	width: 100%;
	margin: 0;
}
.buy {
	line-height: 0;
}

/*--------------------
Header
--------------------*/
.header {
	position: relative;
	margin-bottom: -40px;
	overflow: hidden;
	background-color:#000;
}

.header:before {
	top: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	/* background: rgba(0, 0, 0, 0.2); */
	z-index: 30;
}

.header-caption {
	position: absolute;
	/*bottom: 30%;*/ top:0;
	width: 100%;
	z-index: 40;
}

.header-caption .box {
	padding: 1.5rem 3rem;
	border-width: 0 0 0 3px;
	border-style: solid;
}

.header-caption .box h1 {
	margin: 0 0 1rem 0;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.header-caption .box span {
	font-size: 4rem;
	line-height: 1em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.header-background {
	position: relative;
	height: 700px;
	overflow: hidden;
	z-index: 10;
}

.header-background .slides { height: 100%; }
.header-background .slides > li { height: 100%; }

.header-background .slides img {
	position: absolute;
	width: 100%;
	min-width: 1200px;
	left: 50%;
	top: 50%;
}


/*-- Preloader --*/
#preloader {
	position: absolute;
    height: 100%;
    width: 100%;
    background: #ebeef0;
    z-index: 45;
}

#preloader.ready {
	display: none;
}

.preloader{
	position: relative;
	width: 12px;
	height: 12px;

	top: 46%;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	left: 46%;
	left: -webkit-calc(50% - 6px);
	left: calc(50% - 6px);
	
	border-radius: 12px;
	-webkit-transform-origin:  50% 50%;
			transform-origin:  50% 50% ;
	-webkit-animation: preloader 1s ease-in-out infinite;
			animation: preloader 1s ease-in-out infinite;
}

.preloader:before{
	content: "";
	position: absolute;
	opacity: 0.5;
	top: 0px;
	left: -25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}

.preloader:after{
	content: "";
	position: absolute;
	opacity: 0.5;
	top: 0px;
	left: 25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}

@-webkit-keyframes preloader{
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(180deg);}
    100%{-webkit-transform:rotate(180deg);}
}

@-o-keyframes preloader{
    0%{-o-transform:rotate(0deg);}
    50%{-o-transform:rotate(180deg);}
    100%{-o-transform:rotate(180deg);}
}

@keyframes preloader{
    0%{transform:rotate(0deg);}
    50%{transform:rotate(180deg);}
    100%{transform:rotate(180deg);}
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

#site-title a {
	color: #fff;
}

/*--------------------
Navigation
--------------------*/
.navigation-wrap {
	position: relative;
	width: 100%;
	height: 8rem;
	z-index: 100;
}

.navigation-wrap.sticky .navigation {
	position: fixed;
	top: 0;
}

.navigation {
	width: 100%;
}

.navbar-brand {
	color: #222;
	background: #fff;
	padding: 2rem;
	float: right;
}

.navbar-brand > span {
	margin-right: 1rem;
}

.navbar-brand > img {
	max-height: 4rem;
}

.navbar {
	margin: 0;
	border-radius: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

.navbar-custom {
	border: 0;
}

.navbar-custom .navbar-nav {
	margin: 0;
}

.navbar-nav > li {
	position: relative;
}

.navbar-custom .navbar-nav > li > a {
	line-height: 1.5rem;
	/*padding: 3rem 1.8rem;*/
	padding: 3rem 1.4rem;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	color: #222;
	border-width: 0.5rem 0 0 0;
	border-style: solid;
	border-color: #fff;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s
}

.navbar-custom .navbar-nav > li > a:hover {
	background: none;
}

.navbar-custom .navbar-nav > li > a:focus {
	background: none;
	border-color: #fff;
}

.navbar-custom .navbar-nav > .active > a, 
.navbar-custom .navbar-nav > .active > a:hover, 
.navbar-custom .navbar-nav > .active > a:focus {
	color: #222;
	background: none;
}

a.register {
	position: absolute;
	right: 0;
	display: block;
	height: 8rem;
	line-height: 2rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 3rem 4rem;
	color: #fff;
}

a.register:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 5;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}
a.register:hover:before { background: rgba(0, 0, 0, 0.1) }

a.register > b {
	position: relative;
	z-index: 10;
}

.navbar-custom .navbar-brand {
	height: auto;
	line-height: 6rem;
	padding: 1rem 2rem;
	font-size: 2.2rem;
	font-weight: 700;
}

.navbar-custom .navbar-toggle {
	width: 8rem;
	height: 8rem;
	margin: 0;
	padding: 2.7rem 2.5rem;
	border: 0;
	background: #fff;
	border-radius: 0;
}

.navbar-custom .navbar-toggle .icon-bar {
	width: 3rem;
	height: 0.6rem;
	border-radius: 0;
	background-color: #222;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 0.4rem;
}

.navbar-custom .navbar-collapse {
	padding: 0;
	border: 0;
	background: #fff;
}

.navbar-custom .navbar-nav.navbar-right:last-child {
	margin: 0;
}

.sticky .navbar-custom .navbar-collapse {
	border-bottom: 1px solid #ebeef0;
}



/*--------------------
Content
--------------------*/
.content {
	position: relative;
    padding: 0 15px;
    z-index: 50;
}

.content section,
.content footer {
	padding:1rem 4rem 1rem 2rem;
	margin: 1rem 0 0 0;
	background: #fff;
	box-shadow: 0 0 2.7em 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 2.7em 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 2.7em 0 rgba(0,0,0,0.15);
}

.content img {
	max-width: 100%;
}

.section-header {
	margin: 0 0 4rem 0;
}

.section-header h2 {
	margin-bottom: 0;
}

.section-header p {
	margin: 0.5rem 0 0 0;
	font-size: 1.8rem;
}

.fit-left { 
	position: relative;
	margin: -5rem 0 -5rem -7.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
	.fit-left { margin: -2rem -3.5rem 3rem -4.5rem; }
}
@media (max-width: 767px) {
	.fit-left { margin: -1rem -2.5rem 3rem -2.5rem; }
}

.fit-right {
	position: relative;
	margin: -5rem -7.5rem -5rem 0; 
}
@media (min-width: 768px) and (max-width: 991px) {
	.fit-right { margin: 3rem -4.5rem -2rem -3.5rem; }
}
@media (max-width: 767px) {
	.fit-right { margin: 3rem -3.5rem -1rem -2.5rem; }
}

.number {
	position: relative;
	margin: 0 0 4.5rem 0;
	padding: 2rem;
	background: #f4f6f7;
	text-align: center;
	font-size: 1.6rem;
}

.number:before {
	content: '';
	position: absolute;
	bottom: -3rem;
	left: 0;
	width: 0;
	height: 0;
	border-right: 3rem solid rgba(0, 0, 0, 0);
	border-top: 3rem solid #f4f6f7;
}

.number > b {
	display: block;
	font-size: 4rem;
	line-height: 1em;
	color: #222;
}



/*--------------------
Schedule
--------------------*/
.schedule-time {
	float: left;
	min-width: 130px;
	padding: 2.5rem 2rem;
	line-height: 3rem;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	color: #222;
}

.schedule-time > sup {
	font-size: 2rem;
}

.schedule-speaker {
	position: relative;
	float: right;
	padding: 1.5rem 1.5rem 1.5rem 0;
}

.schedule-speaker > img {
	position: relative;
	width: 5rem;
	height: 5rem;
	border: 0.3rem solid #fff;
	border-radius: 50%;
}

.schedule-speaker-list {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.schedule-speaker-list > b {
    float: left;
    margin: 1.5rem 1.5rem 0 0;
    line-height: 2rem;
    font-size: 1.4rem;
}

.schedule-speaker-list .schedule-speaker {
	float: left;
	padding: 0 2rem 0 0;
	margin-right: 2rem;
	background: #fff;
	border-radius: 2.5rem;
}

.schedule-speaker-list .schedule-speaker > img {
	float: left;
	margin-right: 1rem;
}

.schedule-speaker > h4 {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2rem;
	margin-top: 1.5rem;
}



/*--------------------
Speakers
--------------------*/
.speaker {
	position: relative;
	max-width: 280px;
	overflow: hidden;
	margin: 0 auto 3rem auto;
	z-index: 15;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s; background: #f4f6f7;
}

.speaker > img {
	width: 100%;
	height: auto;
	max-height: 180px;
}

.speaker img{
    height: auto;
	max-height: 180px;
	width: 100%;
}

.speaker-info {
	position: relative;
	/*padding: 2rem 3rem 3rem 3rem;*/
	padding: 1.5rem 1rem 3rem 1rem;
	text-align: center;
	background: #f4f6f7;
	z-index: 10;

	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s; 
	height: 9em;
	   /* height: 75px;*/
}

.speaker-info h3 {
	margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.speaker-info p {
	margin: 5px 0 0 0;
	font-size: 15px;
}

.speaker-contacts {
	display: table;
	table-layout: fixed;
	position: absolute;
	bottom: 25px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 5;

	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.speaker-contacts > li {
	position: relative;
	display: table-cell;
	text-align: center;
}

.speaker-contacts > li:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 5;

	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

.speaker-contacts > li:nth-child(2):before { background: rgba(255, 255, 255, 0.1); }
.speaker-contacts > li:nth-child(3):before { background: rgba(255, 255, 255, 0.2); }
.speaker-contacts > li:nth-child(4):before { background: rgba(255, 255, 255, 0.3); }

.speaker-contacts > li:hover:before { background: rgba(0, 0, 0, 0.1) }

.speaker-contacts > li a {
	position: relative;
	display: block;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	z-index: 10;
}

.speaker.active .speaker-info { margin-bottom: 50px; margin-top: -50px; }
.speaker.active .speaker-contacts { bottom: 0; }

.footer-menus .menu-item-type-custom{    list-style: none !important;
    margin-top: 45px !important;}
	
.footer-menus .menu-item-type-custom a{
	    font-size: 15px !important;
    line-height: 1em !important;
    margin-top: 5rem !important;
    color: #777 !important;
	}

/*--------------------
Partners
--------------------*/
.partners {
	margin: 0 15px 30px 15px;
	overflow: hidden;
}

.partner {
	min-height: 200px;
	padding: 15px;
	text-align: center;
/* 	-webkit-box-shadow: -1px -1px 0px 0px #ebeef0;
	-moz-box-shadow: -1px -1px 0px 0px #ebeef0;
	box-shadow: -1px -1px 0px 0px #ebeef0; */
}

.partner:hover {
	/* background:#f4f6f7; */ background:#fff;
}

.partner > img {
	max-width: 100%;
	max-height: 100%;
}



/*--------------------
News
--------------------*/
.news-list {
	width: 100%;
	padding: 0;
	list-style: none;
}

.news-list > li + li {
	border-top: 1px solid #ebeef0;
}

.news {
	position: relative;
	padding: 0 5rem 0 0;
	overflow: hidden;

	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s
}

.news:after {
	position: absolute;
	top: 50%;
	margin-top: -1.4rem;
	right: 3rem;
	display: block;
	content: "\f105";
	color: #999;
	font-size: 2.8rem;
	font-family: 'FontAwesome';

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s
}

.news:hover:after {
	right: 1.5rem;
}

.news:hover {
	background: #f4f6f7;
}

.news > * {
	display: block;
	vertical-align: middle;
	padding: 3rem 1.5rem;
	line-height: 1.5rem
}

.news-date {
	float: left;
	min-width: 15rem;
	font-size: 1.5rem;
	line-height: 2.8rem;
	white-space: nowrap;
}

.news-author {
	display: block;
	font-size: 1.5rem;
}

.news-author a {
	margin: 0px!important;
}

.news a {
	margin-left: 15rem;
	color: #222;
}

.news h4 {
	margin: 0;
	line-height: 2.8rem;
}

.news p {
	margin-top: 5px;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #777;
}


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

.buy-tickets {
	margin: 0px!important;
	padding: 0px!important;
	border: none;
}
.pricing-table {
	max-width: 100%;
	/* margin: 0 auto 1.5rem auto; */
}

.table-header {
	position: relative;
	padding: 15px 30px;
	background: #ebeef0;
	text-align: center;
}

.table-header:after {
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 0;
	height: 0;
	border-right: 30px solid rgba(0, 0, 0, 0);
	border-top: 30px solid #ebeef0;
	content: "";
}

.highlight .table-header > * {
	color: #fff;
}

.table-header > * {
	line-height: 40px;
	margin: 0;
	color: #222;
}

.table-header > h3 {
	font-size: 25px;
}

.table-header > b {
	display: block;
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 4rem;
	border-top: 1px solid rgba( 0, 0, 0, 0.1);
}

.table-header > b > sup {
	font-size: 2.6rem;
}

.table-features {
	margin: 0;
	padding: 0;
	list-style: none;
}

.table-features > li {
	padding: 15px 10px;
	margin: 5px 0 0 0;
	text-align: center;
	font-size: 16px;
	background: #f4f6f7;
}

.table-features > li.on {
	color: #222;
}



/*--------------------
Location
--------------------*/
.map {
	height: 600px;
}

#map-canvas {
	width: 100%;
	height: 100%;
	position: absolute;
}

.contact {
	list-style: none;
	padding: 0;
}

.contact-info {
	position: relative;
	float: left;
	width: 100%;
	padding: 1rem 0 1rem 4.5rem;
}

.contact-info + .contact-info {
	border-top: 1px solid #ebeef0;
}

.contact-info > span {
    display: block;
    line-height: 3rem;
    font-size: 15px;
    color: #222;
}

.contact-info > em {
	position: absolute;
	left: 0;
	width: 3rem;
	line-height: 3rem;
	font-size: 2.8rem;
	color: #ebeef0;
	text-align: center;
}



/*--------------------
Slider
--------------------*/
.slider img {
	width: 100%;
	height: auto;
	pointer-events: none;
}

.slider.owl-carousel,
.carousel.owl-carousel {
	width: auto;
}

.owl-buttons {
	overflow: hidden;
}

.owl-buttons > div:after {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 5;

	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

.owl-buttons > div:hover:after { background: rgba(0, 0, 0, 0.1); }
.owl-buttons > div:active:after { background: rgba(0, 0, 0, 0.1); }
.owl-buttons > div:nth-child(2) { background: rgba(255, 255, 255, 0.1); }

.owl-prev,
.owl-next  {
	position: relative; 
	float: left;
	width: 6.5rem; 
	height: 6.5rem; 
	overflow: hidden;
}
.owl-prev:before,
.owl-next:before {
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	width: 6.5rem;
	height: 6.5rem;
	padding: 1.7rem;
	font-size: 2rem;
	font-family: 'FontAwesome';
	z-index: 10;
}
.owl-prev:before { content: "\f053"; }
.owl-next:before { content: "\f054"; }

.carousel .owl-item {
    padding-right: 30px;
}

.carousel.owl-carousel {
	padding-right: 35px;
	margin: 0 0 1.5rem 0;
}

.carousel .owl-buttons {
	position: absolute;
	top: 0;
	right: 0;
	width: 6.5rem;
}

.slider .owl-buttons {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6.5rem;
}



/*--------------------
Tabs
--------------------*/
.content-tabs {
	margin: 0 0 1.5rem 0;
}

.nav-tabs {
	position: relative;
	margin: 0 0 5px 0;
	border: 0;
	z-index: 20;
}

.nav-tabs > li {
	float: left;
	margin: 0;
}

.nav-tabs > li > a {
	margin: 0;
	padding: 2rem 3rem;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 700;
	color: #999;
	line-height: 2.5rem;
	background: #ebeef0;
	border: 0;
	border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  border: 0;
  cursor: default;
}

.nav-tabs > li.active > a:after {
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top-width: 10px;
	border-top-style: solid;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 0;
}

.tab-pane {
	background: #f4f6f7;
	padding: 3rem;
}



/*--------------------
Accordion
--------------------*/
.accordion {
	padding: 0;
	list-style: none;
}

.tab-pane .accordion {
	margin: -3rem;
}

.accordion > li {
	background: #ebeef0;
}

.accordion > li + li {
	border-top: 0.5rem solid #fff;
}

.accordion-heading {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	padding-right: 8rem;
	overflow: hidden;
}

.accordion-heading:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	padding: 2.7rem 0;
	content: "\f0d7";
	width: 8rem;
	background: #f4f6f7;
	text-align: center;
	color: #222;
	font-size: 2.8rem;
	font-family: 'FontAwesome';
}

.active > .accordion-heading:after {
	content: "\f0d8";
}

.accordion-title {
	margin: 0;
	padding: 2.5rem 2rem;
	font-size: 1.8rem;
	line-height: 3rem;
	color: #222;

	position: relative;

	    
}

.fa.accordion-trigger {
	width: 8rem;
	text-align: center;
	font-size: 2.8rem;
	color: #222;
}

.accordion-body {
	padding: 3rem;
	background: rgba(255, 255, 255, 0.4);
}

.accordion-body ul{
	display:block !important;
}



/*--------------------
Testimonials
--------------------*/
.testimonial {
	margin-right: 10px;
}

.testimonial-content {
	position: relative;
	margin: 0 0 5px 0;
	padding: 3rem;
	background: #f4f6f7;
}

.testimonial-content:after {
	content: '';
	position: absolute;
	bottom: -3rem;
	left: 4.5rem;
	width: 0;
	height: 0;
	border-right: 3rem solid rgba(0, 0, 0, 0);
	border-top: 3rem solid #f4f6f7;
}

.testimonial-content p {
	font-size: 1.6rem;
	font-style: italic;
	margin: 0;
}

.testimonial-author img {
	float: left;
	width: 6rem;
	height: auto;
	border-radius: 50%;
}

.testimonial-author > div {
	padding-left: 7rem;
	font-size: 15px;
	line-height: 1em;
}

.testimonial-author h4 {
	margin: 0;
	color: #222;
}


/*--------------------
Footer
--------------------*/
footer.footer {
	background: #222;
}


/*-- Socials --*/

.social-icons {
	margin: 1.5rem 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.social-icons li {
	float: left;
	margin: 0 0 1.5rem 0;
}

.social-icons li a {
	width: 6.5rem;
    color: #fff;
    line-height: 6.5rem;
    font-size: 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);

    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.social-icons li:nth-child(2) a { background: rgba(255, 255, 255, 0.2); }
.social-icons li:nth-child(3) a { background: rgba(255, 255, 255, 0.3); }
.social-icons li:nth-child(4) a { background: rgba(255, 255, 255, 0.4); }
.social-icons li:nth-child(5) a { background: rgba(255, 255, 255, 0.5); }
.social-icons li:nth-child(6) a { background: rgba(255, 255, 255, 0.4); }
.social-icons li:nth-child(7) a { background: rgba(255, 255, 255, 0.3); }
.social-icons li:nth-child(8) a { background: rgba(255, 255, 255, 0.2); }
.social-icons li:nth-child(9) a { background: rgba(255, 255, 255, 0.1); }

/*-- Copyrights --*/
.copyrights {
	font-size: 18px;
	line-height: 1em;
	margin-top: 4rem;
}


/*--------------------
Single & Page
--------------------*/
.margin-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-background.minheader {
	height: 700px;
}

.single h1,
.page h1 {
	font-size: 7rem;
}

.page-header h2 {
	margin: 0;
	font-size: 4.5rem;
	line-height: 1em;
}

/*-- Breadcrumbs --*/

.breadcrumbs {
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.breadcrumbs li {
	position: relative;
	float: left;
	line-height: 40px;
	font-size: 14px;
	background: #ebeef0;
}

.breadcrumbs li:nth-child(2n+2) {
	background: #f4f6f7;
}

.breadcrumbs li:first-child a {
	padding-left: 20px;
}

.breadcrumbs li:last-child {
	padding: 0 20px 0 30px;
	background: none;
	cursor: default;
}

.breadcrumbs li + li a {
	padding-left: 30px;
}

.breadcrumbs a {
	display: block;
	padding: 0 15px;
	color: #777;
	font-size: 14px;

	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s; 
}

.breadcrumbs a:after {
	position: absolute;
	top: 0;
	right: -15px;
	display: block;
	content: "";
	border-right: 15px solid rgba(0, 0, 0, 0);
    border-bottom-width: 40px;
    border-bottom-style: solid;
    border-bottom-color: #ebeef0  ;
    z-index: 5;

    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s; 
}

.breadcrumbs li:nth-child(2n+2) a:after {
	border-bottom-color: #f4f6f7;
}

.breadcrumbs a:hover {
	background: #1db4c1;
	color: #fff;
}

.breadcrumbs li a:hover:after{
	border-bottom-color: #1db4c1;
}


/*-- Page Share --*/

.page-share {
	margin: 0 0 15px 0;
}

.page-share > h4 {
	float: left;
	margin: 0 10px 0 0; 
	font-size: 15px;
	line-height: 40px;
}

.page-share > ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-share li {
	float: left;
}

.page-share li a {
	width: 40px;
    color: #777;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background: #ebeef0;

    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.page-share li:nth-child(2n+2) a {
	background: #f4f6f7;
}

.page-share li a:hover {
	background: #1db4c1;
	color: #fff;
	cursor: pointer;
}

/*-- Widget --*/

.widget + .widget {
	margin-top: 3rem;
}

.widget-title {
	position: relative;
	margin: 0;
	padding: 20px 25px;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	background: #ebeef0;
}

.widget-title:after {
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 0;
	height: 0;
	border-right: 30px solid rgba(0, 0, 0, 0);
	border-top: 30px solid #ebeef0;
	content: "";
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li {
	margin-top: 5px;
}

.widget li a {
	display: block;
	padding: 15px 25px;
	line-height: 20px;
	font-size: 15px;
	color: #777;
	background: #f4f6f7;

	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

.widget li a:hover {
	color: #fff;
	background: #6fbe4a;
}


/*-----------------------------------------------------------
	Calendar
-----------------------------------------------------------*/

#calendar_wrap {
	margin: 0;
	color: #343434;
	background: #fff;
}

#wp-calendar, #wp-calendar th, #wp-calendar td {
	text-align: center;
	background: none;
	border: none;

}

#wp-calendar {
	background: none;
	empty-cells: hide;
	width: 100%;
	font-size: 12px;
}

#wp-calendar th {
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
}

#wp-calendar td {
	text-align: center;
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

#wp-calendar td:hover {
	background-color: #fff;
}

#wp-calendar a {
	text-decoration: none;
	display: block;
	padding: 5px;
}

#wp-calendar a:hover {
	background: #f9f9f9;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: center;
}

#wp-calendar #today {
	background-color: #f3f3f3;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar .pad {
	background-color: #fff;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background: #f0f3f5;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background: #f0f3f5;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
}

#wp-calendar .pad, #wp-calendar .pad:hover {
}

/*-- Tags --*/
.tagcloud > a {
	display: inline-block;
	margin: 5px 1px 0 0;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 15px;
	color: #777;
	background: #f4f6f7;

	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

.tagcloud > a:hover {
	color: #fff;
	background: #6fbe4a;
}

/*-- Text Widget --*/
.textwidget {
	 text-indent: 25px;
}
/*-- Post Meta --*/

.post-meta {
	list-style: none;
	margin: 0 0 3rem 0;
	padding: 0;
	font-size: 15px;
	color: #777;
}

.post-meta li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ebeef0;
}

.post-meta .meta-date {
	font-size: 18px;
}

.post-meta .meta-speaker {
	font-size: 25px;
	color: #222;
}


/*-- Comments --*/
.comment-box{
	position: relative;
	margin: 0 0 10px 0;
	padding-left: 7.5rem;
}

.commentlist{
	list-style: none;
	padding: 0px;
}
.
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-author {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 10px;
}

.comment-author img {
	width: 6.5rem;
	height: 6.5rem;
	border-radius: 50%;
}

.comment-reply-link {
	font-size: 14px;
	float: right;
}

.comment-body {
	position: relative;
	padding: 20px;
	background: #f4f6f7;
}

.comment-body:before {
	position: absolute;
	top: 0;
	left: -30px;
	width: 0;
	height: 0;
	border-top: 30px solid rgba(0, 0, 0, 0);
	border-right: 30px solid #f4f6f7;
	content: "";
}

.comment-body > p {
	margin: 5px 0 0 0;
	font-size: 15px;
}

.comment-author-info > * {
	display: inline-block;
	vertical-align: top;
}

.comment-author-name {
	margin-right: 10px;
	font-size: 24px;
	color: #222;
}

.comment-meta {
	font-size: 12px;
}

.children {
	list-style: none;
	margin-left: 7.5rem;
	padding: 0;
}

/*-- Reply --*/
.half-row {
	float: left;
	width: 50%;
}

.half-row + .half-row {
	padding-left: 10px;
}

.block-title {
	margin-top: 40px;
	font-size: 30px;
	font-weight: bold;
}



/*-- Error 404 --*/

.error h2 {
	font-size: 25rem;
}

.error h3 {
	font-size: 3rem;
	color: #777;
	margin-bottom: 40px;
}
.go-home a:hover{
	color: #fff;
}

/*-- vCard --*/
.vcard-photo {
	margin: 0 0 10px 0;
}

.vcard-socials {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}

.vcard-socials li {
	width: 6.5rem;
	height: 6.5rem;
	float: left;
	position: relative;
}

.vcard-socials li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.vcard-socials li:nth-child(2):after { background: rgba(255, 255, 255, 0.1); }
.vcard-socials li:nth-child(3):after { background: rgba(255, 255, 255, 0.2); }
.vcard-socials li:nth-child(4):after { background: rgba(255, 255, 255, 0.3); }
.vcard-socials li:nth-child(5):after { background: rgba(255, 255, 255, 0.4); }

.vcard-socials li a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 6.5rem;
	font-size: 20px;
}

/*-- Sub Menu --*/
.sub-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	background: #fff;
	border: 1px solid #ebeef0;
}

.sub-menu > li + li {
	border-top: 1px solid #ebeef0;
}

.sub-menu a {
	display: block;
	padding: 5px 20px;
	color: #777;
}

.sub-menu a:hover {
	color: #fff;
}


.menu-expand {
	display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    background: none repeat scroll 0% 0% #F4F4F4;
    width: 5.5rem;
    height: 5.5rem;
    line-height: 60px;
    cursor: pointer;
}

.menu-expand:after {
    content: "";
    font-family: "FontAwesome";
    font-style: normal;
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: 5.5rem;
}

.open.menu-expand:after {
    content: "";
}


.nav-tabs > li {
   /* display: none; */
}

#tab177 .schedule-time, #tab207 .schedule-time, #tab208 .schedule-time, #tab912 .schedule-time {
	display: none;
}

#schedule .nav-tabs li:nth-child(1) {
	display: none;
}

.timeline .nav-tabs li:nth-child(1) {
	display: block;
}

#tab121 .schedule-time {
	display: none;
}

.col-md-3 {
    width: 20% !important;
}

.partners .col-md-3 {
    width: 25% !important; 
    
}
.home .partners .col-md-3
{
	width: 50% !important;
    margin: auto;
    float: none;
    box-shadow: -1px -1px 0px 0px #fff;
}
#speakers .button {
}

#pagecontent .col-md-2 {
	display: none;
}

#pagecontent .col-md-6 {
	width: 100%;
	padding: 0px;
}

#wpcf7-f172-o1 {
	width: 50%;
	float: left;
	padding-right: 20px;
}
div.wpcf7 {
    margin: 0px;
    padding: 0px;
    width: 50%;
    float: left;
}


.form-caption {
	width: 48%;
	float: right;
	padding-left: 30px;
}

#single-post .col-md-2 {
	display: none;
}

#single-post .col-md-10 {
	width: 100%;
}



/* Sponsors */

#post-123 {
	width: 100% !important;
	height: auto !important;
}
#post-123 img {
	width: 80% !important;
	height: auto !important;
}

#post-122, #post-586, #post-894, #post-599, #post-898, #post-902 {
	width: 100% !important;
}



.home .partner {
	/*width: 50% !important;*/
	height: auto;
	text-align: left;
}


.home #post-898 {
	width: 50% !important;
	height: 180px;
}
.home #post-898 img {
	width: 150px;
	height: 150px;
}

.home #post-902 {
	width: 50% !important;
	height: 180px;
}

.home #post-902 img {
	padding-top: 20px;
	width: 150px;
}

#post-586 img {
	height: auto;
	width: 100%;
}

#post-586 .col-md-3 {
    	width: 100% !important;
}

#post-599, #post-894 {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 180px;
}


/* .Sponsors */


.avatar-60 {
	display: none;
}


#post-123 .col-md-3, #post-122 .col-md-3, #post-85 .col-md-3, #post-82 .col-md-3, #post-894 .col-md-3, #post-599 .col-md-3 {
    width: 100% !important;
}

.video-logo-container {
	/*margin-top: -130px; position: absolute;
	*/
    margin-top: 8%;
	position: relative;
	
	margin-left: 170px /*265px*/;
}

.sponsored-by-audi {
	position: absolute;
	z-index: 1;
	padding: 20px;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
}

#post-296 .button {
	display: none;
}

/* Timeline No Accordion Non-clickable */
.timeline .accordion-heading::after {
	display: none;
}
.timeline .accordion li {
	pointer-events: none;
}

#location h2 {
font-size: 4rem;
}


/* Oveerwrite Form CSS */
span.wpcf7-list-item {
    margin-left: 0.5em;
    display: block;
}

.wpcf7-checkbox input {
	width: auto;
	height: 20px;
}

#contact-category-list {

}

.wpcf7-list-item label span {
	font-weight: 500;
}

.category-info-1 {
	display: none;
	/*
	padding: 30px;
	background-color: rgb(250, 250, 250);
	border-radius: 20px;
	*/
}
.category-info-2 {display: none;}
.category-info-3 {display: none;}
.category-info-4 {display: none;}
.category-info-5 {display: none;}


.category-info-6 {display: none;}
.category-info-7 {display: none;}
.category-info-8 {display: none;}
.category-info-9 {display: none;}
.category-info-10 {display: none;}


.category-info-11 {display: none;}
.category-info-12 {display: none;}
.category-info-13 {display: none;}
.category-info-14 {display: none;}
.category-info-15 {display: none;}




.file-730 input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    background-color: red;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.enter-now-button-container {
	height: 40px;
}

.buy-ticket {
	position: absolute;
margin: 0px 0px 2.5rem;
padding: 1.5rem 4rem;
margin-bottom: 40px;
color: #FFF;
font-size: 3.6rem;
line-height: 3rem;
font-weight: 300;
border: 0px none;
transition: all 0.2s ease 0s;
width: 100%;
text-align: center;
padding-bottom: 20px;
bottom: -30px;
}

.buy-ticket.button {
	margin-bottom: 40px;
}


   @media (max-width: 1199px) {
   	#navigation .page-share {display: none;}
   	.home-fullwidth-image-container {display: none;}
   	.home-parallax {display: none;}

   	.speaker img {
	    height: 130px;
	    width: 100%;
   	}

   }



@media (max-width: 991px) {
	#navigation .page-share {display: none;}
	.home-fullwidth-image-container {display: none;}
	.home-parallax {display: none;}

	.speaker img {
  height: 120px;
  width: 100%;
	}

}

@media (max-width: 768px) {
	.col-md-3 {
	    width: 100% !important;
	}
	.video-logo-container img {
		width: 100% !important;
	}
	#post-122 {
	width: 100% !important;
	}

	#post-85{
		width: 100% !important;
	}

	#post-82 {
		width: 100% !important;
	}

	#post-586 {
		width: 100% !important;
	}

	#post-586 img {
		height: auto;
		width: 100%;
	}

	.speaker img {
		height: auto;
		width: 100%;
		max-height: none;
  	}
  	.timeline .accordion-heading {
  		padding-right: 0rem;
  	}
  	#location {
  		    height: 800px;
  	}
	.video-logo-container {
	    margin-top: -180px;
	    position: absolute;
	    margin-left: 0px;
	}

	.video-logo-container img {
	   margin-left: 0px !important;
    	   margin-top: 2em !important;
	}
	.sponsored-by-audi {
		text-align: left;
	}
	.sponsored-by-audi img {
	    width: 70%;
	}
	.header-caption .box {
	    position: absolute;
	    margin-top: 20px;
	}
	.testimonial-content p {
	    padding: 10px;
	}

	#location h2 {
	    font-size: 3rem;
	}

	.contact-info > span {
	    font-size: 11px;
	}

	#post-270 iframe {
		max-width: 100% !important;
	}

	.copyrights {
    		font-size: 12px;
  	}

}



    #twt {
        width: 40px !important;
        height: 40px !important;
        cursor: pointer !important;
        background: url("images/follow-us.png") no-repeat !important;
    }

    #pg-home {
        width: 40px !important;
        height: 40px !important;
        background: url(http://awards.pressgazette.co.uk/wp-content/uploads/2015/09/pg-logo.png) no-repeat !important;
    }


    #widget {
        width: 40px !important;
        height: 40px !important;
    }

    #fbbutton-2 {
    	  background-color: #00a7b6;
    	  color: #fff;
    }

	#linkedin-2 {
    	  background-color: #B81415;
    	  color: #fff;
    }

   #navigation-wrap .page-share {
   	padding-top: 20px;
   	padding-right: 20px;
   }

   #single-post .col-md-3 {
   	display: none;
   }

   #single-post .col-md-7 {
      width: 100%;
   }

   .field-label-inline {
   	display: none;
   }

   .bookmarks {
   	display: none;
   }

   #page-header .current {
   	display: none;
   }

	.home-fullwidth-image-container {
		margin-top: 100px;
		position: absolute;
		width: 100%;
	}

   .home-fullwidth-image img {
   	width: 100%;
   }
   .home-parallax {
   	margin-top: 1050px !important;
   }


#menu-item-115 a {
	color: #1db4c1;
}

#menu-item-1375 a,  #menu-item-1373 a{
	color: #1db4c1;
}


/* Safari Fix */
#safari-background {
	display: none;
}

.safari #header-background {
	display: none;
}

.safari #safari-background {
	background: #111;
	display: block;
}


/* Chrome Fix */
.chrome #map-canvas, .safari #map-canvas {
	display:none;
}

#chrome-canvas, #safari-canvas {
	display: none;
}


.cate_sponsors{
	
color: #fff;
background: #1db4c1;
width: 100%;
font-weight: bold;
max-width: 150px;
}

/*.chrome #chrome-canvas, .safari #chrome-canvas {
	display: block;
	background-image: url(http://awards.pressgazette.co.uk/wp-content/uploads/2015/09/gmaps.jpg);
	width: 100%;
      height: 100%;
      position: absolute;
}*/

.chrome #chrome-canvas a div, .safari #chrome-canvas a div {
	height: 100%;
	width: 100%;
}


#post-296 .col-md-3 {
    	display: block !important;
}

.partners #post-907 {
	width: 45% !important;
    padding-top: 2em;
}



#gallery h2 {
	text-align: center;
}

.logo-embed-code {
    background: #f7f7f7;
    padding: 1em;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-top: solid 5px #b70e0e;
    box-shadow: 0.1em 0.1em 0.3em 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0.1em 0.1em 0.3em 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0.1em 0.1em 0.3em 0 rgba(0,0,0,0.1);
    margin-bottom: 3em;
    width:45%;
}

 @media (max-width: 600px) {
 	.logo-embed-code {
 		width: 90%;
 	}
 }

 .page .single-post .col-md-9{
 	width: 100%;
 }

 .post-1060 .accordion{
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
.post-1060 .accordion-title, .post-1227 .accordion-title{
        border-top: 1px solid #f4f6f7;
	    margin: 0;
	   /* padding: 20px 0;*/
	    cursor: pointer;
	    background-color: #dbdbdb;  
    	border-bottom: 1px solid #ffffff;
}
.post-1060 .accordion-title:hover {}
.post-1060 .accordion-title:first-child {border: none;}
.post-1060 .accordion-title.open,.post-1227 .accordion-title.open {cursor: default;}
.post-1060 .accordion-content,.post-1227 .accordion-content{padding: 2.5rem 2rem;}

.post-1060 .accordion-title:after{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    padding: 2.7rem 0;
    content: "\f0d7";
    width: 8rem;
    background: #f4f6f7;
    text-align: center;
    color: #222;
    font-size: 2.8rem;
    font-family: 'FontAwesome';
   
}

.awardbutton{
	background-color: #00a7b6;
	    font-size: x-large;
    font-weight: bolder;
    color: beige;
}

.post-1060 .col-md-3 {
   	 display: block !important; 
   }


 .post-1060  .partner {
    height: 35% !important;
}

#sponsors img {
    max-width: 100%;
    width: 100%;
    height: auto;
    /*max-height: 99px;*/
}



@media (max-width: 480px) {
	.rig {
		margin-left: auto !important;
	}
}

/*** Sponsors section changes ***/

.headline-sponsor{
	        text-align: center;
	        padding-top: 3px;
}

.headline-sponsor .sponsored-by-text {
	display: inline;
	color: black;
}

.headline-sponsor img {
    height: 43px;
    width: auto;
    padding-right: 2.5em;
    padding-left: 2.5em;
    padding-bottom: 0.3em;
    padding-top: 0.2em;
}

@media (min-width: 1000px) and (max-width: 1370px) {
	.headline-sponsor img {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
}

@media (min-width: 1370px) and (max-width: 1600px) {
	.headline-sponsor img {
		padding-right: 1.9em;
		padding-left: 1.8em;
	}
}

@media (max-width: 992px) {
	.headline-sponsor {
		display: none;
	}
}

.headline-sponsor img.main-sponsor {
	height: 100px;
	padding-left: 0.5em;
}

.headline-sponsor img.st-marys {
	height: 50px;
}

/*#sponsors .content{
display:none;
}




 #sponsors .post-1551.col-md-3, #sponsors .post-1534.col-md-3,#sponsors .post-1537.col-md-3,#sponsors .post-1522.col-md-3,#sponsors .post-1557.col-md-3,#sponsors .post-1560.col-md-3,#sponsors .post-1073.col-md-3,#sponsors .post-908.col-md-3,#sponsors .post-1569.col-md-3,#sponsors .post-1481.col-md-3,#sponsors .post-85.col-md-3{
width: 25% !important;
}



#sponsors .post-1551.content, #sponsors .post-1534.content,#sponsors .post-1537.content,#sponsors .post-1522.content,#sponsors .post-1557.content,#sponsors .post-1560.content,#sponsors .post-1073.content,#sponsors .post-908.content,#sponsors .post-1569.content,#sponsors .post-1481.content,#sponsors .post-85.content{
	display:block !important;
}*/



/**** Sponsors section changes ends here ***/


/***** homepage video overlay *******/
#video-overlay {
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.5;
    position: absolute;
}

.venue_title{
	font-size: 2rem;
    color: #222;
    font-weight: bold;
}

#menu-item-1702 a {
    color: #1db4c1;
}

ul li .menu-item {
    min-width: 13em;
}
.wpcf7-form input[type="checkbox"]
{
	margin:8px 0 0 0;
	height: 15px;
    width: auto;
}
span.wpcf7-not-valid-tip
{
	color: #f00;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -3.2em;
}
.wpcf7 .col-lg-6 {
    width: 50%;
    position: relative;}
.your-consent  {float:left;}
.your-consent span.wpcf7-list-item {
    margin-left: 0em;
    display: block;
    margin-right: 1.0em !important;
}
.company {

    font-size: 14px;
    line-height: 22px;

}
.product_form
{
	width:100%;
	float:left;
}

#customer_login .woocommerce-form__label-for-checkbox { display:block;}
#customer_login button.woocommerce-Button.button {margin:0.5em 0 1.5em 0!important;}
#customer_login .woocommerce-form__label-for-checkbox span { float:left; font-weight:normal; font-size:14px;}
#customer_login	#rememberme{width: 17px;float: left; height: 26px; margin: 4px 8px 0 0;}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #B81415;
color: #fff; }
 .woocommerce-page table.cart td.actions .input-text {
    width: 140px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {padding: 1.218em 1em;}

.woocommerce-checkout #payment ul.payment_methods li input {width: 17px;float: left; height: 26px; margin: 4px 8px 0 0;}
.woocommerce-checkout #payment input#payment_method_stripe, #add_payment_method #payment input#payment_method_stripe {top:0;}

#procts_forms .Addtocart_but {clear: left; margin-left: 6.5em; position: relative; top: -2.8em; left: 2.5em; }
#procts_forms .wpcf7-form-control.wpcf7-submit {max-width: 125px; position: absolute; display: inline-block;
margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
#procts_forms .btn {padding: 1.218em 1em; max-width: 100%;}
#procts_forms button, html .procts_forms input[type="button"], .procts_forms input[type="reset"], .procts_forms input[type="submit"]	{max-width: 100px;}
#procts_forms div.wpcf7-validation-errors, #procts_forms div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    position: absolute;
    bottom: auto;
}
div.wpcf7-mail-sent-ok { position: relative; text-align: center;}

.panel.panel-default {
    margin-bottom: 0.3em;
}
.panel-heading {
    background: #ebeef0;
    color: #222;
    position: relative;
}
h4.panel-title{
    margin: 0;
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    line-height: 3rem;
}
h4.panel-title:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    padding: 1.7rem 0;
    content: "\f0d7";
    width: 8rem;
    background: #f4f6f7;
    text-align: center;
    color: #222;
    font-size: 2.8rem;
    font-family: 'FontAwesome';
}
.panel.active h4.panel-title:after {
    content: "\f0d8";
}
h4.panel-title:hover{cursor: pointer;}
.panel-collapse {
    padding: 3rem;
    background: rgb(235, 238, 240);
    border-top: 1px solid #ccc;
}
.panel.active .collapse{display: block;}
.wpcf7-mail-sent-ok{display: none ;}

.woocommerce-notice {
    padding: 2em;
    background: #ebeef0;
    margin-bottom: 3em;
    font-size: 1.2em;
}
.success {
    text-align: center;
    color: green;
    font-size: 1.1em;
    margin: 0 0 1.5em 0;
}
#entry_myaccount{
	padding: .8em;
	border: 2px solid #ccc;
}
#entry_myaccount h4{
	margin: 0 0 0.3em 0;
	padding: 0 0 0.2em 0;
	border-bottom:1px solid #ccc;
	color: #000;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color: #B81415; color: #ccc;}
.woocommerce-input-wrapper .select2-container {display:none;}
.button:hover {color: #ccc;}
#product_id {
    padding: 1em;
background:#f4f6f7;
color: #333;
margin-bottom: 2em;
margin-top: 0.2em;
border: 0; width: 100%;
}
span.financier select,span.country-of-the-project select,span.estimated-budget-value-of-the-project-value select{
    padding: 1em;
background:#f4f6f7;
color: #333;
margin-bottom: 2em;
margin-top: 0.2em;
border: 0; font-weight: normal; width: 100%;
}

.when-was-the-project-completed-month select,.when-was-the-project-completed-year input{
    padding: 1em;
background:#f4f6f7;
color: #333;
margin-bottom: 2em;
margin-top: 0.2em;
border: 0; font-weight: normal;width: 48%;margin-right: 2%;}
#procts_forms label{display: inline;}

/*.form-left-cell{ float:left; width: 47%;}
.form-right-cell{ float: left; margin-left: 2em; width: 48%;}*/
#products_list div.wpcf7{ width:100%;}
.wpcf7-form-control-wrap.supporting-evidence input{ padding:0;}
.disc-form .wpcf7-not-valid-tip{bottom: -1em;}
.woocommerce-checkout #payment ul.payment_methods li .js-wc-payment-gateway-account-number{
	width: 100%;
    height: auto;
}
.payment_method_cybersource_sa_sop_credit_card .fancy-select {
    width: 46%;
    float: left;
    padding: 0 2%;
}
select#wc-cybersource-sa-sop-credit-card-type {
    height: auto !important;
    opacity: 1 !important;
    width: 100% !important;
    line-height: 5.5rem;
    padding: 1.1rem 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    border: none;
    background: #f4f6f7;
    cursor: pointer;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
}
/************* Loader Styles ************/
.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #00a7b6;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 1.4s linear infinite; /* Safari */
  animation: spin 1.4s linear infinite;margin-left: 48%;
}
.supporting-evidence .wpcf7-not-valid-tip {
    width: 100%;
    float: left;
    height: auto;
    position: static;
    bottom: 0;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.sponsor-img
{
    /*margin-top:20px;*/
}
.company_name
{
color:#000;
}


/* Uk Styles  */

.frst-scs{
	/* background-image: url(https://via.placeholder.com/150);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;*/
	background-color: #333;
	color: #fff;
}

.bg-bannner-txt{
	padding: 17% 0 0 0% ;/*17% 7%*/
	color: #fff;
}
.bg-bannner-txt h1 {
	color: #fff;
}
.frst-right-scs{
	background-color: #fff;
	background-image: linear-gradient(#fff, #e6e6e6); /* Standard syntax (must be last) */
	padding: 30px;
	min-height: 21.45em;
}

.pink-scs{
	background-color: #1db4c1;
}
.no-pd{
padding: 0;
}
.pnk-text-prt{
	background-color: #fff;
	padding: 30px; margin-bottom: 2em;
}

.pnk-text-prt h2{
	color: #1db4c1;
}
.white-box{
	background-color: #fff;
	padding: 30px;
	box-shadow: 1px 2px 30px #333;
	margin-bottom: 30px;
	min-height: 27em; min-height: 27em;
}

.frst-right-scs h3{
	color: #1db4c1;
	margin-top: 0;
}

.white-box h3{
	color: #1db4c1;
}
.lft-txt{
	float: left;
	width: 50%;
}
.rght-arw{
	text-align: right;
	font-size: 30px;
	color: #77de82;
	margin-bottom: 0;
	float: right;
	width: 75%;
}
span.rd-mr-gr-btn {
    font-size: 16px;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.gry-scs{
	background-color: #555f6b;
	color: #fff;
}
.meed-logo{
	width: 75%;
}

blockquote, input:focus, textarea:focus, .header-caption .box, .navbar-custom .navbar-nav > li:hover > a, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus, div.fancy-select div.trigger.open {
    border-color: #1db4c1 !important;
}

.preloader div, .preloader, .preloader:before, .preloader:after, .button, a.register, .speaker-contacts, .highlight .table-header, .owl-buttons, ul.social-icons li a:hover, .button-active:after, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, div.fancy-select ul.options li.selected, .vcard-socials li, .sub-menu a:hover{
	border-color: #1db4c1 !important;
}

.preloader div, .preloader, .preloader:before, .preloader:after, .button, a.register, .speaker-contacts, .highlight .table-header, .owl-buttons, ul.social-icons li a:hover, .button-active:after, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, div.fancy-select ul.options li.selected, .vcard-socials li, .sub-menu a:hover {
    background-color: #1db4c1 !important;
}

#fbbutton-2 {
    /*background-color: #1db4c1 !important;*/
    background-color: #00a7b6 !important;
    color: #fff;
}

#linkedin-2 {
	background-color: #00a7b6 !important;
    color: #fff;
}
#twbutton-2,#instagram-2 {
	background-color: #6ddd67  !important;
    color: #fff;
}
.clearfx{
	clear: both;
}
#instagram {
    background: #1db4c1;
	color: #fff;
}
.home-first-bg-banner
{
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.frst-right-scs .lft-txt
{
	margin:0 0 3.8% 0;
}
a.footer-privacy-link{color:#fff;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {color: #fff; }
.entry-featured-image{width: auto;
    float: right;
    margin-left: 20px;}
	
.top-article { margin-top:-100px;}
.top-article  h1, .top-article  h3 {color: #fff; }
@media (max-width: 768px) {
.top-article {
    margin-top: 210px;
}
}
/* */ .inner-bg  h1{line-height: 0.72;}
.inner-bg  h1, .inner-bg  p { max-width: 75%; margin: 0.5em auto;} 
.inner-bg  h1  a {color: #fff; font-size: 4rem; }
.inner-bg {padding: 7% 7%;
/*background: rgba(0, 167, 182, 0.6);*/
background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.31) 15%, rgba(2,2,2,0.6) 28%, rgba(10,10,10,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(15%, rgba(0,0,0,0.31)), color-stop(33%, rgba(2,2,2,0.9)), color-stop(100%, rgba(10,10,10,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.31) 15%, rgba(2,2,2,0.6) 28%, rgba(10,10,10,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.31) 15%, rgba(2,2,2,0.6) 28%, rgba(10,10,10,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.31) 15%, rgba(2,2,2,0.6) 28%, rgba(10,10,10,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.31) 15%, rgba(2,2,2,0.6) 28%, rgba(10,10,10,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0a0a0a', GradientType=0 );
}

.footer-menus ul li{width: auto;    float: left; margin-right: 1em;}
.wpcf7-form-control-wrap  span.wpcf7-not-valid-tip { position:relative; bottom: 0;}
.wpcf7-form-control-wrap  input{padding:0}
.entry-radio input{ width: auto;    float: left;    margin: 2px 10px;       height: 25px;	   }
span.wpcf7-list-item.first {width: auto; float: left;}
#payment #place_order{width:50%;}
.highlight .table-header:after, .nav-tabs > li.active > a:after{ border-top-color:#1db4c1; }

.panel-body {word-wrap: anywhere;  word-break: break-all;}
a.case_studies_img {
    max-height: 27em;
    overflow: hidden;
    display: block;
}
.page-id-1945 .page-header h2
{
display:none;
}
.previous-winner-info-div h4 strong {
    color: #1db4c1;
}
span.required {
    color: red;
}
.entry-featured-image-left
{
    width: auto;
    float: left;
    margin-right: 20px;
}
/* Case study Page CSS starts  */

.pg-title{
	color: #1db4c1;
	font-weight: bold;
}

.sc-title{
	color: #1db4c1;
}

.gr-section {
	background-image: linear-gradient(#fff, #e5e5e5); 
	padding-top: 15px;
	padding-bottom: 15px;
  }
.rd-mr-gr-btn{
	cursor: pointer;
	border: 1px solid #77de82;
	padding: 3px 15px;
	color: #77de82;
	transition: 0.5s;
	display: inline-block;
}  
.rd-mr-gr-btn:hover{
	cursor: pointer;
	border: 1px solid #1db4c1;
	padding: 3px 15px;
	color: #1db4c1;
	transition: 0.5s;
	display: inline-block;
}  

.rd-mr-wh-btn{
	cursor: pointer;
	border: 1px solid #ffffff;
	padding: 3px 15px;
	color: #ffffff;
	transition: 0.5s;
	display: inline-block;
}  
.rd-mr-wh-btn:hover{
	cursor: pointer;
	border: 1px solid #f5f5f5;
	padding: 3px 15px;
	transition: 0.5s;
	color: #f5f5f5;
	display: inline-block;
}  

.sc-white{
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sc-lt-brand{
	background-color: #1db4c1;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sc-lt-brand h3{font-weight: bold; color: #fff !important;}
.sc-lt-brand ul{
	color: #FFF !important;
	list-style-image: none !important;
    list-style-type: disc !important;
}
.img-slide
{
	text-align: center;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* Case study Page CSS ends  */
li.start-an-entry-btn a {
    margin-left: 10px;
    background-color: #1db4c1 ;
    color: #fff;
}
li.start-an-entry-btn a:hover{
background-color: #6ddd67;
}
.wpcf7-form-control-wrap select
{
	width: 100%;
    height: 5.5rem;
    margin-bottom: 10px;
    padding: 1rem 1.5rem;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: #ebeef0;
    border-radius: 0;
    background: #f4f6f7;
    font-size: 1.6rem;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}



@media (min-width: 1024px) { .inner-bg {min-height: 34.35em; } 
#speakers .post_speaker {min-height:354px;}
.pnk-text-prt{  min-height: 28.8em; max-height: 28.8em; }

} 
.logo-height {height:500px;}
.text-center {
    text-align: center;
    overflow: hidden;
   
}
@media (max-width: 500px) { 
img.logo-height {    height: 350px;}
.video-logo-container {
    margin-left: -100px !important;
    margin-top: -150px !important;
    margin-right: -100px !important;
}
.text-center {
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.sticky .navbar-custom .navbar-collapse {
    border-bottom: 1px solid #ebeef0;
    height: 500px; }
	
	.nav-tabs > li > a {
        padding: 2rem 2rem; }

}
@media (max-width: 400px) {  .nav-tabs > li > a {
        padding: 2rem 0.5%; }}

@media (max-width: 700px) { 
.footer-menus .menu-item-type-custom {
    list-style: none !important;
    margin-top: 15px !important;
}

div.wpcf7 {width:100%;}
}

@media ( max-width: 992px ) {
	li:hover > .sub-menu { display: block; position:relative; }
	
}

/*@media only screen and (max-device-width: 992px) {
     li.desiblelink > a{
        pointer-events: none;
    }
}*/
@media ( max-width: 400px ) {
h1 {
    font-size: 5rem;
} }

a.start-entry{color:#fff; border:2px solid #fff; padding:0.6em 1.5em;font-weight: bold; transition: 0.5s;}
a.start-entry:hover{background:#fff; color:#1db4c1; transition: 0.5s; }
a.start-entry.btn1{background:#1db4c1; padding:1em 2em;border:2px solid #1db4c1;}
a.start-entry.btn1:hover{border:2px solid #6ddd67; background:#6ddd67; color:#fff;} 
#post-3771 a img
{
 padding-top: 30px;
}
.partners .col-md-3 {
 min-height: 215px;
}
h5.sponsor-title {
color: #222;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin-left: 18px;
}
@media (min-width: 600px) and (max-width: 991px) {
.partners .col-md-3 {
    width: 50% !important;
	float:left;
}
}
@media (max-width: 599px) {
.partners .col-md-3 {
    width: 100% !important;
}
h5.sponsor-title {
    text-align: center;
    margin-left: 0px;
}
}
div.gala-teaser{
    position: relative;
    top: -170px;
}
.gala-teaser h4{
color:#fff;
}
@media (max-width: 768px) {
div.gala-teaser{
    top: 170px;
    text-align: center;
}
}
.under-post-lead-capture {
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 3em;
    background: #f7f7f7;
    border-radius: 0.2em;
    box-shadow: 0.1em 0.1em 0.3em 0 rgba(0,0,0,0.2);
}
#infinite-article .entry-content .lead-capture-modal h2 small, .under-post-lead-capture header h2 small {
    display: block;
    font-family: montserrat, helvetica, arial, sans-serif;
    text-transform: uppercase;
    background: #00a7b6;
    color: #fff;
    width: 12em;
    text-align: center;
    padding: 0.5em;
    font-size: 60%;
    margin-bottom: 0.3em;
}
.under-post-lead-capture h2 {
    font-size: 1.8em !important;
}