html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, image, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Columnal - TYPE (basic settings to make type look nice) */

body {
    font-family:"Lao-Regular", Arial, sans-serif;
    font-size: 100%;
    color: #313131;
    -webkit-text-size-adjust: none;
    background-color:#fff;
}

@font-face {
  font-family:'Lao-Regular';
  src: url('../fonts/LaoUI.ttf');
  src:url('../fonts/LaoUI.ttf') format('truetype');
}

@font-face {
  font-family:'Lao-Bold';
  src: url('../fonts/LaoUIb.ttf');
  src:url('../fonts/LaoUIb.ttf') format('truetype');
}

p {
    width:90%;
    margin:15px auto;
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:16px;
    color:#111;
    text-align:center;
    line-height: 24px;
}

.container p {
    width:100%;
    margin:15px auto;
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:16px;
    color:#111;
    text-align:left;
    line-height: 24px;
}


.txt p {
   margin:8px 0;
   font-family:"Lao-Regular", Arial, Sans-Serif;
   font-size:14px;
   color:#111;
   text-align:left;
   line-height:normal;
   padding:0 10px;
}
.txt ul 
{
   margin:0 0 0 40px;
   padding:0;
}
.txt ul li 
{
   margin:10px 0;
   padding:0;
   list-style:disc;
   font-family:"Lao-Regular", Arial, Sans-Serif;
   font-size:14px;
   color:#111;
   text-align:left;
   line-height:18px;
}


h2 {
    font-size: 24px;
    margin: 10px auto;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 24px;
}

h3 {
    font-size: 20px;
    color: #121212;
    font-weight: 600;
    line-height: 40px;
}



h6 {
    font-size: 14px;
    margin: 14px 0 0px 10px;
    text-align: left;
    font-weight: bold;
    color: #212121;
}


a {
    color: #313131;
    text-decoration: none;
}

    a:hover {
        color: #dd3a27;
        text-decoration: none;
    }

image {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: none !important;
}

a image {
    display: block;
}



/*
_______________________________
BUILD.CSS - Tools for rapid prototyping and page debugging */

