.h5 {
	color:blue;
}

.table-wrap {
	max-width: 1570px;
	display: block;
	width: 100%;
	margin:auto;
	background: #f6f6f6;
}

.trailer-items {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.logo-itm {
	display: inline-block;
	width: 50%;
	border:5px solid #f6f6f6;
}

.logo-itm a {
	position: relative;
	display: block;
	padding-bottom: 75%;
	background: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
}

.logo-itm img {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto !important;
	padding:10px;
}

.parent-box {
	color:#122630;
	font-family: "proxima-nova";	
	font-size: 16px;	
	font-weight: bold;	
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding:15px 0 15px 60px;
	position: relative;
	margin:15px 0;
    background-size: 30px;
    background-position: 15px center;
	background-repeat: no-repeat;
}
.parent-box.color-select {
	background-color: rgba(224,225,224,0.5);
}

.fancy-checkbox { 
	display: none; 
	margin:0;
	padding:15px 0;
}

.fancy-checkbox input[type="checkbox"],
.parent-box input[type="checkbox"] {
	visibility: hidden;
    position: absolute;
    top: -9999em;
    left: -9999em;
}
input[type="checkbox"]:checked + div:before { 
    content: '';
    background-color: #122630;
    border-color:#122630;
}
.fancy-checkbox div{
    position: relative;
    padding-left: 50px;
    margin: 0;
    cursor: pointer;
}
.fancy-checkbox div:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 20px;
    width: 20px;
    border: 1.5px solid #E0E1E0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
    border-radius: 3px;
}

.fancy-checkbox label {
   	color:#122630;
	font-family: "proxima-nova";	
	font-size: 16px;	
	font-weight: 600;
}

