/* CSS Document */
@charset "utf-8";
html,  body,  div,  p,  form,  ul,  li,  p,  label,  span,  img,  h1,  h2,  h3,  h4, h5, h6, table, section {
    margin: 0;
    padding: 0;
    border: none;
}
@font-face {
    font-family:'Calibri';
    src: url('../fonts/calibri.eot'); /* IE9 Compat Modes */
    src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/calibri.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/calibri.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/calibri.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/lato.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/lato.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/lato.ttf')  format('truetype'); /* Safari, Android, iOS */
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/opensans.eot'); /* IE9 Compat Modes */
    src: url('../fonts/opensans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/opensans.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/opensans.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/opensans.ttf')  format('truetype'); /* Safari, Android, iOS */
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins.eot'); /* IE9 Compat Modes */
    src: url('../fonts/poppins.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/poppins.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/poppins.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/poppins.ttf')  format('truetype'); /* Safari, Android, iOS */
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald.eot'); /* IE9 Compat Modes */
    src: url('../fonts/oswald.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/oswald.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/oswald.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/oswald.ttf')  format('truetype'); /* Safari, Android, iOS */
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html, body{
    min-width:300px !important;
    height:100%;
    background: #fff;
    font-family:'Calibri', sans-serif;
    font-weight:normal;
    text-shadow:none;
    text-align: left;
    overflow:initial;/* Fix menu comming on top of the browser scroll bar*/
}
.poppins{
    font-family:'Poppins', sans-serif !important;
}
.lato{
    font-family:'Lato', sans-serif !important;
}
ul.listnone, ol.listnone  {list-style: none;}
ul.list{
    margin:10px 0 0 15px;
    display:inline-block;
}
ul.list.half li{
    width:47%;
    height:auto;
    float:left;
    margin-left:3%;
}
a.ttip{
    border-bottom:#999 dashed 1px;
    text-decoration:none;
    cursor:help;
}
.float-right{
    float:right;
}
.float-left{
    float:left;
}
.clear-left{
    clear:left;
}
.fixed{
    position: fixed;
    z-index: 999;
}
.relative{
    position: relative;
}
.fixed.top{
    top: 0;
    left: 0;
}
.absolute-top{
    position: absolute;
    z-index: 99;
    top: 2px;
    left: 4px;
}
.absolute-bottom{
    position: absolute;
    z-index: 99;
    bottom: 10px;
    right: 10px;
}
.display-none{
    display: none;
}
.display-block{
    display: block;
}
.square, .square .btn{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
/* Vertical text center */
.text-v-center {
    position: relative;
}
.text-v-center::before {
    content: " ";
    display: inline-block;
    height: 100%;
    width: 1%;
    vertical-align: middle;
}
.text-v-center p {
    display: inline-block;
    vertical-align: middle;
}
.vertical-center {
    /* this class should be called in row or wrapper(outer) div.*/
    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center;
    /* In legacy web browsers such as Firefox 9
       we need to specify the width of the flex container */
    width: 100%;
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
       hence the bootstrap's container won't be aligned to the center anymore.
       Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
    -webkit-justify-content : center;
    justify-content : center;
}
/* can be called inside the vertical-center class. this class haven't width property */
.vertical-c {
    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center; 
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
   hence the bootstrap's container won't be aligned to the center anymore.
   Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
    -webkit-justify-content : center;
    justify-content : center;
}
.voffset-1 { margin-top:1% !important;}
.voffset-2 { margin-top:2% !important;}
.voffset-3 { margin-top:3% !important;}
.voffset-4 { margin-top:4% !important;}
.voffset-5 { margin-top:5% !important;}
.voffset-6 { margin-top:6% !important;}
.voffset-8 { margin-top:8% !important;}
.voffset-10 { margin-top:10% !important;}
.voffset-25 { margin-top:25% !important;}
.voffset-b-1 { margin-bottom:1% !important;}
.voffset-b-2 { margin-bottom:2% !important;}
.voffset-b-3 { margin-bottom:3% !important;}
.voffset-b-4 { margin-bottom:4% !important;}
.voffset-b-5 { margin-bottom:5% !important;}
.voffset-b-6 { margin-bottom:6% !important;}
.voffset-b-8 { margin-bottom:8% !important;}
.voffset-b-10 { margin-bottom:10% !important;}

.offset-al-1{ margin:1% !important;}
.offset-al-2{ margin:2% !important;}
.offset-al-3{ margin:3% !important;}
.offset-al-5{ margin:5% !important;}
.offset-r-1 { margin-right:1% !important;}
.offset-r-2 { margin-right:2% !important;}
.offset-r-3 { margin-right:3% !important;}
.offset-r-5 { margin-right:5% !important;}
.offset-l-1 { margin-left:1% !important;}
.offset-l-2 { margin-left:2% !important;}
.offset-l-3 { margin-left:3% !important;}
.offset-l-5 { margin-left:5% !important;}

.col-pdn-left-0{
    padding-left:0 !important;
}
.col-pdn-right-0{
    padding-right:0 !important;
}
.col-pdn-both-0{
    padding-left:0 !important;
    padding-right:0 !important;
}
.pdn-0{
    padding:0 !important;
}
#vidwrap{
    cursor: pointer;
}
#wrapper #container.white, #wrapper .others.white, #wrapper .container-fluid.white, #wrapper .container.white{
    background:#fff;
}
#wrapper #container.color, #wrapper .others.color, #wrapper .container-fluid.color, #wrapper .container.color{
    background:#eee;
}
#wrapper #container.color2, #wrapper .others.color2, #wrapper .container-fluid.color2, #wrapper .container.color2{
    background:#0f1505;
}
#wrapper #container.color3, #wrapper .others.color3, #wrapper .container-fluid.color3, #wrapper .container.color3, #wrapper [class*="col"].color3{
    background:rgba(255,255,255,0.5);
}
#wrapper #container.bg1, #wrapper .others.bg1, #wrapper .container-fluid.bg1, #wrapper .container.bg1{
    background:#0b3150 url("../images/background.jpg") center top no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.panel {
    border: none;
    border-radius: 0;
}
.panel label{
    color: #444;
}
.panel .form-control, .panel .panel-heading, .panel .btn{
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 10px;
}
.panel.panel-info .panel-title{
    color: #00508f;
}
.panel placeholder{
    color: #eee;
}
.modal-dialog input, .modal-dialog textarea, .modal-dialog .panel{
    -webkit-border-radius: 0;
    -moz-border-radius: 0; 
    border-radius: 0;
    border-color: #ddd;    
}
#toTop{
    display: none;
    position: fixed;
    bottom: 80px;
    right: 0;
    z-index: 9999;
}
.text-smallcaps{
    font-variant: small-caps;
}
.btn-warning.dark{
    background:#e48600;
}
.btn-primary{
    background:#00376a;
}
.btn-danger{
    background:#ba2020;
}
.text-info{
    color:#0555a0;
    font-size: 17px;
    line-height: 24px;
}
.text-primary{
    color:#013d75;
}
.text-muted{
    color:#444;
}
.thumbnail .caption{
    overflow:hidden;
}
hr.style-one { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc); }
hr.style-two { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
hr.style-three { border: 0; border-bottom: 1px dashed #ccc; background: #999; }
hr.style-four {border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

#wrapper{
    width: 100%;
    max-width: 1920px !important;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    background:#fff;
    position: relative;
}
#wrapper #header{
    width:100%;
    display:block;
    overflow: visible;
    background: #d9cdaa;
    border-bottom: #dcb96f 2px solid;
}
#wrapper #header.home{
    /*    position: absolute;
        z-index: 998;
        top: 0;
        left: 0;
        background: url(../images/header_back.png) 0 0 repeat;*/
}
.top-abs-logo{
    width: auto;
    height: auto;
    overflow: hidden;
    background: #1a212a;
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 999;
    padding: 10px 15px 10px 15px;
    border-top: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
#wrapper #header .top-hd-layer{
    background: #1c3d5b;
    border-bottom: #143259 1px solid;
}
#wrapper #header .top-hd-layer ul{
    margin: 0 auto;
    display: block;
}
#wrapper #header .top-hd-layer ul.float-right li{
    float: right;
}
#wrapper #header .top-hd-layer ul li{
    width: auto;
    display: inline-block;
    border-right: #143259 1px solid;
    padding: 0 8px 0 8px;
    margin: 3px 0 3px 0;
    font-size: 14px;
}
#wrapper #header .top-hd-layer ul li{
    color: #fff;
    text-shadow: 0 0 1px rgba(120, 173, 193, .3);
    line-height: 30px;
}
#wrapper #header .top-hd-layer ul>li>a{
    color: #fff;
    text-shadow: 0 0 1px rgba(120, 173, 193, .3);
    line-height: 30px;
}
#wrapper #header .top-hd-layer ul>li>a:hover{
    text-decoration: none;
    color: #a6d4ee;
    border-bottom: #a6d4ee 1px dotted;
}
#wrapper #header .top-hd-layer ul li .glyphicons{
    line-height: 30px;
}
#wrapper #header .top-hd-layer ul li.noborder{
    border: none;
}
#header .sitename{
    color:#172405;
    text-transform:capitalize;
    text-shadow: 0 0 1px rgba(18, 31, 0, .5);
    font-size:28px;
    line-height: 30px;
}
.label-danger.hotline{
    font-size:17px;
    font-weight:normal;
    text-shadow: 0 0 1px rgba(175, 4, 0, .3);
    padding:6px 15px 6px 15px;
    border-radius:0 0 5px 5px; 
    -moz-border-radius:0 0 5px 5px; 
    -webkit-border-radius:0 0 5px 5px; 
    background:#da2e2a;
    position:absolute;
    right:10px;
    top:0;
}
#wrapper #menu-top{
    width:100%;
    min-height:50px;
    float:left;
    background:#456c0e;
    display:block;
    text-transform: uppercase;
}
/* navbar ---------------- */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
    font-size: 15px;
}
.navbar-inverse {
    background-color: #456c0e;
    border-color: #436414;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; 
    border-radius: 0;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    border-right: #436414 1px solid;
}
.navbar-inverse .navbar-nav > li.last > a {
    border-right: none;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color:#172a07;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1e3c06;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #172a07;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #172a07;
}
/* end ---------------- */
/* contact, short links & search ---------------- */
#header .contact{
    height: auto;
    float:right;
    text-align: right;
    display: block;
    margin:8px 0 0 0;
    overflow:hidden;
    display:inline-block;
    font-size:16px;
    text-shadow: 0 0 1px rgba(20, 20, 20, .3);
    color:#3d5682;
    line-height:26px;
}
#header .contact span{
    font-size: 24px !important;
    line-height: 26px;
    color:#224586;
}
#short-links{
    width: 100%;
    min-height:15px;
    display:block;
}
#short-links ul li{
    display: inline-block;
    color: #5d5b21;
}
#short-links ul li a{
    margin: 0 4px 0 4px;
    color: #5d5b21;
    text-decoration: none;
    font-variant: small-caps;
}
#short-links ul li a:hover{
    color: #2c3600;
    border-bottom: #85914d 1px dotted;
}
#top-search input[type=text]{
    background:#9f9475;
    border-color:#8f8569;
    border-right:none;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#top-search .form-group{
    margin-bottom: 5px;
}
#top-search input[type=text]:hover, #top-search input[type=text]:focus, #top-search .btn-default:hover{
    background: #9c8e65;
}
#top-search .btn-default{
    background:#9f9475;
    border-color:#8f8569;
    color: #333;
    padding: 5px 22px;
    font-size: 12px;
    line-height: 1.5;
}
#top-search .form-control::-webkit-input-placeholder { color: #fff; }
#top-search .form-control:-moz-placeholder { color: #fff; }
#top-search .form-control::-moz-placeholder { color: #fff; }
#top-search .form-control:-ms-input-placeholder { color: #fff; }

