

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
 .modal.fade.in {
  top: 10%;
}
 .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
 .modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
 .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
  
.modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
.modal.fade {top: -100px;}

 .modal.fade.in {top: 20px;}
.span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12 img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}


.span12 { width: 940px;}
.span11 { width: 860px;}
.span10 { width: 780px;}
.span9 { width: 700px;}
.span8 { width: 620px;}
.span7 { width: 540px;}
.span6 { width: 460px;}
.span5 { width: 380px;}
.span4 { width: 300px;}
.span3 { width: 220px;}
.span2 { width: 140px;}
.span1 { width: 60px;}

.row-fluid { width: 100%; *zoom: 1;}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after { clear: both;}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 { width: 100%; *width: 99.94680851063829%;}
.row-fluid .span11 { width: 91.48936170212765%; *width: 91.43617021276594%;}
.row-fluid .span10 { width: 82.97872340425532%; *width: 82.92553191489361%;}
.row-fluid .span9 { width: 74.46808510638297%; *width: 74.41489361702126%;}
.row-fluid .span8 { width: 65.95744680851064%; *width: 65.90425531914893%;}
.row-fluid .span7 { width: 57.44680851063829%; *width: 57.39361702127659%;}
.row-fluid .span6 { width: 48.93617021276595%; *width: 48.88297872340425%;}
.row-fluid .span5 { width: 40.42553191489362%; *width: 40.37234042553192%;}
.row-fluid .span4 { width: 31.914893617021278%; *width: 31.861702127659576%;}
.row-fluid .span3 { width: 23.404255319148934%; *width: 23.351063829787233%;}
.row-fluid .span2 { width: 14.893617021276595%; *width: 14.840425531914894%;}
.row-fluid .span1 { width: 6.382978723404255%; *width: 6.329787234042553%;}

.row-fluid.nomarginbot{margin-bottom:0px;}
.row-fluid.minmarginbot{margin-bottom:-20px;}
.accordion.nomarginbot{margin-bottom:0px;}


.accordion { margin-bottom: 20px;}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
  background:#EEE;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
a.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-decoration:none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a.carousel-control{text-decoration:none;}
a.carousel-control:hover{text-decoration:none;}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #dad9d5;
  background: rgba(218, 217, 213, 0.75);
}
.carousel-caption h4,.carousel-caption p {line-height: 20px;}
.carousel-caption h4 { margin: 0 0 5px;}
.carousel-caption p { margin-bottom: 0;}
.carousel { margin-bottom: 0px; }
.carousel .container { position: relative; z-index: 9;}
 
.heydesigner-slider .carousel { margin-bottom: 0px; }
.heydesigner-slider .carousel .container { position: relative; z-index: 9;}
.heydesigner-slider .carousel-control {
	top:45%;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;border: 0;
	z-index:800;
}

 .heydesigner-slider.hasbackground .carousel-control {
top: 45%;
}


 .heydesigner-slider .carousel-caption {
	-webkit-border-radius:0px;-moz-border-radius:0px; border-radius:0px; 
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-shadow:none;
}

