/* @override 
	http://localhost:7777/stylesheets/styles.css
	http://rbvea.isa-geek.com:8080/stylesheets/styles.css
	http://flauntmakeovers.com/stylesheets/I.styles.css.pagespeed.cf.6oa5Blkwbr.css
	http://flauntmakeovers.com/stylesheets/styles.css
	http://flauntmakeovers.com/stylesheets/I.styles.css.pagespeed.cf.MqHcrxsUad.css
	http://flauntmakeovers.com/stylesheets/I.styles.css.pagespeed.cf.Uq42zfNOck.css
	http://flauntmakeovers.com/stylesheets/I.styles.css.pagespeed.cf.3V21KMEwms.css
*/

html{
	
}

body{
	font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 !important;
	padding: 0 !important; 
	background: #000;
	min-width: 935px;
}

a, a:link, a:visited, a:active{
	color: #894B98;
	text-decoration: none;
}

a:hover{
	color: #752A7C;
}


h1{
    font-family: 'Economica', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    color: #FFF;
    margin-bottom: 25px;
}

h1.title{
	text-align: center;
}

h2, h3, h4 {
  font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
}

p{
	font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 21px;
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 15px;
	color: #FFF;
}


span.hide{
	display: none;
}

div.clear{
	clear: both;
}

#header{
	-webkit-box-shadow: 0px 3px 9px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 3px 9px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 3px 9px rgba(50, 50, 50, 0.41);
	background: black;
	width: 100%;
	height: 50px;
	z-index: 1;
	display: block;
}

.permalink_landing #header ul{
	text-align: center;
	width: 800px;
}

#header #header_container{
	min-width: 935px;
	max-width: 1100px;
	margin: auto;
}

#footer{ /* for services page */
	width: 750px;
    display: block;
    margin: 0 auto;
    color: white;
    padding: 0;
    text-align: left;
}

#footer h1{
	text-align: center;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}


#footer h2{
	font-size: 15px;
	letter-spacing: 2px;
	margin-top: 30px;
}

#footer p, #footer li{
	color: #FFF;
	font-size: 15px;
	line-height: 21px;
	font-weight: 300;
}

#footer a{
	color: #EBBFFA;
}

/*#footer #footer_container{
	width: 1100px;
	margin: auto;
}*/

#header h1#logo{
	background: url('/assets/media/logo.png') no-repeat top left;
	width: 190px;
	height: 50px;
	float: left;
  margin: 0;
}

#header h1#logo:hover{
	background: url('/assets/media/logo_over.png') no-repeat top left;
}

#header h1#logo span {
    visibility: hidden;
}

ul#nav{
	height: 50px;
	display: block;
	padding: 0;
	height: 50px;
	margin-top: 0;
	margin-bottom: 0;
    float: right;
}

.permalink_landing ul#nav {
	margin: 0 auto;
    float: none;
}

.permalink_landing ul#nav li a{
	font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px !important;
}

ul#nav li{
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 50px;
	margin: 0 15px;
	font-size: 12px;
	font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-size: 12px !important;
	font-weight: normal;
}

ul#nav li a{
	color: #FFF;
	padding: 0;
	font-size: 12px !important;
	font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

ul#nav li a.active, ul#nav li a:hover{
	color: #777;
	background: none;
}

#background{
	background: url('/assets/media/bg.jpg') center center no-repeat;
	background-size:100% 100%;
	position: absolute;
	width: 100%;
	height: 100%;
}

#background .graphic_top_right{
    width: 405px;
    height: 115px;
    position: absolute;
    top:50px;
    right: 0;
    z-index: 1;
    background: url('/assets/media/top_swirl.png') bottom left no-repeat;
}

#background .graphic_bottom_left{
    width: 390px;
    height: 105px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: url('/assets/media/bottom_swirl.png') top left no-repeat;
}

/* SPARKLY BG */

.aerostat_contact #background, .permalink_contact #background, .aerostat_links #background, .permalink_links #background, .permalink_forms #background, .aerostat_forms #background, .permalink_promo #background, .permalink_promo #background{
	background: url('/assets/media/bg_sparkly.jpg') center center no-repeat;	
	background-size:100% 100%;
	position: absolute;
	width: 100%;
	height: 100%;

}

