/* If you want to add your own CSS code, please do it in this file */

/************************* demo *************************/

.the_content img.demo { border-radius:4px; border:1px solid #EEE;}

.the-icons .span3 { float:left; width: 25%; font-size: 13px; line-height:18px; padding-bottom:10px;}
.the-icons .span3 .muted { color:#ccc;}
.the-icons .span3 [class^="icon-"], .span3 [class*=" icon-"] { color: #3E3E3E; font-size: 18px; width:23px; display:inline-block;}


.layout-full-width { background-image:none !important;}

#configurator { color:#FFF !important;  width: 180px; height:200px; border: 1px solid #ddd; position: fixed; right: -200px; top: 100px; background: #f0ad4e; z-index: 9000; color: #FFF; line-height: 21px; font-size: 13px;}
#configurator form { margin-bottom:0; text-align:center;}
#configurator select { background:none; box-shadow:0 0 0; margin-bottom:10px; padding: 0px; color:#213442;}
#configurator .control { display:block;  position:absolute; top:-10px; left:-49px;  border: 1px solid #f0ad4e; border-left:none; background:#f0ad4e;color:#fff;}


@media only screen and (max-width: 768px){
	#configurator { display:block;}
}

/************************ /demo *************************/