/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; position:relative;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1; overflow:hidden;}
.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: 0px; display: block;  position: absolute; top: 41%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0;}

.flexslider .flex-next {opacity: 1; right: 5px;}
.flexslider .flex-prev {opacity: 1; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .5!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10%; text-align: center; z-index:3;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline; height:21px;}
.flex-control-paging li a {width: 20px; height: 20px; display: block; background:none; border:solid 2px #fb542a; text-indent:-3000px; transition:all 0.3s ease 0.4s; border-radius:0px;float:left; margin:4px 0px; border-radius:30px; cursor:pointer;  /* IE 9 */}
.flex-control-paging li a:hover { }
.flex-control-paging li a.flex-active {float:left; border-width:3px; background:#fb542a; border-color:#fb542a;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}     

/*Carousel Nav*/

/*Caption*/
.flex-caption {
    bottom: 30%;
    font-size: 14px;
    left: 0;
    padding: 1%;
    position: absolute;
    text-align: center;
}


@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/* MY PROFILE */
.create-event-wrapper .profile-photo-wrap > div.photo_holder,
.create-event-wrapper.dec-event-edit ul.image-edit-section li .photo_holder{
    width: 154px;
	overflow: hidden;
    position: relative;
}

.profile-photo-wrap > div.photo-holder .have_image,
.profile-photo-wrap > div.photo-holder .img_profile,
.profile-photo-wrap > div.photo_holder .no_have_image,
.profile-photo-wrap > div.photo_holder .img_profile,
.create-event-wrapper.dec-event-edit ul.image-edit-section li .photo_holder .img_profile,
.create-event-wrapper.dec-event-edit ul.image-edit-section li .photo_holder .img_profile .have_image{
	width: 154px;
    overflow: hidden;
}
.profile-photo-wrap > div.photo-holder .have_image img,
.profile-photo-wrap > div.photo-holder .img_profile img,
.profile-photo-wrap > div.photo_holder .have_image img,
.profile-photo-wrap > div.photo_holder .img_profile img,
.create-event-wrapper.dec-event-edit ul.image-edit-section li .photo_holder .img_profile img{
	width: 100%;
}

.profile-photo-wrap > div.photo-holder a.edit-photo,
.profile-photo-wrap > div.photo-holder span.edit_photo,
.profile-photo-wrap > div.photo-holder span.delete_photo,
.profile-photo-wrap > div.photo_holder a.edit-photo,
.profile-photo-wrap > div.photo_holder span.edit_photo,
.profile-photo-wrap > div.photo_holder span.delete_photo,
.create-event-wrapper.dec-event-edit ul.image-edit-section li .photo_holder .img_profile span.edit_photo,
.create-event-wrapper.dec-event-edit ul.image-edit-section li .photo_holder .img_profile span.delete_photo{
    width: 20px!important;
    height: 20px;
    background: url(../images/edit-ico-ext.png) no-repeat center;
    background-size: 20px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
	text-indent: -300px;
    overflow: hidden;
}
.profile-photo-wrap > div.photo-holder span.delete_photo,
.profile-photo-wrap > div.photo_holder span.delete_photo,
.create-event-wrapper.dec-event-edit ul.image-edit-section li .photo_holder .img_profile span.delete_photo{
	right:40px;
	background: url(../images/delete-ico-ext.png) no-repeat center;
    background-size: 20px;
	text-indent: -50px;
}
.create-event-wrapper.dec-event-edit ul.image-edit-section li .photo_holder .photoimg_container{
	display:none;
}
.create-event-wrapper .profile-photo-wrap > div.photo_holder .photoimg_container{
	display: block!important;
	position: absolute;
	height: 100%;
	width:100%;
	top:0;
	left: 0;
}
.create-event-wrapper .profile-photo-wrap > div.photo_holder .photoimg_container input#photoimg{
	height: 100%;
	width:100%;
	opacity: 0;
	outline:none!important;
}
.eif_events_list.events-list.extr-evnt ul.col-md-6.image-edit-section{
	list-style:none;
}
.profile-photo-wrap > div.photo_holder span.delete_photo{
	z-index: 9
}

ul.assist_list{
	display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 25px 0px;
}
ul.assist_list li{
	margin-bottom: 10px;
	list-style: none;
}
ul.assist_list li:last-child{
	margin-bottom:0px;
}
#member-profile button.update_profile{
	border:none;
	float: left;
}
:focus{
	outline:none;
}
.create-event-wrapper form#frm_event{
	width:100%;
	display:inline-block;
}
/*-popup-*/
.ui-dialog{
	padding:0px!important;
}
.ui-dialog .ui-widget-header{
	background:#0087b9!important;
	border:0px!important;
	color:#FFFFFF!important;
	border-radius: 0!important;
}