/* SLIDER PNG */
.heydesigner-slider-png{background-color: #dad9d5;}
.heydesigner-slider-png .carousel { margin-bottom: 0px; }
.heydesigner-slider-png .carousel .container { position: relative; z-index: 9;}
.heydesigner-slider-png .carousel-inner .carousel-caption{
	padding: 25px 15px;
	background: transparent;
	float:left;
	width:auto;
	height: auto;
	/*color: #fff;*/
	text-decoration: none;
	text-shadow: 0 1px 0 #555;
	top: 0;
	position:relative;
	margin-left:0%;
	padding: 0px;
}
.heydesigner-slider-png .carousel-control {top:50%;font-size: 120px; text-shadow: 0 1px 1px rgba(0,0,0,.4); background-color: transparent;border: 0;z-index:100;}
heydesigner-slider-png .carousel-inner  a{}


 .heydesigner-slider-png .carousel-inner .carousel-caption h1{
	text-shadow: none;
	line-height: 34px;
}

 .heydesigner-slider-png .carousel-inner .carousel-caption p{
	text-shadow:none;
	font-size: 24px;
	margin-top:20px;
}


 .heydesigner-slider-png .carousel-inner .carousel-caption p.light{
	margin-top:24px;
	font-weight:bold;
	text-shadow:none;
}

 .heydesigner-slider-png .carousel-inner	div.img-box {width:auto; float:right;}
 .heydesigner-slider-png .carousel-inner .carousel-caption{ font-size:14px; text-shadow:none;}
 .heydesigner-slider-png .carousel-inner .carousel-caption .caption-box{
	margin-top: 30px;
	margin-left: 70px;
	margin-right: 20px;
	width: auto;
}
 .heydesigner-slider-png .carousel-inner .carousel-caption .caption-box a{ margin-top:20px;}
 .heydesigner-slider-png .carousel-inner div.img-box > img{float:right;width: auto;margin: 0px;}

	
 .lightbox  {width: 845px; margin: 0% 0 0 -430px; background-color: #f6f5ed; position: absolute; left: 50%;border: 0px;}
 .lightbox-content .span12{ width: auto; max-width: 800px; margin-left: 0px;}
 .lightbox-content .span12 img{width:auto;}
 
 .lightbox.fade{ background-color:transparent; }



		
 .heydesigner-gallery.nobackground{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin: 0px 0px;
}
 .heydesigner-gallery.nobackground img{margin-bottom:0px;}

 .heydesigner-gallery.hasbackground {
	background:#282b37;
	padding:0 20px;
	padding-top:20px;
	margin-bottom: 20px;
}


 .heydesigner-gallery.hasbackground img {
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	margin:0px;

}

 #heydesigner-gallery .lightbox  img {margin:0px;}
 .heydesigner-slider.heydesigner-gallery{margin:-20px 0px;}
 .heydesigner-slider.heydesigner-gallery.hasbackground{margin:0px;}
 .heydesigner-slider .carousel-inner a.heydesigner_gallery_scroll img{
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	margin:20px 0px;
}
 .heydesigner-slider.heydesigner-gallery.hasbackground .carousel-inner a.heydesigner_gallery_scroll img {margin: 20px 0px;}
 .heydesigner-slider .carousel-inner .lightbox-content img {margin:0px;}
 #heydesigner_gallery .lightbox-content,  .heydesigner-slider .carousel-inner .lightbox-content {
	display: inline-block;
	padding: 11px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

 #heydesigner_gallery .lightbox-content .lightbox-caption,  .heydesigner-slider .carousel-inner .lightbox-content .lightbox-caption{
	padding: 2%;
	position: absolute;
	left: 11px;
	right: 12px;
	bottom: 11px;
	background: #dad9d5;
	background: rgba(218,217,213,0.8);
	color: #282b37;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	font-size: 14px;
	line-height: 18px;
}

 .sidebar-wrap .heydesigner_gallery img{margin:0px; margin-bottom:20px;}
 .sidebar-wrap #heydesigner_gallery .lightbox-content img { margin:0px; }

 .main-wrap #heydesigner_gallery{
	/*background:transparent;*/
	padding-bottom:0px;
	margin-bottom:0px;
}





 .main-wrap #heydesigner_gallery.hasbackground{
padding-bottom:20px;
margin-bottom:0px;
}


 .main-wrap #heydesigner_gallery img{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}


 #main-content #sidebar-wrap #heydesigner_gallery.hasbackground .row-fluid{
margin-bottom:20px;
}
 #main-content #sidebar-wrap #heydesigner_gallery.hasbackground{
