/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/

audio,
canvas,
img,
video {
/*	vertical-align: middle; */
width:100%;
/*max-width:720px;*/
height:auto;
}


/*Video Style*/

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0px;
    padding: 0px;
    overflow: hidden;
	text-align:left;
}

.embed-responsive-item {
/*    border-style:none;
	width:800px;
	text-align:left; */
}

.mejs-container .mejs-controls{
	height: 25px;
	background: #222;
	max-width:752px;
	margin-left:2px;
}

.mejs-controls .mejs-button button{
	margin: 4px 5px;
}
.mejs-container .mejs-controls .mejs-time{
	padding-top: 5px;
}
.mejs-controls .mejs-time-rail .mejs-time-total{
	margin: 6px 0px;
	border-radius: 0;
	background: rgba(253, 253, 253, 0.1);
	
}
.mejs-video .mejs-controls .mejs-time-rail span{
	height: 3px;
}

.mejs-controls .mejs-time-rail .mejs-time-current{
	background: #5ab4e6;
}
.mejs-video .mejs-controls .mejs-time-rail .mejs-time-float, .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float{
	height: 20px;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 15px;
	border: 1px solid transparent;
}
.mejs-video .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner{
	top: 17px;
}

/*
* Remove default fieldset styles.
*/

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
	resize: vertical;
}

/* ==========================================================================
Browse Happy prompt
========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

img{
	max-width: 100%;
	width: 100%;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/*body*/
body{
	/*font-family: Helvetica, Arial, sans-serif;*/
	/* font-family: "Fira Sans" !important; */
	font-family: "Source Sans Pro" !important;
	font-size:14px;
	font-weight:normal;
/*	background:#f9f9f9; */
	background:#f9f9f9;
	color:#2d3e50;
	text-align:left;
}

h1, h2, h3, h4, h5, h6{
	margin:0px;
	line-height: 1.2;
}
h3{
    font-size:1.4em;
}	
h4{
    font-size:1.0em;
}	
ul,ol{
	padding:0px;
	margin:0px;
}

a:hover{
	text-decoration:none;
	color:#2f383d;
}

.text-left{
	text-align:left !important;
}

input:focus,textarea:focus{
/*	box-shadow:0px 0px 1px 1px #5ab4e6 !important; */
	box-shadow:0px 0px 0px 0px #ffffff !important;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-o-transition:all ease-in-out 0.25s;
	transition:all ease-in-out 0.25s;
}

/*newsection*/
.video-toolbox{
/*  position: absolute; 
  bottom:0%;
  padding-right: 10px;*/
}
.video-details{
    background-color:#FFFFFF;
	margin-top:14px;
	min-height:412px;
}
.newsection_header{
	margin-bottom:0px;
}

.newsection{
	margin-bottom:1px;
	/*margin-top:5px*/
	/*padding-top:10px;*/
    /*border-top: 1px solid #c3c8cd;*/
}
.newscontent {
    border-bottom: 1px solid #C3C8CD;
}
.detail-right{
    margin-top: 5px;
    padding-top: 10px;
/*    border-top: 1px solid #c3c8cd; */
	
}

.video-details-right {display:block; }
.video-details-bottom {display:none; }

.video-description {
	margin-bottom:10px;
	margin-top:10px;
    padding-left: 5px;
    padding-right: 5px;
}
.video-description-text{
    min-height:205px;
}
.video-comments {
	margin-bottom:2px;
	margin-top:2px;
}
.newsection:last-chlid{
	margin-bottom:0px;
}



/*social-icon*/
.header-top .social-icon {
	margin:2px 0;
}

.header-top .social-icon a, .contact-topbar a, .menu-topbar a{
	margin-right:10px;
	font-size: 1.2em;
	color: #2d3e50;
	width: 22px;
	height: 22px;
	display: inline-block;
	text-align: center;
	line-height: 22px;

}

.header_contact{
	font-size: 1.2em;
	letter-spacing: 0.05em;
	color: #2d3e50;
	padding-right:12px;
}

.social-icon a,.social-icon a:hover{
	-webkit-transition: background ease-in-out 0.5s;
	-moz-transition: background ease-in-out  0.5s;
	-o-transition: background ease-in-out  0.5s;
	transition: background ease-in-out  0.5s;
}
.social-mobile {
    display:none;
}

.menu-topbar{
	text-align:left;
	margin: 2px 0px 0px 0px;
}

.contact-topbar{
	text-align:right;
	margin: 2px 18px 0px 0px;
}

.social-icon{
	text-align:left;
	padding-left:2px;
}

.social-icon a:last-child{
	margin-right:0px;
}

.social-icon a:hover{
	color:#fff  !important;
}

.facebook:hover{
	background:#3b5998 !important;
}

.twitter:hover{
	background:#00aeef !important;
}

.googleplus:hover{
	background:#dd4b39 !important;
}

.detail-comments:hover{
	background:#f5b617 !important;
	cursor:pointer;
}

.dribble:hover{
	background:#ea4c89 !important;
}

.linkedin:hover{
	background:#0e76a8 !important;
}

.vimeo:hover{
	background:#44bbff !important;
}

.email:hover{
	background:#5ab4e6 !important;
}

.videocomments{
	background:#dd4b39 !important;
	color:#fff  !important;
}

.videorecommend{
	background:#dd4b39 !important;
	color:#fff  !important;
}

.videocomments:hover{
	background:#44bbff !important;
	cursor:pointer;
}

.videorecommend:hover{
	background:#44bbff !important;
	cursor:pointer;
}

.header-spacer{
    height:22px;
}

/*headertop*/
.header-top{
	background:#2c3e50;	
	min-height:25px;
	position: fixed;
    z-index: 900;
    opacity: 0.99;
	width:100%;
}

.header-topmenu{
	width:100%;
    background: #F5B617;   
}

.header-menu{
	width:100%;
    background: #F5B617;
}

.login-details {
	margin:15px 0;
}

.login-details li{
	float:left;
	list-style:none;
	margin-right:29px;
	color: #fff;
}

.login-details li:last-child{
	margin-right:0px;
}

.login-details li:nth-child(3n){
	margin-right:5px;
}

.login-details a{
	display:inline-block;
	font-size:14px;
	color:#fff;
}

.login-details  .pri-color:hover{
	color:#fff;
}

.login-details  .agenticon{
	background:url(../img/user-icon.png) no-repeat left -2px;
	padding-left:25px;

}

.login-details .customericon{
	background:url(../img/user-icon.png) no-repeat left -21px;
	padding-left:25px;

}

.login-details .membericon{
	background:url(../img/user-icon.png) no-repeat left -43px;
	padding-left:25px;
}

.login-details .membericon_active{
	background:url(../img/user-icon-active.png) no-repeat left -43px;
	padding-left:25px;
}

.channel-header{
	padding:0px 0;
	background: #F9F9F9 ;
}

.main-header{
	padding:1px 0;
	box-shadow: 0px 1px 5px rgba(19, 18, 18, 0.2);
/*	background: #c3c0b9; */
}

.main-header.affix{
	top:0px;
	background:#F5B617;
	width:100%;
	z-index:999;
	padding:1px 0;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.affix .sub-menu .arrow{
	border-bottom: 5px solid #3C5168;
}
.affix .sub-menu {
    border-top: 5px solid #2c3e50;
}
.main-header.affix #logo{
	margin:5px 0;
}

.mobile-menu-icon{
	display:none;
}


.sb-search {
	position: relative;
	margin-top: 4px;
	width: 30px;
	height: 24px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 30px;
	border: none;
	outline: none;
	/*background: none;*/
	width: 150px;
	height: 24px;
	margin: 0;
	z-index: 10;
	padding: 0px 10px;
	font-family: inherit;
	font-size: 14px;
	font-weight:300;
	color: #222222;
	border: 1px solid rgba(0, 0, 0, 0.2);
/*	border-radius:3px; bis 02.03.2020 */
	border-radius:0px;
}


.sb-icon-search,
.sb-search-submit  {
	width: 36px;
	height: 24px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #000; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity:0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #FFFFFF;
	background:none;
	z-index: 90;
	font-size: 14px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'FontAwesome';
}

.sb-icon-search:before {
	content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 175px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


/*logo*/
#logo{

	float: left;

}



/*Nav*/
.main-nav {
	float:left;
	margin-right:15px;
}

.main-nav li{
	float:left;
	padding:5px 0;
	position:relative;
	list-style:none;
}

.main-nav a{
	font-size:16px;
    color: #232323;
	position:relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.main-nav a:hover{
	color:#efefef;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-nav li.parent > a:after{
	font-family:"FontAwesome";
	content:"\f107";
	padding-left:4px;
}

.main-nav li:last-child{
	margin-right:0px;
	margin-bottom:0px;
	padding-bottom: 0;
	border-bottom: none;
}

.main-nav li:hover .sub-menu{
	visibility:visible;
	display:block;
	top:30px;
}

.main-nav li.active > a{
	color:#f9f9f9;
}

.sub-menu{
	position:absolute;
	z-index:2;
	background: #232323;
	padding:15px ;
	width:100%;
	width:350px;
	visibility:hidden;
	display:none;
	border-bottom:2px solid #000;
	margin-top: -2px;
	border-top:5px solid #F5B617;
}

.sub-menu li{
	padding-top:0px;
	padding-bottom:2px;
	margin-bottom: 2px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-right:0;
	width:100%;
}
.sub-menu li a{
	color:#fff;
	font-weight:300;
	-webkit-transition:ease 0.2s;
	-moz-transition:ease 0.2s;
	-o-transition:ease 0.2s;
	transition:ease 0.2s;
}

.main-nav li:hover .sub-menu li .sub-menu{
	top: 0px;
}

.sub-menu li .sub-menu .arrow{
	left: 10px;
	border-left: 0;
}

.sub-menu li .sub-menu{
	left: 100%;
	top: 0px;
}

.sub-menu li a:hover{
	padding-left:5px;
	-webkit-transition:ease 0.2s;
	-moz-transition:ease 0.2s;
	-o-transition:ease 0.2s;
	transition:ease 0.2s;
}

.sub-menu .arrow{
	position: absolute;
	border: transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 4px solid #2c3e50;
	width: 80;
	height: 0;
	top: -12px;
	left: 1px;
}

/*Banner*/
.banner{
	background:url(../img/banner.png) no-repeat left top;
	min-height:680px;
	height:auto;
	background-size:cover;
}

.banner .center{
	padding: 150px 0;
	text-align:center;
}

.banner .title{
	font-size:60px;
	font-weight:300;
	margin-bottom:10px;
}
.banner  p{
	font-size:16px;
	width:75%;
	margin:0 auto;
}

.clock{
	display:inline-block;
	margin:40px auto;
}
.countdown-container {
	position: relative;
	top: 50%;
	
}

.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;	
	width: 100%;
}

