/*------------------------------------------------------------------
[Table of contents]

01. Color Scheme
02. Reset
03. Back to top button
04. Headings
05. Main Menu
06. Top Menu
07. Mobile Menu
08. Logo
09. Post
10. Comments
11. Widgets
12. Page title
13. Contact Page
14. Breadcrumbs
15. Buttons
16. Popup Contact Owner
17. Contact Form 7
18. Working Hours
19. Popup Claim Listing
20. Popup Login/Register
21. Tooltip
22. Input
23. Table
24. Item Single Page
25. Payment Packages
26. My Account Tabs
27. Add to favorites
28. Upload Listing
29. Front end media upload
30. Star Rating
31. Grid view listings
32. Range Slider
33. Marker Infobox
34. Tag Index Page
35. Shortcodes
36. FlipClock
37. Top Search Events/Items Block
38. Testimonials
39. Top Social Icons

-------------------------------------------------------------------*/
/*Fonts*/
@import url(https://fonts.googleapis.com/css?family=Varela+Round);


/*--------------------
Color Scheme =======*/

input[type='submit'], .nav li.current a, .nav li.current-menu-item a, .nav li.current_page_item a, .speaker-contacts > .contact:hover, 
.social-icons li a:hover, .form-notification, .table-price, .gotop:hover, 
.preloader div, .owl-btn.prev:hover, .owl-btn.next:hover,
.flex-control-paging li a.flex-active, .flex-control-paging li a.flex-active:hover, 
.owl-page.active span, .owl-page.active span:hover,
.preloader, .preloader:before, .preloader:after, #register-event-loading, #subscribe-event-loading, #header-register-button {
	background-color: #8d0000; /* <- Paste here your prefered color */
}

a, .speaker-contacts > .contact, 
.table-features li.fa-check-circle, .owl-btn.prev,
.owl-btn.next, div.fancy-select ul.options li.hover, .main-color {
	color: #8d0000; /* <- Paste here your prefered color */
}

.speaker:hover .speaker-photo, .speaker-contacts > .contact, 
.social-icons li a:hover, .gotop:hover, .speaker-contacts > .contact:hover, div.fancy-select div.trigger.open {
	border-color: #8d0000; /* <- Paste here your prefered color */
}

div.fancy-select ul.options li:hover {
    color: #FFF;
}

#wpadminbar {
	z-index: 9999999;
}




/*--------------------
Reset ==============*/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}



/*--------------------
General ============*/
body {
	-webkit-font-smoothing: antialiased;
	background-color: #393939;
	color: #999999;
	font-family: 'Raleway',sans-serif;
  	font-size: 13px;
  	line-height: 23px;
  	overflow-x: hidden;
}

body #pageloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 99999999;

	display: none;

	text-align: center;
}

.circular-image img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
}

#scroll-top-anchor {
	float: left;
	width: 100%;
	position: absolute;
	margin-top: -104px;
}

.wrapper {
  	background-color: #f5f5f5;
  	position: relative;
  	z-index: 1000;
  	-webkit-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
  	-moz-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
  	-o-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
  	-ms-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
  	transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
  	left: 0;
}



.side_menu {
  	background-color: #393939;
  	height: 100%;
  	min-height: 100%;
  	overflow: hidden;
  	padding: 30px;
  	position: fixed;
  	top: 0;
  	right: -270px;
  	width: 270px;
  	z-index: 90;
}

.right_side_menu_opened .wrapper,
.right_side_menu_opened #header.sticky-menu {
  	left: -270px;
}

body #pageloader .fa {
	font-size: 56px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -28px;
}

p {
	float: left;
	width: 100%;
}

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

a {
    text-decoration:none;
    word-wrap: break-word;

    transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

a:hover, a:active, a:focus {
	color: #cc4310;
    text-decoration:none;
}

p {
    font-size: 14px;
	line-height: 20px;
    font-family: 'Raleway',sans-serif;
    margin-bottom: 20px !important;
}

#header {
	float: left;
	width: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 9999999;
}

#header.sticky-menu {
	position: fixed;
	top: 0;
	left: 0;

	-moz-animation: slideIn .4s linear;
	-webkit-animation: slideIn .4s linear;

	-webkit-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
  	-moz-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
  	-o-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
  	-ms-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
  	transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
}

@-moz-keyframes slideIn {
    0%{ margin-top: -140px; }
    100%{ margin-top: 0px; }
}

@-webkit-keyframes slideIn {
    0%{ margin-top: -140px; }
    100%{ margin-top: 0px; }
}

#top-menu {
	float: left;
	width: 100%;
	background-color: #bdc3c7;
	color: #666666;
	padding: 20px 0;
	display: none;
}

#main-menu {
	float: left;
	width: 100%;
	background-color: #2D2D2D;
	color: #666666;
	padding: 0;
}

.main-menu,
.top-menu {
	float: right;
}

.main-menu ul {
	padding: 0;
}

.top-menu-right {
	float: right;
}

.top-menu-right ul li {
	margin-left: 20px;
}

.top-menu-right ul li span {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.top-menu-right ul li span:hover {
	color: #000;
	cursor: pointer;
}

.top-menu ul li {
	margin-right: 20px;
}

header,
footer,
.footer,
.socket {
	float: left;
	width: 100%;
}

.footer {
	background-color: #333333;
	padding: 50px 0 0 0;
	position: relative;
	overflow: hidden;
}

.socket {
	background-color: #202020;
	padding: 30px 0;
	text-align: center;
}

.copyrights {
	color: #949494;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.copyrights a {
	text-transform: uppercase;
	font-weight: bold;
}

header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'Raleway',sans-serif;
	font-size: 11px;
  	letter-spacing: 2px;
  	font-weight: 700;
	text-transform: uppercase;
	float: left;
}

header ul li {
	float: left;
	position: relative;
	margin-right: 5px;
}

header ul a {
	color: #eee;
}

header ul a:hover {
	/*color: #00aa88;*/
}

header ul.sub-menu a {
	color: #484848;
}

.grey-bg {
	float: left;
	width: 100%;
	padding: 60px 0;
	background-color: #F5F5F5;
}

.grey-bg.single-event-page {
	padding-top: 0;
}


/*------------------------------------------------------------------
	Back to top button
-------------------------------------------------------------------*/
.back-to-top {
	position: absolute;
	right: 0;
	margin-left: -40px;
	bottom: 0;
	margin-bottom: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 25px 25px;
	border-width: 0 40px 40px 40px;
	border-color: transparent transparent #202020 transparent;
	background-color: #202020;
	text-align: center;
	cursor: pointer;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.back-to-top:hover {
	margin-bottom: 0;
}

.back-to-top:hover .fa {
	color: #8d0000;
}

.back-to-top:hover .first-angle {
	margin-top: 8px;
}

.back-to-top:hover .second-angle {
	margin-top: 14px;
}

.back-to-top .first-angle {
	font-size: 24px;
	color: #fff;
	margin-left: -7px;
	margin-top: 12px;
	position: absolute;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.back-to-top .second-angle {
	font-size: 24px;
	color: #fff;
	margin-left: -7px;
	margin-top: 18px;
	position: absolute;

	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.social-icon {
	font-size: 32px;
	line-height: 32px;
	float: left;
	margin-right: 15px;
}

/*------------------------------------------------------------------
	Headings
-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
	float: left;
	width: 100%;
}

/*------------------------------------------------------------------
	Main Menu
-------------------------------------------------------------------*/
.main-menu-holder {
	float: left;
	width: 100%;
	position: relative;
}

.main-menu ul li {
	margin-right: 0;
}

.main-menu ul li a {
	padding: 40px 25px;
  	overflow: hidden;
  	float: left;
  	position: relative;
  	display: inline-block;
}

.main-menu ul li a .fa {
	margin-right: 10px;
}

.main-menu ul li a:hover, 
.main-menu ul li.current-menu-item a {
	/*color: #00aa88;*/
}

.main-menu ul li:hover > a {
	/*color: #00aa88;*/
}

.main-menu ul li ul.children, 
.main-menu ul li ul.sub-menu {
	position: absolute; 
	top: 100%;
	left: 1px;
	z-index: 9999999;
	min-width: 180px;
	list-style: none;
	font-size: 13px;
	float: none;

	display: block;
	margin: 0;
	margin-left: -5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	display: none;
	opacity: 0;
	-webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .02);
  	-moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .02);
  	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .02);
}

.main-menu ul li ul.sub-menu.right-submenu {
	right: 1px;
	margin-right: -30px;
	left: auto;
}

.main-menu ul li ul.children ul, 
.main-menu ul li ul.sub-menu ul {
	position: absolute;
	min-width: 180px;
	z-index: 1000;
	float: none;
	top: 0;
	right: 0;
	margin-top: 0;
	padding-top: 0;

	display: none;

	left: 100%;
	top: 0;
	border-top: 0!important;
}

.main-menu ul li ul li {
	display: list-item;
	text-align: -webkit-match-parent;
	float: none;
	padding: 0 30px;
	background-color: #fff;
	text-align: left;
}

.main-menu ul li ul li a {
	display: block;
	clear: both;
	float: none;
	line-height: 1.5;
	white-space: nowrap;
	text-transform: capitalize;
	text-overflow: ellipsis;
	font-size: 12px;
  	font-weight: 700;

	padding: 15px 0;
	border-bottom: 1px solid #c1c1c1 !important;
	border-right: none;

	margin-right: 0;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.main-menu ul li ul li:hover>a:after {
	opacity: 0;
	visibility: hidden;
}

.main-menu .menu li.current_page_item a, 
.main-menu .menu li.current-menu-item a {
	/*color: #00aa88;*/
	text-decoration: none;
}

.main-menu .menu li.current_page_item a .fa, 
.main-menu .menu li.current-menu-item a .fa, 
.main-menu .menu li a:hover .fa {
	/*color: #00aa88;*/

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-menu .menu li.current_page_item a, 
.main-menu .menu li.current-menu-item a .fa {
	color: #999999 !important;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-menu .menu li.current-menu-item .sub-menu a, 
.main-menu .menu li.current-menu-item .sub-menu a .fa {
	color: #34495e !important;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-menu ul li.current-menu-item .sub-menu a,
.main-menu ul li.current_page_item .sub-menu a {
	color: #393939;
	padding: 15px 0;
}

.main-menu ul li ul.children li a:hover,
.main-menu ul li ul.sub-menu li a:hover,
.main-menu ul li ul.sub-menu li.current_page_item a,
.main-menu ul li ul.sub-menu li.current-menu-item a {
	background: none !important;
}

.main-menu ul li .fa-chevron-down {
	font-size: 75%;
	margin-left: 8px;
	float: right;
	margin-top: 6px;
	font-weight: normal;
}

.main-menu ul li .fa-chevron-right {
	font-size: 75%;
	margin-left: 8px;
	margin-top: 5px;
	font-weight: normal;
	float: right;
	position: absolute;
	right: 0;
}

.td-has-megamenu {
	position: initial;
}

.td-mega-menu {
	position: absolute; 
	top: 100%;
	left: 1px;
	z-index: 999999;
	min-width: 180px;
	list-style: none;
	font-size: 13px;
	float: none;

	display: block;
	margin: 0;
	margin-left: -5px;
	padding-top: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	background: 0 0;

	display: none;
	opacity: 0;
}

.td-has-megamenu .td-mega-menu {
	width: 100%;
	margin-left: 0 !important;
	left: 0 !important;
	padding: 30px !important;
  	background-color: #fff !important;
}

.td-has-megamenu .td-mega-menu li {
	float: left;
	width: 20%;
	padding: 0 15px;
	margin-right: 0;
}

.td-has-megamenu .td-mega-menu li .sub-menu {
	opacity: 1 !important;
	display: inline-block !important;
	position: relative;
	float: left !important;
  	width: 100%;
  	min-width: 100%;
  	left: 0;
  	margin: 0;
  	webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
}

.td-has-megamenu .td-mega-menu li .sub-menu li {
	width: 100%;
	padding: 0;
}

.td-has-megamenu .td-mega-menu li .sub-menu li:first-child {
	margin-top: 10px;
}

.td-has-megamenu .td-mega-menu li a {
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	padding: 13px 0 !important;
	background-color: #fff;
}

.td-has-megamenu .td-mega-menu li a .fa-chevron-right {
	display: none;
}

.td-has-megamenu .td-mega-menu .td-mega-menu-holder {
	background-color: #202020;
	float: left;
	width: 100%;
	padding: 15px;
}

.td-has-megamenu .td-mega-menu li .sub-menu li a {
	border-bottom: 0 !important;
	padding: 10px 0;
	font-size: 13px;
}

.td-hidetitle {
	cursor: default;
}

.td-hidetitle span {
	opacity: 0;
	cursor: default;
	float: left;
	width: 100%;
}

#main-menu-style-2 {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	height: 40px;
}

.main-menu-style-2-container {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 10px 20px;
	z-index: 999;
	text-align: center;
	max-height: 64px;
}

#main-menu-style-2 .main-menu {
	float: none;
	display: inline-block;
	max-height: 44px;
}

#main-menu-style-2 .td-has-megamenu .td-mega-menu {
	padding-top: 2px!important;
}

#main-menu-style-2 .main-menu ul li a {
	padding: 10px 25px;
}

#main-menu-style-2 .main-menu ul li ul li a {
	padding: 10px 0;
}

#main-menu-style-2 .main-menu ul li:after {
	content: "";
	width: 1px;
	height: 14px;
	top: 0;
	right: 0;
	margin-top: 10px;
	float: right;
	border-right: solid 1px #ecf0f1;
}

#main-menu-style-2 .main-menu ul li:last-child:after {
	display: none;
}

#main-menu-style-2 .main-menu ul li ul li:after {
	display: none;
}

#main-menu-style-2 .td-has-megamenu .td-mega-menu {
  	border-top: solid 10px #fff !important;
}

.main-menu ul li a .fa.author-menu-bars {
	margin-left: 20px;
}

.main-menu ul li.first a {
	padding-right: 0 !important;
	text-align: right;
}

.main-menu ul li.first > a:before {
	content: "";
	position: absolute;
	height: 24px;
	width: 1px;
	border-left: solid 1px #4F4F4F;
	left: 0;
	top: 0;
	margin-top: 40px;
}

#top-menu-login,
#top-menu-register {
	padding-right: 0 !important;;
}

.main-menu ul li ul li:last-child > a {
	border-bottom: none;
}

.main-menu ul li.sidebar-menu-button {
	margin-left: 25px;
}

.main-menu ul li.sidebar-menu-button a .fa {
	margin-left: 0;
}

