html, body {
    height: 100%;
}

.hide-overflow {
    min-height: 100%;
    position: relative;
    padding-bottom: 243px;
}

body{
	background-image:url(../img/bg_grey_diagonals.jpg);
	background-size:175px 175px;
	background-repeat: repeat;
	padding-top:100px;
    font-family: 'Fira Sans', sans-serif;
	overflow-x:hidden;
}

#homepage .hide-overflow{ overflow: hidden; }

img{ max-width:100%;}
*{
    -webkit-font-smoothing: antialiased;    
	font-smooth: always;
}
.pad-sides{ padding:0px 10px;}
a{ -webkit-transition: opacity .4s,  box-shadow .4s; transition: opacity .4s, text-shadow .4s;}
a[href^="tel"]{ color:inherit; }
    
a:hover{ text-decoration:none; opacity:.8; text-shadow:0 0 8px rgba(0,0,0,.4); }
.center-absolute-wrapper{ position:absolute; left:50%;}
.center-absolute{ position:relative; left:-50%;}
button{border:0; background-color:transparent;}
* {
/*  -webkit-transition: all 0.4s ease;
  -moz-transition:    all 0.4s ease;
  -ms-transition:     all 0.4s ease;
  -o-transition:      all 0.4s ease;
*/
}
/*----------------*/
/* Buttons */
/*----------------*/
.torn-btn.btn-maroon{ background-image: url(../img/btn_bg_maroon.png); }
.torn-btn.btn-dark-maroon{ background-image: url(../img/btn_bg_dark_maroon.png); }
.torn-btn.btn-mint{ background-image: url(../img/btn_bg_mint.png); }
.torn-btn.btn-maroon-shadow{ background-image: url(../img/btn_bg_maroon_shadow.png); }
.torn-btn.btn-blue-shadow{ background-image: url(../img/btn_bg_blue_shadow.png); }
.torn-btn.btn-gold-shadow{ background-image: url(../img/btn_bg_gold_shadow.png); }
.torn-btn.btn-red-shadow{ background-image: url(../img/btn_bg_red_shadow.png); }
.torn-btn.btn-bluegreen-shadow{ background-image: url(../img/btn_bg_bluegreen_shadow.png); }

.torn-btn{ background-size: 100% 100%; background-repeat: no-repeat; padding: 8px 24px 11px;
    font-size: 28px;
    font-family: 'LiebeDoris-Bold', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
	white-space: nowrap;
}

a.torn-btn{ color:#FFF;}
.simple-btn{
    font-family: 'LiebeDoris-Bold', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
	padding:5px 20px;
	font-size:30px;
}
.simple-btn.btn-maroon{ background-color:#811630;}
/*----------------*/
/* Header */
/*----------------*/
#servername {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    background-color: #333;
    font-size: 12px;
    padding: 1px;
    z-index: 100;
}

#servername:empty {
    display: none;
}

.top-header{
	position:fixed;
	top:0;
	width: 100%;
	z-index:10;
}

.top-header .header-bar{
	position:absolute;
	top:0;
	width: 100%;
	height: 103px;
	background-image:url(../img/bg_top_header.jpg);
	background-size:132px 103px;
	box-shadow: 0 5px 40px rgba(0,0,0,.5);
	z-index:10;
}
.top-header .header-bar .bottom-zigzag{ 
	width: 100%;
	height: 4px;
	background-image:url(../img/bg_top_header_zigzag.png);
	background-size:132px 4px;
	background-repeat:repeat-x;
	position:absolute;
	bottom:-4px;
}
.top-header .header-bar .logo-wrapper{ width:190px; max-width:100%;}
.top-header .header-bar .hidden-nav-logo{ display:none;}
.top-header .header-bar nav > ul{ 
	float: left;
    font-family: 'Fira Sans', sans-serif;
    list-style: none;
    padding: 0;
    padding-right: 5px;
    margin-top: 0px;
    display: table;
}