#top-search .input-group-addon{
    border: 0;
}
#top-search .form-group .bootstrap-select.btn-group{
    border: 0;
}
/* end ---------------- */
/* Social media start ---------------- */
.media-24, .media-32, .media-64{
    text-align: center;
}
.media-24 li, .media-32 li, .media-64 li{
    display: inline-block;
}
#header .media-24, #header .media-32{
    text-align: right;
}
#contact-us .media-32 {
    text-align: left;
}
.media-24.theme-1 .media-icn{
    background:url(../images/social_icon_24x24_1.png);
}
.media-24.theme-2 .media-icn{
    background:url(../images/social_icon_24x24_2.png);
}
.media-24.theme-3 .media-icn{
    background:url(../images/social_icon_24x24_3.png);
}
.media-24.theme-4 .media-icn{
    background:url(../images/social_icon_24x24_4.png);
}
.media-24.theme-5 .media-icn{
    background:url(../images/social_icon_24x24_5.png);
}
.media-24 .media-icn{
    width:24px;
    height:24px;
    overflow:hidden;
    display:inline-block;
    margin:0 0 0 6px;
}
.media-24.withlabel a{
    width: 100%;
    display: block;
    text-align: left;
    line-height: 24px;
}
.media-24.withlabel .media-icn{
    width:24px;
    height:24px;
    overflow:hidden;
    display:block;
    margin:0 4px 0 4px;
    float: left;
}
.media-24 .media-icn.fb{
    background-position: 0 0;
    background-repeat: no-repeat;
}
.media-24.reverse .media-icn.fb{
    background-position: 0 -24px;
    background-repeat: no-repeat;
}
.media-24 .media-icn.fb:hover, .media-24 a:hover .media-icn.fb{
    background-position: 0 -24px;
}
.media-24.reverse .media-icn.fb:hover, .media-24.reverse a:hover .media-icn.fb{
    background-position: 0 0;
}
.media-24 .media-icn.tw{
    background-position: -24px 0;
    background-repeat: no-repeat;
}
.media-24.reverse .media-icn.tw{
    background-position: -24px -24px;
    background-repeat: no-repeat;
}
.media-24 .media-icn.tw:hover, .media-24 a:hover .media-icn.tw{
    background-position: -24px -24px;
}
.media-24.reverse .media-icn.tw:hover, .media-24.reverse a:hover .media-icn.tw{
    background-position: -24px 0;
}
.media-24 .media-icn.gp{
    background-position: -48px 0;
    background-repeat: no-repeat;
}
.media-24.reverse .media-icn.gp{
    background-position: -48px -24px;
    background-repeat: no-repeat;
}
.media-24 .media-icn.gp:hover, .media-24 a:hover .media-icn.gp{
    background-position:-48px -24px;
}
.media-24.reverse .media-icn.gp:hover, .media-24.reverse a:hover .media-icn.gp{
    background-position:-48px 0;
}
.media-24 .media-icn.ut{
    background-position: -72px 0;
    background-repeat: no-repeat;
}
.media-24.reverse .media-icn.ut{
    background-position: -72px -24px;
    background-repeat: no-repeat;
}
.media-24 .media-icn.ut:hover, .media-24 a:hover .media-icn.ut{
    background-position:-72px -24px;
}
.media-24.reverse .media-icn.ut:hover, .media-24.reverse a:hover .media-icn.ut{
    background-position: -72px 0;
}
.media-24 .media-icn.pr{
    background-position: -96px 0;
    background-repeat: no-repeat;
}
.media-24.reverse .media-icn.pr{
    background-position: -96px -24px;
    background-repeat: no-repeat;
}
.media-24 .media-icn.pr:hover, .media-24 a:hover .media-icn.pr{
    background-position:-96px -24px;
}
.media-24.reverse .media-icn.pr:hover, .media-24.reverse a:hover .media-icn.pr{
    background-position: -96px 0;
}
.media-24 .media-icn.li{
    background-position: -120px 0;
    background-repeat: no-repeat;
}
.media-24.reverse .media-icn.li{
    background-position: -120px -24px;
    background-repeat: no-repeat;
}
.media-24 .media-icn.li:hover, .media-24 a:hover .media-icn.li{
    background-position:-120px -24px;
}
.media-24.reverse .media-icn.li:hover, .media-24.reverse a:hover .media-icn.li{
    background-position: -120px 0;
}