.main-menu .sidebar-button {
	padding: 40px 25px;
	padding-right: 0 !important;
	position: relative;
	cursor: pointer;
	float: right;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-menu .sidebar-button .fa {
	font-size: 14px;
	color: #eee;
}

.main-menu .sidebar-button:before {
	content: "";
	position: absolute;
	height: 24px;
	width: 1px;
	border-left: 1px solid #4F4F4F;
	left: 0px;
	top: 0px;
	margin-top: 40px;
}

/*------------------------------------------------------------------
	Top Menu
-------------------------------------------------------------------*/
.top-menu ul li a:hover, 
.top-menu ul li.current-menu-item a {
	color: #000;
}

.top-menu ul li ul.children, 
.top-menu ul li ul.sub-menu {
	position: absolute; 
	top: 100%;
	left: 1px;
	z-index: 1000;
	min-width: 180px;
	list-style: none;
	font-size: 13px;
	float: none;

	display: block;
	margin: 0;
	margin-left: -20px;
	padding-top: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	display: none;
	opacity: 0;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.top-menu ul li ul.children ul, 
.top-menu ul li ul.sub-menu ul {
	position: absolute;
	min-width: 180px;
	z-index: 1000;
	float: none;
	top: 0;
	right: 0;
	margin-top: 0;
	padding-top: 0;

	display: none;

	left: 100%;
	top: 0;
	border-top: 0!important;
}

.top-menu ul li ul li {
	display: list-item;
	text-align: -webkit-match-parent;
	float: none;
	padding: 0 20px;
	background-color: #000;
}

.top-menu ul li ul li a {
	display: block;
	clear: both;
	float: none;
	line-height: 1.5;
	white-space: nowrap;
	text-transform: capitalize;
	font-size: 14px;

	padding: 10px 0;
	border-bottom: 1px dotted #293940;
	background-color: #000;
	color: #a3a3a3;
	border-right: none;

	margin-right: 0;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.top-menu ul li:hover > ul.children, 
.top-menu ul li:hover > ul.sub-menu {
	cursor: pointer; 
}


.top-menu ul li ul li:hover>a:after {
	opacity: 0;
	visibility: hidden;
}

.top-menu .menu li.current_page_item a, 
.top-menu .menu li.current-menu-item a {
	color: #000;
	text-decoration: none;
}

.top-menu .menu li.current_page_item a .fa, 
.top-menu .menu li.current-menu-item a .fa, 
.top-menu .menu li a:hover .fa {
	color: #000;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.top-menu .menu li.current_page_item a, 
.top-menu .menu li.current-menu-item a .fa {
	color: #999999 !important;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.top-menu .menu li.current-menu-item .sub-menu a, 
.top-menu .menu li.current-menu-item .sub-menu a .fa {
	color: #34495e !important;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.top-menu ul li ul.children li a:hover,
.top-menu ul li ul.sub-menu li a:hover,
.top-menu ul li ul.sub-menu li.current_page_item a,
.top-menu ul li ul.sub-menu li.current-menu-item a {
	background: none !important;
	color: #fff;
}

.top-menu ul li .fa-chevron-down {
	font-size: 75%;
	margin-left: 8px;
	float: right;
	margin-top: 3px;
	font-weight: normal;
}

.top-menu ul li .fa-chevron-right {
	font-size: 75%;
	margin-left: 8px;
	margin-top: 5px;
	font-weight: normal;
	float: right;
}


/*------------------------------------------------------------------
	Mobile Menu
-------------------------------------------------------------------*/
.mobileMenu {
	display: block;
	width: 30px;
	height: 24px;
	background: none;
	border: none;
	text-indent: -2000px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxnPjxwYXRoIGQ9Ik0yMy4yNDQsMTcuMDA5SDAuNzVjLTAuNDEzLDAtMC43NSwwLjM2LTAuNzUsMC44MDF2My40MjFDMCwyMS42NTQsMC4zMzcsMjIsMC43NSwyMmgyMi40OTRjMC40MTQsMCwwLjc1LTAuMzQ2LDAuNzUtMC43NyAgICBWMTcuODFDMjMuOTk0LDE3LjM2OSwyMy42NTgsMTcuMDA5LDIzLjI0NCwxNy4wMDl6IE0yMy4yNDQsOS4wMDlIMC43NUMwLjMzNyw5LjAwOSwwLDkuMzY5LDAsOS44MXYzLjQyMSAgICBjMCwwLjQyNCwwLjMzNywwLjc2OSwwLjc1LDAuNzY5aDIyLjQ5NGMwLjQxNCwwLDAuNzUtMC4zNDUsMC43NS0wLjc2OVY5LjgxQzIzLjk5NCw5LjM2OSwyMy42NTgsOS4wMDksMjMuMjQ0LDkuMDA5eiAgICAgTTIzLjI0NCwxLjAwOUgwLjc1QzAuMzM3LDEuMDA5LDAsMS4zNjksMCwxLjgxVjUuMjNjMCwwLjQyMywwLjMzNywwLjc2OSwwLjc1LDAuNzY5aDIyLjQ5NGMwLjQxNCwwLDAuNzUtMC4zNDYsMC43NS0wLjc2OVYxLjgxICAgIEMyMy45OTQsMS4zNjksMjMuNjU4LDEuMDA5LDIzLjI0NCwxLjAwOXoiLz48L2c+PC9nPjwvc3ZnPg==);
	background-position: center center;
	background-repeat: no-repeat;
	fill: #0097a7;

	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
}

#main-menu .mobileMenu {
	margin: 20px 0;
	margin-top: 0;
}


/*------------------------------------------------------------------
	Logo
-------------------------------------------------------------------*/
.logo {
	float: left;
  	height: 104px;
  	width: auto;
  	margin-right: 30px;
  	line-height: 44px;
  	padding: 35px 0;
}

.logo a {
	float: left;
	width: auto;
}

.logo img {
	float: left;
	max-height: 34px;
	width: auto;
}

.logo .fa {
	float: left;
	margin-right: 8px;
	line-height: 34px;
}

/*------------------------------------------------------------------
	Post
-------------------------------------------------------------------*/
.post-title {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}

.post {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fff;
}

.sticky {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #E5E5E5;
}

.sticky .post-excerpt {
	color: #323232;
}

.sticky-post-icon {
	display: none;
}

.sticky .sticky-post-icon {
	display: inline-block;
}

.section-header {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.section-header h2 {
	font-size: 32px;
	line-height: 40px;
}

.section-header h4 {
	font-size: 16px;
	line-height: 24px;
}

.quote-post,
.link-post {
	margin-left: 0;
	margin-right: 0;

	color: #222222;
	position: relative;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	font-size: 20px;
	line-height: 150%;
	padding-left: 20px;
	border-left: 2px solid;
	text-transform: uppercase;
	letter-spacing: 0.5px;

	border-color: #8d0000;

	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.quote-post h4 {
	font-size: 24px;
	line-height: 32px;
}

.quote-post cite {
	font-size: 11px;
	font-style: normal;
	display: block;
}

.post-info {
	float: left;
	margin-bottom: 15px;
	width: auto;
	margin-right: 15px;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
}

.post-info,
.post-info a,
.post-info .fa {
	color: #000;
}

.post-info a:hover {
	color: #8d0000;
}

.post-info .fa {
	margin-right: 8px;
	font-size: 75%;
}

.pagination {
	float: left;
	font-size: 14px;
	width: 100%;
	padding: 20px 30px;
  	background-color: #fff;
  	border-radius: 0;
}

.pagination .page-numbers {
	margin-right: 10px;
	float: left;
}

.pagination .pagination-status {
	float: right;
	color: #cccccc;
}

.post-excerpt {
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.read-more {
	float: left;
	text-transform: uppercase;
}

.image-block {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#main-wrapper ol,
#main-wrapper ul,
#footer ol,
#footer ul {
	line-height: 1.5em;
	float: left;
	width: 100%;
}

#main-wrapper ol ol,
#main-wrapper ol ul, 
#main-wrapper ul ol, 
#main-wrapper ul ul,
#footer ol ol,
#footer ol ul, 
#footer ul ol, 
#footer ul ul {
	margin-bottom: 10px;
	margin-top: 10px;

}

#main-wrapper ul li,
#main-wrapper ol li,
#footer ul li,
#footer ol li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	float: left;
	width: 100%;
}

.flexslider ul.slides li {
	padding-bottom: 0 !important;
}

.flex-direction-nav .flex-next {
	color: #fff !important;
}

#footer .container {
	position: relative;
}

.blog-post-tags {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.blog-post-tags .fa {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.blog-post-tags span a {
	float: left;
	margin-right: 10px;
}

.post-block-content {
	float: left;
	width: 100%;
	border: solid 20px #efefef;
	background-color: #efefef;
	position: relative;
	zoom: 1;
}

.post-block-content .next-post {
	float: right;
}

.post-block-content .prev-post {
	float: left;
}

.clear-background {
	background: none !important;
}

.clear-padding,
.nopadding {
	padding: 0 !important;
}

.dashed-border {
	border: dashed 1px #ADADAD;
}

.submit-listing-holder {
	min-height: 160px;
}


/*------------------------------------------------------------------
	Comments
-------------------------------------------------------------------*/
#ad-comments,
#comments {
	float: left;
	width: 100%;
}

#comments ol {
	list-style: none;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.comment-list li {
	float: left;
	width: 100%;

	padding: 30px;
	padding-bottom: 0;
	margin-bottom: 30px !important;
	background-color: #fff !important;
}

#comments ol.children li {
	padding: 0;
	margin-bottom: 0 !important;
	border-bottom: none;
}

#comments .comment-author {
	margin-bottom: 20px;
}

#comments .comment-author .avatar {
	margin-right: 20px;
}

#comments .comment-body {
	margin-bottom: 30px;
}

.comments-title {
	margin-bottom: 30px;
}

/*------------------------------------------------------------------
	Widgets
-------------------------------------------------------------------*/
.widget-container {
	position: relative;
	zoom: 1;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#main-wrapper .widget-container {
	padding: 20px 30px;
	background-color: #fff;
}

#main-wrapper .widget-container.widget_search {
	padding: 30px;
}

.widget-container h3 {
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 13px;
	line-height: 13px;
  	letter-spacing: 1px;
  	font-weight: 700;
  	text-transform: uppercase;
}

.widget-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main-wrapper .widget-container ul li {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 24px;	
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget-container ul li a {
	margin-bottom: 10px;
	float: left;
}

.widget-container ul li a .fa-chevron-right,
.widget-container ul li a .fa-chevron-down {
	margin-left: 8px;
}

.widget-container ul li.recentcomments a {
	float: none;
}

.widget-container a {
	color: #000;
}

.widget-container a:hover {
	color: #8d0000;
}

.widget_categories li, 
.widget_pages li, 
.widget_nav_menu li, 
.widget_recent_entries li, 
.widget_meta li, 
.widget_archive li {
	padding-left: 13px;
}

.widget_categories li:before, 
.widget_pages li:before, 
.widget_nav_menu li:before, 
.widget_recent_entries li:before, 
.widget_meta li:before, 
.widget_archive li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	font-weight: normal;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
	color: #222222;
}

#footer .widget-container h3 {
	color: #ADADAD;
}

#footer .widget-container a,
.widget_categories li:before, 
.widget_pages li:before, 
.widget_nav_menu li:before, 
.widget_recent_entries li:before, 
.widget_meta li:before, 
.widget_archive li:before {
	color: #999999;
}

#footer .widget-container a:hover {
	color: #8d0000;
}

#footer .widget-container ul li {
	border-color: #484848;
	margin-bottom: 0;
}

.side_menu .widget-title {
	color: #fff;
}

.side_menu .widget-container ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.side_menu .widget-container ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

.side_menu .widget-container ul li:before {
	display: none;
}

.side_menu .widget-container ul li a {
	color: #8d8d8d;
}

.side_menu .widget-container ul li a:hover {
	color: #fff;
}


/*------------------------------------------------------------------
	Page title
-------------------------------------------------------------------*/
#page-title {
	float: left;
	width: 100%;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

#page-title.page-title-content {
	background: none;
	margin-bottom: 30px;
}

.page-title {
	color: #484848;
	font-size: 32px !important;
	line-height: 72px !important;
	margin: 50px 0;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;

	transition: all 0s;
	-moz-transition: all 0s;
	-webkit-transition: all 0s;
	-o-transition: all 0s;

	width: auto;
}

#page-title.page-title-content .page-title {
	color: #484848;
}

.item-title-block {
	float: left;
	width: 100%;
	margin: 50px 0;
}

.item-title-block-category {
	float: left;
	width: 100%;
	margin: 50px 0 90px 0;
}

#page-title.page-title-content .item-title-block,
#page-title.page-title-content .item-title-block-category {
	margin: 10px 0 30px 0;
}

.item-title-block .page-title,
.item-title-block-category .page-title {
	margin: 0;
}

.page-title-container {
	z-index: 99;
	position: relative;

	transition: all 0s;
	-moz-transition: all 0s;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
}

.page-title-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-position: 50% -100px;
  	background-repeat: no-repeat;
}

.page-title-bg img {
	width: auto;
	min-width: 100%;
	height: auto;
	opacity: 0.3;

	transition: all 0s;
	-moz-transition: all 0s;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
}

.item-tagline {
	float: left;
	width: auto;
	padding: 10px 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.event-tagline {
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
  	padding-bottom: 10px;
}

.event-tagline:after {
	content: "";
  	position: absolute;
  	bottom: 0;
  	width: 30px;
  	border-top: solid 1px #ecf0f1;
  	left: 50%;
  	margin-left: -15px;
}

#page-title.page-title-content .item-tagline {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	color: #999999;
}


/*------------------------------------------------------------------
	Contact Page
-------------------------------------------------------------------*/
#big-map,
#main-map {
	float: left;
	width: 100%;
}

#big-map {
	margin-bottom: 30px;
}

#big-map img {
	max-width: none !important;
}

.contact-error,
.contact-success {
	display: none;
}

.submit-loading {
	background-color: #8d0000;
	padding: 12px 20px 9px 20px;
	text-transform: uppercase;
	color: #fff;
	width: auto;
	float: left;
	float: none;
	font-weight: bold;
	font-size: 14px;
	margin-right: 4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;

	display: none;
}

#contact label.error {
	margin-bottom: 30px;
}


/*------------------------------------------------------------------
	Breadcrumbs
-------------------------------------------------------------------*/
#breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
	margin: 90px 0 0 0 !important;
}