#dialog-modal.image_dimension{
	height: auto!important;
	font-size: 16px!important;
    line-height: normal;
    margin-bottom: 16px;
    font-weight: 400;
}
#dialog-modal.image_dimension ul{
	padding-left: 18px;
}
#dialog-modal.image_dimension ul li{
	font-size: 14px!important;
	margin-bottom: 5px!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: url(../images/close.png) no-repeat center!important;
	border:none!important;
	background-size: 16px!important;
}

/* MY PROFILE END*/

/*preloader*/
.preloader {
	width:46px;
	position: relative;
	display: none;
	float: left;
	top: 4px;
    left: 20px;
}
.preloader>svg {
	animation: rotate 2s linear infinite;
	height: 100%;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}
.preloader>svg>circle {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke-width: 3;
	stroke-miterlimit: 10;
	fill: none;
	animation: dash 1.5s ease-in-out infinite
}
.preloader:before {
	content: '';
	display: block;
	padding-top: 100%
}
.preloader circle {
	stroke:#0087b9;
}
 @-webkit-keyframes rotate {
	 100% {
	 -webkit-transform:rotate(360deg);
	 -ms-transform:rotate(360deg);
	 -o-transform:rotate(360deg);
	 transform:rotate(360deg)
	}
}
 @keyframes rotate {
	 100% {
	 -webkit-transform:rotate(360deg);
	 -ms-transform:rotate(360deg);
	 -o-transform:rotate(360deg);
	 transform:rotate(360deg)
	}
}
 @-webkit-keyframes dash {
	 0% {
	 stroke-dasharray:1, 200;
	 stroke-dashoffset:0
	}
	 50% {
	 stroke-dasharray:89, 200;
	 stroke-dashoffset:-35px
	}
	 100% {
	 stroke-dasharray:89, 200;
	 stroke-dashoffset:-124px
	}
}
 @keyframes dash {
	 0% {
	 stroke-dasharray:1, 200;
	 stroke-dashoffset:0
	}
	 50% {
	 stroke-dasharray:89, 200;
	 stroke-dashoffset:-35px
	}
	 100% {
	 stroke-dasharray:89, 200;
	 stroke-dashoffset:-124px
	}
}
/*.book-place-wrap .preloader{
	width:50px;
	position: absolute;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 1px #6b6a6a;
    left: -50%;
    z-index:2;
    right: -50%;
	top:75px;
    margin: auto;
}*/
.preloader>svg{
	width:90%;
}
/*preloader end*/

/*SEARCH*/

.columns.content-search-wrap.search-pg{
    padding-left: 15px;
    padding-right: 15px;
}
.content-search-wrap.search-pg input {
   /* width: 100%;*/
}
#inner-section .search_wrap{
	/*padding-left:0px;*/
}
#inner-section .search_wrap .header_text,
#inner-section .filter_wrap .header_text{
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
}
#inner-section .search_wrap .header_text h2,
#inner-section .filter_wrap .header_text h2{
	margin-top: 0px;
    width: 75%;
	position: relative;
    display: inline-block;
}
#inner-section .search_wrap .pull_menu {
    color: #333;
    background: url(../images/down_arrow.png) no-repeat right center #fff;
    border-bottom: 1px solid #333;
    text-decoration: none;
    width: 150px;
    padding:2px 15px 0px 0;
    float: right;
}
#inner-section .search_wrap .subb {
    width: 150px;
    position: absolute;
    background: #fff;
    right: 0;
    top: 23px;
    border: 1px solid #333;
    -webkit-box-shadow: 0 5px 3px rgba(50,50,50,0.3);
    -moz-box-shadow: 0 5px 3px rgba(50,50,50,0.3);
    box-shadow: 0 5px 3px rgba(50,50,50,0.3);
    display: none;
    border-top: 0;
    padding: 5px;
	z-index: 12;
	margin: 0px;
	color: #333;
    list-style: none;
}
#inner-section .search_wrap .subb li a{
	color: #333;
}
#inner-section .search_wrap .search_paging ul {
    float: right;
    margin: 0;
	margin-right: 10px;
}
#inner-section .search_wrap .search_paging ul li {
    float: left;
    color: #333;
	list-style: none;
    padding: 2px 6px;
	font-size: 16px;
    line-height: 20px;
    color: #333333;
	font-family: "effra",sans-serif;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}
