.customCaptchaDiv {
    width: 300px;
    margin: 0 auto;
    float: none;
}
.customCaptchaDiv img {
    width: 100% !important;
}
.login_form {
    margin-left: 13px;
}
.body_internal .cntnrStFrstb{
    margin-right: 0px;
}
.login-upper-case{
    text-transform: uppercase;
}
p.news-ellipsis {
    font-size: 12px;
    color: #000;
    text-overflow: ellipsis;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 100;
    line-height: 24px !important;
}
.news-item .read_more{margin-top:10px;}
#noDays span{
    padding-right: 5px;
}
span #clockdate{
    margin-right: 5px;
}

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    padding-right: 17px;
}

.profile_table a{
    color: #000;
}
.session-in .cntnrStFrsta{
    margin-right: 0px;
}

#divpwstrength span#sp_strength {
    margin-right: 10px;
    font-weight: bolder;
    color: rgb(105, 204, 255);
    font-size: 14px;
}

#divpwstrength #lbl_strength label{
    font-size: 14px;
    color: rgb(84, 84, 84);
}


.register-phone .intl-tel-input{
    display: block !important;
}
.editable-address label{
    width: 100%;
}

.address-editable .editable-buttons {
    display: block !important;  /*should be inline to take effect of parent's white-space: nowrap  **/
    margin-left: 7px;
}

.editable-address label input, .editable-address label select{
    width: 90% !important;
    margin-left: 0 !important;
}

#divpwstrength #st_bar{
    display: none !important;
}

.edit_icon_label{
    display: inline-block !important;
    margin-left: 10px !important;
    font-size: 17px !important;
    vertical-align: middle !important;
}

.recaptcha_only_if_audio{
    padding: 0;
}
.recaptcha_only_if_audio div {
    text-align: left;
}

button.btn-payco-white, a.btn-payco-white{
    padding: 5px 10px;
    font-size: 12px;
    text-transform: capitalize;
    background-color: #fff;
    border-color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #000;
    margin-right: 5px;
    border-radius: 4px;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    border: 0;
}

.sign_up_button{
    margin-bottom: 14px;
    padding: 4px 15px !important;
    border-radius: 4px !important;
    font-family: sans-serif;
    font-size: 13px !important;
    background-color: #f8bb0a !important;
    border-color: #f8bb0a !important;
    background: #f8bb0a !important;
    color: #0e305d !important;

}

h3.registration-success{
    font-weight: bold;
    margin-top: 0px;
    color: #339BDB;
    font-size: 30px;
}

p.registration-success{
    font-weight: bold;
    margin-top: 0px;
    color: #394044;
    font-size: 20px;
    text-align: center;
}

p.registration-success a{
    color: #A0A0A0;
}

label.error p{
    text-align: center;
    font-family: open sans;
    margin: 0 !important
    text-align: center;
    color: #FFF;
    font-weight: 100;
    font-size: 12px;
    width: 100%;
    margin: 0px;
    background: #A94442;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}

.error p{
    color: #C24C4C;
    font-size: 12px;
}

.registration-form input[type="email"].error,
.registration-form input[type="text"].error,
.registration-form input[type="password"].error,
.registration-form input[type="number"].error,
.registration-form input[type="amount"].error,
.registration-form select.error{
    margin-bottom: -3px !important;
}


#login-form-01 input[type="email"].error,
#login-form-01 input[type="text"].error,
#login-form-01 input[type="password"].error,
#login-form-01 input[type="amount"].error,
#login-form-01 input[type="number"].error{
    margin-bottom: -2px !important;
}


input[type="email"].error,
input[type="text"].error,
input[type="password"].error,
input[type="amount"].error,
input[type="number"].error,
select.error{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin-bottom: -1px;
}

