/*!
// Contents
// ------------------------------------------------

 1. Canvas
 2. Configurator
 3. Summary Buttons
 4. Catalog
 5. Navigation Control
 6. Utility Bar
 7. Spinner Loader
 8. Responsive Breakpoint

/*!---------- 1. CANVAS ----------*/ 

#desk-sx {
	height: 100%;
	margin: 0;
	padding: 0;
	}

#desk-dx {
	height: 100%;
	margin: 0;
	padding: 0;
	}
.tail { 
	height: 100%;
	overflow: hidden;	 
	position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	}		   			   
.tail img {
	height: auto;
	padding: 0;
	margin: 0 auto;
	}
/*!---------- 2. CONFIGURATOR ----------*/  
#desk-dx-top {
	height: 94vh;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: -9px 2px 26px 0px rgba(201,201,201,1);
	-moz-box-shadow: -9px 2px 26px 0px rgba(201,201,201,1);
	box-shadow: -9px 2px 26px 0px rgba(201,201,201,1);
	}
.top-nav {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 70px;
	line-height: 70px;
	font-family: 'Muli', sans-serif;
	color: #222222;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 text-align: center;
	text-transform: lowercase;
	letter-spacing: 0;
	height: 70px;
	line-height: 70px;
	font-family: 'Muli', sans-serif;
	color: #111;
	padding: 0;
}
::-moz-placeholder { /* Firefox 19+ */
  text-align: center;
	text-transform: lowercase;
	letter-spacing: 0;
	height: 70px;
	line-height: 70px;
	font-family: 'Muli', sans-serif;
	color: #111;
	padding: 0;
}
:-ms-input-placeholder { /* IE 10+ */
  text-align: center;
	text-transform: lowercase;
	letter-spacing: 0;
	height: 70px;
	line-height: 70px;
	font-family: 'Muli', sans-serif;
	color: #111;
	padding: 0;
}
:-moz-placeholder { /* Firefox 18- */
  text-align: center;
	text-transform: lowercase;
	letter-spacing: 0;
	height: 70px;
	line-height: 70px;
	font-family: 'Muli', sans-serif;
	color: #111;
	padding: 0;
}	
.list-group-item {
	font-family: 'Muli', sans-serif;
	text-transform: lowercase;
	height: 70px;
	line-height: 50px;
	text-align: right;
	padding-right: 50px;
	background-color: transparent;
	color:#222222;
	border: 1px solid #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	letter-spacing: 1px;
	}
li.list-group-item:hover {
	cursor: pointer;	
	font-weight: bold;
	color: #bbf400;
	}
.activex {
	font-weight: bold;
	color: #bbf400;
	}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
li.total.list-group-item {
	font-weight: bold;
	cursor: auto;
	}
li.total.list-group-item:hover {
	color: rgba(51, 51, 51, 0.2);
	}
/*!---------- 3. SUMMARY BUTTONS ----------*/  
.form-control {
	box-shadow: none!important;
	border-radius: 0!important;
	}
.btn {
	border-radius: 0!important;
	}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
/*!---------- 4. CATALOG ----------*/ 
.product-tail {
	background-color: #f6f6f6;
	}
.product-tail img {
	width: 95%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}
.product-tail:hover img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	cursor: pointer;
	}	
.frame {
	overflow: hidden!important;
	}
#catalog {
  display: none;
  text-align: center;
}	
/*!---------- 5. NAVIGATION CONTROLS ----------*/  	
.sidenav {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-2 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-3 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-4 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-5 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-6 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-7 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-12 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-13 {
	height: 100%;
	width: 0%;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #f6f6f6;
	}
.sidenav-15 {
	height: 100%;
	width: 0%;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-19 {
	height: 100%;
	width: 0%;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
/*!---------- 6. UTILITY BAR ----------*/ 
.animate {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*!---------- 7. SPINNER LOADER ----------*/ 
.sk-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	}
.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg); 
	}
.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	}
.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	}
.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	}
.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
	}
.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	}
.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
	}
.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
	}
.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	}
.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
	}
.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
	}
.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
	}
.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	}
.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
	}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	  animation-delay: -0.7s;
	  }
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
	}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
	}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
	}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
	}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
	}
@-webkit-keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
	-webkit-transform: scale(0);
	transform: scale(0);
  } 40% {
	-webkit-transform: scale(1);
	transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
	-webkit-transform: scale(0);
	transform: scale(0);
  } 40% {
	-webkit-transform: scale(1);
	transform: scale(1);
  }
}
/*animation page content after spinner*/
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
	}
@-webkit-keyframes animatebottom {
	from {
	opacity:0 } 
	to { opacity:1 }
}
@keyframes animatebottom { 
	from{ opacity:0 } 
	to{ opacity:1 }
}
/*!---------- 8. RESPONSIVE BREAKPOINT ----------*/ 
/*responsive controls menu*/
@media all and (min-width: 50px)   {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 100px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 200px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 300px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 400px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 500px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 600px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 700px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 800px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 900px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 1000px) {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 1100px) {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 1200px) {  .list-group-item { font-size: 1em; }}
/*responsive controls submenu*/
@media all and (min-width: 50px)   {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 100px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 200px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 300px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 400px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 500px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 600px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 700px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 800px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 900px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 1000px) {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 1100px) {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 1200px) {  .text { font-size: 1em; width: 100%; }}



