/* CSS Document */

.wrapper { width: 1220px !important; }
div.footer { max-width: 1440px !important; }
div.footer div { max-width: 1440px !important; }
/*.wrapper-cta { width: 1170px !important; margin: auto; }*/

.flexslider {
	max-height: 530px !important;
}

#cta-section {
	position: relative;
	z-index: 999;
	box-shadow: 0px 0px 40px 20px rgba(5,30,54,0.8);
	-o-box-shadow: 0px 0px 40px 20px rgba(5,30,54,0.8);
	-ms-box-shadow: 0px 0px 40px 20px rgba(5,30,54,0.8);
	-moz-box-shadow: 0px 0px 40px 20px rgba(5,30,54,0.8);
	-webkit-box-shadow: 0px 0px 40px 20px rgba(5,30,54,0.8);
}

.mobile-cta { display: none; }

div.slideshow {
    overflow: hidden;
    margin: 0 auto; 
	width:100%;
	max-width: 1440px;
	height:100%;
	display:block;
	 -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	max-height: 530px;
}
div.cta {
    display: block;
    background: url('/images/theme/tmm-shadow.jpg');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #898989;  
    margin: 0;
    padding: 0; 
}

div.cta-item {
    position: relative;
    overflow: hidden;
}
div.cta-background {
}
div.cta-background img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;   
}
div.cta-background-over {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}
div.cta-background-over img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;   
}
div.cta-background-full { display: none; }
div.cta-background-full img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;   
}

div.cta-content {
    position: absolute;
    bottom: -26px;
    left: 0px;   
}

div.cta-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 0;
    padding: 8px;   
}
span.arrow img {
    position: relative;
    top: 1px;
    left: 6px;
}
div.cta-text {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    display: block;
    margin: 0;
    padding: 0 8px 8px 8px;   
}
div.cta-text a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    font-style: normal;
    display: block;
    margin: 8px 0;
    text-decoration: none; 
}

.flex-control-nav {display:none;}

.content { display:none;}

.section {
	clear: both;
	padding: 0px;
	max-width:1000px;
	margin:auto;
	/*background-color:#0a0a0a;*/
}


/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.2%;
	position:relative;
	
}

.col img {
	width:100%;
	display:block;
}

.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.7%;
}
.span_2_of_4 {
	width: 49.4%;
}
.span_1_of_4 {
	width: 24.1%;
}

.col .mask, .col .content {
   width: 24.1%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   cursor:pointer;
}
.view img {
   height:auto;
   position: relative;
   cursor:pointer;
}
.col .text {
   display: inline-block;
   text-decoration: none;
   padding:0;
   width: 90%;
	max-width: 241px;
	text-align:center;
	left: 5%;
	top: 41%;
	bottom: auto;
	right: auto;
   font-size:18px;
   text-transform:uppercase;
   letter-spacing:2px;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
   cursor:pointer;
}

.third-effect .mask {
   opacity: 1;
   width:100%;
   height:159px;
   overflow:visible;
   background-color: rgba(29,69,107,0.3);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.third-effect .text {
   position:relative;
   color:#FFF;
   opacity: 1;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}
.third-effect:hover .mask {
   opacity: 0;
   background-color: rgba(29,69,107,0.3);
}
.third-effect:hover .text {
	opacity:0;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

ul.section {
	list-style: none;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 20px;
	width: 100% !important;
	max-width: none !important;
	padding-left: 0;
	padding-right 0;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

ul.section li {
	display: inline-block;
	padding-right: 0;
	width: 24.9%;
	margin-right: -4px;
	margin-left: 0;
	padding-left: 0;
}

ul.section li:last-child {
	padding-right: 0;
	margin-right: 0;
}

ul.section li a {
	text-decoration: none;
}

ul.section li a img {
	width: 100%;
	height: auto;
	max-width: 100%;
	opacity: 0.75;
	transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}

ul.section li a img:hover {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	cursor: pointer;
}

ul.section li a:hover > .mask .text {
	color: #fff;
}

.text {
	font-family: "Open Sans", sans-serif;
	color: #7D95AF;
	font-size: 15px;
	padding-top: 8px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.text:hover {
	color: #fff;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1600px) {
	
	.wrapper {
		width: 90% !important;
		margin-left: 5%;
		margin-right: 5%;
		padding: 0;
		max-width: none !important;
	}
	
	div.footer {
		max-width: none !important;
	}
	
}

@media screen and (max-width: 1440px) {
	
	.mobile-cta {
		display: block;
	}
	
	.wrapper-cta {
		display: none;
	}
	
}

@media screen and (max-width: 1250px) {
	
	.text {
		font-size: 16px;
		padding-top: 6px;
	}
	
}

@media only screen and (max-width: 845px) {
	
	.span_1_of_4 { width: 50%;}
	.col { margin:0;}
	.span_1_of_4:nth-child(2n+1) { margin:0; padding:0; }
	
	.third-effect .mask {
		height:100%;
	}
	
	.col .text {
		width:100%;
		left:0;
		display: block;
		max-width:none;
	}
	
}

@media screen and (max-width: 800px) {
	
	ul.section li {
		width: 49.9%;
		margin-bottom: 10px;
	}
	
}

@media screen and (max-width: 500px) {
	
	.text {
		font-size: 14px;
		padding-top: 0;
		font-weight: 600;
	}
	
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 0% 0 0% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}