.media-32.theme-1 .media-icn{
    background:url(../images/social_icon_32x32.png);
}
.media-32.theme-2 .media-icn{
    background:url(../images/social_icon_32x32_2.png);
}
.media-32.theme-3 .media-icn{
    background:url(../images/social_icon_32x32_3.png);
}
.media-32.theme-4 .media-icn{
    background:url(../images/social_icon_32x32_4.png);
}
.media-32.theme-5 .media-icn{
    background:url(../images/social_icon_32x32_5.png);
}
.media-32 .media-icn{
    width:32px;
    height:32px;
    overflow:hidden;
    display:inline-block;
    margin:0 0 0 6px;
}
.media-32.withlabel a{
    width: 100%;
    display: block;
    text-align: left;
    line-height: 32px;
}
.media-32.withlabel .media-icn{
    width:32px;
    height:32px;
    overflow:hidden;
    display:block;
    margin:0 6px 0 6px;
    float: left;
}
.media-32 .media-icn.fb{
    background-position: 0 0;
    background-repeat: no-repeat;
}
.media-32.reverse .media-icn.fb{
    background-position: 0 -32px;
    background-repeat: no-repeat;
}
.media-32 .media-icn.fb:hover, .media-32 a:hover .media-icn.fb{
    background-position: 0 -32px;
}
.media-32.reverse .media-icn.fb:hover, .media-32.reverse a:hover .media-icn.fb{
    background-position: 0 0;
}
.media-32 .media-icn.tw{
    background-position: -32px 0;
    background-repeat: no-repeat;
}
.media-32.reverse .media-icn.tw{
    background-position: -32px -32px;
    background-repeat: no-repeat;
}
.media-32 .media-icn.tw:hover, .media-32 a:hover .media-icn.tw{
    background-position: -32px -32px;
}
.media-32.reverse .media-icn.tw:hover, .media-32.reverse a:hover .media-icn.tw{
    background-position: -32px 0;
}
.media-32 .media-icn.gp{
    background-position: -64px 0;
    background-repeat: no-repeat;
}
.media-32.reverse .media-icn.gp{
    background-position: -64px -32px;
    background-repeat: no-repeat;
}
.media-32 .media-icn.gp:hover, .media-32 a:hover .media-icn.gp{
    background-position:-64px -32px;
}
.media-32.reverse .media-icn.gp:hover, .media-32.reverse a:hover .media-icn.gp{
    background-position:-64px 0;
}
.media-32 .media-icn.ut{
    background-position: -96px 0;
    background-repeat: no-repeat;
}
.media-32.reverse .media-icn.ut{
    background-position: -96px -32px;
    background-repeat: no-repeat;
}
.media-32 .media-icn.ut:hover, .media-32 a:hover .media-icn.ut{
    background-position:-96px -32px;
}
.media-32.reverse .media-icn.ut:hover, .media-32.reverse a:hover .media-icn.ut{
    background-position: -96px 0;
}
.media-32 .media-icn.pr{
    background-position: -128px 0;
    background-repeat: no-repeat;
}
.media-32.reverse .media-icn.pr{
    background-position: -128px -32px;
    background-repeat: no-repeat;
}
.media-32 .media-icn.pr:hover, .media-32 a:hover .media-icn.pr{
    background-position:-128px -32px;
}
.media-32.reverse .media-icn.pr:hover, .media-32.reverse a:hover .media-icn.pr{
    background-position: -128px 0;
}
.media-32 .media-icn.li{
    background-position: -160px 0;
    background-repeat: no-repeat;
}
.media-32.reverse .media-icn.li{
    background-position: -160px -32px;
    background-repeat: no-repeat;
}
.media-32 .media-icn.li:hover, .media-32 a:hover .media-icn.li{
    background-position:-160px -32px;
}
.media-32.reverse .media-icn.li:hover, .media-32.reverse a:hover .media-icn.li{
    background-position: -160px 0;
}

.media-64.theme-1 .media-icn{
    background:url(../images/social_icon_64x64.png);
}
.media-64 .media-icn{
    width:64px;
    height:64px;
    overflow:hidden;
    display:inline-block;
    margin:0 0 0 6px;
}
.media-64.withlabel a{
    width: 100%;
    display: block;
    text-align: left;
    line-height: 64px;
}
.media-64.withlabel .media-icn{
    width:64px;
    height:64px;
    overflow:hidden;
    display:block;
    margin:0 4px 0 4px;
    float: left;
}
.media-64 .media-icn.fb{
    background-position: 0 0;
    background-repeat: no-repeat;
}
.media-64.reverse .media-icn.fb{
    background-position: 0 -64px;
    background-repeat: no-repeat;
}
.media-64 .media-icn.fb:hover, .media-64 a:hover .media-icn.fb{
    background-position: 0 -64px;
}
.media-64.reverse .media-icn.fb:hover, .media-64.reverse a:hover .media-icn.fb{
    background-position: 0 0;
}
.media-64 .media-icn.tw{
    background-position: -64px 0;
    background-repeat: no-repeat;
}
.media-64.reverse .media-icn.tw{
    background-position: -64px -64px;
    background-repeat: no-repeat;
}
.media-64 .media-icn.tw:hover, .media-64 a:hover .media-icn.tw{
    background-position: -64px -64px;
}
.media-64.reverse .media-icn.tw:hover, .media-64.reverse a:hover .media-icn.tw{
    background-position: -64px 0;
}
.media-64 .media-icn.gp{
    background-position: -128px 0;
    background-repeat: no-repeat;
}
.media-64.reverse .media-icn.gp{
    background-position: -128px -64px;
    background-repeat: no-repeat;
}
.media-64 .media-icn.gp:hover, .media-64 a:hover .media-icn.gp{
    background-position:-128px -64px;
}
.media-64.reverse .media-icn.gp:hover, .media-64.reverse a:hover .media-icn.gp{
    background-position:-128px 0;
}
.media-64 .media-icn.ut{
    background-position: -192px 0;
    background-repeat: no-repeat;
}
.media-64.reverse .media-icn.ut{
    background-position: -192px -64px;
    background-repeat: no-repeat;
}
.media-64 .media-icn.ut:hover, .media-64 a:hover .media-icn.ut{
    background-position:-192px -64px;
}
.media-64.reverse .media-icn.ut:hover, .media-64.reverse a:hover .media-icn.ut{
    background-position: -192px 0;
}
.media-64 .media-icn.pr{
    background-position: -256px 0;
    background-repeat: no-repeat;
}
.media-64.reverse .media-icn.pr{
    background-position: -256px -64px;
    background-repeat: no-repeat;
}
.media-64 .media-icn.pr:hover, .media-64 a:hover .media-icn.pr{
    background-position:-256px -64px;
}
.media-64.reverse .media-icn.pr:hover, .media-64.reverse a:hover .media-icn.pr{
    background-position: -256px 0;
}
.media-64 .media-icn.li{
    background-position: -320px 0;
    background-repeat: no-repeat;
}
.media-64.reverse .media-icn.li{
    background-position: -320px -64px;
    background-repeat: no-repeat;
}
.media-64 .media-icn.li:hover, .media-64 a:hover .media-icn.li{
    background-position:-320px -64px;
}
.media-64.reverse .media-icn.li:hover, .media-64.reverse a:hover .media-icn.li{
    background-position: -320px 0;
}
/* Social media END ---------------- */

