@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
.stylepicker input[type=checkbox], .stylepicker .stylepicker input[type=radio] {
    border: 1px solid #bbb;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;

}

.stylepicker{
    display: none;
    width: 0;
    min-height: 200px;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 99999;
    font-family: 'Open Sans', sans-serif;

}
.stylepicker .content{
    width: 320px;
    left: -322px;
    background-color: #fff;
    color: #555;
    position: relative;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    3px 2px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         3px 2px 5px 0px rgba(50, 50, 50, 0.2);

}
.stylepicker .content h5{
    background-color: #f1f1f1;
    width: 100%;
    padding: 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
    color: #555;
    margin-bottom: 0px;

}

.stylepicker .content select{
    width: 100%;
    padding: 7px;
    border: 1px solid #c7c7c7;
    font-size: 11px;
    color:#777;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/
    background: url('../images/arrow.png') 100% 50% no-repeat;
}

.gecko .stylepicker .content select{
    background: url('../images/arrow.png') 102% 50% no-repeat;
}

.stylepicker .content .handler{
    position: absolute;
    right: -48px;
    top: 0px;
    width: 48px;
    height: 48px;
    background-color: #000;
    font-size: 22px;
    text-shadow: 1px 1px #ccc;
    text-align: center;
}
.stylepicker .content .handler i{
    margin-top: 12px;
    color: #fff;
}

.stylepicker .content .options{
    padding: 25px 15px;
}
.stylepicker .content label{
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    margin: 10px 0px ;
}
.stylepicker .content .checkboxes{
    margin-top: 10px;
}
.stylepicker .content .checkboxes label{
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
}
.wp-picker-container input[type="text"].wp-color-picker{
    border: 1px solid #c7c7c7;
}

.wp-picker-container .button{
    font-size: 12px;
    padding: 3px;
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
}

.stylepicker #style-picker select{
    cursor: pointer;
}

/* Bishop */

.stylepicker.bishop .content .handler{
    background-color: #f7c104;
}
 .stylepicker .sp-buttons {
     text-align: right;
     clear: both;
     margin-top: 20px;
 }

.stylepicker .sp-buttons a {
    border: 1px solid #555;
    padding: 5px 11px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    margin-left: 5px;
}

.stylepicker .sp-buttons a:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}

 .stylepicker.bishop .sp-buttons #sp-apply{
     background-color: #f7c104;
     border-color: #FFA509;
 }

#stylepicker-spinner {
   position: absolute;
    z-index: 99990;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7) url(../images/spinner.gif) no-repeat 50% center fixed;
}

 body.stretched-layout,  body.stretched-layout .st-content,  body.stretched-layout .st-content-inner {
     background-image: none;
 }

/* Regency */

.stylepicker.regency{
    top:200px;
}

/* Nielsen */

.stylepicker.nielsen{
    top:180px;
}

/* Panarea */

.stylepicker.panarea .content .handler{
    background-color: #799707;
}

/* Jakobi */

.stylepicker.jakobi .content .handler{
    background-color: #4caac1;
}

/* Globe */

.stylepicker.globe .content .handler{
    background-color: #648084;
}

.stylepicker.globe{
    top:220px;
}

@media (max-width: 979px){
     .stylepicker{
         visibility: hidden;
     }
 }