
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


/*****************************************************************************************/
/************************************ Register/Login form ********************************/
/*****************************************************************************************/

.gs-form,
#gs_register_form,
#gs_login_form,
#gs_forgotpassw_form{
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}

#gs_forgotpassw_form{
    margin-bottom: 40px;
    margin-top: 40px;
}

.gs-form > div.gs-form-header,
#gs_login_header,
#gs_register_header,
#gs_forgotpassw_header{
    margin-bottom: 15px;
}

#gs_login_form_social {
    margin-bottom: 14px;
}

#gs_login_form_social > button {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    height: 40px;
    line-height: 37px;
    font-size: 15pt;
    background: none;
    margin: 5px 0;
}

#gs_login_form_social > button > div {
    left: 47%;
    position: relative;
}

#gs_login_form_social > button[name=esOKbutton].buttonActive {
    color: #ffffff;
    background: #EE7808;
}

#gs_login_form_social > button[name=esOKbutton] {
    border: 1px solid #EE7808;
    color: #EE7808;
	vertical-align: bottom;
}

#gs_login_form_social > button[name=esOKbutton]:hover {
    color: #ffffff;
    background: #EE7808;
}

#gs_login_form_social > button[name=esVKbutton].buttonActive {
    color: #ffffff;
    background: #507299;
}

#gs_login_form_social > button[name=esVKbutton] {
    border: 1px solid #507299;
    color: #507299;
	vertical-align: bottom;
}

#gs_login_form_social > button[name=esVKbutton]:hover {
    color: #ffffff;
    background: #507299;
}

#gs_login_form_social > button[name=esFBbutton].buttonActive {
    color: #ffffff;
    background: #627aad;
}

#gs_login_form_social > button[name=esFBbutton] {
    border: 1px solid #627aad;
    color: #627aad;
	vertical-align: bottom;
}

#gs_login_form_social > button[name=esFBbutton]:hover {
    color: #ffffff;
    background: #627aad;
}

#gs_login_form_social > button[name=esGooglebutton].buttonActive {
    color: #ffffff;
    background: #ea4335;
}

#gs_login_form_social > button[name=esGooglebutton] {
    border: 1px solid #ea4335;
    color: #ea4335;
	vertical-align: bottom;
}

#gs_login_form_social > button[name=esGooglebutton]:hover {
    color: #ffffff;
    background: #ea4335;
}

span[name=or-separator] {
    font-weight: bold;
}

span[name=or-separator]:before{
    background-color: #999;
    content: "";
    display: inline-block;
    height: 1px;
    width: 35%;
    margin: 0 20px 4px 0;
}

span[name=or-separator]:after{
    background-color: #999;
    content: "";
    display: inline-block;
    height: 1px;
    width: 35%;
    margin: 0 0 4px 20px;
}

@media screen and (max-width: 425px) {
    span[name=or-separator]:before{
        width: 37%;
    }

    span[name=or-separator]:after{
        width: 37%;
    }
}


#gs_register_form_success{
    margin: 0 auto;
    text-align: center;
}

div[name=gs_form_errors],
#gs_register_form_errors,
#gs_login_form_errors,
#gs_forgotpassw_form_errors{
    color: #666666;
    font-size: 18px;
    min-height: 45px;
    padding: 0 5px;
    width: 100%;
    margin: 14px 0 5px;
    display: none;
}

.gs_error_message {
    border: 1px solid #b30008;
    background: #d4baba;
}

.gs_info_message {
    border: 1px solid #02b30b;
    background: #bcd4b4;
}

.gs-form > div.gs-form-errors.gs_info_message > span[name=title],
div[name=gs_form_errors].gs_info_message > span[name=title],
#gs_register_form_errors.gs_info_message > span[name=title],
#gs_login_form_errors.gs_info_message > span[name=title],
#gs_forgotpassw_form_errors.gs_info_message > span[name=title]{
    color: #00440a;
}

.gs-form > div.gs-form-errors > span[name=title],
div[name=gs_form_errors] > span[name=title],
#gs_register_form_errors > span[name=title],
#gs_login_form_errors > span[name=title],
#gs_forgotpassw_form_errors > span[name=title]{
    position: relative;
    top: 5px;
    color: #b30008;
}

