.container {
    padding: 0px !important;
    margin: 0px auto 0px auto !important;
    border: 0px solid #000000;
    background-color: transparent !important;
    background-color: rgba(255, 255, 255, 1.0) !important;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
    min-height: 0px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 12px !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

/*.fancybox-skin {
    background: #cccccc !important;
}*/



/*#############################################################################################################################*/
/* searchBtn Button */
/*#############################################################################################################################*/
.searchBtn > span {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-color: transparent !important;
}

.srcInput {
    border-box: box-sizing;
    /*background-image: url('searchicon.png');
    background-position: 14px 12px;*/
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
    border: none;
    width: 150px;
    margin: 10px 0px 10px 10px;
    border: 1px solid #ffffff;
}

.srcBtn {
    background-color: transparent !important;
    border: 0px solid transparent;
    margin: 10px 0px 10px 0px;
    color: #ffffff;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

.search-content {
    display: none;
    position: absolute;
    right: 0px;
    top: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 200px;
    border: 0px solid transparent;
    z-index: 1;
}

    .search-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .search-content a:hover {
            background-color: #f1f1f1
        }

.show {
    display: block;
}

.tab_title > li > a {
    font-size: 12px;
    margin: 0px 5px 0px 0px;
    padding: 5px 10px 5px 10px;
    border-bottom: 0px solid transparent !important;
}

.tab_title > li.active > a {
    border: 0px solid transparent !important;
    background: #00547e;
    color: #ffffff;
}

.tab_content {
    margin: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
    .searchBtn > span {
        color: #4c4c4c;
    }

    .search-content {
        top: 0px;
        position: relative;
        width: 100%;
        float: right;
    }
}
/*#############################################################################################################################*/
.alert {
    padding: 8px 0px 8px 15px !important;
    margin-bottom: 10px;
    border-radius: 0px;
    line-height: 12px;
    font-size: 12px;
}
/*#############################################################################################################################*/
.jumbotron {
    font-size: 12px !important;
    margin: 0px 0px 10px 0px !important;
    padding: 10px !important;
    border-radius: 0px !important;
    border: 1px solid #dadada !important;
    background-color: transparent !important;
    overflow: hidden;
    color: #4c4c4c;
}

    .jumbotron p {
        font-size: 12px !important;
        font-weight: normal !important;
        font-family: sans-serif;
        padding: 0px !important;
        margin: 0px !important;
    }
/*#############################################################################################################################*/
.carousel {
    margin: 0px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-control.left, .carousel-control.right {
    background: none !important;
    filter: progid: none !important;
    outline: 0;
}

.carousel .carousel-control {
    visibility: hidden;
}

.carousel:hover .carousel-control {
    visibility: visible;
}

.carousel-control.left .glyphicon {
    left: 10px;
    margin-left: 10px;
}

.carousel-control.right .glyphicon {
    right: 10px;
    margin-right: 10px;
}

/*#############################################################################################################################*/
.notice {
    overflow: hidden;
    border: 1px solid #dadada;
    background-color: #f5f5f5;
    margin: 10px 0px 10px 0px;
    line-height: 28px;
    font-size: 12px;
}

    .notice a {
        margin: 0px 15px 0px 15px;
    }
/*#############################################################################################################################*/
.PageSlide {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    line-height: 28px;
    font-size: 12px;
    height: 300px;
}

.PageSlide_item {
    height: 300px;
}
/*#############################################################################################################################*/
.ProSlide {
    overflow: hidden;
    margin: 0px 0px 10px 0px;
    line-height: 28px;
    font-size: 12px;
    height: 300px;
}

.ProSlide_item {
    height: 300px;
}
/*#############################################################################################################################*/
.breadcrumb {
    margin: 10px 0px 10px 0px;
    padding: 2px 0px 2px 15px !important;
    border-radius: 0px;
    line-height: 14px;
    border: 1px solid #dadada;
    line-height: 28px;
    font-size: 12px;
}

    .breadcrumb > li > a, .breadcrumb > li > a:hover {
        color: #4c4c4c;
    }
/*#############################################################################################################################*/
.nav-pills {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 12px;
    font-size: 12px;
}

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #4c4c4c;
        background-color: #f5f5f5;
    }

    .nav-pills > .active {
        font-weight: bold;
        border: 1px solid #dadada;
    }

    .nav-pills > li > a {
        border-radius: 0px;
        color: #4c4c4c;
        text-decoration: none;
    }

        .nav-pills > li > a:hover {
            color: #4c4c4c;
            text-decoration: none;
        }

        .nav-pills > li > a > span {
            float: right;
        }

/*#############################################################################################################################*/
.nav-stacked > li + li {
    margin-top: 0px;
    margin-left: 0;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
/*#############################################################################################################################*/
.panel {
    background-color: transparent !important;
}

.panel-body {
    padding: 10px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    font-family: sans-serif;
}

.panel-heading {
    padding: 5px 10px !important;
    font-size: 12px;
}

.panel-default {
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0px 0px 0px black;
    -moz-box-shadow: 0 0px 0px 0px black;
    box-shadow: 0 0px 0px 0px black;
}

.panel-group {
    margin-bottom: 10px;
}
/*#############################################################################################################################*/
.form-control {
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0px 0px 0px black;
    -moz-box-shadow: 0 0px 0px 0px black;
    box-shadow: 0 0px 0px 0px black;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.1);
    height: 28px;
    font-size: 12px;
}

    .form-control::-webkit-input-placeholder { /* Chrome */
        color: #4c4c4c !important;
    }

    .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #4c4c4c !important;
    }

    .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #4c4c4c !important;
        opacity: 1;
    }

    .form-control:-moz-placeholder { /* Firefox 4 - 18 */
        color: #4c4c4c !important;
        opacity: 1;
    }

    .form-control:focus {
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        border: 1px solid transparent !important;
    }