.top-header .header-bar nav > ul > li:first-child { background-image:none; padding-left:0;}
.top-header .header-bar nav > ul > li:last-child { padding-right:0;}
.top-header .header-bar nav > ul > li {
    font-size: 16px;
    padding: 8px 24px 7px 24px;
    text-align: center;
    background-image: url(../img/top_header_divider.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 1.1em;
	text-transform:uppercase;
    display: table-cell;
    vertical-align: middle;
	position:relative;
}
.top-header .header-bar nav ul li a{ color:#686666; }
.top-header .header-bar nav ul .dropdown-nav{
	position:absolute;
	left:0;
	top:32px;
	display:none;
	width:280px;
	background-color:#FFF;
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	z-index:10;
	box-shadow:0 0 10px rgba(0,0,0,.5);
	text-transform:none;
	padding-top:5px;
}
.top-header .header-bar nav ul .dropdown-nav li{
	margin:0 15px;
	padding:15px 0;
	border-bottom:1px solid #ECAE16
}
.top-header .header-bar nav ul .dropdown-nav li a{
	color:#666;
}
.top-header .header-bar nav ul .dropdown-nav li:last-child{
	border-bottom:none;
}
.dropdown-nav:after {
	bottom: 100%;
	left: 21%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.top-header .header-bar nav > ul > li:hover .dropdown-nav, .top-header .header-bar nav .dropdown-nav:hover{
	display:inline-block;
}

.top-header .header-bar .sm-links{ 
    list-style: none;
    display: table;
	float:right; 
	margin-top:10px;
	margin-right:25px;
}
.top-header .header-bar .sm-links li{
	width:40px;    
    display: table-cell;
    vertical-align: middle;
}

.top-header .header-bar .sm-links li img { height: 30px; width: 38px; }

.top-header .header-bar .my_rewards{
	display:block;
	background-image:url(../img/my_rewards_box.png);
	background-size:contain;
	background-repeat:no-repeat;
	width:140px;
	float:right;
    font-family: 'Cherry Swash', cursive;
	color:#811630;
	padding: 6px 9px;
	text-align:center;
	font-size:20px;
	margin-top:6px;
	margin-right:40px;
}
.top-header .header-bar .find-location{
	background-image:url(../img/bg_top_header_find_location.png);
	background-size: 418px 142px;
	width:418px;
	height:142px;
	position: absolute;
	top:0;
	right:0;
	z-index:10;
	transition:.5s;
}

.top-header .header-bar .find-location .location-marker{ width:28px; position:absolute; top:58px; left:80px;}
.top-header .header-bar .find-location h2 { font-family:'LiebeDoris-Bold', sans-serif; color:#811630;  text-align:center; font-size:35px; position: absolute; top: 5px; margin: 0; left: 75px;}
.top-header .header-bar .find-location .zip-search{ position:absolute; height: 2.5em; left:120px; top:65px; width:80px; line-height:2.5em; font-size:14px; z-index:2; padding:0 10px;}
.top-header .header-bar .find-location .search-btn{ position:absolute; left:198px; top:65px; padding: 2px 12px; z-index:1;}
.top-header .header-bar .find-location .find-location-contents{ position:absolute; width:100%; top:0; left:0;}
.top-header .toggle-nav{ padding: 10px 0px; margin-right: -10px; font-size:30px; cursor:pointer; }
.hide-show-nav{ display:none; }
.studio-menu-toggle{ display:none !important; }
/* Remove default dropdown arrows */
select {
    -moz-appearance:none;
}

select::-ms-expand {
    display: none;
}

/* Extra Large Screens */
	@media only screen and (max-width : 1500px) {
		.top-header .header-bar .find-location { right:-130px;}
		.top-header .header-bar .find-location .find-location-contents{ left: -20px;}
	}
	
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {
		.top-header .header-bar nav ul li { font-size: 14px; padding: 7px 14px 7px 16px;	}
	}
	/* In Between steps */
	@media only screen and (max-width : 1100px) {
		.top-header .find-location-contents form{ display:none;}
		.top-header .find-location-contents .location-marker{ display:none;}
		.top-header .header-bar .find-location { top:-70px; right:-180px; width:388px;}
		.top-header .header-bar .find-location .find-location-contents{ left:-30px; top:70px; }
		.top-header .header-bar .find-location h1{ font-size:35px;}
	}
	@media only screen and (max-width :930px) {
	}

        .top-header .minimal-logo { position: relative; top:15px;}
        .top-header .minimal-logo img { width:300px; }


	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {
		.top-header .header-bar .sm-links{ float:none; padding-left:0;}
		.top-header .header-bar .my_rewards { float:left; margin-left: 10px; margin-right:0; margin-top: 10px; width: 127px; font-size:16px; padding-left: 2px;}
		.top-header .header-bar .hide-show-nav { float:left !important; margin-left: 10px;}
		.top-header .header-bar nav ul { margin-top:15px;	}
		.top-header .header-bar nav ul li { font-size: 12px; padding: 7px 12px 7px 12px;	}
		.top-header .header-bar .sm-links li{ width:33px; }	
        .top-header .header-bar .sm-links li img { width: 38px; height :30px; }	

	}   

	/* Small Devices, Tablets */
	@media only screen and (max-width : 767px) {
		.top-header .header-bar nav ul{ width:100%; display:none;}
		.top-header .header-bar nav ul li{ padding:15px 0 14px; background-image:none; display:block; font-size:18px; border-bottom:1px dotted #bf9539;}
		.top-header .header-bar nav ul li:last-child{ border-bottom:0;}
		.top-header .header-bar{min-height:60px; height:auto;}
		.top-header .header-bar .hide-show-nav{ display:none;}
         .top-header .minimal-logo { position: relative; top:5px;}
        .top-header .minimal-logo img { width:220px; }

		.top-header .find-location{ display:none;}
		.top-header .mobile-logo{ width:200px; position:absolute; left:50%; margin-left:-110px; top:10px;}
		.top-header nav ul li.ready-set-paint{ position:static; background-color:#43C7F2; padding:5px 0;}
		.top-header nav ul li.ready-set-paint a{ color:#024961;}
		.top-header nav .ready-set-paint h2{   font-family:'LiebeDoris-Bold'; margin:0; display:inline-block;}
		.top-header nav .ready-set-paint h2 i{   font-family:'LiebeDoris-Italic'; font-style:normal;}
		.top-header nav .ready-set-paint .come-paint{ 
			background-image:url(../img/bg_brush_stroke_yellow.png);
			background-size: 150px 29px;
			font-family: 'Fira Sans', sans-serif;
			text-align:center;
			width: 150px;
			height:29px;
			display:inline-block;
			font-size:14px;
			text-transform:none;
			position:relative;
			top:5px;
			line-height:2.2em;
		}
		
		.top-header nav .ready-set-paint .come-paint i{ position:absolute; width:100%; left:0; top:0;}
		.top-header .header-bar nav ul .dropdown-nav{ display:none !important;}
		.studio .top-header .header-bar .studio-menu-toggle{ 
			display:block !important; 
			color:#a00000; 
			font-size:14px; 
			float:right; 
			text-align:center; 
			padding:4px; 
			cursor:pointer;
			position:fixed;
			top:5px;
			right:10px;
			text-transform:uppercase;
			font-weight:bold;
		}
		
		.top-header .header-bar .studio-menu-toggle .fa{
			font-size:26px;
		}
	}
	
	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {

	}

/*----------------*/
/* Footer */
/*----------------*/
.footer {
    background-image: url(../img/bg_footer.jpg);
    background-size: 38px 38px;
    background-repeat: repeat;
    margin-top: 35px;
    padding: 35px 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
} 
.footer .zigzag-top{ position:relative; top:-36px; background-image:url(../img/bg_footer_zigzag.png); background-size: 96px 13px; height:13px; width:100%; background-repeat:repeat-x; }
.footer .footer-logo{ margin-top:30px; }
.footer .borders{ border-left:2px solid #bf9539; border-right:2px solid #bf9539;}
.footer .callouts{ width:95%; margin:auto;}
.footer .locations-callout{ 
	display:inline-block; 
	width:45%; 
	height:124px; 
	background-image:url(../img/bg_footer_locations_callout.jpg); 
	background-size:100%; 
	margin:5px 1.25%;  
	text-align:center; 
	float:left;
	color:#811630;
	box-shadow:0 0 8px rgba(0,0,0,.5);
}
.footer .locations-callout .location-marker{ width:25px; margin-top:10px;}
.footer .locations-callout h3{ font-family:'LiebeDoris-Bold'; font-size:38px; margin:0;}
.footer .locations-callout h4{ font-family:'Cherry Swash', cursive;  margin:0;}
.footer .franchise-callout, .footer .gift-cards-callout{
	display:inline-block; 
	width:50%; 
	height:57px; 
	margin: 5px 1.25%; 
	text-align:center;
	font-family:'LiebeDoris-Regular';
	color:#FFF;
	font-size:40px;
	box-shadow:0 0 8px rgba(0,0,0,.5);
}
.footer .gift-cards-callout{ background-image:url(../img/bg_blue_texture_repeat.jpg);}
.footer .franchise-callout{ background-color:#73b09d; }
.footer .sm-icons{ list-style:none; margin-top:15px;} 
.footer .sm-icons li{ display:inline-block; width:50px;} 
.footer .small-nav{ list-style:none; margin-top:15px;}
.footer .small-nav li{ display:inline-block; padding:0 10px; border-left:1px solid #fff; font-size:12px;}
.footer .small-nav li:first-child{ border:none;}
.footer .small-nav li a{ color: #fff;}
.footer .fine-print{ text-align:center; color:#FFF; opacity:.5; font-size:10px; font-style:italic; margin-top:25px;}

	/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		.footer .sm-icons{ padding:0;}
		.footer .small-nav{ padding:0;}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.footer .sm-icons{ text-align:center; margin-top:20px}
		.footer .small-nav{ text-align:center;}
		.footer .borders{ border-right:0;}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		.footer .footer-logo{ margin:15px auto 25px; max-width:350px; display:block; width:100%;}
		.footer .borders{ border:0;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }

@media (max-width: 991px) {
    .hide-overflow {
        padding-bottom: 369px;
    }
}

@media (max-width: 767px) {
    .hide-overflow {
        padding-bottom: 0px;
    }

    .footer {
        position: static;
    }
}

/*----------------*/
/* Form Pages */
/*----------------*/
.form-page fieldset{padding:15px 25px 25px; margin-bottom:20px; color:#024961}
.form-page form .form-control {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0px 3px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0px 3px rgba(0, 0, 0, .5);
    border:0;
}
.form-page form .control-label { color: #024961; }
.form-page form h2{ font-family: 'Cherry Swash', cursive;  font-size: 30px; color: #FFF; margin:0; margin-bottom: 10px }
.form-page form h3{ font-size: 18px; color: #FFF; font-weight:bold; margin-top:15px;}
.form-page form h4{ color: #fff; margin-top:0;  }
.form-page form p{ color: #FFF; }
.form-page form hr{ border-top:1px dotted #43c7f2; margin:15px 30px;}
.form-page form .form-step-1{	background-color:#43c7f2; }
.form-page form .form-step-2{	background-color:#30b1da; }
.form-page form .form-step-3{	background-color:#1b95bc; }
.form-page form .form-step-4{	background-color:#0e7b9e; }

.form-page form fieldset .control-label { color: #FFF;  }
.form-page form fieldset p { color: #FFF; }
.form-page fieldset ul { color: #FFF; }
.form-page .alert ul {color: #a94442; }

.form-page .panel form h3 {color: #666 }
.form-page .panel form .control-label { color: #333; }
.form-page .panel form p {color: #333; }

.form-page form .form-step-3 a, .form-page form .form-step-4 a{	color:#FFF; font-weight:bold; }
.form-page form select.form-control{
   height: 34px;
   overflow: hidden;
   background: url(../img/dropdown-arrow_blue.jpg) no-repeat right #FFF;
   background-size: auto 34px;
   -webkit-appearance: none;
   padding-left:10px;
   display:block;
}
.form-page form .form-group{ margin-bottom:8px;}
.form-page form .form-button{ font-family:'LiebeDoris-Bold', sans-serif; color:#FFF; box-shadow:0 0 10px rgba(0,0,0,.6); background-color:#43c7f2; font-size:32px; width:100%;}
.form-page form .less-pad-right{ padding-right:4px;}
.form-page form .less-pad-left{ padding-left:4px;}
.form-page form .less-pad{ padding:0 4px;}
.form-page form .sign-in a{ font-weight:bold;  font-size:15px;}

span.required-message { display: block; margin-bottom: 10px; }
span.required-message:empty { display: none; }

.required-message {
    background-color: #EBAC17;
    width: 100%;
    border: 1px solid #F9D75F;
    z-index: 4;
    padding: 3px 5px;
    box-shadow: 0 5px 6px rgba(0,0,0,.5);
	margin-top:0px;    
	position:relative;
    color: #000;
}
.required-message:after, .required-message:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.required-message:after {
	border-color: rgba(235, 172, 23, 0);
	border-bottom-color: #EBAC17;
	border-width: 8px;
	margin-left: -8px;
}
.required-message:before {
	border-color: rgba(249, 215, 95, 0);
	border-bottom-color: #F9D75F;
	border-width: 10px;
	margin-left: -10px;
}

@media only screen and (max-width : 767px) {
form .less-pad-right{ padding-right:15px;}
form .less-pad-left{ padding-left:15px;}
form .less-pad{ padding:0 15px;}
.form-page form h2{ font-size:25px;}
.form-page form h3{ font-size:16px;}
}

    /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .form-page fieldset{ padding: 10px; margin-bottom:10px; }
    form .less-pad-right{ padding-right: 4px;}
    form .less-pad-left{ padding-left: 4px;}
    form .less-pad{ padding:0 4px;}
}

/*----------------*/
/* Studio Pages */
/*----------------*/
.studio-page{ margin-top: -5px; padding-top: 20px; }
.studio  .top-header .header-bar .sm-links{
	display:none;
}
.studio.hide-nav .top-header .header-bar{ height:70px; }
.studio.hide-nav .top-header .header-bar nav{ display:none; }
.studio.hide-nav .top-header .header-bar .hidden-nav-logo{
	display:block;
	position:absolute;
	top:7px;
}
.studio.hide-nav .top-header .header-bar .nav-logo{ display:none;}
.studio .hide-show-nav{ display:block; color:#dba117; margin:20px; margin-left: 15px; cursor:pointer;}
.studio.hide-nav .top-header .header-bar .find-location {
    top: -70px;
    /*right: -180px;*/
    width: 388px;
}
.studio.hide-nav .top-header .header-bar .find-location .find-location-contents {
    /*left: -30px;*/
    top: 70px;
}
.studio.hide-nav .top-header .find-location-contents .location-marker { display: none; }
.studio.hide-nav .top-header .find-location-contents form {  display: none;}

.studio .studio-menu-toggle{ display:block; }
/* Studio Header */

body.fixed-studio-nav{ padding-top:175px; -webkit-transition: padding 1s; transition: padding 1s;}
body.hide-nav.fixed-studio-nav { padding-top: 145px; }
.studio-header .details-banner{
	background-image:url(../img/bg_studio_header_new.png);
	height:280px;
	background-size:auto 100%;
	background-repeat:repeat-x;
	/*background-color:#811630;*/
	/*box-shadow:0 5px 10px rgba(0,0,0,.5);*/
	background-position:center center;
	color:#FFF;
	position:relative;	
	margin-top:-10px;
}
.fixed-studio-nav .studio-header .details-banner{ margin-bottom:60px; z-index:6;}
.studio-header .studio-photo-bg{
	background-image:url(../img/studio_photo_doodles.png);
	background-size: 100% auto;
	width:110%;
	background-repeat:no-repeat;
    margin-top: 30px;
    height: 240px;
    text-align: right;
    position: relative;
    margin-left: -10%;
}
.studio-header .studio-photo-bg .studio-photo {
	border:8px solid #FFF;
	-ms-transform: rotate(-9deg); /* IE 9 */
    -webkit-transform: rotate(-9deg); /* Chrome, Safari, Opera */
    transform: rotate(-9deg);	
	position:absolute;
	left:11%;
	box-shadow:0 0px 10px rgba(0,0,0,.5);
    max-height: 225px;
}

.studio-header .location-and-contact{padding-top:55px; top:-20px; -webkit-transition: top 1s; transition: top 1s;}
.studio-header h2.studio-number{ margin-top: 5px; margin-bottom: 5px; font-family:'LiebeDoris-Regular', sans-serif; color:#f6b524; font-size:26px;}
.studio-header h2{ margin-top:0px; font-family:'LiebeDoris-Bold', sans-serif; color:#FFF; font-size:30px; line-height:.75em; margin-bottom: 5px;}
.studio-header h1 .subheader{ font-size: .8em; display: block; margin-bottom: -5px; font-family:'LiebeDoris-Regular';  }
.studio-header .map-it{ color:#FFF; font-weight:bold; }
.studio-header .address .fa { display: inline-block; margin-right: 5px; }
.studio-header .address { font-size:18px; line-height:1em; font-weight:bold;}
.studio-header .directions{ font-style:italic; opacity:.7; font-size:12px;}
.studio-header .hightlights-and-hours{ padding-top:55px;}
.studio-header .studio-highlights{ list-style:none; color:#f6b524; font-weight:bold; padding:0; margin-top:5px;}
.studio-header .studio-highlights li{ display:inline-block; border-left:1px solid #f6b524; padding:0px 10px;}
.studio-header .studio-highlights li:first-child{ border:none;}
.studio-header .studio-hours{ font-size:13px; opacity:.7;}
.studio-header .hightlights-and-hours .sm-icons{ list-style:none; margin-top:10px; padding:0;}
.studio-header .hightlights-and-hours .sm-icons li{  display: inline-block; width: 30px;}
.studio-header .hightlights-and-hours .btn-dark-maroon{ color: #FFF; font-size:20px; padding:1px 10px; display:inline-block; margin-left:5px;}

.studio-header .studio-subnav-bg{
	width:100%; 
	background-image:url(../img/bg_studio_subnav_new.png); 
	background-repeat:repeat-x; 
	height:55px; 
	background-size:auto 100%; 
	position:static; 
	z-index:1;
	margin-top:4px;
	-webkit-transition: top 1s; transition: top 1s;
	top:0px;
}
.studio-header .studio-subnav{ list-style:none; padding:0; margin-top: 15px; margin-left:80px;}
.studio-header .studio-subnav li{ display: inline-block; padding: 2px 1%; margin:0 2.45%; font-weight:bold;}
.studio-header .studio-subnav li.on{ background-color:#A4192E;}
.studio-header .studio-subnav li .studio-home-btn{ width:41px;}
.studio-header .studio-subnav li a{ color:#FFF; white-space: nowrap;}
.studio-header .studio-subnav li.yellow{ display: inline-block; padding:2px 1%; margin:0 1.8%; font-weight:normal;}
.studio-header .studio-subnav li.yellow.on{background-color:#8D4024;}
.studio-header .studio-subnav li.yellow.border{ /*border-left:1px solid #f6b524;*/}
.studio-header .studio-subnav li.yellow a{ color:#f6b524;}
.studio-header .contact-info a { color: inherit; }

.fixed-studio-nav.simple-header .details-banner{ height:0;}
.fixed-studio-nav.simple-header .gift-card-banner {margin-top: -50px;}
.fixed-studio-nav.simple-header .studio-photo-bg { display:none;}
.fixed-studio-nav.simple-header .hightlights-and-hours { display:none;}

    @media only screen and (min-width : 768px) {
        
        .fixed-studio-nav .studio-subnav-bg { position: fixed; top: 95px; border-top: 10px solid #621225; height: 90px; padding-top: 24px; z-index:5; margin-top:0px;}
		.fixed-studio-nav.hide-nav .studio-subnav-bg { top:65px; }
        .fixed-studio-nav .studio-subnav-bg .studio-subnav {  margin-left:300px; margin-top:0px;}
        .fixed-studio-nav .studio-subnav-bg .studio-subnav li, .studio-subnav-bg .studio-subnav li.yellow{ margin:0 1.0%; padding:2px 1.0%; }               


        .fixed-studio-nav .location-and-contact {
            position: fixed;
	        top:106px;
            left: 50%;
            margin-left: -565px;
            background-image: url(/assets/img/bg_studio_fixed_header.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 290px;
	        padding:0px 20px 30px;
        }
		
		.fixed-studio-nav.hide-nav .location-and-contact { top:73px; }
        .fixed-studio-nav .location-and-contact .studio-number{ font-size:20px;}
        .fixed-studio-nav .location-and-contact h2{ font-size:30px;}
        .fixed-studio-nav .location-and-contact h2 .subheader { font-size:24px; display: block }
        .fixed-studio-nav .location-and-contact .address{ font-size:14px; font-weight:normal; padding-left: 0; margin-bottom: 2px; }
        .fixed-studio-nav .location-and-contact .address .fa {display: none; }        
        .studio-header .fa { color: #f6b524; }

        .fixed-studio-nav .location-and-contact .map-it{ font-weight: normal; font-size: 14px; }
        .fixed-studio-nav .location-and-contact .directions{ display:none;}
        .fixed-studio-nav .location-and-contact .contact-info .email { display:none;}
    }
	 /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {           
        
		.studio-header .studio-subnav li{ padding: 3px; margin: 0 10px 0 10px;}
		.fixed-studio-nav .location-and-contact { margin-left: -480px; }
		
		.fixed-studio-nav .studio-subnav-bg .studio-subnav { margin-left: 285px; margin-right: -25px;}
		.fixed-studio-nav .studio-subnav-bg .studio-subnav li, .fixed-studio-nav .studio-subnav-bg .studio-subnav li.yellow{ padding: 2px 1%; margin: 0 .8%;}

        .studio-header .studio-photo-bg .studio-photo {max-height: 200px; }  
	}
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		body.fixed-studio-nav.simple-header  {
    		padding-top: 180px;
		}
		.studio-header .studio-subnav { margin-left: 0; }
		.fixed-studio-nav .studio-subnav-bg .studio-subnav li, .fixed-studio-nav .studio-subnav-bg .studio-subnav li.yellow { padding: 2px .5%; margin:0 .5%; font-size:12px;}
		.studio-header .studio-subnav li:first-child{ padding-left: 0;}
        
		
		.fixed-studio-nav .location-and-contact { margin-left:-380px; top: 90px; padding-top:29px;}
		.fixed-studio-nav .location-and-contact .address{ font-size: 14px; }
		.fixed-studio-nav .studio-subnav-bg .studio-subnav { margin-left: 245px; margin-right: -25px; }
		.fixed-studio-nav .location-and-contact .studio-number{ display:none;}
		.fixed-studio-nav .location-and-contact h1{ font-size:33px;}
		.fixed-studio-nav .studio-header .details-banner{ margin-bottom:30px;}
        
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) { 
        .studio-page .container { margin-top: 0px; }
               
		body.fixed-studio-nav.simple-header{ padding-top:100px;}
		.studio.hide-nav .top-header .header-bar nav{ display:block;}
		.studio.hide-nav .top-header .header-bar {min-height:60px; height:auto;}
		.studio .top-header .header-bar .toggle-nav{ float:left !important;}
		.studio-header .details-banner { margin-top:-40px;}

		.studio-header .studio-photo-bg { display:none; }
        
		.studio-header .details-banner, .fixed-studio-nav .studio-header .details-banner{ height:auto; background-position:bottom left; background-repeat:no-repeat; background-size:cover; z-index:8; margin-left: -15px; }
		
		.studio-header h1 { font-size:45px;}
		.studio-header .address {font-size: 14px; float: left; margin-right: 15px;}
		
		.location-and-contact { padding-bottom:10px;}
		.studio-header .address {padding-left: 15px;}
        .studio-header .address .fa { margin-left: -17px; }
        .studio-header .fa { color: #f6b524; }
        .contact-info { clear: both; }
		.studio-header .hightlights-and-hours{ padding-top:0; position: absolute; right: 15px; top: -38px; width:200px; text-align: right; }
		.studio-header .hightlights-and-hours .sm-icons {margin-top: 0px;}
		.studio-header .studio-subnav-bg{
		    background-image: none;
			background-color: #82142f;
			position: fixed;
			z-index: 9;
			top: 58px;
			height: auto;
			width: 100%;
			right: -100%;
			-webkit-transition: right .5s; transition: right .5s;
		}
		.studio-header .studio-subnav-bg.show{ right:0px;}
		
		.studio-header .studio-subnav li, .studio-header .studio-subnav li.yellow, .fixed-studio-nav .studio-subnav-bg .studio-subnav li, .fixed-studio-nav .studio-subnav-bg .studio-subnav li.yellow { 
			display:block; 
			padding: 15px 0 14px; 
			border-bottom: 1px dotted #bf9539;
			text-align:right; 
			font-size:20px; 
			text-align: center; 
			line-height: 1.1em;
			text-transform: uppercase; 
			font-family: 'Fira Sans', sans-serif; 
			font-weight:normal;
			margin: 0 10px 0 10px;
		}
		.studio-header .studio-subnav li:last-child, .studio-header .studio-subnav li.yellow:last-child{ border-bottom:none;}
		.studio-header .studio-subnav li a, .studio-header .studio-subnav li.yellow a{ color:#e0889e; }
		.studio-header .studio-subnav li.yellow {  display:block; }
		.studio-header .studio-subnav-toggle-bg{ position:fixed; top:75px; right:4px; height:40px; width:102px; background-color:#621225; z-index:6;}
		
        .fixed-studio-nav .studio-subnav-bg .studio-subnav { margin-left: 0;}
		.fixed-studio-nav.simple-header .location-and-contact{ margin-left:0;}
         .fixed-studio-nav.simple-header .hightlights-and-hours { display: block;}
		.fixed-studio-nav .studio-header .details-banner{ margin-bottom:0px;}
        .studio-header .hightlights-and-hours .sm-icons #newsletter { position: absolute; top: -30px; right: 50px; }
        .studio-header .hightlights-and-hours .sm-icons #newsletter a { font-size: 16px; }
	}
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        .studio-header h1{ font-size: 33px;}
        .studio-header .hightlights-and-hours { width:auto; }
        .studio-header .hightlights-and-hours .sm-icons li { width: 25px; }
        
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
	
/* Studio Sidebar */
.studio-page .border-left{ border-left:dotted 2px #F4B43E;}
.studio-page .studio-sidebar{ padding-left:10px;}
.studio-page .studio-sidebar hr{ border-top:dotted 2px #F4B43E; margin:30px 10px}
.studio-page .studio-sidebar h2{ font-family: 'Fira Sans', sans-serif; font-style:italic; color:#811630;}
.studio-page .studio-sidebar .corporate-callout{ position:relative;}
.studio-page .studio-sidebar .corporate-callout .btn-mint{ }
.studio-page .studio-sidebar .corporate-callout  .btn-mint-wrapper{ bottom:30px; }
.studio-page .studio-sidebar .corporate-callout img { width: 100%; }
.studio-page .studio-news-story {
    background-image: url(../img/bg_sidebar_news.jpg?);
    background-repeat: repeat;
    background-size: 156px 172px;
    position: relative;
    margin: 10px 0 35px;
    padding: 10px 15px;
    color: #FFF;    
}

.studio-page .studio-news-story i.source {
    max-height: 135px;
    overflow-y: hidden;
    display: block;
}

.studio-page .studio-news-story .zigzag-top{ 
	background-image:url(../img/bg_sidebar_news_zigzag.png?); 
	background-repeat:repeat-x; 
	background-size:82px 5px; 
	position:absolute; 
	width:100%; 
	height: 5px; 
	left:0; 
	top:-5px;
}
.studio-page .studio-news-story .zigzag-bottom{ 
	background-image:url(../img/bg_sidebar_news_zigzag.png?); 
	background-repeat:repeat-x; 
	background-size:82px 5px; 
	position:absolute; 
	width:100%; 
	height: 5px; 
	left:0; 
	bottom:-5px;  
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.studio-page .studio-news-story .news-date{
 	font-family:'LiebeDoris-Bold';
	color:#c28c12;
	background-color:#fbcb5e;
	font-size:30px;
	display:inline-block;
	padding:0px 12px;
	margin-left:-22px;
}
.studio-page .studio-sidebar .studio-news-story h3{ margin-top:10px;}
.studio-page .studio-sidebar .studio-news-story .read-more { font-family:'LiebeDoris-Regular', sans-serif; text-align:right; }
.studio-page .studio-sidebar .studio-news-story .read-more a { color:#fbcb5e;  font-size:25px; cursor: pointer; }
.form-page > .container{
	position:relative;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -50px;
    margin-bottom: -40px;
}
.form-page .white-zigzag-bg{
	height: 100%;
    position: absolute;
    top: -15px;
	background-color:#FFF;
}
.form-page .black-zigzag-bg{
	height: 100%;
	background-image:url(../img/bg_gallery_header.jpg);
    position: absolute;
    top: 0px;
	background-color:#333;
}
.form-page .white-zigzag-bg .white-zigzag-left{ 
	background-image:url(../img/sidebar_white_zigzag.png); 
	background-size:23px auto; 
	background-repeat:repeat-y; 
	background-position:left top;  
	width:23px;
	height: 100%;
	position:absolute;
	left:-23px;
}
.form-page .black-zigzag-bg .black-zigzag-left{ 
    background-image: url(../img/sidebar_black_zigzag.png);
    background-size: 50px auto;
    background-repeat: repeat-y;
    background-position: left top;
    width: 50px;
    height: 100%;
    position: absolute;
    left: -50px;
}
.form-page .white-zigzag-bg .extend-sidebar{
    width: 800px;
    height: 100%;
    position: absolute;
    right: -800px;
    background-color: #FFF;
    overflow: hidden;
    display: none;
}
.form-page .black-zigzag-bg .extend-sidebar{
    width: 800px;
    height: 100%;
    position: absolute;
    right: -800px;
    background-image:url(../img/bg_gallery_header.jpg);
    overflow: hidden;
    display: none;
}
.form-page .form-sidebar-wrapper{
	float:right;
}
.form-page .form-sidebar{
    height: 100%;
    top: 0;
    padding: 10px;
	color:#666;
}
.studio-page { margin-bottom: 35px; }
.studio-page .form-sidebar h3{ font-size:18px; margin-bottom:0;}
.studio-page .form-sidebar .painting-thumb{ margin:15px 0;}
.studio-page .form-sidebar .painting-thumb img{ }
.studio-page .form-sidebar .location-details{ margin:15px 0;}

.studio-page .form-sidebar .studio-number{font-family:'LiebeDoris-Regular', sans-serif; color:#f6b524; font-size:26px; line-height:1em;}
.studio-page .form-sidebar .map-it{ font-size:18px; color:#f6b524; font-weight:bold; display:inline-block; margin-right:15px;}
.studio-page .form-sidebar .address{ font-size:18px; line-height:1em; font-weight:bold;}
.studio-page .form-sidebar .directions{ font-style:italic; opacity:.7; font-size:12px;}
.studio-page .form-sidebar .studio-photo img{ margin:0 0 15px; width:70%; max-height: 250px; }

    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .studio-page { margin-top: 0px; }      

		.form-page .white-zigzag-bg{display:none;}
		.studio-page .white-zigzag-left{ background:none; position:static; width:100%; padding:0 15px; height:auto;}
		.studio-page .form-sidebar{ position:relative; width:100%; height:auto; margin-bottom:20px; background-color:#FFF;}
		.studio-page .form-sidebar h3{margin-top:0;}
		.studio-page .form-sidebar .painting-thumb{
			width: 140px;
            height: calc(100% - 20px);
			position: absolute;
			top: 0;
            right: auto;
            margin-top: 10px;
			overflow: hidden;
		}
        .studio-page .form-sidebar .painting-thumb img{ max-height: 100%; max-width: 100%;}
        .studio-page .form-sidebar .class-essentials, .studio-page .form-sidebar .class-additionals{ padding-left: 150px; }
		.form-page .form-sidebar-wrapper{ float:none; }
	}
    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		#complete-reservation .studio-page h1 { font-size: 35px;}
        
        #complete-reservation .studio-subnav-toggle-bg, #complete-reservation .studio-menu-toggle { display: none !important; }         
        .studio-page .border-left {border: none; }
		.studio-page .form-sidebar {
			position: relative;
			width: 100%;
			height: auto;
			margin-bottom: 15px;
		}

		.studio-page .form-sidebar .painting-thumb{
			width: 80px;
            height: calc(100% - 20px);
			position: absolute;
			top: 0;
            right: auto;			
            margin-top: 10px;
			overflow: hidden;
		}

		.studio-page .form-sidebar .painting-thumb img{ max-height: 100%; max-width: 100%;}
		.studio-page .form-sidebar .class-essentials{ padding-left: 90px; }
        .studio-page .form-sidebar .class-additionals{ padding-left: 90px; }
	}
    @media only screen and (max-width : 350px) {
		.studio-page .form-sidebar .painting-thumb{ display:none;}
		.studio-page .form-sidebar .class-essentials {padding-left: 0px; margin-right: 0;}
	}
	
/* Studio Landing */
body#studio-landing{ padding-top:100px;}
body#studio-landing.hide-nav{ padding-top:65px; }
#studio-landing .view-calendar{ font-weight:600; font-size:18px; margin-top:35px; color:#545454; margin-right:15px;}
#studio-landing .upcoming-paintings h1{ font-family:'LiebeDoris-Regular'; font-size:80px; color:#811630;}


        #studio-landing .upcoming-events .event { margin-bottom: 10px; background-color:#FFF; position: relative; }        
        #studio-landing .upcoming-events .event { padding: 0; margin: 0; margin-bottom: 10px; min-height: 160px; cursor: pointer; }
        #studio-landing .upcoming-events .event.message { min-height: 0px; }

        #studio-landing .upcoming-events .event .event-date { background-color: #43c7f2; }

        #studio-landing .upcoming-events .event .register-callout { 
            position: absolute;
            display: block;
            bottom: 0;
            right: 0;
            padding: 6px 11px;
            font-weight: bold;
            background-color: #811630;
            font-style: italic;
            font-size: large;
        }
        #studio-landing .upcoming-events .event .register-callout a {
            color: #FFF;
        }

        #studio-landing .upcoming-events .event.message .register-callout { display: none }
        #studio-landing .upcoming-events .event.message .event-price { display: none }

        #studio-landing .upcoming-events .event .event-date { 
            font-family: 'LiebeDoris-Regular', sans-serif;
            font-size: 27px;
            display: block; 
            color: #FFF;
            padding: 5px 15px; 
            line-height: 1.1;
        }



        #studio-landing .upcoming-events .event .event-price { 
            position: absolute;
            top: 5px;
            right: 15px;
            color: #FFF;
            font-size: 23px;
            font-family: 'Fira Sans', sans-serif;
            display: block;
        }

            #studio-landing .upcoming-events .event .event-sold-out, #studio-landing .upcoming-events .event .event-seats-remaining {
                background-color: #d9534f;
                position: absolute;
                left: 0px;
                top: 40px;
                text-align: center;
                border-radius: 5px;
                color: white;
                padding: 5px;
                font-weight: bold;
            }

        #studio-landing .upcoming-events { display: block; }
        #studio-landing .upcoming-events .day { border: 0; }
        #studio-landing .upcoming-events .event .painting-thumb { width: 120px; margin: 0; float: left; margin-right: 10px; min-height: 80px; }
        #studio-landing .upcoming-events .event .class-details { displa line-height: 2em;  padding: 10px; }
        #studio-landing .upcoming-events .event .title { display: block; font-size: 19px; font-weight: 500; line-height: 1.1; color: #545454 }
        #studio-landing .upcoming-events .event .time { font-size: medium }

#studio-landing .upcoming-events .event .register-callout { top:inherit; padding: 10px 11px; font-weight: bold; background-color: #811630; font-size: medium; position:absolute; bottom:0; right:5px; height: 40px; }
#studio-landing .upcoming-events .event .register-callout a{ color:#FFF;}


@media only screen and (max-width : 767px) {
    #studio-landing .upcoming-paintings h1 { font-size: 35px; margin: 0; }
    #studio-landing .view-calendar { font-size: 16px; margin-top: 15px; margin-right: 5px; }
}

/* Painting Details */
#class-details .class-details{ color:#545454; font-size:14px;}
#class-details .class-details h1{
	background:url(../img/bg_blue_texture_repeat.jpg); 
	background-repeat: repeat; 
	font-family:'LiebeDoris-Regular'; 
	color:#FFF;
	font-size:40px;
	padding: 4px 40px;
}
#class-details .class-details h2 { margin-top:10px; margin-bottom: 5px; font-size:24px; }
#class-details .class-details .time { font-size:18px; }
#class-details .class-details .additional-details { list-style: none; padding-left: 0; margin-bottom: 0px; }
#class-details .class-details .additional-details li { margin-bottom: 10px;  }
#class-details .class-details .additional-details li:first-child { margin-top: 10px;  }
#class-details .class-details .price{ font-weight: bold; font-size: 18px; color: #333; }
#class-details .class-details .price i{ font-style: italic; font-size:15px; font-weight:normal;}
#class-details .class-details .surface-type { }
#class-details .class-details .instructor b{ color:#40BEE6;}
#class-details .class-details .password{ margin-bottom: 10px; background-color: #fbcb5e; padding: 10px;}
#class-details .painting-wrapper img { }
#class-details .class-details .seats-available {text-align: center; margin-bottom: 5px;}
#class-details .reserve-now-wrapper{ background-color:#dbd9d9; padding:10px; margin-top:5px;}
#class-details .reserve-now-wrapper form{ margin:0;}
#class-details .reserve-now-wrapper .btn-maroon{ background-color:#811630; font-family:'LiebeDoris-Bold'; color:#FFF; font-size:30px; padding:2px 12px;  }
#class-details .reserve-now-wrapper .seats-select{ float:left; }
#class-details .reserve-now-wrapper select{
   width: 80px;
   height: 31px;
   overflow: hidden;
   background: url(../img/dropdown-arrow.jpg) no-repeat right #FFF;
   background-size: auto 31px;
   border: 1px solid #ccc;
   -webkit-appearance: none;
   padding-left:10px;
   display:block;
}

#class-details .sold-out-wrapper{ background-color:#fbcb5e; padding:10px; margin-top:10px; }

#class-details .class-description-wrapper{ background-color:#FFF; padding:40px; margin:40px 0px 30px; color:#7E7C7C; }
#class-details .class-description-wrapper hr{ border-top:2px dotted #b1afaf; clear:both;}
#class-details .class-description-wrapper .callouts{ margin-bottom: 10px;}
#class-details .class-description-wrapper .callouts .callout{  color:#7E7C7C; }
#class-details .class-description-wrapper .callouts .sm-icons{ list-style:none; padding:0;}
#class-details .class-description-wrapper .callouts .sm-icons li{  display:inline;}
#class-details .class-description-wrapper .callouts .sm-icons li img{  height:34px; }
#class-details .class-description-wrapper .callouts .border{ border-left:2px dotted #b1afaf;border-right:2px dotted #7E7C7C;}
#class-details .class-description-wrapper .callouts .callout-icon{ height:41px;}
#class-details .class-description-wrapper .callouts .callout h3{font-size:16px; text-transform:uppercase; font-style:italic; font-weight:bold; margin:3px;} 
#class-details .class-description-wrapper .callouts .callout p{font-size:14px; } 
#class-details .class-description-wrapper .callouts .callout input { width: 100%; }
#class-details .class-description-wrapper .callouts .callout:first-child{ border-left:0;}
#class-details .class-description-wrapper .callouts a.callout, #class-details .class-description-wrapper .callouts .sm-icons li a{ display:inline-block; background-color:#FFF;  -webkit-transition: background-color .4s; transition: background-color .4s; border-radius:3px;}
#class-details .class-description-wrapper .callouts a.callout:hover, #class-details .class-description-wrapper .callouts .sm-icons li a:hover{ opacity:.8; text-shadow:none; background-color:#811630; color:#FFF;}

#class-details .class-description-wrapper .about h2{ color:#811630; font-style:italic; margin-top: 0px;}
#class-details .class-description-wrapper .about p { color:#7E7C7C;}


/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

		#class-details .class-description-wrapper .callouts .sm-icons li img{  height:40px; }
        #class-details .class-description-wrapper .callouts .callout { width:auto; }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		#class-details .class-description-wrapper .callouts .sm-icons li img{  height:40px; }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		body.fixed-studio-nav .studio-subnav-bg{ display:block;}
		body.fixed-studio-nav .location-and-contact{ display:block;}
		
		#class-details .class-details { }
		#class-details .class-description-wrapper .callouts .border{ border:0px; }
		#class-details .class-description-wrapper .callouts a.callout{ margin:5px 0; padding:5px 20px;}
		#class-details .class-description-wrapper { padding:15px; margin:20px 0px; margin-left: -15px; margin-right: -15px;}
        #class-details .class-description-wrapper .callouts .callout { margin-bottom: 10px; margin-top: 10px;}
        #class-details .class-description-wrapper .callouts .border { padding-bottom: 10px; border-bottom: 2px dotted #999; }
		#class-details .painting-wrapper { height:auto; text-align:center; clear:both;  cursor:pointer; }
		#class-details .painting-wrapper.full { height:auto;}
		#class-details .painting-wrapper img { -webkit-transition: width .6s; transition: width .6s; max-height: 300px;}
		#class-details .painting-wrapper.full img { width:100%; max-height: none;}
		#class-details .class-details h1{ font-size: 36px; margin: 0px -15px 0px; padding-left:10px; padding-top: 10px; }
		#class-details .class-details h2{ font-size: 20px;}
		#class-details .class-details .additional-details{ font-size:14px;}				

		
	}
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        #class-details .reserve-now-wrapper{ background-color: transparent; padding: 0px; margin-top:10px;}
        #class-details .painting-wrapper img { max-height: 250px;}
        #class-details .hightlights-and-hours { display: none; }
        #class-details .class-details .time, #class-details .class-details .instructor { font-size: 14px; }
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
	
/* Our Artists */

#studio-artists .studio-page h1{ font-family:'LiebeDoris-Bold'; font-size:50px; color:#811630;}
#studio-artists .artist { height:190px; overflow:hidden; position:relative; background:#fff; padding:0.5em 1em 0em 1em; margin-bottom:1em; margin-right:15px;}
#studio-artists .artist h2{  color:#811630; font-family: 'Cherry Swash', cursive; margin-top:10px; }
#studio-artists .artist .portrait img{ width:100%;}
#studio-artists .artist .portrait { float:left; margin:-0.5em 1em 0em -1em; width:190px; position:relative; z-index:2;}
#studio-artists .artist .body-text { padding-bottom:56px; }
#studio-artists .artist .artist-website { position: absolute; top: 1em; right: 1em; }

#studio-artists .artist .artist-toggle { position:absolute; right:1em; bottom:1em; border:0; background:#FFF; color:#811630; font-style:italic; z-index:2;}

#studio-artists .artist .artist-toggle > .read-more { display:inline;  }
#studio-artists .artist .artist-toggle > .read-less { display:none; }

#studio-artists .artist.expanded .artist-toggle > .read-more { display:none; }
#studio-artists .artist.expanded .artist-toggle > .read-less { display:inline; }

#studio-artists .artist .bottom-fade{ background-image:url(../img/white-fade.png); height:56px; width:100%; position:absolute; bottom:0; left:0; z-index:1;}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		#studio-artists .studio-page h1{ margin:0;}
		#studio-artists .artist { margin-right:0;}
		#studio-artists .artist .portrait { width:100px; height:120px; }
        #studio-artists .artist .portrait img {max-height: 120px; }
		#studio-artists .artist h2{ font-size:22px;}
    }
	
/* Complete Reservation */
#complete-reservation .footer { display: none; }
#complete-reservation .hide-overflow {padding-bottom: 0;}
#complete-reservation .studio-page h1{ font-family: 'LiebeDoris-Bold'; font-size: 50px; color: #811630; margin:0;}
#complete-reservation form .help-block{color:#FFF; }
#complete-reservation form .help-block label { font-weight: normal; }
#complete-reservation form .well{ color:#024961; background-color:#30b1db; border:none; border-radius:0;}
#complete-reservation form .well b{ font-size:18px;}
#complete-reservation form .well p{ color:#024961; }
#complete-reservation form .well h2{ color:#024961; font-size:30px;}
#complete-reservation .paint-points-logo{ width:90px; float:right;}

#complete-reservation .reservation-payment-options { margin-top: 20px; }

#complete-reservation #reservation-payment-list ul { padding-left: 0; }
#complete-reservation #reservation-payment-list ul li { list-style: none; font-size: large; }
#complete-reservation #reservation-payment-list ul li.payments-sub { font-size:  14px; }
#complete-reservation .studio-subnav {display: none; }

#complete-reservation .hightlights-and-hours {display: none; }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
	}
	/* Small Devices, Tablets */
	@media only screen and (max-width : 767px) {
        #complete-reservation .studio-page { margin-top: 10px; }
		#complete-reservation .studio-page h1 { font-size:35px;}
	}

#complete-reservation .acknowledgement { color: #FFF; font-size: small; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; }

/* Generic */
#studio-generic .studio-page h1{ font-family: 'LiebeDoris-Bold'; font-size: 50px; color: #811630; margin:0;}

/* Contact Us */
#contact-us .studio-page h1{ font-family: 'LiebeDoris-Bold'; font-size: 32px; color: #811630; }
#contact-us .studio-page .form-sidebar h1{ font-size: 30px; }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		#contact-us .white-zigzag-left{ display:none;}
	}
	@media only screen and (max-width : 767px) {
		#contact-us .studio-page h1 { font-size:28px; margin-top: 0px;}
	}

/* Our Studio */
#our-studio .studio-page h2{ font-family: 'Fira Sans', sans-serif;font-style: italic;color: #811630;}
#our-studio .studio-photo{
    width: 35%;
    float: right;
    -ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    border: 3px solid #FFF;
    margin-top: -40px;
    margin-right: -21px;
    margin-left: 20px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}
	@media only screen and (max-width : 767px) {
		#our-studio .studio-page h2{ margin-top:10px;}
	}
	
	
/* Reservation Complete */
#reservation-complete .studio-page h1{ font-family: 'LiebeDoris-Bold'; font-size: 70px; color: #811630; margin:0;}
#reservation-complete .studio-page h4{color: #811630;}
#reservation-complete .studio-page .reservation-details a{ font-weight:bold; font-size:18px;}
#reservation-complete .studio-page .reservation-details .fa {font-size:50px; float:left; margin-right:10px;}
#reservation-complete .create-account{ background-color:#CCC; padding:20px;}
#reservation-complete .create-account h2{ font-family: 'Cherry Swash', cursive; font-size:34px; margin:0;}
    @media only screen and (max-width : 992px) {
		#reservation-complete .create-account{ margin-top:25px;}
	}
	@media only screen and (max-width : 767px) {
		#reservation-complete .studio-page h1{ font-size:35px; }
	}
	
/* Studio Photos */
#studio-photos{ 
	background-repeat:repeat; 
	background-size:138px 138px; 
	background-image:url(../img/bg_gallery_header.jpg); 
}
#studio-photos .gallery-title{ 
	text-align:center; 
	color:#FFF; 
	margin-top: -58px;
	padding: 70px 20px 36px;
}
#studio-photos .gallery-title h1{  font-family: 'LiebeDoris-Regular'; font-size: 80px;}
#studio-photos .gallery-title h4{ font-weight:400; font-size:22px;}
#studio-photos .photo-gallery{ width:100%; font-size:0; text-align:center; margin-bottom: 30px; }
#studio-photos .load-more{ background-color:#3cb3d9; width:75px;font-family: 'LiebeDoris-Regular'; color:#FFF; font-size:26px; margin: -20px auto 40px; text-align:center; padding:10px; line-height:1em; position:relative; z-index:2; cursor:pointer;}
#studio-photos .photo-gallery a { margin: 5px; display: inline-block; }

    /* Large Devices, Wide Screens */    
    #studio-photos .photo-gallery a{ width:10%; }    

    @media only screen and (max-width : 1400px) {
        #studio-photos .photo-gallery a{ width:12.5%;}
    }

    @media only screen and (max-width : 1200px) {
        #studio-photos .photo-gallery a{ width:16.66%;}
    }    

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		#studio-photos .photo-gallery a { width:16.66%;}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		#studio-photos .photo-gallery a { width:25%;}
		#studio-photos .gallery-title h1{  font-size: 50px;}
		#studio-photos .gallery-title h4{  font-size: 20px;}
        #studio-photos .gallery-title { padding-bottom: 10px; }
	}

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		#studio-photos .photo-gallery a { width:33.333%;}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
		#studio-photos .photo-gallery a { width:50%;}
    }
	
/* FAQs */
#faqs .studio-page h1{font-family: 'LiebeDoris-Regular'; font-size: 40px; color: #FFF;}
#faqs .studio-page h3 { text-transform: lowercase; }
#faqs .studio-page > .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -40px;
    margin-bottom: -40px;
}
#faqs .studio-page .border-left { border-left: none; }
#faqs .studio-page .questions-and-answers{ color:#FFF; padding-right:10%;}
#faqs .studio-page .questions-and-answers .question{ margin-top:25px; font-size:20px;}
#faqs .studio-page .questions-and-answers .answer{ font-style:italic;font-size:18px;}
#faqs .faqs-bg-absolute{
    background-image: url(../img/bg_mint_texture_repeat.jpg);
    background-repeat: repeat;
    padding: 45px 35px;
    position: absolute;
    height: 100%;
    left: -5px;
    top: -30px;
}

#faqs .faqs-bg-absolute .extend-green{
	background-image: url(../img/bg_mint_texture_repeat.jpg);
	background-repeat:repeat;
	position:absolute;
	width:800px;
	left:-800px;
	height:100%;
	top:0px;
}
#faqs .faqs-bg-absolute .right-zigzag{
	background-image: url(../img/bg_sidebar_faqs_zigzag.png);
	background-repeat:repeat-y;
	background-position:right;
	background-size:11px 56px;
	position:absolute;
	top:0;
	right:-11px;
	height:100%;
	width:11px;
	
}

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		#faqs .faqs-bg-absolute{ display:none;}
		#faqs .faqs-bg{ background-image: url(../img/bg_mint_texture_repeat.jpg);background-repeat:repeat; padding:50px 15px 15px; margin-top:-50px;}
	
	}
    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		#faqs .studio-page h1{font-size: 45px; }
        #faqs .studio-page h3{font-size: 20px; }
		#faqs .faqs-bg{ padding-top:15px;}
	}

.loading-painting-events {
    width: 80%;
    margin: auto;
}
	
/* Calendar */
#studio-calendar .studio-page h1{font-family:'LiebeDoris-Bold'; color:#A4192E; text-align:center; font-size:60px; margin-top:15px;}
#studio-calendar .calendar .day{ width:14.2857%; }
#studio-calendar .calendar .days-of-week{ font-weight:bold; color:#A4192E;}
#studio-calendar .calendar .days-of-week .day{float:left;}
#studio-calendar .calendar .calendar-days {display:table; width: 100%; table-layout: fixed; }
#studio-calendar .calendar .calendar-days h3 { color:azure }
#studio-calendar .calendar .calendar-days .week{clear:both; display:table-row;}
#studio-calendar .calendar .calendar-days .week:first-child .day { border-top:2px solid #CCC;}
#studio-calendar .calendar .calendar-days .week:last-child .day { border-bottom:2px solid #CCC;}
#studio-calendar .calendar .calendar-days .week .day:first-child { border-left:2px solid #CCC;}
#studio-calendar .calendar .calendar-days .week .day:last-child { border-right:2px solid #CCC;}
#studio-calendar .calendar .calendar-days .day.blank { background-color:#CCC; opacity: 0.5;}
#studio-calendar .calendar .calendar-days .day .date{ background-color:#A4192E; color:#FFF; padding:0 10px;}
#studio-calendar .calendar .calendar-days .day{ height:150px; overflow:hidden; border: 1px solid #CCC;background-color:#FFF; display:table-cell; }
#studio-calendar .calendar .calendar-days .day.expired .event { opacity: 0.4; cursor:auto; }
#studio-calendar .calendar .calendar-days .event{ font-size:11px;clear:both; position:relative; padding: 5px; cursor: pointer; margin: 5px; margin-bottom: 10px; }
#studio-calendar .calendar .calendar-days .event.private, #studio-calendar .calendar .calendar-days .event.private .register-link{ background-color:#f6b524;}
#studio-calendar .calendar .calendar-days .event.public, #studio-calendar .calendar .calendar-days .event.public .register-link{ background-color:#43c7f2;}
#studio-calendar .calendar .calendar-days .event.family, #studio-calendar .calendar .calendar-days .event.family .register-link{ background-color:#73b09d;}
#studio-calendar .calendar .calendar-days .event.message { cursor: default }
#studio-calendar .calendar .calendar-days.private .event.public, 
#studio-calendar .calendar .calendar-days.private .event.family, 
#studio-calendar .calendar .calendar-days.public .event.private, 
#studio-calendar .calendar .calendar-days.public .event.family, 
#studio-calendar .calendar .calendar-days.family .event.private, 
#studio-calendar .calendar .calendar-days.family .event.public{ display:none;}
#studio-calendar .calendar .calendar-days .event b { display:block; font-size: small;}
#studio-calendar .calendar .calendar-days .event .pwap { display: block; color: #633; font-size: x-small; }
#studio-calendar .calendar .calendar-days .event .link { font-size: medium; }
#studio-calendar .calendar .calendar-days .event .painting-thumb{ text-align: center; margin: auto; margin: -5px; margin-bottom: 5px; border-bottom: 1px dotted #FFF; }
#studio-calendar .calendar .calendar-days .event .class-details{ line-height:1.1em; padding: 0px; font-size: small; }
#studio-calendar .calendar .calendar-days .event .register-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: 'LiebeDoris-Bold';
    color: #FFF;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
}
#studio-calendar .calendar .calendar-days .event .register-link:hover{ opacity:1;}
#studio-calendar .calendar-tooltip{ position:absolute; padding:5px; background-color:#FFF; box-shadow:0 0 10px rgba(0,0,0,.6);  display:none; z-index:11;}
#studio-calendar .calendar-tooltip:after {
    left: 50%;
    content: " ";
    height: 30px;
    width: 30px;
    position: absolute;
    background-color: #FFF;
    margin-left: -15px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.1);
    transform: rotate(45deg);
    margin-top: -15px;
}
#studio-calendar .calendar-tooltip .painting-thumb{ max-width: 120px; max-height: 160px; position:absolute;}
#studio-calendar .calendar-tooltip .painting-details{ min-height:160px; background-color:#FFF; display:inline-block; width:100%; padding-left:120px; color:#545454;}
#studio-calendar .calendar-tooltip .painting-details h2{ 
	font-family:'LiebeDoris-Regular', sans-serif; 
	padding:5px 15px; 
	color:#FFF;
	margin:0;
	font-size:35px;
}
#studio-calendar .calendar-tooltip .painting-details h2.private{background-color:#f6b524;}
#studio-calendar .calendar-tooltip .painting-details h2.public{background-color:#43c7f2;}
#studio-calendar .calendar-tooltip .painting-details h2.family{background-color:#73b09d;} 
#studio-calendar .calendar-tooltip .painting-details .pad-sides{ padding:0 15px;}
#studio-calendar .calendar-tooltip .painting-details .price{ float:right; font-family: 'Fira Sans', sans-serif; color:#abadac; font-size:30px;}
#studio-calendar .calendar-tooltip .painting-details h4{ font-size:20px; margin-bottom:5px; padding-right:60px;} 
#studio-calendar .calendar-tooltip .painting-details .register-callout{ text-align:right; font-family: 'Fira Sans', sans-serif; font-style:italic;}
#studio-calendar .calendar-tooltip .painting-details .register-callout{ text-align:right; font-family: 'Fira Sans', sans-serif; font-style:italic;}
#studio-calendar .filter-options{ position: absolute;  }
#studio-calendar .filter-options .event-filter{ display:inline-block; margin-left:2px; padding:5px; font-style:italic; background-color:#FFF; cursor:pointer;}
#studio-calendar .filter-options .event-filter.private{background-color:#f6b524;}
#studio-calendar .filter-options .event-filter.public{ background-color:#43c7f2;}
#studio-calendar .filter-options .event-filter.family{ background-color:#73b09d;}
#studio-calendar .month-select .month-filter{ 
	padding-right:45px;
    height: 31px;
    overflow: hidden;
    background: url(../img/dropdown-arrow.jpg) no-repeat right #FFF;
    background-size: auto 31px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    padding-left: 10px;
    display: block;
}

#studio-calendar .calendar .calendar-days .event .event-date { display: none }
#studio-calendar .calendar .calendar-days .event .event-price { display: none }
#studio-calendar .calendar .calendar-days .event .register-callout { display: none }

/* Event Ribbon */
.event .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 4;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .event .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#FF506A 0%, #E64860 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -21px;
    }

        .event .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: 4;
            border-left: 3px solid #E64860;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #E64860;
        }

        .event .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: 4;
            border-left: 3px solid transparent;
            border-right: 3px solid #E64860;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #E64860;
        }

    .ribbon ~ .event-date {
        padding-left: 55px !important;
    }
    

    /* Small Devices, Tablets */
    @media only screen and (max-width : 992px) {
        #studio-calendar .filter-options{ position: relative; text-align: center; margin-bottom: 15px; }
        #studio-calendar .calendar .calendar-month { display: none }
        #studio-calendar .calendar .calendar-days { width: 100%; }    
        #studio-calendar .calendar .days-of-week { display: none; }
        #studio-calendar .calendar .calendar-days .week { width: 100%; display: block; }
        
        #studio-calendar .calendar .calendar-days .week:first-child .day { border: 0;}
        #studio-calendar .calendar .calendar-days .week:last-child .day {  border: 0;}
        #studio-calendar .calendar .calendar-days .week .day:first-child {  border: 0;}
        #studio-calendar .calendar .calendar-days .week .day:last-child {  border: 0;}

        #studio-calendar .calendar .calendar-days .day { width: 100%; display: block; height: auto; background-color: transparent; }
        #studio-calendar .calendar .calendar-days .day.empty { display: none; }
        #studio-calendar .calendar .calendar-days .day-empty { display: none; }
        #studio-calendar .calendar .calendar-days .day .date { display: none } 
        #studio-calendar .calendar .calendar-days .day.expired .event { display: none; }       
        #studio-calendar .calendar .calendar-days .event,
        #studio-calendar .calendar .calendar-days .event.public, 
        #studio-calendar .calendar .calendar-days .event.private, 
        #studio-calendar .calendar .calendar-days .event.family { margin-top: 10px; margin-left: 5px; background-color:#FFF;}        
        #studio-calendar .calendar .calendar-days .event { padding: 0; margin: 0; margin-bottom: 10px; min-height: 160px; }
        #studio-calendar .calendar .calendar-days .event.message { min-height: 0px; }

        #studio-calendar .calendar .calendar-days .event.public .event-date { background-color: #43c7f2; }
        #studio-calendar .calendar .calendar-days .event.private .event-date { background-color: #f6b524; }
        #studio-calendar .calendar .calendar-days .event.family .event-date { background-color: #73b09d; }
        #studio-calendar .calendar .calendar-days .event.message .event-date { background-color: #666; }

        #studio-calendar .calendar .calendar-days .event .register-callout { 
            position: absolute;
            display: block;
            bottom: 0;
            right: 0;
            padding: 6px 11px;
            font-weight: bold;
            background-color: #811630;
            font-style: italic;
            font-size: large;
        }
        #studio-calendar .calendar .calendar-days .event .register-callout a {
            color: #FFF;
        }

        #studio-calendar .calendar .calendar-days .event.message .register-callout { display: none }
        #studio-calendar .calendar .calendar-days .event.message .event-price { display: none }

        #studio-calendar .calendar .calendar-days .event .event-date { 
            font-family: 'LiebeDoris-Regular', sans-serif;
            font-size: 27px;
            display: block; 
            color: #FFF;
            padding: 5px 15px; 
            line-height: 1.1;
        }

        #studio-calendar .calendar .calendar-days .event .event-price { 
            position: absolute;
            top: 7px;
            right: 15px;
            color: #FFF;
            font-size: 20px;
            font-family: 'Fira Sans', sans-serif;
            display: block;
        }

            #studio-calendar .calendar .calendar-days .event .event-sold-out, #studio-calendar .calendar .calendar-days .event .event-seats-remaining {
                position: absolute;
                left: 0px;
                top: 40px;
                text-align: center;
                border-radius: 5px;
                color: white;
                padding: 5px;
                font-weight: bold;
            }

        #studio-calendar .calendar .calendar-days { display: block; }
        #studio-calendar .calendar .calendar-days .day { border: 0; }
        #studio-calendar .calendar .calendar-days .event .painting-thumb { width: 120px; margin: 0; float: left; margin-right: 10px; min-height: 80px; }
        #studio-calendar .calendar .calendar-days .event .class-details { line-height: 2em;  padding: 10px; }
        #studio-calendar .calendar .calendar-days .event .title { font-size: 19px; font-weight: 500; line-height: 1.1; color: #545454 }
        #studio-calendar .calendar .calendar-days .event .time { font-size: medium }
    }

    @media only screen and (max-width : 767px) {
        #studio-calendar .calendar .calendar-days .event { margin-bottom: 10px; }
        #studio-calendar .calendar .calendar-days .event .register-callout { 
            position: relative;
            font-size: small;
            background-color: #811630;
            text-align: right;
        }
    }

/*----------------*/
/* Find a Studio  */
/*----------------*/

/* Header */
#find-location .header-bar .find-location{ display:none;}
.locations-header{ position:fixed; top:90px; z-index:7; width:100%; -webkit-transition: bottom 1s; transition: bottom 1s}
.locations-header-bg{
	background-image:url(../img/bg_locations_header.jpg);
	background-size:1400px 219px;
	background-position:center center;
	background-color:#F8B600;
	background-repeat:no-repeat;
	height:219px;
	padding-top:150px;
	-webkit-transition: height 0.5s, padding 0.5s;
	-moz-transition:    height 0.5s, padding 0.5s;
}
.locations-header h1{ font-family: 'LiebeDoris-Regular'; font-size: 80px; color:#811630; margin:10px 0 0; position:absolute; top:-100px;}
.locations-header h1 b{ font-family: 'LiebeDoris-Bold'; font-weight:normal;}
.locations-header input, .locations-header select{ height:40px;}
.locations-header select{ 
	padding-right:55px;
    height: 40px;
    overflow: hidden;
    background: url(../img/dropdown-arrow.jpg) no-repeat right #FFF;
    background-size: auto 40px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    padding-left: 10px;
    display: block;
}

.locations-header select.cities{ width:178px;}
.locations-header span.or{ display:inline-block; vertical-align:top; color:#811630; font-weight:bold; margin:10px 10px;}
.locations-header .torn-btn{ font-family: 'LiebeDoris-Regular'; height:40px; padding-top:0; padding-bottom:0; vertical-align:middle; font-size:28px;}
.locations-header a.view-all{vertical-align:middle;  color:#FFF; display:inline-block; margin-left:10px;font-weight:bold;}
.locations-header .search-criteria{ background-color:#f6b524; line-height:2.5em; color:#811630; box-shadow:0 5px 10px rgba(0,0,0,.25);}
.locations-header .search-criteria a{ color:#FFF; font-weight:bold; }

.locations-header a.scrolled-view-all{display:none;}
.locations-header.scrolled a.scrolled-view-all{display:inline;}
.locations-header.scrolled a.view-all{display:none;}
.locations-header.scrolled{ position: fixed; top: 104px; z-index: 7; width: 100%; }
.locations-header.scrolled .locations-header-bg{ height: 110px; padding-top: 10px; }
.locations-header.scrolled h1{ font-size:40px; margin: 0 9px 0 0; display: inline-block; position:static; }
.locations-header.scrolled h1 b{ display:none;}
.locations-header.scrolled .search-criteria{line-height:2em;}


    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .locations-header .locations-header-bg .container{ padding-top:0px;}
		.locations-header h1{ font-size: 60px; top:-75px }
		.locations-header span.or {margin: 10px 3px;}
		.locations-header .form-inline .form-control { font-size:12px;}
		.locations-header .torn-btn { padding-left:10px; padding-right:10px;}
		.locations-header-bg{ height:180px; padding-top:120px;}
		
		.locations-header.scrolled h1{ display: block; }
		.locations-header a.view-all{display:none;}
		.locations-header a.scrolled-view-all{display:inline;}
        .locations-header .location-search-state, .locations-header span.or { display: none;}
	}
    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		.locations-header .locations-header-bg{ height:auto; margin-top:-30px; padding-top:160px;box-shadow:0 5px 10px rgba(0,0,0,.25);} 
		.locations-header .locations-header-bg .container{ padding-top:20px;}
		.locations-header h1, .locations-header.scrolled h1{ display:inline-block; text-align:center; margin-left:5%; font-size:40px; top:-25px; position:absolute; margin-top:10px;}
		.locations-header h1 b{ display:none; }
		.locations-header.scrolled h1{ display: none; }
		.locations-header.scrolled .locations-header-bg{ height:auto; margin-top:-30px;}
		.locations-header.scrolled{ top:90px;}
		.locations-header .location-search-wrapper .form-control{ width:40%; display:inline;}
		.locations-header .location-search-wrapper .form-group{ text-align:center;}
		.locations-header .location-search-state, .locations-header span.or { display: none;}		
	}

    @media only screen and (max-width : 580px) {
        .locations-header h1, .locations-header.scrolled h1 { display: none;}
        .locations-header .locations-header-bg .container{ padding-top:10px;}        
        .locations-header.scrolled .search-criteria .search-message { display: none; }
    }
   
	
/* Results & Map */

.locations { min-height: 550px; }

#find-location .locations .col-sm-6{ padding-left:0; padding-right:0;}
.locations .map-wrapper{position:fixed;right: 0; height: 100%;}
.locations .map-wrapper .map{vertical-align:middle; width: 100%; height: calc(100% - 250px); margin-top: 139px; }
.locations .map-wrapper .grey-zigzag{ background-image:url(../img/bg_grey_zigzag.png); background-size:12.5px 33.5px; width:12.5px; left:0; height:0; height:100%; position:absolute; z-index: 6}

.locations .results-bg{padding-top:170px;}

@media only screen and (max-width: 767px) {
    .locations .results-bg {
        padding-top: 170px;
    }
}

.locations .search-result{ background-color:#FFF; width:90%;margin:0 auto 20px; position:relative;}
.locations .search-result .location-thumb{ width:35%; float:left;}
.locations .search-result .location-thumb img{ max-height:100%;}
.locations .search-result .result-details{ width:65%; float:left;}
.locations .search-result .result-title-box{ background-color:#811630; color:#FFF; padding:5px 3%;}
.locations .search-result .result-title-box .distance{ float:right; font-size:24px; margin-top:10px; }
.locations .search-result .result-title-box .studio-number{ font-family: 'LiebeDoris-Regular', sans-serif; color: #f6b524; font-size: 20px;}
.locations .search-result .result-title-box h2{ margin-top: 0px; font-family: 'LiebeDoris-Bold', sans-serif; color: #FFF; font-size: 40px; line-height: .7em; display:inline-block; }
.locations .search-result .result-title-box h3{ margin-top: 0px; font-family: 'LiebeDoris-Bold', sans-serif; color: #FFF; font-size: 24px; line-height: .7em; display:inline-block; }
.locations .search-result .results-body{padding:5px 3% 25px;}
.locations .search-result .results-body .map-it, .locations .search-result .results-body .calendar{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    float: right;
}
.locations .search-result .results-body .address{ font-size:16px;}
.locations .search-result .results-body .directions{ font-size:14px;}
.locations .search-result .results-body .contact-info{ margin-top:10px;}
.locations .search-result .results-body a.store-link{  font-size: large; position:absolute; right:0; bottom:0; padding:2px 10px; font-weight: bold; }
.locations .results-all h3 .location-state-contd { font-size: 12px; }

    /* Large Devices, Desktops */
    @media only screen and (max-width : 1200px) and (min-width : 993px) {
		.locations .search-result .location-thumb { height:76px;  margin-right:10px; width:auto;}
		.locations .search-result .result-details { float:none; width:auto;}
	}
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.locations .search-result .result-details{ width: 100%;}		
        .locations { min-height: 220px; }                
	}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		.locations .results-bg { padding-top: 90px; }
        .locations .search-result .results-body a.store-link{ position: relative; display: block; padding:2px 10px;  margin-bottom: -25px; margin-top: 10px; text-align: center;}
        
	}

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 580px) {
        .locations .results-bg { padding-top: 80px; }
        .locations .search-result {margin-bottom: 10px }
        .locations .search-result .result-title-box { } 
        .locations .search-result .results-body, .locations .search-result .results-body .address { font-size: 14px } 
        .locations .search-result .result-title-box h1{ font-size: 30px; }
		.locations .search-result .location-thumb { height:76px;  margin-right:10px; width:auto;}
		.locations .search-result .result-title-box .distance{ font-size:14px; vertical-align:top; margin-top:0; }
    }

.locations #location-columns { margin: 0 30px 30px 30px; }
.locations .results-all h3 { font-family: 'Cherry Swash', cursive; font-weight: bold; color: #811630; margin-top: 0; margin-bottom: 5px; }
.locations .results-all a { color: #686666;  }
.locations #location-columns { }

    .locations #location-columns .state {
        margin-bottom: 20px;
    }    

@media only screen and (max-width: 992px) {
    .locations .location-columns { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }
}

@media only screen and (max-width: 767px) {
    .locations .location-columns { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
}

@media only screen and (max-width: 580px) {
    .locations .location-columns { 
        -webkit-column-count: 1; 
        -moz-column-count: 1; 
        column-count: 1; 
        -webkit-column-gap: 0px; 
        -moz-column-gap: 0px; 
        column-gap: 0px; 

    }
    .locations .results-all h3 { font-size: xx-large; }
    .locations .results-all .location-studio { font-size: large; }
}
/*----------------*/
/*     About      */
/*----------------*/

#about {
	background-image: url(../img/bg_gallery_header.jpg);
	background-repeat: repeat;
    background-size: 138px 138px;
	padding-top:105px;
}
#about a.anchor-point {
	position:relative;
	top:-150px;
	display:block;
	visibility:hidden;
}
#about section.about-content,
#about section.about-classes,
#about section.about-purpose {position:relative;}
#about .footer {margin-top:0;}
#about .about-content {
	padding-bottom:40px;	
}
#about .about-content .about-nav {
    display: table;
    padding: 0;
    margin: 75px auto 30px;
}
#about .about-content .about-nav li {
	font-size: 15px;
    padding: 0px 60px 0px 60px;
    text-align: center;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
    border-left: 2px solid #999;
}
#about .about-content .about-nav li:first-child {border:none;}
#about .about-content .about-nav li a {
	color:#999;
	padding: 0px 10px;
}
#about .about-content .about-nav li:hover a {
	background: #80122B;
    color: #fff;
}
#about .photograph {
	position: relative;
    z-index: 1;
	border: 5px solid #FFF;
}
#about .about-twist #twist-photo-1 {
    bottom: 42px;
    right: -39%;
    width: 63%;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
	box-shadow: #000 -1px 1px 11px;
}
#about .about-content .about-twist-vid .frame {
	background-image: url(../img/home_frame.png);
    background-size: contain;
    width: 100%;
    padding: 7% 7.6% 8% 7.6%;
}
#about .about-twist-text {
	color:#fff;
	padding:0 20px 0 70px;
}
#about .about-twist-text h3 { margin-top:0; font-family: 'Cherry Swash', cursive; font-size: 36px; }
#about .about-twist-started {
	background-image: url(../img/about_started_background.png);
    background-size: cover;
	background-repeat:no-repeat;
	padding: 40px 90px 103px;
}
#about .about-twist-started h2 {
	color:#fd778d;
	display:inline;
	font-family: 'LiebeDoris-Regular';
    font-size:80px;
    margin-top: 0;
}
#about .about-twist-started p {
    font-size: 28px;
    display: inline;
    color: #fd778d;
    font-weight: 300;
}
#about .about-twist-started .torn-btn {
	margin-top:20px;
	display:inline-block;
}
#about .about-twist-started #twist-photo-2 {
    float:right;
	margin: -40px -100px 20px 20px;
    width: 29%;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
	box-shadow: #000 -1px 1px 11px;
} 
#about .about-twist-text p {font-size:16px; line-height:1.5em;}
#about .about-classes {color:#fff; padding-bottom: 20px;}
#about .classes-header {
	background-image:url(../img/about_class_light_background.jpg);
	background-size:86px 86px;
	padding:10px 0;
}
#about .classes-header:after {
    content: "";
    background-image: url(../img/about_class_arrow.png);
    background-repeat: no-repeat;
    background-size: 108px 71px;
    background-position: center -12px;
    width: 100%;
    height: 90px;
    display: inline-block;
    margin: auto;
    position: absolute;
	z-index: 1;
}
#about .classes-item {
	margin: 0;
}
#about .classes-item .classes-container {
	width:85%;
    margin: auto;

}
#about .classes-item .classes-text { padding: 30px 80px 30px 80px; width:50%; float:left; }
#about .classes-item .classes-text a { color: #FFF; }
#about .classes-item.left {
	background: url(../img/about_class_dark_background.jpg) repeat 0 0;
}
#about .classes-item.right {
	background: url(../img/about_class_light_background.jpg) repeat 0 0;
}
#about .classes-item .classes-img {
	-webkit-transition: height .1s;
	transition: height .1s;
	background-repeat:no-repeat;
	background-size:cover;
	width:50%;
	float:left;
}
#about #girls-night.classes-item .classes-img {background-image: url(../img/about_class_photo_1.png);}
#about #date-night.classes-item .classes-img {background-image: url(../img/about_class_photo_2.png);}
#about #bachelorette-parties.classes-item .classes-img {background-image: url(../img/about_class_photo_3.png);}
#about #coffee-canvas.classes-item .classes-img {background-image: url(../img/about_class_photo_4.png);}
#about #private-events.classes-item .classes-img {background-image: url(../img/about_class_photo_5.png);}
#about #family-classes.classes-item .classes-img {background-image: url(../img/about_class_photo_6.png);}
#about #childrens-classes.classes-item .classes-img {background-image: url(../img/about_class_photo_7.png);}
#about #team-building.classes-item .classes-img {background-image: url(../img/about_class_photo_8.png);}

#about .classes-header h1 {
    color: #FFF;
    text-align: center;
    font-family: 'LiebeDoris-Regular';
    font-size: 80px;
    margin-top: 0;
    line-height: 1em;
    margin-bottom: 0;
}
#about .classes-item h3 {
	font-family: 'Cherry Swash', cursive;
    font-size: 36px;
}
#about .classes-item.right h3 {color:#155366;}
#about .classes-item.left h3 {color:#fff;}
#about .classes-item p {
	font-size:16px;
}
#about .classes-item.right p {color:#155366;}
#about .classes-item.left p {color:#fff; line-height:1.5em;}
#about .about-purpose {
	background: url(../img/purpose_bg_texture.jpg);
	background-color: #fff;
	background-size:66px 66px;
}
#about .purpose-content {
	padding:0 50px;
}
#about .about-purpose h3 {
	font-family: 'Cherry Swash', cursive;
    font-size: 32px;
	line-height:1em;
	color:#86142E;
}
#about .about-purpose p {font-size:16px; line-height:1.5em;}
#about .about-purpose h4 {
	font-size:24px; 
	font-style:italic; 
	line-height:1.4em; 
	margin-top:40px;
	color:#86142E;
	font-weight:300;
}
#about .about-purpose h4 b {text-transform:uppercase; font-weight:600;}
#about .about-purpose:before {
    content: "";
    background-image: url(../img/purpose_bg_top.png);
    background-repeat: repeat-x;    
    background-position: center 0;
    background-size: 1514px 59px;
    width: 100%;
    height: 59px;
    top: -59px;    
    display: inline-block;
    margin: auto;
    position: relative;
    z-index: 1;
    
}
#about .about-purpose #purpose-photo-1 {
	width: 45%;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
	box-shadow: #000 -1px 1px 11px;
	left:10px;
}
#about .about-purpose #purpose-photo-2 {
	width: 45%;
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
	box-shadow: #000 -1px 1px 11px;
	top: -25px;
    left: 10px;
}
#about .purpose-title-images {
    height: 350px;
    margin-top: 40px;
    background-image: url(../img/purpose_hearts.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 450px 170px;
}
#about .about-purpose .purpose-logo {
	width:500px;
}


