/* 
 _____   _           _         _                        _                  
|_   _| | |         | |       | |                      | |                 
  | |   | |__   __ _| |_ ___  | |_ ___  _ __ ___   __ _| |_ ___   ___  ___ 
  | |   | '_ \ / _` | __/ _ \ | __/ _ \| '_ ` _ \ / _` | __/ _ \ / _ \/ __|
 _| |_  | | | | (_| | ||  __/ | || (_) | | | | | | (_| | || (_) |  __/\__ \
 \___/  |_| |_|\__,_|\__\___|  \__\___/|_| |_| |_|\__,_|\__\___/ \___||___/

Oh nice, welcome to the stylesheet of dreams. 
It has it all. Classes, ID's, comments...the whole lot:)
Enjoy responsibly!
@ihatetomatoes

*/

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

   .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.cssload-loader {
    width: 244px;
    height: 49px;
    line-height: 49px;
    text-align: center;
     position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size:18px;
    color: #d4af37;
    letter-spacing: 0.2em;
     display: block;
      z-index: 1001;
}



 
.cssload-loader::before, .cssload-loader::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background:#d29d2b;
    position: absolute;
    animation: cssload-load 1.44s infinite alternate ease-in-out;
        -o-animation: cssload-load 1.44s infinite alternate ease-in-out;
        -ms-animation: cssload-load 1.44s infinite alternate ease-in-out;
        -webkit-animation: cssload-load 1.44s infinite alternate ease-in-out;
        -moz-animation: cssload-load 1.44s infinite alternate ease-in-out;
}
.cssload-loader::before {
    top: -15px;
}
.cssload-loader::after {
    bottom:-80px;
}


#loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #000;
        z-index: 1000;
        -webkit-transform: translateX(0);  
        -ms-transform: translateX(0); 
        transform: translateX(0);  
    }
@keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-o-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-ms-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-webkit-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-moz-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