.gs-form > div.gs-form-errors > div,
div[name=gs_form_errors] > div,
#gs_register_form_errors > div,
#gs_login_form_errors > div,
#gs_forgotpassw_form_errors > div{
    font-size: 10pt;
    margin-top: 14px;
    margin-bottom: 14px;
}

.gs-form > .gs-form-inputs > input,
#gs_register_form_inputs > input,
#gs_login_form_inputs > input,
#gs_forgotpassw_form_inputs > input {
    border: 1px solid #0467b3;
    color: #666666;
    font-size: 18px;
    height: 33px;
    padding: 0 5px;
    width: 100%;
    margin: 14px 0 0;
}

#gs_pre_register_form_inputs > input {
    border: 1px solid #0467b3;
    color: #666666;
    font-size: 18px;
    height: 60px;
    padding: 0 15px;
    width: 100%;
    margin: 14px 0 0;
}

#gs_login_form_forgotpass > a {
    float: right;
    font-size: 12px;
}

#gs_register_form_terms,
#gs_login_form_remember_me {
    text-align: left;
    margin-top: 10px;
}

#gs_register_form_terms {
    margin-bottom: 25px;
}

#gs_register_form_terms a {
    text-decoration: underline;
}

#gs_register_form_terms > input#terms_and_condition,
#gs_login_form_remember_me > input#rememberme{
    display: none;
}

#gs_register_form_terms > label,
#gs_login_form_remember_me > label{
    cursor: pointer;
    font-size: 18px;
}

#gs_register_form_terms > label:before,
#gs_login_form_remember_me > label:before{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 0 5px 0 0;
    width: 16px;
}

#gs_register_form_terms > input:checked + label:before,
#gs_login_form_remember_me > input:checked + label:before{
    background-image: url('../images/cgrbox.png');
}

#gs_register_form_terms > input:not(:checked) + label:before,
#gs_login_form_remember_me > input:not(:checked) + label:before {
    background-image: url('../images/uncgrbox.png');
}

#gs_login_form_buttons,
#gs_forgotpassw_form_buttons{
    margin-top: 10px;
}

#gs_register_form_buttons{
    margin-top: 20px;
}

.gs-form > .gs-form-buttons > button,
#gs_register_form_buttons > button,
#gs_login_form_buttons > button,
#gs_forgotpassw_form_buttons > button {
    background: #0467b3 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 33px;
    width: 100%;
    cursor: pointer;
}

#gs_pre_register_form_buttons > button {
    background: #0467b3 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 60px;
    width: 100%;
    cursor: pointer;
    margin: 14px 0 0;
}

button > div.fb_loader,
#gs_register_form_buttons > button > div.fb_loader,
#gs_login_form_buttons > button > div.fb_loader,
#gs_forgotpassw_form_buttons > button > div.fb_loader {
    position: relative;
    left: 46%;
}

.gs-form > .gs-form-buttons > button:hover,
#gs_register_form_buttons > button:hover,
#gs_login_form_buttons > button:hover,
#gs_forgotpassw_form_buttons > button:hover {
    background: rgba(8,121,209,0.9) none repeat scroll 0 0;
}

#gs_go_to_login,
#gs_go_to_registration {
    margin-top: 15px;
    cursor: pointer;
}

#gs_go_to_login > span,
#gs_go_to_registration > span {
    background-color: #45D34B;
    padding: 5px 30px;
    display: inline-block;
    margin: 10px;
    color: #ffffff;
    font-size: 18px;
}





@media screen and (max-width: 425px) {
    .gs-form > .gs-form-header,
    #gs_login_header,
    #gs_register_header,
    #gs_forgotpassw_header{
        margin-bottom: 0;
    }

    #gs_login_form_social {
        margin-bottom: 0;
    }

    #gs_login_form_social > button {
        height: 30px;
        line-height: 27px;
        font-size: 9pt;
        width: 49%;
    }

    .gs-form > .gs-form-inputs > input,
    #gs_register_form_inputs > input,
    #gs_login_form_inputs > input,
    #gs_forgotpassw_form_inputs > input {
        margin: 5px 0 0;
        font-size: 14px;
    }

    #gs_pre_register_form_inputs > input {
        font-size: 14px;
    }

    #gs_register_form_terms > label,
    #gs_login_form_remember_me > label{
        font-size: 15px;
    }

    #gs_go_to_login,
    #gs_go_to_registration {
        margin-top: 10px;
        cursor: pointer;
    }
}


