/*
Theme Name: ISM Custom Theme
Author: Elijah Vazquez
Author URI: http://elijahvazquez.com
Description: Custom Theme build for ISM
Version: 1.1
*/
/*
----- COLORS IN RGBA -----
rgba(0,0,0,1)			Black
rgba(256,256,256,1)		White
rgba(24,122,188,1)		Blue
rgba(50,50,50,1)		DarkGrey
rgba(182,182,182,1)		LightGrey
*/
/*======================================== Universal/Heading Styles ========================================*/
*{box-sizing:border-box;}
body{
	font-family: futura,sans-serif;
}
h1,h2,h3{
	text-transform: uppercase;
}
h1{
	font-family: FuturaBT-heavy,Futura, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:32px;
	font-size:2rem;
}
h2{
	font-family: FuturaBT-Bold,Futura, sans-serif;
	font-weight: normal;
	font-style: normal;
}
h3{
	font-family: FuturaBT-Bold,Futura, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:20px;
	font-size: 1.25rem;
}
p{
	font-family: FuturaBT-Book,Futura, sans-serif;
	font-weight:100;
	font-size: 18px;
	color:rgba(182,182,182,1);
}
span p{
	font-size: 14px;
	color: rgba(50,50,50,1);
	padding: 0;
	margin: 0;
}
a{
	font-family: FuturaBT-Bold,Futura, sans-serif;
	color:rgba(24,122,188,1);
	position: relative;
	font-size: 11px;
	text-decoration:none;
}
.content-wrapper{
	min-height: 90vh;
}
.blueLink:after{
	content: '';
	width: 8px;
	height: 8px;
	background: url('/wp-content/themes/ISM Custom Theme/images/readMoreCarot.png') no-repeat;
	background-size: contain;
	position:absolute;
	bottom: 2px;
	right: -25px;
}
.widget_text {
    width: 100%;
    padding: 10%;
}
a:hover{text-decoration:underline;}
nav ul li a:hover{text-decoration: none;}
.noSpace{
	padding:0;margin:0;
}
a img{border:none;outline:none;}
.col_4_of_12{
	vertical-align:top;
	width: 100%;
	padding:1%;
	display:inline-block;
}
.col_6_of_12{
	vertical-align:top;
	width: 100%;
	padding: 1%;
	display:inline-block;
	font-size:12px;
	font-size: .75rem;
}
.col_8_of_12{
	vertical-align:top;
	width: 100%;
	padding:1%;
	display:inline-block;
}
.col_12_of_12 {
	width: 100%;
	text-align: center;
	margin-bottom:32px;
	margin-bottom: 2rem;
}
.clearfix{clear:both;}
.contactPage .col_6_of_12{
	width: 48.5%;
	padding: .5%;
}
.black{color:rgba(50,50,50,1);}
label span{display: none;}
label input{display:block;height:32px;height: 2rem;border-radius: 0;border: 2px solid rgba(0,0,0,.125);width: 100%;}
/*============================== Media query 1 ==============================*/
.contain {
	padding:32px 2%;
	padding: 2rem 2%;
}
.subText{color: rgba(0,0,0,1) !important;font-size:12px;font-size: .75rem;margin-bottom:8px;margin-bottom: .5rem;}
.tp-caption a{color:#fff;position:relative;}
.tp-caption a:hover {
	color: #fff;
}
#1{display:block;}
#2,#3,#4,#5,#6,#7,#8,#9,#10,#11,#12,#13,#14,#15,#16,#17,#18,#19,#20{display:none;}
/*------------------------- Nav -------------------------*/
body.fixedScroll{
	height: 100%;
	overflow: hidden;
}
body{
	width: 100%;
	overflow-x: hidden;
	margin: 0;
}
nav .logo img {
	height:52px;
	height: 3.25rem;
	margin:12px 0;
	margin: .75rem 0;
}
nav{
	position: relative;
	max-height:72px;
	max-height:4.5rem;
	min-height:72px;
	min-height:4.5rem;
	padding: 0 5% 0 2%;
}
section.active .right {
    bottom: 4rem;
}
nav ul{
	color: rgba(256,256,256,1);
	padding-top:40px;
	padding-top: 2.5rem;
	position:fixed;
	top: 0;
	left:100%;
	background: rgba(50,50,50,1);
	height: 101vh;
	width: 75%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 999;
	margin: 0;
}
nav ul.active{
	left: 25%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 1px;
	z-index: 9999;
}
nav ul li{
	display:block;
	padding:16px 0;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(128,128,128,.25);
}
nav ul li a{color:rgba(182,182,182,1);text-decoration: none;text-transform: uppercase;}
.hamburger {
	position: absolute;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	width: 30px;
	height: 20px;
	top:25px;
	top: 1.6rem;
	right: 5%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 99999;
}
.hamburger:before {
	content: '';
	background: #000;
	height: 3px;
	width: 30px;
	position: absolute;
	right: 0;
	top: 6px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.hamburger.active{
	border-bottom:none;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .5s;
	transition: all .5s;
	border-color: rgba(182,182,182,1);
}
.hamburger.active:before{
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: -3px;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: rgba(182,182,182,1);
}
#menu-main-menu li:first-child {
	border-top: 10px solid black;
	margin-top: 50px;
}
#menu-main-menu li {
	border-bottom: 10px solid black;
	margin-left:-20px;
}
.right {
	position: absolute;
	bottom: 2.5rem;
	width: 100%;
	z-index: 999;
}
.right * {
	display: inline;
	vertical-align: bottom;
}
nav section a {
	position: relative;
	top: 0px;
	right: -26px;
}
nav section a img{
	height: 1.5rem;
}
nav section h3:after{
	content:"";
	width:1px;
	height:45%;
	background: rgba(128,128,128,.25);
	position:absolute;
	top: 8px;
	left:140px;
}
section h3 {
	font-family: FuturaBT-Book,Futura, sans-serif;   letter-spacing: 1px;
	font-size: 1.25rem;
}
/*------------------------- Landing Page Head -------------------------*/
.home .owl-item img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.home .owl-carousel{
	height: 250px;
	overflow: hidden;
}
.carosulText {
	background: rgba(0,0,0,.25);
	width: 60%;
	color: rgba(256,256,256,1);
	padding: 1% 0 0 5%;
	height: 100%;
}
.custom-settings-smalltop:after {
	content: '';
	border-top: 0px solid transparent;
	border-bottom: 21px solid transparent;
	border-left: 13px solid rgba(0,0,0,.25);
	position: absolute;
	top: 0;
	left: 100%;
}
/*---------- Lightbox video ----------*/
#html5-lightbox-video {
	width: 100%;
	height: auto;
}
#html5-lightbox-video {
	width: 100%;
	height: auto;
}
div#html5-elem-data-box {
	display: none !important;
}
div#html5-elem-box {
	background: rgba(255,255,255,0) !important;
}
div#html5-elem-wrap {
	background-color: rgba(255,255,255,0) !important;
}
/*---------- /Lightbox video ----------*/
.custom-settings-smalltop:before {
	content: '';
	border-top: 21px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 13px solid rgba(0,0,0,.25);
	position: absolute;
	top: 0;
	left: -13px;
}
.custom-text-title p{color:#FFF;}
.custom-settings:after {
	content: '';
	/* background-color: rgba(0,0,0,.25); */
	border-top: 0px solid transparent;
	border-bottom: 170px solid transparent;
	border-left: 92px solid rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 100%;
}
section#map {
	position: relative;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
}
.custom-settings:before{
	content:'';
	border-top: 580px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 140px solid rgba(0,0,0,.5);
	position:absolute;
	top:0;
	left: -140px;
}
.tp-caption.custom-settings.tp-fade.tp-resizeme.start {
    width: 550px;
}
.tp-caption.custom-settings-text.tp-fade.tp-resizeme.start {
    width: 550px;
}
.carosulText h2 {
	line-height:24px;
	line-height: 1.5rem;
}
footer .right {
	margin-left: 2rem;
}
footer .left{
	margin-right: 2rem;
	bottom: 6px;
	position: relative;
}
.carosulText p {
	line-height:16px;
	line-height: 1rem;
	color:rgba(256,256,256,1);
}
.sliderHolder{
	width:40%;
	display: inline-block;
	vertical-align: top;
}
.fantasyVid{
	width:59%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.fantasyVid iframe{
	height:auto;
	width: auto;
	margin:0 auto;
}
.vidSlideHold{
	width:100%;
	margin:0 auto;
	text-align: center;
	margin-bottom: 3rem;
}
.col_4_of_12.blogSidebar {
	float: right;
}
/*------------------------- Landing Page Main -------------------------*/
section{
	width: 75%;
	position: fixed;

	bottom: -25px;

	z-index: 99999;
	right: -75%;
	color: white;

	padding: 1rem;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
section.active{
	right: 0;
}
.latestPosts .sharedaddy{display:none;}
.latestPosts p{
	margin:0;
	padding:0;
	color: rgba(182,182,182,1);
}

.blogPost{padding:0;border-bottom:1px solid rgba(182,182,182,1);padding:8px 0;padding:.5rem 0;-webkit-transition:all 1s;transition:all 1s;position: relative;padding:32px 0 48px 0 !important;padding: 2rem 0 3rem 0 !important;}
.blogPost:first-of-type{padding-top:0 !important;}
/*------------------------- Sub Page Main -------------------------*/
ul.subnav {
	padding:0 0 32px 0;
	padding: 0 0 2rem 0;
}
ul.subnav li {
	list-style: none;
	display: inline;
	padding:16px 32px 0 0;
	padding: 1rem 2rem 0 0;
}
.postNav {
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
}

img.nextArrow{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	cursor: pointer;
	height:24px;
	height: 1.5rem;
	position: relative;
	bottom: 1px;
	right: -20px;
}
img.previousArrow {
	cursor: pointer;
	height:24px;
	height: 1.5rem;
	position: relative;
	bottom: 2px;
	left: -20px;
}
.tagList {
	margin-bottom:24px;
	margin-bottom: 1.5rem;
	line-height:20px;
	line-height: 1.25rem;
}
/*------------------------- form fields -------------------------*/
.contactForm {
	padding: 0;
}

.contactForm p {
	padding: 0 15% 5% 0;
}
textarea#comment {
	padding:16px;
	padding: 1rem;
	width: 100%;
	margin-top:8px;
	margin-top: .5rem;
	border: 2px solid rgba(24,122,188,1);
	outline: none;
}
input[type="text"] {
	width: 100%;
	padding:16px;
	padding: 1rem;
	margin:8px 0;
	margin: .5rem 0;
	border: 2px solid rgba(24,122,188,1);
	outline: none;
}
input[type="submit"] {
	background: rgba(24,122,188,1);
	border: none;
	padding:16px 48px;
	padding: 1rem 3rem;
	color: rgba(256,256,256,1);
	text-transform: uppercase;
	margin:8px 0;
	margin: .5rem 0;
	outline: none;
}
::-webkit-input-placeholder {
	text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
	text-transform: uppercase;
}

:-ms-input-placeholder {
	text-transform: uppercase;
}
form label {
	display: none;
	width: 0;
	height: 0;
}
.ginput_container {
	margin: 0;
	width: 100%;
}
input[type="text"] {
	width: 100% !important;
	padding: 1rem !important;
	font-size: .75rem !important;
	margin: 0 !important;
}
textarea {
	width: 100% !important;
	border: 2px solid rgba(24,122,188,1);
	font-size: .75rem !important;
	padding: 1rem !important;
}
#map iframe{
	border: 0;
	width: 99%;
	height:256px;
	height: 16rem;
}
:target {
	background: rgba(0,0,0,.05);
}
.sliderHolder {
	width: 300px;
	display: block;
	margin:0 auto;
	vertical-align: top;
	text-align:center
}
.fantasyVid {
	margin:0px auto;
	margin: 0rem auto;
	width:100%;
	margin-top: 3.5rem;
	overflow: hidden;
}
.latestToggle{
	cursor: pointer;
	position:relative;
}
.latestToggle:after,.tagListTitle:after {
	content: '^';
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: 3px;
	position: absolute;
}
.cardDataContainer{
	margin: 0 auto;
	width: 100%;
	border-bottom: 1px solid black;
}
.Rio2016 h3 {
	margin-bottom: .75rem;
}
.imgResize{
	padding:1%;
	width: auto;
	max-width: 100%;
	height: auto;
	text-align:center;
	margin:0 auto;
}
.smallImg{
	width:49%;
	text-align:center;
	margin:0 auto;
}
.hInline {
	position: absolute;
	top: 13px;
	left: 168px;
}
.latestPosts{position: relative;margin-top: 2.5rem;}
/*------------------------- Footer -------------------------*/
footer{
	display: none;
	text-align: center;
	width:100%;
	background:rgba(0,0,0,1);
	color:rgba(182,182,182,1);
	padding:12px 0;
	padding: 0.75rem 0;
}
.tagListTitle{position: relative;cursor: pointer;}
.tagList a{display:block;}
footer *{
	display:inline;
	text-align: center;
	color:rgba(182,182,182,1);
	font-size: 1em;
}
.contactTitle{
	color:rgba(50,50,50,1);
	font-size: 14px;
	margin-left: 13px;
	position:relative;
	cursor:pointer;
}
.contactP{
	font-size: 11px;
}
.contactAddresses{
	margin-bottom:16px;
	margin-bottom: 1rem;
}
.mapMarker{
	position: absolute;
	left: -15px;
	top: -5px;
}
.contactTitle {
	position: relative;
}
a.share-facebook.sd-button.no-icon {
	padding: 1px 5px 0px 5px;
	font-size: 10px;
}
.sd-content ul{
	position: absolute;
	right: 0;
	bottom: 0px;
}
.catClick.active:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 2px;
	background: rgba(24,122,188,1);
	left: 48%;
	bottom: -5px;
	border-radius: 0 0 90px 90px;
}
.catClick.active:before{
	content: '';
	position: absolute;
	width: 98%;
	height: 1px;
	background: rgba(24,122,188,1);
	left: 1%;
	bottom: -3px;
}
a.sd-button.share-icon.no-text{
	background: rgba(182,182,182,1) !important;
}
a.share-facebook.sd-button.share-icon.no-text:hover{
	background: #3b5998 !important;
	opacity:1!important;
	filter:alpha(opacity=100);
}
a.share-twitter.sd-button.share-icon.no-text:hover{
	background: #00acee !important;
	opacity:1!important;
	filter:alpha(opacity=100);
}
a.share-linkedin.sd-button.share-icon.no-text:hover{
	background: #0077b5 !important;
	opacity:1!important;
	filter:alpha(opacity=100);
}
.pagination img {
	width: 19px;
	margin: 2px;
}
footer img{display:inline;vertical-align: top;height: 24px;height: 1.5rem;margin: 0 5px;}
footer h3 {border-right: 1px solid rgba(182,182,182,1);padding-right:8px;padding-right:.5rem;padding-top: 2px;margin-right:4px;margin-right:.25rem;}
.fantasyVid video {
	width: 102%;
	height: 300px;
	background-color: #FFF;
	border: none;
	margin-left: -1%;
}
.tp-loader.spinner5 {
	z-index: 5000 !important;
}
.blogPost .subText {
	margin: 0;
	color: black;
}
.blogPost span p {
	color: rgba(182,182,182,1);
}
/*--------- RevSlider Styles (post-Implosion)----------*/
div#rev_slider_3_1_wrapper {
    overflow-y: hidden !important;
}
div#slide-13-layer-5 {
    width: 40vw !important;
    max-width: 40vw !important;
    min-width: 40vw !important;
    min-height: 21px !important;
}
div#slide-13-layer-1 {
    display: none;
}
/*.tp-fullwidth-forcer {
    height: 490px !important;
}
*/
div#slide-11-layer-5 {
    height: 550px !important;
    min-width: 40vw !important;
    max-width: 40vw !important;
    width: 40vw !important;
}
div#slide-11-layer-6 h1 {
    line-height: 13px !important;
}
div#slide-11-layer-6 p {
    line-height: 10px !important;
}
div#slide-11-layer-6 {
    margin: 0;
    width: 36vw;
}
div#slide-11-layer-6 a.wplightbox {
    position:relative;
    top:15px
}
div#slide-12-layer-5 {
    width: 40vw !important;
    min-width: 40vw !important;
    max-width: 40vw !important;
    left: 0;
}