.clock-canvas {
	background-color: #fff;
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
	box-shadow: inset 0px 0px 0px 5px #c4cbcf;
}

.clock-item{
	width:160px;
	float:left;
	margin-right:30px;
}

.clock-item:last-child{
	margin-right:0px;
}

.clock-content {
	margin-top:20px;
}
.clock-content .val{
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -43px;
	font-size: 62px;
	font-weight: 300;
}
.clock-content .typ{
	font-size:24px;
	font-weight:300;
}
/*toolbar*/
.toolbar{
    background-color:#037885;
	height:35px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
    padding-top: 5px;
}
.toolbar p {
    color:#FFFFFF;
	float:right;
	margin-right:15px;
}
/*Blockbar Group*/
.blockbar-highlight{
    background:url(../images/blockbar_more.jpg) no-repeat ;	
	height:40px;
	width:100%;
	margin-top:10px;
	margin-bottom:0px;
    padding-top: 5px;
}
.blockbar-highlight-text{
    text-align:left ;
	margin-left: 10px;
	font-size:20px;
	font-family: "Fira Sans";
	color:#FFFFFF ;
	text-transform: uppercase;
}
.blockbar-mediathek{
    background:url(../images/blockbar_group.jpg) no-repeat ;	
	height:40px;
	width:100%;
	margin-bottom:10px;
    padding-top: 5px;
}
.blockbar-mediathek-text{
    text-align:left ;
	margin-left: 10px;
	font-size:18px;
	font-family: "Fira Sans";
	color:#FFFFFF ;
}
.blockbar-group{
    background:url(../images/blockbar_more.jpg) no-repeat ;	
	height:40px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
    padding-top: 5px;
}
.blockbar-group-header{
    background:url(../images/blockbar_more.jpg) no-repeat ;	
	height:40px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
    padding-top: 5px;
}
.blockbar-group-text{
    text-align:left ;
	margin-left: 10px;
	font-size:18px;
	font-family: "Fira Sans";
	color:#FFFFFF ;
	text-transform: uppercase;
}
.blockbar-more{
    background:url(../images/blockbar_more.jpg) no-repeat ;	
	height:35px;
	width:100%;
    padding-top: 5px;
}
.blockbar-more-text{
    text-align:right ;
	margin-right: 10px;
	font-size:18px;
	font-family: "Fira Sans";
	color:#FFFFFF ;
	text-transform: uppercase;
}
.blockbar-more-link{
	font-size:18px;
	font-family: "Fira Sans";
	color:#FFFFFF ;
	text-transform: uppercase;
}

/*eventform*/
.eventform{
	padding: 21px 0;
}
.eventform .title{
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
	font-size:22px;
}
.eventform small{
	color:#fff;
	font-size:18px;
}
.eventform-con{
	margin-top:0px;
}
.eventform-con .form-input{
	float:left;
	margin-right:12px;
	margin-bottom:0px;
	position:relative;
} 
.eventform-con .form-input.search-location {
	width: 33%;
}
.eventform-con .form-input.search-location input{
	padding:0px 40px;
}



.eventform-con .form-input:last-child{
	margin-right:0px;
}   
.eventform-con .form-input input,.eventform-con .form-input .styled-select{
	width:100%;
	height:40px;
	border:none;
	outline:none;
	padding:0px 5px;
	font-family: "Fira Sans";
	border-radius:0px;
	font-size:1.1em;
}  
.eventform-con .form-input .icon.icon-s{
	right: 0px;
	left: 0px;
	background: transparent;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	width: 40px;
	cursor:default;
} 

.eventform-con .form-input .icon{
	position: absolute;
	top: 50%;
	background: #f8f8f8;
	border: 0;
	width: 40px;
	height: 100%;
	right: 0;
	margin-top: -20px;
	font-size: 18px;  
	outline:none;
	cursor:pointer;
}

.eventform .eventform-con .form-input .styled-select{
		background: url('../img/nav-bg.png') no-repeat scroll right center #FFF;
	}
	
.eventform-con .form-input .styled-select{
	padding:0px;
	width: 85px;
	height: 25px;
	overflow: hidden;
	background: url('../img/arrow-2.png') no-repeat scroll right center #FFF;
	border-radius: 0px;
}

.eventform-con .broadcasts .styled-select{
	width: 95px;
}


.eventform-con .form-input .styled-select select {
	background: none repeat scroll 0% 0% transparent;
/*	padding: 8px; */
	line-height: 1;
	border: 0px none;
	border-radius: 0px;
	/*height: 27px;*/
	cursor: pointer;
	outline: medium none;
	width: 120%;
}

.eventform-con .broadcasts{
	width: 80px; 
}

.eventform-con .broadcasts{
	width: 95px; 
}


/*Tabs*/   
.ui-tabs-nav{
	margin:0px auto;
	display:inline-block;
	margin-bottom:30px;


}
.ui-tabs .ui-state-default{
	list-style:none;
	float:left;
	height:39px;
	line-height:38px;
	outline:none;
	min-width:175px;
	border-top:1px solid #c2c4cb;
	border-bottom:1px solid #c2c4cb;
	border-right:1px solid #c2c4cb;
} 
.ui-tabs .ui-state-default:first-child{
	border-left:1px solid #c2c4cb;
	border-radius: 4px 0px 0px 4px;
} 

.ui-tabs .ui-state-default:last-child{
	
	border-radius: 0px 4px 4px 0px;
}

.ui-tabs .ui-state-default a{
	padding:0px 20px;
	color:#a8a8a8;
	font-size:18px;
	display:block;
	outline:none;
	text-decoration:none;
	font-weight:300;
	height: 100%
}

.ui-tabs  .ui-state-default.ui-tabs-active{
	border:1px solid #5ab4e6;
	border-left:1px solid #5ab4e6 ;
	border-right:1px solid #5ab4e6 ;

}

.ui-state-default.ui-tabs-active a{
	background:#5ab4e6;
	color:#fff;
}


/*events*/
.events{
	text-align:center; 
}   

.events .title{
	font-size:48px;
	font-weight:300;
	color:#54667a;
	margin-bottom: 10px;
}

.contentcenter{
	width:60%;
	margin:0 auto 35px;
	font-size:18px;
	color:#54667a;
	font-weight:300;
}

.eventcontainer{
	margin-bottom:30px;
}


.eventsicon{
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px solid #5ab4e6;
	line-height: 100px;
	margin: 25px auto 0px;
	font-size: 45px;
	color: #5ab4e6;
	display:inline-block;
}

.event{
	background:#fff;
	font-size:1.0em;
	font-weight:300;
	/* color:#848080; */
	color:#000000; 
	letter-spacing: 0.3pt;
/*	text-align:center; */

}
.marketingimg{
	overflow:hidden;
	min-width:275px;
}
.eventsimg{
	overflow:hidden;
	max-height:150px;
	min-width:275px;
}

.dtodayimg{
	overflow:hidden;
	max-height:600px;
	min-width:275px;
}
.event img{
/*
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
*/
}
.event:hover img{
/*
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
*/
}

.event .stars{
    width:80px;
}

.event .title{
	font-size:1.2em;
	font-weight:700;
	margin-bottom:6px;
	/*color:#848080; */
    color: #9A0C17; 
/*	text-transform:uppercase; */
/*	font-family: 'Crimson Text','Helvetica Neue',Helvetica,Arial,sans-serif; */
    font-family: "Source Sans Pro" !important;
}
.event p .dateline {
    color: #9A0C17; 
}

.dtoday_details p .dateline {
    color: #9A0C17; 
}

.copyright_dpa{
    font-size: 0.85em;
	line-height: 0.9em;
	color: #696969;
}
.main-title {
/*	font-family: 'Crimson Text','Helvetica Neue',Helvetica,Arial,sans-serif; */
    font-family: "Source Sans Pro" !important;

}
.main-title a{
	color: #000000;
}


.event .title a{
/*	color:#848080; bis 25.02.2020 */
	color:#000000;
}

.event-content{
    text-align:left;
	padding:15px 10px;
}

.eventsimg{
	position:relative;
	display:inline-block;
}

.eventsimg .video-icon{
	margin-left: -30px;
	margin-top: -20px;
}
.eventsimg .video-length{
	bottom:6px;
	right:8px;
}

.eventsimg:hover .video-icon, .eventsimg:hover .video-length{
	visibility:visible;
	display:block;
}

.eventsimg img{
	max-width:100%;
	width: 100%;
}

.events .eventform-con{
	clear:both;
	padding-bottom:8px;
	border-bottom:1px solid #c3c8cd;
	margin-top:0px;
	margin-bottom:5px;
}


.events .form-input{
	border:0px solid #c2c4cb;
	border-radius:0px;
}
.events .eventform-con .form-input .icon,.events .eventform-con .form-input input,.events .eventform-con .form-input .styled-select select{
	color:#5C6670;
}

.events  .eventform-con .form-input input::-webkit-input-placeholder{
	color:#5C6670;
}

.events .eventform-con .form-input input::-moz-placeholder{
	color:#5C6670;
}

.events   .eventform-con .form-input input:-ms-input-placeholder {
	color:#5C6670; 
}

.events .form-input.search-location{
	width:23%;
}
.events .event-filter li{
	float:left;
	list-style:none;
	width:40px;
	height:40px;
	border:1px solid #c3c8cd;
	line-height:40px;
	margin-left:12px;
	color:#c3c8cd;
	cursor:pointer;
	padding-top:1px;
	color:#c3c8cd;
	font-size:18px;
	border-radius:0px;
}
.events .event-filter li.active{
	color:#fff;
	background:#5ab4e6;
	border:0px;
}

.event .links{
	background:#c3c0b9;
	color:#848080;
}
.event .links li{
	float: left;
	list-style: none;
	width: 33.3%;
    padding-left:10px;
	text-align: left;
	height: 30px;
	line-height: 29px;
	border-top: 1px solid #dddad3;
	border-right: 1px solid #dddad3;
/*	text-transform:uppercase; */
}
.event .links li:last-child{
	border-right:none;
}
.event .date li{
	list-style: none;
	text-align: left;
	height: 26px;
	line-height: 25px;
}

