.design-your-floor-container .nav-tabs {
	border-bottom: none;	
}
.design-your-floor-container .nav-tabs li a {
	color: #fff;
	/*height: 18px;	
	font-size: 11px;
	line-height: 18px;*/
	
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	
	text-transform: uppercase;
	padding: 0px 10px;
	margin: 0px;
	border-radius: 0px;
	border: none;
	
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	
}

.design-your-floor-container .nav-tabs > li.active > a,
.design-your-floor-container .nav-tabs > li.active > a:hover,
.design-your-floor-container .nav-tabs > li.active > a:focus {
	background: #004f7a;
	color: #fff;
	border: none;	
}

.design-your-floor-container .nav-tabs li {
	margin: 0px;
	/*height: 18px;*/
	height: 25px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
	border: none;
	padding: 0px 0px 0px 27px;
	background-image: url('../images/nav/design-floor-g-g.jpg');	
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 27px 25px;
		
}

.design-your-floor-container .nav-tabs > li.active {
	background-image: url('../images/nav/design-floor-g-b.jpg');	
}

.design-your-floor-container .nav-tabs > li.active:first-child,
.design-your-floor-container .nav-tabs > li:first-child  {
	background-image: none;	
	margin-left: 0px;
	padding-left: 0px;	
}

.design-your-floor-container .nav-tabs > li:first-child  > a {
	padding-left: 15px;
}

.design-your-floor-container .nav-tabs > li.active + li {
	background-image: url('../images/nav/design-floor-b-g.jpg');	
}

.design-your-floor-container .nav-tabs > li.last + li {
	background-image: url('../images/nav/design-floor-g-w.jpg');	
}