.form-group {
    margin-bottom: 3px;
}

.col-form-label {
    text-align: right;
    font-family: 'Cuprum';
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    vertical-align: middle;
}

.btn-primary, .btn-success {
    height: 28px;
    font-size: 12px;
    line-height: 12px !important;
    border-radius: 0px !important;
    border: 0px solid #ffffff;
    -webkit-box-shadow: 0 0px 0px 0px black;
    -moz-box-shadow: 0 0px 0px 0px black;
    box-shadow: 0 0px 0px 0px black;
    vertical-align: middle;
    float: right;
}

.btn-danger {
    height: 28px;
    font-size: 12px;
    line-height: 12px !important;
    border-radius: 0px !important;
    border: 0px solid #ffffff;
    -webkit-box-shadow: 0 0px 0px 0px black;
    -moz-box-shadow: 0 0px 0px 0px black;
    box-shadow: 0 0px 0px 0px black;
    vertical-align: middle;
    float: left;
}


input[type="radio"] {
    margin: 5px 5px 5px 5px !important;
    line-height: normal;
    outline: none;
    padding: 4px 10px 3px 4px;
}


input[type="checkbox"] {
    margin: 0px 10px 0px 0px !important;
    line-height: normal;
    outline: none;
    padding: 4px 10px 3px 4px;
}


.form_checkbox input {
    width: 13px;
    height: 13px;
    vertical-align: sub;
}



/*#############################################################################################################################*/
.jumbotron > div > img {
    width: 100%;
}


/*#############################################################################################################################*/
.ref_home_out {
    /*margin: 10px 0px 10px 0px !important;*/
}

#ref_home {
    width: 100%;
    height: 79px;
    overflow: hidden;
    display: block;
    margin: 0px;
    padding: 0px;
}

    #ref_home ul {
        width: 100%;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        #ref_home ul li {
            width: 79px;
            height: 79px;
            float: left;
            list-style: none !important;
        }