.membership {
	position: absolute;
	bottom:10px;
	left:0px;
	color:#a1a6a9;
	font-family: "proxima-nova";
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.m-label {
	z-index: 999;
	position: absolute;
	bottom: -12px;
    left: 30px;
}

.membership:before{
	content:'';
	position: absolute;
	bottom:-10px;
	left:0;
	height: 25px;
	width: 25px;
	margin-right:10px;
	display: inline-block;
}

.color-platinum:before {
	background: linear-gradient(180deg, #007EAE 0%, #004876 100%);
}
.color-gold:before {
	background: linear-gradient(180deg, #FFDD36 0%, #FFB819 100%);
}
.color-silver:before {
	background: linear-gradient(180deg, #E8E9E8 0%, #CCCFCC 100%);
}
.color-diamond:before {
	background: radial-gradient(#fff 30%, #dce9f2 100%);
}
.color-exclusive:before {
	background: linear-gradient(180deg, #f78d8d -20%, #fb3d3d 100%);
}
.descrp {
	color: #122630;
	opacity: 0.2;
	display: block;
	font-size: 12px;
	padding-left:60px;
	font-family: "proxima-nova";	
}

.js-reset-filter {
	display: none;
}
.bck {
	font-family: "proxima-nova";	
	font-size: 12px;	
	font-weight: 500;
	letter-spacing: 1px;
	color: #122630;
	padding-left: 15px;
}
.bck.rit {
	padding-left:0;
}
.bck span {
	background: #478DC8;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	display: inline-block;
	color:white;
	text-align: center;
	margin-right:10px;
}
.bck.rit span {
	margin-left:15px;
}
.bck span [class*="fa-"] {
	width: auto;
	height: auto;
	position: relative;
	font-size: 12px;
	top:-1px;
	line-height: 20px;
}

.bck:hover {
	opacity: .6;
}
.fixed-loading {
	height: 0;
	position: absolute;
	left:0;
	right:0;
	top:0;
	z-index: 999;
	background:#f6f6f6;
	text-align:center;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-align: center;
	visibility: hidden;

}
.fixed-loading img {
	position: absolute;
	top:40px;
	left:0;right:0;
	margin:auto;
}

.fixed-loading.loading {
	height: 100%;
	bottom:0;
	visibility: visible;
}

.hide {
	display: none;
}
.fancy-table iframe {
	width: 100% !important;
	height: 250px !important;
}
.embed-container {
	padding:10px 0px;
}

.fancy-table {
	display: table;
	width: 100%;
}
.fancygroup {
	display: table;
	width: 100%;
}
.fancy-content {
	padding:20px;
	display: block;
	vertical-align: top;
}
.fancy-bullet {
	padding:40px 20px;
	display: block;
	vertical-align: top;
	border-left:2px solid #ddd;
}
.fancy-bullet li { 
	position: relative; 
	padding:5px 0 5px 18px; 
}
.fancy-bullet li:before{
	content:''; 
	display: block;
	width: 5px;
	height: 5px;
	border-radius:100%;
	background:#676767;
	position: absolute;
	left:0;
	top:12px;
}
.fancy-logo {
	display: block;
	width: 100%;
	clear:both;
	height: 235px;
}
.fancy-logo .nectar-button {
	display: block;
	clear: both;
	width: 156px;
}
.fancy-logo img{
	float:left;
}

.btm-nav {
	position: relative;
	text-align: center;
	display: block;
	width: 100%;
	padding:40px 0;

}
.btm-num {
	display: inline-block;
	font-weight: bold;
	font-family: "proxima-nova";
	letter-spacing: 2px;
	color: #122630;
	font-size: 22px;
	padding:0 20px;
}
.btm-right a{
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	line-height: 32px;
	background: #478DC8;
	text-align: center;
	padding-left: 2px;
	color:white;
}

.btm-left a{
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	line-height: 32px;
	background: #478DC8;
	text-align: center;
	padding-right: 2px;
	color:white;
}
.btm-right a:hover,
.btm-left a:hover {
	color:white;
	background: #122630;
}


.wavebg {
	background:url('../assets/wave.jpg');
	background-size:cover;
	position: relative;
	margin-bottom: 60px;
}
.item img{
	margin:auto;
}
button.owl-next{
	right:10px;
	position: absolute;
	background: none !important;
}
button.owl-next:hover {
	background: none !important;
}
.owl-next span{
	font-size: 50px;
    color: white;
}
button.owl-prev {
	left: 10px;
    position: absolute;
    background: none !important;
}
button.owl-prev:hover {
	background: none !important;
}
.owl-prev span{
	font-size: 50px;
    color: white;
}
.owl-nav {
	position: absolute;
	bottom:50%;
	margin:0;
	left:0;
	right:0;
}
.owl-carousel .owl-stage {
	padding:40px 0 0 !important;
}

.blue-btm {
	background: #478dc8;
	padding: 23px 40px;
    display: block;
    clear: both;
}
.find-out {
	display: inline-block;
	color:white;
	font-family: "proxima-nova";
	margin-bottom: 10px;
}
.find-out b {
	letter-spacing: 1px;
}


.wpb_wrapper .ctct_eventwidget_outer {
	padding:20px;

}
.wpb_wrapper .ctct_title a{
	color:white;
	font-size: 18px;
	font-weight: bold;
}
.wpb_wrapper .ctct_datetime {
	color:#478dc8;
	font-size: 14px;
	text-transform: uppercase;
}
.wpb_wrapper .ctct_desc {
	display: none;
}
.wpb_wrapper .ctct_extra_data {
	padding:0 !important;
}

.wpb_wrapper .ctct_location {
	font-size: 14px;
}
.wpb_wrapper h5 {
	padding-left:20px;
}
.ctct_eventwidget_title {
	display: none;
}
.wpb_tab .ctct_title a{
	color:#122630;
}
.ro-sidebar {
	display: none;
}
.mobile-filter { 
	background: #122630;
	padding:10px 20px;
	color:white;
	font-size: 20px;
	display: inline-block;
	font-weight: bold;
	cursor:pointer;
	margin:20px 0;
}
.mobile-filter:hover {
	background: rgba(71,141,200,.8);
}
@media only screen and (min-width: 700px) {


}

@media only screen and (min-width: 1000px) {
	.mobile-filter {
		display: none;
	}
	.table-wrap {
		display: table;
	}
	.ro-main {
		display: table-cell;
		position: relative;
	}
	.wavebg:before {
		content:'FEATURED';
		color: #ddd;
		display: block;
		font-size: 12px;
		margin-bottom: 30px;
		text-align: center;
		font-family: "proxima-nova";	
		position: absolute;
		top:20px;
		left:0;
		right: 0;
		margin:auto;
		letter-spacing: 2px;
	}
	.wavebg:after {
		content:'A-Z';
		color: #122630;
		opacity: 0.2;
		display: block;
		font-size: 12px;
		text-align: center;
		font-family: "proxima-nova";
		position: relative;
		top:48px;
		letter-spacing: 2px;
	}
	.ro-sidebar {
		width: 320px;
		display: table-cell;
		vertical-align: top;
	}
	
	.logo-itm {
		display: inline-block;
		width: 32%;
		border:5px solid #f6f6f6;
	}
	.fancy-content {
		padding: 0 40px 40px 40px;
		display: table-cell;
	}
	.fancy-bullet {
		padding:60px 40px;
		display: table-cell;
		width: 350px;
	}
	.fancy-table iframe {
		width: 100% !important;
		height: 400px !important;
	}
	.fancy-logo {
		height: 180px;
	}
	.fancy-logo .nectar-button {
		display: inline-block;
	}
	.embed-container {
		padding:40px 60px;
	}
	.find-out { 
		margin-bottom: 0;
	}
	.fancy-content .nectar-button {
		margin-top:70px;
	}

}

.fancybox-content {
	max-width: 960px;
	max-height: 650px;
    width: 80%;
    margin: 0;
}

@media only screen and (min-width: 1400px) {
	.logo-itm {
		display: inline-block;
		width: 24%;
		border:10px solid #f6f6f6;
	}

}
@media only screen and (min-width: 1200px) {
	/*.membership:after { 
		display: block;
	}
	.membership:before {
		height: 50px;
		width: 50px;
	}
	.m-label {
		bottom: 16px;
	    left: 24px;
	}*/
}	

/*#footer-outer[data-cols="1"] .col {
	text-align: left;
}

#footer-widgets .menu-item-1743 a,
#footer-widgets .menu-item-1752 a,
#footer-widgets .menu-item-1737 a,
#footer-widgets .menu-item-1764 a,
#footer-widgets .menu-item-1769 a,
#footer-widgets .menu-item-1741 a {
	color:#FFB819 !important;
	margin-bottom: 10px;
	letter-spacing: 1px !important;
	font-size: 12px;
	font-weight: 400 !important;
}
#footer-widgets .menu-item-1769 {
	margin-top:20px;
}
#footer-widgets .menu-item-1741 a{
	margin-bottom: 30px;
}

#footer-widgets .widget_nav_menu {
	font-size: 14px;
	padding-top:20px;
}
#footer-outer #footer-widgets .widget.widget_nav_menu li {
	padding:0 !important;
}
#footer-outer #footer-widgets .widget.widget_nav_menu li a { 
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .5px;
}

#footer-widgets  .widget_text .ico-foot {
	display: block;
	clear:both;
	font-size: 16px;
}
#footer-widgets  .widget_text .ico-foot img{
	display: block;
	float:left;
    top: 3px;
    margin-right: 13px;
    position: relative;
}
@media only screen and (max-width: 1000px) { 
	#social {display: none;}
	body:not(.material) #header-secondary-outer nav > ul {
		width: auto;
	}
}
@media only screen and (min-width: 1400px) { 
	#footer-widgets .widget_text {  width:35%; }
}
@media only screen and (min-width: 1000px) { 

	#footer-widgets .span_12 {
		display: table;
		table-layout: auto;
		width: 100%;
	}
	#footer-widgets .widget {
		display: table-cell;
		vertical-align: top;
	}
	#footer-widgets .widget_nav_menu { 
		padding:0;
	}
}
.n-post-bg:after {
	opacity: 0 !important;
}
.post-area.masonry article.post .link-inner h2.title{
	color:#fff !important;
}
.inner-wrap .n-post-bg .link-inner .title {
	color:#fff !important;
}*/