/*************************[es_profile_social_links]**************************/


#gs_link_with_socials {
    margin-bottom: 14px;
}

#gs_link_with_socials > button {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    height: 35px;
    font-size: 11pt;
    background: none;
    width: 100px;
    vertical-align: middle;
}

#gs_link_with_socials > button > div {
    left: 37%;
    position: relative;
}

#gs_link_with_socials > button[name=esVKbutton].buttonActive {
    color: #ffffff;
    background: #507299;
}

#gs_link_with_socials > button[name=esVKbutton] {
    border: 1px solid #507299;
    color: #507299;
}

#gs_link_with_socials > button[name=esVKbutton]:hover {
    color: #ffffff;
    background: #507299;
}

#gs_link_with_socials > button[name=esFBbutton].buttonActive {
    color: #ffffff;
    background: #627aad;
}

#gs_link_with_socials > button[name=esFBbutton] {
    border: 1px solid #627aad;
    color: #627aad;
}

#gs_link_with_socials > button[name=esFBbutton]:hover {
    color: #ffffff;
    background: #627aad;
}

#gs_link_with_socials > button[name=esGooglebutton].buttonActive {
    color: #ffffff;
    background: #ea4335;
}

#gs_link_with_socials > button[name=esGooglebutton] {
    border: 1px solid #ea4335;
    color: #ea4335;
}

#gs_link_with_socials > button[name=esGooglebutton]:hover {
    color: #ffffff;
    background: #ea4335;
}


/*********************************FB loader**********************************/

button > div.fbloader {
    left: calc(50% - 15px);
    position: relative;
}

.fb_loader_white {
    background-color: #ffffff;
    border:1px solid #ffffff;
}

.fb_loader_blue {
    background-color: #0060cc;
    border:1px solid #0060cc;
}

.fb_loaderG{
    float:left;
    height:18px;
    margin-left:2px;
    width:6px;
    opacity:0.1;
    -moz-animation-name:bounceG;
    -moz-animation-duration:1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-transform:scale(0.7);
    -webkit-animation-name:bounceG;
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-transform:scale(0.7);
    -ms-animation-name:bounceG;
    -ms-animation-duration:1s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-transform:scale(0.7);
    -o-animation-name:bounceG;
    -o-animation-duration:1s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-transform:scale(0.7);
    animation-name:bounceG;
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    transform:scale(0.7);
}

#blockG_1{
    -moz-animation-delay:0.3s;
    -webkit-animation-delay:0.3s;
    -ms-animation-delay:0.3s;
    -o-animation-delay:0.3s;
    animation-delay:0.3s;
}

#blockG_2{
    -moz-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
    -ms-animation-delay:0.4s;
    -o-animation-delay:0.4s;
    animation-delay:0.4s;
}

#blockG_3{
    -moz-animation-delay:0.5s;
    -webkit-animation-delay:0.5s;
    -ms-animation-delay:0.5s;
    -o-animation-delay:0.5s;
    animation-delay:0.5s;
}

@-moz-keyframes bounceG{
    0%{
        -moz-transform:scale(1.2);
        opacity:1}
    100%{
        -moz-transform:scale(0.7);
        opacity:0.1}
}

@-webkit-keyframes bounceG{
    0%{
        -webkit-transform:scale(1.2);
        opacity:1}
    100%{
        -webkit-transform:scale(0.7);
        opacity:0.1}
}

@-ms-keyframes bounceG{
    0%{
        -ms-transform:scale(1.2);
        opacity:1}
    100%{
        -ms-transform:scale(0.7);
        opacity:0.1}
}

@-o-keyframes bounceG{
    0%{
        -o-transform:scale(1.2);
        opacity:1}
    100%{
        -o-transform:scale(0.7);
        opacity:0.1}
}

@keyframes bounceG{
    0%{
        transform:scale(1.2);
        opacity:1}
    100%{
        transform:scale(0.7);
        opacity:0.1}
}



