@charset "UTF-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.homepage_header{
    height:196px;
    width:100%;
    background-image: url(../images/homepage_header_bg.png);
    background-repeat: repeat-x;
}
.homepage_logo_container{
    height: 116px;
    width: 215px;
    margin-right: auto;
    margin-left: auto;
    padding-top:38px;
}

.login_container{
    color:#FFF;

    width:816px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top:80px;
    margin-left:auto;
    margin-right:auto;
}




/* Tab Navigation */

.nav-tabs {
    font-family: 'Sintony', sans-serif;
    color:#FFF;
    margin: 0;
    padding: 0;
    border:none;


}
.nav-tabs > li > a {
    color:#FFF;
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:0.03em;
    background: rgba(0, 0, 0, .3);
    outline:none;


}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    color:#00e7e2;
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:0.03em;
    background: rgba(0, 0, 0, .45);

}


/* Tab Content */
.tab-pane {
    font-family: 'Sintony', sans-serif;
    background: rgba(0, 0, 0, .45);
    border:none;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;

    padding: 24px;
}

#customer .login_box_container {
    padding: 24px;
}

#customer .login_box_container .column{
    float:left;

}

.tab-pane h1 {
    color:#DC140A;
    font-size:20px;
    text-transform:uppercase;
}
.clear{
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    clear: both;
}
.register_btn, .register_btn:visited, .register_btn:active{
    outline:none;
    text-decoration:none;
    font-family: 'Sintony', sans-serif;
    font-weight:bold;
    padding-top:11px;
    padding-bottom:10px;
    font-size:14px;
    line-height:14px;
    text-align:center;
    text-transform:uppercase;
    width:347px;
    -webkit-border-radius: 5px;
    display:block;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background-image: url(../images/btn_bg.jpg)  ;
    background-repeat: repeat-x ;
    background-color: transparent ;


    background-size:1px 100px;
}

.register_btn:hover {
    outline:none;
    color:#FFF;
    text-decoration:none;
    background-position:200px;
}

.register_btn:active{
    color:#FFF;
    text-decoration:none;
}

.register_btn,.register_btn:visited,.register_btn:active
{
    background-image: url(../images/btn_bg.jpg) \9 ;
    background-repeat: repeat-x \9;
    background-color: transparent \9;
}

.login_form_bg{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#000;
    background: rgba(0, 0, 0, .3);
    border: 1px solid #5B5B5B;
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
}


.login_selectfield {
    font-size:12px;
    line-height:12px;
    padding-top:12px;
    padding-bottom:12px;
    width:315px;
    background:none;
    background-color:transparent;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #5b5b5b;
}

.login_selectfield_placeholder{
    color:#0F3

}

#footer{
    margin-top:86px;
    background-color:#232323;

}
.footer_nav_holder{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}


.footer_nav {
    vertical-align: middle;
    text-align: center;
    margin-top: 30px;
}

.footer_nav ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.footer_nav ul li a{
    font-family: 'Sintony', sans-serif;
    color:#dad8d8;
    margin-bottom:9px;
    font-size:14px;
    letter-spacing:0.03em;
    padding: 8px;
}
.footer_nav ul li a:hover{
    color:#FFF;
    text-decoration:none;

}
.footer_nav li {
    float: left;
}

.footer_nav .header{
    color:#eeebeb;

    font-weight:bold;

}
.magazine_holder{
    margin-top: 30px;
    margin-bottom: 30px;
    width:286px;
    float:right;
}
.magazine_holder .magazine_cover {
    float:left;
    width:98px;

}
.magazine_holder .magazine_copy {
    font-family: 'Sintony', sans-serif;
    float:left;
    width:186px;
    color:#FFF;
    font-size:12px;
    letter-spacing:0.02em;

}

.magazine_holder .magazine_copy h3{
    font-weight:bold;
    padding:0px;
    font-size:14px;
    letter-spacing:0.03em;
    color:#acacac;
    text-transform:uppercase;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;

}
.magazine_holder .magazine_copy p{
    padding:0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
}

.magazine_holder .magazine_copy a{
    color:#DC140A;

    font-size:12px;
    text-transform:uppercase;
    letter-spacing:0.03em;
    font-weight:bold;
}

.magazine_holder .magazine_copy a:hover, .magazine_holder .magazine_copy a:active, .magazine_holder .magazine_copy a:active{
    text-decoration:none;
    outline:none;


}
.magazine_holder .magazine_copy a:hover{

    color:#00ded9;

}
.copyrights_holder{
    background-color:#1e1e1e;
    padding-top:20px;
    padding-bottom:20px;
    text-align: center;
    color:#bababa;
    font-size:10px;
}
.copyrights{
    text-transform:uppercase;

    margin-left:auto;
    margin-right:auto;

}
.bootbox-body .innerpage_container{
    width :auto !important;
    box-shadow: none !important;
}

.bootbox-body .innerpage_body_container {
    padding-top: 0;
}
.innerpage_container{
    width:70%;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    background-color:#FFF;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);

}