.event .links a{
	color:#848080;
	font-size:0.9em;
	font-weight:400;
	cursor: pointer;
	position: relative;
}

.event .links .icon{
	margin-right:5px;
}
.event .date a{
	color:#c3c0b9;
	font-size:1.0em;
	font-weight:400;
	cursor: pointer;
	position: relative;
}

.event .date .icon{
	margin-right:5px;
}

.bewertung_grey{
	color:#848080;
	cursor:pointer;
}
.bewertung_yellow{
	color:#f5b617;
	cursor:pointer;
}

.event .intro{
	background:#fff;
    margin: 0px 0px 0px;
/*	text-transform:uppercase; */
}
.event .intro li{
	float: left;
	list-style: none;
	width: 33.3%;
	text-align: center;
	height: 40px;
	line-height: 39px;
	border-top: 1px solid #f3f3f5;
	border-right: 1px solid #f3f3f5;
}
.event .intro li:last-child{
	border-right:none;
}


.event .intro a{
    color: #5AB4E6;
	font-weight:400;
	cursor: pointer;
	position: relative;
}

.event .intro .icon{
	margin-right:5px;
}

.events .eventform-con .form-input .searchkey{
    width:270px;
}

.itemlist .intro{
	display:none;
}
.itemlist .date{
	display:none;
}

.event .locations{
	background:#fff;
}
.event .locations li{
	float: left;
	list-style: none;
	width: 50%;
	text-align: center;
	height: 40px;
	line-height: 39px;
	border-top: 1px solid #f3f3f5;
	border-right: 1px solid #f3f3f5;
}
.event .locations li:last-child{
	border-right:none;
}


.event .locations a{
	color:#c3c8cd;
	font-weight:400;
	cursor: pointer;
	position: relative;
}

.event .locations .icon{
	margin-right:5px;
}




.event .social-icon a{
	color:#c3c8cd;
	border-top: 1px solid #f3f3f5;
	border-right: 1px solid #f3f3f5;
	width:52px;
	height: 40px;
	line-height: 40px;
	margin-right: 0px;
	font-size:18px;
	text-align:center;
}

.event .social-icon a:last-child{
	border-right:0px;
}

.categories img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.categories:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.categories .stars{
    width:80px;
}

.categories .title{
	font-size:14px;
	font-weight:700;
	margin-bottom:8px;
	color:#2c3e50;
}

.categories .title a{
	color:#2c3e50;
}


.rating{
	color:#ffaa00;
	margin-bottom:5px;
}

.job{
	font-size:18px;
	margin-bottom:8px;
	line-height:1;
}

.blog .eventsimg{
	float:left;
	margin-right:20px;
	max-width: 300px;
}

.blog .event-content{
	overflow:hidden;
	text-align:left;
}

.blog .event-content .btn{
	margin-top:5px;
}
.blog .meta,.blog .meta a{
	margin:5px 0;
	color:#c2c4cb;
}


.blog .event-container{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #c3c8cd;
}
.event-container{
	margin-bottom:40px;
}

/*fielder-items */

.fielder-items .form-input{
	width:230px;  
	margin-right:15px; 
}
.fielder-items .form-input.arrow-up-down{
	width:auto;
	border:none;
}
.fielder-items .event-filter{
	float:right;
}

.fielder-items .event-filter li:last-child{
	margin-right:0px;
}

.fielder-items .event-filter li {
	margin-right:20px;
	margin-left:0px;
}
.fielder-items .form-input.arrow-up-down .btn {
	padding: 11px 14px;
	border-radius: 3px;
	font-size: 13px
}

/*meta*/
.meta{
    width:100%;
	list-style:none;
	display:inline-block;
}

.meta li{
	float:left;
	margin-right:10px;
	font-weight:normal;
/*	text-transform:uppercase; */
}

.meta li.intro{
    color: #5AB4E6;
	float:left;
	margin-right:10px;
	font-weight:normal;
}

.meta a{
    color: #5AB4E6;
	margin-right:5px;
}

.meta .icon {
	margin-right:8px;
}

/*sep*/
.sep{
	height: 1px;
	background: #e6e6e6;
	display: block;
	margin: 5px -10px 8px;
}





/*background*/
.background {
	background:url(../img/background-bg.png) no-repeat center center;
	background-size: 100% 100%;
	display: table;
	width: 100%;
	padding:50px 0;
}

.background-content{
	padding: 10px 8%;
	text-align:center;
}

.border-cover {
	width: 80%;
	margin: 0 auto;
	border:3px solid #fff;
}

.border-cover .title{
	font-weight:900;
	background:url(../img/background-bg.png) no-repeat top center;
	max-width:540px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-35px;
	margin-bottom:15px;
}
.border-cover p{
	max-width:540px;
	margin-right:auto;
	margin-left:auto;
}

.background-content .both-btn{
	margin:20px auto;
	width:90%;
}

.background .event{
	-webkit-transition:all ease-in-out 0.3s;
}

.background .event:hover{
	background:#735cb0;
	color:#fff;
	border-color:#fff;
	-webkit-transition:all ease-in-out 0.3s;
}

.background .event:hover .title,.background .event:hover p{
	color:#fff;
}

.background .event:hover .eventsicon{
	border-color:#fff;
	color:#fff;
}

.background  .eventform-con{
	margin:30px 0px
}
.background .eventform-con .form-input{
	border:1px solid #000;
	border-radius:3px;
}

.background .form-input.search-location{
	width:35%;
}

.background .eventform-con .btn{
	padding:8px 30px;
	border-radius:3px;
}

.background .eventform-con .form-input input,.background .eventform-con .form-input .icon{
	color:#54667a;
}

.background .eventform-con .form-input input::-webkit-input-placeholder{
	color:#54667a;
}

.background .eventform-con .form-input input::-moz-placeholder{
	color:#54667a;
}

.background  .eventform-con .form-input input:-ms-input-placeholder {
	color:#54667a; 
}

/*both-btn*/
.both-btn{
	position:relative;
}

.both-btn .round{
	position:absolute;
	top: 0;
	left: 50%;
	background: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin-left: -28px;
	line-height: 57px;
	font-size: 24px;
	font-weight: 300;
	box-shadow: inset 0px 0px 5px 3px #ddeaf1;
}

.both-btn .find-events,.both-btn .but-ticket{
	float:left;
	width:50%;
	background:#ccc;
	height:60px;
	line-height:60px;
}

.both-btn .find-events a,.both-btn .but-ticket a{
	font-size:24px;
	font-weight:300;
	display:block;
	color:#fff;
	border-radius:4px;
}


/*Recent-Blog*/

.recent-blog{
	border-bottom: 1px solid #374959;
	margin-bottom: 16px;
	padding-bottom: 8px
}

.recent-blog:last-child{
	margin:0px;
	border:0px;
}

.recent-img{
	width: 70px;
	height: 70px;
	background: #ccc;
	border-radius: 2px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}

.recent-content{
	overflow:hidden;
}

.recent-blog .title{
	margin-bottom:10px;
	font-size:16px;
	font-weight:600;
}

.recent-blog .title a{
	color:#a0a7ae;
}


.recent-content .date{
	margin-bottom:0px;
	font-size:12px;
}

.recent-content .comment a{
	color:#a0a7ae;
	font-size:12px;
}

.recent-content .icon{
	margin-right:10px;
	font-size:12px;
}

/*event-full-width */
.event-full-width {
	text-align:left;
}

/*pagination*/
.page-navigation{
	text-align:center;
}
.pagination{
	margin: 0;
/*	display: block; */
}

.pagination>li>a, .pagination > li > span{
	border: 1px solid #c2c4cb;
	border-radius: 0px;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 19px;
	color: #9aa7af;
	font-weight: 300;
	margin-right: 10px;
	font-size:1.0em;
}

.pagination>li>a:hover, .pagination > li > span:hover{
	background:#9aa7af;
	color:#fff;
	border:0px solid;
}
.pagination > li > a, .pagination > li > span {
    padding: 8px 2px;
    margin-left: -1px;
}	
.pagination>li>.active-page{
	background:#9aa7af;
	color:#fff;
	border:0px solid;
}
.pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*SUB-BANNER*/
.sub-banner{
	background:#e9f2f7;
	background-image:url('http://visitdanube.eu/web/templates/images/image-page-title.jpg'); 
	padding:35px 0;
	border-bottom: 1px solid #c2c4cb;
	box-shadow: inset 0px 1px 1px #d7dfe4;
}
.sub-banner h2{
	float:left;
	font-weight:300;
	font-size:30px;
}


.breadcrumb{
	float:right;
	margin:0px;
	padding:7px 0px;
	background:none;
}


.breadcrumb>li{
	margin-right:5px;
	font-size:18px;
}

.breadcrumb>li a{
	font-size:18px;
}

.breadcrumb>li+li:before{
	margin-right:7px;
	font-family: "FontAwesome";
	content: "\f105";
	padding: 0px;
	color: #ccc;
	background: #fff;
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	border: 1px solid #c2c4cb;
	border-radius:3px;
}



/*event-detail-container*/
.event-detail-container{
	text-align:left;
}

.event-detail .meta{
	margin:12px 0px 0px 0px;
	font-size:1.0em;
}

.event-detail .main-title{
	font-size:1.5em;
	font-weight:bold;
/*	color:#848080; bis 25.02.2020 */
	color:#000000;
	margin-bottom:8px;
    /*padding-left: 5px;
    padding-right: 5px;*/
	/*font-family: 'Crimson Text','Helvetica Neue',Helvetica,Arial,sans-serif; */
    font-family: "Source Sans Pro";
}

.event-detail .criteria-title{
	font-size:1.1em;
	color:#848080;
}

.event-detail .title{
    font-size: 1.2em;
	font-weight: 700;
    margin-bottom: 6px;
    /* color: #848080; */
    color: #9A0C17;
}

.event-detail .main-title a{
	color:#2c3e50;
}

.event-detail p{
	font-size:1.1em;
	line-height:1.4em;
	color:#848080:
}

.event-detail img{
	max-width:100%;
}


.event-detail-img{
	padding-bottom:40px;
	margin-bottom:20px;
	border-bottom:1px solid #c3c8cd;
}