@media only screen and (max-width:1300px) {
	#about .classes-item .classes-container {
		width:90%;
	}
}

@media only screen and (max-width:1199px) {
	#about .about-twist-started {
		margin-top: 20px;
	}
		#about .classes-item .classes-container {
		width:100%;
	}
	#about .about-purpose {
		padding-bottom:20px;
	}
}

@media only screen and (max-width:991px) {
	#about .about-twist-started #twist-photo-2 {
		width:270px;
	}
	#about .about-twist-started {
		margin-top: 30px;
	}
	#about .about-content .about-nav li {
    	padding: 0px 30px 0px 30px;

}
}

@media only screen and (max-width:767px) {
	#about {padding-top:63px;}
	#about .about-content {padding-bottom:0;}
	#about .about-twist-started {
		background-image:none;
		background-color: #7F1730;
	}
	#about .classes-header h1 {font-size:50px;}
	
	#about .classes-item .classes-img {display:none;}
	#about .classes-item .classes-text {width:100%;}
	#about .classes-header:after {display:none;}
	#about .about-classes {padding-bottom:0;}
	#about .about-purpose:before {display:none;}
	#about .about-purpose {padding:30px 0; text-align:center;}
	#about .about-purpose .purpose-logo {
    	width: 80%;
		max-width:300px;
    	display: block;
    	margin: auto;
	}
	#about .about-purpose h3 {font-size:25px;}
	#about .about-purpose h4 {font-size:20px;}
	#about .purpose-content {padding: 0 20px;}

    

	#about .about-twist-started {padding:30px;}
	#about .about-twist-started h1 {font-size:50px;}
	#about .about-twist-started p {font-size:16px;}
	#about .about-twist-text {padding: 0 20px 0 20px;}
	#about .about-content .about-nav {margin:0 0 10px; width:100%;}
	#about .about-content .about-nav li {
    	padding: 0px 10px 0px 10px;
    	height: 45px;
		display:block;
		border:none;
		padding:0;
	}
	#about .about-content .about-nav li a {
		display: block;
		width: 100%;
		height: 45px;
		background-color: #7F1730;
		background-size: 100%;
		margin: 3px auto;
		text-align: center;
		font-family: 'LiebeDoris-Regular';
    	color: #FFF;
    	font-size: 30px;
		box-shadow: 0 0 8px rgba(0,0,0,.5);
		padding-top: 7px;
	}
	#about .about-content .about-nav li a:hover {
		text-decoration:none;
	}
	
}