padding-bottom:0px;
}







 .heydesigner-slider.heydesigner-gallery.hasbackground{
	/*background: #282b37;*/
	padding: 0 20px;
	
}


 .item .close {padding: 0;position: absolute;right: 5px;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none;}

 .lightbox-content .heydesigner-slider .item {
	max-width: 650px;
	max-height: 550px;
}
 .lightbox-content{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
 .blogimg{margin-bottom:20px;}


 #sidebar-wrap .heydesigner_gallery.nobackground { margin-bottom:0px; }
 #heydesigner_accordion.accordion-group .accordion-heading .accordion-toggle  {
	text-shadow:none;
	margin-bottom:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
 .heydesigner_gallery.nobackground { margin-bottom:-20px; }
 #heydesigner-gallery > .row-fluid{ margin-bottom:20px; }


 #sidebar-wrap .heydesigner-gallery > .row-fluid{ margin-bottom:20px; }



 .main-wrap #heydesigner_gallery.hasbackground {
	margin-bottom:20px;
	padding-bottom:1px;
}

 .main-wrap #heydesigner_gallery.hasbackground .row-fluid{
margin-bottom:20px;
}


 #heydesigner_accordion.accordion-group .accordion-inner img{
	margin-top: 10px;
	margin-left: 5px;
}

 #heydesigner_accordion.accordion-group {
	margin-bottom: 0px;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.row-fluid{margin-bottom:20px;}
.open { *z-index: 1010;}
.minmarginbot{margin-bottom:-20px;}
.heydesigner-slider-png{}
.lightbox  {width: 845px; margin: 0% 0 0 -430px; background-color: #f6f5ed; position: absolute; left: 50%;border: 0px;}

.lightbox-content .carousel-control{ top:50%;}
.lightbox-content a.carousel-control:hover{ text-decoration:none;}

@media (min-width: 768px) and (max-width: 979px) {
 .span12 {width: 724px; }
  .span11 { width: 662px;}
  .span10 {width: 600px;}
  .span9 { width: 538px;}
  .span8 { width: 476px; }
  .span7 { width: 414px; }
  .span6 { width: 352px;}
  .span5 {width: 290px;}
  .span4 { width: 228px;}
  .span3 {width: 166px;}
  .span2 {width: 104px;}
  .span1 { width: 42px; }
   .row-fluid { width: 100%; *zoom: 1;}
  .row-fluid:before,.row-fluid:after { display: table; content: "";line-height: 0;}
  .row-fluid:after { clear: both;}
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  
  .row-fluid [class*="span"]:first-child { margin-left: 0;}
  .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.7624309392265194%; }
  .row-fluid .span12 { width: 100%; *width: 99.94680851063829%;}
  .row-fluid .span11 { width: 91.43646408839778%; *width: 91.38327259903608%;}
  .row-fluid .span10 { width: 82.87292817679558%;*width: 82.81973668743387%;}
  .row-fluid .span9 { width: 74.30939226519337%;*width: 74.25620077583166%;}
  .row-fluid .span8 { width: 65.74585635359117%;*width: 65.69266486422946%;}
  .row-fluid .span7 {  width: 57.18232044198895%;*width: 57.12912895262725%;}
  .row-fluid .span6 { width: 48.61878453038674%;*width: 48.56559304102504%;}
  .row-fluid .span5 {width: 40.05524861878453%;*width: 40.00205712942283%;}
  .row-fluid .span4 { width: 31.491712707182323%; *width: 31.43852121782062%;}
  .row-fluid .span3 { width: 22.92817679558011%;*width: 22.87498530621841%;}
  .row-fluid .span2 { width: 14.3646408839779%;*width: 14.311449394616199%; }
  .row-fluid .span1 {width: 5.801104972375691%; *width: 5.747913483013988%;}
  
  .lightbox-content .span12{width:auto; margin-left:0px;}
  .lightbox-content .span12{ width: auto; max-width:700px; margin-left: 0px;}
  .lightbox-content .span12 img{width:auto;}
}


@media (max-width: 767px) {
 .lightbox  {z-index: 1050;width: 420px;margin: 0% 0 0 -25%;background-color: transparent;position: absolute;border: 0px; left: 50%;}
}

@media only screen and (min-width: 615px) and (max-width: 767px) {
	  .lightbox  {z-index: 1050;width: 550px; margin: 0% 0 0 -280px;background-color: transparent;position: absolute;border: 0px; left: 50%;}

}
@media only screen and (min-width: 480px) and (max-width: 615px) {
	  .lightbox  {z-index: 1050;width: 400px;margin: 0% 0 0 -180px;background-color: transparent;position: absolute;border: 0px; left: 50%;}

}