input[type="email"].error:focus,
input[type="text"].error:focus,
input[type="password"].error:focus,
input[type="amount"].error:focus,
input[type="number"].error:focus
{
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

label.error{
    text-align: center;
    color: #FFF;
    font-size: 12px;
    width: 100%;
    margin: 0px;
    background: #A94442;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    font-weight: 100;
}

div.bg-danger {
    background-color: #f2dede;
    padding: 5px;
    font-size: 12px;
    color: rgb(174, 21, 21) !important;
    text-align: center;
    border: 1px solid;

}

div.bg-danger p {
    text-align: center !important;
    margin: 0 0 10px !important;
    font-size: 12px !important;
    color: rgb(174, 21, 21) !important;
    line-height: 17px;
}

.validation-result{
    text-align: center;
    margin-top: 1%; /*PSPP-2765*/
}
.validation-error p.error {
    color: firebrick;
    font-size: 12px;
}

.validation-error .bg-danger{
    padding: 5px;
    border: 1px solid #D79C9C;
}
.validation-result .bg-success{
    padding: 5px;
    border: 1px solid #99CDA8;
}

.validation-error p.success{
    color: #24712B;
    font-size: 12px;
}

.overflow-inherit{
    overflow: inherit !important;
}

.custom-hr-one{
    margin-top: 5px;
    margin-bottom: 5px;
}

/*INTERNAL FORM */
.panel-form-body {
    border: 1px solid #B4DAF1 !important;
    border-radius: 0px;
    padding-top: 30px;

}

.btn-payco-alive{
    color: #000;
    background-color: #f8bb0a;
    border-color: #f8bb0a;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(120, 121, 121, 1);
    border-radius: 4px !important;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-payco-alive:hover{
    background-image: -webkit-linear-gradient(top, #FFE390 0%, #EAB416 50%, #E9B41A 50%, #ECB208 100%) !important;
    background-image: -moz-linear-gradient(top, #FFE390 0%, #EAB416 50%, #E9B41A 50%, #ECB208 100%) !important;
    background-image: -ms-linear-gradient(top, #FFE390 0%, #EAB416 50%, #E9B41A 50%, #ECB208 100%) !important;
    background-image: -o-linear-gradient(top, #FFE390 0%, #EAB416 50%, #E9B41A 50%, #ECB208 100%) !important;
    background-image: linear-gradient(top, #FFE390 0%, #EAB416 50%, #E9B41A 50%, #ECB208 100%) !important;
    border-radius: 0px;
    transition: all 0.9s ease-in-out;
}

.btn-payco-alive:focus{
    background-image: -webkit-linear-gradient(top, #FFE390 0%, #EAB416 50%, #E9B41A 50%, #ECB208 100%) !important;
    background-image: -moz-linear-gradient(top, #FFE390 0%, #EAB416 50%, #E9B41A 50%, #ECB208 100%) !important;
    background-image: -ms-linear-gradient(top, #FFE390 0%, #EAB416 50%, #E9B41A 50%, #ECB208 100%) !important;
    background-image: -o-linear-gradient(top, #FFE390 0%, #EAB416 50%, #E9B41A 50%, #ECB208 100%) !important;
    background-image: linear-gradient(top, #FFE390 0%, #EAB416 50%, #E9B41A 50%, #ECB208 100%) !important;
    border-radius: 0px;
    transition: all 0.9s ease-in-out;
}

/*REGISTRATION CSS */
.form-input-three:after{
    clear: both;
}
.form-input-three{

}

.form-input-two:after{
    clear: both;
}
.form-input-two{

}

.generate_password_container input {
    margin: 6px 0 0!important;
    display: inline-block !important;
}
.generate_password_container label{
    display: inline-block !important;
}
/** PAGE LOADER **/

    #bowlG_bg{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #000;
        opacity: .2;
        z-index: 9999;
    }

    #bowlG{
        width:90px;
        height:90px;
        margin: auto;
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 10000;
    }


    #bowl_ringG{
        position:fixed;
        width:90px;
        height:90px;
        border:8px solid #3DC2FF;
        -moz-border-radius:90px;
        -webkit-border-radius:90px;
        -ms-border-radius:90px;
        -o-border-radius:90px;
        border-radius:90px;
    }


    .ball_holderG{
        position:absolute;
        width:24px;
        height:90px;
        left:33px;
        top:0px;
        -moz-animation-name:ball_moveG;
        -moz-animation-duration:1.9s;
        -moz-animation-iteration-count:infinite;
        -moz-animation-timing-function:linear;
        -webkit-animation-name:ball_moveG;
        -webkit-animation-duration:1.9s;
        -webkit-animation-iteration-count:infinite;
        -webkit-animation-timing-function:linear;
        -ms-animation-name:ball_moveG;
        -ms-animation-duration:1.9s;
        -ms-animation-iteration-count:infinite;
        -ms-animation-timing-function:linear;
        -o-animation-name:ball_moveG;
        -o-animation-duration:1.9s;
        -o-animation-iteration-count:infinite;
        -o-animation-timing-function:linear;
        animation-name:ball_moveG;
        animation-duration:1.9s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }

    .ballG{
        position:absolute;
        left:0px;
        top:-21px;
        width:36px;
        height:36px;
        background:#035F91;
        -moz-border-radius:30px;
        -webkit-border-radius:30px;
        -ms-border-radius:30px;
        -o-border-radius:30px;
        border-radius:30px;
    }

    @-moz-keyframes ball_moveG{
        0%{
            -moz-transform:rotate(0deg)}

        100%{
            -moz-transform:rotate(360deg)}

    }

    @-webkit-keyframes ball_moveG{
        0%{
            -webkit-transform:rotate(0deg)}

        100%{
            -webkit-transform:rotate(360deg)}

    }

    @-ms-keyframes ball_moveG{
        0%{
            -ms-transform:rotate(0deg)}

        100%{
            -ms-transform:rotate(360deg)}

    }

    @-o-keyframes ball_moveG{
        0%{
            -o-transform:rotate(0deg)}

        100%{
            -o-transform:rotate(360deg)}

    }

    @keyframes ball_moveG{
        0%{
            transform:rotate(0deg)}

        100%{
            transform:rotate(360deg)}

    }

/** SINGLE LOADER **/

form #fadingBarsG{
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
}
#fadingBarsG{
    position:relative;
    width:100px;
    height:12px}

.fadingBarsG{
    position:absolute;
    top:0;
    background-color:#007BFF;
    width:12px;
    height:12px;
    -moz-animation-name:bounce_fadingBarsG;
    -moz-animation-duration:1.4s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:normal;
    -moz-transform:scale(.3);
    -webkit-animation-name:bounce_fadingBarsG;
    -webkit-animation-duration:1.4s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:normal;
    -webkit-transform:scale(.3);
    -ms-animation-name:bounce_fadingBarsG;
    -ms-animation-duration:1.4s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:normal;
    -ms-transform:scale(.3);
    -o-animation-name:bounce_fadingBarsG;
    -o-animation-duration:1.4s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:normal;
    -o-transform:scale(.3);
    animation-name:bounce_fadingBarsG;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-direction:normal;
    transform:scale(.3);
}

#fadingBarsG_1{
    left:0;
    -moz-animation-delay:0.56s;
    -webkit-animation-delay:0.56s;
    -ms-animation-delay:0.56s;
    -o-animation-delay:0.56s;
    animation-delay:0.56s;
}

#fadingBarsG_2{
    left:13px;
    -moz-animation-delay:0.7s;
    -webkit-animation-delay:0.7s;
    -ms-animation-delay:0.7s;
    -o-animation-delay:0.7s;
    animation-delay:0.7s;
}

#fadingBarsG_3{
    left:25px;
    -moz-animation-delay:0.84s;
    -webkit-animation-delay:0.84s;
    -ms-animation-delay:0.84s;
    -o-animation-delay:0.84s;
    animation-delay:0.84s;
}

#fadingBarsG_4{
    left:38px;
    -moz-animation-delay:0.98s;
    -webkit-animation-delay:0.98s;
    -ms-animation-delay:0.98s;
    -o-animation-delay:0.98s;
    animation-delay:0.98s;
}

#fadingBarsG_5{
    left:50px;
    -moz-animation-delay:1.12s;
    -webkit-animation-delay:1.12s;
    -ms-animation-delay:1.12s;
    -o-animation-delay:1.12s;
    animation-delay:1.12s;
}

#fadingBarsG_6{
    left:63px;
    -moz-animation-delay:1.26s;
    -webkit-animation-delay:1.26s;
    -ms-animation-delay:1.26s;
    -o-animation-delay:1.26s;
    animation-delay:1.26s;
}

#fadingBarsG_7{
    left:75px;
    -moz-animation-delay:1.4s;
    -webkit-animation-delay:1.4s;
    -ms-animation-delay:1.4s;
    -o-animation-delay:1.4s;
    animation-delay:1.4s;
}