.event-detail .social-icon-con{
	clear:both;
	padding-bottom:0px;
	border-bottom:1px solid #c3c8cd;
	margin-top:0px;
	margin-bottom:0px;
}

.social-icon-headline{
	margin-top:12px;
    padding-left:2px;
    font-size:0.9em;
/*    text-transform:uppercase; */
}
.event-detail .social-icon{
	margin-bottom:2px;
}

.event-detail .social-icon a{
	border: 1px solid #c3c8cd;
	color:#848080;
	height: 35px;
	width:35px;
	line-height:35px;	
	border-radius:3px;
	text-align:center;
	margin-right:6px;
	margin-top:6px;
	font-size:2.0em;
}
.event-detail .social-icon a:hover{
	border:1px solid ;
}

.container p{
	font-size:1.1em;
	line-height:1.4em;
	color:#848080:
}

.textfield_2{
    background-color:#FFFFFF;
}	

.facebook-pagle{
	width: auto !important;
	display: inline-block;
	padding: 0px 15px;
	font-size:16px !important;
	font-weight:bold;
}
.videodetail-li, .videodetail-li a, .videodetail-stars, .videodetail-stars a {
   width:100%;
   color: #848080;
/*   text-transform:uppercase; */
   cursor: pointer;
}   
.videodetail-li a:hover, .videodetail-stars a:hover{
   color: #5AB4E6;
}   

/*speakers-tabs*/

.speakers-tabs .title{
	font-size:30px;
	margin-bottom:25px;
}
.speakers-tabs  .speaker-ul{
	margin-bottom: 0px;
	width: 100%;
}

.speakers-tabs .speaker-ul li{
	float: left;
	list-style: none;
	height: 40px;
	line-height: 11px;
	border-top: 1px solid #c2c4cb;
	border-bottom: 1px solid #c2c4cb;
	border-right: 1px solid #c2c4cb;
	width: 25%;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #a1a1a1;
}
.speakers-tabs .speaker-ul li:first-child{
	border-left: 1px solid #c2c4cb;
	border-radius: 4px 0px 0px 4px;
}
.ui-tabs .ui-state-default:last-child,.speakers-tabs .speaker-ul li:last-child{
	
	border-radius: 0px 4px 4px 0px;
}

.speakers-tabs .speaker-ul  a{
	width: 100%;
}

.speakers{
	margin-top:30px;
}

.speakers .speaker-img{
	float:left;
	margin-right:30px;
	max-width: 300px;
	overflow: hidden;
}
.speakers .speaker-img img{
	max-width: 100%;
}

.speakers .speaker-content{
	overflow:hidden;
	font-size:16px;
	color:#2d3e50;
	font-weight:300;
}

.speakers .speaker-content .title{
	font-size:24px;
	margin-bottom:0px;
}

.speakers .speaker-content .meta{
	margin:8px 0;
	color:#c2c4cb;
}
.speakers .speaker-content .meta a{
	color:#c2c4cb;
}
.speakers .speaker-content .meta .icon {
	padding-right: 0px;
}

.speakers .author{
	font-size:26px;
	color:#2e343e;
	
	font-weight:400;
	margin-bottom:2px;
}

.speakers .job{
	font-size:18px;
	font-weight:300;
}

.speakers h3{
	margin-bottom:10px;
}


.speakers .btn{
	margin: 15px 20px 3px 0px;
}

.speakers .bar{
	background:#c2c4cb;
	height:40px;
	text-align: center;
	line-height:40px;
	border-radius:3px;
	margin-top:30px;
}

.speakers .bar p{
	margin-bottom:0px;
	font-size:18px;
	color:#fff;
}

.speakers .icon{
	padding-right:10px;
}


/*speaker-event*/


.speaker-event .title{
	font-size:30px;
	font-weight:300;
	margin-bottom:25px;
}

.speaker-event .event{
	text-align:center;
	color:#54667a;
}

.speaker-event .job{
	margin-bottom:10px;
}

.speaker-event .event-content .title{
	font-size:18px;
	color:#54667a;
	margin-bottom:6px;
	font-weight:700;
}

.speaker-event p{
	margin-bottom:0px;
}


/*sponsored*/


.sponsored .title{
	font-size:30px;
	font-weight:300;
	margin-bottom:25px;
}
.sponsored .sponsored-logo{
	text-align: center;
	border: 3px solid #dddee2;
	height: 90px;
	padding: 27px 25px;
	border-radius: 2px;
	background:#fff;
	display:block;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);

	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.sponsored .sponsored-logo:hover{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0); 

	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;

}

.sponsored  img{
	margin: auto;
	display: inline-block;
	opacity:0.2;
}

.sponsored .sponsored-logo:hover img{
	opacity:1;
}

/*.gallery-event*/
.gallery .col-md-3:nth-child(5n){
	clear: both;
}
.event-gallery .title{
	font-size:30px;
	font-weight:300;
	margin-bottom:25px;
}

.event-gallery .content .title{
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	color:#2c3e50;
	margin-bottom:5px;
}

.event-gallery-content{
	color:#2c3e50;
	text-align: center;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #c2c4cb;
	border-top: 0px;

}
.gallery-event-img {
	overflow: hidden;
}
.gallery-event-img img,.sponsored-logo img,.speaker-img img,.flicker img,.single-event-img img{
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition-property: opacity;
	transition-duration: 400ms;
	transition-timing-function: ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.event-gallery-content:hover img,.sponsored-logo:hover img,.speaker:hover img,.flicker a:hover img,.single-event-img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.event-gallery .content{
	padding: 14px 10px 8px;
}

.event-gallery img{
	max-width:100%;
}


/*ticket-resgister*/
.ticket-resgister {
	text-align:center;
}

.ticket-resgister .title{
	font-size:30px;
	font-weight:300;
	margin-bottom:25px;	
	text-align:left;
}


.ticket-resgister .ticket{
	background:#e9f2f7;
	padding:20px 0;

}
.ticket-resgister .ticket .title{
	font-size:24px;
	font-weight:bold;
	margin:0 auto 15px;
	text-align:center;
}


.ticket-value{
	display: inline-block;
	background: #6652AC;
	height: 42px;
	min-width: 75px;
	line-height: 42px;
	color:#fff;
	box-shadow: inset 0px -1px 0px 0px #3d208b;
	font-size:30px;
	font-weight:bold;
	word-spacing: -4px;
	margin: 0 auto 15px;
	position:relative;
	padding:0px 20px;
}

.ticket-value:before{
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
	background: #e9f2f7;
	top: 50%;
	margin-top: -7px;
	left: -8px;
}

.ticket-value:after{
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
	background: #e9f2f7;
	top: 50%;
	margin-top: -7px;
	right: -8px;
}


.ticket-resgister h3{
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#2c3e50;
	margin-bottom:15px;
}

.ticket-resgister li{
	list-style:none;
	margin-bottom:10px;
	padding:0px 10px 10px 10px;
	border-bottom:1px solid #eaeaea;
}

.ticket-resgister .ticket .btn{
	float:none;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	border-radius:3px;

}

.button-icon {
	margin-right:8px;
}

.ticket-resgister .btn-lg{
	margin:60px auto 0;
	font-size: 18px;
	border-radius: 3px;
	width:75%;
}

/*single-blog*/
.single-blog{
	text-align:left;
}

.single-blog .title{
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
}

.single-blog .title a{
	color:#2c3e50;
}

.single-blog .event{
	background:none;
	text-align:left;
}

.single-blog .eventsimg{
	width:100%;
	float:none;
	margin-bottom:25px;

}
.single-blog .meta{
	border-bottom: 1px solid #c2c4cb;
	display: block;
	padding-bottom: 10px;
	margin: 10px 0;
}

.single-blog  .event-content{
	padding:0px;
}

.single-blog  .event-container{
	margin-bottom:0px;
}

.single-blog  .event-container .sep{
	margin:30px 0;
}

.single-blog blockquote{
	margin:20px 0;
}

.single-blog p:last-child{
	margin-bottom:0px;
}

blockquote{
	border:none;
	background:#fff;
	font-size:24px;
	font-style:italic;
	color:#2d3e50;
}

blockquote .icon-quote{
	float: left;
	font-size: 40px;
	margin-right: 40px;
}

blockquote p{
	overflow:hidden;
}


/*comments*/
.comments{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #c3c8cd;
	font-weight:300;
}
.comments li{
	margin-bottom:30px;
}
.comments .title{
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
	text-transform:capitalize;
}



.comment .author{
	font-weight:bold;
	font-size:20px;
	margin-bottom:3px;
}
.comment p{
	font-size:14px;
}
.comment .date{
	margin-left:20px;
	font-weight:300;
	font-size:14px;
}

.comments li:last-child{
	margin-bottom:0px;
}

.comments .author-img{
	background:#ccc;
	width:70px;
	height:70px;
	border-radius:2px;
	float:left;
	margin-right:30px;
}

.comments .comment-content{
	overflow:hidden;
}

.comments .child{
	margin-left: 12%;
	margin-top:30px;
}


/*comment-form*/
.comment-form .title{
	font-size:18px;
	text-transform:capitalize;
	margin-bottom:30px;
}

.comment-form label{
	display:block;
}

.comment-form p{
	margin-bottom:30px; 
}

.comment p:last-child{
	margin-bottom:0px;
}

.comment-form form{
	padding-bottom:30px;
	border-bottom: 1px solid #c2c4cb;
}



.textflied{
	width:100%;
	height:40px;
	padding:0px 10px;
	border:1px solid #c2c4cb;
	border-radius:2px;
	outline:none;
}

.texttextarea{
	padding:10px;
	width:100%;
	border-radius:2px;
	border:1px solid #c2c4cb;
	outline:none;
}




/*single-event*/
.single-event-img {
	position:relative;
	display:inline-block;
	overflow: hidden;
}

.single-event-img:hover .video-icon,.single-event-img:hover .video-length{
	visibility:visible;
	display:block;
}

.single-event-img img{
	max-width:100%;
}

.single-event .title{
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
	line-height: 1.4;
}
.single-event .meta{
	margin:10px 0;
}
.single-event .meta,.single-event .meta a{
	color:#c2c4cb;
	font-size:14px;
}

.single-event p{
	font-size:14px;
	font-weight:300;
}

.single-event h3{
	font-size:18px;
	margin-bottom:10px;
}

.single-event-content{
	margin-bottom:20px;
}

.single-event .share .title{
	text-transform:capitalize;
	margin-bottom:15px;
}
.single-event .social-icon a{
	font-size: 21px;
	color: #777e8b;
	background: #eeeff0;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	margin-right: 10px;
}


/*video*/
.video-icon{
	width: 65px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #5ab4e6;
	color: #fff;
	opacity: 0.9;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	visibility: hidden;
	display: none;
	border-radius: 2px;
}
.video-length{
	background: rgba(44, 62, 80, 0.65);
	width: 65px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius:2px;
	visibility:hidden;
	display:none;
}
.video-length p{
	margin:0px;
	font-weight:900;
	font-size:16px;

}

/*contact*/
.contact .title{
	font-weight:normal;
	font-size:18px;
	margin-bottom:25px;
}
.contact label{
	font-size:14px;
	margin-bottom:8px;
}

#contactform p{
	margin-bottom:25px;
	position:relative;
}

