/*  Layout Styles -----------------------------------------*/
#layout{
	/* overflow: hidden; */
	position: relative;
	background: #fff;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.position-background{
	background-attachment: fixed;
}
.layout-wide .content-central{	
	max-width: 100%;	
}
.layout-wide .semiboxshadow{
	display: none;
}
.layout-wide .tab-content{
	margin-left: 0;
}
.layout-wide .crumbs:before{
    left: 23%;
}
.layout-boxed{
	max-width: 1400px;
	margin: 0 auto;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.layout-wide{
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.layout-boxed-margin{
	max-width: 1400px;
	margin: 50px auto;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.layout-boxed #slide-features .container, 
.layout-boxed-margin #slide-features .container,
.layout-semiboxed #slide-features .container{
	float: left;
	margin-left: 30px;
}

/* COLOR SKINS -------------------------------*/

.colorbox { width:100%; height:100%; cursor:pointer; display:block; }
.blue { background-color:#0088cc; }
.red { background-color:#c94357; }
.yellow { background-color:#c2a325; }
.green { background-color:#3cafa2; }
.orange { background-color:#f17e0e; }
.purple { background-color:#a61c5a; }
.cocoa { background-color:#5f573a; }

/* BACKGROUNDS PATTERS -------------------------------*/
.bgnone { background-image: url("../../img/bg-theme/none.jpg"); }
.bg1 { background-image: url("../../img/bg-theme/1.png"); }
.bg2 { background-image: url("../../img/bg-theme/2.png"); }
/*.bg3 { background-image: url("../../img/bg-theme/3.png"); }*/
.bg4 { background-image: url("../../img/bg-theme/4.png"); }
.bg5 { background-image: url("../../img/bg-theme/5.png"); }
.bg6 { background-image: url("../../img/bg-theme/6.png"); }
.bg7 { background-image: url("../../img/bg-theme/7.png"); }
.bg8 { background-image: url("../../img/bg-theme/8.jpg"); }
.bg9 { background-image: url("../../img/bg-theme/9.png"); }
.bg10 { background-image: url("../../img/bg-theme/10.jpg"); }
.bg11 { background-image: url("../../img/bg-theme/11.png"); }
.bg12 { background-image: url("../../img/bg-theme/12.png"); }
.bg13 { background-image: url("../../img/bg-theme/13.png"); }
.bg14 { background-image: url("../../img/bg-theme/14.png"); }
.bg15 { background-image: url("../../img/bg-theme/15.png"); }
.bg16 { background-image: url("../../img/bg-theme/16.png"); }
.bg17 { background-image: url("../../img/bg-theme/17.png"); }
.bg18 { background-image: url("../../img/bg-theme/18.png"); }
.bg19 { background-image: url("../../img/bg-theme/19.png"); }

/* BACKGROUNDS PATTERS -------------------------------*/
#theme-options ul.backgrounds li.bgnone { background-image: url("../../img/bg-theme/none.jpg"); }
#theme-options ul.backgrounds li.bg1 { background-image: url("../../img/bg-theme/1.png"); }
#theme-options ul.backgrounds li.bg2 { background-image: url("../../img/bg-theme/2.png"); }
/*#theme-options ul.backgrounds li.bg3 { background-image: url("../../img/bg-theme/3.png"); }*/
#theme-options ul.backgrounds li.bg4 { background-image: url("../../img/bg-theme/4.png"); }
#theme-options ul.backgrounds li.bg5 { background-image: url("../../img/bg-theme/5.png"); }
#theme-options ul.backgrounds li.bg6 { background-image: url("../../img/bg-theme/6.png"); }
#theme-options ul.backgrounds li.bg7 { background-image: url("../../img/bg-theme/7.png"); }
#theme-options ul.backgrounds li.bg8 { background-image: url("../../img/bg-theme/8.jpg"); }
#theme-options ul.backgrounds li.bg9 { background-image: url("../../img/bg-theme/9.png"); }
#theme-options ul.backgrounds li.bg10 { background-image: url("../../img/bg-theme/10.jpg"); }
#theme-options ul.backgrounds li.bg11 { background-image: url("../../img/bg-theme/11.png"); }
#theme-options ul.backgrounds li.bg12 { background-image: url("../../img/bg-theme/12.png"); }
#theme-options ul.backgrounds li.bg13 { background-image: url("../../img/bg-theme/13.png"); }
#theme-options ul.backgrounds li.bg14 { background-image: url("../../img/bg-theme/14.png"); }
#theme-options ul.backgrounds li.bg15 { background-image: url("../../img/bg-theme/15.png"); }
#theme-options ul.backgrounds li.bg16 { background-image: url("../../img/bg-theme/16.png"); }
#theme-options ul.backgrounds li.bg17 { background-image: url("../../img/bg-theme/17.png"); }
#theme-options ul.backgrounds li.bg18 { background-image: url("../../img/bg-theme/18.png"); }
#theme-options ul.backgrounds li.bg19 { background-image: url("../../img/bg-theme/19.png"); }

/* Theme Options ----------------------------------------------*/
#theme-options {	
	position:fixed;	
	z-index: 9999;	
	width: auto;	
	left:-220px;
	width: 220px;
	top: 200px;
	border: 1px solid #dbdbdb;
	border-left: 0;
	border-radius: 0 8px 8px 0;
	background: #fff;
	z-index: 999999;	
	padding-bottom: 10px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	padding: 2rem 0;
}
#theme-options .title {
	padding: 10px 5px 0 12px;	
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	position: relative;
}
#theme-options .title p{
	margin: 10px 0;
	font-size: 0.7rem;
	font-weight: lighter;
}
#theme-options .title span{
	margin-left: -12px;
}
#theme-options .openclose {
	cursor: pointer;
	display: block;
	height: 301px;
	position: absolute;
	top: 20px;
	right: -39px;
	width: 40px;
	background: transparent url("../../img/theme-options.png") no-repeat top left;
}
#theme-options span {
	display: block;
	width: 100%;
	padding: 0 12px 0 12px;
	font-size: 14px;
}
#theme-options ul { 
	padding: 6px 12px; 
	margin: 0;
}
#theme-options ul li {
	display: inline-block;
	margin: 0;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-repeat: repeat;
	cursor: pointer;
}
#theme-options ul.backgrounds li:hover { 
	border-color: #ccc; 
}
#theme-options ul.backgrounds li.active,#theme-options ul.backgrounds li.active:hover { 
	border-color: #ff9600; 
}
#theme-options .layout-style li{
	width: 48%;
	padding:5px 3px;	
	display: inline-block;
	height: auto;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #ddd;
}
#theme-options .layout-style li.active,
#theme-options .layout-style li.active a{
	color: #fff;
}
#theme-options .layout-style li  a:hover{
	text-decoration: none;
}
#theme-options .layout-style li a{
	font-size: 11px;
	color: #424242;
}