@media only screen and (max-width:500px){    
	#about .classes-item .classes-text {
    	padding: 20px 30px 20px 30px;
	}
}

/*----------------*/
/* 	Homepage	  */
/*----------------*/

#homepage{
	background-repeat:repeat; 
	background-size:138px 138px; 
	background-image:url(../img/bg_gallery_header.jpg);
	padding-top:105px;
}
#homepage .header-bar .find-location{right:-410px;}
#homepage .header-bar .find-location.fixed {right:0px;}
#homepage .home-slideshow{ height:380px; position:relative; }
#homepage .home-slideshow > div{ padding-left:0; padding-right:0;}
#homepage .home-slideshow .slideshow-dots{ font:normal normal normal 14px/1 FontAwesome; color:#FFF; font-size:18px; text-align:center; position:absolute; z-index:3; bottom:40px; width:100%;}
#homepage .home-slideshow .slideshow-dots .slide-dot{ opacity:.7; height:15px; width:15px; text-align:center; display:inline; margin:3px; -webkit-transition: opacity .8s;transition: opacity .8s; cursor:pointer;}
#homepage .home-slideshow .slideshow-dots .slide-dot:before{content: "\f10c";}
#homepage .home-slideshow .slideshow-dots .slide-dot.on{ opacity:1;}
#homepage .home-slideshow .slideshow-dots .slide-dot.on:before{content: "\f111";}
#homepage .home-slideshow .main-slideshow-wrapper{ }
#homepage .main-slideshow .slide{ 
	text-align:right; 
	position:absolute; 
	width:100%; top:0; 
	background-image:url(../img/slideshow_shadow.jpg); 
	background-size:138px 29px; 
	background-position:bottom; 
	background-repeat:repeat-x; 
	opacity:0;
    z-index: -1;
	-webkit-transition: opacity .8s,  background-color .8s; 
	transition: opacity .8s, background-color .8s;
}
#homepage .main-slideshow .slide.on{ opacity:1; z-index: 0;}
#homepage .main-slideshow .slide img, #homepage .main-slideshow .placeholder{ width:1020px; max-width:110%; margin-left:-10%;}
#homepage .home-slideshow .find-location-wrapper{ z-index:2;}
#homepage .home-slideshow .find-location{ background-image:url(../img/bg_home_find_a_studio.png); background-size:auto 100%; background-position:left top; height:370px; margin-left:-35px; }