/*#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -75px 0 0 -75px;    
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite; 
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; 
        animation: spin 3s linear infinite; 
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 1.5s linear infinite; 
          animation: spin 1.5s linear infinite; 
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  
            -ms-transform: rotate(0deg);  
            transform: rotate(0deg);  
        }
        100% {
            -webkit-transform: rotate(360deg);  
            -ms-transform: rotate(360deg); 
            transform: rotate(360deg);  
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  
            -ms-transform: rotate(0deg); 
            transform: rotate(0deg);  
        }
        100% {
            -webkit-transform: rotate(360deg);  
            -ms-transform: rotate(360deg);  
            transform: rotate(360deg);  
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  
        -ms-transform: translateX(0); 
        transform: translateX(0);  
    }*/

    #loader-wrapper .loader-section.section-left{
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left{
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right{
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader, .loaded .cssload-loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
       /* color: #222222;*/
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  
*{outline: none;}
#ScripCode{    text-align: center;
    background: rgb(212, 175, 55);
    padding: 10px;
    font-size: 20px;
    font-weight: bold;font-family: 'Cinzel', serif;}
    .col-md-4.col-md-offset-4.ui-mobile-viewport.ui-overlay-a .ui-content.td{margin: 10px 0px;padding: 0px 0px;border-radius:2px;border: 1px solid #ddd;}
    .ui-shadow-inset input{padding: 4px;}
.ui-content.td{background: rgb(255, 255, 255);padding: 10px 0px;}
.ScripCode{text-align:center;}
.manin-title{background: rgb(212, 175, 55);padding: 10px;text-align: center;border-radius: 4px 4px 0px 0px;}
.aa{background:#fff;}
.lft1 p{font-weight:bold;font-family: 'Cinzel', serif;}
.lft1{width:50%;display:inline-block;float: left;text-align: center;}
.rt1{width:50%;display:inline-block;float: left;text-align: center;font-family: 'Cinzel', serif;}
.switch-button .nav-tabs>li.active>a, .switch-button .nav-tabs>li.active>a:focus, .switch-button .nav-tabs>li.active>a:hover{color: rgb(255, 255, 255);cursor: default;background-color: rgb(212, 175, 55);border-bottom-color: rgb(206, 206, 206);border: 0px;border-radius: 0;margin: 0;cursor: pointer;font-family: 'Cinzel', serif;}
.switch-button ul li a{color: rgb(0, 0, 0);border: 0px;margin: 0px;font-family: 'Cinzel', serif;}
.switch-button ul li{border: 0;}
.price1 .fnt2{font-weight: bold;color: rgb(0, 128, 0);font-size: 22px;}
.price1 .fnt1{font-weight: bold;color: rgb(255, 0, 0);font-size: 22px;}
.label1, .label2{margin: 0; line-height: 30px;margin-right: 9px;font-family: 'Cinzel', serif;}
.switch-button{text-align:center;background:rgb(247, 247, 247);border-radius: 0px 0px 4px 4px;}
.a1 a{padding: 7px 40px;margin-bottom: 10px;display: inline-block;background: rgb(212, 175, 55);color: rgb(0, 0, 0);font-weight: bold;border-radius: 5px;font-size: 16px;margin-top: 8px;transition: all 0.4s linear;font-family: 'Cinzel', serif;}
.switch-button ul{border: 0;display: inline-block;background: rgb(236, 236, 236); margin-bottom: 10px;border-radius: 5px;overflow: hidden;}
.table.price1 tr td{vertical-align:middle;}
.ui-field-contain .table{margin-bottom:0px;}
.drpVolume{width: 45px;height: 35px;border-radius: 3px;border-color: rgb(182, 145, 39);}
.ui-shadow-inset input{height: 40px;border: 1px solid rgb(212, 175, 55);border-radius: 3px;}
.price1.ft{width: 100%;float: left;background: rgb(247, 247, 247);padding-top: 10px;margin-bottom: 10px;}
.rt1 p{font-family: 'Cinzel', serif;}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* 
    Ok so you have made it this far, that means you are very keen to on my code. 
    Anyway I don't really mind it. This is a great way to learn so you actually doing the right thing:)
    Follow me @ihatetomatoes
*/



.login.frw {
    width: 475px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 11px;
}
.l_title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    background: #d5ae39;
    color: #fff;
    padding: 5px;
    margin-bottom: 12px;
    border-radius: 2px;
}
.f-n-dv a {
    color: #956d27;
    cursor: pointer;
}
.login_btn {
    width: 129px;
    margin: 0 auto;
    padding: 10px;
    background: #caa536;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    transition: all 0.4s linear;
    font-weight: bold;
    cursor: pointer;
}
.login_btn:hover {
    background:#000;
}
.modal-dialog.modal-lg.login-1.rg .modal-content{width: 100%;float: left;margin-top: 13%;}
.modal-dialog.modal-lg.login-1.rg .modal-header h4{font-size: 24px;color: #000;text-align: center;background: #d4af37;padding: 6px;}
.modal-dialog.modal-lg.login-1.rg .modal-title{margin: 0;line-height: 1.42857143;color: #000; font-size: 28px;font-weight: bold;margin: 10px 0px 0px 0px;}
.modal-dialog.modal-lg.login-1.rg .pop-up-logo-cover{text-align:center;}
.modal-dialog.modal-lg.login-1.rg .modal-body button{width: 129px;margin: 0 auto;padding: 10px;background: #caa536;text-align: center;border-radius: 3px;color: #fff;font-size: 15px;transition: all 0.4s linear;font-weight: bold;cursor: pointer;border:0px;}
.modal-dialog.modal-lg.login-1.rg .modal-body button:hover{background: #000;}
.sm-tb-cvr{background: #000;}
.headerstyle .h2{    color: #fff;
    font-size: 12pt;
    width: 14%;
    height: 35px;
    vertical-align: middle;
    border-left: medium none #fff;
    border-right: 0px solid #fff;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
   }
      .sm-tb-cvr.tdc{background: #d5ae39;}
    .sm-tb-cvr.tdc th,.sm-tb-cvr.tdc td{font-size: 19px;text-align: center;}
    .sm-tb-cvr.tdc th{color:#000;}
    .sm-tb-cvr.tdc td{color:#fff;}
    #tbodyOrder{background: #333;}
    .table.sm-tb>tbody>tr>td,.table.sm-tb>tbody>tr>th,.table.sm-tb>tfoot>tr>td,.table.sm-tb>tfoot>tr>th,.table.sm-tb>thead>tr>td,.table.sm-tb>thead>tr>th{border: 1px solid #000 !important}



     .header-area  .dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.header-area .dropdown {
  position: relative;
  display: inline-block;
}

.header-area .dropdown-content {
  display: none;
  position: absolute;
  background-color: #d4af37;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
      border-radius: 1px 1px 5px 5px;
}

.header-area .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.header-area .dropdown:hover .dropdown-content {display: block;}

.header-area .dropdown-content{z-index: 99;}
.header-area .main-menu .navigation > li.dropdown > a:after{top: 12px;right: 3px;}
.header-area .main-menu .navigation > li.dropdown > a{padding-right:18px;}
.dropdown-content{}
.header-area .dropdown-content a{border:0px !important;}
.header-area .dropdown-content a:hover{background:#fff;color:#000 !important;}
.header-area.stricky.stricky-fixed .current.dropdown .dropbtn:after{top: 13px !important;}
.header-area.stricky.stricky-fixed .dropdown-content a{color:#fff !important;}
.header-area.stricky.stricky-fixed .dropdown-content a:hover{color:#000 !important;}
.btn-danger{background-color: #d4af37;border-color: #d4af37;}
@media screen and (max-width:991px){.cnt-title{width:100%;float: left;}.feedback-cover1{width: 100%;float: left;}.cnt-detail-cover{margin: 10px 0px;}}
@media screen and (max-width:767px){.dropdown-content{width: 100%;}.main-menu .navbar-header .navbar-toggle{background: #d4af37;}.main-menu .navbar-header .navbar-toggle .icon-bar{background: #fff;}}
@media screen and (max-width:425px){.footr-number{margin: 0;}.cover-address p{font-size: 12px;}.date-picker input[type="text"]{margin-bottom: 10px;width: 100%;}.text-holder p{padding-left: 0px;}.bullet{left: -18px;}.sec-title h2{font-size: 23px;line-height: 30px;}.ban1, .ban3{font-size: 10px;}#DivBankRecord .mar-btm{padding:0px;}.tg-contentbox {height: 195px;}.img-thumbnail{height: 110px;}.cnt-detail-cover{margin: 10px 0px;padding: 0;}.cnt-detail-cover p span{font-size: 12px;}.cnt-detail-cover p strong{font-size: 16px;}#contact-form .form-group label{font-size: 12px;}.marquee2{    font-size: 11px;}}