.innerpage_header{
    background-color:#000;
    width:960px;


}

.innerpage_logo{
    float:left;
    height:89px;
    margin-top: 24px;
    margin-bottom: 33px;
    margin-left: 24px;
    clear:both;

}
.innerpage_nav_container{
    display: none;
    background-color:#363636;
    *position: relative; /*ie7*/
    *zoom:1;/*ie7*/
    height: 40px;

}

.innerpage_nav_container .left_nav {
    float:left;
}

.innerpage_nav_container .left_nav ul, .innerpage_nav_container .right_nav ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.innerpage_nav_container .left_nav ul li, .innerpage_nav_container .right_nav ul li{
    float:left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #232323;
    padding-top: 11px;
    padding-bottom: 13px;
    line-height: 14px;
}

.innerpage_nav_container .right_nav ul li{

    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #232323;
    border-right:none;

}

.innerpage_nav_container .left_nav ul li a, .innerpage_nav_container .right_nav ul li a{
    font-family: 'Sintony', sans-serif;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    padding-right: 24px;
    padding-left: 24px;



}

.innerpage_nav_container .left_nav ul li a:hover, .innerpage_nav_container .right_nav ul li a:hover{
    color: #DC140A;
}

.innerpage_nav_container .right_nav {
    float:right;
}

.innerpage_nav_container img{
    border:none;
    outline:none;
    margin-right:11px;


}

.innerpage_body_container{

    clear:both;
    padding-top: 44px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    font-family: 'Sintony', sans-serif;
    color:#4e4f4e;
    font-size:12px;
    min-height: 70vh;

}

.innerpage_body_container a{
    color:#DC140A;
    text-decoration:none;
}

.innerpage_body_container h1{
    padding:0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
    font-size:24px;
    letter-spacing:0.03em;
    text-transform:uppercase;
    font-weight:normal;
}
.nav_path{

    color:#434343;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:30px;
}

.nav_path a{
    color:#818181;

    text-decoration:none;
}
.nav_path a:hover{
    color:#000;
}


.section_separator{
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d1d1d1;

}
.innerpage_body_container .column3{
    float:left;
    width:286px;
    margin-right:27px;
    letter-spacing:0.03em;

}

.innerpage_body_container .column3:nth-child(3n) {
    margin-right:0px;
    clear:right;
}

.innerpage_body_container h2 {
    color:#DC140A;
    font-size:18px;
    font-weight:normal;
    letter-spacing:0.03em;
    text-transform:uppercase;
    padding:0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;

}

.innerpage_body_container ul{
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    list-style-image: url(../images/bullet_list.jpg);
    margin-bottom: 35px;
}
.innerpage_body_container ul li{
    margin-bottom:15px;
}

.innerpage_body_container ul.error-list {
    margin-bottom: 0px;
}

.action_bar {
    background-color:#f0f0f0;
    padding-top:32px;
    padding-bottom:32px;
    text-align:center;
    margin-bottom:25px;
    margin-top:40px;
}

.innerpage_footer{
    background-color:#232323;
    padding-left:1px;
    padding-right:1px;
    *position: relative; /*ie7*/
    *zoom: 1; /*ie7*/
    padding-top: 1px;
}

.innerpage_footer a{
    text-decoration:none;

}



.language_container select {

    font-family: 'Sintony', sans-serif;
    color:#FFF;
    font-weight:normal;
    background: transparent;
    width: 145px;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}


.language_container {
    margin-top:80px;
    float:right;
    width: 127px;
    height: 34px;
    overflow: hidden;
    border: 1px solid #363636;
    background-color:#000;
    background-image: url(../images/dropdown_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right:24px;
}
.language_container select:focus{
    outline:none;
}

#registerForm .textfield {
    -webkit-border-radius: 5px;
    font-family: 'Sintony', sans-serif;
    font-size: 12px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    background-color: #ebeaea;
    font-weight: normal;
    padding: 8px;
    /*height: 12px;*/
    line-height: 12px;
    width: 256px;
}

.customer_form_header {
    text-transform: uppercase;
    font-family: 'Sintony', sans-serif;
    padding-bottom: 12px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d1d1d0;
    font-size: 18px;
    margin-left: -14px;
}

.styled-select select {
    font-weight: normal;
    background: transparent;
    width: 140px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 28px;
    -webkit-appearance: none;
}

.styled-select {
    width: 127px;
    height: 28px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    background-color: #ebeaea;
    background-image: url(../images/dropdown_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.styled-select select:focus {
    outline: none;
}

.customer_form_agreement_box {
    font-family: 'Sintony', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    line-height: 14px;
    font-weight: bold;
    background-color: #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 23px;
}

.customer_form_agreement_box a {
    color: #DC140A;
}

.customer_form_agreement_box label {
    width: 90%;
}

#registerForm .textfield.prefix {
    width: 56px;
    float: left;
}
#registerForm .textfield.tel {
    width: 124px;
    /* float: right; */
}
.has-error {
    color: #ff1600;
}

#passwordStrengthMeter {
    display: none;
}