#homepage .home-slideshow .find-location .location-marker{ width:28px; position:absolute; top:78px; left:30px;}
#homepage .home-slideshow .find-location h2 { font-family:'LiebeDoris-Bold', sans-serif; color:#811630;  text-align:center; font-size:48px; position: absolute; top: 5px; margin: 10px 0 0; left: 40px;}
#homepage .home-slideshow .find-location .zip-search{ position:absolute; left:65px; top:85px; width:100px; height: 39px; line-height:2.5em; font-size:14px; z-index:2; padding:0 10px;}
#homepage .home-slideshow .find-location .search-btn{ position:absolute; left:163px; top:85px; padding: 2px 12px; z-index:1;}
#homepage .home-slideshow .find-location .find-location-contents{ position:absolute; width:100%; top:0; left:0;}
#homepage .find-location hr { border-top:2px dotted #FFF; margin:10px 10%;}
#homepage .find-location .find-location-contents .studio-result{
	color:#6e4315;
	padding-left:10%;
}

#homepage .find-location-contents .studio-result h3 { font-family: 'Cherry Swash'; margin-top: 10px; }
#homepage .find-location-contents .studio-result ul { list-style:none; padding-left:0px; margin-bottom: 5px; }
#homepage .find-location-contents .studio-result ul a { color:#6e4315; font-size: 16px; }
#homepage .find-location-contents .studio-result a { color:#FFF; font-size: 16px; }
#homepage .find-location-contents .studio-result li span:last-child { display:none; }