div#slide-11-layer-4 {
    min-width: 40vw !important;
    max-width: 40vw !important;
    width: 40vw !important;
    left: 0;
}

div#slide-11-layer-3 {
    min-width: calc(40vw + 87px) !important;
    max-width: calc(40vw + 87px) !important;
    width: calc(40vw + 87px) !important;
    min-height:21px !important;
}
div#slide-12-layer-4 {
    min-width:40vw !important;
    max-width:40vw !important;
    width:40vw !important;
    min-height: 21px !important;
}
div#slide-12-layer-1 {
    display: none;
}
div#slide-13-layer-6 {
    left: 0;
}
div#slide-12-layer-5 {
    display: block !important;
}
.tp-bullet {
	top: -10px !important;
    background: url("/wp-content/themes/ISM Custom Theme/images/pagination_inactive.png") center center  no-repeat !important;
    background-size: 100% !important;
    width: 18px !important;
    height: 16px !important;
}.tp-bullet.selected {
    background: url("/wp-content/themes/ISM Custom Theme/images/pagination_active.png") center center no-repeat !important;
    background-size: 100% !important;
}
.tp-rightarrow.tparrows.custom.noSwipe {
    background: url("/wp-content/themes/ISM Custom Theme/images/arrowRight.png") center center  no-repeat !important;
    background-size: 100% !important;
    width: 20px !important;
    height: 20px !important;
}
.tp-rightarrow.tparrows.custom.noSwipe:before{
    display:none;
}
.tp-leftarrow.tparrows.custom.noSwipe {
    background: url("/wp-content/themes/ISM Custom Theme/images/arrow.png") center center  no-repeat !important;
    background-size: 100% !important;
    width: 20px !important;
    height: 20px !important;
}
.tp-leftarrow.tparrows.custom.noSwipe:before{
    display:none;
}
.tp-rightarrow.tparrows.custom.noSwipe {
    top: 100% !important;
}
.tp-leftarrow.tparrows.custom.noSwipe {
    top: 100% !important;
}