@media only screen and (min-width: 480px) and (max-width: 767px) {
	 .carousel-caption{font-size:12px;}
	 .carousel-caption h1{ font-size:18px;}
	 .carousel-caption h2{font-size:16px;}
	 .carousel-caption h3{font-size:14px;}
	 .carousel-caption h4{font-size:12px;}
	 .carousel-caption h5{font-size:12px;}
		
	 .carousel-caption p {margin-bottom: 0;line-height: 1em;margin: 10px 0px;}
	 .heydesigner-slider.heydesigner-gallery.hasbackground {padding-right:0px;}


	 .heydesigner-gallery .row-fluid .span12 {width: 99.99999998999999%; float: left; }
	 .heydesigner-gallery .row-fluid .span6 { width: 50%; float: left; }
	 .heydesigner-gallery .row-fluid .span4 { width: 33.3%; float: left; }
	 .heydesigner-gallery .row-fluid .span3 { width: 25%; float: left; }
	 .heydesigner-gallery .row-fluid .span2 {  width: 16.6%; float: left; }
	 .heydesigner-gallery .row-fluid .span1 {  width: 8.3%; float: left; }

	 #heydesigner-gallery { margin-bottom:20px;}
	

}


@media (min-width: 1200px) {
  .span12 {width: 1170px;}
  .span11 {width: 1070px;}
  .span10 {width: 970px;}
  .span9 {width: 870px;}
  .span8 {width: 770px;}
  .span7 {width: 670px;}
  .span6 {width: 570px;}
  .span5 {width: 470px;}
  .span4 {width: 370px;}
  .span3 {width: 270px;}
  .span2 {width: 170px;}
  .span1 {width: 70px; }
  
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {clear: both;}
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {margin-left: 0;}
  .row-fluid .controls-row [class*="span"] + [class*="span"] {margin-left: 2.564102564102564%;}
  .row-fluid .span12 {width: 100%; *width: 99.94680851063829%;}
  .row-fluid .span11 {width: 91.45299145299145%;*width: 91.39979996362975%;}
  .row-fluid .span10 {width: 82.90598290598291%;*width: 82.8527914166212%;}
  .row-fluid .span9 {width: 74.35897435897436%;*width: 74.30578286961266%;}
  .row-fluid .span8 {width: 65.81196581196582%;*width: 65.75877432260411%;}
  .row-fluid .span7 {width: 57.26495726495726%;*width: 57.21176577559556%;}
  .row-fluid .span6 {width: 48.717948717948715%;*width: 48.664757228587014%;}
  .row-fluid .span5 {width: 40.17094017094017%;*width: 40.11774868157847%;}
  .row-fluid .span4 {width: 31.623931623931625%;*width: 31.570740134569924%;}
  .row-fluid .span3 {width: 23.076923076923077%;*width: 23.023731587561375%;}
  .row-fluid .span2 {width: 14.52991452991453%;*width: 14.476723040552828%;}
  .row-fluid .span1 {width: 5.982905982905983%; *width: 5.929714493544281%;}

  .lightbox-content .span12{width:auto; margin-left:0px;}
}	

@media (max-width: 1200px) {
	 .heydesigner-slider-png .carousel-inner .carousel-caption .btn { padding: 6px; font-size: 12px; line-height: 1em;}
	 .heydesigner-slider-png .carousel-inner .carousel-caption h1{ font-size:16px; line-height:1em; }	
	 .heydesigner-slider-png .carousel-inner .carousel-caption p{font-size:14px; margin-top:10px; line-height:1em;}
	 .heydesigner-slider-png .carousel-inner .carousel-caption p.light{font-size:14px; margin-top:10px; line-height:1em;}
	 .heydesigner-slider-png .carousel-inner .carousel-caption {padding:0px;}
}