#wrapper #front-slider{
    width:100%;
    height:auto;
    overflow:hidden;
    display:block;
    margin:0 auto;
    position: relative;
}
#front-slider .newsouter{
    width:38%;
    height:96% !important;
    overflow:hidden;
    display:block;
    position:absolute;
    z-index:3;
    top:2%;
    right:0;
    padding:1%;
    background:url(../images/news_back.png) 0 0 repeat;
    border:#bfddf0 1px solid;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px; 
    border-radius: 3px 0 0 3px;
    padding-left:40px;
}
.newsouter .news-close{
    width:40px;
    height:40px;
    position:absolute;
    z-index:4;
    left:0;
    top:50%;
    margin-top:-20px;
    display:block;
}
.news-open{
    width:40px;
    height:40px;
    position:absolute;
    z-index:2;
    right:-6px;
    top:50%;
    margin-top:-20px;
    display:none;
}
.news-close .btn-primary, .news-open .btn-primary{
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0; 
    border-radius: 0 3px 3px 0;
    background:#143656;
    border-color:#143656;
    float:left;
}
.news-open .btn-primary{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px; 
    border-radius: 3px 0 0 3px;
}
.news-close .btn-primary:hover, .news-open .btn-primary:hover{
    background:#0a4a84;
    border-color:#0a4a84;
}

#wrapper #container, #wrapper .others{
    width:100%;
    height:auto;
    overflow:hidden;
    display:block;
    position: relative;
}
#wrapper #container{
    min-height:250px;
    margin-top: 50px;
}

.container h1, .container-fluid h1{
    width: 100%;
    margin:0 auto;
    display: block;
    font-size:28px;
    line-height:32px;
    color:#2f4c0a;
    text-shadow:0px 0px 1px rgba(35, 57, 5, 0.4);
}
.container h1.oswald, .container-fluid h1.oswald, 
.container h2.oswald, .container-fluid h2.oswald{
    font-family:'Oswald', sans-serif;
}
.container h1.poppins, .container-fluid h1.poppins, 
.container h2.poppins, .container-fluid h2.poppins{
    font-family:'Poppins', sans-serif;
}
.container h2, .container-fluid h2{
    color:#2f4c0a;
    text-shadow:0px 0px 1px rgba(35, 57, 5, 0.3);
}
.container h1 span.color, .container-fluid h1 span.color, .container h2 span.color, .container-fluid h2 span.color{
    color: #444;
}
.container h1 span.white, .container-fluid h1 span.white, .container h2 span.white, .container-fluid h2 span.white{
    color: #fff;
}
.container .text-bold, .container-fluid .text-bold{
    font-weight: bold;
}
.container .text-small-caps, .container-fluid .text-small-caps{
    font-variant: small-caps;
}

/* common-block Start ----------- */
.common-block{
    color: #444;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
} 
.common-block p{
    margin-top: 10px;
}
.common-block br{
    margin-top: 5px;
    display: block;
}
.common-block p.nomargin, .common-block br.nomargin, p.nomargin, br.nomargin{
    margin-top: 0 !important;
}
.common-block p.quote:before{
    content: open-quote;
    font-family:"Times New Roman", Times, serif !important;
    font-size: 150%;
    color: #666;
    font-weight: bold;
}
.common-block p.quote:after {
    content: close-quote;
    font-family:"Times New Roman", Times, serif !important;
    font-size: 150%;
    line-height: 75%;
    color: #666;
    font-weight: bold;
}
.common-block ul{
    margin: 10px;
    padding: 0 0 0 10px;
    color: #555;
}
.common-block ul li{
    margin-bottom: 8px;
}
.common-block h1{
    font-size: 27px;
}
.common-block h3{
    font-size: 22px;
    text-shadow: 0 0 1px rgba(60,60,60,.3);
}
.common-block h4{
    line-height: 19px;
    text-shadow: 0 0 1px rgba(60,60,60,.3);
}
.common-block h5{
    line-height: 17px;
    text-shadow: 0 0 1px rgba(60,60,60,.2);
}
/* common-block End ----------- */

.cop-family{
    text-align: center;
}
.cop-family h5 br{
    margin-top: 5px;
    display: block;
}
.cop-family .inner-box{
    background: #fafafa;
    border: #eee 1px solid;
    padding: 15px 5px 15px 5px;
}
.cop-family .inner-box2{
    background: #fbfbfb;
    border: #e6e8c4 1px solid;
    padding: 15px 10px 15px 10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.cop-family .name{
    color: #283127;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 8px;
}
.cop-family .name span{
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
}
.cop-family img{
    margin: 0 auto;
}
.cop-family .inner-box2 img{
    border: #dedfca 3px solid;
}
.about-dr h4{
    color: #283127;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
}
.about-dr h5{
    color: #565656;
    font-size: 16px;
    line-height: 18px;
}
.about-dr img {
    max-width: 125px;
    display: inline-block;
    margin: 4px 10px 2px 0;
}
/* END ----------- */


/* Carousel STRAT -------------- */
#carousel-bounding-box .full-img{
    position: absolute;
    width: 38px;
    height: 46px;
    font-size: 30px;
    line-height: 30px;
    padding: 12px 4px 4px 4px;
    background: url('../images/boosttrap-slider-popup.png') 0 0 repeat;
    color: #fff;
    top: -8px;
    right: 0;
    z-index: 200;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(117,117,117,0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(117,117,117,0.3);
    box-shadow: 0px 10px 10px 0px rgba(117,117,117,0.3);
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}
#carousel-bounding-box a .full-img{
    color: #fff;
}
#slider-thumbs .thumbnail{
    width: auto;
    display: block;
    margin: 6px;
    padding: 3px;
}
#slider-thumbs .thumbnail:hover{
    cursor: pointer;
    border: #fecf7d 1px solid;
}

/* carousel control & button */
.carousel-control{
    width: 25px;
    z-index: 150;
}
.carousel-control.left, .carousel-control.right {background-image:none; filter:none;}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 10px;
    color: #ed1c24;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 10px;
    color: #ed1c24;
}
/* crousel theme 2 */
.crousel-theme2 .carousel-control{
    width: 40px;
    height: 30px;
    margin: 5px 5px 0 0;
}
.crousel-theme2 .carousel-control.left, .crousel-theme2 .carousel-control.right {
    background:url(../images/boosttrap-slider-popup.png) 0 0 repeat; 
    filter:none;
}
.crousel-theme2 .carousel-control.left {
    right: 42px;
    left: auto;
}
.crousel-theme2 .carousel-control .icon-prev, .crousel-theme2 .carousel-control .glyphicon-chevron-left {
    left: 15px;
    color: #fff;
    font-size: 20px;
}
.crousel-theme2.carousel-control .icon-next, .crousel-theme2 .carousel-control .glyphicon-chevron-right {
    right: 15px;
    color: #fff;
    font-size: 20px;
}
/* crousel theme 3 */
.crousel-theme3 {
    padding-top: 30px;
}
.crousel-theme3 .carousel-control{
    width: 40px;
    height: 25px;
    margin: -30px 5px 0 0;
}
.crousel-theme3 .carousel-control.left, .crousel-theme3 .carousel-control.right {
    background:#283f0c;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.crousel-theme3 .carousel-control:hover{
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.crousel-theme3 .carousel-control.left {
    right: 42px;
    left: auto;
}
.crousel-theme3 .carousel-control .icon-prev, .crousel-theme3 .carousel-control .glyphicon-chevron-left {
    left: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.crousel-theme3 .carousel-control .icon-next, .crousel-theme3 .carousel-control .glyphicon-chevron-right {
    right: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.crousel-theme3 a{
    color: #24550b;
    text-shadow:0px 0px 1px rgba(20, 60, 0, 0.3);
}
.crousel-theme3 a strong{
    font-weight: normal;
    color: #1a4a02;
}
.crousel-theme3 a:hover, .crousel-theme3 a strong:hover{
    color: #476a03;
}

/* crousel theme 4 */
.crousel-theme4 .carousel-control .icon-prev, .crousel-theme4 .carousel-control .glyphicon-chevron-left {
    left: 0px;
    color: #36760c;
    font-size: 22px;
    line-height: 24px;
}
.crousel-theme4 .carousel-control .icon-next, .crousel-theme4 .carousel-control .glyphicon-chevron-right {
    right: 0px;
    color: #36760c;
    font-size: 22px;
    line-height: 24px;
}
.crousel-theme4 a{
    font-size: 14px;
    color: #24550b;
    text-shadow:0px 0px 1px rgba(20, 60, 0, 0.3);
}
.crousel-theme4 a strong{
    font-weight: normal;
    color: #1a4a02;
}
.crousel-theme4 a:hover, .crousel-theme4 a strong:hover{
    color: #476a03;
}
#container .crousel-theme4 .front-pro-items .itm-name{
    position: inherit;
    font-size: 15px;
    line-height: 20px;
    padding: 6px 3px 6px 3px;
    color: #236c03;
    font-variant: normal;
    background: #fff;
    text-shadow:0px 0px 1px rgba(54, 98, 0, 0.2);
    font-weight:normal;
    text-align: center;
    border-top: #548e25 2px solid;
}
#container .crousel-theme4 .front-pro-items{
    background: #fff;
    border: #fff 4px solid;
    padding: 3px;
}
#container .crousel-theme4 .front-pro-items:hover{
    background: #edefde;
    border: #ddd 1px solid;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(153,153,153,0.4);
    -moz-box-shadow: 0px 3px 5px 0px rgba(153,153,153,0.4);
    box-shadow: 0px 3px 5px 0px rgba(153,153,153,0.4);
}
/* carousel popup*/
.crousel-popup{}
.crousel-popup .c-content{
    background: #f9f9f9;
    border: #eee 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    border-radius: 3px;
    padding-bottom: 15px;
}
/* END */