#inner-section .search_wrap .search_paging ul li span.pagenav {
    border-bottom: solid 1px #333;
}
#inner-section .search_wrap .search_paging ul li a {
    color: #333;
    text-decoration: none;
}
#inner-section .search_wrap .search_paging ul li.prev, .search_paging ul li.next {
    width: 10px;
}
#inner-section .search_wrap .search_paging ul li.prev span,
#inner-section .search_wrap .search_paging ul li.prev a{
    display: inline-block;
    background: url(../images/arrows.gif) no-repeat left center;
    height: 15px;
    width: 7px;
    text-indent: -4000px;
	background-position: 0px 5px;
}
#inner-section .search_wrap .search_paging ul li.next a,
#inner-section .search_wrap .search_paging ul li.next span{
    display: inline-block;
    background: url(../images/arrows.gif) no-repeat right center;
    text-indent: -3000px;
    height: 15px;
    width: 15px;
	background-position: -16px 5px;
}
#inner-section .search_wrap .search_paging ul li span.prev-inactive,
#inner-section .search_wrap .search_paging ul li span.next-inactive{
	opacity: 0.5;
	text-indent: -3000px;
}
#inner-section .search_wrap .search_paging > strong{
	margin-top:4px;
	font-size: 16px;
	display:inline-block;
}
#inner-section .search_wrap .search_results{
	float: left;
	width:100%;
}
#inner-section .search_wrap ul.search_listing{
	display:inline-block;
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:30px;
}
#inner-section .search_wrap ul.search_listing > li {
    list-style: none;
    margin: 25px 0px;
    padding: 0px;
    width: 100%;
    display: table;
    float: left;
}
#inner-section .search_wrap ul.search_listing > li > div{
	display: table-cell;
    vertical-align: top;
    text-align: left;
}
#inner-section .search_wrap ul.search_listing > li div.searchimage{
	width: 340px;
    padding-right: 30px;
    text-align: center;
}

#inner-section .search_wrap ul.search_listing li div.searchimage img {
        vertical-align: middle;
}
/*#inner-section .search_wrap ul.search_listing li .searchcontent ul{
	display:inline-block;
	list-style: none;
}*/
#inner-section .search_wrap .tags_small {
    display: inline-block;
    margin: 0;
	margin-left: 20px;
    margin-top: -3px;
	list-style: none;
}

#inner-section .search_wrap .tags_small > li {
    float: left;
    border-left: solid 1px #989898;
    line-height: 100%;
    margin: 5px 0;
    padding: 0 4px;
}
#inner-section .search_wrap .tags_small > li:first-child{
	padding-left: 0;
    border-left: 0;
}
#inner-section .search_wrap .tags_small > li > a{
	color: #0087b9;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

#inner-section .search_wrap ul.search_listing li h3.sub_head,
#inner-section .search_wrap ul.search_listing li h3.sub_head a{
    font-size: 24px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}
.search_listing li i{
	font-size: 18px;
    color: #0087b9;
	font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
#inner-section .search_wrap .read_more_tags{
	display: table;
} 
#inner-section .search_wrap .read_more_tags > a{
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: solid 1px;
    color: #0087b9;
	display:inline-block;
	margin-bottom: 10px;
	vertical-align: top;
}
#inner-section .search_wrap .highlight{
	color:#e6a922;
}

#inner-section .filter_wrap{
	padding-left: 10%!important;
}
#inner-section .filter_wrap .header_text h2{
	width:100%;
}
#inner-section .filter_wrap .content,
#inner-section .filter_wrap .filter_type{
	float:left;
	width:100%;
}
#inner-section .filter_wrap .purple {
    color: #e6a922;
}
#inner-section .filter_wrap .blue {
    color: #0087b9;
}

