/***********************************************/

#stylechooser { position: fixed; top: 13%; left: -1px; width: 220px; min-height: 300px; z-index: 99999999999999; padding: 0 0 15px 0;}
#stylechooser  #styleToggle {position: absolute; top: 0px; right: -60px; cursor: pointer; font-size:24px; line-height: 60px; color:#333333; text-align: center; width:60px; height:60px; margin:0;}
#stylechooser  #styleToggle:before {
  width:60px;
  height:60px;
  display:block;
  color: #333333;
}
#stylechooser .easyBox.flat {
  padding:0 0 0 20px;
  width:280px;
  height: 60px;
  z-index:10;

  -webkit-box-shadow: 0px 0px 10px 0 rgba(2,3,3,.15);
  -moz-box-shadow: 0px 0px 10px 0 rgba(2,3,3,.15);
  box-shadow: 0px 0px 10px 0 rgba(2,3,3,.15);
}

#stylechooser .easyBox .title {
  padding:0 0 0 20px;
  height: 60px;
  z-index:10;
}

#stylechooser .easyBox {
  margin:0;
  padding:0;
  background:#fff;

  -webkit-box-shadow: 0px 3px 10px 0 rgba(2,3,3,.15);
  -moz-box-shadow: 0px 3px 10px 0 rgba(2,3,3,.15);
  box-shadow: 0px 3px 10px 0 rgba(2,3,3,.15);
}

#stylechooser .easyBox p{
  line-height: 60px;
  margin: 0;
}

#stylechooser .btn {
  background:#fff;
  filter:none;

  border:2px solid #e6e6e6;
  color:#cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;


  font-size:14px;
  line-height:14px;
  padding:11px 19px;
  margin:0 10px 10px 0;
}



#stylechooser .btn.btn-primary,
#stylechooser #demoReset
{
  background:#9ec016;
  filter:none;

  border:2px solid #9ec016;
  color:#fff;
}




#stylechooser h6 {
  font-family: 'titillium web', sans-serif;
  font-weight: 400;
  color:#33434d;
  font-size:20px;
  line-height:21px;
  padding:20px 0;
  margin:0;
}

#stylechooser hr {margin:0; background:#e6e6e6;}
#stylechooser label {
  margin-bottom:20px;
  font-family: 'Patua One', cursive;
  font-weight: 400;
  color:#33434d;
  font-size:14px;
  line-height:14px;
}

#stylechooser .mkSpace {
  padding:0px;
}
#stylechooser .demoList {margin:0; padding: 0; list-style:none; max-height: 300px;}
#stylechooser .demoList li {margin:0; position:relative; width: 110px; height:50px; display: block; float: left; overflow: hidden}

#stylechooser .demoColor, #stylechooser .demoPattern{
  z-index: 1;
  display:block;
  width: 100%;
  height:100%;
  background: transparent;
  float: right;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
#stylechooser .demoList li:hover .demoColor {width:60px;}
#stylechooser .demoActive .demoColor {width:170px;}
#stylechooser .demoColor:before {
  font-family: "fontawesome";
  content: "\f096";
  color: #333333;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  position:absolute;
  left:-50px;
  width:50px;
  height:50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#stylechooser .demoActive .demoColor:before {
  content: "\f046";
}

/* styleswitcher on the right */

body.navbar-sidebar #stylechooser {
  left:auto;
  right:-1px;
}

body.navbar-sidebar #stylechooser  #styleToggle {
  right:auto;
  left:-60px;
}

body.navbar-sidebar #stylechooser .demoList li:hover .demoColor {margin-right:50px;}
body.navbar-sidebar #stylechooser .demoList li:hover .demoColor:before,
body.navbar-sidebar #stylechooser .demoList .demoActive .demoColor:before{left:auto; right:0; }
body.navbar-sidebar #stylechooser .demoActive .demoColor {margin-right:50px;}
body.navbar-sidebar #stylechooser .demoColor:before{
  left:auto;
  right: -50px;
}
body.navbar-sidebar #stylechooser .easyBox.flat {
  padding-left:80px;
  margin-left:-60px;
}


@media (max-width: 767px) {
  #stylechooser {
    display:none !important;
  }
}

.onoffswitch {
  position: relative; width: 100%;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

#stylechooser .onoffswitch label{
  margin-bottom: 0;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
}
.onoffswitch-inner {
  width: 200%; margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    display: block;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left; width: 50%; height: 50px; padding: 0; line-height: 50px;
  font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center;
}
.onoffswitch-inner:before {
  content: "BOXED";
  background-color: #EEEEEE; color: #999999;
}
.onoffswitch-inner:after {
  content: "WIDE";
  background-color: #EEEEEE; color: #999999;
}

.onoffswitch-checkbox[checked=checked] + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox[checked=checked] + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

#stylechooser .select select{
  height: 50px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: #EEEEEE;
  border: none;
  color: #999999;
  outline: none !important;
}

.ct-titleSwitcher{
  font-size: 30px!important;
  line-height: 53px!important;
}
#stylechooser #styleToggle {
  width: 69px;
  height: 60px;
  line-height: 54px;
  font-size: 20px;
  right: -60px;
}
#stylechooser .easyBox.flat {
  width: 270px;
  height: 50px;
}
/*
#stylechooser .easyBox { -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow: none!important;}*/