#vertical_center{
    position: absolute !important; 
    margin-top: 40%;
    top: 0 !important;
    height: 170px !important;
    width: 406px !important;
}

#logo_about{
    background: url('/assets/media/logo_large.png') top left !important;
    height: 169px !important;
    margin-top: -55px !important;
    width: 406px !important;
    margin-left: 20px !important;
}

/* for centered content */

.permalink_galleries #foreground, .permalink_services #foreground, .permalink_testimonials #foreground{
	min-width: 935px;
	max-width: 1100px;
	margin: auto;
	margin-top: 30px;
	z-index: 100 !important;
}

.permalink_about #foreground{
	min-width: 700px !important;
	width:700px !important;
	margin: auto;
  padding-top: 0 !important;
	padding-bottom: 100px !important;
	/*margin-top: 30px;*/
  top: 80px;
	z-index: 100 !important;
	text-align: left !important;
}

.permalink_about #foreground h1{
	text-align: center;
}

.permalink_about #foreground h2{
	font-size: 15px;
	letter-spacing: 2px;
	margin-top: 30px;
}

.permalink_about #foreground p, .permalink_about #foreground li{
	color: #FFF;
	font-size: 15px;
	line-height: 21px;
	font-weight: 300;
}

.permalink_about #foreground a{
	color: #EBBFFA;
}

.permalink_about #foreground span{
  font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
 	line-height: 19px;
 	color: #FFF;
}

.permalink_about #foreground a:hover{
	color: #FFF;
}

.permalink_about #foreground li{
	margin-bottom: 10px;
}

/* for float right content */

.aerostat_contact #foreground, .permalink_contact #foreground, .aerostat_links #foreground, .permalink_links #foreground, .permalink_forms #foreground, .aerostat_forms #foreground, .permalink_promo #foreground, .permalink_promo #foreground{
	position: absolute;
	right: 0;
	color: #FFF;
	margin-top: -215px;
	height: 400px;
	padding: 40px 50px;
	width: 500px;
	top:50%;
	background: url('/assets/media/gray_overlay.png') top left repeat;
}

.aerostat_contact #foreground, .permalink_contact #foreground{
	margin-top: -240px;
	height: 450px;
}

.aerostat_contact #foreground span, .permalink_contact #foreground span, .aerostat_links #foreground span, .permalink_links #foreground span, .permalink_forms #foreground span, .aerostat_forms #foreground span, .permalink_promo #foreground span, .permalink_promo #foreground span{
  font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
 	line-height: 19px;
}

/* ABOUT */

#photo{
	width: auto;
	height: 400px;
	display: block;
	/*margin-right: 15px;
	margin-bottom: 5px;*/
	background-size: auto 100% !important;
	background-position: center center !important;
	margin-bottom: 30px;
}

/* GALLERIES */

.permalink_galleries{
    text-align: center;
}

#galleries{
    margin: 0 auto;
    padding-bottom: 50px;
}

#galleries .gallery_block {
    display: inline-block;
    margin: 0 20px 40px 20px;
    width: 280px;
    height: 380px;
    position: relative;
    -webkit-box-shadow: 0px 3px 9px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 3px 9px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 3px 9px rgba(50, 50, 50, 0.41);
}

#galleries a .gallery_block h1{
	font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 2px;
  height: 15px;
  overflow: hidden;
  color: #FFF;
  margin-bottom: 0;
  margin-top: 16px;
}

#galleries a:hover .gallery_block h1, #galleries a:hover .gallery_block h3{
	color: #752A7C;
}


#galleries a .gallery_block h3{
	font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 9px;
  color: #888;
  line-height: 14px;
  height: 14px;
  overflow: hidden;
  letter-spacing: 2px;
  margin-top: 2px;
}

#galleries .gallery_block .gallery_image{
    width: 280px;
    height: 315px;
    background-size:cover !important;
    background-position: center center !important;
}

#galleries .gallery_block .gallery_description {
    width: 280px;
    height: 65px;
    background: black;
    position: absolute;
    bottom: 0;
    text-stransform: uppercase;
}

/* LINKS */

.permalink_links #links{
	margin: 0;
	padding: 0;
	list-style: none;
}

.permalink_links #links li{
	height: 55px;
	margin-bottom: 25px;
}

.permalink_links #links li a:hover h4, .permalink_links #links li a:hover p{
	color: #894B98;
}

