.vcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .vcenter {
    display: block ;
  }
}
.fader {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.customizer {
  font-family: 'Arial';
  color: #434343;
  width: 370px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -370px;
  z-index: 10020;
  background-color: #EEEEEE;
  border-right: 1px solid #d5d5d5;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.customizer .tooltip .tooltip-inner {
  max-width: 220px;
  min-width: 160px;
  text-align: center;
}
.customizer > a {
  color: #737373;
  background-color: #FFF;
  text-align: center;
  display: block;
  padding: 10px;
}
.customizer #login-form {
  padding: 30px;
}
.customizer h3 {
  display: block;
  text-align: left;
  color: #737373;
  border-bottom: 1px solid #d5d5d5;
  margin: 0;
  padding: 15px;
  font-weight: lighter;
  font-family: 'Arial';
  font-size: 18px;
}
.customizer h3 span {
  font-weight: bold;
  color: #434343;
  margin-top: 5px;
}
.customizer .optionWrap {
  display: none;
  padding: 30px;
}
.customizer .control-group:first-of-type + .optionWrap {
  display: block;
}
.customizer .minicolors-panel {
  box-sizing: content-box;
  border-radius: 0px;
}
.customizer.open {
  left: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 0px;
}
.customizer .customize-buttons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 0;
  right: -42px;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-radius: 0;
}
.customizer .customize-buttons li {
  width: 40px;
  height: 40px;
  background-color: #EEE;
  border-bottom: 1px solid #d5d5d5;
  line-height: 40px;
  text-align: center;
  position: relative;
  color: #737373;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.customizer .customize-buttons li:hover {
  color: #1a1a1a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.customizer .customize-buttons li:hover > a {
  color: #1a1a1a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.customizer .customize-buttons li:last-of-type {
  border-bottom: none;
}
.customizer .customize-buttons li.dropTheme:hover .themeChooser {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.customizer .customize-buttons li a {
  display: block;
  cursor: pointer;
  color: #737373;
}
.customizer .themeChooser {
  list-style-type: none;
  position: absolute;
  margin: 0;
  min-width: 242px;
  top: 0;
  left: 40px;
  border: 1px solid #d5d5d5;
  padding: 10px;
  background-color: #EEEEEE;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.customizer .themeChooser li {
  float: left;
  width: 50px;
  height: 50px;
  border: none;
  margin: 0 5px 5px 0;
}
.customizer .themeChooser li a span {
  width: 25px;
  height: 50px;
  float: left;
}
.customizer #rstpl-customizer-form .RSSpacer.control-group {
  margin-bottom: 0;
}
.customizer #rstpl-customizer-form .RSSpacer .control-label {
  display: none;
}
.customizer #rstpl-customizer-form .RSSpacer .controls {
  margin-left: 0;
}
.customizer #rstpl-customizer-form h4 {
  display: block;
  text-align: left;
  margin: 0;
  background-color: #FFF;
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
  text-transform: uppercase;
  color: #737373;
  letter-spacing: .5px;
  font-weight: bold;
  font-family: 'Arial';
}
.customizer #rstpl-customizer-form .control-group .control-label {
  text-align: left;
}
.customizer #rstpl-customizer-form .control-group .control-label label {
  width: auto;
  max-width: 100px;
  display: inline;
}
.customizer #rstpl-customizer-form .control-group input {
  max-width: auto;
  min-width: auto;
  width: 100px;
  border-radius: 0;
}
.customizer #rstpl-customizer-form .control-group .media-preview + input {
  padding: 0px;
  width: 0px;
}
.customizer #rstpl-customizer-form .control-group .input-append .add-on, .customizer #rstpl-customizer-form .control-group .input-append .btn {
  line-height : 24px;
}
.customizer #rstpl-customizer-form .control-group select {
  max-width: auto;
  min-width: auto;
  width: 140px;
  border-radius: 0;
}
.customizer #rstpl-customizer-form .control-group.Textarea .control-label,
.customizer #rstpl-customizer-form .control-group.Editor .control-label {
  display: block;
  width: 100%;
  text-align: center;
}
.customizer #rstpl-customizer-form .control-group.Textarea .control-label label,
.customizer #rstpl-customizer-form .control-group.Editor .control-label label {
  min-width: auto;
  max-width: auto;
  width: 100%;
  display: inline;
}
.customizer #rstpl-customizer-form .control-group.Textarea .controls,
.customizer #rstpl-customizer-form .control-group.Editor .controls {
  margin: 0;
  display: block;
}
.customizer #rstpl-customizer-form .control-group.Textarea textarea,
.customizer #rstpl-customizer-form .control-group.Editor textarea {
  width: 100%;
  clear: both;
  border-radius: 0;
}
.customizer #rstpl-customizer-form .chzn-container.chzn-container-single .chzn-single {
  background: #FFF;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 32px;
  padding: 5px;
  display: block;
  width: 100%;
  line-height: 20px;
}
.customizer #rstpl-customizer-form .chzn-container.chzn-container-single .chzn-single span {
  display: inline;
  overflow: initial;
}
.customizer #rstpl-customizer-form .chzn-container.chzn-container-single .chzn-search input {
  width: 130px !important;
  border-radius: 0;
}
.popover {
  z-index: 10021;
}
.popover h1, .popover h2, .popover h3, .popover h4, .popover h5, .popover h6 {
  color: initial;
}
.tip-wrap {
  box-sizing: content-box;
  z-index: 10021;
}
#attrib-customization .RSSpacer.control-group {
  margin-bottom: 0;
}
#attrib-customization .RSSpacer .control-label {
  display: none;
}
#attrib-customization .RSSpacer .controls {
  margin-left: 0;
}
#attrib-customization h4 {
  border-bottom: 1px solid #6f6f6f;
  width: 30%;
  cursor: pointer;
}
#attrib-customization .optionWrap {
  display: none;
}
#attrib-customization .optionWrap:first-of-type {
  display: block;
}
.tpl-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.6);
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 13;
  left: 50%;
  top: 50%;
  -webkit-transform: rotateZ(45deg) translate(-50%, -50%);
  transform: rotateZ(45deg) translate(-50%, -50%);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