#page-title.page-title-content #breadcrumbs {
	margin-top: 0 !important;
}

#breadcrumbs li {
	float: left;
	width: auto !important;
	margin: 0;
	margin-bottom: 0 !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 16px;
	color: #484848;
}

#breadcrumbs li.separator {
	margin: 0 15px;
}

#breadcrumbs span {
	float: left;
	width: auto;
	margin: 0;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	color: #484848;
}

#breadcrumbs li a {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}

#page-title.page-title-content #breadcrumbs li a {
	color: #999999;
}

#breadcrumbs li a:hover,
#page-title.page-title-content #breadcrumbs li a:hover {
	color: #8d0000;
}


/*------------------------------------------------------------------
	Buttons
-------------------------------------------------------------------*/
.td-buttom {
	cursor: pointer;
	background-color: #8d0000;
	padding: 12px 20px 9px 20px;
	text-transform: uppercase;
	color: #fff !important;
	width: auto;
	float: left;
	display: inline-block;
	float: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
	margin-right: 4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.td-buttom:hover, 
.td-buttom:active, 
.td-buttom:focus {
	background-color: #cc4310;
	color: #fff !important;
}

.td-buttom .fa {
	margin-right: 8px;
}

.full-width-buttons .td-buttom {
	width: 100% !important;
	margin: 0 !important;
	margin-bottom: 30px !important;
	text-align: center !important;
}

/*------------------------------------------------------------------
	Popup Contact Owner
-------------------------------------------------------------------*/
#popup-contact-owner {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	padding: 50px 0;
	background-color: rgba(0,0,0,0.5);
}

#popup-contact-owner .container {
	margin-top: 50px;
}

.close-login,
.close-register {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9;
	background-color: rgba(0,0,0,0.5);
}

#close-popup-register,
#close-popup-login {
	float: right;
}

#close-popup-register .fa,
#close-popup-login .fa {
	margin-right: 0;
}

.item-popup-content {
	background: #fff;
	float: left;
	padding-bottom: 30px;
	border: solid 30px #fff;
	width: 100%;
	z-index: 99;
	position: relative;
}

#popup-contact-owner .container {
	z-index: 999;
	position: relative;
	max-width: 660px;
}

#popup-contact-owner #contact input,
#popup-contact-owner #contact textarea {
	margin-bottom: 0;
	margin-top: 20px;
}

#popup-contact-owner #contact input#contactName,
#popup-contact-owner #contact input#email {
	margin-top: 0;
}

#popup-contact-owner #contact .contact-name,
#popup-contact-owner #contact .contact-email {
	width: 40%;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
}

#popup-contact-owner #contact .contact-name {
	margin-right: 20px;
}

.contact-test {
	float: left;
	width: 100%;
}

.contact-test span {
	float: left;
	width: auto;
	margin-right: 30px;
	margin-top: 31px;
	font-family: Montserrat;
  	line-height: 24px;
  	font-weight: 400;
  	font-style: normal;
  	color: #999999;
  	font-size: 14px;
  	opacity: 1;
  	visibility: visible;
  	-webkit-transition: opacity 0.24s ease-in-out;
  	-moz-transition: opacity 0.24s ease-in-out;
  	transition: opacity 0.24s ease-in-out;
}

#popup-contact-owner p {
	float: left;
	width: auto;
	margin-right: 30px;
	margin-top: 31px;
}

#humanTest {
	width: 150px;
	float: right;
}

#success, 
#error, 
#successRegister, 
#errorRegister, 
#success-subscriptions, 
#error-subscriptions,
#tdlogin-error,
#tdlogin-success,
#tdreset-error,
#tdreset-success,
#tdregister-error,
#tdregister-success,
#tdpayment-error,
#tdpayment-success {
	display: none;
	z-index: 999;
	float: left;
	width: 100%;
}

#success span, 
#error span {
	font-size: 32px;
	line-height: 40px;
} 

#popup-contact-owner #contact label.error {
	margin-bottom: 0px;
	display: none !important;
}

#popup-contact-owner #contact input.error,
#popup-contact-owner #contact textarea.error {
	border-color: #cc2127;
}

.full,
.sign-up-button {
	float: left;
	width: 100%;
}

.sign-up-button {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#popup-contact-owner #contact .submit-loading {
	margin-top: 20px;
}


/*------------------------------------------------------------------
	Contact Form 7
-------------------------------------------------------------------*/
#popup-contact-owner .wpcf7 p {
	float: left;
	width: 100% !important;
	margin: 0 !important;
}

div.wpcf7-response-output {
	float: left;
	width: 100%;
}

/*------------------------------------------------------------------
	Working Hours
-------------------------------------------------------------------*/
.working-hours-list {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
}

.working-hours-list li {
	float: left;
	width: 100%;
	margin-bottom: 0 !important;
}

.working-hours-list li .working-hours-title {
	float: left;
	width: auto;
	margin: 5px;
	margin-left: 0;
}

.working-hours-list li .working-hours-value {
	float: right;
	width: auto;
	margin: 5px;
	margin-right: 0;
}

.working-hours-content-block {
	background: url(../images/working-hours.jpg) no-repeat center center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

/*------------------------------------------------------------------
	Popup Claim Listing
-------------------------------------------------------------------*/
#claim-listing {
	width: 100%;
	text-align: center;
}

#popup-claim-listing {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	padding: 50px 0;
}

#popup-claim-listing .container {
	margin-top: 50px;
}

.close-login,
.close-register {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9;
	background-color: rgba(0,0,0,0.5);
}

#close-popup-register,
#close-popup-claim {
	float: right;
}

#close-popup-register .fa,
#close-popup-claim .fa {
	margin-right: 0;
}

.item-popup-content {
	background: #fff;
	float: left;
	padding-bottom: 30px;
	border: solid 30px #fff;
	width: 100%;
	z-index: 99;
	position: relative;
}

#popup-claim-listing .container {
	z-index: 999;
	position: relative;
	max-width: 660px;
}

#popup-claim-listing #claim-form input,
#popup-claim-listing #claim-form textarea {
	margin-bottom: 0;
	margin-top: 20px;
}

#popup-claim-listing #claim-form input#contactName,
#popup-claim-listing #claim-form input#email {
	margin-top: 0;
}

#popup-claim-listing #claim-form .contact-name,
#popup-claim-listing #claim-form .contact-email {
	width: 40%;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
}

#popup-claim-listing #claim-form .contact-name {
	margin-right: 20px;
}

.contact-test {
	float: left;
	width: 100%;
}

#popup-claim-listing p {
	float: left;
	width: auto;
	margin-right: 30px;
	margin-top: 31px;
}

#humanTest {
	width: 150px;
	float: right;
}

#success, #error, #successRegister, #errorRegister, #success-subscriptions, #error-subscriptions {
	display: none;
	z-index: 999;
	float: left;
	width: 100%;
}

#popup-claim-listing #claim-form label.error {
	margin-bottom: 0px;
	display: none !important;
}

#popup-claim-listing #claim-form input.error,
#popup-claim-listing #claim-form textarea.error {
	border-color: #cc2127;
}

.full {
	float: left;
	width: 100%;
}

#popup-claim-listing #claim-form .submit-loading {
	margin-top: 20px;
}

/*------------------------------------------------------------------
	Popup Login/Register
-------------------------------------------------------------------*/
#popup-td-register,
#popup-td-login,
#popup-td-reset,
#popup-td-payment-confirm {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 50px 0;
	display: none;
}

#popup-td-payment-confirm {
	display: inline-block;
}

#popup-td-register .container,
#popup-td-login .container,
#popup-td-reset .container,
#popup-td-payment-confirm .container {
	margin-top: 50px;
}

.close-login-register {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	z-index: 9;
	background-color: #000;
}

#close-popup-td-register,
#close-popup-td-login,
#close-popup-td-reset,
#close-popup-payment-confirm {
	float: right;
	cursor: pointer;
}

#close-popup-td-register .fa,
#close-popup-td-login .fa,
#close-popup-td-reset .fa,
#close-popup-payment-confirm .fa {
	margin-right: 0;
}

.item-popup-content {
	background: #fff;
	float: left;
	padding-bottom: 0px;
	border: solid 30px #fff;
	width: 100%;
	z-index: 99;
	position: relative;
}

#popup-td-login .container {
	z-index: 999;
	position: relative;
	max-width: 660px;
}

#popup-td-register .container {
	z-index: 999;
	position: relative;
	max-width: 660px;
}

#popup-td-payment-confirm .container {
	z-index: 999;
	position: relative;
	max-width: 660px;
}

#popup-td-reset .container {
	z-index: 999;
	position: relative;
	max-width: 460px;
}

#popup-td-register #claim-form input,
#popup-td-register #claim-form textarea,
#popup-td-login #claim-form input,
#popup-td-login #claim-form textarea,
#popup-td-reset #claim-form input,
#popup-td-reset #claim-form textarea {
	margin-bottom: 0;
	margin-top: 20px;
}

#popup-td-register #claim-form input#contactName,
#popup-td-register #claim-form input#email,
#popup-td-login #claim-form input#contactName,
#popup-td-login #claim-form input#email,
#popup-td-reset #claim-form input#contactName,
#popup-td-reset #claim-form input#email {
	margin-top: 0;
}

#popup-td-register #claim-form .contact-name,
#popup-td-register #claim-form .contact-email,
#popup-td-login #claim-form .contact-name,
#popup-td-login #claim-form .contact-email,
#popup-td-reset #claim-form .contact-name,
#popup-td-reset #claim-form .contact-email {
	width: 40%;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
}

#popup-td-register #claim-form .contact-name,
#popup-td-login #claim-form .contact-name,
#popup-td-reset #claim-form .contact-name {
	margin-right: 20px;
}

.contact-test {
	float: left;
	width: 100%;
}

#popup-td-register p,
#popup-td-login p,
#popup-td-reset p {
	float: left;
	width: auto;
	margin-right: 30px;
	margin-top: 31px;
}

#humanTest {
	width: 150px;
	float: right;
}

#success, #error, #successRegister, #errorRegister, #success-subscriptions, #error-subscriptions {
	display: none;
	z-index: 999;
	float: left;
	width: 100%;
}

#popup-td-register #claim-form label.error,
#popup-td-login #claim-form label.error,
#popup-td-reset #claim-form label.error {
	margin-bottom: 0px;
	display: none !important;
}

#popup-td-register #claim-form input.error,
#popup-td-register #claim-form textarea.error,
#popup-td-login #claim-form input.error,
#popup-td-login #claim-form textarea.error,
#popup-td-reset #claim-form input.error,
#popup-td-reset #claim-form textarea.error {
	border-color: #cc2127;
}

.full {
	float: left;
	width: 100%;
}

#popup-td-register #claim-form .submit-loading,
#popup-td-login #claim-form .submit-loading,
#popup-td-reset #claim-form .submit-loading {
	margin-top: 20px;
}

.form-label {
	margin-bottom: 10px;
	float: left;
	font-size: 18px;
	color: #484848;
}

#popup-td-login input,
#popup-td-register input,
#popup-td-reset input {
	margin-bottom: 10px;
}

.agree-terms {
	display: inline-block;
}

.agree-terms a,
.agree-terms input {
	float: left;
}

.agree-terms input {
	margin-right: 10px;
	margin-top: 6px;
}

#free-package-button .fa,
#stripe-package-button .fa,
#paypal-package-button .fa {
	font-size: 95%;
	margin-right: 8px;
}

#free-package-button[disabled=disabled],
#stripe-package-button[disabled=disabled],
#paypal-package-button[disabled=disabled],
#free-package-button:disabled,
#stripe-package-button:disabled,
#paypal-package-button:disabled {
	background-color: #666666;
}

/*------------------------------------------------------------------
	Tooltip
-------------------------------------------------------------------*/
#tooltip {
	letter-spacing: 1px;
	font-size: 0.875em;
	text-align: center;
	text-shadow: 0 1px rgba( 0, 0, 0, .5 );
	line-height: 1.5;
	color: #fff;
	background: #333;
	background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
	background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -ms-radial-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	position: absolute;
	z-index: 9999999999;
	padding: 15px;
	top: 0;
}

#tooltip:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
	border-top-color: rgba( 0, 0, 0, .7 );
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #333;
	border-bottom-color: rgba( 0, 0, 0, .6 );
	top: -20px;
	bottom: auto;
}

#tooltip.left:after {
	left: 10px;
	margin: 0;
}

#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}


/*------------------------------------------------------------------
	Input
-------------------------------------------------------------------*/
label {
	width: 100%;
	float: left;
}

input[type="radio"], input[type="checkbox"] {
	display:inherit !important;
	width:inherit !important;	
}

input[type="checkbox"] {
	-webkit-appearance: checkbox!important;
}

.dark .wpcf7-form input, .dark .wpcf7-form textarea,
input, textarea, select {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #b2b2b6;
	letter-spacing:0.5px;
	padding: 12px 15px;
	outline: none;
	margin: 0;
	width:100%;
	max-width:100%;
	display: block;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	margin-bottom: 30px;
	-webkit-transition:0.2s border linear;
	-moz-transition:0.2s border linear;
	transition:0.2s border linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	-webkit-appearance: none;
	float: left;
}

select {
	padding: 12px 15px;

	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
	background-position: center right;
	background-repeat: no-repeat;

	-moz-appearance: none;
	text-indent: 0.01px;
}

#secondary input, #secondary textarea, #secondary select {
	font-size:12px;
}

input:focus, textarea:focus, select:focus, .dark .wpcf7-form input:focus, .dark .wpcf7-form textarea:focus, .dark .wpcf7-form select:focus {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	border-color: #cfcfcf;
	background-color: #FFFFFF;
	color: #222222;
}