.header 
{
    background-image:url('../images/header-bg.jpg');
    background-repeat:repeat;
    height:auto;
    width:100%;
    min-height:80px;
}
.black-bg 
{
    width:100%;
    background-image:url('../images/header-bg-short.jpg');
    background-repeat:repeat;
    height:auto;
    margin:0;
    padding:0;
    float:left;
}
.blue-bg 
{
    background-color:#0a94c5;
}
.top 
{
    height:65px;
    margin:0;
    padding:0;
}
.bottom 
{
    height:35px;
    background-color:#0a94c5;
    margin:0;
    padding:0;
}
h1 
{
    font-family:"Lao-Bold", Arial, Sans-Serif;
    font-size:36px;
    color:#111;
    text-align:center;
    margin:50px 0 0 0;    
    line-height:60px;
}
.h1-border 
{
    width:20%;
    margin:0 auto;
    padding:0;
    border-bottom:4px solid #0a94c5;
}
h3 
{
    font-family:"Lao-Bold", Arial, Sans-Serif;
    font-size:24px;
    color:#111;
    text-align:center;
    line-height:50px;
}
.h3-border 
{
    width:20%;
    margin:0 auto;
    padding:0;
    border-bottom:4px solid #0a94c5;
}
h4 
{
    font-family:"Lao-Bold", Arial, Sans-Serif;
    font-size:36px;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    line-height:104px;
}
h4 span.line-l 
{
    margin-right:10px;
}
h4 span.line-r 
{
    margin-left:10px;
}
.title 
{
    font-family:"Lao-Bold", Arial, Sans-Serif;
    font-size:26px;
    color:#111;
    text-align:left;
    border-bottom:1px solid #ccc;
    line-height:30px;
    margin:10px 0 0 0;
}
.title p
{
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:14px;
    text-align:left;
    color:#999;
    line-height:20px;
    margin:0;
    padding:0 0 10px 0;
}
.title-small
{
    font-family:"Lao-Bold", Arial, Sans-Serif;
    font-size:16px;
    color:#111;
    text-align:left;
    border-bottom:1px solid #ccc;
    line-height:30px;
}
.desc-title
{
    background-color:#e5e5e5;
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:16px;
    color:#111;
    text-align:left;
    border-bottom:1px solid #e5e5e5;
    line-height:30px;
    margin:10px 0 0 0;
    padding:0 10px;
    border-radius:5px 5px 0 0;
    text-transform:uppercase;
}
.desc-text 
{
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:13px;
    color:#555;
    text-align:left;
    line-height:25px;
    padding:5px;
}
.help 
{
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:16px;
    color:#666;
    border-bottom:1px solid #ccc;
    padding:15px 0;
}
.help span 
{
    color:#F00;
    font-weight:bold;
    letter-spacing:1px;
}
.feature-slide 
{
    width:100%;
    height:auto;
    margin:15px 0;
    padding:0;
}
.feature-slide .pic 
{
    float:left;
    width:25%;
    margin:25px 0;
    padding:0;
}
.feature-slide img 
{
    margin:0 auto;
    display:block;   
}
.feature-slide .content 
{
    float:left;
    width:75%;
    height:auto;
    margin:0;
    padding:0p;
}
.feature-slide h2 
{
    font-family:"Lao-Bold", Arial, Sans-Serif;
    font-size:30px;
    color:#fff;
    text-align:left;
    margin:20px 0 0 0;    
    line-height:50px;
    text-transform:uppercase;
    font-weight:normal;
}
.feature-slide .h2-border 
{
    width:20%;
    margin:0;
    padding:0;
    border-bottom:4px solid #fff;
}
.feature-slide .slide-txt 
{
    margin:10px 0;
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:16px;
    color:#fff;
    line-height:24px;
    text-align:left;
    display:block;
}
.feature-slide .more-btn 
{
    float:left;
    background-color:#fff;
    height:30px;
    margin:8px 0;
    display:inline-block;
}
.feature-slide .more-btn a 
{
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:14px;
    color:#0a94c5;
    line-height:30px;
    padding:0 15px;    
    text-decoration:none;
}
.feature-slide .more-btn:hover a 
{
    color:#111;
    text-decoration:none;
}
.form 
{
    margin:25px 0;
    padding:0;
}
legend 
{
    font-family:"Lao-Bold", Arial, Sans-Serif;
    font-size:18px;
    color:#111;
    text-align:left;
    line-height:30px;
    margin:0;
    padding:0;
}
fieldset 
{
    margin:10px 0;
    padding:0;
    border:none;
}
fieldset input[type=text]
{
    width:100%;
    height:40px;
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:14px;
    line-height:40px;
    margin:10px 0;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -ms-border-radius:5px;
    padding:0 10px;
}
fieldset input[type=email]
{
    width:100%;
    height:40px;
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:14px;
    line-height:40px;
    margin:10px 0;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -ms-border-radius:5px;
    padding:0 10px;
}
fieldset textarea
{
    width:100%;
    height:100px;
    min-height:100px;
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:14px;
    line-height:25px;
    margin:10px 0;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -ms-border-radius:5px;
    padding:0 10px;
}
input#submit{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:0 25px; /*add some padding to the inside of the button*/
background:#0a94c5; /*the colour of the button*/
border:1px solid #0a94c5; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
font-family:"Lao-Bold", Arial, Sans-Serif;
color:#fff;
font-size:18px;
line-height:30px;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#submit:hover, input#submit:focus{
background-color :#0a84c5; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}
.fields 
{
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:12px;
    color:#444;
    line-height:30px;
}
.contact-box 
{
    margin:15px 0;
    width:100%;
    height:auto;
    padding:0;
}
.contact-title 
{
    font-family:"Lao-Bold", Arial, Sans-Serif;
    font-size:18px;
    color:#111;
    line-height:30px;
}
.article 
{
    background-color:#f4f4f4;
    padding:0;
    margin:0;
}
.padding
{
    padding:8px;
}
.head 
{
    font-family:"Lao-Bold", Arial, Sans-Serif;
    font-size:14px;
    color:#111;
    text-align:left;
}
.head i
{
    margin-right:15px;
}
.con-margin 
{
    padding:10px;
    border-bottom:1px solid #e5e5e5;
}
.con-margin:last-child 
{
    border-bottom:none;
}
.con-title 
{
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:16px;
    color:#111;
    text-align:left;
    padding:5px 0;
    line-height:30px;
}
.con-title span
{
    font-family:"Lao-Regular", Arial, Sans-Serif;
    color:#F00;
    padding:5px 0;
    line-height:30px;
}
.con-list 
{
    margin:10px 0;
    padding:0;
}
.con-list ul 
{
    margin:0;
    padding:0;
}
.con-list li 
{
    list-style:none;
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:16px;
    color:#444;
    line-height:20px;
    margin:5px 0 5px 25px;
}
.con-list li span 
{
    font-family:"Lao-Regular", Arial, Sans-Serif;
    color:#F00;
}
#map-canvas1 {
    width: 100%;
    height: 170px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin:10px 0 0 0;
    overflow:hidden;
}
.breadcrumb 
{
    margin:0 0 10px 0;
    background-color:#eee;
}
.brd-crom {
    background-color:#eee;
    width:100%;
    height: 30px;
    bottom:0;
    padding-left: 10px;
    font-size: 12px;
    color: #333;
    text-align: left;
    line-height:30px;
}
.brd-crom a {
    color: #333;
    text-transform:none;
    line-height:30px;
}
.brd-crom a:hover {
    color: #0a94c5;
}
.Brdcrumbsel {
    color: #111;
    text-decoration: underline;
    text-transform:none;
    line-height:25px;
}
.footer_top-pattern {
    width: 100%;
    background: #f2f2f2;
    height: auto;
    padding:15px 0;
    border-top:1px solid #ddd;
}
.footer-title 
{
    font-family:"Lao-Bold", Arial, Sans-Serif;
    font-size:16px;
    color:#111;
    font-weight:normal;
    line-height:30px;
    margin:0 0 10px 10px;
}
.footer-text 
{
    margin:10px;
    padding:0;
}
.footer-text ul 
{
    margin:0;
    padding:0;
}
.footer-text li
{
    list-style:none;
    margin:10px 0;
    padding:0;
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:14px;
    color:#111;
    line-height:25px;
    text-decoration:none;
}
.footer-text li i 
{
    color:#0a94c5;
    margin-right:8px;
}
.footer-links 
{
    margin:10px;
    padding:0;
}
.footer-links ul 
{
    margin:0;
    padding:0;
}
.footer-links li
{
    list-style:none;
    margin:10px 0;
    padding:0;    
}
.footer-links li a 
{
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:14px;
    color:#111;
    line-height:25px;
    text-decoration:none;
}
.footer-links li i 
{
    color:#0a94c5;
    margin-right:8px;
}
.related-links 
{
    margin:10px;
    padding:0;
}
.related-links ul 
{
    margin:0;
    padding:0;
}
.related-links li
{
    list-style:disc;
    list-style-position:inside;
    color:#0a94c5;
    margin:0;
    padding:0;    
}
.related-links li a 
{
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:14px;
    color:#111;
    line-height:25px;
    text-decoration:none;
}
.related-links li i 
{
    color:#0a94c5;
    margin-right:8px;
}
.enquiry 
{
    background-color:#FF0000;    
    display:inline-block;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
    margin:30px 0;
}
.enquiry a 
{
    font-family:"Lao-Bold", Arial, Sans-Serif;
    font-size:16px;
    text-decoration:none;
    text-transform:uppercase;
    color:#FFF;
    padding:0 10px;
    line-height:40px;
}
.social-link 
{
    margin:8px 0;
    padding:0;
}
.social-link a 
{
    font-family:"Lao-Regular", Arial, Sans-Serif;
    font-size:12px;
    color:#111;
    line-height:25px;
    text-align:center;
}
.social-link i 
{
    color:#0a94c5;
    padding-right:5px;
}
@media screen and (max-width: 768px) 
{
    .mid-bg 
    {
        width:100%;
        background-image:url('../images/mid-bg.jpg');
        background-repeat:no-repeat;
        height:300px;
        padding:5px 0;
    }
    .feature-slide 
    {
        width:100%;
        height:auto;
        margin:10px 0;
        padding:0;
    }
    .feature-slide .pic 
    {
        float:left;
        width:25%;
        margin:15px 0;
        padding:0;
    }
    .feature-slide h2 
    {
        font-family:"Lao-Bold", Arial, Sans-Serif;
        font-size:18px;
        color:#fff;
        text-align:left;
        margin:20px 0 0 0;    
        line-height:35px;
        text-transform:uppercase;
        font-weight:normal;
    }
    .feature-slide .h2-border 
    {
        width:20%;
        margin:0;
        padding:0;
        border-bottom:4px solid #fff;
    }
    .feature-slide .slide-txt 
    {
        margin:10px 0;
        font-family:"Lao-Regular", Arial, Sans-Serif;
        font-size:14px;
        color:#fff;
        line-height:20px;
        text-align:left;
    }
    .feature-slide .more-btn 
    {
        float:left;
        background-color:#fff;
        height:30px;
        margin:8px 0 0 0;
        display:inline-block;
    }
    .feature-slide .more-btn a 
    {
        font-family:"Lao-Regular", Arial, Sans-Serif;
        font-size:14px;
        color:#0a94c5;
        line-height:30px;
        padding:0 15px;    
        text-decoration:none;
    }
    .feature-slide .more-btn:hover a 
    {
        color:#111;
        text-decoration:none;
    }    
    h4 
    {
        font-size:24px;
    }
    .footer_top-pattern {
        width: 100%;
        background: #f2f2f2;
        height: auto;
        padding:15px 0;
    }
    .footer-title 
    {
        font-family:"Lao-Bold", Arial, Sans-Serif;
        font-size:14px;
        color:#111;
        font-weight:normal;
        line-height:30px;
        margin:0 0 10px 10px;
    }
    .footer-text 
    {
        margin:10px;
        padding:0;
    }
    .footer-text ul 
    {
        margin:0;
        padding:0;
    }
    .footer-text li
    {
        list-style:none;
        margin:10px 0;
        padding:0;
        font-family:"Lao-Regular", Arial, Sans-Serif;
        font-size:14px;
        color:#111;
        line-height:25px;
        text-decoration:none;
    }
    .footer-text li i 
    {
        color:#0a94c5;
        margin-right:8px;
    }
    .footer-links 
    {
        margin:10px;
        padding:0;
    }
    .footer-links ul 
    {
        margin:0;
        padding:0;
    }
    .footer-links li
    {
        list-style:none;
        margin:10px 0;
        padding:0;    
    }
    .footer-links li a 
    {
        font-family:"Lao-Regular", Arial, Sans-Serif;
        font-size:14px;
        color:#111;
        line-height:25px;
        text-decoration:none;
    }
    .footer-links li i 
    {
        color:#0a94c5;
        margin-right:8px;
    }
    .related-links 
    {
        margin:10px;
        padding:0;
    }
    .related-links ul 
    {
        margin:0;
        padding:0;
    }
    .related-links li
    {
        list-style:disc;
        list-style-position:inside;
        color:#0a94c5;
        margin:5px 0;
        padding:0;    
    }
    .related-links li a 
    {
        font-family:"Lao-Regular", Arial, Sans-Serif;
        font-size:14px;
        color:#111;
        line-height:25px;
        text-decoration:none;
    }
    .related-links li i 
    {
        color:#0a94c5;
        margin-right:8px;
    }    
}
@media screen and (max-width: 360px) 
{
    h1 
    {
        font-family:"Lao-Bold", Arial, Sans-Serif;
        font-size:18px;
        color:#111;
        text-align:center;
        margin:50px 0 0 0;    
        line-height:30px;
    }
    .h1-border 
    {
        width:20%;
        margin:0 auto;
        padding:0;
        border-bottom:4px solid #0a94c5;
    }
       .slide-out-div { padding:6x 10px; }
    .slide-out-div lable{ font-size:12px!important; margin-bottom:3px;}
    .slide-out-div input[type="text"] .form-control {
    height: 34px!important; line-height: 34px!important;}
    .mid-bg 
    {
        width:100%;
        background-image:url('../images/mid-bg.jpg');
        background-repeat:no-repeat;
        height:300px;
        padding:0;
        float:left;
    }
    h4 
    {
        font-size:24px;
        line-height:105px;
    }
    .sarch-main {
        width: 100%;
        height:26px;
        max-width: 300px;
        margin:0 15px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #e0e0e0;
        background-color:#fff;
    }
    .search-box {
        background:#fff;
        padding: 5px;
        height:25px;
        float: left;
        border: 0 none;
        width: 235px;
        outline: none;
        font-size: 12px;
        border-radius: 4px 4px 4px 4px;
    }  
    


}
.demowrap {
    border: 4px solid #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: block;
}
.demowrap img {
    width: 100%;
}
.left {
    width: 96%;
    padding: 0 2%;
    float: none;
}
.right {
    width: 100%;
    float: right;
    text-align: right;
    color: #212121;
}
.right a {
    width: 100%;
    float: right;
    text-align: right;
    color: #5f5f5f;
}
.right a:hover {
    width: 100%;
    float: right;
    text-align: right;
    color: #ff0033;
}
.right p {
   width: 100%;
   float: right;
   text-align: right;
   color: #212121;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.info {
    text-indent: 1em;
}
.color666 {
    color: #666;
}
.colord22d19 {
    color: #d22d19;
}
.share {
    width: 100%;
    height: 32px;
    line-height: normal;
}
.margin-tp {
    margin-top: 18px;
}
.phone-nob {
    margin:18px 0 0 0;
    font-size: 24px;
    font-weight:bold;
    float:right;
    color: #fff;
    font-family:"Lao-Bold", Arial, Sans-Serif;
    line-height:22px;
}
.phone-nob span 
{
    font-size:16px;
    text-transform:uppercase;
}
.email_header {
    width: 240px;
    margin:0;
    font-size: 12px;
    color: #fff;
    float: right;
    font-family: Arial;
    line-height:20px;
}
.email_header a:hover {
    color: #DD3A26;
    cursor: pointer;
}
.email_header a {
    width: 240px;
    margin: 8px 0px 0px 0;
    font-size: 14px;
    color: #fff;
    float: right;
    font-family:"Lao-Regular", Arial, Sans-Serif;
}
.catalog-btn a {
    width: 246px;
    height: 30px;
    margin:5px 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    line-height: 30px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
    float: right;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: background-color 200ms ease-out 0.02s;
    -moz-transition: background-color 200ms ease-out 0.02s;
    -o-transition: background-color 200ms ease-out 0.02s;
    transition: background-color 200ms ease-out 0.02s;
}
.catalog-btn a {
    color: #313131;
    background: #ededed;
}
.catalog-btn a:hover {
    color: #fff;
    background: #db2522;
}
.catalog_btn a {
    display:inline-block;
    height: 30px;
    margin: 25px 0;
    line-height: 30px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -ms-border-radius:5px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding:0 10px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: background-color 200ms ease-out 0.02s;
    -moz-transition: background-color 200ms ease-out 0.02s;
    -o-transition: background-color 200ms ease-out 0.02s;
    transition: background-color 200ms ease-out 0.02s;
    color: #313131;
    background: #ededed;
}