#contactform p:last-child{
	margin-bottom:0px;
}

#contactform button{
	outline:none;
}

#contactform .textflied{

}

#contactform .icon{
	position:absolute;
	top: 40px;
	right: 10px;
	color:#c3c8cd;
}



.contact .map{
	border:4px solid #ccc;
	border-radius:4px;
	height:240px;
}

.contact .map-container{
	margin-bottom:30px;
}

.contactinfo ul{
	margin-bottom:20px;
}

.contactinfo li{
	list-style:none;
	margin-bottom:10px;
	font-size:14px;
}

.contactinfo li a{
	color:#777e8b;
}


.contactinfo .titles{
	display:inline-block;
	float:left;
	font-size:14px;
	font-weight:700;
	margin-right:10px;
	margin-bottom:0px;
	width:60px;
}

.contactinfo .content{
	float:left;
}



.contactinfo .social-icon a{
	font-size: 21px;
	color: #777e8b;
	background: #eeeff0;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	margin-right: 10px;
}

.error{
	color:#E43A3A;
	margin:5px 0px 0px !important;
}
.sent{
	color:#259132;
	margin-bottom:10px;

}


/*filter-item*/


.itemgrid,.itemlist{
	overflow:hidden;
}

.itemgrid .meta,.itemgrid .btn{
	display:none;
}



.itemgrid .event-border:after,.itemlist .event-border:after{
	content: "";
	border-bottom: 1px solid #e6e6e6;
	position: absolute;
	bottom: 0;
	width: 100%;
	left:0px;
}

.event-border-grid{
/*    min-height:510px; */
    min-height:475px;
}

.event-border-list{
}

.itemlist .eventsimg{
	float:left;
	margin-right:20px;
	max-width: 300px;
}

.itemlist .links{
	display:none;
}

.itemlist .event-content{
	padding:12px 10px;
	overflow:hidden;
	text-align:left;
}

.itemlist .event-content .meta {
	list-style: none;
	margin: 6px 0;
}

.itemlist .event-content .meta li,.itemlist .event-content .meta li a{
	color:#c2c4cb;
}

.itemlist .btn{
	margin: 5px 20px 0 0;
}


.events .eventform-con{
	margin-bottom: 12px;
}
.itemgrid .event-border{
	/*min-height: 456px;*/
	padding-bottom: 12px;
	margin-bottom: 12px
}
.itemlist .event-border{
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.itemgrid .event-border:nth-child(5),.col-md-9 .itemgrid .event-border:nth-child(4n){
	clear:both;
}
.col-md-9 .itemgrid .event-border:nth-child(5){
	clear:none;
}

/*main-footer*/
.footer-block{
	text-align:left; 
}   
.footer-title{
	font-size:1.4em;
}   
.main-footer{
	background:#F5B617;
	padding:60px 0;
	color:#2c3e50;
	font-size:0.8em;
}

.main-footer:active{
	color:#2c3e50;
}
.main-footer a{
	color:#2c3e50;
}

.main-footer a:hover{
	color:#000000;
}

.main-footer p,.main-footer .fa-ul li{
	font-size:0.8em;
}
.main-footer .fa-ul li:hover{
	color:#000000;
}


.main-footer .fa-li{
	margin-top:6px;
}

.main-footer h2{
	font-size:18px;
	font-weight:700;
	margin-bottom:30px;
	color:#54667a;
}
.main-footer h2 .border{
	height: 1px;
	background: #54667a;
	display: block;
	width: 45px;
	margin-top: 10px;
}
.main-footer h3{
	font-size:1.4em;
}
.main-footer h4{
	font-size:0.8em;
}
.main-footer .about{
	border-bottom: 0px solid #374959;
	padding-bottom: 8px;
	margin-bottom: 14px;
}

.flicker a{
	margin-bottom: 12px;
	display: inline-block;
	margin-right: 8px;
}
.flicker a:nth-child(3n){
	margin-right:0px;
}

.flicker img{
	width: 80px;
	height: 80px;
	border-radius: 3px;
}

.fa-ul{
	margin-left:0px;
}

.fa-ul>li{
	padding-left:25px;
	border-bottom: 0px solid #374959;
	padding-top: 8px;
}
.fa-li{
	left:0px;
	width:15px;
}
.lastest-tweets .fa-twitter{
	color:#5bb4e1;
}
.lastest-tweets .fa-twitter:hover{
	background:none
}

.lastest-tweets li{
	margin-bottom:15px;
	padding-bottom:15px;	
}

.owl-theme .owl-controls{
	position: absolute;
	top: -57px;
	right: 0;
	margin:0px;
}
.owl-theme .owl-controls .owl-nav div{
	margin: 0px;
	width: 30px;
	height: 31px;
	border-radius: 3px;
	padding: 0;
	margin-right: 10px;
	font-size: 15px;
	line-height: 32px;
	background: #d6d9dc;
}
.owl-theme .owl-controls .owl-nav div:last-child{
	margin-right:0px;
}
.owl-theme .owl-controls .owl-nav div:hover{
	background:#5ab4e6;
}
.owl-theme .owl-controls .owl-nav .owl-prev:after{
	font-family:"FontAwesome";
	content:"\f053";
}
.owl-theme .owl-controls .owl-nav .owl-next:after{
	font-family:"FontAwesome";
	content:"\f054";
}

/*aside*/
#aside{
	border:1px solid #c2c4cb;
	text-align:left;
	background:#fff;
	
}

#aside .title{
	margin-bottom:25px;
	font-size:18px;
	color:#2c3e50;
	font-weight:normal;
}

#aside .title:after{
	content: "\f04b";
	font-family: "FontAwesome";
	float: right;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 15px;
	margin-top: 2px;
	color: #d0d6d9;
	margin-right:5px;
}

#aside .header{
	padding:10px;
	color:#fff;
	position:relative;
	margin-bottom:20px;
}

#aside .header .title{
	color:#fff;
	margin-bottom:0px;
	font-weight:900;
	font-size:21px;
	text-transform:uppercase;
}

#aside .header .title:after,#aside .top-ppost .title:after{
	content:"";
}

#aside .header .arrow-down{
	border-top: 10px solid #735cb0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	z-index: 9;
	left: 50%;
	margin-left: -16px;
}

#aside .widget{
	padding: 10px;
	margin-bottom:25px;
}

#aside .widget:last-child{
	margin-bottom:0px;
}

#aside .widget .form-input{
	width:100%;
	margin-bottom: 15px;
}

.aside-bar-style-two#aside .widget .form-input input{
	padding: 0px 15px;
}

.aside-bar-style-two#aside .widget .form-input{
	margin-bottom: 0px;
}

#aside .widget .form-input .icon{
	font-size: 18px;
}

#aside .widget .eventform-con{
	border:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#aside .widget  .datepicker{
	width: 46%;
	margin-right: 15px;

}
#aside .widget  .datepicker input{
	padding-left:7px;
}
#aside .widget  .datepicker + .datepicker{
	margin-right:0px;
}

#aside .categories li{
	list-style:none;
	background:#f8f8f8;
	margin-bottom:5px;
	min-height:26px;
}

#aside .categories li a:hover,#aside .categories a:hover:before{
	color:#21c2f8;
}



#aside .categories a:before{
	content:"\f067";
	font-family:"FontAwesome";
	padding-right:15px;
	color:#c3c8cd;
}

#aside .categories a{
	display:block;
	color:#2c3e50;
	padding: 7px 5px;
}

#aside .categories a .numbers{
	float: right;
	color: #c3c8cd;
	font-size: 14px;
	padding: 3px 4px;
	line-height: 15px;
}

#aside .categories a:hover .numbers{
	background:#21c2f8;
	padding:3px 4px;
	border-radius:10px;
	color:#fff;
}


#aside small{
	font-size: 18px;
	margin-bottom: 3px;
	display: block;
}


#aside .tag a{
	padding: 6px 11px;
	display: inline-block;
	background: #e1e3e6;
	border-radius: 3px;
	color: #2c3e50;
	margin-right: 13px;
	margin-bottom: 10px;
}
#aside .tag a:hover{
	background:#5ab4e6;
	color:#fff !important;
}

#aside .testimonials .testimonials-content{
	padding:10px;
	color:#fff;
	position:relative;
	margin-bottom:10px;
	border-radius:2px;
}

#aside .testimonials-content p{
	margin-bottom:0px;
}

#aside .testimonials-content .arrow-down{
	border-top: 9px solid #5ab4e6;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	bottom: -8px;
	z-index: 9;
	left: 20%;
	margin-left: -16px;
}

#aside .testimonials .name{
	margin:0px;
	font-weight:bold;
	color:#2d3e50;
}

#aside .testimonials small{
	font-weight:300;
}

#aside .news .form-group{
	position:relative;
}

#aside .news .form-group input{
	position:relative;
	width:100%;
	border:1px solid #c2c4cb;
	border-radius:2px;
	height:40px;
	padding:0px 10px;
	outline:none;
}

#aside .news .form-group .icon{
	left: auto;
	top: 23px;
	right: 1px;
	height: 38px;
	margin-top: -22px;
	border: 0;
	width: 40px;
	font-size: 19px;
	outline: none;
	background: #f8f8f8;
	position:absolute;
	text-align:center;
	line-height:38px;
	color:#c6cbd0;
}

#aside .news button{
	border:0px;
	margin-bottom:10px;
}

#aside .top-ppost {
	margin-bottom:20px;
}

#aside .top-ppost:last-child{
	margin-bottom:5px;
}