.permalink_links #links li .link_thumbnail{
	width: 55px;
	height: 55px;
	display: block;
	float:left;
	background-size:cover !important;
	background-position: center center !important;
	margin-right: 15px;
	-webkit-box-shadow: 0px 3px 9px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 3px 9px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 3px 9px rgba(50, 50, 50, 0.41);
}

.permalink_links #links li h4{
	line-height: 14px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.permalink_links #links li p{
	line-height: 17px;
	font-size: 13px;
	margin: 0;
	padding: 0;
	
}

/* fixed pages */

#fixed_bg{
	/*background: #6A3279;*/
}

#fixed_bg #background{
    position: fixed;
    z-index: 0;
}

#fixed_bg #header{
	z-index: 200;
	position: fixed;
  left: 0;
  top: 0;
}

#fixed_bg #foreground{
	position: relative;
    z-index: 100;
}

#fixed_bg .graphic_top_right{
    width: 405px;
    height: 150px;
    position: fixed;
    top:0px;
    right: 0;
    background: url('/assets/media/top_swirl.png') bottom left no-repeat;
    z-index: 10;
}

#fixed_bg .graphic_bottom_left{
    width: 390px;
    height: 105px;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: url('/assets/media/bottom_swirl.png') top left no-repeat;
}

#fixed_bg #foreground{
	min-width: 935px;
	max-width: 1100px;
	margin: auto;
	padding-top: 80px;
	background: transparent;
	z-index: 100;
	padding-bottom: 50px;
	text-align: center;
}

/* Testimonials */

#testimonials{
	width: 940px;
	margin: auto;
}

#testimonials .testimonial_block{
	-webkit-box-shadow: 0px 3px 9px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 3px 9px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 3px 9px rgba(50, 50, 50, 0.41);
	/*width: 280px;*/
  background: #FFF;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
  margin: 0 10px 10px;
  position: relative; 
  z-index: 2;

}

#testimonials .testimonial_block p{
	color: #444;
	white-space: pre-line;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	/*margin-bottom: 10px;*/
}

#testimonials .testimonial_block img{
	width: 240px !important;
	margin-bottom: 20px;
}

/* Gallery */

.aerostat_galleries #gallery_detail h1{
	line-height: 25px;
	margin-bottom: 0;
}

.aerostat_galleries #gallery_detail h3, .aerostat_galleries #slideshow h3{
	line-height: 12px;
	font-size: 10px;
	letter-spacing: 2px;
	margin-bottom: 35px;
	font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

#slideshow div:first-child {
    /*min-height: 450px;*/
}

#slideshow{
}

#slideshow #thumbs{
	padding-left: 0 !important;
}

#thumbs li{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    background-position: center center !important;
    background-size: cover !important;
}

#thumbs li.ng-scope{
    -webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 0px 8px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 0px 8px rgba(50, 50, 50, 0.41);
}

#thumbs li:hover{
	cursor: pointer;
}

#thumbs li#right-arrow, #thumbs li#left-arrow{
	background-size:auto !important;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	width: 20px !important;
	box-shadow:         none;
}


#slideshow > div{
	margin-bottom: 20px;
}

#current_image{
	-webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 0px 8px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 0px 8px rgba(50, 50, 50, 0.41);
    background: #000;
	width: 930px;
	height: 445px;
	margin: auto;
    position: relative; 
    /*line-height: 445px;*/ /* valign img */
    /*text-align: center;*/ /* valign img */
}

#current_image img {
    vertical-align: middle; /* valign img */
    height:100%;
    display: block;
    margin: auto;
    /*margin-top: -3px;*/
}

#logo_landing {
    position: fixed; 
    bottom: 25px;
    left: 22px; 
    background: url('/assets/media/logo_large.png') top left no-repeat;
    height: 169px;
    width: 406px;
    z-index: 5;
}

#description{
  width: 226px;
  height: 86px;
  background: url('/assets/media/gray_overlay.png') top left repeat;
  position: fixed;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 16px 22px;
  color: white;
  text-transform: uppercase;
  z-index: 200;
}

#description p{
  margin: 0;
  font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 16px;
  font-weight: 400;
  padding: 0;
  overflow: hidden;
  height: 50px;
}

.forms_list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