#container .btn.cfb{
    background: #335408;
    border: #344209 1px solid;
}
#container .btn.cfb:hover{
    background: #3c6309;
}
/* front-pro-items Start --------- */
#container .front-pro-items{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
#container .front-pro-items img{
    margin: 0 auto;
}
#container .front-pro-items .itm-name{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    font-size: 21px;
    line-height: 30px;
    padding: 6px 6px 6px 12px;
    color: #2a4901;
    font-variant: small-caps;
    background: url(../images/category_name_back.png) 0 0 repeat-y;
    text-shadow:0px 0px 1px rgba(54, 98, 0, 0.4);
    background-size: 100% auto; 
    font-weight:  bold;
}
#container .front-pro-items .links{
    position: absolute;
    z-index: 3;
    bottom: 10px;
    right: 0;
    text-align: right;
    color: #6e8f58;
}
#container .front-pro-items .links a{
    display: inline-block;
    margin: 0 10px 0 10px;
    color: #225003;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
#container .front-pro-items .links a:hover{
    color: #288400;
}
/* front-pro-items End ----------- */
/* feature-box START ------------ */
#feature-box {
    width:100%;   
    height:auto;
    border:1px solid c45432;
    background:#c45432;
    padding: 35px 20px 35px 20px;
    font-size: 25px;
    color: #fff;
    line-height: 31px;
    text-align: center;
    font-variant: small-caps;
    text-shadow: 0 0 1px rgba(80, 80, 80, .3);
}
#feature-box:before {
    content:"";
    border-color: #c45432 transparent transparent transparent;
    border-style:solid;
    border-width:12px;
    width:0;
    height:0;
    position:absolute;
    bottom:-23px;
    left:50%;
    margin-left: -6px;
    z-index:1;
}
#feature-box:after {
    content:"";
    border-color: #fff transparent transparent transparent;
    border-style:solid;
    border-width:12px;
    width:0;
    height:0;
    position:absolute;
    bottom:-24px;
    left:50%;
    margin-left: -6px;
}
#feature-box .moreouter{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
#feature-box .moreouter .more{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: 4;
}
#feature-box a{
    color: #fff;
    text-decoration: none;
}
#feature-box a:hover{
    color: #081000;
}
/* feature-box END ------------ */
/* arrow-box START ------------ */
.arrow-box {
    width: 100%;
    min-height: 150px;
    background:#fff;
    padding: 10px 20px 10px 20px;
    font-size: 15px;
    color: #444;
    line-height: 22px;
    text-align: center;

    text-shadow: 0 0 1px rgba(50, 55, 50, .3);
    position: relative;
    z-index: 3;
    border-top: #ccc 1px solid;
}
.arrow-box.light {
    background: #d9cdaa;
}
.arrow-box.plain:after, .arrow-box.plain:before{
    border:none !important;
}
.arrow-box .btn-warning{
    background: #b46317;
    color: #fff;
}
.arrow-box .btn-warning:hover{
    background:#c96200;
}
.arrow-box h1{
    font-size: 30px;
    line-height: 40px;
    text-shadow: 0 0 1px rgba(50, 50, 50, .4);
    text-transform: uppercase;
    color: #6c370c;
}
.arrow-box .glyphicons{
    padding-top: 8px;
}
.arrow-box.top:after, .arrow-box.top:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-box.top:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(116, 92, 77, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.arrow-box.top:after {
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.arrow-box.top:before {
    border-bottom-color: #ccc;
    border-width: 11px;
    margin-left: -11px;
}

.arrow-box.right:after, .arrow-box.right:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-box.right:after {
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}
.arrow-box.right:before {
    border-left-color: #ccc;
    border-width: 11px;
    margin-top: -11px;
}

.arrow-box.bottom:after, .arrow-box.bottom:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-box.bottom:after {
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.arrow-box.bottom:before {
    border-top-color: #ccc;
    border-width: 11px;
    margin-left: -11px;
}

.arrow-box.left, .arrow-box.left:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-box.left:after {
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}
.arrow-box.left:before {
    border-right-color: #ccc;
    border-width: 11px;
    margin-top: -11px;
}
/* arrow-box End ------------ */

.front-points .icon{
    max-width: 80px;
    max-height: 80px;
    color: #fff;
    text-align: center;
    position: relative;
}
.front-points .icon span{
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    line-height: 26px;
    margin-left: -13px;
    margin-top: -13px;
    z-index: 3;
}
.front-points h2, .common-block .front-points h2{
    font-size: 18px;
    margin-bottom: 4px;
    color: #4d250c;
    font-variant: small-caps;
    font-weight: bold;
    text-align: left;
}
.front-points .descp{
    font-size: 16px;
    line-height: 18px;
    min-height: 36px;
    color: #464646;
    text-align: left;
}
.front-points .descp:after{
    content: "";
    display: inline-block;
    width: 100%;
}
/* Front welcome STRAT ----------- */
.front-welcome{
    color: #333;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    border-left: #cbd7a9 3px solid;
}
.front-welcome p, .front-welcome br{
    margin-bottom: 10px;
}
.front-welcome h3{
    color: #597708;
    font-size: 20px;
    line-height: 24px;
    text-shadow: 0 0 1px rgba(24, 60, 0, .3);
}
.front-welcome a, .front-img-box a{
    font-size: 15px;
    color: #225003;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, .3);
}
.front-welcome a:hover, .front-img-box a:hover{
    color: #288400;
}
.front-welcome ul{
    margin-left: 15px;
    padding-left: 15px;
    text-align: left;
}
/* Front welcome END ----------- */
.front-img-box{
    position: relative;
}
.front-img-box .label-name{
    min-width: 30%;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 3;
    background: url(../images/img-box-back.png) 0 0 repeat;
    padding: 8px 10px 8px 15px;
    color: #fff;
    font-variant: small-caps;
    font-size: 18px;
}
.front-img-box .dscp-box{
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
}

/*panel-prd-box Start--------------*/
.panel-prd-box{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    display:block;
    border:#c5d7b8 1px solid;
    border-top: #c5d7b8 3px solid;
    border-bottom: #87b566 6px solid;
    padding: 0 0 10px 0;
}
.panel-prd-box .imgbox{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}	
.panel-prd-box .imgbox img{
    margin: 0 auto;
}
.panel-prd-box h2{
    font-size: 16px;
    line-height: 22px;
    min-height: 44px;
    text-align: center !important;
    margin: 10px 0 20px 0;
}
.panel-prd-box .input-group-addon{
    background: #5cb85c;
    border: none;
    padding-left: 8px;
    padding-right: 8px;
}
.panel-prd-box .input-group-addon select{
    padding: 0;
    background: #aee1ae;
    border: none;
}
/* panel-prd-box End --------------*/
/* breadcrumb & sub category box --------------*/
.breadcrumb{
    background: #cce0bf;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.breadcrumb a{
    color: #1e340f;
}
.breadcrumb > .active{
    color: #666;
}
.breadcrumb > li + li::before {
    color: #666;
}
.label-default.prd, a .label-default.prd{
    background: #ecf3e9;
    color: #64935b;
    text-decoration: none;
    font-weight: normal;
    line-height: 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: #deeedc 1px solid;
}
a:hover .label-default.prd, .label-default.prd:hover{
    background: #c0ebc1;
    color: #555;
    text-decoration: none !important;
}
/* end --------------*/
ul.pagination li a{
    border-radius:0 !important;	
    -moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
}
.fix-cart strong {
    color: #e48600 !important;
}
.fix-cart a:hover {
    text-decoration: none;
    color: #333;
}
.cart{
    width:96%;
    height:auto;
    overflow:hidden;
    display:inline-block;
}
/** itmdetails ----------------------------------------- */
#container .itmdetails{
    position:relative;
    color:#444;
    line-height:22px;
    font-size:15px;
    text-align: justify;
    word-wrap: break-word;
}
.itmdetails h1{
    font-size:22px;
}
.itmdetails .feature-img{
    position: relative;
    display: block;
    border:#ddd 2px solid;
    padding: 1px !important;
}
.itmdetails .feature-img img{
    margin: 0 auto;
    display: block;
    padding:0;
}
.itmdetails .itm-descp{

}
.itmdetails table {
    border-collapse:collapse;
}
.itmdetails img{
    padding:2px;
    display:block;
}
#prd-gallery img{
    border:2px solid white;
}
#prd-gallery .active img{
    border:2px solid #c4b90a !important;
}
.nopadding{
    padding: 0;
}
.noborder{
    border: 0;
}
.addthis_default_style{
    clear:left;
    width:auto;
    float:left;
    display:block;
    margin:40px 0 0 0;
}
/*  --------------------------------------- */
.nav-style-custom .nav-tabs{
    border: none;
    background: #eee;
    background: -moz-linear-gradient(left,  #ffffff 2%, #cdeb8b 50%, #ffffff 98%);
    background: -webkit-linear-gradient(left,  #ffffff 2%,#cdeb8b 50%,#ffffff 98%);
    background: linear-gradient(to right,  #ffffff 2%,#cdeb8b 50%,#ffffff 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );

    -webkit-box-shadow:inset 0px 0px 0px 15px #fff;
    -moz-box-shadow:inset 0px 0px 0px 15px #fff;
    box-shadow:inset 0px 0px 0px 15px #fff;
}
.nav-style-custom ul.nav-tabs{
    text-align: center !important;
    padding: 0 !important;
    font-size: 0; /* inline-block property containg white spaces between divs,li. this will remove any white space*/
    margin: 0 !important;
}
.nav-style-custom .nav-tabs > li{
    width: auto;
    float: none !important;
    display:inline-block !important;
    *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
    text-align: center;
    margin: 0 !important;
    background: #fff;
    border: #ddd 1px solid;
    font-size: 14px;
    text-transform: uppercase;
}
.nav-style-custom .nav-tabs > li br{
    margin: 0;
    padding: 0;
}
.nav-style-custom .nav-tabs > li span{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #aaa;
}
.nav-style-custom .nav-tabs > li.last{
    border-right-width: 1px;
}
.nav-style-custom .nav-tabs > li a{
    background: none !important;
    border: none !important;
    outline: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; 
    border-radius: 0;
    color: #444;
}
.nav-style-custom .nav-tabs > li:hover, 
.nav-style-custom .nav-tabs > li:hover a{
    background: #48b65a;
    color: #fff;
}
.nav-style-custom .nav-tabs > li:hover a{
    border: none;
}
.nav-style-custom .nav-tabs > li.active span, 
.nav-style-custom .nav-tabs > li:hover span{
    color: #fff;
}
.nav-style-custom .nav-tabs > li.active a{
    background: #48b65a;
    border: none;
    color: #fff;
}
.nav-style-custom .nav-tabs > li.active{
    background: #48b65a;
}
.nav-style-custom .nav-tabs > li.active a:hover{
    background: none; 
    border: none;
    color: #fff;
}
.nav-style-custom .nav-tabs > li.active:hover{
    background: #48b65a;
}
.nav-style-custom .nav-tabs > li.active:before {
    content:"";
    border-color: #48b65a transparent transparent transparent;
    border-style:solid;
    border-width:10px;
    width:0;
    height:0;
    position:absolute;
    bottom:-19px;
    left:50%;
    margin-left: -10px;
    z-index:0;
}
.nav-style-custom .nav-tabs > li.active:after {
    content:"";
    border-color: #ddd transparent transparent transparent;
    border-style:solid;
    border-width:10px;
    width:0;
    height:0;
    position:absolute;
    bottom:-20px;
    left:50%;
    margin-left: -10px;
    z-index:-1;
}
.nav-style-custom .tab-content{
    font-size: 15px;
    color: #444;
    line-height: 22px;
}


.nav-style-custom.theme2 .nav-tabs{
    -webkit-box-shadow:inset 0px 0px 0px 30px #fff;
    -moz-box-shadow:inset 0px 0px 0px 30px #fff;
    box-shadow:inset 0px 0px 0px 30px #fff;
}
.nav-style-custom.theme2 .nav-tabs > li{
    padding: 0 !important;
    margin: 5px 5px 7px 5px !important;
    border-bottom: #89a42b 2px solid;
}
.nav-style-custom.theme2 .nav-tabs > li .wrap-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.nav-style-custom.theme2 .nav-tabs > li .wrap-box .wrap-name{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(85,110,0,0.8);
    top:0;
    left: 0;
    z-index: 10;
}
.nav-style-custom.theme2 .nav-tabs > li .wrap-box p.text{
    margin-top: 10px;
    z-index: 11;
    padding: 5px;
    background: rgba(85,110,0,0.4);
}
.nav-style-custom.theme2 .nav-tabs > li.active .wrap-box .wrap-name, 
.nav-style-custom.theme2 .nav-tabs > li.active .wrap-box .wrap-name:hover{
    background: rgba(0,0,0,0.4);
}
.nav-style-custom.theme2 .nav-tabs > li.active .wrap-box p.text{
    background: rgba(255,255,255,0.8);
}
.nav-style-custom.theme2 .nav-tabs > li .wrap-box .wrap-name:hover{
    background: rgba(85,110,0,0.4);
}
.nav-style-custom.theme2 .nav-tabs > li img{
    max-width: 150px;
}
.nav-style-custom.theme2 .nav-tabs > li.active:before {
    border-color: #89a42b transparent transparent transparent;
}
.nav-style-custom.theme2 .nav-tabs > li a{
    text-shadow: 0 0 1px rgba(150, 150, 150, .3);
    color: #fff;
    word-wrap: break-word;
}
.nav-style-custom.theme2 .nav-tabs > li:hover, 
.nav-style-custom.theme2 .nav-tabs > li:hover a{
    text-shadow: 0 0 1px rgba(0, 0, 0, .3);
}
.nav-style-custom.theme2 .nav-tabs > li.active a{
    color: #111;
    text-shadow: 0 0 1px rgba(0, 0, 0, .3);
}
.nav-style-custom.theme2 .nav-tabs > li.active a:hover{
    color: #111;
}
.nav-style-custom.theme2 .tab-content{
    font-size: 16px;
    text-align: justify;
}
.nav-style-custom.theme2 .tab-content .btn{
    border-bottom-width: 3px;
}


/*  --------------------------------------- */

/** news-events ------------------- */
.stButton .chicklets, .stButton .chicklets.email{
    color: #888;
}
.news-events{
}
.news-events .newsbox{
    padding-bottom: 25px;
    border: #fff 1px solid;
    border-bottom:#ccc 1px dashed;
}
.news-events .newsbox:hover{
    background: #eee;
    border:#ddd 1px solid;
}
.news-events .newsbox h2{
    font-size:17px;
    text-align:left;
    font-weight: bold;
    color: #555;
}
.newsbox .news-content{
    width:98%;
    height:auto;
    overflow:hidden;
    display:block;
    margin: 0 auto;
    font-size:15px;
    line-height:20px;
    color:#666;
    text-align:justify;
}
.newsbox .news-content br{
    margin-bottom:10px;
}
.newsbox .news-content .datetag{
    font-size:11px;
    color:#999;
    font-style:italic;
    text-align: right;
    margin-right: 2px;
}
.newsbox .news-content ul, .newsbox .news-content ol{
    padding-left: 15px;
    margin-left: 10px;
}
.newsbox .img{ 
    margin:10px 0 10px 0;
}
/*  --------------------------------------- */

/** Contact Start */
#contact-us h1, #contact-us h2{
    color: #1f330d;
    text-shadow:0px 0px 1px rgba(51, 30,21, 0.6);
}
#contact-us .contact-info ul{}
#contact-us .contact-info ul li{
    margin-bottom: 2%;
}
#contact-us .contact-info ul li label {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    color: #444;
    font-weight: bold;
}
#contact-us .contact-info ul li.h1{
    font-size: 16px;
    color: #314a1b;
}
#contact-us .contact-info ul li label>span {
    width: 20px;
    display: inline-block;
    margin:0 0 0 12px;
}
#contact-us .contact-info ul li>span {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    display: inline-block;
    color: #5f5f5f;
    font-size: 14px;
    margin:0 0 0 32px;
}
#contact-us .contact-info ul li>span>a {
    text-decoration: none;
    color: #5f5f5f;
    font-weight: 500;
}
#contact-us .contact-info ul li>span>a:hover {color: #333;}

