/* JS-created definition list */
.dropdownSelect {
    /*position: absolute;*/
    top: 13px;
    right: 0;
    width: 150px;
}

/* rought form styles for when JS is disabled */

.dropdownSelect form {
    width: 158px;
    padding: 0;
}

.dropdownSelect select,
.dropdownSelect input {
    display: inline;
    padding: 0;
    margin: 0;
}



.dropdown dd { position: relative; }

.dropdown a {
    text-decoration: none;
    outline: 0;
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    width: 115px;
    overflow: hidden;
}

.dropdown dt a {
    background: #F0F0F0;
    border: 1px solid #CFCFCF;
    padding: 3px 5px 4px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #8B8B8B;	
}

.dropdown dt a.active {
    background: #C23F1B;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px dotted #CFCFCF;
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    box-shadow: 0 3px 7px rgba(0,0,0,.5);
    color: #fff;
}

.dropdown dd{
    margin-right: 1px;
}

.dropdown dd ul {
    background: #097909;
    border: 1px solid #676768;
    color: #C5C0B0;
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    /*left: 0;*/
    padding: 2px 0 5px 0;
    list-style: none;
    border-top: none;
    margin: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    box-shadow: 0 3px 7px rgba(0,0,0,.5);
}

.dropdown dd ul li a {
    padding: 2px 0px 2px 8px;
}

.dropdown dt a img,
.dropdown dd ul li a img{
    float: left;
    width: 16px;
    height: 11px;
    margin: 2px 6px 0 0;
    cursor: pointer;        
}

.dropdown dd ul li a em,
.dropdown dt a em {
    font-style: normal;
    /*float: left;*/
    width: 85px;
    cursor: pointer;
}

.dropdown dd ul li a em {
    color: #dbc3b5;
}

.dropdown dd ul li a:hover { background-color: rgba(255,255,255,.1); }
.dropdown dd ul li a:hover em { color: #fff; }



/*  */
.g-popup-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(62,71,87,.5);
    z-index: 9992;
}
@media (max-width: 600px) {
    .g-popup-wrapper {
        display: none !important;
    }
}

/* Wait FB Block */
.g-popup {
    z-index: 9993;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.g-popup--fb {
    width: 465px;
    background: #fff;
}
.g-popup--fb-title {
    background: #4867aa;
    color: #fff;
    position: relative;
}
.g-popup--fb-title:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -20px;
    right: 52px;
    width: 0;
    height: 0;
    border-right: 0 inset rgba(0,0,0,0);
    border-left: 22px inset rgba(0,0,0,0);
    border-top: 22px solid #4867aa;
}
.g-popup--fb__logo {
    display: block;
    padding: 25px 30px;
}
.g-popup--fb-message {
    border-top: solid 1px rgba(255,255,255,.3);
    padding: 30px;
    font-size: 20px;
    line-height: 1.3;
}
.g-popup--fb-widjet {
    padding: 45px 30px 30px;
}
.g-popup__close {
    color: #333;
    position: absolute;
    line-height: .9;
    font-size: 26px;
    opacity: 1;
    top: -13px;
    right: -13px;
    border-radius: 50%;
}
.g-popup__close:hover {
    text-decoration: none;
    color: #333;
}
.g-popup--fb__close,
.g-popup--fb__close:hover {
    color: #4867aa;
    background: #fff;
}

/* Wait Subscribe Block */
.g-popup--subscribe {
    width: 630px;
    background: #f7f7f7;
    padding: 70px 60px 50px;
    box-shadow: 0 0 5px #bbb;
}
.g-popup--subscribe h2 {
    margin: 0 0 30px;
}
.g-popup--subscribe .sky-form {
    border: none;
}
.g-popup--subscribe .sky-form section {
    margin-bottom: 0;
}
.g-popup--subscribe .no-spam {
    font-size: 13px;
    color: #aaa;
    padding-top: 25px;
}
.g-popup--subscribe__close,
.g-popup--subscribe__close:hover {
    color: #bbb;
    background: #fff;
}

/* Wait Subscribe Block */
.g-popup--subscribe2 {
    width: 560px;
    background: #e74c3c;
    color: #fff;
}
.g-popup--subscribe2-message {
    padding: 50px 50px 40px;
}
.g-popup--subscribe2-message .icon {
    font-size: 62px;
    float: left;
    margin: 10px 30px 0 0;
}
.g-popup--subscribe2 h3 {
    color: #fff;
    font-size: 25px;
    margin: 0 0 10px;
}
.g-popup--subscribe2 p {
    margin-bottom: 0;
}
.g-popup--subscribe2 .sky-form {
    border: none;
    background: #b53c2f;
    padding: 40px 50px 35px;
}
.g-popup--subscribe2 .sky-form section {
    margin-bottom: 0;
}
.g-popup--subscribe2 .sky-form .input input,
.g-popup--subscribe2 .sky-form .input input:active,
.g-popup--subscribe2 .sky-form .input input:focus,
.g-popup--subscribe2 .sky-form .input input:hover {
    background: #822b22;
    border-color: #822b22;
    color: #fff;
    box-shadow: none;
    height: 36px;
}
.g-popup--subscribe2 ::-webkit-input-placeholder {
    color: #fff;
}
.g-popup--subscribe2 :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.g-popup--subscribe2 ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.g-popup--subscribe2 :-ms-input-placeholder {
    color: #fff;
}

.g-popup--subscribe2 .btn-default,
.g-popup--subscribe2 .btn-default.active,
.g-popup--subscribe2 .btn-default:active,
.g-popup--subscribe2 .btn-default.hover,
.g-popup--subscribe2 .btn-default:hover,
.g-popup--subscribe2 .btn-default.focus,
.g-popup--subscribe2 .btn-default:focus {
    color: #e74c3c;
    border-color: #fff;
    background: #fff;
}
.g-popup--subscribe2__close,
.g-popup--subscribe2__close:hover {
    color: #b53c2f;
    background: #fff;
}

/* Wait Subscribe Block */
.g-popup--subscribe3 {
    width: 460px;
    height: 460px;
    background: #e74c3c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 110px 80px 80px;
}
.g-popup--subscribe3 h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1.4;
    margin: 0 0 20px;
}
.g-popup--subscribe3 p {
    margin-bottom: 30px;
}
.g-popup--subscribe3 .sky-form {
    border: none;
}
.g-popup--subscribe3 .sky-form section {
    margin-bottom: 0;
}
.g-popup--subscribe3 .sky-form .input input,
.g-popup--subscribe3 .sky-form .input input:active,
.g-popup--subscribe3 .sky-form .input input:focus,
.g-popup--subscribe3 .sky-form .input input:hover {
    background: #822b22;
    border-color: #822b22;
    color: #fff;
    box-shadow: none;
    height: 36px;
}
.g-popup--subscribe3 ::-webkit-input-placeholder {
    color: #fff;
}
.g-popup--subscribe3 :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.g-popup--subscribe3 ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.g-popup--subscribe3 :-ms-input-placeholder {
    color: #fff;
}

.g-popup--subscribe3 .btn-default,
.g-popup--subscribe3 .btn-default.active,
.g-popup--subscribe3 .btn-default:active,
.g-popup--subscribe3 .btn-default.hover,
.g-popup--subscribe3 .btn-default:hover,
.g-popup--subscribe3 .btn-default.focus,
.g-popup--subscribe3 .btn-default:focus {
    color: #e74c3c;
    border-color: #fff;
    background: #fff;
}
.g-popup--subscribe3__close,
.g-popup--subscribe3__close:hover {
    color: #b53c2f;
    background: #fff;
    top: 55px;
    right: 55px;
}