#aside .top-ppost .date{
	background: #2c3e50;
	display: inline-block;
	width: 65px;
	border-radius: 2px;
	font-weight: 300;
	text-align: center;
	padding: 5px 0;
	color:#fff;
	float:left;
	margin-right:18px;
}


#aside .top-ppost .title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:1.4;
}

#aside .top-ppost .title a{
	color:#54667a;
}

#aside .top-ppost .meta{
	color:#c2c4cb;	
}


#aside .top-ppost p{
	font-size: 14px;
	/* line-height: 1; */
	margin-bottom: 0;
}
#aside .top-ppost span{
	display: block;
	line-height: 1;
	font-size: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

#aside.aside-bar-style-two{
	border:0;
	background:none;
	padding: 0px;
}
#aside.aside-bar-style-two .widget{
	padding:13px;
	border:1px solid #c2c4cb;
	border-radius:2px;
	background:#fff;
}


#aside .widget .map{
	background: #ccc;
	border: 4px solid #c2c4cb;
	height: 250px;
	border-radius: 4px;
}

#aside .cound-date img{
	max-width:100%;
	margin-bottom:20px;
}

#aside .btn-full{
	height:50px;
	line-height:35px;
	width:100%;
	margin-bottom:10px;
}


/*widget-social-icon*/
#aside .widget .social-icon li{
	list-style:none;
	margin-bottom:10px;
	min-height:40px;
	line-height:40px;
	font-size:14px;
}

#aside .widget .social-icon li a{
	color:#445261;
}

#aside .widget .social-icon .facebook a:hover .icon,
#aside .widget .social-icon .email a:hover .icon,
#aside .widget .social-icon .twitter a:hover .icon{
	border:none;
	color:#fff;
	border-right:1px solid #fff;
	border-radius:0;
}

#aside .widget .social-icon .icon{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	border-radius:3px;
	border:1px solid #c2c4cb;
	float:left;
	margin-right:10px;
	color:#c3c8cd;
}

#aside .widget .social-icon .content{
	overflow:hidden;
}

#aside .contact-button{
	margin:10px 0px 20px 0px;
	font-size:14px;
	font-weight:bold;
	width:100%;
}

#aside .widget li{
	list-style:none;
	margin-bottom:5px;
	font-size:14px; 
	color:#8f919d;
}

#aside .widget .widget-list a{
	font-weight:300;
	color:#8f919d;
}

#aside .widget .blod{
	font-size:18px;
	font-weight:bold;
}


#aside .border-remove{
	background:none !important;
	border:none !important;
	padding:0px !important;
}

.border-remove .form-group{
	margin-bottom:0px !important;
}

#countdown-3{
	height:70px;
	margin-bottom:20px
}

#countdown-3 div{
	width:25px !important;
	height:50px !important;
	margin-right:5px !important;
	border:1px solid #9e9e9e;
	background:#272727;
	border-radius:3px;

}
#countdown-3 div:after{
	background: #343434;
	height: 1px;
	display: inline-block;
	position: absolute;
	width: 40px;
	content: '';
	top: 50%;
}

.grid-list.event-container{
	margin-bottom: 0px;
}