#ref_home_in {
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid #dadada;
    margin: 2px;
}

/*#############################################################################################################################*/

.cargo_out {
    padding: 1px !important;
    margin-bottom: 3px !important;
}

.cargo_in {
    padding: 0px;
    margin: 0px;
}

.cargo_out_box {
}

.cargo_box_in {
    margin: 0px !important;
    padding: 0px !important;
    text-align: center;
    float: left;
    margin: 0px;
    height: 190px;
    padding: 0px;
    width: 100%;
}

.cargo_box {
    float: left;
    margin: 0px;
    height: 160px;
    padding: 0px;
    width: 100%;
}

.cargo_box_link {
    background: #f5f5f5;
    color: #4c4c4c;
    float: left;
    margin: 0px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    width: 100%;
}

.cargo_box_pay {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    float: left;
    margin: 0px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    width: 100%;
    margin-top: 130px;
}


/*#############################################################################################################################*/
.pending_out {
    padding: 5px !important;
    margin-bottom: 3px !important;
}

.pending_in {
    padding: 0px;
    margin: 0px;
}

.pending_line {
    margin: 0px !important;
    padding: 2px !important;
}
/*#############################################################################################################################*/

.basket_view_out {
    padding: 1px !important;
    margin-bottom: 3px !important;
}

.basket_view_in {
    padding: 0px;
    margin: 0px;
}

.basket_view_line {
    margin: 0px !important;
    padding: 2px !important;
}

.basket_view_bottom {
    padding: 1px !important;
    margin-bottom: 10px !important;
    border: 0px !important;
}

/*#############################################################################################################################*/
.pm_out {
    padding: 1px !important;
    margin-bottom: 3px !important;
}

.pm_in {
    padding: 0px;
    margin: 0px;
}

.pm_icon_box {
    margin: 0px !important;
    padding: 4px;
    text-align: center;
}

.pm_icon_label {
}

.pm_detail {
    margin: 0px !important;
    padding: 4px !important;
}



/*#############################################################################################################################*/


.price_box {
    margin: 5px 5px 5px 5px;
    padding: 2px;
    font-size: 11px;
    border-radius: 0px 0px 50px 50px;
    line-height: 14px;
    /*background: rgba(255, 255, 2550, .9);*/
    background: #ffffff;
    color: #000000;
    text-align: center;
}

.cart_box {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 0px;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    background: #e1e1e1;
    color: #000000;
    font-size: 12px;
    text-align: center;
}

.cart_box_in {
    width: 50%;
    float: right;
}

    .cart_box_in:hover {
        background: #00bde5;
        color: #ffffff;
    }

    .cart_box_in span {
        margin: 0px 5px 0px 5px;
    }

    .cart_box_in a {
        text-decoration: none;
        color: #4c4c4c;
    }

        .cart_box_in a:hover {
            text-decoration: none;
        }



.cart_update {
    width: 50%;
    float: right;
}

    .cart_update:hover {
        background: #00bde5;
        color: #ffffff;
    }

    .cart_update span {
        margin: 0px 5px 0px 5px;
    }

    .cart_update a {
        text-decoration: none;
        color: #4c4c4c;
    }

        .cart_update a:hover {
            text-decoration: none;
        }



.cart_move {
    width: 50%;
    float: right;
    color: #ff0000;
}

    .cart_move:hover {
        background: #ff0000;
        color: #ffffff;
    }

    .cart_move span {
        margin: 0px 5px 0px 5px;
    }

    .cart_move a {
        text-decoration: none;
        color: #4c4c4c;
    }

        .cart_move a:hover {
            text-decoration: none;
        }


/*#############################################################################################################################*/