/*****************************************************************************************/
/************************************* gs-custom-menu ************************************/
/*****************************************************************************************/

.gs-custom-menu {
    display: inline-block;
    padding: 8px;
    cursor: pointer;
}

.gs-custom-menu > div.gs-logo {
    background: url(/wp-content/img/custom_menu.png) no-repeat center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 40px;
    height: 40px;
}

.gs-custom-menu > div.gs-menu-list {
    position: absolute;
}

.gs-custom-menu > div.gs-menu-list > div {
    position: relative;
    background-color: #4C6070;
    top: 9px;
    left: -8px;
}

.gs-custom-menu > div.gs-menu-list > div > div {
    background-color: #4C6070;
}

.gs-custom-menu > div.gs-menu-list > div > div:hover {
    background-color: #ffffff;
}

.gs-custom-menu > div.gs-menu-list > div > div a {
    color: #ffffff !important;
}

.gs-custom-menu > div.gs-menu-list > div > div:hover a {
    color: #4C6070 !important;
}

.gs-custom-menu > div.gs-menu-list > div > .gs-menu-list-item {
    padding: 10px;
}


@media (max-width: 768px) {
    .gs-custom-menu > div.gs-logo {
        width: 30px;
        height: 30px;
    }

    .gs-custom-menu {
        padding: 6px;
        position: relative;
        left: -64px;
    }

    .gs-custom-menu > div.gs-menu-list > div {
        top: 5px;
    }
}

/*****************************************************************************************/


/*****************************************************************************************/
/***************************************** формы *****************************************/
/*****************************************************************************************/

table[name=gs-new-item] {
    padding: 0;
    border: 0 !important;
}

table[name=gs-new-item] td {
    padding: 0;
    border: 0;
}

table[name=gs-new-item] tr {
    padding: 0;
    border: 0;
}

input.gs-inputs {
    min-width: 60px;
    border: 1px solid #0467b3;
    color: #666666;
    font-size: 18px;
    height: 33px;
    padding: 0 5px;
    width: 100%;
    /*margin: 14px 0 0;*/
}

textarea.gs-inputs {
    min-width: 60px;
    border: 1px solid #0467b3;
    color: #666666;
    font-size: 18px;
    padding: 5px;
    width: 100%;
    /*margin: 14px 0 0;*/
}

textarea.gs-inputs::-webkit-input-placeholder,
input.gs-inputs::-webkit-input-placeholder {
    color: #666666;
    opacity: 0.5;
}

button {
    background: #0467b3 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 50px;
    cursor: pointer;
    padding: 0 20px;
}

table[name=gs-new-item] button {
    background: #0467b3 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 50px;
    width: 100%;
    cursor: pointer;
}


div[name=gs_form_errors_area] {
    color: #666666;
    font-size: 18px;
    min-height: 45px;
    padding: 0 5px;
    width: 100%;
    margin: 14px 0 5px;
    display: none;
}

div[name=gs_form_errors_area].gs_info_message > span[name=title] {
    color: #00440a;
}

div[name=gs_form_errors_area] > span[name=title] {
    position: relative;
    top: 5px;
    color: #b30008;
}

div[name=gs_form_errors_area] > div {
    font-size: 10pt;
    margin-top: 14px;
    margin-bottom: 14px;
}

input[name=gs_product_image_upload] {
    max-width: 170px;
}

/*****************************************************************************************/


/*****************************************************************************************/
/************************************ Register/Login form ********************************/
/*****************************************************************************************/

.gs-search-menu {
    display: table; width: 100%;
}

.gs-search-menu > div {
    display: table-cell;
    height: 100px;
    width: 20%;
    text-align: -webkit-center;
}

.gs-search-menu > div > span {
    display: block;
    height: 100px;
    width: 90%;
    background-position: center !important;
    background-size: contain !important;
    opacity: 0.5;
    cursor: pointer;
}

.gs-search-menu > div > span.gs-active {
    opacity: 1;
}

@media (max-width: 450px) {
    .gs-search-menu > div {
        height: 50px;
    }
}

/*****************************************************************************************/

.gs-button-red {
    background-color: red !important;
}

.gs-button-green {
    background-color: lawngreen !important;
}