/*--------- End RevSlider Styles ----------*/
@media all and (min-width: 500px){
	.custom-settings-smalltop:before{
		content:'';
		border-top: 50px solid transparent;
		border-bottom: 0px solid transparent;
		border-right: 13px solid rgba(0,0,0,.25);
		position:absolute;
		top:0;
		left: -13px;
	}
	.fantasyVid video {
		width: 102%;
		height: 350px;
		background-color: #FFF;
		border: none;
		margin-left: -1%;
	}
	.custom-settings-smalltop:after{
		content:'';
		border-top:0px solid transparent;
		border-bottom: 50px solid transparent;
		border-left: 9px solid rgba(0,0,0,.25);
		position:absolute;
		top:0;
		left:100%;
	}
	.eachSection .col_8_of_12{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		/* float: right; */
		min-width: 445px;
		width: 500px;
		max-width: 500px;
		margin: 0 auto;

		height: 23rem;
	}
	.custom-settings:after{
		content:'';
		/*background-color:rgba(0,0,0,.25);*/
		border-top:0px solid transparent;
		border-bottom: 550px solid transparent;
		border-left: 100px solid rgba(0,0,0,.5);
		position:absolute;
		top:0;
		left:100%;
	}
	nav ul{width:50%}
	nav ul.active{
		left: 50%;

	}
	section{width: 50%;}
	.imgResize{
		width: 50%;
	}
	iframe.imgResize{
		width: 46.5%;
		max-width: 46.5%;
		display:inline-block !important;
		width:222px !important;
	}
	.smallImg{
		width:49%;
		text-align:center;
		margin:0 auto;
	}
	.item143 .num0{
		width:25%
	}
	.item143 .num2,.item143 .num3 {
		width: 48%;
		max-width:50%
	}
	.item144 .num0{
		width: 143px;
		height: 137px !important;
	}
	.item144 .num2,.item144 .num3{
		max-width:48%;
	}
	.item156 .num1 {
		height: initial !important;
		max-height: 78%;
	}
	.item156 .num2 {
		position: relative;
		top: -175px;
		width: 50%;
		height: 50% !important;
	}
	.item156 .num0 {
		width: 50%;
		height: 50% !important;
	}
	.item156 .num1 {
		height: initial !important;
		max-height: 51%;
		max-width: 43%;
		position: relative;
		left: -20px;
	}
	.item156 .num2 {
		position: relative;
		top: -169px;
	}
	.item157 .num1 {
		height: 32% !important;
		max-height: 100%;
		max-width: 100%;
		width: 58%;
	}
	.item157 .num0 {
		position: relative;
		bottom: -63px;
		width:40%
	}
	.item158 .num0 {
		width: 25%;
	}
	.item158 .num2, .item158 .num3 {
		position: relative;
		bottom: 14px;
		width: 49%;
		max-width: 100%;
	}
	.item163 .num0,.item163 .num2 {
		width: 32%;
		height: 19% !important;
	}
	.item163 .num2 {
		position:relative;
		top: -147px;
	}
	.item163 .num1 {
		width: 63%;
		max-width: 100%;
		height: 40% !important;
		max-height: 100%;
	}
	.item165 .num2,.item165 .num1 {
		position: relative;
		bottom: 12px;
		max-width: 47%;
	}
	.item165 .num2,.item165 .num0{
		position:relative;
		left:-15px;
		max-width: 47%;
	}
	.imgResize{
		max-height: 10rem;
		padding:1%;
		width: auto;
		max-width: 40%;
		display: inline-block;
	}
	ul.subnav {
		padding: 0 0 32px 0;
		padding: 0 0 2rem 0;
	}
}
@media all and (min-width: 500px){
	.fantasyVid iframe{
		height:270px;
		width: 475px;
		margin:0 auto;
	}
	.latestPosts{
		margin:0;
	}
	.blogPost:first-of-type{
		padding-top:2rem;
	}
	.imgResize{
		max-width: 100%;
		height: 160px;
	}
	.item53 .num0 {
		width: 28%;
	}
	.item143 .num0, .item143 .num1{
		width:110px;
		display: inline-block;
	}
	.item143 .num2,.item143 .num3{
		width: 49%;
	}
}
@media all and (min-width: 500px){
	.fantasyVid video {
		height: 450px;
	}
	iframe.imgResize {
		width: 222px !important;
	}
	a.wplightbox.youtubeClick {
		width: 222px;
		height: 160px;
		position: absolute;
	}
	.item144 .num3{
		width: 49%;
		position: relative;
		top: -10px;
	}
	.item158 .num2{
		width: 49%;
		position: relative;
		top: -10px;
	}
	.item158 .num3{
		width: 49%;
		position: relative;
		top: -10px;
	}
	.item144 .num2{
		width: 49%;
		position: relative;
		top: -10px;
	}
	.item156 .num0 {
		position:relative;
		width:240px;
		height:160px !important;
		left:15px
	}
	.item156 .num1 {
		height: 95% !important;
		position: relative;
		max-height: 21rem;
	}
	.item156 .num2 {
		position: relative;
		top: -175px;
		max-height: 100%;
		max-width: 100%;
		width: 240px;
		height: 160px !important;
		left:15px
	}
}
@media all and (min-width: 769px){
	.hide-desktop img {
    	display:none;
	}
	.tp-bullet {
    	top: -150px !important;
	}
	div#slide-11-layer-6 h1 {
    	line-height: 32px !important;
	}
	div#slide-11-layer-6 p {
    	line-height: 22px !important;
	}
	div#slide-11-layer-6 a.wplightbox {
    	position:relative;
    	top:50px;
	}
	.tp-bullet {
    	/* top: -10px !important; */
 	}
	footer{
		display: block;
		padding: 1.75rem 2%;
		position:relative;
	}
	footer p{
		text-align: left;
		position:relative;
		bottom:5px;
	}
	.right{
		position: absolute;
		width: 230px;
		right: 2%;
		bottom: 24px;
}
	.right h3{
		position:relative;
		right: -6px;
	}
	nav .logo img {
		height: 5.25rem;
		margin: .75rem 0;
	}
	nav ul li{
		border:none;
	}
	.blogPost{
		padding:1rem 0;
		border-bottom:1px solid rgba(182,182,182,1);
		padding: 1.5rem 0;
		-webkit-transition: all 1s;
		transition:all 1s;
	}
	.blogPost:last-of-type{
		border:none;
	}
	.latestPosts .blogPost{
		padding:1.5rem 0 !important;
	}
	.blogPost:first-of-type{
		padding: 0px 0 1.5rem 0 !important;
	}
	.tp-caption a:before {
		content: '';
		position:absolute;
		left: -37px;
		bottom: -7px;
		height: 30px;
		width: 150%;
		background: url('/wp-content/themes/ISM Custom Theme/images/play.png')no-repeat;
		background-size: 30px;
	}
	.hInline{
		position: absolute;
		top: 33px;
		left: 172px;
		font-size: 14px;
		margin: 0;
		line-height: 9px;
	}
	.vidSlideHold{
		width: 48%;
		margin: 3rem auto;
		margin-top:0;
		text-align: center;
		border: 7px solid black;
		outline: 1px solid white;
		box-shadow: 0 0 10px 0 rgba(0,0,0,1);
	}
	.col_4_of_12{
		vertical-align:top;
		width: 39%;
		padding: 1% 0;
		display:inline-block;
		float: left;
	}
	.col_4_of_12.contactSidebar {
		float: right;
	}
	.eachSection .col_4_of_12{
		width:100%;
		float:none;
	}
	.col_6_of_12{
		vertical-align:top;
		width: 48%;
		padding: 1%;
		display:inline-block;
		font-size: .75rem;
	}
	.col_8_of_12{
		vertical-align:top;
		width: 60%;
		padding:1%;
		display:inline-block;
		max-width: 500px;
	}
	.clearfix{
		clear:both;
	}
	.contactForm {
		padding: 0 5% 0 0;
	}
	footer .left {
		float: left;
	}
	footer .right {
		height: 1rem;
	}
	/*-------------------- starts --------------------*/
	nav{
		position: relative;
		max-height: 6.75rem;
		min-height: 6.75rem;
		height: 6,75rem;
		padding: 0 2%;
	}
	nav ul{
		color: rgba(0,0,0,1);
		padding-top: 1.85rem;
		position: relative;
		top: auto;
		left: auto;
		background: rgba(50,150,150,0);
		height: auto;
		width: auto;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		z-index: 999;
		margin: 0;
		font-size: 1rem;
		text-align: right;
	}
	nav ul.active{
		left: 25%;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	nav ul li{
		display: inline-block;
		padding: 0 1rem;
	}
	nav ul li a{
		color: rgba(0,0,0,1);
		text-decoration: none;
		text-transform: uppercase;
		font-size: .75rem;
		text-align: right;
		font-family: FuturaBT-Bold,Futura, sans-serif;
	}
	.hamburger {
		display: none;
		border-top: none;
		border-bottom: none;
		width: 0;
		height: 0;
		top: 0;
		right: 0;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		z-index: 1000;
	}
	#menu-main-menu li, #menu-main-menu li:first-child {
		border: none;
		margin: 0px;
		text-align: right;
	}
	.menu-main-menu-container{
		display: inline;
		width: 75%;
		float: right;
	}
	.catClick{
		position:relative;
	}
	.catClick:hover{
		text-decoration:none;
	}
	.catClick:hover:after {
		content: '';
		position: absolute;
		width: 4px;
		height: 2px;
		background: rgba(24,122,188,1);
		left: 48%;
		bottom: -5px;
		border-radius: 0 0 90px 90px;
	}
	.catClick:hover:before {
		content: '';
		position: absolute;
		width: 98%;
		height: 1px;
		background: rgba(24,122,188,1);
		left: 1%;
		bottom: -3px;
	}
	.menu-item{
		position: relative;
	}
	.menu-item a:hover:before {
		content: '';
		position: absolute;
		width: 98%;
		height: 1px;
		background: black;
		left: 1%;
		bottom: -3px;
	}
	.menu-item a:hover:after {
		content: '';
		position: absolute;
		width: 4px;
		height: 2px;
		background: black;
		left: 48%;
		bottom: -5px;
		border-radius: 0 0 90px 90px;
	}
	.current-menu-item a:before {
		content: '';
		position: absolute;
		width: 98%;
		height: 1px;
		background: black;
		left: 1%;
		bottom: -3px;
	}
	.current-menu-item a:after {
		content: '';
		position: absolute;
		width: 4px;
		height: 2px;
		background: black;
		left: 48%;
		bottom: -5px;
		border-radius: 0 0 90px 90px;
	}
	nav .menu {
		position: relative;
		top: -95px;
	}
	.logo{
		display: inline-block;
		z-index: 1000;
	}
	.home .owl-carousel{
		height: 50vh;
	}
	.carosulText{
		left:10%;
		width:50%;
		float: left;
		position: relative;
		z-index: 5;
	}
	.owl-stage-outer,.owl-stage,.owl-item,.owl-item div{
		height:100%;
	}
	.about {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding: 0 1%;
		padding-right: 2.5%;
	}
	.latestPosts {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}
	.blogSidebar input[type="submit"]{
		display:none;
	}
	/*----- sub pages -----*/
	.smallImg{
		width:24.5%;
	}
	.sliderHolder {
		width: 40%;
		display: inline-block;
		vertical-align: top;
	}
	.fantasyVid {
		width: 59%;
		overflow: hidden;
		margin: 0;

		max-width: 704px;
	}
	.cardDataContainer{
		width: 60%;
	}
}
@media all and (min-width: 901px){
	.item143 .num2,.item143 .num3 {
		position: relative;
		top: -15px;
	}
	.entertainImgs {
		max-height: 22rem;
		overflow: hidden;
	}
	.ajaxSection {
		height: 31rem;
		position: relative;
	}
	video {
		height: 350px;
	}
	.item144 .num0 {
		width: 153px;
		height: 137px !important;
	}
	.item144 .num1 {
   	 	height: 137px !important;
	}
	.item156 .num1 {
		height: 95% !important;
		position: relative;
		max-height: 23rem;
	}
	.item157 .num1 {
		height: 165px !important;
		max-width: 100%;
		width: 265px;

}
	.item163 .num0,.item163 .num2 {
		width: 158px;
		height: 111px !important;
	}
	.item163 .num2 {
		position: relative;
		top: -127px;
	}
	.item163 .num1 {
		width: 302px;
		max-width: 100%;
		height: 228px !important;
		max-height: 100%;
	}
	.item157 .num0 {
		bottom: -12px;
		width:200px;

		vertical-align: top;
}
	.item156 .num2 {
		position: relative;
		top: -175px;
		max-height: 100%;
		max-width: 100%;
		width: 240px;
		height: 160px !important;
		left: 30px;
	}
	.item156 .num0 {
		max-width: 100%;
		max-height: 100%;
		width: 225px;
		height: 154px !important;
		position: relative;
		left: 30px;
	}
	.postNav{
		position: absolute;
		bottom: -20px;
	}

}
/*------------------------- Media query 2 -------------------------*/
@media all and (min-width: 951px){
	footer .left{
		margin-left:10%;
	}
	footer .right{
    	right: 9%;
	}
	.contain {
		padding: 2rem 10%;
	}
	footer{
		padding: 1.75rem 1%;
	}
	footer .right{
	}
	nav{
		padding: 0 10%;
	}
	.item158 .num0 {
		width: 28%;
	}
	.item165 *{
		width: 49%;
	}
	.item165 .num1, .item165 .num2{
		position:relative;
		top:-10
	}
}
/*------------------------- Media query 3 -------------------------*/
@media all and (min-width: 1024px){

	.eachSection .col_4_of_12 {
		width: calc(100% - 515px);
		float:left;
	}
	.eachSection .col_4_of_12 p {
		max-width: 440px;
	}
	.eachSection .col_4_of_12 .noSpace {
		max-width: 440px;
	}
	.ajaxSection {
		height: 22rem;
	}
	.home .revslider-full {
		max-height: 600px !important;
	}
	.home div.rev_slider.fullwidthabanner {
		height: 575px !important;
		max-height: 575px !important;
	}
	.tp-caption.custom-settings, .custom-settings {
		height: 100% !important;
	}
	.home .tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
		width: 100vw !important;
		height: 56.25vw !important;
	}
	.home .content-wrapper .forcefullwidth_wrapper_tp_banner iframe{
		border:0 !important;
	}
}
@media all and (min-width: 1316px){
	.fantasyVid video {
		height: 400px;
		max-width: 715px;
	}
}
@media all and (min-width: 1500px){
	.fantasyVid{
		float:right;
	}
}


/* AOB STYLES */
.postNav.hide {
	display: none;
}
.postNav {
	position: static;
}

@media (min-width: 901px) {
	.ajaxSection { height: auto !important; }
	.postNav {
    position: static !important;
    clear: both !important;
	}
}
@media (max-width: 768px) {
	.tp-bullets {
    transform: translateX(-50%) !important;
	}
	body.page-id-33 .tp-bullets .tp-bullet {
    top: -8px !important;
	}
	body.page-id-35 .tp-bullets .tp-bullet {
    top: 27px !important;
	}
}