/*#############################################################################################################################*/
.bottom_title {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

    .bottom_title a {
        color: #ffffff;
        text-decoration: none;
    }

        .bottom_title a:hover {
            color: #ffffff;
        }

.bottom_line {
    font-size: 10px;
    height: 16px;
}

    .bottom_line a {
        padding-left: 10px;
        color: #ffffff;
        text-decoration: none;
    }

        .bottom_line a:hover {
            color: #ffffff;
        }
/*#############################################################################################################################*/
.copy_area a {
    text-decoration: none;
    color: #ffffff;
}

    .copy_area a:hover {
        text-decoration: none;
        color: #ffffff;
    }

.webdesign {
    text-align: right;
}

.copyright {
    text-align: left;
}


/*#############################################################################################################################*/
.social_area a {
    text-decoration: none;
    margin: 3px;
    color: rgba(0, 0, 0, 0.6);
}

    .social_area a:hover {
        color: rgba(0, 0, 0, 0.8);
        text-decoration: underline;
    }
/*#############################################################################################################################*/
.social_bottom a {
    color: #000000;
    text-decoration: none;
    margin: 3px;
    opacity: 0.4;
}

    .social_bottom a:hover {
        color: #000000;
        text-decoration: underline;
        opacity: 0.8;
    }
/*#############################################################################################################################*/
.ds_title {
    overflow: hidden;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    background-color: #f5f5f5;
    margin: 10px 0px 0px 0px;
    line-height: 28px;
    font-size: 12px;
}

    .ds_title a {
        color: #4c4c4c;
        font-weight: bold;
        margin: 0px 15px 0px 15px;
    }
/*#############################################################################################################################*/
.ds_sticker {
    margin: -10px 0px 10px 0px;
    padding: 5px 10px;
    background: #f5f5f5;
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    word-wrap: break-word;
}

    .ds_sticker a {
        color: #4c4c4c;
        margin: 0px 5px 0px 5px;
        padding: 3px 6px;
        background: #dadada;
        border-radius: 3px;
    }

        .ds_sticker a:hover {
            text-decoration: none;
            background: #005493;
            color: #ffffff;
        }


/*#############################################################################################################################*/
.page_img img {
    margin: 10px;
}
/*#############################################################################################################################*/
.maillist_in p {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    clear: both;
    padding: 10px 0px 10px 0px !important;
}

.list-in {
}

.list-mail, .list-name {
    height: 33px;
    background: transparent !important;
    border: 1px solid #ffffff;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0px 0px 0px black;
    -moz-box-shadow: 0 0px 0px 0px black;
    box-shadow: 0 0px 0px 0px black;
}

    .list-mail:focus, .list-mail:hover, .list-name:focus, .list-name:hover {
        border-color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: #ffffff;
        outline: #ffffff;
        border: 1px solid #ffffff !important;
    }

.list-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0px 0px 0px black;
    -moz-box-shadow: 0 0px 0px 0px black;
    box-shadow: 0 0px 0px 0px black;
    background: transparent !important;
}

    .list-btn:focus, .list-btn:hover {
        color: #ffffff;
        background: #ffffff;
        border: 1px solid #ffffff;
    }


.list-mail::-webkit-input-placeholder { /* Chrome */
    color: #FFFFFF !important;
}

.list-mail:-ms-input-placeholder { /* IE 10+ */
    color: #FFFFFF !important;
}

.list-mail::-moz-placeholder { /* Firefox 19+ */
    color: #FFFFFF !important;
    opacity: 1;
}

.list-mail:-moz-placeholder { /* Firefox 4 - 18 */
    color: #FFFFFF !important;
    opacity: 1;
}

.list-name::-webkit-input-placeholder { /* Chrome */
    color: #FFFFFF !important;
}

.list-name:-ms-input-placeholder { /* IE 10+ */
    color: #FFFFFF !important;
}

.list-name::-moz-placeholder { /* Firefox 19+ */
    color: #FFFFFF !important;
    opacity: 1;
}

.list-name:-moz-placeholder { /* Firefox 4 - 18 */
    color: #FFFFFF !important;
    opacity: 1;
}
/*#############################################################################################################################*/

