/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 1px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
 
	xleft: -5px;
	background: #000;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

 


.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80,80,80,0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}





.location-plainview .bx-clone, .location-merrick .bx-clone, .location-melville .bx-clone {
  display: none;
}









.content-wrapper-home {
	height: 100%;
	width: 100%;
	position: relative;
	background: black;
}
.content-wrapper-home li {
}
.content-wrapper-home li img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}
.plainview-ticker-wrapper {
	height: 33.333%;
	padding-bottom: 1px;
}
.plainview-ticker-wrapper .bx-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	height: 100%;
}
.plainview-ticker-wrapper .bx-wrapper .bx-viewport {
	height: 100% !important;
}
.plainview-ticker {
	height: 100% !important;
	width: 1200% !important;
}
.plainview-ticker li {
	height: 100% !important;
	width: 5% !important;
}
.plainview-ticker-wrapper .bx-wrapper li { 
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/xxx.jpg', sizingMethod='scale')";
}










.melville-ticker-wrapper {
	height: 33.333%;
	padding-bottom: 1px;
}
.melville-ticker-wrapper .bx-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	height: 100%;
}
.melville-ticker-wrapper .bx-wrapper .bx-viewport {
	height: 100% !important;
}
.melville-ticker {
	height: 100% !important;
	width: 1200% !important;
}
.melville-ticker li {
	height: 100% !important;
	width: 5% !important;
}
.melville-ticker-wrapper .bx-wrapper li { 
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/xxx.jpg', sizingMethod='scale')";
}



.merrick-ticker-wrapper {
	height: 33.333%;
}
.merrick-ticker-wrapper .bx-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	height: 100%;
}
.merrick-ticker-wrapper .bx-wrapper .bx-viewport {
	height: 100% !important;
}
.merrick-ticker {
	height: 100% !important;
	width: 1200% !important;
}
.merrick-ticker li {
	height: 100% !important;
	width: 5% !important;
}
.merrick-ticker-wrapper .bx-wrapper li { 
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/xxx.jpg', sizingMethod='scale')";
}



 









.home-content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width:100%;
	z-index: 20;
	margin-top: -190px;
}
.home-content span {
	font-size: 35px;
	position: relative;
	top: -5px;
	padding-left: 5px;
	line-height: 1px;
	color: #888888;
}
.home-logo {
	text-align: center;
}
.home-logo { 
	text-align: center;
}
.home-logo img {
	display: inline-block;
	max-width: 500px;
}
.home-logo a {
	display: block;
	font-size: 60px;
	line-height: 32px;
	margin-top: 30px;
	font-family: 'Telegraficoregular';
	color: #fff;
	letter-spacing: 17px;
	text-decoration: none;
}
.home-logo a:hover {
	color: #afafaf;
}
.home-logo a:active {
	position: relative;
	top: 2px;
}






.home-content-left {
	width: 50%;
	float: left;
}
.home-content-right {
	width: 50%;
	float: right;
}
.home-content-right p {
	display: block;
    font-size: 16px;
    font-family: 'Telegraficoregular';
    color: #fff;
    letter-spacing: 2px;
    max-width: 460px;
    margin: -6px auto 0px;
    line-height: 25px;
    padding-bottom: 0px;
    margin-top: 20px;
    color: #ccc;
}
.home-content-left p {
	display: block;
    font-size: 16px;
    font-family: 'Telegraficoregular';
    color: #fff;
    letter-spacing: 2px;
    max-width: 460px;
    margin: -6px auto 0px;
    line-height: 25px;
    padding-bottom: 0px;
    margin-top: 20px;
    color: #ccc;
}









































 









/* 
Theme Name: MESSTUDIOS
Theme URI: http://www.messtudios.com
Description: This theme was created by Owen Piccirillo for MESstudios.
Version: 1.0
Author: Owen Piccirillo
Author URI: http://www.messtudios.com

ccs3 Notes
-------------------------------------------------------------------------------/

 

 
 

/* Splash Header -----------------------------------------------------------*/
.header-wrapper-splash {
	position:relative; 
	box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow:  0px 0px 15px #3000;
	-moz-box-shadow: 0px 0px 15px #000;
 
}

.header-splash {
	position:relative;
	text-align:center;
	margin-bottom: 0px;
}