#homepage .home-content h3{ font-family: 'Cherry Swash', cursive; font-size:36px; color: #FFF; }
#homepage .home-content .body-text{ color:#EEE; max-width:430px; margin-bottom:10px;}
#homepage .home-content .frame {
    background-image: url(../img/home_frame.png);
    background-size: contain;
    top: 80px;
    width: 100%;
    padding: 7% 7.6% 8% 7.6%;
	position:relative;
	z-index:1;
}
#homepage .home-content .video-row{position:relative; top:-25px;} 
#homepage .home-content .brushes{ position:absolute; left:55%; width:30%;  top:-20px; z-index:2; max-width:140%; width:140%;}
#homepage .home-content .glass-bow{ position:absolute; right:4%; width:30%; opacity:.6; top:70px; z-index:0;}
#homepage .home-content .gift-cards{ width:80%; position:relative; z-index:1; margin-top: 10px;}
#homepage .home-content .paint-fun{ position:absolute; left:0; top:10px; z-index:0; width:45%; left:20%;}
#homepage .home-content .cork{ position:absolute; right:-50px; top:-100px; z-index:0; width:40%;}
#homepage .home-content .easel{  width:70%;}
#homepage .home-content .frachise-bg{position:absolute; width:85%; top:-30%; left:-10%; opacity:.7;}
#homepage .home-content .keys{  position:relative; z-index:1; width:35%; margin-top:25%; margin-bottom:5%;}
#homepage .home-content .studio-photo{
	position:absolute; 
	z-index:1; 
	bottom:20px; 
	right:20%; 
	width: 35%;
	-ms-transform: rotate(-9deg); /* IE 9 */
    -webkit-transform: rotate(-9deg); /* Chrome, Safari, Opera */
    transform: rotate(-9deg);
	border:5px solid #FFF;
}

#homepage .gallery-title{ 
	text-align:center; 
	color:#FFF; 
	padding: 10px 20px 10px;
	background-image:url(../img/bg_blue_texture_repeat.jpg);
	background-repeat:repeat;
	margin-top:20px;
	position:relative; 
	z-index:1;
}
#homepage .gallery-title h1{  font-family: 'LiebeDoris-Regular'; font-size: 45px; margin-top:0;}
#homepage .gallery-title h4{ font-weight:400; font-size:22px;}
#homepage .photo-gallery{ width:100%; font-size:0; text-align:center;}
#homepage .photo-gallery img{ width:10%;}
#homepage .load-more{ background-color:#3cb3d9; width:75px;font-family: 'LiebeDoris-Regular'; color:#FFF; font-size:26px; margin: -56px auto 0px; text-align:center; padding:10px; line-height:.8em; position:relative; z-index:2; cursor:pointer;}

#homepage .featured-on{ 
	background-image:url(../img/bg_grey_diagonals.jpg);
	background-size:175px 175px;
	background-repeat: repeat;
	padding:50px 0;
	margin-top:-30px;    
	box-shadow: inset 0 3px 10px rgba(0,0,0,.5);
}
#homepage .featured-on h2{ 
	color:#828181;
	font-family: 'Fira Sans', sans-serif; 
	font-weight:300;
	text-align:center;
	font-size:25px;
}

#homepage .footer { margin-top:0;}
/* Large Devices, Wide Screens */

	@media only screen and (max-width : 1500px) {
        #homepage .photo-gallery img{ width:10%;}
		#homepage .header-bar .find-location.fixed {right:-140px;}
	}
    @media only screen and (max-width : 1200px) {
        #homepage .photo-gallery img{ width:12.5%;}
		#homepage .home-content .frachise-bg{top:-20%;}
		#homepage .home-content .keys{ margin-top:35%;}
		#homepage .main-slideshow .slide img, #homepage .main-slideshow .placeholder{ width:807px;}		

		#homepage .home-slideshow .find-location{ height:300px;}
		#homepage .home-content .brushes{ top:0px;}
		#homepage .home-slideshow .find-location .find-location-contents{left:-15px;}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		#homepage .photo-gallery img{ width:16.666%;}
		#homepage .home-content{ margin-top:0;}
		#homepage .home-content h3{ font-size:25px; }
		#homepage .home-content .frachise-bg {  top: 0%; left:0;}
		#homepage .home-content .keys{  margin-top:50%; left:10%;}
		#homepage .home-content .studio-photo { right:0;}
		#homepage .main-slideshow .slide img, #homepage .main-slideshow .placeholder{ width:1020px;}
        #homepage .home-slideshow{ height: auto;} 
		#homepage .header-bar .find-location{ display: block; right: -180px;}
		#homepage .header-bar .find-location.fixed {right:-170px;}
	}
    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		#homepage .photo-gallery img{ width:20%;}
        #homepage{ padding-top: 61px;}
		#homepage .header-bar .find-location{ display:none;}		
		#homepage .gallery-title h1{  font-size: 40px;}
		#homepage .gallery-title h4{  font-size: 20px;}
		#homepage .featured-on .row > div{ padding:2% 10%;} 
		#homepage .art-fun-row{ margin-bottom:15px;}
		#homepage .header-bar .find-location{ display: none;}
        #homepage .home-slideshow .slideshow-dots { display: none; }
		#homepage .mobile-find-location{ 
			background-image: url(../img/bg_locations_header.jpg);						
			background-size: 1400px 219px;
    		background-position: center center;
   			background-color: #F8B600;
			text-align:center;
			padding:15px 0;
		}
		#homepage .mobile-find-location h2 { 
			font-family: 'LiebeDoris-Bold', sans-serif;
			color: #811630;
			text-align: center;
			font-size: 40px;
			margin:0;
		}
        #homepage .mobile-find-location .find-location-contents .studio-result h3 { font-size: 20px; margin-top: 10px; }
        #homepage .mobile-find-location .find-location-contents .studio-result ul { margin: 0; }
		#homepage .mobile-find-location .location-marker{ width:6%; margin-right:10px;}
		#homepage .mobile-find-location form, #homepage .mobile-find-location .form-group{display:inline;}
		#homepage .mobile-find-location .form-control{ display:inline; width:25%;}
		#homepage .mobile-find-location .torn-btn{
			height: 35px;
			padding-top: 0;
			padding-bottom: 0;
			vertical-align: middle;
			font-size: 26px;
		}
		#homepage .mobile-gift-cards, #homepage .mobile-franchise{
			background-color:#83142F;
			text-align:center;
			color:#FFF;
			padding:15px;
			margin:10px 0;
			display:block;
		}
		#homepage .mobile-gift-cards h3, #homepage .mobile-franchise h3{ margin:0;}
		#homepage .mobile-gift-cards .callout, #homepage .mobile-franchise .callout{font-family: 'LiebeDoris-Bold', sans-serif; color:#FFF; font-size:28px;}
		#homepage .mobile-franchise{
			background-color:#D0A220;
		}
	}
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		#homepage .photo-gallery img{ width:25%;}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
		#homepage .photo-gallery img{ width:50%;}        
    }
	