.design-your-floor-container .nav-tabs > li.active.last + li {
	background-image: url('../images/nav/design-floor-b-w.jpg');	
}



 
 .image_container {
     /*width: 684px;*/
     /*height: 384px;*/
     padding: 0;
     -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    /*position: absolute;*/
    position: relative;
    margin-bottom: 10px;

    margin-left: 15px;
    margin-right: 15px;    
    width: 1026px;
     
 }
 
 @media (min-width: 992px) and (max-width: 1200px) {
	.image_container {
		width: 846px;	
	}	 
 }
 .base_image{
     
   /*  -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;*/
	width: 100%;
 }
 .floor_layer{
      position: absolute;
     top: 0;
     left: 0;
     width: 100%;
    /* -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;*/
     
 }
 
 .floor_layer_inset{
      position: absolute;
     bottom: -30px;
     right: 35px;
     width: 230px;
     height: 230px;
    /* -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;*/
    border: 5px solid #fff;
     
 }
 
 .floor_layer_inset_image {
	position: absolute;
	width: 100%;
	
	 
 }
  
 .floor_image {
     
     
/*     height: 384px;
     width: 684px;*/
    /* -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;*/
   
     
 }
 
 .color_tag {
    
     border: solid #fff 3px;
    display: inline-block;
     height: 85px;
     width: 85px;
     position: relative;
     top: 0px;
     left: 0px;
     background-size: cover !important;
 }
 

 .color_tag:hover {
     text-decoration: none;
 }
 .color_hex {
     text-transform: uppercase;
 }
 
 .color_label {
     
 }
 
 .options_wrap { 
    width: 684px;
    /*margin: 0 50px;*/
    
 }
 
 .edit_wrap {
     /*width: 644px;*/
    margin-left :50px;
    padding: 20px;
    border: 2px solid #284368;
     
     -webkit-border-radius: 5px ;
    -moz-border-radius: 5px ;
    border-radius: 5px ;
 }

 .color_wrap {
     /*width: 310px;*/
     /*float: left;*/
     /*min-height: 183px;*/
 }
 
 .colors-holder {
    /*max-width: 290px;	 */
    margin: 0px auto;
 }

 .other_wrap {
     /*width: 350px;*/
/*     float: left;
     margin-left: 20px;*/
     /*min-height: 183px;*/
 }
 .current_wrap {
     /*width: 310px;*/
     /*float: left;*/
     /*min-height: 183px;*/
 }
 
 #currentmsg {
	display: inline;	 
	text-decoration: underline;
 }
 
 .current-selection {
	
	font-style: italic;
	font-size: 16px;
		 
 }
 
 .current-selection .cur-label {
	text-decoration: none !important;
	font-weight: bold;	 
	 
 }
 .disclaimer {
     color: #284368;
     font-weight: bold;
     font-style: italic;
     margin-top: 20px;
     
 }
 .disclaimer label{
      color: #284368;
     width: 350px;
     text-align: left;
     font-weight: bold;
     font-style: normal;
 }
 
 .disclaimer_wrap {
     color: #284368;
     width: 350px;
     float: left;
     text-align: left;
     font-weight: bold;
     font-style: italic;
     margin-left: 20px;
 }
 .disclaimer_wrap label{
     color: #284368;
     width: 350px;
     text-align: left;
     font-weight: bold;
     font-style: normal;
 }
 
 .color_callout {
     display: block;
     position: absolute;
     z-index: 1000;
     top: -140px;
     background-color: #fff;
     left : 10px;
     padding: 10px 15px;
     border: 5px solid #fff;
     width: 150px;
     height: 150px;
     color: #fff;
     background-size: cover !important;
     
    -webkit-touch-callout: default;
 }
 
 .color_callout .name {
	display: block;
	color: #fff;	
	margin-top: 50px;
	font-size: 20px;	 
 }
 
 /*
 .color_callout .notch {
    position: absolute;
    bottom: -10px;
    left: 20px;
    margin: 0;
    border-top: 10px solid #284368;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0;
    
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    /*font-size: 0;
    line-height: 0;*/
     /* ie6 transparent fix */
    /*_border-right-color: #fff;
    _border-left-color: fff;
    _filter: chroma(color=#fff);*/
}
 */
  .color_callout.hide{
      display: none;
  }
  .aggregate_tag {
      position: relative;
      top: 0;
      left: 0;
  }
   .aggregate_callout {
     display: block;
     position: absolute;
     z-index: 1000;
     bottom : 120%;
     background-color: #fff;
     left : -23px;
     padding: 10px 15px;
     border: 2px solid #284368;
     width: 100px;
     
     -webkit-border-radius: 5px ;
    -moz-border-radius: 5px ;
    border-radius: 5px ;
   
    -webkit-touch-callout: default;
 }
 
 .aggregate_callout .notch {
    position: absolute;
    bottom: -10px;
    left: 20px;
    margin: 0;
    border-top: 10px solid #284368;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0;
    
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: #fff;
    _border-left-color: fff;
    _filter: chroma(color=#fff);
}
 
  .aggregate_callout.hide{
      display: none;
  }
  
  
   .sheen_tag {
      position: relative;
      top: 0;
      left: 0;
  }
   .sheen_callout {
     display: block;
     position: absolute;
     z-index: 1000;
     bottom : 120%;
     background-color: #fff;
     left : -29px;
     padding: 10px 15px;
     border: 2px solid #284368;
     width: 100px;
     
     -webkit-border-radius: 5px ;
    -moz-border-radius: 5px ;
    border-radius: 5px ;
   
    -webkit-touch-callout: default;
 }
 
 .sheen_callout .notch {
    position: absolute;
    bottom: -10px;
    left: 20%;
    margin: 0;
    border-top: 10px solid #284368;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0;
    
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: #fff;
    _border-left-color: fff;
    _filter: chroma(color=#fff);
}
 
  .sheen_callout.hide{
      display: none;
  }
  
  .aggregate_lable {
      width: 110px;
  }
  
  
  .aggregate_tag {
      margin-left: 6px;
  }
  .aggregate_radio {
      margin: 0px !important;
      margin-left: 2px !important;
      position: relative;
      top: -2px !important;
  }
  .sheen_lable {
      width: 110px;
  }
  
  
  .sheen_tag {
      margin-left: 5px;
  }
  .sheen_radio {
      margin: 0px !important;
      margin-left: 2px !important;
      position: relative;
      top: -2px !important;
  }
  
  #reset_option {
      /*margin-left: 40px;*/
  } 
  
  #request_option {
      /*margin: 0 10px;*/
  }
  
  
  .design-your-floor-container {
	position: relative;	  
	  
	  
  }
  
  .design-your-floor-container h1.title {
	position: absolute;
	top: -45px;
	left: 167px;
	text-transform: uppercase; 
	color: #004f7a;
	font-weight: bold;
		  
  }
  
  
  .design-your-floor-container .options-row {
	margin-top: 30px;	  
  }
  
  .design-your-floor-container .options-row h3 {
	  text-transform: uppercase;
	  margin-bottom: 20px;
  }
  
  .design-your-floor-container .options-row .color_wrap h3 {
	  margin-bottom: 15px;
	  
  }
  
  .design-your-floor-container .options-row .color_wrap h3.second {
	  margin-top: 35px;
	}
  .aggregate_tag .bold-label, .sheen_tag .bold-label {
	text-transform: uppercase;
	font-weight: bold;	  
  }
  
  .design-your-floor-container input[type="radio"] {
	vertical-align: middle;	  
  }
  
  .request-quote {
		background: rgb(204,204,204); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
			 
		margin-top: 50px;
		padding: 25px 50px;
		
		
		/*right: 15px;*/
		
		/*top: 1070px;*/
        
        /*
        position: absolute;
        right: 8.333%;
        bottom: 30px;
        */
	  
	  
  }
  
  .request-quote .phone {
		font-size: 30px;	  
  }
  
  .request-quote h3 {
		text-align: center;
		margin-top: 0px;
		margin-bottom: 35px;
  }
  
  .request-quote .curlink {
		font-size: 11px;
		margin-bottom: 25px;
	  	  
  }
  .request-quote .curlink span {
		text-decoration: underline;
		font-style: italic;
	  
  }
  .request-quote label {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: normal;	  
  }
  
  .request-quote form .btn {
	margin-right: 15px;
	
	color: #fff;
	text-transform: uppercase;
	
	background: rgb(55,55,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(55,55,55,1) 0%, rgba(97,97,97,1) 46%, rgba(97,97,97,1) 50%, rgba(97,97,97,1) 53%, rgba(56,56,56,1) 100%, rgba(27,27,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,55,55,1)), color-stop(46%,rgba(97,97,97,1)), color-stop(50%,rgba(97,97,97,1)), color-stop(53%,rgba(97,97,97,1)), color-stop(100%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(97,97,97,1) 46%,rgba(97,97,97,1) 50%,rgba(97,97,97,1) 53%,rgba(56,56,56,1) 100%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(97,97,97,1) 46%,rgba(97,97,97,1) 50%,rgba(97,97,97,1) 53%,rgba(56,56,56,1) 100%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(97,97,97,1) 46%,rgba(97,97,97,1) 50%,rgba(97,97,97,1) 53%,rgba(56,56,56,1) 100%,rgba(27,27,27,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(55,55,55,1) 0%,rgba(97,97,97,1) 46%,rgba(97,97,97,1) 50%,rgba(97,97,97,1) 53%,rgba(56,56,56,1) 100%,rgba(27,27,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
		  
	  
  }
  
  .right-options {
	padding-bottom: 550px;  
	  
  }	
  
  
  @media (min-width: 992px) and (max-width: 1199px) {
	/*.request-quote {
		top: 950px;	
    }
    */
    
    .color_tag {
         height: 70px;
         width: 70px;
     }    
  }
  
  
  
  .design-your-floor-container .share-buttons {
	  
		width: 225px;
		float: right;
		margin-right: 52px;
		margin-top: 8px;
		text-align: center;
  }
  
  .design-your-floor-container .share-buttons a {
	  display: inline-block;	  
	  color: #fff;
	  background: #345686;
	  width: 25%;
	  border: 2px solid #fff;
	  text-transform: uppercase;
	  text-align: center;
	  padding: 4px 0px 2px;
	  
  }
  .design-your-floor-container .share-buttons a.gray {
	  
		background: rgb(55,55,55); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(55,55,55,1) 0%, rgba(97,97,97,1) 46%, rgba(97,97,97,1) 50%, rgba(97,97,97,1) 53%, rgba(56,56,56,1) 100%, rgba(27,27,27,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,55,55,1)), color-stop(46%,rgba(97,97,97,1)), color-stop(50%,rgba(97,97,97,1)), color-stop(53%,rgba(97,97,97,1)), color-stop(100%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(97,97,97,1) 46%,rgba(97,97,97,1) 50%,rgba(97,97,97,1) 53%,rgba(56,56,56,1) 100%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(97,97,97,1) 46%,rgba(97,97,97,1) 50%,rgba(97,97,97,1) 53%,rgba(56,56,56,1) 100%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(97,97,97,1) 46%,rgba(97,97,97,1) 50%,rgba(97,97,97,1) 53%,rgba(56,56,56,1) 100%,rgba(27,27,27,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(55,55,55,1) 0%,rgba(97,97,97,1) 46%,rgba(97,97,97,1) 50%,rgba(97,97,97,1) 53%,rgba(56,56,56,1) 100%,rgba(27,27,27,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
		 	  
	  
  }
  
  #loading_overlay_agg, #loading_overlay_sh {
	  	display: none;
		position: fixed;
		left: 50%;
		top: 300px;	
		background: #345686;
		padding: 5px;
		color: #fff;
  }


.section_title {
    position: relative;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 15px;
    
}

.section_title img.title {
	max-width: 100%;

    vertical-align: text-top;
}




.section_title h3 {
    display: inline-block;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: 90%;
    font-size: 19px;
}
.section_title img.info {
    max-width: 10px;
    display: inline-block;
    position: relative;
    top: -10px;
    margin-left: 4px;
    vertical-align: text-top;

}  

.color_wrap .section_title img.title {
    max-width: 50%;
}

.shrinker {
    width:90%;
    margin: 0px auto;
}


.colors-holder {
    padding-right: 40px;
}
.colors-holder .section_title {
    text-align: center;
}

.color_section_holder {
    margin: 0px auto;
    text-align: center;
}

.color_outer {
    margin: 0px auto;
}