/*  Layout Styles -----------------------------------------*/

#layout {
  background: #fff!important;
  overflow: hidden;
  position: relative;
  background: transparent;
  -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;
}
.content-info{  
  max-width: 1230px;
  margin: 0px auto;
  background: #F4F4F4;
  -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);
  z-index: 99;
  position: relative;
  margin-bottom: 58px;
}
.layout-wide .content-info,
.layout-wide .dark-home{  
  max-width: 100%;  
}
.layout-wide .dark-home .row{
  max-width: 1170px;
  margin: 0px auto;
}
.layout-wide .tab-content{
  margin-left: 0;
}
.layout-wide .crumbs:before{
    left: 23%;
}
.layout-boxed {
  max-width: 1130px;
  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-boxed-margin{
  max-width: 1130px;
  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 header, 
.layout-boxed-margin header{
  position: relative;
}

/* COLOR SKINS -------------------------------*/
.colorbox { width:100%; height:100%; cursor:pointer; display:block; }
.aquamar { background-color:#76c8cb; }
.blue { background-color:#0f5fdb; }
.cyan { background-color:#00bff3; }
.cream { background-color:#b8a279; }
.darkorchid { background-color:#614051; }
.green { background-color:#21b44e; }
.lemongreen { background-color:#82b440; }
.orange { background-color:#fa812f; }
.pink { background-color:#e5669c; }
.red { background-color:#d80b36; }
.salmon { background-color:#ff7e48; }
.sienna { background-color:#8b4513; }
.skyblue { background-color:#00bfff; }
.slateblue { background-color:#8169ff; }
.steelblue { background-color:#4682b4; }
.teal { background-color:#1abc9c; }
.violet { background-color:#8560a8; }
.yellow { background-color:#e0b900; }


/* 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.png"); }
.bg9 { background-image: url("../img/bg-theme/9.png"); }
.bg10 { background-image: url("../img/bg-theme/10.png"); }
.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"); }
.bg20 { background-image: url("../img/bg-theme/20.png"); }
.bg21 { background-image: url("../img/bg-theme/21.png"); }
.bg22 { background-image: url("../img/bg-theme/22.png"); }
.bg23 { background-image: url("../img/bg-theme/23.png"); }
.bg24 { background-image: url("../img/bg-theme/24.png"); }
.bg25 { background-image: url("../img/bg-theme/25.png"); }
.bg26 { background-image: url("../img/bg-theme/26.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.png"); }
#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.png"); }
#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 ul.backgrounds li.bg20 { background-image: url("../img/bg-theme/20.png"); }
#theme-options ul.backgrounds li.bg21 { background-image: url("../img/bg-theme/21.png"); }
#theme-options ul.backgrounds li.bg22 { background-image: url("../img/bg-theme/22.png"); }
#theme-options ul.backgrounds li.bg23 { background-image: url("../img/bg-theme/23.png"); }
#theme-options ul.backgrounds li.bg24 { background-image: url("../img/bg-theme/24.png"); }
#theme-options ul.backgrounds li.bg25 { background-image: url("../img/bg-theme/25.png"); }
#theme-options ul.backgrounds li.bg26 { background-image: url("../img/bg-theme/26.png"); }


/* Theme Options ----------------------------------------------*/

#theme-options {  
  position:fixed;   
  width: auto;  
  left:-220px;
  width: 220px;
  top: 100px;
  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;
}
#theme-options .title {
  padding: 10px 5px 0 12px; 
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  position: relative;
}
#theme-options .title p{
  margin-bottom: 5px;
}
#theme-options .title span{
  margin-left: -12px;
}
#theme-options .openclose {
  cursor: pointer;
  display: block;
  height: 60px;
  position: absolute;
  top: 20px;
  right: -60px;
  width: 60px;
  background: #FFF;
  border-radius: 0px 5px 5px 0px;
  border-right: 1px solid #DDD;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
#theme-options .openclose i {
  font-size: 2em;
  font-size: 2em;
  text-align: center;
  margin: .6em .7em;
  position: relative;
  display: inline-block;
  -moz-animation: spin 5s infinite linear;
  -webkit-animation: spin 5s infinite linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#theme-options .openclose:hover i {
  color: #131D2F;
}
#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;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  width: 20px;
  height: 20px;
  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;
}
#theme-options .layout-style li  a:hover{
  text-decoration: none;
}
#theme-options .layout-style li a{
  font-size: 11px;
  color: #424242;
}