/*taggy*/
#inner-section .filter_wrap{
	font-size: 16px;
    line-height: 20px;
    color: #333333;
	    font-family: "effra",sans-serif;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

#inner-section .filter_wrap ul.taggy{
	overflow: hidden;
	padding: 0;
    margin: 0 -5px 25px;
}
.taggy li {
    float: left;
    border-right: 1px solid #989898;
    line-height: 100%;
    margin: 5px 0;
	list-style: none;
}
.taggy li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #0087b9;
    padding: 0 5px;
}
#inner-section .filter_wrap a.reset_search_in_tags {
    margin: 25px 0;
}

/*filter*/

.row.filter-row{
	float: left;
	width:100%;
	margin:0px;
}
.filter-row ul.filter_type{
	padding: 0;
	list-style: none;
}
.filter-row ul.filter_type > li{
	margin-bottom: 10px;
}

/*-search end-*/

/*-cookie-*/
div#cookieMessageContainer{
	top:inherit!important;
	bottom:0px!important;
}
#cookieMessageContainer .cookie_button{
	height:auto!important;
	display: inline-block;
	float:none!important;
	background: #e6a922 !important;
    color: #fff!important;
	text-shadow:none!important;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    padding: 6px 20px 8px;
    border: none;
}
#cookieMessageText p, #cookieMessageContainer{
	background-color: #0087b9!important;
}
#cookieMessageText p, #cookieMessageContainer .accept{
	font-size: 18px!important;
    line-height: normal!important;
    margin-bottom: 16px!important;
    font-weight: 400!important;
    font-family: "effra",sans-serif!important;
}
/*-cookie end-*/

ul.related-podcast.cont_img.podcasts li.news_material_item span.podcast-info{
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: normal;
    font-weight: 500;
    min-height: 70px;
    padding: 18px 20px;
	padding-bottom:5px;
    /*background:rgba(0,0,0,0.4);*/
    z-index: 2;
    pointer-events: none;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
ul.related-podcast.cont_img.podcasts li.news_material_item span.podcast-info p{
	font-size: 16px!important;
    color: #fff;
	margin-bottom: 0px!important;
    line-height: normal!important;
    font-weight: 100!important;
}
/*#inner-section .dec-event-detail .event-posted{
	color:#0087b9!important;
}*/
/*.event-posted > i::first-letter{
	 text-transform: uppercase;
}
*/

/*-tag-list-page-*/

.tag-item-list.col-md-9{
	padding-left: 10%;
	padding-right:25px;
}
#inner-section .tag-item-list .header_text h2{
	margin-top: 0px;
}
.tag-item-list .tag_detail {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
	margin-bottom: 20px;
}
.tag-item-list .tag_detail h6 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom:5px;
	font-weight: 400;
}
.tag-item-list .tag_detail img {
    width: 175px;
    float: left;
    margin-right: 15px;
    padding: 3px;
}

.tag-right.col-md-3{
	max-width: none;
	padding-left:25px;
	padding-right: 75px!important;
}
.tag-right.col-md-3 > .col-md-4{
	width:100%;
	padding: 0px;
}
.tag-right.col-md-3 input[type="text"],
.tag-right.col-md-3 input[type="password"],
.tag-right.col-md-3 input[type="email"]{
    background: none;
    border: none;
    border-radius: 0px;
    -webkit-appearance: none;
    border-bottom: solid 2px #0087b9;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
	margin-bottom:20px;
    line-height: normal;
}
.tag-right.col-md-3 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #0087b9;
  	opacity: 1;
}
.tag-right.col-md-3 input::-moz-placeholder { /* Firefox 19+ */
  	color: #0087b9;
  	opacity: 1;
}
.tag-right.col-md-3 input:-ms-input-placeholder { /* IE 10+ */
  	color: #0087b9;
  	opacity: 1;
}
.tag-right.col-md-3 input:-moz-placeholder { /* Firefox 18- */
  	color: #0087b9;
  	opacity: 1;
}
.tag-right.col-md-3 input[type="submit"]{
    font-size: 22px;
    font-weight: 500;
    color: #fff!important;
    background: #0087b9!important;
    line-height: 100%;
    padding: 15px 20px 17px;
    display: inline-block;
	border: 0px;
	margin-top:10px;
}

/*-tag-list-page end-*/