#fadingBarsG_8{
    left:88px;
    -moz-animation-delay:1.54s;
    -webkit-animation-delay:1.54s;
    -ms-animation-delay:1.54s;
    -o-animation-delay:1.54s;
    animation-delay:1.54s;
}
.panel-heading_default_internal_right p {
    text-align: left;
}

@-moz-keyframes bounce_fadingBarsG{
    0%{
        -moz-transform:scale(1);
        background-color:#007BFF;
    }

    100%{
        -moz-transform:scale(.3);
        background-color:#C2EAFF;
    }

}

@-webkit-keyframes bounce_fadingBarsG{
    0%{
        -webkit-transform:scale(1);
        background-color:#007BFF;
    }

    100%{
        -webkit-transform:scale(.3);
        background-color:#C2EAFF;
    }

}

@-ms-keyframes bounce_fadingBarsG{
    0%{
        -ms-transform:scale(1);
        background-color:#007BFF;
    }

    100%{
        -ms-transform:scale(.3);
        background-color:#C2EAFF;
    }

}

@-o-keyframes bounce_fadingBarsG{
    0%{
        -o-transform:scale(1);
        background-color:#007BFF;
    }

    100%{
        -o-transform:scale(.3);
        background-color:#C2EAFF;
    }

}

@keyframes bounce_fadingBarsG{
    0%{
        transform:scale(1);
        background-color:#007BFF;
    }

    100%{
        transform:scale(.3);
        background-color:#C2EAFF;
    }

}