#map {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border: #EEE 2px solid;
}
#contact-us .form-control{
    border: #c4cebb 1px solid;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
#contact-us .input-group-addon{
    background: #ccd4c5;
    border: #c4cebb 1px solid;
    color: #38452c;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
#contact-us .form-group .bootstrap-select.btn-group{
    border: none;
}
#contact-us textarea{
    min-height:140px;
    /* resize:none;*/
}
#contact-us .btn-success{
    background:#1b3500;
    border: #224300 1px solid;
}
#contact-us .btn-success:hover{
    background:#2a5400
}
p#SkypeButton_Call_paraElement{
    width: 100% !important;
    height: 40px;
    position: relative;
}
#SkypeButton_Call img{
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: 0 !important;
}

/* contact-about Start ------------ */
.contact-about {
    width:100%;   
    height:auto;
    border-bottom:1px solid #ccc;
    background:#fff;
    padding: 25px 20px 25px 20px;
    font-size: 25px;
    color: #666;
    line-height: 31px;
    text-align: justify;
    font-variant: small-caps;
}
.contact-about:before {
    content:"";
    border-color: #fff transparent transparent transparent;
    border-style:solid;
    border-width:12px;
    width:0;
    height:0;
    position:absolute;
    bottom:-23px;
    left:50%;
    margin-left: -6px;
    z-index:1;
}
.contact-about:after {
    content:"";
    border-color: #ccc transparent transparent transparent;
    border-style:solid;
    border-width:12px;
    width:0;
    height:0;
    position:absolute;
    bottom:-24px;
    left:50%;
    margin-left: -6px;
}