/*----------------*/
/* 	Blog Page	  */
/*----------------*/
	
#blog { background-repeat: repeat; background-size: 138px 138px; background-image: url(../img/bg_gallery_header.jpg); padding-top: 135px; }
#blog .news-title h1 { font-family: 'LiebeDoris-Regular'; color: #FFF; font-size:70px; text-align:center; padding:10px; line-height: 1em; }
#blog .news-entry h2 { font-size: 25px; margin-top: 0; margin-bottom: 4px; }
#blog .news-entry > h4 { font-size: 14px; margin-top: 0; margin-bottom: 4px; padding-left: 30px; padding-right:30px; }

#blog .news-entry .news-content { padding: 30px; padding-top: 10px; }

#blog .news a.blog-back  { margin: 20px; padding: 10px; color: #FFF; font-size: 16px; }

#blog .news-categories { background-color: #FFF; padding: 5px; margin: 15px; margin-top: 0;  }
#blog .news-categories ul { display: table; width: 100%; margin: 0; }
#blog .news-categories ul li { display: table-cell; }

#blog .news.container .row {
	margin-left: 0;
    margin-right: 0;
}
#blog .news.container .row .col-sm-6 {
	padding-left:10px;
	padding-right:10px;
}
#blog .news-entry {
	background:#fff;
	margin:10px 0;
	padding:40px 0;
}
#blog .date-box {
    padding: 3px 15px;
    background-color: #C0962E;
    background-image: url(../img/press_date_texture.jpg);
    display: inline;
    position: absolute;
    top: 0px;
    left: 40px;
    background-size: 20px 20px;
    font-family: 'LiebeDoris-Regular';
    color: #FFF;
    font-size: 36px;
    line-height: 1em;
}
#blog .entry-date {
    font-style: italic;
    display: none;
    color: #C49A1B;
    font-size: 14px;
    margin-top: 0px;
    line-height: 1em;
}
#blog .entry-image {
    width: 155px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
#blog .entry-link {
    font-weight: 500;
    color: #C39714;
    font-style: italic;
    position: absolute;
    bottom: 28px;
    right: 28px;
}

#blog .entry-link i { font-size:13px; }


#blog .wp-caption, #blog .gallery-caption {
    color: #666;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

    #blog .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #blog .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }

    #blog .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }

    #blog .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }

    #blog .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

#blog .load-more {
	background-image:url(../img/press_more_button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 75px;
    height: 84px;
    font-family: 'LiebeDoris-Regular';
    color: #FFF;
    font-size: 26px;
    margin: -15px auto 0px;
    text-align: center;
    padding: 10px;
    line-height: .8em;
    position: relative;
    z-index: 2;
	cursor:pointer;
}
@media only screen and (max-width:1199px) {
	#blog .news-entry h2 {font-size:20px;}	
}
@media only screen and (max-width:991px) {
	#blog .news-entry {padding-top:60px; }
	#blog .news-entry h2 {font-size:26px;}

    #blog .news-categories ul { display: block; padding-left: 15px; }
    #blog .news-categories ul li { display: block; }
}
@media only screen and (max-width:767px) {
	#blog {padding-top:65px;}
	#blog .news.container {padding-left:0; padding-right:0;}
	#blog .entry-link{ color: #fff; background: #c39714; padding: 5px 10px; right: 15px; bottom: 10px;	}
	#blog .news-entry {padding:20px;}
    #blog .news-entry > h2 { margin-top: 0px; }
    #blog .news-entry > h4 { padding: 0px; }
    #blog .news-entry .news-content {padding: 0px; margin-top: 40px;}
	#blog .news-entry p {padding: 0;}
	#blog .news-entry h2 {padding: 0; font-size:20px;}
	#blog .news-title h1 {font-size:40px;}
	
}

/*----------------*/
/* 	Press Page	  */
/*----------------*/

#press {
    background-repeat: repeat;
    background-size: 138px 138px;
    background-image: url(../img/bg_gallery_header.jpg);
    padding-top: 135px;
}

    #press .news-title h1 {
        font-family: 'LiebeDoris-Regular';
        color: #FFF;
        font-size: 70px;
        text-align: center;
        padding: 10px;
        line-height: 1em;
    }

    #press .news-entry h2 {
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 4px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #press .news-entry p {
        padding: 0 30px;
    }

    #press .news.container .row {
        margin-left: 0;
        margin-right: 0;
    }

        #press .news.container .row .col-sm-6 {
            padding-left: 10px;
            padding-right: 10px;
        }

    #press .news-entry {
        background: #fff;
        height: 260px;
        margin: 10px 0;
        padding: 40px 0;
    }

    #press .date-box {
        padding: 3px 15px;
        background-color: #C0962E;
        background-image: url(../img/press_date_texture.jpg);
        display: inline;
        position: absolute;
        top: 0px;
        left: 40px;
        background-size: 20px 20px;
        font-family: 'LiebeDoris-Regular';
        color: #FFF;
        font-size: 36px;
        line-height: 1em;
    }

    #press .entry-date {
        font-style: italic;
        display: none;
        color: #C49A1B;
        font-size: 14px;
        margin-top: 0px;
        line-height: 1em;
    }

    #press .entry-image {
        width: 155px;
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    #press .entry-link {
        font-weight: 500;
        color: #C39714;
        font-style: italic;
        position: absolute;
        bottom: 28px;
        right: 28px;
    }

        #press .entry-link i {
            font-size: 13px;
        }

    #press .load-more {
        background-image: url(../img/press_more_button.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 75px;
        height: 84px;
        font-family: 'LiebeDoris-Regular';
        color: #FFF;
        font-size: 26px;
        margin: -15px auto 0px;
        text-align: center;
        padding: 10px;
        line-height: .8em;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

@media only screen and (max-width:1199px) {
    #press .news-entry h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width:991px) {
    #press .news-entry {
        padding-top: 60px;
        height: 280px;
    }

        #press .news-entry h2 {
            font-size: 26px;
        }
}

@media only screen and (max-width:767px) {
    #press {
        padding-top: 65px;
    }

        #press .news.container {
            padding-left: 0;
            padding-right: 0;
        }

        #press .entry-link {
            color: #fff;
            background: #c39714;
            padding: 5px 10px;
            right: 15px;
            bottom: 10px;
        }

        #press .news-entry {
            padding: 20px;
        }

            #press .news-entry p {
                padding: 0;
            }

            #press .news-entry h2 {
                padding: 0;
                font-size: 20px;
            }

        #press .news-title h1 {
            font-size: 40px;
        }
}

/*----------------*/
/* 	Our Story	  */
/*----------------*/
.chalk-level {
    width: 1170px;
    margin: auto;
    position: relative;
    height: 780px;
    z-index: 0;
}
.content-level {
    width: 1170px;
    left: 50%;
    margin-left: -585px;
    position: absolute;
    height: 780px;
    z-index: 6;
    top: 0;
}
.object-level {
    width: 1170px;
    left: 50%;
    margin-left: -585px;
    position: absolute;
    height: 780px;
    z-index: 5;
    top: 0;
    pointer-events: none;
}
.paper-button.maroon {
    background-image: url(../img/btn_bg_maroon_lg.png);
    margin: 15px 0;
    display: inline-block;
    background-color: transparent;
    border: none;
}
.paper-button {
    font-size: 28px;
    font-family: 'LiebeDoris-Bold', sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 1px 23px 4px;
    background-size: cover;
    color: #FFF;
    background-repeat: no-repeat;
    letter-spacing: .03em;
}
#our-story .story-callout a:hover, #our-story .story-callout a:focus {
	text-decoration: none;
    opacity: .8;
    color: #FFF;
}
body#our-story{ background-image:url(../img/bg_gallery_header.jpg); background-size:160px; padding-top: 150px;}
body#our-story .header-wrapper, body#our-story .timeline { color: #FFF; }
#our-story .chalk-header{background-image:none; text-align:center; height:auto;}
#our-story .chalk-header.pre-scroll h1{opacity:.3; font-size:170px;padding-top:60px;}
#our-story .chalk-header h1{
	padding-top:30px; 
	opacity:1; 
	font-size:160px;
	font-family: 'LiebeDoris-Bold', sans-serif;
    text-align: center;
    line-height: .8em;
    margin-top: 0px;
    text-transform: uppercase;
    letter-spacing: .01em;
	color:#fff;
}
#our-story .chalk-header.pre-scroll #counter{margin-top:-25px; font-size:100px;}
#our-story .chalk-header #counter{margin-top:0px;text-align:center; font-family: 'LiebeDoris-Bold', sans-serif; font-size:75px; line-height:.9em;}
#our-story .chalk-header #counter span{ 
	background-color:#d02331; 
	display:inline-block; 
	margin:0 5px; 
	padding:10px 15px; 
	-webkit-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.75);
	position:relative;
	z-index:3;
}

#our-story .chalk-header.pre-scroll h3{ font-size:30px;}
#our-story .chalk-header h3{font-weight:normal; font-size:25px;}
#our-story .chalk-header.pre-scroll .scroller{ font-size:25px; margin-top:40px; line-height:.7em; opacity: 1; height:60px;}
#our-story .chalk-header .scroller{opacity:0; height:0;}
#our-story .chalk-header .fa{ font-size:45px;}

#our-story .chalk-header #counter, #our-story .chalk-header h1, #our-story .chalk-header h3, #our-story .chalk-header .scroller{
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
#our-story .divider{ height:55px; background-image:url(../img/our_story_divider.png); background-size:1200px; background-repeat:no-repeat; background-position:center 15px;}
#our-story .chalk-level{ width:100%; left:0%; margin-left:0%;}
#our-story .object-level{ width:100%; left:auto; margin-left:auto;}
#our-story .content-level{ width:100%; left:auto; margin-left:auto;}

#our-story .timeline {height:1750px;}
#our-story .timeline .intro{font-size:20px;}
#our-story .timeline .container{position:relative;}
#our-story .timeline .chalk-level{position:absolute; top:0; left:0;}
#our-story .timeline .chalk-level img{position:absolute;}
#our-story .timeline .chalk-level .the-line{ width:180px; position:absolute; left:50%; top:120px;margin-left:-90px; background-image:url(../img/timeline.png); background-repeat:repeat-y; background-position:center;background-size:25px;}
#our-story .timeline .chalk-level .the-line img{ position:relative; background-image:url(../img/chalk_bg.jpg); background-size:160px; padding:10px;}
#our-story .timeline .object-level{position:absolute; top:0;}
#our-story .timeline .object-level img{position:absolute;}
#our-story .timeline .content-level{position:relative;}
#our-story .timeline .content-level .text{
	position:absolute;
	padding:12px 25px; 
	-webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.6);
	color:#333;
	max-width:420px;
}
#our-story .timeline .content-level .text:after{
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-width: 10px;
	margin-top: -10px;
}

#our-story .timeline .content-level .text.right:after{right: 100%;}
#our-story .timeline .content-level .text.left:after{left: 100%;}

#our-story .timeline .content-level .text.right{left:50%; margin-left:20px;}
#our-story .timeline .content-level .text.left{right:50%; margin-right:20px;}
#our-story .timeline .content-level .text.blue{background-color:#43c7f2; }
#our-story .timeline .content-level .text.blue.left:after{border-left-color: #43c7f2;}
#our-story .timeline .content-level .text.blue.right:after{border-right-color: #43c7f2;}

#our-story .timeline .content-level .text.green{background-color:#9dd2a8;}
#our-story .timeline .content-level .text.green.left:after{border-left-color: #9dd2a8;}
#our-story .timeline .content-level .text.green.right:after{border-right-color: #9dd2a8;}

#our-story .timeline .content-level .text.yellow{background-color:#f4b43e;}
#our-story .timeline .content-level .text.yellow.left:after{border-left-color: #f4b43e;}
#our-story .timeline .content-level .text.yellow.right:after{border-right-color: #f4b43e;}

#our-story .timeline .content-level .frame{position:absolute; background-image: url(../img/home_frame.png); background-size:contain; padding: 3% 3.3% 3% 3.3%;}
#our-story .timeline .content-level .frame .video_placeholder{ position:relative;cursor:pointer; width: 100%;}

#our-story .story-callout{  position: absolute;	width: 200%; left: -50%; text-align: center; bottom:-170px;}
#our-story .story-callout h2{  font-size: 35px;  font-family: 'LiebeDoris-Bold', sans-serif;  text-align: center;  text-transform: uppercase;}

@media (max-width: 991px){
	#our-story .timeline .object-level{ top:37px; left:0;}
	#our-story .timeline .chalk-level{ top:20px; left:0;}
	.content-level {
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-bottom: 25px;
    position: relative;
    z-index: 4;
    height: auto;
	}
}
@media (max-width: 767px){
	body#our-story{padding-top:70px;}
	#our-story .timeline .content-level .text{ position:static; width:90% !important; max-width:none; margin:10px auto !important; font-size:16px; }
	#our-story .timeline .content-level .text:after{ border:none;}
	#our-story .timeline .content-level .video-frame{ position:static; width:100%;}
	#our-story .timeline .content-level .date{ width:50%; margin:auto; display:block; max-width:180px;}
	#our-story .chalk-header #counter { font-size:40px;}
	#our-story .chalk-header #counter span{ font-size:40px; padding: 6px 7px; display:inline;}
	#our-story .chalk-header.pre-scroll #counter{ font-size:40px; margin-top:-10px;}
	#our-story .chalk-header h1, #our-story .chalk-header.pre-scroll h1{ font-size: 85px;}
	#our-story .timeline{ height:auto;}
	#our-story .story-callout{  position: static; width: auto; left: -50%;}
	#our-story .timeline .content-level .frame {  padding: 7% 8% 7% 7%; width:100% !important;}
}

/*----------------*/
/* 	Generic  	  */
/*----------------*/

#studio-default .studio-page h1 { font-family: 'LiebeDoris-Bold'; font-size: 50px; color: #811630; margin: 0; }
#studio-default .studio-page h3 { font-size: 20px; }

#generic {padding-top: 140px;}
#generic .form-page h1 { font-family: 'LiebeDoris-Bold'; font-size: 50px; color: #811630; margin: 0; }

@media only screen and (max-width: 767px) {
    #generic {padding-top: 70px;}
    #studio-default .studio-page h1 { font-family: 'LiebeDoris-Bold'; font-size: 32px; color: #811630; margin: 0; }
}

.surprise-950 {
    max-width: 950px;
}