ul.error-list {
    color: red;
    list-style-type: none !important;
}

/*register*/
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: 900px;
    margin: 30px auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header .close {
    margin-top: -2px;
}

.default_contactUs_popup .modal-title {
    color: #DC140A;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.default_contactUs_popup .modal-body {
    padding-top: 5px;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.modal-header {
    min-height: 16.42857143px;
    font-family: 'Sintony', sans-serif;
    color: #757575;
    font-size: 16px;
    padding: 17px;
    background: #fbfbfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fbfbfc 0%, #d8d8d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfc), color-stop(100%, #d8d8d8));
    background: -webkit-linear-gradient(top, #fbfbfc 0%, #d8d8d8 100%);
    background: -o-linear-gradient(top, #fbfbfc 0%, #d8d8d8 100%);
    background: -ms-linear-gradient(top, #fbfbfc 0%, #d8d8d8 100%);
    background: linear-gradient(to bottom, #fbfbfc 0%, #d8d8d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfc', endColorstr='#d8d8d8', GradientType=0);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-content .alert-danger {
    background: #f2dede;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2dede 0%, #ebccd1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2dede), color-stop(100%, #ebccd1));
    background: -webkit-linear-gradient(top, #f2dede 0%, #ebccd1 100%);
    background: -o-linear-gradient(top, #f2dede 0%, #ebccd1 100%);
    background: -ms-linear-gradient(top, #f2dede 0%, #ebccd1 100%);
    background: linear-gradient(to bottom, #f2dede 0%, #ebccd1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2dede', endColorstr='#ebccd1', GradientType=0);

    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.modal-content #modalBody {
    padding: 20px;
}

input#Password,
input#Password_confirmation,
input#password,
input#password_confirmation {
    *color: #464646!important;
    *font-family: Arial, serif !important;
}
select {
    *width: 100%!important;
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;

}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.dropdown-menu {
    color:#aaaaaa;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #2e2e2e;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #4e4c4c;

    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #aaaaaa;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #aaaaaa;
    text-decoration: none;
    background-color: #515050;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}






.innerpages_lng_container{
    float:right;
    background-color:#000;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.btn-topheader {
    border:none;
    font-family: 'Sintony', sans-serif;
    font-size:10px;
    text-transform:uppercase;
    padding: 12px 0;
    margin:0px;
    color: #FFF;
    background:none;
    line-height: 12px;
}
.btn-topheader:hover,
.btn-topheader:focus,
.btn-topheader.focus,
.btn-topheader:active,
.btn-topheader.active,
.open > .dropdown-toggle.btn-topheader {
    color: #DC140A;
    background:none;
}
.btn-topheader:active,
.btn-topheader.active,
.open > .dropdown-toggle.btn-topheader {
    background-image: none;
}
.btn-topheader.disabled,
.btn-topheader[disabled],
fieldset[disabled] .btn-topheader,
.btn-topheader.disabled:hover,
.btn-topheader[disabled]:hover,
fieldset[disabled] .btn-topheader:hover,
.btn-topheader.disabled:focus,
.btn-topheader[disabled]:focus,
fieldset[disabled] .btn-topheader:focus,
.btn-topheader.disabled.focus,
.btn-topheader[disabled].focus,
fieldset[disabled] .btn-topheader.focus,
.btn-topheader.disabled:active,
.btn-topheader[disabled]:active,
fieldset[disabled] .btn-topheader:active,
.btn-default.disabled.active,
.btn-topheader[disabled].active,
fieldset[disabled] .btn-topheader.active {
    background-color: #fff;
    border-color: #ccc;
    background:none;
}
.btn-topheader .badge {
    color: #fff;
    background:none;

}
.innerpages_lng_container img {
    margin-right: 7px;
    max-width: 20px;
    vertical-align: middle;
    border: 0 none;
}
.innerpages_lng_container a {
    text-decoration: none;
    background-color: transparent;
}
/*** contact us page ***/
.contact_table td {
    padding:5px;
}
.contact_table tr:first-child td{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #CCC;
}
.contact_table tr:nth-child(odd){
    background: #FFF;
}
.contact_table tr:nth-child(even){
    background: #f7f7f7;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 240px;
    padding: 3px 5px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.charList .modal-body > table {
    border: 1px solid;
    border-collapse: collapse;
    width: 100%;
}

.charList .modal-body td {
    border: 1px solid;
    height: 30px;
    text-align: center;
    width: 16%;
}


.char-list-btn.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #ffffff;
    font-family: inherit;
}
.char-list-btn.btn {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-xs, .btn-group-xs > .btn {
    font-size:10px !important;
}
.innerpage_body_container .Headingtxt
{
    color: #000000;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.logo-container {
    width: 226px;
    height: 122px;    
}
@media only screen and (max-width: 600px) {
    .register_btn, .register_btn:visited, .register_btn:active{
        width:176px;
    }
    .innerpage_container {
        width: unset;}

    .customer_form_agreement_box {         
        font-size: 11px;}
}
.customer_form_agreement_box label {
    vertical-align: middle;
}