.contact-about h1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px !important;
    color: #39442e;
    text-shadow:0px 0px 1px rgba(50, 50, 50, 0.6);
}
.contact-about h3, .contact-about h4{
    text-align: center;
    text-shadow:0px 0px 1px rgba(40, 40, 40, 0.5);
}
.contact-about h4{
    color: #3a4d26;
    font-weight: bold;
}
.contact-about a{
    color: #666;
    text-decoration: none;
}
.contact-about .btn{
    float:none;
    margin: 0 auto;
    display: block;
}
/** Contact End */
/* footer --------------------------------------- */
#footer{
    width:100%;
    height:auto;
    overflow:hidden;
    display:block;
    margin:0 auto;
    /*    border-top:#091200 1px solid;*/
    background:#384909;
}
#footer .side-menu ul{
    width:100%;
    height:auto;
    overflow:hidden;
    margin: 15px 0 15px 0;
    display: block;
}
#footer .side-menu ul.dark-color, #footer .side-menu.dark-color{
    background: #212f01;
}
#footer .side-menu ul.last{
    border-right:none;
    margin:10px 0 10px 0.5%;
}
#footer .side-menu ul li{
    width:96%;
    height:auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom:5px;
    padding-left:4%;
    font-size:15px;
    line-height:20px;
    color:#eee;
    text-shadow:0 0 1px rgba(50, 50, 50,.1);
}
#footer .side-menu ul li a{
    color:#eee;
    text-decoration: none;
}
#footer .side-menu ul li a:hover{
    color:#90a725;
}
#footer .side-menu ul li.h1{
    font-size: 18px;
    line-height:22px;
    color:#fff;
    text-shadow:0 0 1px rgba(50, 50, 50,.2);
    padding-left:0;
    font-weight: bold;
    margin-top: 30px;
}
#footer .side-menu ul li.h2{
    font-size: 16px;
    line-height:18px;
    color:#b9ceae;
    text-shadow:0 0 1px rgba(50, 50, 50,.2);
    padding-left:0;
    font-weight: bold;
    margin-top: 15px !important;
}
#footer .side-menu ul li span{
    font-size: 15px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    float: left;
}
#footer .side-menu ul li span.d-line{
    height: 36px;
}
#footer .side-menu ul li .glyphicons, #footer .side-menu ul li label {
    float: left;
}

#footer .copyright{
    width:100%;
    background: #212f01;
    overflow:hidden;
    font-size:15px;
    color:#999;
    text-shadow:0 0 1px rgba(150, 150, 150, .1);
    line-height:25px;
}
#footer .copyright .text-right{
    text-align: right;
}
#footer .copyright a{
    color: #ff1010;
    text-shadow:0 0 1px rgba(255,16,16, .1);
    text-decoration: none;
}
#footer .copyright a:hover{
    color: #ff1919;
}
/* --------------------------------------- */