.whois_out {
    margin: 10px 0px 10px 0px !important;
    padding: 100px 10px 10px 10px !important;
    border: 1px solid transparent !important;
}



    .whois_out p {
        text-align: center;
        line-height: 24px;
        font-size: 24px !important;
        color: #000000;
        clear: both;
        padding: 10px 0px 10px 0px !important;
    }

.whois_in {
    background-color: rgba(0, 0, 0, 0.7);
    /* background: #ffffff;*/
}

    .whois_in span {
        border: 1px solid transparent;
        /* background: #ffffff; */
        color: #ffffff;
        background: transparent !important;
    }

.whois-addon {
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0px 0px 0px black;
    -moz-box-shadow: 0 0px 0px 0px black;
    box-shadow: 0 0px 0px 0px black;
    margin: 0px 0px 0px 0px !important;
    color: #ffffff;
}

.whois-domain {
    border: 1px solid transparent;
    margin: 5px 0px 5px 0px !important;
    background: transparent !important;
    color: #ffffff;
}

    .whois-domain[placeholder] {
        color: #ffffff !important;
    }

    .whois-domain::-webkit-input-placeholder { /* Chrome */
        color: #FFFFFF !important;
    }

    .whois-domain:-ms-input-placeholder { /* IE 10+ */
        color: #FFFFFF !important;
    }

    .whois-domain::-moz-placeholder { /* Firefox 19+ */
        color: #FFFFFF !important;
        opacity: 1;
    }

    .whois-domain:-moz-placeholder { /* Firefox 4 - 18 */
        color: #FFFFFF !important;
        opacity: 1;
    }

.whois-btn {
    /* background: #ffffff;*/
    border: 1px solid transparent;
    background: transparent !important;
    color: #ffffff;
    font-size: 12px;
}

    .whois-btn:focus {
        background: #ffffff;
        border: 1px solid transparent;
    }

.whois_detail {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin: 0px 0px 0px 0px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.whois-modal-body {
    font-size: 10px !important;
}

/*######################################################################################################################################################################################################*/
.surveyanswer p, .surveyresult p {
    font-weight: bold;
}

.survey-btn {
    line-height: 14px !important;
    font-size: 10px !important;
    color: #4c4c4c;
    padding: 3px 6px;
}
/*######################################################################################################################################################################################################*/
.radio label {
    min-height: 24px !important;
    line-height: 24px !important;
}


.radio tr:hover {
    background-color: #dadada;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin: 5px 0px 2px 0px;
}



.progress {
    margin-bottom: 10px !important;
    height: 10px;
}
/*######################################################################################################################################################################################################*/
@media (min-width: 575px) {
}
/*######################################################################################################################################################################################################*/
@media (max-width: 575px) {
    /*Bootstrap Default*/
    .bottom_box {
        float: left;
        width: 100%;
        margin: 10px 0px 10px 10px;
    }
}
/*######################################################################################################################################################################################################*/
@media (max-width: 767px) {
    .webdesign {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .breadcrumb {
        /*display: none !important;*/
    }

    .breadcrumb_hidden {
        display: none !important;
    }

    #notice {
        display: none !important;
    }

    .bottom_area {
        background: #f8f8f8;
    }

    .bottom_item {
        min-height: 200px
    }



    .bottom_title a {
        color: #696667;
    }

        .bottom_title a:hover {
            color: #4c4c4c;
        }

    .bottom_line a {
        color: #9d9d9d;
    }

        .bottom_line a:hover {
            color: #4c4c4c;
        }
}
/*######################################################################################################################################################################################################*/
@media (min-width: 768px) {
    .container {
        clear: both;
        /*overflow: hidden;*/
        background: #ffffff;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
}
/*######################################################################################################################################################################################################*/
@media (max-width: 992px) {
}
/*######################################################################################################################################################################################################*/
@media (min-width: 992px) {
}
/*######################################################################################################################################################################################################*/
@media (min-width: 1200px) {
}