li.form{
	margin-bottom: 15px;
	height: 30px;
}

li.form a{
	background: #000 !important;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #EBBFFA;
}

li.form a:hover{
	color: #FFF;
}

.form span {

}

/* Services */

#services{
	min-width: 1100px;
}

#services .column{
    margin: 0 20px;
    display: block;
    float: left;
    width: 326px;
    text-align: left;
}

#services .column_image{
    width: 100%;
    height: 140px;
    background-size:cover !important;
    background-position: center center !important;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 3px 9px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 3px 9px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 3px 9px rgba(50, 50, 50, 0.41);
}

#services .column h1{
	margin-bottom: 6px;
	line-height: 24px;
}

#services .column h3{
	margin-bottom: 30px;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 13px;
}

#services table{
    vertical-align: top;
}

#services table td{
    padding: 0 10px 30px 0;
    vertical-align: top;
}

#services table h2{
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}


#services table .italics {
    font-style: italic;
    font-size: 13px;
    line-height: 17px;
    margin-top: 2px;
    padding-right: 20px;
}

#services div p{
	line-height: 18px;
	margin-bottom: 0;
    padding-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding-right: 0;
}

/* Testimonials */

.thumb {
    width: 245px;
    height: 186px;
    margin-bottom: 14px;
}

#content.preview{
  width: 680px;
  padding-top: 40px;
  
}

.form-horizontal .control-label {
  font-size: 14px;
  margin-bottom: 3px;
    text-align: left;
    color: white;
    /*width: 120px;*/
    display: block;
    width: 100%;
}

.form-horizontal .control-group {
    margin-bottom: 10px; 
}

.control-group input{
    display: block;
    width: 100%;
}

.control-group input[type="text"]{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    /*padding: 0 5px;*/
}

.control-group textarea {
    display: block;
    width: 100%;
    height: 50px;
}

.permalink_contact button, .permalink_promo button {
    margin-left: 120px;
	margin-top: 5px;
    background: purple;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    padding: 10px 19px;
    font-family: 'Economica', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}

.permalink_contact button:hover, .permalink_promo button:hover{
    background: rgb(179, 0, 179);
}


/* For Responsive Slides */

#slides {
  
  }
  
#slideshow_images{
    max-width: inherit !important;
}

#slideshow_images .slide{
	background-repeat: no-repeat !important;
	background-size: cover !important;
    background-position: center center !important;
}

#description p {
    display: none;
}

#description p.active {
    display: block;
}


.rs_tabs {
  font-size: 18px;
  margin: 0 auto 50px;
  padding: 10px 0;
  list-style: none;
  width: 100%;
  max-width: 540px;
  text-align: center;

  }

.rs_tabs li {
  display: inline;
  }

.rs_tabs li:first-child {
  margin-left: 0;
  }

.rs_tabs a {
  -webkit-tap-highlight-color: rgba(0,0,0,.01);
  padding: 2px 6px;
  color: #FFF;
  font-size: 12px;
  background: #752A7C;
  border: 1px solid #752A7C;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  }

.rs_tabs .rs_here a {
  border: 1px solid #752A7C;
  background: #FFF;
  font-weight: bold;
  color: #752A7C;
  }

.rs_tabs li{
  margin-right: 8px;
}


/* SLIDES CONTROLS */

ul.rslides_tabs{
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.rslides_tabs li{
	display: inline;
	background: #752A7C;
	color: white;
	margin: 0 2px;
	 -webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
  	border: 1px solid #752A7C;
}

ul.rslides_tabs li a{
	color: white;
	text-decoration: none;
	padding: 5px;
}

ul.rslides_tabs li.rslides_here{
	background: white;
	border: 1px solid #752A7C;
	color: #752A7C;
}

ul.rslides_tabs li.rslides_here a{
	color: #752A7C;
}


/* disqus */

#disqus_thread{
	background: #EEE;
	padding: 10px 35px 0px 35px;
		 -webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

.code p{
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 13px;
}


#left-arrow{
    background: url('/assets/media/arrow_left.png') no-repeat center;
    height: 50px;
    width: 54px !important;
}

#left-arrow:hover{
	background: url('/assets/media/arrow_left_over.png') no-repeat center;
}

#right-arrow{
    background: url('/assets/media/arrow_right.png') no-repeat center;
    /*float: right !important;
    display: block;*/
    height: 50px;
    width: 54px !important;
}