button, 
input[type="button"], 
input[type="submit"], 
.dark button, 
.dark input[type="button"], 
.dark input[type="submit"] {
	border: none;
	text-decoration: none;
	margin-bottom: 20px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;

	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-appearance: none;

	background-color: #8d0000;
	padding: 15px 20px 13px 20px;
	text-transform: uppercase;
	color: #fff;
	width: auto;
	display: inline-block;
	float: none;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;

	margin-right: 4px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

button:hover, 
input[type="submit"]:hover, 
input[type="button"]:hover, 
button:focus, 
input[type="submit"]:focus, 
input[type="button"]:focus, 
.dark button:hover, 
.dark input[type="submit"]:hover, 
.dark input[type="button"]:hover, 
.dark button:focus, 
.dark input[type="submit"]:focus, 
.dark input[type="button"]:focus {
	background-color: #cc4310;
	color: #FFFFFF;
	border: none;
}

form input[type="text"].error, 
form input[type="password"].error, 
form input[type="date"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="month"].error, 
form input[type="week"].error, 
form input[type="email"].error, 
form input[type="number"].error, 
form input[type="search"].error, 
form input[type="tel"].error, 
form input[type="time"].error, 
form input[type="url"].error, 
form textarea.error {
	border-color: #ff7263;
	margin-bottom: 5px;
}

label.error {
	margin-bottom: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

.flex-direction-nav a:hover {
	background-color: #cc4310;
}


/*------------------------------------------------------------------
	Table
-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    line-height: 150%;
    margin-bottom: 10px;
    color: #333333;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 16px;
}



/*------------------------------------------------------------------
	Table
-------------------------------------------------------------------*/
table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.even {
    background-color: #f0f0f0;
}

.comment.even{
    background-color: transparent;
}

table th,
table td{
     border-right: 1px solid #f0f0f0;
}

table th{
    padding:7px;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
	border-top: 0;
}

table thead th {
	vertical-align: bottom;
}

table th, table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

dl {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

dt {
	font-weight: bold;
}

dt, dd {
	line-height: 28px;
}

dd {
	margin-left: 15px;
}

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption {
	max-width: 100%;
	height: auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

blockquote {
	margin: 20px 0 30px 0;
	font-style: italic;
	border: solid 20px #efefef;
	background-color: #efefef;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	zoom: 1;
	float: left;
	width: 100%;
	line-height: 150%;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

blockquote p {
	line-height: 32px;
	font-size: 14px;
	margin-bottom: 0 !important;
}


/*------------------------------------------------------------------
	Item Single Page
-------------------------------------------------------------------*/
.item-author-content {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#page-title.page-title-content .item-author-content {
	margin-bottom: 0;
}

.author-meta-image {
	float: left;
	margin-right: 10px;
}

.author-avatar {
	float: left;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.author-name {
	float: left;
	text-transform: uppercase;
	margin: 7px 0;
	font-size: 12px;
	line-height: 16px;
}

.author-name a {
	color: #fff;
}

#page-title.page-title-content .author-name a {
	color: #999999;
}

.author-name a:hover,
#page-title.page-title-content .author-name a:hover {
	color: #8d0000;
}

.item-block-title {
	float: left;
	width: 100%;
	padding: 20px 30px;
	background-color: #fff;
	border-bottom: solid 1px #ecf0f1;
}

.item-block-title-events {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.item-block-title-events h4 {
	width: auto;
	float: left;
}

.single-event-page .item-block-title {
	text-align: center;
}

.item-title-metadata {
	display: inline-block;
	align-self: flex-end;
	margin-bottom: 30px;
}

#contact-owner {
	margin-top: 20px;
}

.event-page-title .item-title-metadata {
	margin: 0 auto;
	position: relative;
	float: none;
	display: block;
}

#page-title.page-title-content .item-title-metadata {
	margin-bottom: 0;
}

.event-page-title h1 {
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.event-page-subtitle {
	float: left;
	width: 100%;
	color: #fff;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.event-page-subtitle-alt {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	text-align: center;
}

.event-page-subtitle-alt-o {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	text-align: center;
}

.event-page-subtitle .fa {
	font-size: 70%;
	margin-right: 8px;
}

.event-header-container {
	float: left;
	width: 100%;
	position: relative;
}

.event-header-block {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	margin-bottom: 0px;
	background-color: #8d0000;
	padding: 30px;
	color: #fff;
	margin-bottom: -217px;
}

.item-title-metadata-date,
.item-title-metadata-views,
.item-title-metadata-share {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: right
}

#page-title.page-title-content .item-title-metadata-date,
#page-title.page-title-content .item-title-metadata-views,
#page-title.page-title-content .item-title-metadata-share {
	color: #999999;
}

.item-title-metadata-date span,
.item-title-metadata-views span,
.item-title-metadata-share span {
	float: right;
}

.item-title-metadata-date .fa,
.item-title-metadata-views .fa,
.item-title-metadata-share .fa {
	margin-right: 10px;
	font-size: 12px;
	line-height: 20px;
	float: right;
}

.share-links {
	float: left;
	width: auto !important;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.item-title-metadata-share-content {
	float: right;
	cursor: pointer;
}

.item-title-metadata-share-content:hover .share-links {
	opacity: 1;
	width: auto;
}

.share-links li {
	float: left;
	width: auto !important;
	margin: 0 5px;
	margin-bottom: 0 !important;
}

.item-block-content {
	float: left;
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	position: relative;
}

.working-hours-content-block-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
}

.transaction-block .item-block-content {
	margin-top: 0;
	margin-bottom: 0;
}

.item-block-title .fa {
	float: left;
	margin-right: 15px;
	font-size: 28px;
	line-height: 48px;
	color: #8d0000;
}

.single-event-page .item-block-title .fa {
	float: none;
}

.item-block-title h4 {
	float: left;
	font-size: 32px;
	line-height: 48px;
	width: auto;
	margin-bottom: 0;
}

.single-event-page .item-block-title h4 {
	float: none;
	display: inline-block;
}

.item-block-title .package-price {
	float: right;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	color: #8d0000;
	margin-left: 20px;
	font-weight: bold;
	font-size: 32px;
	margin-top: 4px;
	line-height: 44px;
	width: auto;
}

.price-plan-header {
	background-color: #484848;
	color: #fff;
}

.price-plan-header h4 {
	color: #fff;
}

.item-title-flex {
	position: relative;
	display: flex;
	height: 100%;
}

.item-image-gallery-block,
.item-image-speakers-block,
.item-image-partners-block {
	padding: 30px;
}

.item-image-gallery,
.item-image-speakers,
.item-image-partners {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.item-image-gallery li {
	float: left;
	margin: 15px;
	width: auto !important;
}

.item-image-gallery li a {
	float: left;
	width: 114px;
	height: 114px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.item-image-gallery li a .fa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	line-height: 114px;
	background-color: #8d0000;
	font-size: 32px;
	color: #fff;
	opacity: 0;

	text-align: center;

	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

a.gallery-fancybox {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

a.gallery-fancybox:hover {
	opacity: 0.8;
}

.item-image-gallery li a:hover > .fa {
	opacity: 1;
}

.item-image-gallery li a img {
	float: left;
	width: 100%;
	z-index: 9;
}

.item-address-block {
	float: left;
	width: 100%;
}

.item-address-block .fa {
	float: left;
	width: 40px;
	height: 30px;
	margin-top: 6px;
}

.item-address-block span.item-address {
	float: left;
	width: 90%;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}

.item-social-links {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.item-social-links li {
	float: left !important;
	width: 40px !important;
	height: 40px !important;
	margin: 5px !important;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.item-social-links li a {
	background-color: #999999;
	float: left;
	width: 40px;
	height: 40px;
	color: #fff;
}

.item-social-links li a:hover,
.item-social-links li.item-social-facebook a:hover,
.item-social-links li.item-social-twitter a:hover,
.item-social-links li.item-social-dribbble a:hover,
.item-social-links li.item-social-foursquare a:hover,
.item-social-links li.item-social-skype a:hover,
.item-social-links li.item-social-googleplus a:hover,
.item-social-links li.item-social-behance a:hover,
.item-social-links li.item-social-linkedin a:hover,
.item-social-links li.item-social-pinterest a:hover,
.item-social-links li.item-social-tumblr a:hover,
.item-social-links li.item-social-youtube a:hover,
.item-social-links li.item-social-delicious a:hover,
.item-social-links li.item-social-medium a:hover,
.item-social-links li.item-social-soundcloud a:hover {
	background-color: #000;
}

.item-social-links li a .fa {
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 14px;
}

#author-social-links.item-social-links {
	margin-top: -5px;
	margin-left: 5px;
	width: auto;
}

#author-social-links.item-social-links li {
	width: 30px !important;
	height: 30px !important;
}

#author-social-links.item-social-links li a {
	width: 30px;
	height: 30px;
}

#author-social-links.item-social-links li a .fa {
	line-height: 30px;
	width: 30px;
	font-size: 12px;
}

#maps-holder {
	float: left;
	width: 100%;
	height: 400px;
	position: relative;
}

#big-maps-holder {
	float: left;
	width: 100%;
	height: 550px;
	position: relative;
}

#maps-holder .maps-buttons,
#big-maps-holder .maps-buttons {
	position: absolute;
	right: 0;
	margin-right: 30px;
	bottom: 0;
	margin-bottom: 30px;
	z-index: 99999;
}

#maps-holder .maps-buttons span,
#big-maps-holder .maps-buttons span {
	float: left;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: #484848;
	color: #fff;
	margin-left: 20px;
  	overflow: hidden;

  	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#maps-holder .maps-buttons span:hover,
#big-maps-holder .maps-buttons span:hover {
	background-color: #cc4310;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#maps-holder .maps-buttons span .fa,
#big-maps-holder .maps-buttons span .fa {
	color: #fff;
	width: 40px;
	text-align: center;
	line-height: 40px;
}

#item-small-map,
#item-small-map-streetview,
#item-big-map,
#item-big-map-streetview {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	float: left;
	width: 100%;
	z-index: 9;
	overflow: hidden;
	background-color: #cccccc;
}

#item-small-map-streetview,
#item-big-map-streetview {
	z-index: 99;
}

#item-small-map img,
#item-big-map img,
#item-small-map-streetview img,
#item-big-map-streetview img {
	max-width: none;
}

#item-big-map,
#item-big-map-streetview {
	float: left;
	width: 100%;
}


/* Facebook */
.item-social-links li.item-social-facebook a {
	background-color: #3b5998;
}

/* Twitter */
.item-social-links li.item-social-twitter a {
	background-color: #5ea9dd;
}

/* Dribbble */
.item-social-links li.item-social-dribbble a {
	background-color: #dc3676;
}

/* Foursquare */
.item-social-links li.item-social-foursquare a {
	background-color: #f44f7b;
}

/* Skype */
.item-social-links li.item-social-skype a {
	background-color: #00aff0;
}

/* Google+ */
.item-social-links li.item-social-googleplus a {
	background-color: #db4a39;
}

/* Behance */
.item-social-links li.item-social-behance a {
	background-color: #1769ff;
}

/* LinkedIn */
.item-social-links li.item-social-linkedin a {
	background-color: #0976b4;
}

/* Pinterest */
.item-social-links li.item-social-pinterest a {
	background-color: #cc2127;
}

/* Tumblr */
.item-social-links li.item-social-tumblr a {
	background-color: #35465c;
}

/* Youtube */
.item-social-links li.item-social-youtube a {
	background-color: #e52d27;
}

/* Delicious */
.item-social-links li.item-social-delicious a {
	background-color: #3399ff;
}

/* Medium */
.item-social-links li.item-social-medium a {
	background-color: #57ad68;
}

/* Soundcloud */
.item-social-links li.sitem-social-soundcloud a {
	background-color: #f80;
}


.amenities-item {
	margin-bottom: 10px;
	font-weight: 700;
}

.amenities-item .fa {
	float: left;
	margin-right: 15px;
	color: #8d0000;
	margin-top: 5px;
}

/*------------------------------------------------------------------
	Speakers
-------------------------------------------------------------------*/

#speakers-list-container {
	float: left;
	width: 100%;
	position: relative;
	padding: 28px;
	width: 262px;
	height: auto;


}


.speakers-list-avatar img{
	max-width: 300px;
	overflow: hidden;
	position: relative;
	float: center;
	top: 0;
	/*box-shadow: 0 0 0 1px rgb(211, 102, 88), 0 0 0 2px rgb(211, 102, 88), 
				0 0 0 3px rgb(211, 102, 88), 0 0 0 4px rgb(211, 102, 88), 
				0 0 0 5px rgb(211, 102, 88), 0 0 0 6px rgb(211, 102, 88),
				0 0 0 7px rgb(211, 102, 88);*/
	border: 4px solid white;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	height: auto;
	margin: auto;
	display: block;
}

.speakers-list-name {
	font-size: 24px;
	color: rgb(51, 51, 51);
	text-align: center;
	font-family: "Varela Round";

}

.speakers-list-about {
	text-align: center;
	color: rgb(102, 102, 102);
	height: 72px;

}

.speakers-list-link-button {
	float: center;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	width: 129px;
	text-align: center;
	margin: auto;
	line-height: 38px;
	margin-left: 38px;
	padding: -2px;
}

.speakers-list-link-button:hover {
	color: rgb(211, 102, 88);
	float: center;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	width: 129px;
	text-align: center;
	margin: center center;
	color: rgb(255, 255, 255);
	margin-left: 38px;
}

/*------------------------------------------------------------------
	Partners
-------------------------------------------------------------------*/

.partners-list-container {
	float: left;
	position: relative;
	width: 262px;
	height: 95px;
	display: inline-block;
	vertical-align: top;
}

.partners-list-container img{
	position: absolute;
	margin: auto;
	vertical-align: middle;
	width: 225px;
	display: block;
	top: 0px;
	bottom: 0px;	
	right: 0px;
	left: 0px;
	padding-top: 15px;
}


/*------------------------------------------------------------------
	Event Schedule
-------------------------------------------------------------------*/

.container-schedule {
	width: 1075px;
	border: 3px red;
	z-index: 1;
}

.schedule-tabs .nav {
	color: #555 !important;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.schedule-border {
	border-top: 1px solid rgb(236, 240, 241);
}

.accordion-heading:after {
	position: relative;
	top:-27px;
	height: 1px;
	background: rgb(236, 240, 241);
	content: "";
	width: 100%;
	display: block;	
	z-index: auto;
	margin-left: 136px;
	width: 40px;
}

.schedule-group {
	padding-left: 0px;
	padding-top: 30px; 
	border: 1px solid rgb(236, 240, 241); 
	margin-top: -2px; 
	margin-left: 1px;
}

.schedule-time{
	font-family: 'Varela Round', sans-serif;
	float: left;
	margin-right: 2rem;
	padding: 0 15px;
	color: white !important;
	background-color: rgb(51, 51, 51);
	font-size: 27px;
	line-height: 40px;
	font-weight: 400;
	color: #ffffff;
	height: 50px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 136px;
}

.open .schedule-time {
	font-family: 'Varela Round', sans-serif;
	float: left;
	margin-right: 2rem;
	padding: 0 15px;
	color: white !important;
	font-size: 27px;
	line-height: 40px;
	font-weight: 400;
	color: #ffffff;
	height: 50px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 136px;
}