.catalog_btn a:hover {
    color: #fff;
    background: #0a94c5;
}
.or
{
    margin: 30px 0px 0px 0;
    line-height:40px;
    text-align: center;
    width:100%;
    height:30px;    
    color:#eee;
    float:left;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
.visibility {
    display: none;
}
.sarch-main {
    width: 100%;
    height:26px;
    max-width: 300px;
    margin-top: 5px;
    float: right;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #e0e0e0;
    background-color:#fff;
}
.search-box {
    background:#fff;
    padding: 5px;
    height:25px;
    float: left;
    border: 0 none;
    width: 235px;
    outline: none;
    font-size: 12px;
    border-radius: 4px 4px 4px 4px;
}
.bgeee {
    background: #eee;
}
.bgf3f3f3 {
    background: #f3f3f3;
    width: 100%;
    margin: 0;
    Padding: 1% 0 0 0;
    float: left;
}
.bgfff {
    background: #fff;
    width: 100%;
    margin: 0;
    Padding: 0;
    float: left;
    /*border-bottom: #ececed solid thin;*/
}
table {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #aaaaaa;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
table tr:hover td {
    background-color: #f0f0f0;
}
table td {
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 10px;
    font-size: 13px;
    font-family: Arial;
    font-weight: normal;
    color: #000;
}
table tr:last-child td {
    border-width: 0px 1px 0px 0px;
}
table tr td:last-child {
    border-width: 0px 0px 1px 0px;
}
table tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}
table tr:first-child td {
    background: -o-linear-gradient(bottom, #aaaaaa 5%, #aaaaaa 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aaaaaa), color-stop(1, #aaaaaa) );
    background: -moz-linear-gradient( center top, #aaaaaa 5%, #aaaaaa 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaaaaa", endColorstr="#aaaaaa");
    background: -o-linear-gradient(top,#aaaaaa,aaaaaa);
    background-color: #aaaaaa;
    border: 0px solid #aaaaaa;
    text-align: left;
    border-width: 0px 0px 1px 1px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}
table tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #aaaaaa 5%, #aaaaaa 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aaaaaa), color-stop(1, #aaaaaa) );
    background: -moz-linear-gradient( center top, #aaaaaa 5%, #aaaaaa 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaaaaa", endColorstr="#aaaaaa");
    background: -o-linear-gradient(top,#aaaaaa,aaaaaa);
    background-color: #aaaaaa;
}
table tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}
table tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}
.bg-white {
    background: #fff;
    width: 100%;
    margin: 0;
    Padding: 14px 0 20px 0;
    float: left;
    text-align: center;
    color: #474747;
}
header 
{
    background-image:url('../images/header-bg.jpg');
    background-repeat:repeat-x;
    height:100px;
}
.bg-pattern {
    background: #080808;
    width: 100%;
    Padding: 2px 0px 2px 0;
    border-bottom: #ececed solid thin;
    text-align: center;
    color: #313131;
    float: left;
}
.title-bg 
{
    background-image:url('../images/title-bg.jpg');
    background-repeat:repeat-x;
    height:150px;
}
.map {
    background: #fff;
    border-top: #dedede solid 1px;
    float: left;
    width: 100%;
}
.padding-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding-bottom-24 
{
    background-image:url('../images/back-bg.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    padding-bottom: 24px;
}
.padding-tp-botm-24 {
    padding: 30px 0 24px;
}
.padding-tp-botm-18 {
    padding: 30px 0 18px;
}
.padding-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-tb-18 {
    padding-top: 18px;
}
.padding-tb-20 {
    padding-top: 20px;
    padding-bottom: 10px;
}
/*.bg-line {
    background: url(../images/heading-bg.png) center;
    width: 100%;
    height: 29px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
}*/
.header_top {
    width: 100%;
    background: #f9fbfc;
    border-bottom: #e9eef2 1px solid;
    height: 31px;
    padding-top: 15px;
}
.content-bg {
    width: 100%;
    background: url(../images/content_bg.jpg) center;
    /*border-bottom: #e9eef2 1px solid;*/
    height: auto;
    padding-top:1px;
}
.info-bg {
    width: 100%;
    background: url(../images/content_bg.jpg) repeat center;
}
.content-bg h2 {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 14px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.footer {
    width: 100%;
    height: auto;
    float: left !important;
    text-align: left !important;
    font-size: 12px;
    line-height: 50px;
}
.footer a {
    color: #aaaaaa;
    text-align: left !important;
}
.footer a:hover {
    color: #d82820;
}
.logo {
    width:100%;
    height:auto;
    float: left;
    margin:4px 0 0 0;
    padding:0;
}
.logo_1 {
    width: 250px;
    height: 59px;
    float: left;
}
.readmore 
{
    width:125px;
    margin:0 auto;
    background: #fff;    
    border:2px solid #0a94c5;
    text-align:center;
}
.readmore a 
{
   font-family:"Lao-Regular", Arial, Sans-Serif;
   font-size: 16px;
   color: #0a94c5 !important;
   line-height:36px;
   text-align: center !important;
   cursor: pointer;
   text-decoration:none;
   padding:0;
}
.readmore:hover a
{
    text-decoration:none;
    color:#ffffff!important;
    background-color:#0a94c5;
    display:block;
}
.mid-bg 
{
    width:100%;
    background-image:url('../images/mid-bg.jpg');
    background-repeat:no-repeat;
    height:300px;
    padding:40px 0;
    float:left;
	background-size: cover;
}

.border5 {
      height: auto;
    margin-top: 10px;
    padding: 5px;
}

.quick-links-block {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
     color: #e6e6e6 !important;
}

    .quick-links-block h4 {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 6px;
        margin-bottom: 8px;
        text-align: center;
        color: #e6e6e6 !important;
        margin-top: 0;
        border-bottom: 1px dotted #888;
        text-transform: uppercase;
    }

    .quick-links-block ul {
        padding-left: 8px;
        padding-top: 10px;
    }

        .quick-links-block ul li {
            margin-bottom: 8px;
            padding-bottom: 8px;
            font-size: 12px;
            line-height: 18px;
            list-style: none;
            color: #e6e6e6;
            border-bottom: 1px dotted #aeaeae;
        }

            .quick-links-block ul li a {
                color: #e6e6e6;
            }

                .quick-links-block ul li a:hover {
                    color: #d7232c;
                }

    .quick-links-block p {
        font-size: 12px;
        line-height: 22px;
        padding-bottom: 8px;
        margin-bottom: 7px;
        text-align: center;
        color: #e6e6e6 !important;
        margin-top: 0;
        text-transform: uppercase;
    }
.line-hight
{
    line-height:16px!important;}

.info-text {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 8px;
    margin-bottom: 6px;
    font-weight: 600;
    clear: both;
    padding-left: 5px;
    color: #e6e6e6 !important;
    margin-top: 0;
    text-transform: uppercase;
}

.agency-bg {
    background:url(../images/footer-logo.html);
    background-repeat:no-repeat;
    width:290px;
    margin: 12px 5%;
    float:left;
    margin-left:15%;
    height: 43px;
}

.dark_bg {
    background: #0a94c5;
    height: auto;
    min-height:50px;
    line-height:50px;
    color: #fff;
    width: 100%;
    padding:0;
    float: left;
    font-size: 12px;
}

.powered {
    width: 77px;
    float: right;
    margin-top:11px;
    height: 28px;
    background: url(../images/infospry.png) no-repeat right;
    line-height:50px;
}


.f-social-subscription-wrap {

margin:24px 0;
float:right;

}

.f-social-subscription-wrap  h4{
 font-size: 16px;
        line-height: 22px;
        padding-bottom: 6px;
        margin-bottom: 6px;
  text-transform:uppercase;
  font-weight: bold;
  color:#e6e6e6;
  font-family:Arial, sans-serif;
}

.footer-info-slink { 
  width:264px;
  float: left;
}
.footer-info-slink li { 
  float: left; 
  margin-bottom:3px;
  list-style:none;
}
.footer-info-slink li span { 
  line-height: 40px; 
}
.footer-info-slink a {
  -webkit-transition:all 0.3s ease 0s;
  -moz-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition:all 0.3s ease 0s;
  display: block;
  width: 261px;
  font-family:Arial, sans-serif;
  height: 38px;
  padding-left:62px;
  color:#dfdfdf;
  font-size:14px;
  font-family:14px;
  line-height:38px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.footer-info-slink a:hover {
  background-position: 0px -38px !important;
  color:#e12924;

}

.social-facebook a { background:url(../images/facebook.html) rgba(255,255,255,0.3); }
.social-facebook a:hover { background:url(../images/facebook_hover.html) #0069BD; }

.social-twitter a { background:url(../images/twitter.jpg) rgba(255,255,255,0.3);}
.social-twitter a:hover { background:url(../images/twitter_hover.html) #00ABFF;}

.social-google a { background:url(../images/gmail.jpg) rgba(255,255,255,0.3);}
.social-google a:hover { background:url(../images/gmail_hover.html) #C73B1A;}


.social {
    float: right;
     margin-top: 20px;
}
.social ul {
}
.social ul li {
   width: 28px;
   height: 28px;
   -webkit-border-radius: 100px;
   -moz-border-radius: 100px;
   border-radius: 100px;
   background: #777;
   border: #666 1px solid;
   list-style: none;
   line-height: 28px;
   text-align: center;
   margin: 4px 3px 6px 3px;
   color: #313131;
}
.social ul li a {
   color: #313131;
}
.social ul li:hover {
   color: #ffffff !important;
   background: #db2522;
}
.header_left {
    width: 370px;
    height: 16px;
    margin: 0px 0 0 18px;
    float: left;
}

.header_right {
    width: 295px;
    height: 16px;
    line-height: 12px;
    margin: 0px 18px 0 0px;
    float: right;
    background: #f9fbfc url(../images/info_icon.html) no-repeat right;
    font-size: 17px;
}





/* .................... */

/*
_______________________________
Columnal - about */

/* ..........our collections.......... */

.inner_banner {
    background: url(../images/header_bg.html) center;
    height: auto;
    width: 100%;
    padding: 2.5% 0 6px 0;
    float: left;
    margin-bottom: 12px;
    background-repeat: repeat;
}
.sel a {
    color: #111;
    text-decoration: underline;
}
.sel a:hover {
    cursor: pointer;
    text-decoration: none;
}
.border_area {
    padding-bottom: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #ddd;
}
.border_area h3 {
    font-family: 18px;
}
.contact_btn {
    width: 164px;
    height: 34px;
    border: 0px;
    padding: 0px 5px;
    line-height: 34px;
    background: #dd3a26;
    text-align: center;
    font-size: 16px;
    float: left;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

    .contact_btn a {
        color: #fff;
    }

    .contact_btn:hover {
        background: #212121;
        color: #fff;
    }

.need-help {
    float: left;
    height: 38px;
    padding-left: 45px;
    line-height: 41px;
    font-size: 12px;
    color: #666666;
    margin-left: 0px;
    background: url(../images/contact-icon.html) no-repeat left;
}


.contentView ul {
    margin: 0 0 0 24px;
}

    .contentView ul li {
        list-style: circle;
        font-family: regular;
        font-size: 14px;
        color: #313131;
        line-height: 22px;
    }



.left_area {
    padding-bottom: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}



.btn {
    float: left;
    margin: 4px 24px 4px 0;
    -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dd3b26), color-stop(1, #c62d1f) );
    background: -moz-linear-gradient( center top, #dd3b26 5%, #c62d1f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3b26', endColorstr='#c62d1f');
    background-color: #dd3b26;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    text-indent: 0;
    border: 2px solid #d02718;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    width: 200px;
    text-decoration: none;
    text-align: center;
}

    .btn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #dd3b26) );
        background: -moz-linear-gradient( center top, #c62d1f 5%, #dd3b26 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#dd3b26');
        background-color: #c62d1f;
    }



.bgf2f1f1 {
    background: #f2f1f1;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #f8f8f8;
    font-size: 16px;
    color: #4d4d4d;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.radius {
    width: 42px;
    height: 24px;
    margin-top: 1.5%;
    font-size: 12px;
    color: #212121;
    line-height: 24px;
}

.bgf0f0f0 {
    background: #f0f0f0;
    padding: 8px 12px;
    text-align: left;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    float: left;
    margin: 12px 0;
    width: 100%;
}

.bgf9f9f9 {
    background: #f9f9f9;
    padding: 14px 12px;
    text-align: left;
    border: 1px solid #f0f0f0;
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    float: left;
    margin-bottom: 18px;
    width: 100%;
}


.field {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #212121;
}

    .field label {
        height: 30px;
        line-height: 30px;
        width: 30%;
        float: left;
        margin-right: 2%;
        text-align: right;
    }

    .field input[type=text], input[type=password] {
        height: 30px;
        width: 68%;
        float: left;
        border: 1px solid #C0C0C0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding-left: 10px;
    }

    .field textarea {
        height: 60px;
        width: 68%;
        float: left;
        border: 1px solid #C0C0C0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding-left: 10px;
    }

    .field select {
        height: 30px;
        width: 68%;
        float: left;
        border: 1px solid #C0C0C0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding-left: 10px;
    }

    .field input[type=radio] {
        height: 30px;
        width: 68%;
        float: left;
        font-size: 14px;
    }


    .field input[type=submit], buton {
        width: 120px;
        height: 30px;
        border: 0px;
        line-height: 30px;
        background: #999999;
        text-align: center;
        font-size: 14px;
        float: left;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
    }

    .field a input[type=submit], button {
        background: #dd3a26;
        color: #fff;
    }

        .field a input[type=submit]:hover, button:hover {
            background: #212121;
            color: #fff;
        }

.checkout .content .payment {
    width: 100%;
    height: auto;
}

    .checkout .content .payment .option-1, .option-2, .option-3 {
        width: 100%;
        height: 42px;
        line-height: 32px;
        background: #E4E4E4;
        font-size: 14px;
        font-family: bold;
        text-transform: uppercase;
        color: #999999;
        padding: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 2px;
    }

    .checkout .content .payment .option img {
        float: left;
        margin-right: 10px;
    }

    .checkout .content .payment .option-detail-1, .option-detail-2, .option-detail-3 {
        width: 100%;
        height: auto;
        /*display:none;*/
        margin-top: 15px;
        margin-bottom: 15px;
    }

.notify-link {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
    font-family: regular;
    text-align: left;
}

    .notify-link a {
        color: #999999;
        text-decoration: underline;
    }

        .notify-link a:hover {
            color: #212121;
        }

.error-msg {
    width: 68%;
    height: auto;
    float: left;
    padding-left: 15px;
}

.login-container {
    width: 800px;
    height: auto;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 50px 10px 50px;
}


.margin-rt {
    margin-right: 12px;
}


.gradient_bg {
    width: 100%;
    margin: 0;
    Padding: 0;
    float: left;
    border-bottom: #ececed solid thin;
    background: rgb(252,252,252); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(252,252,252,1) 50%, rgba(255,255,255,1) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(252,252,252,1)), color-stop(50%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(252,252,252,1) 50%,rgba(255,255,255,1) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(252,252,252,1) 50%,rgba(255,255,255,1) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(252,252,252,1) 50%,rgba(255,255,255,1) 50%); /* IE10+ */
    background: linear-gradient(to right, rgba(252,252,252,1) 50%,rgba(255,255,255,1) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

    .gradient_bg h3 {
        font-size: 20px;
        color: #dd3a27;
        font-weight: 600;
        line-height: 20px;
    }

.margin-lft {
    margin-left: 18% !important;
}


.contact-button a {
    width: 120px;
    height: 30px;
    border: 0px;
    line-height: 30px;
    background: #999999;
    text-align: center;
    font-size: 14px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.contact-button a {
    background: #dd3a26;
    color: #fff;
}

    .contact-button a:hover {
        background: #212121;
        color: #fff;
    }


.search-btn {
    background: url(../images/search.png);
    background-repeat: no-repeat;
    height:20px;
    float: right;
    width: 36px;
    border: 0 none;
    outline: none;
    margin-top:2.5px;
}

    .search-btn:hover {
        background: url(../images/search.png);
        background-repeat: no-repeat;
        height:20px;
        float: right;
        width: 36px;
        border: 0 none;
        outline: none;
    }

.load-more {
    width: 80%;
    min-width: 280px;
    height: 40px;
    font-family: regular;
    line-height: 40px;
    margin: 20px auto !important;
    clear: both;
    background: #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}


.bg-line {
    background: url(../images/heading-bg.png) center no-repeat;
    width: 100%;
    height: 29px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    font-size: 28px;
}

.bg-span {
    background: url(../images/header-bg.html) center;
    background-repeat: repeat;
    padding: 0 4px;
    width: 100%;
}

.bg1-span {
    background:#ffffff!important;
    padding: 0 4px;
    width: 100%;
    margin:0 auto;
    text-align:center;
}
.star1 {
    width: 35px;
    height: 25px;
    background-repeat: no-repeat;
    margin:0 8px;
    background: url(../images/star_white.png) center;
}

.star {
    width: 35px;
    height: 25px;
    background-repeat: no-repeat;
    margin:0 8px;
    background: url(../images/star.html) center;
}

/* ------------------------------------- * call bacc  slide -left 09-05----2017 * -------------------------------------*/  
  .slide-out-div {position: relative; z-index:9999999999;  top:280px;   padding: 20px 12px;  width:250px; min-height:250px; float:left; height:auto; background: #f2f2f2;  border: #285fb2 1px solid;}
  .slide-out-div input[type="text"], .slide-out-div select, .slide-out-div select .form-control {margin:0; padding:0;width:100%; float:left; border: 1px solid #76889A; background: #f2f2f2;-webkit-box-shadow: inset 0 0 11px 2px rgba(50,64,80,0.3);-moz-box-shadow: inset 0 0 11px 2px rgba(50,64,80,0.3);box-shadow: inset 0 0 11px 2px rgba(50,64,80,0.3);padding:0 5%;font-size:12px;float: left;color:#666!important;font-family:"Lao-Regular", Arial, sans-serif;height:34px;line-height:34px;-webkit-appearance: none;}
  .slide-out-div .form-group {margin-bottom:12px; float:left; width: 100%;}
  .slide-out-div lable{width:100%; float:left; text-align:left;font-family:"Lao-Regular", Arial, sans-serif; font-size:12px; margin-bottom:5px;}
  .slide-out-div .form-control::-moz-placeholder {color: #aaa;  opacity: 1;  font-size:12px; font-family: Helvetica,Arial,sans-serif; font-weight:100;}
  .slide-out-div .submit {-webkit-appearance: none; border: 1px solid #FFCC00; width: 100%; padding:0px 0; text-transform: uppercase; -webkit-border-radius:2px; -moz-border-radius:2px;border-radius:2px;cursor: pointer;font-size: 14px;font-weight:600;color: #fff; background: #e4b702; -webkit-box-shadow: inset 0 0 11px 2px rgba(143,114,0,1); -moz-box-shadow: inset 0 0 11px 2px rgba(143,114,0,1); box-shadow: inset 0 0 11px 2px rgba(143,114,0,1);}
  .slide-out-div .submit:hover {-webkit-appearance: none;border: 1px solid #2C62B4;color: #fff; background:#6C91CB; -webkit-box-shadow: inset 0 0 11px 2px rgba(0,51,153,1); -moz-box-shadow: inset 0 0 11px 2px rgba(0,51,153,1);box-shadow: inset 0 0 11px 2px rgba(0,51,153,1);}
.wll-pattern {
    width:100%;
    float:left;
    padding:30px 0;
    background: url(../images/pattern-welk.png) repeat center;
}
/* ------------------------------------- * Tab slide -left 09-05----2017 * * -------------------------------------*/
 input{
  width: 100%;
  height: 40px;
  font-family: "Lao-Regular", Arial, Sans-Serif;
  font-size: 14px;
  line-height: 40px;
  margin: 10px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 0 10px;
}
.brd-crom li a {
 color:#333!important;text-decoration:none;font-weight:normal;
}
.brd-crom li { font-size:14px;
 color:#0a94c5; display:inline; list-style:none; font-weight:600;

}
.brd-crom li a:after {
 color:#333;
 content:"→";
 margin:0 4px
}.slide-out-div .submit {margin-top:10px;}
.slide-out-div p{text-align:left!important; width:100%; margin:0px; line-height:normal}
.slide-out-div input, .slide-out-div select, .slide-out-div select .form-control {margin:0; padding:0;width:100%; float:left; border: 1px solid #76889A; background: #f2f2f2;-webkit-box-shadow: inset 0 0 11px 2px rgba(50,64,80,0.3);-moz-box-shadow: inset 0 0 11px 2px rgba(50,64,80,0.3);box-shadow: inset 0 0 11px 2px rgba(50,64,80,0.3);padding:0 5%;font-size:12px;float: left;color:#666!important;font-family:"Lao-Regular", Arial, sans-serif;height:34px;line-height:34px;-webkit-appearance: none;}


.containerbanner{float:left; width:100%;position:relative}

.containerbanner .slider{
    position: relative;
     max-width:100%; 
    height:595px; 
    margin: 0 auto;
    overflow: hidden;
}
.containerbanner .slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 1s;
}
.containerbanner .slide > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.containerbanner button{
    background: none;
    border: none;
}
.containerbanner button .fa{
    color: rgba(255, 255, 255, .5);
}
.containerbanner .btn-slide{
    position:absolute;
    top:50%;
    z-index: 10;
    height: 5.5rem;
    width: 5.5rem;
    cursor: pointer;
}
.containerbanner .prev{
    left:3rem;
    transform: translate(-50%, -50%);
}
.containerbanner .next{
    right: 3rem;
    transform: translate(50%, -50%); 
}
.containerbanner .dots-container{
  display: flex;
  justify-content: center;
  align-items: center;
 position: absolute;
right: 50px;
margin-top: -40px;
z-index: 9;
}
.containerbanner .dot{
    width: 25px;
    height: 5px;
    margin: 15px 5px;
    border-radius: 0rem;
    background: rgba(39,39,39, .5);
    cursor: pointer;
}
.containerbanner .dot.active{
background:#272727;
}

.dosamidus, .knopka-kovad-button button {
  border: none;
  outline: none;
  background: #C8102E;
}
.dosamidus {
 
}
.dosamidus:hover {
  background-color: #446eac;
}
.dosamidus:active {
  background-color: #111;
}
/* kovadsamilad and knopka-kovad */
.kovadsamilad {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-transition: visibility 800ms ease-in-out, opacity 500ms ease-in-out;
  transition: visibility 800ms ease-in-out, opacity 500ms ease-in-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.is-open {
  visibility: visible;
  opacity: 1;
}

.knopka-kovad {
  max-width:992px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}

.knopka-kovad-body {
  padding:4px;
  border: 1px solid #ccd2d4;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #f2f6f9;
}

.knopka-kovad-button {
  padding-top: 10px;
  text-align: right;
}
.knopka-kovad-button button {
  padding: 5px 20px;
  color: white;
  border-radius: 3px;
  background-color: #3a9eef;
}
.knopka-kovad-button button:hover {
  background-color: #2288d8;
}
.knopka-kovad-button button:active {
  background-color: #1b7bc7;
}

.poyavled-nuseokna {
  position: absolute;
top: -4px;
right: -3px;
  cursor: pointer;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.poyavled-nuseokna:hover {
  opacity: 0.5;
}

.kovadsamilad .login-container {
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px; position:relative;
  padding: 10px 10px 10px 10px;
}

.feature-slide .more-btn { 
	position: relative;
	z-index: 999;
}
.cbp-fwdots { 
	bottom: 0;  
	width: auto!important;
	z-index: 9;
	overflow: auto;
	left: 50%;
	transform: translateX(-50%);
}