#right-arrow:hover {
	background: url('/assets/media/arrow_right_over.png') no-repeat center;
}

#left-arrow a, #right-arrow a {
    display: none;
}

/* CONTACT FORM FIXES */

#fixed_bg .aerostat_contact #foreground{
  position: absolute;
  width: auto;
  min-width: 0;
  max-width: 600px;
  /*margin:0 40px;*/
  top:80px;
  left:0;
  padding:0 40px;
}

.form-horizontal #vendor_checkboxes .control-group{
  display: block; 
  margin-bottom: 10px;
  clear: both;
}

.form-horizontal #vendor_checkboxes .control-group span.control-label{
  width: 100%;
  margin-bottom: 10px;
}

.form-horizontal #vendor_checkboxes .control-group .checkboxes_list{
  clear: both;
}

.form-horizontal #vendor_checkboxes .control-group .checkboxes_list .checkbox_item{
  height: 22px;
  width: 33%;
  float: left;
  margin-bottom: 3px;
}

@media only screen and (max-width: 700px){
.form-horizontal #vendor_checkboxes .control-group .checkboxes_list .checkbox_item{
  width: 50%;
}
}

.form-horizontal #vendor_checkboxes .control-group .checkboxes_list .checkbox_item input{
  width: auto;
  display: block;
  float: left;
  margin-right: 10px;
}

.form-horizontal #vendor_checkboxes .control-group .checkboxes_list .checkbox_item label{
  padding: 0;
  width: auto;
  float: left;
  line-height: 13px;
  padding-top: 3px;
  height: 13px;
}

.permalink_contact button{
  margin-left: 0;
}

.form-button{
  display: block;
  margin-top: 10px;
  margin-bottom: 60px;
}

.form-button button{
  width: 300px;
  background-color: #5D2C6D;
  border: 0;
  border-radius: 0;
  line-height: 40px;
  color: white;
  font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 3px 9px rgba(50, 50, 50, 0.41);
  -moz-box-shadow:    0px 3px 9px rgba(50, 50, 50, 0.41);
  box-shadow:         0px 3px 9px rgba(50, 50, 50, 0.41);
}

.form-button button:hover{
  cursor: pointer;
  background-color: #632B6D;
}

/* HOMEPAGE SLIDESHOW */

#container{
  height: 100%;
  position: relative;
}

.featured-slideshow,
.slick-slider{
  position: fixed;
  height: 100%;
  width: 100%;
}

.slick-list {
  /*position: relative;*/
  height: 100%;
}

.slick-track{
  /*position: relative;*/
  height: 100%;
}

.slick-slide{
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.caption{
  font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  width: 226px;
  height: 86px;
  display: block;
  background: url(/assets/media/gray_overlay.png) top left repeat;
  position: absolute;
  right: 0;
  bottom: 50px;
  box-sizing: border-box;
  padding: 16px 22px;
  color: white;
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  z-index: 200;
}

/* GALLERY */

#gallery_detail{
  z-index: 10;
  top: 50px;
  left: 0;
  position: fixed;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

#gallery_detail h1{
  margin-bottom: 0;
}

#gallery_detail h3{
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 2px;
}

#gallery-slideshow{
  position: fixed;
  top: 168px;
  height: 600px;
  width: 100%;
}

#gallery-slideshow .featured-slideshow{
  position: static;
  height: 500px;
  width: auto;
  max-width: 1000px;
  margin: auto;
  background-color: black;
}

#gallery-slideshow .featured-slideshow .slide:focus{
  outline: none;
}


#gallery-slideshow .featured-slideshow img{
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

#gallery-slideshow .featured-slideshow-thumbs{
  position: static;
  height: 100px;
  width: auto;
  max-width: 1000px;
  margin: auto;
  background-color: black;
  border-top: 20px solid transparent;
}

#gallery-slideshow .featured-slideshow-thumbs .slide{
  display: inline-block;
  margin: auto;
  height: 60px;
  width: 80px;
  border: 5px solid transparent;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#gallery-slideshow .featured-slideshow-thumbs .slide:hover{
  cursor: pointer;
}

#gallery-slideshow .featured-slideshow-thumbs .slide:focus{
  border: 1px solid white;
  outline: none;
}