.schedule-title {
	font-size: 24px;
	font-family: 'Varela Round', sans-serif;
	color: rgb(51, 51, 51);
	line-height: 1.833;
	text-align: left;
	position: absolute;
	padding-left: 200px;
	width: 1000px;
}

.schedule-description {
	font-family: 'Varela Round', sans-serif;
	display: none;
	padding-top: 11px;
	padding-left: 200px !important;
	padding-bottom: 27px;
	line-height: 210%;
	line-height: 210%;
	width: 100% !important;
	padding-right: 50px !important;
}

.plus-schedule{
	position: relative;
	left: 868px;
	font-size: 38px;
	line-height: 4rem;
	background: rgb(236, 240, 241);
	color: rgb(51, 51, 51) !important;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding-top: 5px;
	margin-bottom: -1px;
}

.open .plus-schedule {
	display:none;
}


.minus-schedule {
	position: relative;
	left: 868px;
	font-size: 38px;
	line-height: 4rem;
	background: rgb(236, 240, 241);
	color: rgb(51, 51, 51) !important;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding-top: 5px;
	margin-bottom: -1px;
	z-index: 999;
	display: none;

}

.open .minus-schedule{
	display: inline-block;
}

.tabs-class a {
	font-family: 'Varela Round', sans-serif;
	padding-bottom: 20px !important;
	font-size: 27px;
	margin-left: 10px;
	color: black !important;
	border: 1px solid rgb(236, 240, 241);
	border-bottom: transparent;
	background-color: rgb(236, 240, 241);

}

 .nav > li > a:hover {
 	font-family: 'Varela Round', sans-serif;
    text-decoration: none;

}

 .nav > li > a:focus {
 	font-family: 'Varela Round', sans-serif;
	padding-bottom: 20px !important;
	font-size: 27px;
	margin-left: 10px;
	color: #8d0000 !important;
	border-left: 1px solid rgb(236, 240, 241);
	border-right: 1px solid rgb(236, 240, 241);
	border-top: 1px solid rgb(236, 240, 241);
	border-bottom: 1px solid white;
	z-index: 1;
	background-color: white;
}




/*------------------------------------------------------------------
	Event Summary
-------------------------------------------------------------------*/

#summery-container {
	float: left;
	position: relative;
	width: 270px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	display: table;
	padding-left: 20px;
	padding-top: 30px;
}

.event-summery-icon-container {
	width: 70px;
	vertical-align: top;
	display: table-cell;
}

.event-summery-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: white;
	color: rgb(255, 255, 255);
	font-size: 25px;
	text-align: center;
	display: inline-block;
}

.event-summery-icon .fa {
	line-height: 50px;
}

.event-summery-information {
	position: relative;
	display: table-cell;
}

.event-summery-main {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.111;
	text-align: left;
}




/*------------------------------------------------------------------
	Payment Packages
-------------------------------------------------------------------*/
.package-capabilities {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.package-capabilities li {
	float: left;
	width: 100%;
	margin-bottom: 5px !important;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: solid 1px #ecf0f1;
}

.package-capabilities li span.package-cap-title {
	float: left;
	width: auto;
	margin-right: 20px;
}

.package-capabilities li span.package-cap-value {
	float: right;
	width: auto;
}


/*------------------------------------------------------------------
	My Account Tabs
-------------------------------------------------------------------*/
#my-account-content {
	float: left;
	width: 100%;
}

#my-account-content #tabs {
	width: 30%;
	float: left;
	margin-right: 30px;
	background-color: #fff;
	border-bottom: none;
}

#my-account-content #tabs li {
	margin-bottom: 0;
	padding-bottom: 0;
}

#my-account-content #tabs li a {
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 10px 20px;
	padding-left: 0;
	width: 100%;
	float: left;
	border-bottom: solid 1px #ecf0f1;
}

#my-account-content #tabs li:last-child a {
	border-bottom: none !important;
}

#my-account-content #tabs li a .fa,
#my-account-content #tabs li a span {
	padding: 10px 0;
}

#my-account-content #tabs li a .fa {
	width: 60px;
	float: left;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	border-right: solid 1px #ecf0f1;
}

#my-account-content #tabs li a .fa-chevron-right {
	width: auto;
	padding: 10px 0;
	font-size: 12px;
	float: right;
	color: #fff;
	border: none !important;
}

#my-account-content #tabs li a span {
	float: left;
	margin-left: 20px;
}

#my-account-content #tabs li a span h3 {
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

#my-account-content #tabs li a:hover,
#my-account-content #tabs li.active a {
	background-color: #8d0000;
	border-bottom: solid 1px #8d0000;
	color: #fff;
}

#my-account-content #tabs li a:hover h3,
#my-account-content #tabs li.active a h3 {
	color: #fff;
}

#my-account-content #tabs li a:hover .fa,
#my-account-content #tabs li.active a .fa {
	border-right: solid 1px #8d0000;
}

#my-account-content #my-tab-content {
	width: 65%;
	width: -webkit-calc(70% - 30px);
	width: calc(70% - 30px);
	float: right;
}

.transaction-block {
	float: left;
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	background-color: #f7f9f9;
}

.transaction-block:first-child {
	margin-top: 15px;
}

.transaction-block:last-child {
	margin-bottom: 15px;
}

.transaction-block-header {
	float: left;
	width: 100%;
	border-bottom: solid 1px #8d0000;
	margin-bottom: 20px;
}

.transaction-block-header h5 {
	float: left;
	width: auto;
	font-size: 24px;
	line-height: 40px;
}

#my-active-plans .transaction-block-header h5 {
	margin: 5px 0 30px 0;
}

.transaction-block-header h5 span {
	color: #8d0000;
	font-weight: bold;
}

.transaction-block-date {
	float: right;
	line-height: 40px;
}

.transaction-block-date .fa {
	margin-right: 10px;
}

.listing-lifetime {
	text-align: right;
}

.listing-lifetime .fa {
	margin-right: 10px;
}

.transaction-block-bottom {
	margin-bottom: 0 !important;
}

.transaction-block-bottom span.transaction-type {
	float: left;
	padding: 5px 10px;
	background-color: #7f8c8d;
	color: #fff;
	margin-right: 15px;
}

.transaction-block-bottom span.transaction-id {
	float: right;
	padding: 5px 0;
}

.text-align-center {
	text-align: center;
}

.divider {
	float: left;
	width: 100%;
	border-bottom: solid 1px #ecf0f1;
	margin-bottom: 20px;
}

.divider-dark {
	float: left;
	width: 100%;
	border-bottom: solid 1px #DBDEDF;
	margin-bottom: 20px;
}

.my-listings-item {
	float: left;
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	background-color: #f7f9f9;
	position: relative;
}

.my-listings-item:first-child {
	margin-top: 15px;
}

.my-listings-item:last-child {
	margin-bottom: 15px;
}

.my-listings-item-metadata {
	float: left;
	margin-right: 10px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.my-listings-item-metadata .fa {
	margin-right: 8px;
	margin-top: 5px;
	float: left;
}

.my-listings-item-title {
	line-height: 40px;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.pending-post-single-loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	display: none;
}

.pending-post-single-loading .fa {
	font-size: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 50%;
	margin-left: -16px;
	color: #fff;
}

.my-listings-item-status {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px;
	background-color: #7f8c8d;
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
}

.my-listings-item-status.featured-listing {
	background-color: #f1c40f;
}

.my-fav-metadata span {
	margin-right: 20px;
	float: left;
}

.my-listings-item-status span {
	float: left;
	width: 100%;
	text-transform: capitalize;
	font-weight: 700;
}

.my-listings-item-status .fa {
	float: none;
	margin-right: 8px;
}

.my-listings-item-edit,
.my-listings-item-delete,
.my-listings-item-publish,
.my-listings-item-unpublish,
.my-listings-item-loading {
	padding: 8px 15px;
	background-color: #8d0000;
	color: #fff;
	float: right;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
	margin-top: 29px;
	margin-left: 15px;
	line-height: 24px;
	width: 42px;
	text-align: center;
}

.my-listings-item-edit:hover,
.my-listings-item-delete:hover,
.my-listings-item-publish:hover,
.my-listings-item-unpublish:hover,
.my-listings-item-edit:active,
.my-listings-item-delete:active,
.my-listings-item-publish:active,
.my-listings-item-unpublish:active,
.my-listings-item-loading:hover {
	background-color: #8d0000;
	color: #fff !important;
}

.my-listings-item-edit .fa,
.my-listings-item-delete .fa,
.my-listings-item-publish .fa,
.my-listings-item-unpublish .fa,
.my-listings-item-loading .fa {
	line-height: 24px;
}

.my-listings-item-loading {
	display: none;
}

.my-listings-item-edit,
.my-listings-item-delete {
	margin-left: 0;
}

.delete-listing,
.approve-listing {
	margin-top: 17px;
}

.my-fav-label {
	transform-origin: right bottom 0;
  	transform: rotate(-90deg);
  	margin-top: -44px;
  	margin-left: -60px;
  	width: 103px;
  	text-align: center;
	float: left;
	background-color: #7f8c8d;
	color: #fff;
	padding: 10px 15px;
}

.my-fav-content {
	float: left;
  	width: 100%;
  	padding-left: 70px;
  	min-height: 103px;
}

/*------------------------------------------------------------------
	Add to favorites
-------------------------------------------------------------------*/
.item-title-metadata-add-favorites {
	float: right;
}

.item-title-metadata-add-favorites .fa-spinner {
	display: none;
}

.item-title-metadata-add-favorites .like-listing-container {
	color: #ff7263;
	font-size: 18px;
	width: 100%;
	text-align: right;
}

.item-title-metadata-add-favorites .like-listing-container .fa {
	float: right;
}

.item-title-metadata-add-favorites .like-listing-container .fa-heart-o,
.item-title-metadata-add-favorites .like-listing-container .fa-heart {
	cursor: pointer;
	display: inline-block;
	transition: all .2s ease-in-out;
	width: 20px;
	text-align: right;

	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.item-title-metadata-add-favorites .like-listing-container .fa-heart-o:hover,
.item-title-metadata-add-favorites .like-listing-container .fa-heart:hover {
	cursor: pointer;
	transform: scale(1.2);
}

.item-title-metadata-add-favorites .like-listing-container .fa.bounce  {
	-moz-animation: bounceOut .4s linear;
	-webkit-animation: bounceOut .4s linear;
}

@-moz-keyframes bounceOut {
    0%{ transform: scale(1); }
    25%{ transform: scale(1.2); }
    50%{ transform: scale(0.7); }
    75%{ transform: scale(1.1); }
    100%{ transform: scale(1); }
}

@-webkit-keyframes bounceOut {
    0%{ transform: scale(1); }
    25%{ transform: scale(1.2); }
    50%{ transform: scale(0.7); }
    75%{ transform: scale(1.1); }
    100%{ transform: scale(1); }
}

.like-listing-count {
	float: right;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
}

.event-counter {
	float: left;
	width: 100%;
	background-color: #333333;
	padding: 20px;
	margin-bottom: 30px;
}

#pageinval44 {
	text-align: center;
	margin-bottom: 5px;
	color: #fff;
	font-size: 48px;
	line-height: 79px;
}

#pageinval44 > span {
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 25%;
	float: left;
}

#pageinval44 > span > span {
	display: block;
  	color: #fff;
  	font-size: 12px;
  	line-height: 16px;
  	font-weight: 700;
  	text-transform: uppercase;
  	text-align: center;
  	width: 100%;
  	margin-top: 10px;
}

#pageinval44 > span.seconds,
#pageinval44 > span.seconds span {
	color: #8d0000 !important;
}

#page-title.page-title-content .like-listing-count {
	color: #999999;
}

.author-settings-image {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.author-avatar-container {
	width: 120px;
	height: 120px;
	display: inline-block;
	float: none;
	background: url(../images/avatar.png) no-repeat center center;
	background-size: contain;
}

.author-settings-image .author-avatar {
	width: 120px;
	height: 120px;
	display: inline-block;
	float: none;
}

#avatar-upload-image,
#avatar-delete-image,
#wh-upload-image,
#wh-delete-image {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#update-account-button {
	margin-bottom: 20px;
	margin-top: 10px;
}



/*------------------------------------------------------------------
	Upload Listing
-------------------------------------------------------------------*/
#select-listing-slot {
	margin-bottom: 0;
}

#slot-check-result {
	float: left;
	width: 100%;
	display: none;
}

#slot-check-result .fa,
#slot-check-result h5 {
	float: left;
	font-size: 24px;
	line-height: 40px;
	width: auto;
	margin-right: 15px;
}

#slot-check-result .fa {
	font-size: 20px;
}

#upload-form-holder,
#upload-form-holder-main-settings {
	float: left;
	width: 100%;
}

#upload-form-holder {
	display: none;
}

#upload-form-holder-main-settings {
	display: none;
}

.wp-editor-wrap {
	float: left;
	width: 100%;
	border: solid 1px #DDDDDD;
	margin-top: 10px;
}

.wp-editor-container textarea.wp-editor-area, 
.wp-editor-container iframe {
	height: 200px !important;
}

.mce-btn button {
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

.mce-btn button:hover {
	background: none !important;
}

.listing-cover-image {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.listing-cover-image img {
	float: left;
	width: 100%;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#upload-listing-buttons,
#upload-listing-buttons-spinner,
#upload-listing-buttons-spinner .submit-loading {
	float: left;
	width: 100%;
}

#upload-listing-buttons .td-buttom,
#upload-listing-buttons button {
	width: 100%;
	text-align: center;
}

#upload-listing-buttons button .fa {
	margin-right: 8px;
}

#upload-listing-buttons-spinner .submit-loading {
	text-align: center;
}

#upload-listing-buttons-spinner {
	display: none;
}

#td-upload-listing-success {
	float: left;
	width: 100%;
	display: none;
}

.option_item {
	float: left;
	margin: 15px;
	width: 114px;
	height: auto;
}

.listing-upload-gallery-image,
.listing-upload-speakers-image,
.listing-upload-parnters-image {
	width: 114px;
	height: 114px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}

.listing-upload-gallery-image .gallery-image-holder {
	float: left;
	position: absolute;
	width: 114px;
	height: 114px;
	z-index: 99;
	background-size: cover;
	background-repeat: no-repeat;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	overflow: hidden;
}

.listing-upload-speakers-image .speakers-image-holder {
	float: left;
	position: absolute;
	width: 114px;
	height: 114px;
	z-index: 99;
	background-size: cover;
	background-repeat: no-repeat;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	overflow: hidden;
}