.logo-wrapper-splash {
	width:100%;
}
.logo-wrapper-splash p {
	color: #ccc;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 4px;
	text-transform: uppercase; 
	margin-top: 5px;
	display: block;
}
.logo-splash { 
	width:99%;
	margin:0 auto 0 auto;
	position:relative;
	z-index:1000;
}
.logo-splash span {display: none;}

.logo-splash img{
	width: 100%;
	max-width:430px; 
	height: auto;
	width: auto\9; /* ie8 */
	vertical-align: middle;
}			
.splash-select {
	color:#FFF;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:5px 0px 15px 0px;
}

.splash-select-wrapper h1 {
	font-size: 16px;
}

.splash-choose {
	background: #c41230;
	color: white;
	text-align: center;
	padding: 4px 0px;
	position: relative;
	z-index: 100;
	border-bottom: 1px solid white;
}

.splash-wrapper img{
	width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	vertical-align: middle;
}
.splash-height {
	height:100%;
}
.splash-height img {
	max-height:100%;
	
	-webkit-transition: 400ms ease;
	-moz-transition: 400ms ease;
	-o-transition: 400ms ease;
	-ms-transition: 400ms ease;
	transition: 400ms ease;	
	
		border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
	max-width: 100%;
	height: auto;
	width: auto;
	border-top:1px solid #CCC;
	border-bottom:1px solid #000;
	
	
	box-shadow: 0px 5px 10px #000;
	-webkit-box-shadow:  0px 5px 10px #000;
	-moz-box-shadow: 0px 5px 10px #000;
	
}	
.mobile-hide {
}
.splash-wrapper {
	width:98%;
	max-width:600px;
	margin:0 auto;
	position: relative;
}
.spash {
	position:relative;
}
.splash-one-wrapper {
	float:left;
	width:50%;
	xmargin-right:1.1%;
	position:relative;
	margin-top: 5px;
}
.splash-one {
	margin-bottom:5px;
	position:relative;
	xpadding-left: 15px;
	xpadding-right: 15px;
	  
}
.splash-intro { 
	text-align: center;
	z-index:100;
	xwidth:90%;
	xmargin-left:5%;
	width: 225px; 
	background:#c41230;
	text-align:center;
	border:1px solid #fff;
	cursor:pointer;
	color:#fff;
	box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow:  0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	display: inline-block;
}
.splash-one h2{
	padding:12px 0px;
	font-weight:bold;
	font-size:18px;
	-webkit-transition: 400ms ease;
	-moz-transition: 400ms ease;
	-o-transition: 400ms ease;
	-ms-transition: 400ms ease;
	transition: 400ms ease;	
}
.splash-intro:hover{
	background-image:none;
	background:#fff;
	color:#000;
}
.splash-one p{
	font-size:12px;
	color:#FFF;
	display:none;
}
.splash-contact {
	text-align:center;
	color:#ccc;
	font-size:18px;
	font-weight:bold;
	margin-top: 0px;
	padding:0px 10px 3px 10px;
	xbackground: rgba(0,0,0,.5);
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.splash-contact p {
	padding:0px 0px 0px 0px;
	color: white;
}
.splash-phone {
	font-size:18px;
	color:#fff !important;
}

.location-wrap {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top:1px solid #FFF; 
	width:60%;
	box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow:  0px 0px 15px #3000;
	-moz-box-shadow: 0px 0px 15px #000;
	position:absolute;
	bottom:-15px;
	left:20%;
}

.location-wrap img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
	max-width: 100%;
	height: auto;
	width: auto; 
	box-shadow: 0px 5px 10px #000;
	-webkit-box-shadow:  0px 5px 10px #000;
	-moz-box-shadow: 0px 5px 10px #000;
}

.splash-copy{
	text-align:center;
	display:block;
	font-size:10px;
	color:#c5a879;
	line-height:18px;
	margin-top:40px;
	
}






.container-content {
	background: black;
	margin:0 auto;
	position:relative;
	padding:0px 30px;
}


.decor {
	text-align:center;
	width:100%;
	padding:15px 0px;
	width: 185px;
	height: 14px;
	background: url(/img/decor.png);
	background-size:185px 41px; 
	margin: 20px auto;
}


.footer {
	color:#CCC;
	text-align:center;
}



.xfull-width {width: 100% !important;}