.info-page .info-page-text {
    color: #EFEFEF;
    margin-bottom: 40px;
}
.info-page .info-page-text h1 { font-family: 'Cherry Swash', cursive; font-size: 36px; }
.info-page .info-page-text p { font-size: small; margin-top: 20px; }
.info-page .info-page-text strong { color: #FFF; }

@media only screen and (max-width: 767px) {
    .info-page .info-page-text h1 { font-size: 30px; }
    .info-page .info-page-text h3 { font-size: 20px; }
}

@media only screen and (max-width: 480px) {
    .info-page .info-page-text h1 { font-size: 24px; }
    .info-page .info-page-text h3 { font-size: 18px; }
}


/*----------------*/
/* 	Gift Card	  */
/*----------------*/

#gift-card {padding-top: 140px;}
#gift-card .studio-page h1 {
	font-family: 'LiebeDoris-Bold';
    font-size: 50px;
    color: #811630;
    margin: 0;
}
#gift-card #how-to-deliver .radio label {
	font-weight: bold;
    line-height: 1.8em;
}
#gift-card .form-page form h2 {
	margin-bottom:5px;
}
#gift-card .form-page form h3 {
    font-size:20px;
	margin-bottom: 0;
}
#gift-card .form-sidebar {
	padding-left:35px;
}
#gift-card .form-sidebar h2 {
	font-family: 'Cherry Swash', cursive;
    font-size: 35px;
    color: #43c7f2;
    margin: 0;
	margin-bottom:5px;
}
#gift-card .form-sidebar a {
	color: #43c7f2;
}
#gift-card .form-sidebar p {
	color:#fff;
}

@media (max-width: 991px){
	.form-page .black-zigzag-bg .extend-sidebar {
		background-image:none;
        width:auto;
	}
	.form-page .black-zigzag-bg .black-zigzag-left {
		background-image:none;	
	}
	.form-page .black-zigzag-bg {
		background-image:none;
		background-color:transparent;
	}
	#gift-card .form-sidebar p {
		color:#666;
	}
}
@media only screen and (max-width: 767px) {
	#gift-card {padding-top: 70px;}
	#gift-card .form-sidebar h2 {
		font-size:25px;
	}
	#gift-card .studio-page h1 {
		font-size:35px;
	}
	#gift-card .total {
    	padding-left: 15px;
    	padding-top: 15px;
	}
}

/*--------------------*/
/* 	ready set paint	  */
/*--------------------*/

#ready-set-paint .view-calendar{ font-weight:600; font-size:16px; margin-top:35px; color:#42C0E8; margin-right:15px;}
#ready-set-paint .upcoming-paintings h1{ font-family:'LiebeDoris-Regular'; font-size:80px; color:#811630; font-weight: bold;}
#ready-set-paint .upcoming-paintings h1 i{font-weight:normal;}
#ready-set-paint .painting-list{ list-style:none; margin:0; padding:0 10px 0 0; }
#ready-set-paint .painting-list li{ margin-bottom: 20px; }
#ready-set-paint .painting-list .painting-thumb{ height:160px; position:absolute;}
#ready-set-paint .painting-list .painting-details{ height:auto; background-color:#FFF; display:inline-block; width:100%; padding-left:160px; color:#545454; padding-bottom: 10px;}
#ready-set-paint .painting-list .painting-details h2{ 
	font-family:'LiebeDoris-Regular', sans-serif; 
	padding:5px 15px; 
	background:url(../img/bg_blue_texture_repeat.jpg); 
	color:#FFF;
	margin:0;
	font-size:35px;
}
#ready-set-paint .painting-list .painting-details .location {padding-top:5px;}
#ready-set-paint .painting-list .painting-details .pad-sides{ padding:0 15px;}
#ready-set-paint .painting-list .painting-details .price{ float:right; font-family: 'Fira Sans', sans-serif; color:#abadac; font-size:30px;}
#ready-set-paint .painting-list .painting-details h4{ font-size: 25px; margin-bottom:5px; padding-right:60px;} 
#ready-set-paint .painting-list .painting-details .register-callout{ text-align:right; font-family: 'Fira Sans', sans-serif; font-style:italic;}
#ready-set-paint .slide-down {display:none;}
#ready-set-paint .studio-page .border-right { border-right: dotted 2px #F4B43E;}
@media only screen and (max-width: 991px) {
	#ready-set-paint .ready-set-paint-mobile.visible-sm {display:none!important;}
	#ready-set-paint .studio-page .border-right { border-right:none;}
}
@media only screen and (max-width: 767px) {
	#ready-set-paint {padding-top:50px;}
	#ready-set-paint .upcoming-paintings h1{ font-size:45px; }
	#ready-set-paint .painting-list{  padding:0; }	#studio-landing .painting-list .painting{ position:relative;}
	#ready-set-paint .painting-list .painting-thumb { height: 115px; top: 46px;left: 10px;}
	#ready-set-paint .painting-list .painting-details{  min-height: 170px; background-color: #FFF; height:auto; padding:0; font-size:12px;}
	#ready-set-paint .painting-list .painting-details .pad-sides{ padding:0 15px 40px 137px;}	
	#ready-set-paint .painting-list .painting-details .price{ color:#FFF; font-size:23px; margin-top:-43px;}
	#ready-set-paint .painting-list .painting-details h4 { font-size: 19px;}
	#ready-set-paint .painting-list .painting-details h2{  font-size: 27px;}
	#ready-set-paint .painting-list .painting-details .register-callout {padding: 6px 11px;	font-weight: bold; background-color: #f6b524; font-size: 13px; position:absolute; bottom:0; right:0;}
	#ready-set-paint .painting-list .painting-details .register-callout a{ color:#FFF;}
	#ready-set-paint .painting-list li {position:relative;}
}

.form-page form button.btnaslink {
    border: 0px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    font-family: inherit;
    background-color: #337ab7;
    border: 1px solid transparent;
    box-shadow:none;
    color: rgba(255, 255, 255, 1.0);
    cursor: pointer;
    width: auto;
}
.form-page form button.btnaslink:hover{
    background-color: #286090;
    border-color: #204d74;
}

/* PROMO LANDING PAGES */
.promo-landing img.promo-banner { width: 100%; margin-bottom: 20px; margin-top: 10px;        }
.promo-landing ul.locations { -moz-column-count: 4; -moz-column-gap: 20px; -webkit-column-count: 4; -webkit-column-gap: 20px; column-count: 4; column-gap: 20px; margin-top: 20px; }
.promo-landing ul.locations li.location-state { font-family: 'Cherry Swash', cursive; font-weight: bold; color: #43c7f2; margin-bottom: 7px; margin-top: 15px; list-style: none; font-size: 24px; }
.promo-landing ul.locations li.location-studio { list-style: none; margin: 10px; }
.promo-landing ul.locations li.location-studio a { color: #FFF; }

@media only screen and (max-width: 991px) {
    #generic.promo-landing  { padding-top: 80px; }
    #generic.promo-landing section h1 { font-size: 36px; }
    .promo-landing ul.locations { -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; }
}

@media only screen and (max-width: 767px) {
    .promo-landing ul.locations { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
}

@media only screen and (max-width: 480px) {
    .promo-landing img.promo-banner {display: none; }
    .promo-landing ul.locations { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; }
}

.margin-top-1 { margin-top: 10px; }

.validation-summary-errors ul { padding: 0; }
.validation-summary-errors ul li { list-style: none; }

#surprise-default #open-box {
    background: url('../../assets/img/cyber-monday-confirmation.jpg') no-repeat center center;
    background-size: cover;
    margin: 0;
    padding-top: 43%;
    position: relative;
}

#surprise-default #code-reveal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto auto auto;
    margin-top: 12.3%;
    font-size: 3em;
    font-weight: bold;
    color: #FFF;
    width: 75%;
    height: 25%;
    text-align: center;
    line-height: 1em;
    text-shadow: .08em .08em .1em #000;
}

#surprise-default #code-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: antiquewhite;
    margin: auto auto auto auto;
    margin-top: 27%;
    font-size: 1.1em;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5em;
    width: 30%;
    height: 14%;
    border-radius: .2em;
    padding-top: .2em;
}

#surprise-default .code {
    font-size: x-large;
    font-weight: bold;    
}

@media (max-width: 991px) {

    #surprise-default #code-reveal {
        margin-top: 13%;
        font-size: 2.3em;
        width: 75%;
        height: 25%;
        line-height: 1em;
        text-shadow: .08em .08em .1em #000;
    }

    #surprise-default #code-container {
        font-size: 1.1em;
        line-height: 1em;
        width: 40%;
        height: 14%;
        border-radius: .2em;
        padding-top: .3em;
    }
}

@media (max-width: 767px) {

    #surprise-default #code-reveal {
        margin-top: 12.5%;
        font-size: 2.3em;
        width: 75%;
        height: 25%;
        line-height: 1em;
        text-shadow: .08em .08em .1em #000;
    }

    #surprise-default #code-container {
        font-size: 1em;
        line-height: 1.2em;
        width: 40%;
        height: 14%;
        border-radius: .2em;
        padding-top: .23em;
    }
}

@media (max-width: 480px) {

    #surprise-default #code-reveal {
        margin-top: 10%;
        font-size: 1.6em;
        width: 75%;
        height: 25%;
        line-height: 1em;
        text-shadow: .08em .08em .1em #000;
    }

    #surprise-default #code-container {
        font-size: 1em;
        line-height: 1.2em;
        width: 70%;
        height: 30%;
        border-radius: .2em;
        padding-top: .15em;
    }

    #surprise-default .code {
        font-size: medium;
        font-weight: bold;
    }
}

/*--------------------*/
/* 	About Class Pages */
/*--------------------*/
#about-class .class-title{
	margin-top:10px;
}
#about-class .class-info{
	position:relative;
}
#about-class .class-info .back-link{
	color:#811630;
	position:absolute;
	top:25px;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}
#about-class .class-info .main-photo{
	margin-top:-20px;
}
#about-class .class-description{
	margin:0 25px 20px 45px;
}
#about-class .class-description h1{
	font-family: 'Cherry Swash', cursive;
    font-size: 33px;
	color:#bf9539;
}
#about-class .class-description p{
	line-height: 1.5em;
	font-size:18px;
}

#about-class .book-now-container{
	color:#fd778d;
	margin-top:40px;
	background: url(../img/class_page_book_now_bg.png) no-repeat center center;
    background-size: 100% 100%;
	background-position:0 center;
}
#about-class .book-now-description{
	margin:40px;
}
#about-class .book-now-description h2{
	font-family: 'LiebeDoris-Regular';
    font-size: 60px;
}
#about-class .book-now-description p{
	line-height: 1.5em;
	font-size:22px;
}
#about-class .book-now-description .torn-btn{
	font-size:35px;
}
#about-class .book-now-container .book-photo-1{
		width:85%;
		float:right;
}
#about-class .book-now-container .book-photo-2{
		width:60%;
		float:left;
		margin-top:-25px;
}
#about-class .photo-frame{
    border: 8px solid #FFF;
    box-shadow: 0 0px 10px rgba(0,0,0,.5);
}
#about-class .tilt-left{
    -ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
}
#about-class .tilt-right{
    -ms-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
}

#about-class .classes-near-you:after{
	height: 12px;
	position: absolute;
    z-index: 2;
    content: '';
    display: block;
    width: 100%;
    background: url(/assets/img/class_page_blue_edge.png) repeat;
    background-size: 1281px 12px;
    top: -12px;
	
	
}
#about-class .classes-near-you{
	position:relative;
	background-image: url(/assets/img/about_class_dark_background.jpg);
	text-align:center;
	padding-bottom:25px;
	margin-top:30px;
    padding-top: 20px;
}
#about-class .classes-near-you h2{
    font-family: 'Cherry Swash', cursive;
    font-size: 40px;
    color: #83ddf9;
}
    #about-class .classes-near-you .calendar h3 {
        font-family: 'LiebeDoris-Regular';
        font-size: 30px;
        color: #FFF;
        text-shadow: 0 0 15px #000;
        display: inline-block;
        width: 200%;
        text-align: left;
    }

    #about-class .classes-near-you #studio-calendar .calendar .calendar-days .event.public {
        background-color: #FFF;
    }

    #about-class .classes-near-you #studio-calendar .calendar .calendar-days .event.public .class-details .link {
        display: block;
        margin-top: 10px;
    }

#about-class .classes-near-you h3:hover{
    color: #83ddf9;
}

#about-class .painting-list{ margin:0px; padding:0px; }
#about-class .painting-list .painting{ margin-top: 20px; }
#about-class .painting-list .painting-thumb{ height:160px; position:absolute;}
#about-class .painting-list .painting-details{ height:160px; background-color:#FFF; display:inline-block; width:100%; padding-left:200px; color:#545454; text-align:left;}
#about-class .painting-list .painting-details h2{ 
	font-family:'LiebeDoris-Regular', sans-serif; 
	padding:5px 15px; 
	background:url(../img/bg_blue_texture_repeat.jpg); 
	color:#FFF;
	margin:0;
	font-size:35px;
}
#about-class .painting-list .painting-details .pad-sides{ padding:0 15px;}
#about-class .painting-list .painting-details .price{font-family: 'Fira Sans', sans-serif; color:#abadac; font-size:22px; margin-top:5px;}
#about-class .painting-list .painting-details h4{ font-size:18; margin-bottom:5px; padding-right:10px;} 
#about-class .painting-list .painting-details .register-callout{ float:right; font-family: 'Fira Sans', sans-serif; font-style:italic;}


#about-class .painting-list.private .event.public, 
#about-class .painting-list.private .event.family, 
#about-class .painting-list.public .event.private, 
#about-class .painting-list.public .event.family, 
#about-class .painting-list.family .event.private, 
#about-class .painting-list.family .event.public{ display:none;}	
#about-class .filter-options{ margin-bottom:5px;}
#about-class .filter-options .event-filter{ display:inline-block; margin-left:2px; padding:5px; font-style:italic; background-color:#FFF; cursor:pointer;}
#about-class .filter-options .event-filter.private{background-color:#f6b524;}
#about-class .filter-options .event-filter.public{ background-color:#43c7f2;}
#about-class .filter-options .event-filter.family{ background-color:#73b09d;}
#about-class .month-select .month-filter{ 
	padding-right:45px;
    height: 31px;
    overflow: hidden;
    background: url(../img/dropdown-arrow.jpg) no-repeat right #FFF;
    background-size: auto 31px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    padding-left: 10px;
}

@media only screen and (max-width: 1199px) {
	#about-class .book-now-description h2{
		font-family: 'LiebeDoris-Regular';
		font-size: 45px;
	}
	#about-class .book-now-description p{
		line-height: 1.5em;
		font-size:20px;
	}
	#about-class .book-now-description .torn-btn{
		font-size:30px;
	}
}
@media only screen and (max-width: 991px) {
	
	#about-class .book-now-container{
		background: #811630;
		padding:1px;
	}
	
		#about-class .class-description {
		margin: 0 0px 20px 0px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#about-class .painting-list{  padding:0; margin:0 -30px 0;}
	#about-class .painting-list .painting{ position:relative;}
	#about-class .painting-list .painting-thumb { height: auto; width:130px; top: 39px;left: 0px;}
	#about-class .painting-list .painting-details{  min-height: 170px; background-color: #FFF; height:auto; padding:0; font-size:12px;}
	#about-class .painting-list .painting-details .pad-sides{ padding:0 15px 40px 137px;}	
	#about-class .painting-list .painting-details h4 { font-size: 19px;}
	#about-class .painting-list .painting-details h2{  font-size: 27px;}
	#about-class .painting-list .painting-details .register-callout {padding: 6px 11px;	font-weight: bold; background-color: #811630; font-size: 13px; position:absolute; bottom:0; right:0;}
	#about-class .painting-list .painting-details .register-callout a{ color:#FFF;}
	
	#about-class .event.private .painting h2{background:#f6b524;}
	#about-class .event.public .painting h2{ background:#43c7f2;}
	#about-class .event.family .painting h2{ background:#73b09d;}	
	#about-class .class-info .back-link {
		top: -15px;
		left:10px;
	}
}