.listing-upload-partners-image .partners-image-holder {
	float: left;
	position: absolute;
	width: 114px;
	height: 114px;
	z-index: 99;
	background-size: cover;
	background-repeat: no-repeat;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	overflow: hidden;
}

.listing-upload-gallery-image .gallery-image-background {
	float: left;
	position: absolute;
	width: 114px;
	height: 114px;
	z-index: 9;
	text-align: center;
	background-color: #ccc;
	color: #fff;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	overflow: hidden;
}

.listing-upload-speakers-image .speakers-image-background {
	float: left;
	position: absolute;
	width: 114px;
	height: 114px;
	z-index: 9;
	text-align: center;
	background-color: #ccc;
	color: #fff;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	overflow: hidden;
}

.listing-upload-partners-image .partners-image-background {
	float: left;
	position: absolute;
	width: 114px;
	height: 114px;
	z-index: 9;
	text-align: center;
	background-color: #ccc;
	color: #fff;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	overflow: hidden;
}

.listing-upload-gallery-image .gallery-image-background .fa {
	font-size: 40px;
	width: 114px;
	line-height: 114px;
}

.listing-upload-speakers-image .speakers-image-background .fa {
	font-size: 40px;
	width: 114px;
	line-height: 114px;
}

.listing-upload-partners-image .partners-image-background .fa {
	font-size: 40px;
	width: 114px;
	line-height: 114px;
}

#listing-upload-gallery .td-buttom,
#listing-upload-portfolio .td-buttom,
#listing-upload-speakers .td-buttom {
	width: 100%;
	text-align: center;
}

#listing-upload-partners .td-buttom {
	width: 100%;
	text-align: center;
	margin-top: 135px;
}


#submit_add_portfolio,
#submit_add_speakers,
#submit_add_partners {
	float: left;
	width: 114px;
	height: 114px;
	z-index: 9;
	text-align: center;
	background-color: #ccc;
	color: #ffffff;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	overflow: hidden;

	-webkit-box-shadow: 0 0 0 #8d0000;
	box-shadow: 0 0 0 #8d0000;
}

#submit_add_portfolio:hover,
#submit_add_speakers:hover,
#submit_add_partners:hover {
	background-color: #8d0000;
}

#submit_add_portfolio .fa,
#submit_add_speakers .fa,
#submit_add_partners .fa   {
	font-size: 40px;
}


#main-settings-block-expand {
	float: left;
	cursor: pointer;
}

#main-settings-block-expand.collapsed .fa-minus-circle,
#main-settings-block-expand .fa-plus-circle {
	display: none;
}

#main-settings-block-expand .fa-minus-circle,
#main-settings-block-expand.collapsed .fa-plus-circle {
	display: inline-block;
}

#social-block-expand,
#cover-image-block-expand,
#gallery-block-expand,
#speakers-block-expand,
#partners-block-expand,
#address-block-expand,
#contact-block-expand,
#wh-block-expand,
#video-block-expand,
#map-block-expand,
#header-block-expand,
#amenities-block-expand,
#booking-block-expand,
#main-settings-block-expand {
	float: right;
	padding: 0;
	text-align: center;
	width: 48px;
	height: 48px;
	background-color: #ccc;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: 0 0 0 #8d0000;
	box-shadow: 0 0 0 #8d0000;

}

#social-block-expand:hover,
#cover-image-block-expand:hover,
#gallery-block-expand:hover,
#speakers-block-expand:hover,
#partners-block-expand:hover,
#address-block-expand:hover,
#contact-block-expand:hover,
#wh-block-expand:hover,
#video-block-expand:hover,
#map-block-expand:hover,
#header-block-expand:hover,
#amenities-block-expand:hover,
#booking-block-expand:hover,
#main-settings-block-expand:hover {
	background-color: #8d0000;
}

#social-block-expand .fa,
#cover-image-block-expand .fa,
#gallery-block-expand .fa,
#speakers-block-expand .fa,
#partners-block-expand .fa,
#address-block-expand .fa,
#contact-block-expand .fa,
#wh-block-expand .fa,
#video-block-expand .fa,
#map-block-expand .fa,
#header-block-expand .fa,
#amenities-block-expand .fa,
#booking-block-expand .fa,
#main-settings-block-expand .fa {
	margin-right: 0 !important;
	font-size: 14px !important;
	color: #fff !important;
	width: 48px;
	line-height: 48px !important;
}

#social-block-expand .fa-plus-circle,
#social-block-expand.collapsed .fa-minus-circle,
#cover-image-block-expand .fa-plus-circle,
#cover-image-block-expand.collapsed .fa-minus-circle,
#gallery-block-expand .fa-plus-circle,
#gallery-block-expand.collapsed .fa-minus-circle,
#speakers-block-expand .fa-plus-circle,
#speakers-block-expand.collapsed .fa-minus-circle,
#partners-block-expand .fa-plus-circle,
#partners-block-expand.collapsed .fa-minus-circle,
#address-block-expand .fa-plus-circle,
#address-block-expand.collapsed .fa-minus-circle,
#contact-block-expand .fa-plus-circle,
#contact-block-expand.collapsed .fa-minus-circle,
#wh-block-expand .fa-plus-circle,
#wh-block-expand.collapsed .fa-minus-circle,
#video-block-expand .fa-plus-circle,
#video-block-expand.collapsed .fa-minus-circle,
#map-block-expand .fa-plus-circle,
#map-block-expand.collapsed .fa-minus-circle,
#header-block-expand .fa-plus-circle,
#header-block-expand.collapsed .fa-minus-circle,
#amenities-block-expand .fa-plus-circle,
#amenities-block-expand.collapsed .fa-minus-circle,
#bookings-block-expand .fa-plus-circle,
#booking-block-expand.collapsed .fa-minus-circle,
#main-settings-block-expand.collapsed .fa-minus-circle {
	display: none;
}

#social-block-expand .fa-minus-circle,
#social-block-expand.collapsed .fa-plus-circle,
#cover-image-block-expand .fa-minus-circle,
#cover-image-block-expand.collapsed .fa-plus-circle,
#gallery-block-expand .fa-minus-circle,
#gallery-block-expand.collapsed .fa-plus-circle,
#speakers-block-expand .fa-minus-circle,
#speakers-block-expand.collapsed .fa-plus-circle,
#partners-block-expand .fa-minus-circle,
#partners-block-expand.collapsed .fa-plus-circle,
#address-block-expand .fa-minus-circle,
#address-block-expand.collapsed .fa-plus-circle,
#contact-block-expand .fa-minus-circle,
#contact-block-expand.collapsed .fa-plus-circle,
#wh-block-expand .fa-minus-circle,
#wh-block-expand.collapsed .fa-plus-circle,
#video-block-expand .fa-minus-circle,
#video-block-expand.collapsed .fa-plus-circle,
#map-block-expand .fa-minus-circle,
#map-block-expand.collapsed .fa-plus-circle,
#header-block-expand .fa-minus-circle,
#header-block-expand.collapsed .fa-plus-circle,
#amenities-block-expand .fa-minus-circle,
#booking-block-expand.collapsed .fa-plus-circle,
#booking-block-expand.collapsed .fa-plus-circle,
#main-settings-block-expand.collapsed .fa-plus-circle {
	display: inline-block;
}

#map-canvas {
	display: block;
	width: 100%;
	height: 320px;
	position: relative;
	margin-bottom: 10px;
	margin-bottom: 30px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#map-canvas img {
	max-width: none !important;
}

.ui-autocomplete {
	position: absolute !important;
	width: auto !important;
	max-width: 510px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 24px;
	z-index: 9999999999;
}

.ui-autocomplete li {
	float: left;
	width: 100%;
	letter-spacing: 0.5px;
	padding: 10px 15px;
	background-color: #f7f9f9;
	border: solid 1px #DDDDDD;
	border-top: none;

}

/*Event Schedule*/

.schedule_item {
	height: auto;
	border-bottom: 2px solid #d1d1d1;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 1050px;
	float:left;
	clear:both;
}

.schedule-holder {
	width: 350px;
	float:left;
	margin: 0px;
	padding:10px;

}

.listing-upload-schedule-data-description {
	height: 100px;
}

.add-schedule {
	float: left;
	width: 114px;
	height: 114px;
	z-index: 9;
	font-size: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #ccc;
	color: #ffffff;
	margin-top: 75px;
    margin-left: 125px;
    margin-bottom: 100px;


	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	overflow: hidden;

	-webkit-box-shadow: 0 0 0 #8d0000;
	box-shadow: 0 0 0 #8d0000;
}


/*------------------------------------------------------------------
	Front end media upload
-------------------------------------------------------------------*/
.ui-helper-hidden-accessible {
	display: none;
}

.screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

.media-frame select, .wp-admin .media-frame select {
	line-height: 28px;
	margin-top: 3px;
}

.wp-admin select {
	padding: 2px;
	line-height: 28px;
	height: 28px;
	vertical-align: middle;
}

.media-frame input[type=email], 
.media-frame input[type=number], 
.media-frame input[type=password], 
.media-frame input[type=search], 
.media-frame input[type=text], 
.media-frame input[type=url], 
.media-frame select, 
.media-frame textarea {
	font-family: "Open Sans",sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;

	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	color: #333;
	outline: 0;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;

	max-width: 100% !important;
	height: auto !important;
	padding: 0 6px !important;
}

#my-listings-holder-loader,
#my-favorites-holder-loader,
#my-transactions-holder-loader,
#my-pendings-holder-loader ,
#my-events-holder-loader {
	display: none;
	font-size: 24px;
}

#my-listings-holder-loader .fa,
#my-favorites-holder-loader .fa,
#my-transactions-holder-loader .fa,
#my-pendings-holder-loader .fa,
#my-eventss-holder-loader .fa {
	font-size: 24px;
}

#guestful-widget {
	float: left;
	width: 100%;
}

#guestful-widget iframe .vertical-outer,
#guestful-widget iframe .vertical-middle {
	display: inline-block;
}

/*------------------------------------------------------------------
	Star Rating
-------------------------------------------------------------------*/
.star-rating {
  	line-height: 32px;
  	font-size: 18px;
  	cursor: pointer;
}

.star-rating .fa,
.star-rating-nb .fa {
	color: #8d0000;
}

.star-rating-nb {
	line-height: 32px;
  	font-size: 24px;
  	margin-bottom: 20px;
  	color: #8d0000;
}

.aright {
	float: right;
}

.aright .fa {
	color: #8d0000;
	margin: 13px 0;
  	font-size: 24px;
}

.overall-number {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background-color: #8d0000;
	color: #fff;
	margin-right: 20px;
	text-align: center;
	line-height: 50px;
	float: left;
}

#reviews-flexslider {
	background: none!important;
	margin-bottom: 0 !important;
}

#reviews-flexslider .flex-direction-nav {
	padding-top: 20px;
	border-top: solid 1px #ecf0f1;
}

#reviews-flexslider .flex-direction-nav li {
	width: 50%;
	margin: 0 !important;
	padding: 0 !important;
}

#reviews-flexslider .flex-direction-nav a {
	opacity: 1;
	color: #999999 !important;
	font-size: 14px;
	background: none;
	bottom: 0;
	margin-top: 0;
	top: auto;
	width: auto;
	height: auto;
	position: relative;
}

#reviews-flexslider .flex-direction-nav .flex-next {
  right: 0;
  float: right;
}

#reviews-flexslider .flex-direction-nav .flex-prev {
  left: 0;
  float: left;
}

#reviews-flexslider .flex-direction-nav a:hover {
	color: #8d0000;
}

#reviews-flexslider .flex-direction-nav a.flex-next:before,
#reviews-flexslider .flex-direction-nav a.flex-prev:before {
	content: "";
}

#reviews-flexslider .flex-control-nav {
	display: none;
}

.review-main-content-holder {
	float: left;
	width: 100%;
	background-color: #ecf0f1;
	padding: 30px;
	margin-top: 30px;
}

.review-item-author-triangle {
	width: 0px;
	height: 0px;
	border-top: 30px solid #ecf0f1;
	border-right: 30px solid transparent;
	float: left;
}

.review-item-author {
	float: left;
}

.review-item-author-name {
	float: left;
	margin-top: 30px;
	font-size: 24px;
}

.review-item-author-title,
.review-item-author-value {
	float: left;
	margin-top: 30px;
}

.review-item-author-title {
	width: 30%;
}

.review-item-author-value {
	width: 70%;
	color: #8d0000;
}