@media (min-width: 1200px) {
    .col-lg-pdn-left-0{
        padding-left:0 !important;
    }
    .col-lg-pdn-right-0{
        padding-right:0 !important;
    }
    .col-lg-pdn-both-0{
        padding-left:0 !important;
        padding-right:0 !important;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-pdn-left-0{
        padding-left:0 !important;
    }
    .col-md-pdn-right-0{
        padding-right:0 !important;
    }
    .col-md-pdn-both-0{
        padding-left:0 !important;
        padding-right:0 !important;
    }

    #header .sitename{
        font-size:24px;
        line-height: 26px;
    }

    #wrapper #front-slider.padding{
        padding-bottom: 90px;
    }

    #header .sitename{
        font-size:24px;
        line-height: 26px;
    }
    .col-sm-offset-4-5{
        float: left;
        margin-left: 37.5%;
    }  
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-pdn-left-0{
        padding-left:0 !important;
    }
    .col-sm-pdn-right-0{
        padding-right:0 !important;
    }
    .col-sm-pdn-both-0{
        padding-left:0 !important;
        padding-right:0 !important;
    }

    .navbar {
        font-size: 14px;
    }
    #header .sitename{
        font-size:22px;
        line-height: 24px;
    }


    #feature-box {
        font-size: 22px;
        line-height: 26px;
    }

    .front-img-box .label-name{
        min-width: 40%;
        font-size: 16px;
    }

    .col-sm-offset-4-5{
        float: left;
        margin-left: 37.5%;
    }
}
@media (min-width: 768px) and (max-width: 820px) {
    .navbar {
        font-size: 13px;
    }
    .navbar-collapse{
        padding-right: 0;
    }
    #header .sitename{
        font-size:20px;
        line-height: 22px;
    }
    #short-links ul li a{
        font-size: 12px;
    }

    #feature-box {
        font-size: 22px;
        line-height: 26px;
    }

    .front-img-box .label-name{
        min-width: 40%;
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .navbar-collapse{
        padding-left: 0;
    }
    .one .all-wrapper{
        top: 85% !important;
    }
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
}
@media (max-width: 767px) {
    .col-xs-pdn-left-0{
        padding-left:0 !important;
    }
    #wrapper #container.color, #wrapper .others.color, #wrapper .container-fluid.color, #wrapper .container.color{
        background:#fff;
    }
    #wrapper #container.color2, #wrapper .others.color2, #wrapper .container-fluid.color2, #wrapper .container.color2{
        background:#fff;
    }
    .navbar-inverse .navbar-nav > li > a {
        border-right: none;
    }
    .navbar {
        font-size: 13px;
    }
    #slider-thumbs .thumbnail{
        margin: 5px;
    }

    #header{
        position: relative !important;
        width: 100% !important;
    }
    #header .sitename{
        font-size:22px;
        line-height: 25px;
    }
    .logo{
        max-width: 110px;
    }
    #short-links ul li a{
        font-size: 12px;
    }
    #footer .media-32, #footer .media-24{
        text-align: center;
    }
    .media-24.withlabel a{
        text-align: center;
    }
    .media-24.withlabel .media-icn{
        float: none;
        margin: 0 auto;
    }
    .one .all-wrapper{
        top: 75% !important;
    }
    .one .lefttitle{ 
        height: 100px !important;
        line-height: 100px !important; font-size: 60px !important;
    }
    .one .btn{
        height: 100px !important;
        font-size: 42px !important;
        line-height: 90px !important;
    }

    #wrapper #front-slider.padding{
        padding-bottom: 40px;
    }

    .arrow-box h1{
        font-size: 24px;
        line-height: 28px;
    }
    .arrow-box{
        font-size: 15px;
    }

    #feature-box {
        font-size: 20px;
        line-height: 24px;
    }

    .front-img-box .label-name{
        font-size: 16px;
    }

    .common-block h1, .front-welcome h3 {
        font-size: 22px;
        text-align: left;
    }

    .nav-style-custom.theme2 .nav-tabs > li{
        max-width: 100px !important;
    }

    #footer .side-menu ul{
        margin-top: 2%;
    }
    #footer .side-menu ul li{
        text-align: center;
    }
    #footer .side-menu ul li span{
        display: none;
    }
    #footer .side-menu ul li{
        padding-left: 0;
    }

}

@media (min-width: 479px) and (max-width: 767px){
    .col-xs-pdn-left-0{
        padding-left:0 !important;
    }
    .col-xs-pdn-right-0{
        padding-right:0 !important;
    }
    .col-xs-pdn-both-0{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .col-xs-text-center{
        text-align: center !important;
    }
    .col-xs-text-center img{
        display: block !important;
        margin: 0 auto !important;
    }

}

@media (max-width: 480px) {
    .col-xxs-pdn-left-0{
        padding-left:0 !important;
    }
    .col-xxs-pdn-right-0{
        padding-right:0 !important;
    }
    .col-xxs-pdn-both-0{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .col-xxs-offset-0{
        margin-left: 0 !important;
    }
    .col-xxs-full-width{
        width: 100% !important;
    }
    .hidden-xss{
        display: none !important;
    }
    .visible-xss{
        display: block !important;
    }
    .col-xxs-text-center{
        text-align: center !important;
    }
    .col-xxs-text-center img{
        display: block;
        margin: 0 auto !important;
    }

    .navbar-brand{
        display: block;
    }
    #short-links {
        text-align: center;
        margin: 15px 0 10px 0 !important;
    }
    #header .sitename{
        font-size:19px;
        line-height: 22px;
    }
    .hotline{
        font-size:18px;
        line-height: 22px;
    }
    .hotline .text{
        font-size: 20px;
    }
    #header .media-32{
        text-align: center;
    }

    #wrapper #front-slider.padding{
        padding-bottom: 30px;
    }
    .arrow-box, .arrow-box.light {
        font-size: 14px;
    }
    .arrow-box.right:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(116, 92, 77, 0);
        border-top-color: #4c7437;
        border-width: 10px;
        margin-left: -10px;
        margin-top: auto !important;
    }

    #container .front-pro-items .itm-name{
        font-size: 17px;
        line-height: 24px;
    }

    .media-64 .media-icn.fb{
        background:url(../images/social_icon_48x48.png) 0 0 no-repeat;
    }
    .media-64 .media-icn.fb:hover{
        background-position:0 -48px;
    }
    .media-64 .media-icn.tw{
        background:url(../images/social_icon_48x48.png) -48px 0 no-repeat;
    }
    .media-64 .media-icn.tw:hover{
        background-position:-48px -48px;
    }
    .media-64 .media-icn.gp{
        background:url(../images/social_icon_48x48.png) -96px 0 no-repeat;
    }
    .media-64 .media-icn.gp:hover{
        background-position:-96px -48px;
    }
    .media-64 .media-icn.ut{
        background:url(../images/social_icon_48x48.png) -144px 0 no-repeat;
    }
    .media-64 .media-icn.ut:hover{
        background-position:-144px -48px;;
    }

    #feature-box {
        font-size: 18px;
        line-height: 22px;
    }

    .front-welcome h3{
        font-size: 20px;
        text-align: center;
    }

    .front-img-box .label-name{
        min-width: 40%;
        font-size: 15px;
    }

    .contact-about h1 {
        font-size: 26px !important;
        text-shadow:0px 0px 1px rgba(50, 50, 50, 0.3);
    }
    .contact-about h3, .contact-about h4{
        font-size: 19px;
        text-align: center;
    }
    .contact-about h4{
        font-size: 16px;
        color: #3a4d26;
        font-weight: bold;
    }

    .common-block{
        font-size: 15px;
        line-height: 20px;
    }
    .common-block h1{
        font-size: 20px;
        text-align: center;
    }
    .common-block h2{
        font-size: 18px;
        text-align: center;
    }

    .nav-style-custom.theme2 .nav-tabs > li{
        max-width: 90px !important;
    }

    /* media share button */
    .stButton .chicklets{
        font-size: 0px !important;
    }
    .stButton .chicklets.email{
        display: none;
    }
}

/* code for bootstrap level 2 and 3 menu --------------------------- */
@media (min-width: 768px) {
    #menu-top .dropdown-menu:after, 
    #menu-top .dropdown-menu:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    #menu-top .dropdown-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 7px;
        left: 50%;
        margin-left: -7px;
    }
    #menu-top .dropdown-menu:before {
        border-color: rgba(31, 77, 0, 0);
        border-bottom-color: #1f4d00;
        border-width: 8px;
        left: 50%;
        margin-left: -8px;
    }
    /* --------------- */

    .nav-style-custom.theme2 .nav-tabs > li a{
        font-family: 'Lato';
    }
}

/* code for bootstrap level 2 and 3 menu --------------------------- */
/* code for bootstrap level 2 and 3 menu --------------------------- */
/* #menu-top adding for avoid conflict with .selectpicker */
#menu-top .dropdown:hover .dropdown-menu {
    margin-top: 0; /* remove the gap so it doesn't close */
}
#menu-top .dropdown-menu > li{
    padding-left: 3px;
}
#menu-top .dropdown-menu > li > a{
    color: #444 !important;
    padding: 6px 15px 6px 15px;
    border-left: transparent 3px solid;
}
#menu-top .dropdown-menu > li > a:hover {
    background: #fff !important;
    border-left: #4d8900 3px solid;
    color: #4d8900 !important;
}
#menu-top .dropdown-submenu {
    position: relative;
}
#menu-top .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
#menu-top .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
#menu-top .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
#menu-top .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
#menu-top .dropdown-submenu.pull-left {
    float: none;
}
#menu-top .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* ---------------------- --------------------------- */

.underconstrauction{
    width: 460px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -165px;
    margin-left: -245px;
    padding: 15px;
    background: rgba(255,255,255,0.7);
    z-index: 99999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}