/*button*/
.btn{
	text-transform:uppercase;
	padding:7px 12px;
	color:#444;
	display:inline-block;
	font-size:16px;
	height:40px;
	font-weight:700;
	border-radius:0px;
	border:none;
	color:#fff;
	outline:none;
	white-space:normal;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn:hover{
	color:#fff;
	opacity:0.8;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-border{
	background:#f9f9f9;
	color:#c3c8cd;
	border:1px solid #c2c4cb;
}
.btn-border:hover{
	color:#333;
	border: 1px solid;
}

.btn-lg{
	border-radius:3px;
	padding:13px 45px;
}


.btn-disabled{
	background:#c3c8cd;
	color:#fff;

}

.btn-disabled:hover{
	color:#fff;
}

.btn-sec{
	background:#e6be69;
	color:#fff;
}


.btn-Gradient-pri{
	background: #35b2f8;
	background: -moz-linear-gradient(top,  #35b2f8 0%, #239ee2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35b2f8), color-stop(100%,#239ee2));
	background: -webkit-linear-gradient(top,  #35b2f8 0%,#239ee2 100%);
	background: -o-linear-gradient(top,  #35b2f8 0%,#239ee2 100%);
	background: -ms-linear-gradient(top,  #35b2f8 0%,#239ee2 100%);
	background: linear-gradient(to bottom,  #35b2f8 0%,#239ee2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b2f8', endColorstr='#239ee2',GradientType=0 );
	box-shadow: inset 0px 0px 0px 1px #49c0fc;
}

.btn-Gradient-pri:hover{
	background: #239ee2;
	background: -moz-linear-gradient(top,  #239ee2 0%, #35b2f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#239ee2), color-stop(100%,#35b2f8));
	background: -webkit-linear-gradient(top,  #239ee2 0%,#35b2f8 100%);
	background: -o-linear-gradient(top,  #239ee2 0%,#35b2f8 100%);
	background: -ms-linear-gradient(top,  #239ee2 0%,#35b2f8 100%);
	background: linear-gradient(to bottom,  #239ee2 0%,#35b2f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#239ee2', endColorstr='#35b2f8',GradientType=0 );
}

.btn-black{
	color:#fff;
	background: #2b3c4e;
	background: -moz-linear-gradient(top,  hsl(211,29%,24%) 0%, hsl(210,33%,18%) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(211,29%,24%)), color-stop(100%,hsl(210,33%,18%)));
	background: -webkit-linear-gradient(top,  hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
	background: -o-linear-gradient(top,  hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
	background: -ms-linear-gradient(top,  hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
	background: linear-gradient(to bottom,  hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3c4e', endColorstr='#1e2d3c',GradientType=0 );
;

}

.btn-black:hover{
	opacity: 1;
	background: #1e2d3c;
	background: -moz-linear-gradient(top,  hsl(210,33%,18%) 0%, hsl(211,29%,24%) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(210,33%,18%)), color-stop(100%,hsl(211,29%,24%)));
	background: -webkit-linear-gradient(top,  hsl(210,33%,18%) 0%,hsl(211,29%,24%) 100%);
	background: -o-linear-gradient(top,  hsl(210,33%,18%) 0%,hsl(211,29%,24%) 100%);
	background: -ms-linear-gradient(top,  hsl(210,33%,18%) 0%,hsl(211,29%,24%) 100%);
	background: linear-gradient(to bottom,  hsl(210,33%,18%) 0%,hsl(211,29%,24%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2d3c', endColorstr='#2b3c4e',GradientType=0 );

}

.btn .icon{
	margin: 0px 8px;
}

/*color*/

a,.login-details .pri-color,.login-details  a:hover,.event .links a:hover,.event .locations a:hover,.pri-color,.recent-content a:hover,.event-full-width h3 a:hover,.event-detail h3 a:hover,.meta a:hover,#aside .top-ppost .title a:hover,.speakers .speaker-content .meta a:hover,.search button:hover,#contactform span,.blog .event-content .title:hover a,.single-blog .title a:hover,.event .title a:hover,.itemlist .event-content .meta li a:hover,#aside .widget .widget-list a:hover,#aside .top-ppost .meta:hover{
    color: #848080;
}

#amount{
	color:#5ab4e6 !important;
}

.event .links a:hover{
	color:#FFFFFF;
}

/*background*/
.btn-pri,#aside .testimonials .testimonials-content,.ticket-resgister .btn-pri,.both-btn .find-events a,.bx-wrapper .bx-controls-direction a:hover{
	background:#5ab4e6;
}
.btn-more {
    background: #F5B617 none repeat scroll 0% 0%;
	margin: 6px 0px 0px 0px;
	text-transform: uppercase;
    padding: 1px 10px 1px 10px;
    display: inline-block;
    font-size: 1.0em;
    border-radius: 0px;
    border: medium none;
    color: #FFF;
    outline: medium none;
    white-space: normal;
    transition: all 0.4s ease-in-out 0s;
	float:right;
}
.btn-more:hover {
/*    color: #FFF; bis 02.03.2020 */
    color: #000;
}


/*background-color-Two*/
.eventform ,aside .header,.both-btn .but-ticket a,.sb-search.sb-search-open .sb-icon-search,.background .eventform-con .btn{
	background:#9A0C17;
}

.eventform-con .form-input .icon,.eventform-con .form-input input,.eventform-con .form-input input::-webkit-input-placeholder,.eventform-con .form-input .styled-select select{
	color:#9A0C17;
}

.eventform-con .form-input input::-moz-placeholder{
	color:#9A0C17;
}

.eventform-con .form-input input:-ms-input-placeholder {
	color:#9A0C17; 
}

.sb-search.sb-search-open .sb-icon-search,.background .eventform-con .btn{
	background:#F5B617;
}




/*!
 * jQuery UI Slider 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;

}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}


.ui-slider-horizontal{
	height:3px;
	background:#c3c8cd;
	border:none;
	width: 95%;
	margin:0 auto 20px;
	border-radius: 5px;
}

.ui-slider .ui-slider-handle{
	border-radius:50%;
	background:#ccc;
	outline:none;
	cursor:pointer;
	width:17px;
	height:17px;

}

.ui-slider-horizontal .ui-slider-handle{
	top:-7px;
	background:#2c3e50;
	border:none;
}
.ui-slider-horizontal  .ui-widget-header{
	background:#5ab4e6;
}



/* ==========================================================================
	Gallery
========================================================================== */
.gallery .event-gallery-content{
	margin-bottom: 30px;
}
.gallery .event-gallery-content .content{
	padding: 15px;
}
.gallery .event-gallery-content .content p{
	margin-bottom: 0px;
}
.gallery .event-gallery-content .title{
	font-size: 18px;
	margin-bottom: 8px;
}

/*Share*/
.stButton{
	float: left;position: absolute;
}
.stButton .stLarge{
	background-image: none !important;
	
}

/* ==========================================================================
RE-SIZE
========================================================================== */


@media (min-width:1201px) {
     .eventform-con .form-input .styled-select {
        max-width: 120px;
	}
     .eventform-con .broadcasts .styled-select {
        max-width: 140px;
	}
}	
@media (max-width:1200px) {
    .video-description-text{
        min-height:135px;
    }
    .video-details{
   	    min-height:345px;
    }
    .marketingimg{
	    min-width:120px;
    }
    .eventsimg{
	    min-width:120px;
		max-height:126px;
    }
    .event .links a{
	    font-size:0.75em;
    }
    .toolbar{
   	    margin-top:8px;
	    margin-bottom:10px;
    }
}
@media (max-width:1200px) and (min-width:992px) {
     .eventform-con .form-input .styled-select {
        max-width: 120px;
	}
     .eventform-con .broadcasts .styled-select {
        max-width: 140px;
	}
     .events .eventform-con .form-input .searchkey{
        width:164px;
    }

     .events .eventform-con .form-input .cal-field{
        width:180px;
    }
}

@media (max-width:1009px) { 
	.login-details li{
		margin-right:20px;
	}


	/*event-container*/


	.event .social-icon a{
		width:42px;
	}

	.event-content .meta li{
		margin-bottom:5px;
	}

	.event-content .meta{
		margin-bottom:0px;
	}



	/*aside*/
	#aside {
		max-width:300px;
	}
	#aside .datepicker{
		width:100%;
		margin-bottom: 20px !important;
	}

	#aside .too {
		top: 50px;
		left: 50%;
		margin-left: -8px;
		margin-top: -1px;
	}


	#aside .contact-button{
		width:100%;
		font-size:11px;
	}

	/*footer*/
	.flicker a{
		margin-right:15px;
		margin-bottom:15px;
	}

	.flicker a:nth-child(3n){
		margin-right:15px;
	}
}


@media (max-width:991px) { 

    .close-header-layer {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: none;
        background: rgba(0,0,0,0.5);
		z-index:10;
	}
    .social-desk {
	   display:none;
	}
    .social-mobile {
	   display:block;
	}
    .main-header.affix{
	   top:-60px;
    }	   
    .main-nav a{
        border-right-style: none;
        padding-right: 0px;
    }
	.header-top{
		text-align:center;
	}
    .header-spacer{
      height:33px;
    }

	/*nav*/
	.main-header .mobile-nav-wrapper{
		position:relative;
	}

	.header-top .social-icon{
		text-align:center;
		float:none !important;
	}

	.login-details{
		display:inline-block;
	}

    .main-nav li:hover .sub-menu{
	    top:25px;
    }
	.mobile-menu{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		/* max-width: 75%; */
		top:45px;
		background: #323232;
		text-align: center;
		z-index:9999;
	}
	.main-header.affix .mobile-menu{
		top: 45px;
	}

	.mobile-menu > ul{
		display:none;
		width: 75%;
		margin: 0 auto;
	}
	.mobile-menu li{
		float: none;
		max-width: 250px;
		text-align:left;
	}
	.mobile-menu li:last-child{
		padding-bottom:20px;
	} 

	.mobile-menu-icon{
		float:right;
		width: 36px;
		height: 35px;
		border: 1px solid ##333;
		background: ##333;
		text-align: center;
		line-height: 33px;
		color: #fff;
		margin-right: 5px;
		margin-top: 11px;
		margin-bottom: 1px;
		cursor:pointer;
		display:block;
		float:left;
	}
	.mobile-menu-icon .fa{
	    font-size: 24px;
	}
	.sb-search {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.mobile-menu .sub-menu{
		border-bottom: 2px solid rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
		margin-left: 20px;
	}
	.mobile-menu .sub-menu a{
		font-weight:400;
	}
	.mobile-menu .sub-menu li:last-child{
		padding-bottom:0px;
		margin-bottom:0px; 
	}

	.clock-item{
		width:150px;
	}
	.banner .center {
		padding: 100px 0;
	}

	.eventform {
		text-align:center;
	}
	.eventform-con{
		margin-top:15px;
	}
	.eventform-con .form-input.search-location{
		width:auto;
	}

	.eventform-con .form-input {
		margin-right: 1.0%;
	}


	/*event-container*/
	.event-container{
		margin-bottom:20px;
	}
	.event-container .col-md-3{
		width:50%;
		float:left;
		margin-bottom:30px;
	}

	.event-container .col-md-3:nth-child(3n){
		clear: both;
	}
	.grid-list.event-container .col-md-3:nth-child(3n){
		clear: none;
	}
	.contentcenter{
		width:90%;
	}


	.events .eventform-con .form-input.search-location,.events .form-input{
		width:49%;
		margin-bottom:20px;
	}

	.events .eventform-con .form-input:nth-child(2){
		margin-right:0px;
		width:50%;
	}

	.events .eventform-con .form-input:nth-child(4){
		margin-right:0px;
		width:50%;
	}

	.events .eventform-con .form-input:last-child{
		width:auto;
		margin:0px;
	}

	.fielder-items .form-input{
		width:auto;
		margin-bottom:0px;
	}

	.events .eventform-con.fielder-items  .form-input:nth-child(2){
		margin-right:2%;
	}

	.event .social-icon a{
		width:20%;
	}


     .events .eventform-con .form-input .searchkey{
        width:100%;
    }

	.itemgrid .event-border{
		
		max-width: 33.3%;
		float: left;
	}
	.itemgrid .event-border:nth-child(5){
		clear:none;
	}



	/*background-content*/
	.background .event{
		margin-bottom:20px;
	}

	.border-cover{
		width:100%;
	}

	.background .eventform-con .form-input{
		width:26%;
	}



	/*single-event*/
	.single-event .single-event-img{
		margin-bottom:30px;
	}

	.col-md-9.col-sm-9.pull-right,.col-md-9.col-sm-9{
		float:left !important;
		width:100%;
		margin-bottom:30px;
	}




	/*speakers*/
	
	.speakers-tabs .speaker-ul a{
		padding: 0px 13px;
		display: inline-block;
	}

	.speakers-tabs .speaker-img{
		float:none;
		margin-right:0px;
		margin-bottom:25px;
	}

	.speaker-event .col-md-4,.event-gallery .col-md-4{
		width:240px !important;
	}

	.ticket-resgister .col-md-4{
		width:100%;
		margin-bottom:25px;
	}

	.ticket-resgister .col-md-4:last-child{
		margin-bottom:0px;
	}

	.ticket-resgister .btn-lg{
		margin-top:40px;
	}


	.blog{
		margin-bottom:50px;
	}

	/*sponsored*/
	.sponsored .col-md-3{
		width:187px !important;
	}

	/*aside*/
	#aside .contact-button{
		font-size:14px;	
	}

	/*footer*/
	.main-footer .widget{
		margin-bottom:30px;
	}
	.main-footer .widget:last-child{
		margin-bottom:0px;
	}
	.header-container{
		position:relative;
	}


	.col-sm-3, .col-sm-6 {
		width: 100%;
	}

	.gallery .col-md-3.col-sm-3{
		width: 33%;
		float: left;
	}
	.gallery .col-md-3:nth-child(5n){
		clear: none;
	}

	.gallery .col-md-3:nth-child(3n+1){
		clear: both;
	}
	.detail-left{
	    display:none;
	}
	.detail-right{
/*	    display:none;*/
	}
    .main-nav li{
	    padding:3px 0;
	}
    .sb-search {
  	    width: 30px;
	    height: 35px;
	    float: left;
    }
   .sb-search-input {
    	height: 30px;
		margin-right: 6px;
    }
   .sb-icon-search,
   .sb-search-submit  {
	    height: 30px;
	    line-height: 30px;
		font-size: 20px;
    }
}	

@media (max-width:768px) { 
    .eventform-con .form-input .styled-select {
        font-size: 15px;
    }
	.clock {
		margin-top:35px;
	}
	.clock-item{
		width:110px;
		margin-right:20px;
	}
	.clock-content .val{
		font-size: 45px;
		margin-top: -33px;
	}
	.clock-content .typ {
		font-size: 18px;
	}
	.banner{
		min-height:100%;
	}
	.banner .title{
		font-size: 40px;
	}

	#aside{
		float:none;
		clear:both;
		margin:0 auto;
	}
	.col-md-3.col-sm-3{
		position: static;
	} 
	.sponsored .sponsored-logo{
		padding: 10px;
		height: auto;
	} 
}
@media (max-width:764px) {

    .marketingimg{
	    min-width:125px;
    }
    .eventsimg{
	    min-width:125px;
		max-height:126px;
    }
    .header-social{
    }  
    .header-mail{
    }  
	.header-phone{
      display:none;
	  margin-right:0px;
	}
    .header-top{
	  min-height:20px;
    }
    .header-spacer{
      height:25px;
    }
    .header-top .social-icon {
  	  margin:0px 0;
    }
    .container {
      padding-right: 0px;
      padding-left: 0px;
    }	
/*   .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      padding-right: 0px;
      padding-left: 0px;
    }
*/
   .col-md-6, .col-md-3 {
      padding-right: 0px;
      padding-left: 0px;
    }
   .event-container .col-md-3 {
      padding-right: 7px;
      padding-left: 7px; 
   }
   .row {
      margin-right: 0px;
      margin-left: 0px;
    }

	.eventform-con .form-input,.eventform-con .form-input.search-location{
		width:48%;
		margin-top: 15px;
	}
	.eventform-con .form-input:nth-child(2n){
		margin-right:0px;
	}
	.eventform-con .form-input .btn{
		width:100%;
	}
	.eventform-con{
		margin-top:0px;
	}

	.background .eventform-con .form-input {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.background .eventform-con .btn{
		width: 30%;
	}

	.events .eventform-con .form-input,.events  .eventform-con .form-input.search-location{
		margin-top:0px;
		width: 49%;
	}
	.eventform-con.fielder-items .form-input, .eventform-con.fielder-items .form-input.search-location{
		width:auto;
	}     

}



@media (max-width:650px) { 
    .marketingsimg{
	    min-width:100px;
    }
    .eventsimg{
	    min-width:100px;
		max-height:450px;
    }
	.sub-banner{
		text-align:center;
	}
	.sub-banner .title,.sub-banner .breadcrumb{
		float:none;
	}
	.sub-banner .breadcrumb{
		padding:10px 0px 0px;
	}
	.background-content {
		padding: 10px 30px;
	}

	.itemgrid .event-border{
		max-width:50%;
	}
	.itemgrid .event-border:nth-child(5),.col-md-9 .itemgrid .event-border:nth-child(4n){
		clear:none;
	}
	.gallery .col-md-3.col-sm-3{
		width: 50%;
		float: left;
	}
	.gallery .col-md-3:nth-child(2n+1){
		clear: both;
	}
	.gallery .col-md-3:nth-child(3n+1){
		clear: none;
	}

	
}

@media (max-width:560px) {
	.eventform-con.fielder-items .form-input, .eventform-con.fielder-items .form-input.search-location,.events .eventform-con.fielder-items .form-input:last-child{
		margin-bottom:15px;
		width:100%;
	}
	.fielder-items .form-input.arrow-up-down .btn{
		width:40px;
	}

}

@media (max-width:565px) {
	.clock-item{
		width:80px;
		margin-right:20px;
	}
	.clock-content .val {
		font-size: 21px;
		margin-top: -15px;
	}
	.clock-content .typ {
		font-size:14px;
	}
	.clock-content {
		margin-top: 10px;
	}


	.itemlist .eventsimg{
		float:none;
		margin-right:0px;
		max-width: 100%;
	}
	.itemgrid .event-border{
		max-width:100%;
	}
	

	.blog .eventsimg{
		width:100%;
		max-width: 100%;
	}
}



@media (max-width:480px) { 
.event-container .col-md-3 {
    padding-right: 0px;
    padding-left: 0px;
}
 
.event-border-grid {
    min-height: 100px;
}	
.eventsimg {
    width: 100%;
}	
.dtoday_details {
  padding-right: 0px;
  padding-left: 0px;
}
.dtoday_details h1, .dtoday_details h2
{
  padding-right: 7px;
  padding-left: 7px;
}
.dtoday_details p
{
  padding-right: 7px;
  padding-left: 7px;
}

/* Mobile Menu
========================================================================== */

.sb-search,.mobile-menu-icon{
	margin:10px  auto auto;
	margin-bottom: 1px;
}

.headermenu-desktop{
	display:none; 
}

.main-header .sb-search{
	/*display:none;*/
}

.banner .center{
	padding: 50px 0;
}

.border-cover{
	border:none;
}
.border-cover .title{
	background:none;
	margin-top:0px;
	font-weight:700;
}
.background-content{
	padding:0px;
}
.both-btn .find-events a, .both-btn .but-ticket a{
	font-size:21px;
}

.event-container .col-md-3{
	width:100%;
}

.event{

	margin: 0 auto;
}


.eventform-con .form-input, .eventform-con .form-input.search-location,.events .eventform-con .form-input,.events  .eventform-con .form-input.search-location{
	width:100%;
}

	.events .eventform-con .form-input:nth-child(1){
	margin-right:0px;
	width:100%;
	}

	.events .eventform-con .form-input:nth-child(2){
	margin-right:0px;
	width:100%;
	}

	.events .eventform-con .form-input:nth-child(3){
	margin-right:0px;
	width:100%;
	}

	.events .eventform-con .form-input:nth-child(4){
	margin-right:0px;
	width:100%;
	}
.login-details{
	width:100%;
}
.login-details li{

	text-align:left;
	margin-bottom:10px;
	margin-right:10px;
}

}

@media (max-width:450px) { 

    .marketingimg{
	    min-width:100px;
    }
    .eventsimg{
	    min-width:100px;
		max-height:500px;
    }
	.clock{
		max-width:72%;
		margin:0px auto;
	}
	.clock-item{
		width:130px;

		margin-top:60px;
	}
	.clock-item:nth-child(2n){
		margin-right:0px
	}

	.clock-content .val {
		font-size: 60px;
		margin-top: -40px;
	}

	.clock{
		max-width:35%;
	}


}
@media (max-width:400px) { 
	.ui-tabs-nav{
		width:100%;   
	}

	.ui-tabs .ui-state-default:first-child,.ui-tabs .ui-state-default:last-child{
		border-radius:0;
		border-right:none;
		border-left:none;
	}
	.ui-tabs .ui-state-default{
		float:none;
		border:none;
		border-bottom:1px solid #ccc;
	}

	.both-btn .find-events a, .both-btn .but-ticket a{
		font-size:16px;
		text-indent:22px;
	}
	.both-btn .find-events a{
		text-indent:-22px;
	}

	.fa-minus:before{
		content:"";
	}
	.gallery .col-md-3.col-sm-3{
		width: 100%;
		float: left;
	}
}
/* ==========================================================================
Helper classes
========================================================================== */

/*
* Image replacement
*/

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
* Hide visually and from screenreaders, but maintain layout
*/

.invisible {
	visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

/*
* Don't show links for images, or javascript/internal links
*/

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
	content: "";
}

pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead {
	display: table-header-group; /* h5bp.com/t */
}

tr,
img {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

@page {
	margin: 0.5cm;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

h2,
h3 {
	page-break-after: avoid;
}
}

.main-example{
	text-align: center;
}

.time-count-container{
	float: left;
	position: relative;
}
.time-count-container .arrow{
	position: absolute;
	top: 50%;
	right: 13%;
	font-size: 25px;
	margin-top: -21px;
}

.main-example .countdown-container {
  height: 100px;
  display: inline-block;
  margin: 25px 0px 10px 0px;
}
.main-example .time {
	
	display: inline-block;
	text-align: center;
	position: relative;
	height: 65px;
	width: 43px;
	margin-right: 20px;

	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-ms-perspective: 500px;
	-o-perspective: 500px;
	perspective: 500px;

	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-ms-perspective: 500px;
	-o-perspective: 500px;
	perspective: 500px;
}
.main-example .time:last-child{
	margin-right: 0px;
}
.main-example .count {
background: #2b3c4e;
background: -moz-linear-gradient(45deg,  hsl(211,29%,24%) 0%, hsl(210,33%,18%) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,hsl(211,29%,24%)), color-stop(100%,hsl(210,33%,18%)));
background: -webkit-linear-gradient(45deg,  hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
background: -o-linear-gradient(45deg,  hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
background: -ms-linear-gradient(45deg,  hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
background: linear-gradient(45deg,  hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3c4e', endColorstr='#1e2d3c',GradientType=1 );



	color: #f8f8f8;
	display: block;
	font-family: initial;
	font-size: 22px;
	line-height: 66px;
	font-weight: 400;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	top: 0;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-style: flat;
	-moz-transform-style: flat;
	-ms-transform-style: flat;
	-o-transform-style: flat;
	transform-style: flat;
}

.main-example .count.top {
 
 
  border-radius: 3px 3px 0 0;
  height: 50%;

  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.main-example .count.bottom {
	
  border-top: 2px solid rgba(0, 0, 0, 0.1);
 
  border-radius: 0 0 3px 3px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.main-example .label {
	margin-top: 5px;
	display: block;
	position: absolute;
	width: 100%;
	color: #444;
	text-transform: uppercase;
	font-size: 13px;
	top: 77px;
	padding: 0;
}

/* Animation start */
.main-example .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.main-example .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
/* Animation end */
.main-example .animate .count.curr.top {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;

  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.main-example .animate .count.next.bottom {
  -webkit-transition: all 300ms ease-in-out 300ms;
  -moz-transition: all 300ms ease-in-out 300ms;
  -ms-transition: all 300ms ease-in-out 300ms;
  -o-transition: all 300ms ease-in-out 300ms;
  transition: all 300ms ease-in-out 300ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.pagecontent {
text-align:left;
}
.search_keywords {
 color:#9A0C17;
}

.comment-hr {
 margin-top:0px;
 margin-bottom:0px;
}
.comments_on {
 visibility:visible;
}
.comments_off {
 visibility:hidden;
 height:0px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
	.rubrik {
	  min-width:274px;
	}
    .col-md-15 {
        width: 20%;
        float: left;
		min-height:515px;
    }
}

@media (max-width: 991px) {
    .video-details-right {display:none; }
    .video-details-bottom {display:block; }
	.block_textfield_2 {margin: 0 10px 0 10px;}
	.event-detail.video-details-bottom {margin: 0 5px 0 5px;}
	.video-detail-box {
           margin-right: 0px;
           margin-left: 0px;
    }
    .footer-block{
           margin-right: 10px;
           margin-left: 10px;
    }   
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 768px) {
	 .video-detail-box {
	  	   padding-right: 0px;
           padding-left: 0px;
      }
	  .blockbar-highlight {margin-top: 0px;
	  }
      .blockbar-group-header{margin-top: 0px;
	  }
}
@media (max-width: 480px) {
 	 .event-detail.video-details-bottom {margin: 0 0px 0 0px;}
	 .video-box, .video-detail-box {
	  	   padding-right: 0px;
           padding-left: 0px;
     }
	 .video-description-text {margin-left:7px; margin-right:7px;}
	 .blockbar-highlight{background:url(../images/blockbar_more_480.jpg) no-repeat;}
     .blockbar-mediathek{background:url(../images/blockbar_group_480.jpg) no-repeat ;}
     .blockbar-group{background:url(../images/blockbar_group_480.jpg) no-repeat ;}
     .blockbar-group-header{background:url(../images/blockbar_more_480.jpg) no-repeat ;}
}

.weather-bar {margin-top: 55px; padding-right:3px;}

@media (max-width: 992px) {
     .weather-bar {margin-top: 35px;}
}
@media (max-width: 764px) {
     .weather-bar {margin-top: 25px;}
}

@media (max-width: 600px) {
     .weather-bar {display:none;}
}

/* Menü */
@media (min-width: 990px) {
    .sub-menu .arrow{visibility:hidden;}
/*    .main-header.affix .main-nav a {color: #FFFFFF; } */
    .main-header.affix .main-nav a {color: #232323; } 
    .main-header.affix .sub-menu li a {color: #FFFFFF; } 
    .main-header.affix .sub-menu {border-top: 5px solid #F5B617;} 
}	

@media (max-width: 991px) {
    .affix {
	   position: relative;
    }
    .mobile-menu-icon {float: right;}	
	.sb-search {float: right; margin-top: 8px;}	
    .main-nav a{
       color: #ffffff;
    }
   .main-header.affix{
   	   background:#3C5168;
    }
}	

/* DToday Details */
.dtoday_details h1 
{
   font-size: 30px;
   font-weight: 700;
}
.dtoday_details h2 
{
   font-size: 1.2em;
   font-weight: 700;
   /*color: #9A0C17; */
   color: #F5B617;
}
.dtoday_details .copyright
{
   font-size: 12px;
   color:#666666;
   margin-bottom: 0px;
}
.dtoday_details .main-title
{
   margin-bottom: 10px;
   margin-top: 10px;
}

@media (max-width: 600px) {
  .dtoday_details h2 
  {
  }
}