.review-item-author-title span,
.review-item-author-value span {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.video-content {
	opacity: 0;
}


/*------------------------------------------------------------------
	Grid view listings
-------------------------------------------------------------------*/
.listing-container {
	width: 100%;
	min-height: 380px;
	float: left;
  	margin-bottom: 30px;
  	background-color: #fff;

	overflow: hidden;
	position: relative;
}

.listing-list-container {
	width: 100%;
	float: left;
  	margin-bottom: 30px;
  	background-color: #fff;

	overflow: hidden;
	position: relative;
}

.listing-block-title {
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px 20px 25px 20px;
	border-bottom: solid 1px #ecf0f1;
	background-color: #fff;
}

.listing-block-title a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.listing-list-content-block {
	float: left;
	width: 100%;
	padding: 20px;
	padding-left: 0;
}

.listing-list-content-block .listing-container-tagline {
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 0;
}

.listing-list-content-block .listing-container-tagline:before {
	display: none;
}

.listing-list-content-block .listing-container-views,
.listing-list-content-block .listing-container-rating,
.listing-list-content-block .listing-container-bookmarks {
	padding: 0;
	border: none;
	text-align: left;
}

.listing-list-content-block .listing-container-views,
.listing-list-content-block .listing-container-bookmarks {
	text-align: center;
	padding-left: 30px;
}

.listing-list-content-block .listing-container-block-body {
	border-top: solid 1px #ecf0f1;
	padding-top: 20px;
	text-align: left;
	background-color: #fff;
}

.listing-container-image-bg {

  	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-bottom: 1px;

	z-index: 9;
  	overflow: hidden;
}

.listing-container-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.listing-container-block-title {
	float: left;
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #fff;
}

.listing-container-block-body  {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #efefef;
}

.listing-container-block-title a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.listing-container-tagline {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
	font-size: 12px;
	font-weight: 700;
}

.listing-container-event-date {
	float: left;
	width: 100%;
	text-align: center;
}

.listing-container-event-date span {
	display: inline-block;
	padding: 5px 35px;
	background-color: #fff;
	font-size: 16px;
}

.listing-container-event-date span .fa {
	font-size: 90%;
	margin-right: 10px;
}

.listing-container-tagline-widget {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	font-size: 12px;
}

.listing-container-tagline span {
	float: left;
	width: 100%;
}

.listing-container-tagline span .fa {
	margin-right: 8px;
}

.widget-items-meta .fa {
	color: #f1c40f;
}

.listing-container-tagline-widget span {
	margin-left: 10px;
}

.listing-container-tagline-widget span .fa {
	margin-right: 8px;
}

.latestpostlink img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.latestpostlink img:hover {
	opacity: 0.7;
}

.widget-items-meta span {
	margin-left: 20px;
}

.listing-container-tagline:before {
	content: "";
	position: absolute;
	top: 0;
	width: 30px;
	border-top: solid 1px #ecf0f1;
	left: 50%;
	margin-left: -15px;

}

.listing-container-views {
	float: right;
	padding: 15px 0;
	padding-right: 20px;
	text-align: center;
}

.listing-container-rating {
	float: left;
	width: auto;
	padding: 15px 20px;
	padding-left: 20px;
	text-align: center;
}

.listing-container-bookmarks {
	float: right;
	width: auto;
	padding: 15px 0;
	padding-right: 20px;
	text-align: center;
}

.listing-container-views span,
.listing-container-rating span,
.listing-container-bookmarks span {
	float: left;
	width: auto;
	text-transform: uppercase;
	font-size: 12px;
}

.listing-container-views .fa,
.listing-container-rating .fa,
.listing-container-bookmarks .fa {
	float: left;
	line-height: 24px;
  	margin-right: 8px;
  	font-size: 90%;
}

.listing-container-rating .fa-star,
.listing-container-rating .fa-star-half-empty,
.listing-container-rating .fa-star-o {
	width: auto;
}

.listing-container-views .fa {
	color: #8d0000;
}

.listing-container-rating .fa {
	color: #f1c40f;
}

.listing-container-bookmarks .fa {
	color: #ff7263;
}

.listing-container-hover-image-bg {

  	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	z-index: 9999;
	text-align: center;

	opacity: 0;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.listing-container-black-shadow {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	background-color: #000;
	opacity: 0;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
  	overflow: hidden;
}

.listing-container-big-button {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999999;
	opacity: 0;
}

.listing-container-hover-image-bg .td-buttom-holder {
	bottom: 0;
	margin-bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	position: absolute;
}

.listing-container-hover-image-bg .td-buttom-holder span {
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.listing-container:hover .listing-container-black-shadow {
	opacity: 0.5;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

#filter-block {
	padding: 30px;
  	background-color: #fff;
  	margin-bottom: 30px;
}

.locate-me {
  	top: 0;
  	margin-top: 5px;
  	right: 0;
  	margin-right: 20px;
  	z-index: 10;
  	position: absolute;
  	cursor: pointer;
  	width: 40px;
  	height: 36px;
  	font: normal normal normal 14px/1 FontAwesome;
  	text-align: center;
  	background-color: #fff;

  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	-o-border-radius: 50%;
  	border-radius: 50%;
}

.locate-me:hover:before {
	color: #484848;
}

.locate-me:before {
  	color: #B4BCC7;
  	font-size: 16px;
  	content: '\f124';
  	line-height: 36px;
  	text-align: center;
 	display: inline-block;

 	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.locate-me.loading:before {
  	content: '\f021';
  	-webkit-animation: rotate 700ms infinite linear;
  	-moz-animation: rotate 700ms infinite linear;
  	animation: rotate 700ms infinite linear;
}

.page-title-aright {
	float: right;
	font-size: 18px;
  	line-height: 48px;
}

.query-results-count {
	float: left;
	margin-bottom: 20px;
	font-size: 24px;
}

.tag-filter {
	float: left;
	width: 100%;
	margin-bottom: 5px;
  	margin-top: 5px;
	font-weight: 700;
	color: #000;
}

.tag-filter .tag-filter-icon {
	float: left;
	margin-right: 3px;
	width: 15px;
	font: normal normal normal 14px/1 FontAwesome;
}

.tag-filter .tag-filter-title {
	float: left;
	width: auto;
}

.tag-filter .tag-filter-icon:before {
	content: '\f10c';
	line-height: 26px;
}

.tag-filter.active .tag-filter-icon:before {
	content: '\f05d';
	line-height: 26px;
}

.filter-by-tag {
	margin-bottom: 30px;
}

.filter-by-tag-wide {
	margin-top: 30px;
}

.tag-filter-item {
	width: auto !important;
}

#show-map-button-holder {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 30px;
	z-index: 9999;
}

#hide-map-button,
#show-map-button,
#show-grid-button,
#show-list-button {
	float: right;
	margin-right: 0;
	margin-left: 4px;
}

#hide-map-button .fa,
#show-map-button .fa,
#show-grid-button .fa,
#show-list-button .fa {
	margin-right: 0;
	line-height: 24px;
	color: #fff;
}

#show-map-button,
#show-grid-button,
#show-list-button {
	margin-top: 10px;
	padding: 12px 20px 9px 20px;
	float: right;
	cursor: pointer;
}

#show-map-button .fa,
#show-grid-button .fa,
#show-list-button .fa {
	color: #8d0000;
}

#hide-map-button {
	display: none;
}

#map-canvas-holder {
	float: left;
	width: 100%;
	position: relative;
	height: 160px;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

#map-canvas-holder #map-canvas {
	height: 560px;
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
}

#map-canvas-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 560px;
	background-color: rgba(0,0,0,0.5);
	z-index: 99;
}

.only-map-page #map-canvas-holder,
.only-map-page #map-canvas,
.only-map-page #map-canvas-shadow {
	height: 660px !important;
}

.only-map-page #map-canvas-shadow {
	text-align: center;
}

.only-map-page #map-canvas-shadow .fa {
	font-size: 40px;
	line-height: 660px;
	color: #fff;
}

.filter-by-tag-holder {
	float: left;
	width: 100%;
}

.filter-by-tag-holder .form-label {
	margin-bottom: 0;
	line-height: 48px;
}

#reset-filter,
#submit-filter {
	float: right;
	margin-left: 30px;
	margin-right: 0;
	margin-bottom: 0;
}

#cat-listing-holder,
#cat-listing-list-holder {
	float: left;
	width: 100%;
}

.listing-loading {
	display: none;
}

/*------------------------------------------------------------------
	Range Slider
-------------------------------------------------------------------*/
.ui-slider.ui-widget {
	margin: 21px 0;
	text-align: center;
	width: 100%;
	position: relative;
	height: 6px;
	float: right;
	margin-bottom: 30px;
	z-index: 999;
	display: none;
}

.ui-widget-content {
	border: none;
	background: #e7e7e7;
	color: #333;
}

.advanced-search-slider .ui-slider-handle {
	height: 15px;
	width: 10px;
	border: 1px solid rgb(204, 204, 204);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	cursor: default;
	background: url(../images/range-drag-point.png) no-repeat top left;

	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	-ms-transition: all 0s ease;	
	transition: all 0s ease;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -19px;
	margin-left: -20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
}

.range-pin {
	position: absolute;
	width: 62px;
	height: 72px;
	background: transparent url(../images/range-km.png) no-repeat top left;
	top: 0;
	margin-top: -72px;
	margin-left: -31px;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
	transition: all 0.2s ease;
}

.range-pin input {
	width: 42px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: none;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	background: transparent;
	font-weight: bold;
	font-size: 14px;
	margin-top: 17px;
	margin-left: 10px;
	text-align: center;

	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#advance-search-slider a.ui-slider-handle:hover > .range-pin, #advance-search-slider a.ui-slider-handle:active > .range-pin {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
	height: 6px;

	background-color: #8d0000;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

#td-filter-listings {
	float: left;
	width: 100%;
}

.list-view-image {
	float: left;
	background-color: #ccc;
	width: 30%;
	height: 100%;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	background-repeat: no-repeat;
  	background-position: center center;
  	position: absolute;
	overflow: hidden;
}

/*------------------------------------------------------------------
	Marker Infobox
-------------------------------------------------------------------*/
.marker-holder {
	width: 300px;
  	height: 100px;
  	margin-top: 5px;
}

.marker-content {
	width: 300px;
	height: 100px;
	position: relative;
}

.marker-content .marker-image, .marker-content .marker-image img {
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
  	-o-border-radius: 0;
}

.marker-content .close, #contact-ad-owner .close {
	cursor: pointer;
	background: url(../images/close.png) 50% 50% no-repeat rgb(45, 151, 222);
	border-radius: 10px;
	box-shadow: rgba(52, 73, 94, 1) 0px 0px 1px;
	height: 10px;
	margin: auto;
	padding: 4px;
	position: absolute;
	right: -9px;
	top: -9px;
	width: 10px;
	z-index: 1000;
	opacity: 1;
	filter: alpha(opacity=100);
	display: none;
}

.marker-content .arrow-down {
	background: url(../images/marker-arrow-down.png) no-repeat;
	bottom: -13px;
	left: 109px;
	height: 14px;
	position: absolute;
	width: 32px;
	display: none;
}

.marker-info-holder {
	position: relative;
	width: 200px;
	float: left;
}

.marker-info {
	width: 200px;
	float: left;
}

.marker-info-title {
	float: left;
	width: 180px;
	margin-left: 15px;
	font-size: 22px !important;
	font-weight: bold;
}

.marker-meta {
	line-height: 18px !important;
	font-size: 14px !important;
	margin-top: 8px;
	font-weight: normal;
}

.marker-meta .fa {
	width: 20px;
}

.marker-info-title a,
.marker-info-title span {
	float: left;
	width: 100%;
}

.marker-info-extra {
	float: left;
	width: 70px;
}

.marker-info-price {
	float: left;
	width: 70px;
	font-weight: bold;
	text-align: right;
	line-height: 18px !important;
	color: #fff !important;
	display: none;
}

.marker-info-link {
	float: left;
	line-height: 18px !important;
	color: #fff !important;
}

.marker-info-link a {
	padding: 3px 5px;
	float: right;
	margin: 5px 0 0 0;
	color: #ffffff;
	background-color: #2d97de;

	line-height: 18px !important;
	color: #fff !important;
}

.marker-info-link a:hover {
	color: #ffffff;
	background-color: #268bce;
	text-decoration: none;
}

.listing-upload-speakers-image-data-name {
	background: #FFF none repeat scroll 0% 0% padding-box;
    border: 1px solid #DDD;
    color: #B2B2B6;
    letter-spacing: 0.5px;
    padding: 12px 15px;
    outline: medium none;
    margin: 0px 0px 10px;
    width: 100%;
    max-width: 100%;
    display: block;
    vertical-align: baseline;
    transition: border 0.2s linear 0s;
    box-sizing: border-box;
    border-radius: 0px;
    float: left;
    margin-top: 15px;
}

.listing-upload-speakers-image-data-about,
.listing-upload-speakers-image-data-link {
	background: #FFF none repeat scroll 0% 0% padding-box;
    border: 1px solid #DDD;
    color: #B2B2B6;
    letter-spacing: 0.5px;
    padding: 12px 15px;
    outline: medium none;
    margin: 0px 0px 10px;
    width: 100%;
    max-width: 100%;
    display: block;
    vertical-align: baseline;
    transition: border 0.2s linear 0s;
    box-sizing: border-box;
    border-radius: 0px;
    float: left;
}

/*------------------------------------------------------------------
	Tag Index Page
-------------------------------------------------------------------*/
#tag-index-page {
	float: left;
	width: 105%;
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	margin-right: -15px;
  	margin-left: -15px;
}

#tag-index-page .tag-group {
	margin: 0 15px 30px 15px;
	float: left;
	width: 20%;
	width: -webkit-calc(20% - 30px);
	width: calc(20% - 30px);
}

#tag-index-page .tag-group h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #4a627b;
	border-bottom: 5px solid #4a627b;
	padding-bottom: 15px;
}

#tag-index-page .tag-group ul {
	list-style: none;
	padding-left: 0;
}

#tag-index-page .tag-group ul li {
	line-height: 30px;
	border-bottom: 1px dotted #e3e3e8;
}

#tag-index-page .tag-group ul li .tag-count {
	float: right;
	font-size: 12px;
	color: #aeaeae;
}

#tag-index-page .tag-group ul li a span {
	text-transform: capitalize;
}

.td-upload-listing-bttn,
.td-upload-event-bttn {
	float: right;
	padding: 10px 20px 7px 20px;
	margin-right: 0;
	margin-left: 5px;
}

.td-upload-listing-bttn .fa,
.td-upload-event-bttn .fa {
	display: none;
}

/*------------------------------------------------------------------
	Shortcodes
-------------------------------------------------------------------*/
.category-shortcode-block {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.category-shortcode-block a.cat-link {
	float: left;
	width: 100%;
	min-height: 214px;
	overflow: hidden;
	padding: 0 20px;
}

.category-shortcode-block h3 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
	width: auto;
}

.category-shortcode-block .fa {
	float: right;
	margin-left: 0;
	line-height: 28px;
}

.category-shortcode-block a h3 {
	width: 100%;
}

.category-shortcode-block a .fa {
 	 width: 120px;
  	line-height: 120px;
  	font-size: 40px;
  	float: none;
}

.category-shortcode-block a.cat-link:hover {
	background-color: #8d0000;
}

.category-shortcode-block a.cat-link:hover .fa,
.category-shortcode-block a.cat-link:hover h3 {
	color: #fff;
}


/*------------------------------------------------------------------
	FlipClock
-------------------------------------------------------------------*/
ul.flip {
	width: 60px !important;
}

ul.flip li {
	padding-bottom: 0 !important;
}

/*------------------------------------------------------------------
	Top Search Events/Items Block
-------------------------------------------------------------------*/
#search-items-events-block {
	float: left;
	width: 100%;
	height: auto;
	background-color: #484848;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	overflow: hidden;
  	background-position: 50% -100px;
}

#search-items-events-block-shadow {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 2;	
}

#search-items-events-block .container {
	padding: 60px 0 50px 0;
	z-index: 9;
	position: relative;
}

#search-items-events-block .container .section-header {
	padding: 50px 0;
}

#search-items-events-block .container .section-header h3 {
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 11px;
	text-transform: uppercase;
}

.explore-places,
.explore-devider,
.explore-events {
	color: #fff;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.explore-places {
	width: 49%;
	float: left;
	text-align: right;
	font-size: 32px;
}