@media only screen and (max-width: 479px) {
	.lightbox  {z-index: 1050;width: 300px;margin: 0% 0 0 -140px;background-color: transparent;position: absolute;border: 0px;left: 50%;}
	
	 .heydesigner-gallery .row-fluid { margin-bottom:0px;}
	 .carousel-caption{font-size:10px;}

	 .heydesigner-gallery .row-fluid .span12{ width: 99.99999998999999%; float: left; }
	 .heydesigner-gallery .row-fluid .span6{ width: 49.7%; float: left; }
	 .heydesigner-gallery .row-fluid .span4{ width: 33.3%; float: left; }
	 .heydesigner-gallery .row-fluid .span3{ width: 24.9%; float: left; }
	 .heydesigner-gallery .row-fluid .span2{ width: 16.5%; float: left; }
	 .heydesigner-gallery .row-fluid .span1{ width:8.3%; float: left; }

	 .heydesigner-slider.heydesigner-gallery a.carousel-control{font-size:50px; opacity:0.8; top: 50%; }
	 .heydesigner-slider.heydesigner-gallery .item .row-fluid .span12{ width: 99.99999998999999%; float: left; }
	 .heydesigner-slider.heydesigner-gallery .item .row-fluid .span6{ width: 49.7%; float: left; }
	 .heydesigner-slider.heydesigner-gallery .item .row-fluid .span4{ width: 33.3%; float: left; }
	 .heydesigner-slider.heydesigner-gallery .item .row-fluid .span3{ width: 24.9%; float: left; }
	 .heydesigner-slider.heydesigner-gallery .item .row-fluid .span2{ width: 16.5%; float: left; }
	 .heydesigner-slider.heydesigner-gallery .item .row-fluid .span1{ width:8.3%; float: left; }
	
	 .heydesigner_gallery.span12 .row-fluid .span12 .row-fluid{margin-bottom:0px;}
	 .heydesigner-slider.heydesigner-gallery.hasbackground .item .row-fluid.nomarginbot{ margin-bottom:0px;}
	 .heydesigner_gallery.hasbackground .row-fluid {margin-bottom:0px;}
	 .heydesigner_gallery.nobackground .row-fluid{margin-bottom:0px;}	
	 .heydesigner-gallery .row-fluid .nomarginbot{margin-bottom:0px;}
	 .heydesigner-gallery.heydesigner-slider .row-fluid.nomarginbot{margin-bottom:20px;}
}

@media (max-width: 767px) {
	
	 .heydesigner-slider-png .carousel-inner .carousel-caption {font-size:12px; padding:0px;}
	 .heydesigner-slider-png .carousel-inner .carousel-caption .btn { padding: 5px; font-size: 10px; line-height: 1em;}
	 .heydesigner-slider-png .carousel-inner .carousel-caption h1{ font-size:14px; line-height:1em; }	
	 .heydesigner-slider-png .carousel-inner .carousel-caption p{font-size:12px; margin-top:0px; line-height:1em;}
	 .heydesigner-slider-png .carousel-inner .carousel-caption p.light{font-size:12px; margin-top:0px; line-height:1em;}

	 .heydesigner-slider-png .carousel{max-height:auto;}
	 .heydesigner-slider .carousel-control  {/*top:70%;*/font-size: 100px;text-shadow: 0 1px 1px rgba(0,0,0,.4);background-color: transparent;border: 0;z-index:100;}
	
	 .carousel-control  {top:70%;font-size: 100px;text-shadow: 0 1px 1px rgba(0,0,0,.4);background-color: transparent;border: 0;z-index:100;}
	 .heydesigner-slider.heydesigner-gallery a.carousel-control { top:40%; font-size:100px;} 
}

@media (max-width: 979px) {
	 .heydesigner-slider-png .carousel-inner .carousel-caption h1{ font-size:12px; line-height:1em;	}	
	 .heydesigner-slider-png .carousel-inner .carousel-caption p{font-size:12px; margin-top:10px; line-height:1em;}
	 .heydesigner-slider-png .carousel-inner .carousel-caption p.light{font-size:12px; margin-top:10px; line-height:1em;}
	 .heydesigner-slider-png .carousel-inner .carousel-caption .btn { padding: 5px; font-size: 10px; line-height: 1em;}
	 .heydesigner-slider-png .carousel-inner .carousel-caption{font-size:12px; }
	 .row-fluid.has-sidebar { background-color: transparent;}
}