/* PSPP-1849 */

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: -20px!important;
        margin-left: 0;
    }
}

.tTools p {
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing:0.6px!important;
}


.forgot-password{
    position:absolute!important;
    margin-top: -15px !important;
    display: block;
    width: 150px !important;
    float: left !important;
    background-color: transparent !important;
    margin-left: 185px !important;
    color: rgba(255,255,255,0.5) !important;
    font-size: 11px !important;
}

.text-center-important{
    text-align: center !important;
}

/*CHAT*/

/* CHAT BUTTON */
div.chat-container {z-index:1031;border:solid 3px #fff; margin:0; padding:0; width:200px; background:#28a7dc; cursor:default; position:fixed; bottom:10px; right:10px;
border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
box-shadow:5px 5px 15px rgba(4,58,81,0.5); -moz-box-shadow:5px 5px  15px rgba(4,58,81,0.5); -webkit-box-shadow:5px 5px  15px rgba(4,58,81,0.5);
}
div.chat-head {font-size:15px; color:#fff; font-weight:bold; text-shadow:1px 1px 1px rgba(0,0,0,0.3); margin:0; padding:0 5px; display:block; line-height:30px; position:relative;}
div.chat-head span {display:inline-block; vertical-align:middle;}
span.chat-head-btn {
    width: 15px;
    height: 14px;
    background: transparent;
    border: 3px solid #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
span.chat-head-btn-on {
    background: transparent;
    border-bottom: 3px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    width: 18px;
}
span.chat-head-btn-on:before {
    content: "";
    width: 100%;
    height: 0px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 9999px;
    -moz-border-radius: 9999px;
    -webkit-border-radius: 9999px;
}
span.chat-head-btn-off:before {
    content: "";
    width: 100%;
    height: 0px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 9999px;
    -moz-border-radius: 9999px;
    -webkit-border-radius: 9999px;
}
div.chat-content {border-top:dashed 1px #a0daf0;}
div.chat-content a {display:block; text-align:center; padding:10px 0;}
#lhnChatButton {display:none;}

@media screen and (max-width:1199px) {
    /*.fix_overlap{
        margin-top: 50px !important;
    }*/
    .new-link-login-li{
        display: none;
    }
    .start_send_affil h3 {
        height: auto;
    }
}

@media(max-width: 991px) {

    .start_send p {
        height: auto;
        margin-bottom: 0px !important;
    }

    .fttrnme { /*PSPP-2344*/
        width: 50%;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        float: left;
        height: 286px;
    }

}

@media(max-height:1024px) {
    .fix_overlap{
        margin-top: 10px !important;
    }
}

@media(max-width:767px) {
    
    .fix_overlap{
        /*margin-top: 10px !important;*/
    }
    .my_button_default {
        margin-top: -40px !important;
    }
    
    .wc_desc {
		padding-right: 15px;
		padding-left: 15px;
	}

	.start_send p{
		padding-right: 0px;
	}

    /*PSPP-24*/
    .bp_img_con img {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /*PSPP-24*/
    .bp_h3_services {
        text-align: center!important;
    }
	
}

@media(max-width:376px) {
    /*PSPP-2344 start*/
    .fttrnme h1 {
        margin-bottom: 0px;
    }

    .fttrnme a {
        font-size: 11px;
    }

    .fttrnme {
        padding-left: 5px;
        padding-right: 5px;
    }
    /*PSPP-2344 end*/
}

@media(max-width:375px) {
    
    .fix_overlap {
        margin-top: 30px;
    }
    .faq_container {
        margin-left: auto !important;
        margin-right: auto !important;
        /*padding-left: 60px;*/
    }
}

@media (max-width: 560px){
    .faq_container {
        margin-left: auto !important;
        margin-right: auto !important;
        /*padding-left: 60px;*/
    }
    
}


/*@media (max-width: 372px){*/
/*    .faq_container {*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*        /*padding-left: 60px;*/*/
/*    }    */
/*}*/
/**/
/*@media (max-width: 320px){*/
/*    .faq_container {*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*        /*padding-left: 30px;*/*/
/*    }    */
/*}*/
/**/
/*@media (max-width: 414px){*/
/*    .faq_container {*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*        /*padding-left: 80px;*/*/
/*    }    */
/*}*/
/**/
/*@media (max-width: 360px){*/
/*    .faq_container {*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*        /*padding-left: 50px;*/*/
/*    }    */
/*}*/


/*PSPP-11*/
.no_indention li{
    line-height: 28px!important;
    text-align: justify!important;
}

.no_indention{
    margin-bottom: 50px!important;
    padding: 0 18px!important;
}

/*PSPP-15*/
.services_promo_p > .no_indent{
    text-indent: 0px!important;
}
/* set up new max width for header */
@media (max-width: 1680px){
    .col-xs-10-v2{
        width: 80%
    }
    .col-xs-2-v2{
        width:20%
    }

    /*.navbar-toggle-mainmenu{
        display: block;
    }*/

    .new-link-login-li{
        /*float: right;*/
    }

    .ps_bitcoins_per_step_deposit_withdraw, .ps_bitcoins_per_step_deposit_withdraw2{
        background-size: contain;
    }
    
    /*.navigation_menu, .date_time, .upprNav {
        display: none;
    }*/

    .imgLgo {
        padding: 15px 5px;
    }

    .registration-link-hide{
        display: none !important;
    }


    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 5px;
        border-radius: 1px;
    }

    .navbar-toggle-mainmenu {
        margin-top: 7px !important;
        margin-right: 0px;
        border-radius: 0px;
        padding: 8px 8px;
        background-color: transparent;
        border-color: transparent !important;
    }

    .navbar-inverse .navbar-toggle-mainmenu:hover, .navbar-inverse .navbar-toggle-mainmenu:focus {
        background-color: transparent;
    }

    .ps-canvas-menu-maindiv{
        display: block;
    }
    
    /*
    .new-link-signup-li{
        display: none !important;
    }
    .new-link-login-li{
        display: none !important;
    }*/
}

/*PSPP-2340: New External Menu Design and responsive*/
/*@media (max-width: 19265px) {
    .col-xs-10-v2 {width: 90.666667%;}
    .col-xs-2-v2 {width: 9.333333%;}
}*/


@media (max-width: 1680px) {
    .col-xs-10-v2 {width: 89.666667%;}
    .col-xs-2-v2 {width: 10.333333%;}
}

@media (max-width: 1520px) {
    .col-xs-10-v2 {width: 88.666667%;}
    .col-xs-2-v2 {width: 11.333333%;}
}

@media (max-width: 1388px) {
    .col-xs-10-v2 {width: 87.666667%;}
    .col-xs-2-v2 {width: 12.333333%;}
}

@media (max-width: 1310px) {
    /*.navigation_menu>li>a {padding: 10px 7px;}*/
}


@media (max-width: 1278px) {
    .col-xs-10-v2 {width: 86.666667%;}
    .col-xs-2-v2 {width: 13.333333%;}
    /*.navigation_menu>li>a {padding: 10px 5px;}*/
}

@media (max-width: 1261px) {
    /*.navigation_menu>li>a {padding: 10px 2px;}*/
}

@media (max-width: 1212px) {
    /*.navigation_menu>li>a {padding: 10px 1px;}*/
}

/*Brand Center Accordion Design*/
.panel-body-bh2 {
    border: 0px solid #B4DAF1;
    border-radius: 0px 0px 4px 4px;
    background: #d6edfb;
}

.panel-group-bh2 {
    margin-bottom: 0px !important;
}

.panel-body-bh2 p {
    font-size: 15px !important;
}

/*PSPP-2627*/
@media(max-width:1079px) {

	.new-link-signup-li, .new-link-login-li{
		display: none !important;
	}

	.navigation_menu, .date_time, .upprNav {
	    display: none;
	}

	.navbar-toggle-mainmenu {
		display: block;
	}

}

@media(max-width:1063px) {
	.col-md-11-adjustheaderpadding {
	    width: 87%;
	}

	.col-md-1-adjustheaderpadding {
	    width: 13%;
	}
}

@media(max-width:983px) {
	.col-md-11-adjustheaderpadding {
	    width: 70%;
	}

	.col-md-1-adjustheaderpadding {
	    width: 30%;
	}
}

@media (max-width: 359px){
	.col-md-11-adjustheaderpadding {
	    width: 65%;
	}

	.col-md-1-adjustheaderpadding {
	    width: 35%;
	}
}

@media(max-width:1493px) {
	.col-md-11-adjustheaderpadding{
		width: 88%;
	}

	.col-md-1-adjustheaderpadding{
		width: 12%;
	}	
}
/*end*/