.explore-places h3 {
	text-align: right;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	letter-spacing: 3px;
	text-transform: uppercase;
	cursor: pointer;
	float: right;
	width: auto;
	margin-bottom: 0;
	border: solid 3px #fff;
	border-right: none;
	padding: 10px 20px;
	font-family: 'Raleway',sans-serif;
	font-weight: bold;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.explore-events {
	width: 49%;
	float: left;
	text-align: left;
	font-size: 32px;
}

.explore-events h3 {
	text-align: left;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	letter-spacing: 3px;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
	width: auto;
	margin-bottom: 0;
	border: solid 3px #fff;
	border-left: none;
	padding: 10px 20px;
	font-family: 'Raleway',sans-serif;
	font-weight: bold;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.explore-places h3 span,
.explore-events h3 span {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.explore-devider {
	width: 2%;
	float: left;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	border: solid 3px #fff;
	border-left: none;
	border-right: none;
	padding: 10px 0px;
	font-weight: normal;
}

.explore-devider span {
	opacity: 0.4;
}

#search-items-events-block.explore-places-over .explore-events h3 span {
	opacity: 0.4;
}

#search-items-events-block.explore-events-over .explore-places h3 span {
	opacity: 0.4;
}

#search-items-events-block.explore-events-over #search-default-block,
#search-items-events-block.explore-places-over #search-default-block {
	margin-top: 520px;
	opacity: 0;
}

#search-default-block,
#search-places-block,
#search-events-block {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	margin-top: 150px;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

#search-default-block {
	margin-top: 120px;
}

#search-places-block,
#search-events-block {
	margin-top: 290px;
	opacity: 0;
}

#search-items-events-block input,
#search-items-events-block select {
	border: 0;
	background-color: rgba(255,255,255,0.7);
	border: solid 2px #484848;
  	padding: 14px 15px;
  	font-weight: 700;
  	color: #484848;
}

#search-items-events-block select {
  	background-image: url(../images/down-arrow-header.png);
}




#search-items-events-block.explore-events-over #search-events-block {
	margin-top: 160px;
	opacity: 1;
	z-index: 4;
}

#search-items-events-block.explore-places-over #search-places-block {
	margin-top: 160px;
	opacity: 1;
	z-index: 4;
}


#listings-cat-block,
#events-cat-block {
	float: left;
	width: 100%;
}

.sub-cat-block {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	border-top: solid 1px #ecf0f1;
}

.sub-cat-block li {
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
	border-bottom: solid 1px #ecf0f1;
}

.sub-cat-block li .cat-title {
	float: left;
	width: 90%;
	text-align: left;
}

.sub-cat-block li .cat-count {
	float: left;
	width: 10%;
	text-align: right;
}

.loc-block-cover {
	float: left;
	height: 240px;
	width: 100%;
	margin-bottom: 30px;

	overflow: hidden;
	position: relative;

	background-color: #000;
}

.loc-block-cover a {
	float: left;
	width: 100%;
	height: 240px;
}

.loc-block-cover-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	z-index: 1;
	opacity: 0.6;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.loc-block-cover a:hover > .loc-block-cover-image {
	opacity: 0.5;
}

.loc-block-cover-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
}

.loc-block-cover-title,
.loc-block-cover-subtitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	color: #fff;
	font-weight: bold;
  	text-shadow: rgba(0,0,0,.8) 0 1px 0;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

.loc-block-cover-title {
	margin-top: 80px;
}

.loc-block-cover-subtitle {
	margin-top: 120px;
	font-size: 20px;
	color: #eee;
}

/*------------------------------------------------------------------
	Testimonials
-------------------------------------------------------------------*/
.resume-testimonials {
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px 90px;
	padding-top: 0;
	margin-bottom: 20px;
}

.resume-testimonials-image {
	display: inline-block;
	width: 140px;
	height: 140px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	margin-bottom: 0;
	z-index: -1;
}

.resume-testimonials-note {
	font-size: 24px;
  	line-height: 40px;
  	font-style: italic;
	color: #999999;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.resume-testimonials-author-box {
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

.resume-testimonials-author-box .resume-testimonial-author-position {
	color: #999999;
}

.resume-testimonials-quote {
	float: left;
	width: 100%;
	z-index: 99;
	margin-top: -25px;
	margin-bottom: 10px;
	position: relative;
	z-index: 999;
}

.resume-testimonials-quote .fa {
	font-size: 48px;
	color: #747474;
	margin: 0;
}

#owl-demo .owl-buttons {
	display: none;
}

#owl-partners .owl-buttons {
	display: none;
}

#owl-demo.owl-theme .owl-controls .owl-page span {
	border: solid 2px #999999;
	background: none;

	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

#owl-partners.owl-theme .owl-controls .owl-page span {
	border: solid 2px #999999;
	background: none;

	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

#owl-demo.owl-theme .owl-controls .owl-page.active span {
	background: #999999 !important;
}

#owl-partners.owl-theme .owl-controls .owl-page.active span {
	background: #999999 !important;
}


.owl-theme .owl-controls {
	margin-bottom: 40px;
}

#owl-demo.td-testimonials .owl-controls {
	display: block !important;
} 

#owl-partners.td-testimonials .owl-controls {
	display: block !important;
}

.owl-theme .owl-controls .owl-page {
	margin: 0;
}

#layerslider {
	float: left;
	width: 100%;
	position: relative;
	height: auto;
	background-color: #474747;
}

/*------------------------------------------------------------------
	Top Social Icons
-------------------------------------------------------------------*/
.top-social-2 {
	float: right;
	margin: 9px 0;
	margin-right: 30px;
	padding-right: 30px;
	border-right: solid 1px rgb(74, 76, 78);
}

.top-social-2 a {
	font-size: 24px;
	margin-left: 10px;
	float: left;
}

.top-social {
	float: right;
	padding-right: 20px;
	border-right: solid 1px #ecf0f1;
}

.top-social a {
	font-size: 14px;
	line-height: 14px;
	margin-left: 10px;
	float: left;
	color: #fff;
}


/*------------------------------------------------------------------
	Event Builder Version
-------------------------------------------------------------------*/
.side_menu a.close_side_menu {
  	display: inline-block;
  	position: absolute;
  	top: 29px;
  	right: 25px;
  	width: 13px;
  	height: 13px;
  	line-height: 13px;
  	background-image: url('../images/close_side_menu.png');
  	background-repeat: no-repeat;
  	z-index: 1000;
  	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-ms-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	transition: all .5s ease;
}

.side_menu a.close_side_menu:hover {
    transform: rotate(180deg);
}

.explore-fun-block {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.explore-fun-block h2 {
	font-size: 56px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	color: #484848;
}

.explore-fun-block h2 .fa {
	margin-bottom: 20px;
	font-size: 72px;
}

.explore-fun-block h4 {
	margin-bottom: 20px;
	font-weight: 600;
	color: #484848;
}

.explore-fun-block-icon {
	float: left;
	width: 100%;
	text-align: center;
	color: #484848;
	margin-bottom: 40px;
	font-size: 24px !important;
}

#big-map-header {
	background-color: #f7f9f9;
	float: left;
  	width: 100%;
  	position: relative;
  	overflow: hidden;
}

#big-map-header #map-canvas-holder, 
#big-map-header #map-canvas, 
#big-map-header #map-canvas-shadow {
	height: 620px !important;
}

#wrapper-video {
	float: left;
  	width: 100%;
  	height: 580px;
  	background-color: #393939;
  	overflow: hidden;
}

#wrapper-video-container {
	float: left;
  	width: 100%;
  	height: 580px;
}

#fullscreen-gallery-v2,
#wrapper-video-bg,
#wrapper-video-container-bg {
	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	z-index: 1;
}

#fullscreen-gallery {
	float: left;
	width: 100%;
	height: auto;
}

#fullscreen-gallery {
	background-color: #393939;
}


/*------------------------------------------------------------------
	Upcoming Events List V2
-------------------------------------------------------------------*/
.upcoming-events-v2 {
	float: left;
	width: 100%;
	background-color: #fff;
	position: relative;
	height: auto;
	padding: 30px;
	margin-bottom: 2px;

	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.upcoming-events-big-button {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.upcoming-events-v2:hover {
	background-color: #fdfdfd;
}

.upcoming-events-v2:before {
	content: "";
	position: absolute;
	height: 50%;
	border-left: solid 2px #d7d7d7;
	top: 0;
	left: 33px;
	z-index: 9999;
}

.upcoming-events-holder .event-block:first-child .upcoming-events-v2:before {
	display: none;
}

.upcoming-events-v2:after {
	content: "";
	position: absolute;
	height: 50%;
	height: -webkit-calc(50% + 3px);
	height: calc(50% + 3px);
	border-left: solid 2px #d7d7d7;
	bottom: -3px;
	left: 33px;
	z-index: 9999;
}

.upcoming-events-holder .event-block:last-child .upcoming-events-v2:after {
	display: none;
}

.upcoming-events-pre {
	float: left;
	width: 16px;
	height: 16px;
	margin: 47px 0;
	background-color: #d7d7d7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: solid 3px #f5f5f5;
  	margin-left: 26px;
  	z-index: 999;
  	position: relative;
}

.upcoming-events-pre,
.upcoming-events-v2:before,
.upcoming-events-v2:after {
	display: none;
}

.upcoming-events-title h6 {
	margin-bottom: 0;
	font-weight: 700;
}

.upcoming-events-title span {
	margin-bottom: 0;
	font-weight: 600;
	position: relative;
	padding-top: 9px;
  	margin-top: 5px;
  	float: left;
}

.upcoming-events-title span:before {
	content: "";
	width: 30px;
	border-top: solid 1px #999999;
	position: absolute;
	top: 0;
	left: 0;
}

.upcoming-events-title span .fa {
	margin-right: 8px;
	font-weight: 600;
}

.upcoming-events-number {
	text-align: center;
	color: #717171;
}

.upcoming-events-number h2 {
	font-size: 60px;
	line-height: 60px;
	color: #939393;
}

.upcoming-events-details {
	font-size: 12px;
	font-weight: 600;
}

.upcoming-events-details .fa {
	margin-right: 8px;
	font-weight: 500;
}

.upcoming-events-avatar {
	float: left;
	width: 71px;
	height: 71px;
	margin-right: 20px;
}

.upcoming-events-avatar img {
	float: left;
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.upcoming-events-title-cont {
	float: left;
	width: 80%;
	width: -webkit-calc(100% - 91px);
	width: calc(100% - 91px);
}

.event-views,
.item-title-metadata-share-content.upcoming-event-share {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 38px;
	font-weight: 600;
}

.event-views .fa,
.item-title-metadata-share-content.upcoming-event-share .fa {
	float: left;
	width: 100%;
	font-size: 24px;
	text-align: center;
}

.event-views {
	margin-bottom: 30px;
}

.upcoming-event-share .share-links {
	position: absolute;
  	bottom: 0;
  	z-index: 99999;
  	padding-bottom: 40px;
  	margin-bottom: 30px;
}

.upcoming-event-share .share-links li {
	float: left;
	width: 100% !important;
	text-align: center;
}

.single-event-page .item-title-metadata-add-favorites {
	float: left;
	width: 100%;
	margin-top: 38px;
}

.single-event-page .item-title-metadata-add-favorites .like-listing-container {
	text-align: center !important;
}

.single-event-page .like-listing-count {
	color: #999;
	text-align: center !important;
	line-height: 24px;
 	font-weight: 600;
  	font-style: normal;
  	color: #999999;
  	font-size: 14px;
}

.single-event-page .item-title-metadata-add-favorites .like-listing-container .fa {
  	text-align: center !important;
  	width: 100%;
}

.single-event-page .single-event-header-block .listing-container-rating {
	width: 100%;
	padding: 0;
	margin-top: 38px;
	border: none;
}

.single-event-page .single-event-header-block .listing-container-rating span {
	text-transform: capitalize;
	color: #999;
	text-align: center !important;
	line-height: 24px;
 	font-weight: 600;
  	font-style: normal;
  	color: #999999;
  	font-size: 14px;
  	width: 100%;
}

.single-event-page .single-event-header-block .listing-container-rating .fa {
	display: inline-block;
  	float: none;
  	margin: 0 4px;
}

.event-stats-label {
	font-weight: 700;
	font-size: 18px;
}

.event-stats {
	position: relative;
	float: left;
	width: 100%;
	height: 20px;
	background-color: #cccccc;
	margin: 2px 0;
}

.event-stats-percent {
	position: absolute;
	float: left;
	width: 0%;
	height: 20px;
	left: 0;
	background-color: #8d0000;
}

.upcoming-events-filter select {
	margin-bottom: 0;
}

.upcoming-events-filter select:disabled {
	opacity: 0.5;
}

.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) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}




/* TICKERA START */

.tickera_table {
    float: left;
    width: 100%;
}

.tickera .event_tickets tr:first-child th {
    border-top: 0;
}

.tickera .event_tickets tr td:last-child,
.tickera .event_tickets tr th:last-child,
.tickera_table tr td:last-child,
.tickera_table tr th:last-child,
.tc_cart_billing tr td:last-child,
.tc_cart_billing tr th:last-child {
    border-right: 0;
}

.event_tickets,
.tickera_table,
.tc_cart_billing {
    border: 1px solid #ddd;
}

.ticket-quantity .quantity {
    float: none;
    display: inline-block;
}

.ticket-quantity .tickera_button {
    vertical-align: middle;
    margin-bottom: 0;
}

#coupon_code {
    margin-bottom: 10px;
    padding: 20px 10px;
}

.tickera-checkout .tickera_update,
.apply_coupon {
    margin-bottom: 0;
}

.tickera_additional_info input {
    margin-bottom: 0;
}

.tickera_additional_info p,
.tc_gateway_form p{
    margin: 0 !important;
    line-height: 0;
}

input[type="radio"].tc_choose_gateway,
.tc_cart_billing input[type="radio"] {
    -webkit-appearance: radio;
    width: auto !important;
    margin: 10px 5px 0 0;
}

.tc_cart_billing input[type="radio"] {
    margin-top: 3px;
}

.tc_gateway_form {
    float: left;
    width: 100%;
}

.card-expiry-month,
.card-expiry-year,
#cc-expiry-month,
#cc-expiry-year,
#exp_month, 
#exp_year,
#cc_month,
#cc_year {
    float: left;
    width: 40%;
}

.tc_cart_billing span {
    float: left;
    margin: 16px 4px 0;
}

.tickera-payment-gateways input,
.tickera-payment-gateways select {
    margin: 10px 0;
}

.tc_gateway_form td {
    vertical-align: middle;
}

#tc_terms_and_conditions {
    width: auto !important;
}

.tickera_additional_info p label a {
    margin: 10px 0 0 10px;
    display: inline-block;
}

/* TICKERA END */