@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url("prettyPhoto.css");
@import "font-awesome.min.css";
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../fonts/roboto-condensed-light.woff2") format("woff2"), url("../fonts/roboto-condensed-light.woff") format("woff");
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed.woff2") format("woff2"), url("../fonts/roboto-condensed.woff") format("woff");
}

* { margin:0; padding:0; }

body { color:#FFFFFF; background: #fff; font-family:"Roboto Condensed",Arial,Helvetica,sans-serif; line-height:22px; position:relative; font-size:19px; font-weight:100; }
.entry-header{color:#000;}
.top-header {background: #ed1c22;padding:5px 0;display: block;}
.top-header .socials {overflow: hidden;padding-top: 1px;}
.top-header .socials .fa {left: 0;position: inherit;}
.top-header .socials a {
    background-color: #fff;
    border-radius: 50%;
    color: #231f20!important;
    display: block;
    float: left;
    font-size: 17px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
    }
.top-header .socials a:hover {background-color: #000000;color: #fff !important;text-decoration: none;}
.top-header .socials a + a {margin-left: 4px;}
.top-header a{ color:#FFF;}
.top-header ul.social li { float:left; margin:0 5px 0 0; }
.top-header .phone {text-align:right;font-size: 20px;}

.main-header { min-height:84px; position:relative; background:#fff; padding:5px 0; }
.main-header .shadow{ width:100%; background:url(../images/hd_shadow.png) repeat-x 0 0; position:absolute; bottom:-10px; left: 0px; height: 10px; z-index: 9999; }
.main-header .logo img {  }
.main-header .mid { float: left; width: 300px; color: #eb4e01; font-size: 18px; font-weight: 100; margin: 15px 0 0 120px; }
.main-header .rgt { float: right; margin-right:0px; margin-top: 5px; }
.main-header .rgt ul { list-style:none; float: right; margin:15px 0 0 0; }
.main-header .rgt ul li { float: right; padding:0; font-size: 15px; line-height: 18px; color: #333333; margin:0 0px 0 10px; }
.main-header .rgt ul li:last-child { margin:0; }
.main-header .rgt ul li a {display:block;border-radius:10px;background: #ed1c22;color:#fff;padding:10px 18px 10px 40px;font-size:18px;position:relative;}
.main-header .rgt ul li a:before { content: "\f003"; left: 12px; position: absolute; font-family: 'FontAwesome'; font-size:1em; }
.main-header .rgt ul li a.mobile:before { content: "\f10b"; font-size:1.8em; left:16px; }
.main-header .rgt ul li a:hover { text-decoration:underline; }

.main-nav {position:relative;background: #121312;}
.main-nav nav { }
.main-nav nav ul.menu { margin: 0px; padding: 0px; }
.main-nav nav ul.menu li {list-style:none;float: left;position:relative;border-right: 1px solid #DA251C;}
.main-nav nav ul.menu li a { display:block; padding: 0 16px; color:#fff; line-height:48px; }
.main-nav nav ul.menu li > ul { background: #232323; display: none; position: absolute; width: 230px; }
.main-nav nav ul.menu li > ul li { left: 0; z-index:100; float:none;  border-right:0; border-bottom:1px solid #141414; }
.main-nav nav ul.menu li > ul li a { padding:0 0 0 20px; display:block; line-height:36px; font-size:16px; background:#232323; }
.main-nav nav ul.menu li:hover > ul { display:block; }
.main-nav nav ul.menu li a:hover, .main-nav nav ul.menu li a.active { background:#DA251C; text-decoration: none; }

.nav .menu { background-image: url(../images/nav_bg.jpg); background-repeat: repeat-x; background-position: center bottom; margin: 0; float: left; border-radius:3px; padding: 0 5px; }
.nav .menu ul { list-style-type: none; margin: 0px; padding: 0px; }
.nav .menu ul li { float: left; padding: 0 18px; display: block; background:url(../images/nav_line.png) no-repeat right center; }
.nav .menu ul li.last { padding-right:0; background:none; }
.nav .menu ul li a { color: #FFFFFF; text-decoration: none; font-size:16px; display: block; line-height: 40px; font-weight: 100; text-shadow: 0 1px 0 #00142c; font-family: Arial, Helvetica, sans-serif; }
.search-box { float:right; margin:8px 0 0px; }
.search-box input { float:left; border:0; height:30px; color:#555; padding:0 8px; font-size:16px; }
.search-box button.btn { border-radius:0; position:relative; float:left; padding:0; border:0; width:34px; height:30px; background:#be2a11; }
.search-box button.btn:before { content: "\f002"; left: 10px; top:5px; position: absolute; font-family: 'FontAwesome'; font-size:1em; color:#fff; }



.main-banner { border-bottom: 0px solid #acaba9; border-top: 0px solid #acaba9; position: relative; margin-bottom: 0; }
.main-banner > .left-section { padding:0; min-height:420px; }
.main-banner > .left-section > #master0 { width:100%!important; }
.main-banner > .right-section { min-height:420px; position:relative; bottom:0; padding:14px 40px; color:#323232; border-top: 1px solid #CCCCCC; -webkit-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.20) inset; -moz-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.20) inset; box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.20) inset; }
.main-banner > .right-section h3 {padding: 0px 0px 7px 0px;font-weight:100;color: #ed1c22;font-size:25px;margin: 0 0 5px;border-bottom: 1px dotted #9f9f9f;}
.main-banner > .right-section h3 span { color:#555; }
.main-banner > .right-section p { font-size:17px; }


.banner-box { position: relative; padding:0; width:100%; overflow:hidden; float:left; }
.banner-box #slides { margin:0; }
.banner-box #slides li { list-style: none; width:675px; }
.banner-box #slides li > .content { width:100%; }
.banner-box #slides li > .content .img-box { width:100%; position:relative; }
.banner-box #slides li > .content .img-box a { display:block; }
.banner-box #slides li > .content .img-box img { width:100%; }
.banner-box #slides li > .content .img-box span { background: rgba(0, 0, 0, 0.6); bottom: 0; display: block; min-height: 70px; position: absolute; width: 100%; padding:10px; }
.banner-box #slides li > .content .img-box span h3 { margin:0; font-size:21px; font-weight:400; }
.banner-box #slides li > .content .img-box span p {margin:0;font-size: 20px;}
.banner-box .prev, .banner-box .next { position: absolute; top:32%; outline: 0; display:none; background:url(../images/slider1-controls.png) no-repeat 0 -100px; width:30px; height:100px; text-indent:-9999px; }
.banner-box .prev { left:0; }
.banner-box .next { right:0; background-position:right -100px; }
.banner-box .prev:hover { background-position:left 0px; }
.banner-box .next:hover { background-position:right 0px; }
.banner-box:hover .prev, .banner-box:hover .next { display:block; }
.banner-box .bx_pager { display:block; position:absolute; bottom:80px; }


.slides1_wrap { position: relative; padding:10px 0; width:100%; overflow:hidden; float:left; }
#slides1 { overflow: hidden; height:auto; }
#slides1 li { list-style: none; width:595px; }
#slides1 .content { float: left; padding:0 30px; }
#slides1 .content .img-box {float: left;margin-right:25px;border: 1px solid #ccc7c7;width:255px;min-height:150px;padding:2px;text-align:center;}
#slides1 .content .img-box:last-child { margin:0; }
#slides1 .content .img-box img { width:100%; }
#slides1 .content .img-box span {color: #2d2c2c;display: block;font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;font-size: 15px;font-weight: 400;padding-bottom: 5px;}
.slides1_wrap .prev { position: absolute; left:0px; top:110px; outline: 0; }
.slides1_wrap .next { position: absolute; right:0px; top:110px; outline: 0; }
.slides1_wrap a:active { top:110px; }
.bx_pager { padding-left: 309px; padding-top: 15px; display:none; }
.bx_pager a { float: left; background:#fff url(../images/slider1-controls.png) no-repeat -20px -201px; width: 14px; height: 14px; color: #fff; margin:0 6px 5px 0; padding: 4px 0 0 7px; text-indent:-9999px; border-radius:50%; }
.bx_pager a:hover, .bx_pager a.active { background-position:-2px -201px; text-decoration: none; }
.auto_controls { position: absolute; bottom: -11px; left: 394px; display:none; }
.auto_controls a { font-size: 16px; color: #a3a3a3; outline: 0; padding: 2px; }
.auto_controls a:hover { text-decoration: none;	 background: ; color: #e41996; }


.container .latest-product h2 {padding: 0px 0px 7px 0px;font-weight:100;color: #ed1c22;font-size:25px;margin: 0 0 15px;border-bottom: 1px dotted #9f9f9f;}
.container .latest-product h2 span { color:#555; }
.latest-product {}
.latest-product .pro-list{ padding:0 10px; margin-bottom: 20px; }
.latest-product .pro-list .inner{ padding:10px; height:380px; -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40); box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40); /*min-height:300px; max-height:300px;*/ overflow:hidden; }
.latest-product .pro-list .inner h2 {padding: 0px 0px 4px 0px;font-weight:400;color: #4e4e4e;font-size: 16px;margin: 0 0 10px;border-bottom: 1px dotted #aaa;}
.latest-product .pro-list .inner h2 span { color:#333333; padding: 0px 0px 8px 0px; font-weight:normal; font-size:18px; }
.latest-product .pro-list .inner img { width:100%; margin-bottom:5px; }
.latest-product .pro-list .inner p{ color:#5f5f5f; margin-bottom:5px; color:#505050; padding:0; margin:0 0 15px; list-style:none; font-size:15px; line-height:20px; max-height:82px; overflow:hidden; height:82px; }
.latest-product .pro-list .inner a.btn {color:#fff;background: #ed1c22;margin:0 10px 0 0;float:left;}
.latest-product .pro-list .inner ul { margin:10px 0 0 0px; }
.latest-product .pro-list .inner ul li { color:#505050; padding:0; margin:0; list-style:none; font-size:16px; line-height:1.5 }
.latest-product .pro-list .inner ul li strong { font-weight:400; }
.latest-product .pro-list .inner .product-info{ margin-bottom:-50px; float: left;
  width: 100%;
  padding-left: 10px;
  padding-top: 5px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.latest-product .pro-list .inner:hover .product-info { margin-bottom:0; margin-top:-50px;  }
.pro-high { margin:0 0 20px; }
.pro-high h2 { margin:0 0 0 22px; padding:0 0 8px; font-weight:100; font-size:28px; text-align:center; color:#353535; }
.pro-high h2 strong { font-weight:400; }
.pro-high a.btn { background:#DA251C; color: #fff; display: block; float: inherit; font-size: 18px; font-weight: 400; margin: 10px auto 0; width: 180px; }
.contact-container {color:#000;position:inherit!important;margin-top: 40px;}
.contact-container a{ color:#FFF;}
.contact-container > .lft { padding:0; background:#303030; min-height:360px; padding:50px 100px 0 80px; }
.contact-container > .lft h3 { border-bottom: 1px dotted #fff; color: #fff; margin: 0 0 10px; padding: 0 0 5px; }
.contact-container > .lft input { float:left; width:45%; margin:0 5% 10px 0; border-radius:0; }
.contact-container > .lft textarea { float:left; width:95%; margin:0 5% 10px 0; border-radius:0; }

.contact-container > .rgt { background:#000; color: #fff; margin: 0; min-height: 360px; padding: 20px 40px 0; position:relative; }
.contact-container > .rgt:before { position:absolute; content:''; border-bottom: 360px solid #030303; border-left: 140px solid transparent; position: absolute; z-index: 2000; left:-140px; top:0; }
.contact-container > .rgt ul { list-style:none; margin:0; }
.contact-container > .rgt ul li { padding:0 0 0 20px; position:relative; }
.contact-container > .rgt ul li.address:before {content: "\f041";left: -10px;top:5px;position: absolute;font-family: 'FontAwesome';font-size:1.5em;color: #ed1c22;}
.contact-container > .rgt ul li.phone:before {content: "\f095";left: -10px;top:5px;position: absolute;font-family: 'FontAwesome';font-size:1.2em;color: #ed1c22;}
.contact-container > .rgt ul li.fax:before { content: "\f1ac"; left: -10px; top:5px; position: absolute; font-family: 'FontAwesome'; font-size:1.2em; color:#c20000;  }
.contact-container > .rgt ul li.email:before {content: "\f003";left: -10px;top:5px;position: absolute;font-family: 'FontAwesome';font-size:1em;color: #ed1c22;}
.contact-container > .rgt ul li a.btn {background: #ed1c22;color:#fff;margin:0 10px 0 0;float:left;font-size:16px;}


footer {background: #ed1c22;}
footer h3 { color:#fff !important; font-size:20px!important; font-weight:100!important; border-bottom: 1px solid!important; padding-bottom: 5px!important; margin:20px 0 10px 0!important; }
footer p { font-size:17px; }
footer ul{ list-style:none; margin:0 0 0 10px; border-left:1px solid #fff; }
footer ul li{ line-height:22px; background:url(../images/arrow.png) no-repeat 0px 10px; margin-bottom:3px; padding: 2px 0 2px 12px; font-size:16px; color: #014592; }
footer ul li a{ color:#FFFFFF; }
footer ul li a:hover,
footer ul li a:focus {
  color: #fff;
  text-decoration: underline;
}
footer ul li a:hover{ color:#FFFFFF; }
footer .pro-list { padding:0 10px; }
footer .pro-list ul{ list-style:none; margin:0 0 20px 10px; border-left:1px solid #fff; float:left; width:47%; }
footer .pro-list ul li{ line-height:22px; background:url(../images/arrow.png) no-repeat 0px 10px; margin-bottom:3px; padding: 2px 0 2px 12px; font-size:16px; color: #014592; }
footer .pro-list ul li a{ color:#FFFFFF; }
footer .pro-list ul li a:hover{ color:#FFFFFF; }
footer a { color: #fff; text-decoration: none; }
footer a:hover { color: #333333; text-decoration: underline; }
footer .copyright {background:#fff;color: #00397e;padding: 15px;font-size:14px;margin-top: 10px;}
footer .copyright .lft { color:#333333; float:left; }
footer .copyright .rgt { color:#333333; float:right; }
footer .copyright .rgt a { color: #333; text-decoration: none; }
footer .copyright .rgt a:hover { color: #be2a11; text-decoration: underline; }


ul.list_1{ list-style:none; margin-top:10px; }
ul.list_1 li{ line-height:20px; font-weight:700; margin-bottom:3px; padding: 5px 0 5px 4px; border-bottom: 1px dotted #CCCCCC; color: #555; }

ol.list_3{ list-style:none; margin-top:5px; }
ol.list_3 li{ line-height:20px; background:url(../images/arrow2.png) no-repeat 4px 10px; margin-bottom:3px; padding: 5px 15px 5px 20px; border-bottom: 1px dotted #CCCCCC; color: #5B5B5B; }

ul.list_2{ list-style:none; margin: 10px 0 20px; float: left; margin-right: 30px; }
ul.list_2 li{ line-height:24px; background:url(../images/arrow2.png) no-repeat 4px 8px; margin-bottom:0px; padding: 0px 0 0px 20px; color: #014592; }



.inner-cont { color:#323232; padding-bottom: 20px;}
.inner-cont h2 { padding: 0px 0px 7px 0px; font-weight:100; color:#be2a11; font-size:25px; margin: 0 0 15px; border-bottom: 1px dotted #9f9f9f; }
.inner-cont h2 span { color:#555; }
.inner-cont p { font-size:17px; color:#323232; }
.inner-cont .pro-list > ul { list-style:none; padding:0; margin:0 0 10px 10px; font-size:17px; }
.inner-cont .pro-list > ul li {list-style:none;padding: 0 0 5px 0px;margin:0;position:relative;}
.inner-cont .pro-list > ul li:before {content: "\f105";left: -16px;top:0;position: absolute;font-family: 'FontAwesome';font-size:1em;color:#c20000;}
.inner-cont .lft-list { display:block; border-right:1px solid #dfdfdf; }
.inner-cont .lft-list ul.list_nav { display:block; margin-bottom:40px; }
.inner-cont .lft-list ul.list_nav li { list-style:none; }
.inner-cont .lft-list ul.list_nav li a { display:block; border-bottom:1px dotted #9f9f9f; padding:0 0 0 24px; font-size:17px; line-height:2; color:#555; text-decoration:none; position:relative; font-weight:500;  }
.inner-cont .lft-list ul.list_nav li a:before { content: "\f105"; left: 8px; top:4px; position: absolute; font-family: 'FontAwesome'; font-size:0.8em; color:#c20000; }
.inner-cont .lft-list ul.list_nav li a:hover { color:#DA251C;}
.inner-cont .product-box .pro-lft { }
.inner-cont .product-box .pro-lft a.btn { background: #d00202; color: #fff; display: block; font-size: 17px; margin:0 auto 20px; width:160px; background: #d4d4d4; border: 1px solid #fff; border-radius: 5px; box-shadow: 2px 2px 1px #c0c0c0; color: #2f2f2f; padding: 10px 20px 10px 34px; text-shadow: 1px 1px #e8e8e8; position:relative; }
.inner-cont .product-box .pro-lft a.btn:before { content: "\f156";background: #c20000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 30px;
    font-weight: 100 !important;
    height: 46px;
    left: -20px;
    line-height: 46px;
    position: absolute;
    text-shadow: 0 0 #e8e8e6;
    top: 0;
    width: 46px; }
.inner-cont .product-box .pro-lft img { width:100%; padding:3px; border:1px solid #ccc; margin-bottom:20px; }

.inner-cont .product-box .pro-rgt h5 { padding: 0px 0px 5px 0px; font-weight:100; color:#be2a11; font-size:21px; margin: 0 0 15px; border-bottom: 1px dotted #9f9f9f; }
.inner-cont .product-box .pro-rgt ul { }
.inner-cont .product-box .pro-rgt ul li { list-style:none; font-size:17px; padding:0 0 0 20px; position:relative; }
.inner-cont .product-box .pro-rgt ul li:before { content: "\f105"; left: 5px; top:0px; position: absolute; font-family: 'FontAwesome'; font-size:0.8em; color:#c20000; }

.inner-cont .product-box .pro-rgt table { width:100%; font-size:15px; border:1px solid #ccc; margin-bottom:10px; }
.inner-cont .product-box .pro-rgt table td { padding:5px 10px; border:1px solid #ccc; }
.inner-cont .product-box .pro-rgt table td b,
.inner-cont .product-box .pro-rgt table td strong { font-weight:400; }
.inner-cont .product-box .pro-rgt a.btn { background: #d00202; color: #fff; display: block; font-size: 17px; margin-bottom: 20px; width: 200px; }



a.meanmenu-reveal { display: none; }

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {float: left;width: 100%;position: relative;background: #000; padding: 0;min-height: 42px;z-index: 999; }
.mean-container a.meanmenu-reveal {width: 22px;height: 22px;padding: 13px 13px 11px 13px;position: absolute;top: 0;right: 0;cursor: pointer;color: #fff;text-decoration: none;font-size: 16px;text-indent: -9999em;line-height: 22px;font-size: 1px;display: block;font-family: Arial, Helvetica, sans-serif;font-weight: 700; }
.mean-container a.meanmenu-reveal span {display: block;background: #fff;height: 3px;margin-top: 3px; }
.mean-container .mean-nav {float: left;width: 100%;background: #232323;margin-top: 44px; }
.mean-container .mean-nav ul {padding: 0;margin: 0;width: 100%;list-style-type: none; font-size:15px; }
.mean-container .mean-nav ul li {position: relative;float: left;width: 100%; }
.mean-container .mean-nav ul li a {display: block;float: left;width: 90%;padding: 8px 5%;margin: 0;text-align: left;color: #fff;border-top: 1px solid #383838;border-top: 1px solid rgba(255,255,255,0.5);text-decoration: none;text-transform: uppercase; }
.mean-container .mean-nav ul li li a {width: 80%;padding: 8px 10%;border-top: 1px solid #f1f1f1;border-top: 1px solid rgba(255,255,255,0.25);opacity: 0.75;filter: alpha(opacity=75);text-shadow: none !important;visibility: visible; }
.mean-container .mean-nav ul li.mean-last a {border-bottom: none;margin-bottom: 0; }
.mean-container .mean-nav ul li li li a {width: 70%;padding: 8px 15%; }
.mean-container .mean-nav ul li li li li a {width: 60%;padding: 8px 20%; }
.mean-container .mean-nav ul li li li li li a {width: 50%;padding: 8px 25%; }
.mean-container .mean-nav ul li a:hover {background: #252525;background: rgba(255,255,255,0.1); }
.mean-container .mean-nav ul li a.mean-expand {margin-top: 1px;width: 26px;height: 14px;padding: 12px 5px !important;text-align: center;position: absolute;right: 0;top: 0;z-index: 2;font-weight: 100;background: rgba(255,255,255,0.1);border: none !important;border-left: 1px solid rgba(255,255,255,0.4) !important;border-bottom: 1px solid rgba(255,255,255,0.2) !important; line-height:14px; }
.mean-container .mean-nav ul li a.mean-expand:hover {background: rgba(0,0,0,0.9); }
.mean-container .mean-push {float: left;width: 100%;padding: 0;margin: 0;clear: both; }
.mean-nav .wrapper {width: 100%;padding: 0;margin: 0; }
.mean-container .mean-bar, .mean-container .mean-bar * {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box; }
.mean-remove {display: none !important; }


.ui-widget-overlay { position:fixed;top:0;left:0;width:100%; min-height:100%; z-index:1000; display:none; }
.ui-widget-overlay { background:#000;-webkit-opacity:.7;-moz-opacity:.7;-khtml-opacity:.7;opacity:.7;filter:Alpha(Opacity=70);}
.overlay_popup { width:50%; top:20%; left:25%; position:absolute; background:#fff; min-height:360px; border-radius:10px; }
.enquiry-popup { position: fixed; top: 80px; width: 100%; z-index: 9999; }
.enquiry-popup > .box { background:#fff; width:800px; margin:auto; min-height:100px; border:5px solid rgba(0, 0, 0, 0.9); padding:15px; border-radius:4px; position:relative; }
.enquiry-popup > .box > .close-btn { position:absolute; width:30px; height:30px; right:-15px; top:-13px; background:url(../images/close-btn.png) no-repeat 0 0px; cursor:pointer; }
.enquiry-popup > .box h3 { color:#be2a11; font-size: 18px; font-weight: 400; margin:0 0 10px; border-bottom:1px dotted #ccc; padding:0 0 5px; }
.enquiry-popup > .box p { color:#555; font-size: 12px; font-weight: 100; margin:0 0 10px; font-family:Arial, Helvetica, sans-serif; }
.enquiry-popup > .box > .lft { padding:2px; border:1px solid #efefef; min-height:400px; }

.enquiry-popup > .box > .rgt { padding:10px 25px 20px 25px; background:#f6f6f6; min-height:400px; }
.enquiry-popup > .box > .rgt h3 { margin:0 0 10px; }
.enquiry-popup > .box > .rgt label { display: block; font-size: 16px; font-weight: 100; margin: 0; }
.enquiry-popup > .box > .rgt .form-control { border-radius: 0; margin:0 0 10px; color:#222; }
.enquiry-popup > .box > .rgt button { display:block; width:100%; margin:15px auto; line-height:36px; color:#fff; border:1px solid #d13b10; font-size:18px; font-weight:400; background: #ed4001; /* Old browsers */
background: -moz-linear-gradient(top,  #ed4001 0%, #cb3904 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed4001), color-stop(100%,#cb3904)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ed4001 0%,#cb3904 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ed4001 0%,#cb3904 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ed4001 0%,#cb3904 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ed4001 0%,#cb3904 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4001', endColorstr='#cb3904',GradientType=0 ); /* IE6-9 */ }
.enquiry-popup > .box > .rgt button:hover { background:#ed4001; }


.sms-popup { position: fixed; top: 80px; width: 100%; z-index: 9999; }
.sms-popup > .box { background:#fff; width:300px; margin:auto; min-height:100px; border:5px solid rgba(0, 0, 0, 0.9); padding:15px; border-radius:4px; position:relative; }
.sms-popup > .box > .close-btn { position:absolute; width:30px; height:30px; right:-15px; top:-13px; background:url(../images/close-btn.png) no-repeat 0 0px; cursor:pointer; }
.sms-popup > .box h3 { color:#be2a11; font-size: 18px; font-weight: 400; margin:0 0 10px; border-bottom:1px dotted #ccc; padding:0 0 5px; }
.sms-popup > .box p { color:#555; font-size: 12px; font-weight: 100; margin:0 0 10px; font-family:Arial, Helvetica, sans-serif; }
.sms-popup > .box > .lft { padding:2px; border:1px solid #efefef; min-height:400px; }

.sms-popup > .box > .inner { padding:10px 0px 10px 0px; }
.sms-popup > .box > .inner h3 { margin:0 0 10px; }
.sms-popup > .box > .inner label { display: block; font-size: 16px; font-weight: 100; margin: 0; }
.sms-popup > .box > .inner .form-control { border-radius: 0; margin:0 0 10px; color:#222; }
.sms-popup > .box > .inner button { display:block; width:100%; margin:15px auto; line-height:36px; color:#fff; border:1px solid #d13b10; font-size:18px; font-weight:400; background: #ed4001; /* Old browsers */
background: -moz-linear-gradient(top,  #ed4001 0%, #cb3904 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed4001), color-stop(100%,#cb3904)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ed4001 0%,#cb3904 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ed4001 0%,#cb3904 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ed4001 0%,#cb3904 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ed4001 0%,#cb3904 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4001', endColorstr='#cb3904',GradientType=0 ); /* IE6-9 */ }
.sms-popup > .box > .inner button:hover { background:#ed4001; }
.contact-lft ul { padding:0; }
.contact-lft > h2 { margin-bottom:10px; }
.contact-lft ul li { list-style:none; font-size:16px; padding:7px 0 7px 30px; border-bottom:1px dotted; position:relative; }
.contact-lft ul li:before { content: "\f041"; left: 8px; top:7px; position: absolute; font-family: 'FontAwesome'; font-size:1.4em; color:#c20000; }
.contact-lft ul li.phone:before { content: "\f095"; font-size:1.1em; }
.contact-lft ul li.fax:before { content: "\f1ac"; top:6px; font-size:0.9em; }
.contact-lft ul li.mobile:before { content: "\f10b"; top:5px;font-size:1.4em; }
.contact-lft ul li.email:before { content: "\f003"; top:7px; font-size:1em; }

.contact-rgt .enquiry input.form-control { border-radius:0; margin-bottom:15px; }
.contact-rgt .enquiry textarea.form-control { border-radius:0; margin-bottom:15px; min-height:100px; }
.contact-rgt .enquiry input.btn { margin-bottom:15px; background:#be2a11; color:#fff; font-size:17px; }


#spnTop { background:#efefef; color:#000; position: fixed; bottom: 50px; right: 20px; opacity:0; border:1px solid #fff; height:50px; width:50px; z-index:1000; box-shadow:0 0 5px rgba(0, 0, 0, 0.5); color:#444; cursor:pointer; }
#spnTop:before { content: "\f102"; left: 12px; position: absolute; font-family: 'FontAwesome'; font-size:2em; top:10px; }
.lft-enquiry {  }
.lft-enquiry > .inner {border: 1px solid #DA251C;padding:0 10px 10px;box-shadow:0 0 5px rgba(0, 0, 0, 0.5);background:#fff;}
.lft-enquiry > .inner h3 {margin:0 -10px 10px;background: #DA251C;color:#fff;padding: 5px 10px;font-weight:100;font-size:25px;}
.lft-enquiry > .inner .form-control { border-radius:0; margin:0 0 10px }
.lft-enquiry > .inner .btn {background: #DA251C;color:#fff;}
.lft-enquiry.scroll-to-fixed-fixed {
    margin-top: 0px;
}


@media screen and (max-width:1024px){
.banner .frm_rgt { right:0; }
}


@media screen and (max-width:1024px){
.banner .frm_rgt { right:10px; }
}
@media (min-width: 1024px) and (max-width:1200px){
.search-box input { width:175px; }
.main-banner > .left-section { min-height:inherit; }
.banner-box #slides li { width:512px; }
.main-banner > .right-section { min-height:inherit; padding:0px 30px; }
.slides1_wrap { padding-bottom:5px; }
#slides1 li { width:452px; }
#slides1 .content .img-box { width:182px; }
.main-banner > .right-section h3 { font-size:22px; margin-bottom:0; }
.main-banner > .right-section p { font-size:15px; line-height:21px; }
.slides1_wrap .prev, .slides1_wrap .next, .slides1_wrap a:active { top:80px; }
.latest-product .pro-list .inner { min-height:320px; max-height:320px; }
.latest-product .pro-list .inner p { min-height:80px; }
.contact-container > .lft { padding:30px 100px 0 50px; min-height:320px; }
.contact-container > .rgt { min-height: 320px; padding: 30px 20px 0; }
.contact-container > .rgt:before { border-bottom: 320px solid #030303; border-left: 140px solid transparent; left:-140px; }

}
@media (min-width: 768px) and (max-width:1023px){
.inner-cont .lft-list { display:none; }
.search-box input { width:175px; }
.main-banner > .left-section { min-height:inherit; }
.banner-box #slides li { width:768px; }
.main-banner > .right-section { min-height:inherit; padding:0px 10px; }
.slides1_wrap { padding-bottom:5px; }
#slides1 li { width:374px; }
#slides1 .content { padding:0 10px; }
#slides1 .content .img-box { width:167px; margin:0 20px 0 0; min-height:inherit; }
.main-banner > .right-section h3 { font-size:22px;  }
.main-banner > .right-section p { font-size:16px; margin-bottom:20px;}
.slides1_wrap .prev, .slides1_wrap .next, .slides1_wrap a:active { top:70px; }
.latest-product .pro-list .inner { min-height:330px; max-height:330px; }
.latest-product .pro-list .inner p { min-height:60px; }
.contact-container > .lft { min-height: 300px; padding: 30px 60px 20px 20px; }
.contact-container > .rgt { min-height: 300px; padding: 10px 20px 20px; }
.contact-container > .rgt:before { display:none; }
.enquiry-popup > .box > .lft { min-height:inherit; }
.enquiry-popup { top:50px; position:absolute; }
.enquiry-popup > .box { width:748px; }
.enquiry-popup > .box > .lft { min-height:inherit; }
.enquiry-popup > .box > .lft img { width:100%; }
.enquiry-popup > .box > .rgt { min-height:inherit; }
}

@media (min-width: 0px) and (max-width:767px){
.inner-cont .lft-list { display:none; }
.top-header ul.social { display:none; }
footer .copyright { padding:10px 0; }
.main-nav nav ul.menu { display:none; }
.search-box input { margin-bottom:8px; }
.main-banner > .left-section { min-height:inherit; }
.search-box input { width:175px; }
.main-banner > .right-section h3 { font-size:22px;  }
.contact-container > .rgt:before { display:none; }
footer .pro-list ul li { margin:0; width:100%; }
footer ul { border-left:0; }
footer ul li { border-left:1px solid #fff; margin:0; width:50%; float:left; }
footer .pro-list ul { border:0; }
footer .pro-list ul li { margin:0; }
footer .copyright .lft, footer .copyright .rgt { width:100%; }
.main-banner > .right-section p { font-size:16px; margin-bottom:20px;}
.main-nav { display:none; }
}
@media (min-width: 0px) and (max-width:768px){
.mhidden { display:none; }
.mshow { display:block; }
}

@media (min-width: 640px) and (max-width:767px){
.main-header .logo img { width:75%; }
.main-header .rgt { width:50%; }
.banner-box #slides li { width:640px; }
.main-banner > .right-section { min-height:inherit; padding:10px 15px 0; }
.slides1_wrap { padding-bottom:5px; }
#slides1 li { width:610px; }
#slides1 .content {  }
#slides1 .content .img-box { width:265px; margin:0 20px 0 0; min-height:inherit; }
.slides1_wrap .prev, .slides1_wrap .next, .slides1_wrap a:active { top:100px; }
.container .latest-product h2 { margin:0 10px 15px; }
.latest-product .pro-list { width:50%; }
.latest-product .pro-list .inner { min-height:310px; max-height:310px; }
.latest-product .pro-list .inner p { min-height:75px; }
.contact-container > .lft { min-height: 300px; padding: 30px 40px 20px; }
.contact-container > .rgt { min-height: inherit; padding: 10px 60px 20px; }
.enquiry-popup > .box > .lft { min-height:inherit; }
.enquiry-popup { top:50px; position:absolute; }
.enquiry-popup > .box { width:620px; }
.enquiry-popup > .box > .lft { min-height:inherit; }
.enquiry-popup > .box > .lft img { width:100%; }
.enquiry-popup > .box > .rgt { min-height:inherit; }
}

@media (min-width: 480px) and (max-width:639px){
.main-header { min-height:inherit; padding:10px 0; }
.main-header .logo { width:40%; }
.main-header .logo img { width:100%; }
.main-header .rgt { width:60%; }
.main-header .rgt ul { margin:0; }
.main-header .rgt ul li a { font-size:16px; padding:10px 15px 10px 35px; }
.banner-box #slides li { width:480px; }
.main-banner > .right-section { min-height:inherit; padding:10px 15px 0; }
.slides1_wrap { padding-bottom:5px; }
#slides1 li { width:450px; }
#slides1 .content { padding:0 20px;  }
#slides1 .content .img-box { width:195px; margin:0 20px 0 0; min-height:inherit; }
.slides1_wrap .prev, .slides1_wrap .next, .slides1_wrap a:active { top:100px; }
.container .latest-product h2 { margin:0 10px 15px; }
.latest-product .pro-list .inner { min-height:390px; max-height:390px; }
.latest-product .pro-list .inner p { min-height:60px; }
.contact-container > .lft { min-height: 300px; padding: 30px 40px 20px; }
.contact-container > .rgt { min-height: inherit; padding: 10px 60px 20px; }
.enquiry-popup { top:50px; position:absolute; }
.enquiry-popup > .box { width:460px; }
.enquiry-popup > .box > .lft { min-height:inherit; }
.enquiry-popup > .box > .lft img { width:100%; }
.enquiry-popup > .box > .rgt { min-height:inherit; }
}

@media (min-width: 360px) and (max-width:479px){
.main-header { min-height:inherit; padding:10px 0; }
.main-header .logo { width:40%; padding:0 10px; }
.main-header .logo img { width:100%; }
.main-header .rgt { width:60%; padding:0 10px; }
.main-header .rgt ul { margin:0; }
.main-header .rgt ul li { margin:0 0 0 5px; }
.main-header .rgt ul li a { font-size:14px; padding:10px 10px 10px 29px; }
.banner-box #slides li { width:360px; }
.main-banner > .right-section { min-height:inherit; padding:10px 15px 0; }
.slides1_wrap { padding-bottom:5px; }
#slides1 li { width:330px; }
#slides1 .content { padding:0 20px;  }
#slides1 .content .img-box { width:140px; margin:0 10px 0 0; min-height:inherit; }
#slides1 .content .img-box span { font-size:15px; }
.slides1_wrap .prev, .slides1_wrap .next, .slides1_wrap a:active { top:55px; }
.container .latest-product h2 { margin:0 10px 15px; }
.banner-box .bx_pager { display:none; }
.banner-box #slides li > .content .img-box span { min-height:inherit; }
.banner-box #slides li > .content .img-box span p { display:none; }
.latest-product .pro-list .inner { min-height:320px; max-height:320px; }
.latest-product .pro-list .inner p { min-height:60px; }
.contact-container > .lft { min-height: inherit; padding: 20px; }
.contact-container > .rgt { min-height: inherit; padding: 10px 20px 20px 30px; }
.enquiry-popup { top:30px; position:fixed; }
.enquiry-popup > .box { width:340px; }
.enquiry-popup > .box > .lft { min-height:inherit; }
.enquiry-popup > .box > .lft img { width:100%; }
.enquiry-popup > .box > .rgt { min-height:inherit; }
}

@media (min-width: 0px) and (max-width:320px){
.main-header { min-height:inherit; padding:10px 0; }
.main-header .logo { width:40%; padding:0 10px; }
.main-header .logo img { width:100%; }
.main-header .rgt { width:60%; padding:0 10px; }
.main-header .rgt ul { margin:0; }
.main-header .rgt ul li { margin:0 0 0 5px; }
.main-header .rgt ul li a { font-size:13px; padding:10px 6px 10px 24px; }
.main-header .rgt ul li a:before { left:8px; }
.main-header .rgt ul li a.mobile:before { left:10px; }
.banner-box #slides li { width:320px; }
.main-banner > .right-section { min-height:inherit; padding:10px 15px 0; }
.slides1_wrap { padding-bottom:5px; }
#slides1 li { width:290px; }
#slides1 .content { padding:0 20px;  }
#slides1 .content .img-box { width:120px; margin:0 10px 0 0; min-height:inherit; }
#slides1 .content .img-box span { font-size:15px; }
.slides1_wrap .prev, .slides1_wrap .next, .slides1_wrap a:active { top:55px; }
.container .latest-product h2 { margin:0 10px 15px; }
.banner-box .bx_pager { display:none; }
.banner-box #slides li > .content .img-box span { min-height:inherit; }
.banner-box #slides li > .content .img-box span p { display:none; }
.latest-product .pro-list .inner { min-height:310px; max-height:310px; }
.latest-product .pro-list .inner p { min-height:80px; }
.contact-container > .lft { min-height: inherit; padding: 20px; }
.contact-container > .rgt { min-height: inherit; padding: 10px 20px 20px 30px; }
footer .pro-list ul { border:0; margin:0 0 20px 8px; }
footer .copyright .lft, footer .copyright .rgt { width:100%; }
.enquiry-popup { top:20px; position:fixed; }
.enquiry-popup > .box { width:300px; }
.enquiry-popup > .box > .lft { min-height:inherit; text-align:center; }
.enquiry-popup > .box > .lft img { width:50%; }
.enquiry-popup > .box > .rgt { min-height:inherit; }
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {  }
#cssmenu { color: #ffffff; }
#cssmenu ul ul { display: none; padding-left:10px; }
#cssmenu > ul > li > a {cursor: pointer; z-index: 2; text-decoration: none;}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {  }
#cssmenu > ul > li.open > a { }
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a { }



.holder { width: 0; height: 0; position: absolute; top: 0; right: 0; }
.holder::before { display: block; position: absolute; content: ""; width: 7px; height: 7px; right: 20px; z-index: 10; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after { border-color: #eeeeee; }
.holder::before { top: 10px; border-top: 2px solid; border-left: 2px solid; border-top-color: inherit; border-left-color: inherit; }
#cssmenu ul ul li a { cursor: pointer; z-index: 1; text-decoration: none; font-size: 15px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a { background: #efefef; color: #333; }
#cssmenu ul ul li:first-child > a { box-shadow: none; }
#cssmenu ul ul ul li:first-child > a { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
#cssmenu ul ul ul li a { padding-left: 30px; }
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a { border-bottom: 0; }
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {  }
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a { border-bottom: 0; }
#cssmenu ul ul li.has-sub > a::after { display: block; position: absolute; content: ""; width: 6px; height: 6px; right: 20px; z-index: 10; top: 11.5px; border-top: 2px solid #a0a0a0; border-left: 2px solid #a0a0a0; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after { border-color: #a0a0a0; }


#entry-separator {background: rgba(0, 0, 0, 0) url("../images/about.jpg") no-repeat center center / cover;}
#entry-separator {background-color: #f1f2f3;box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25) inset;color: #fff;font-size: 16px !important;font-weight: 100;padding: 45px 0;width: 100%;}
#entry-separator h1, #entry-separator h2, #entry-separator h3 {
    color: #000 !important;
    display: inline-block;
    font-size: 25px !important;
    font-weight: 500;
    line-height: 32px;
    margin: 0 !important;
    padding:0px !important;
    text-transform: uppercase;
    background:none !important;
    }
#entry-separator .breadcrumb {background-color: #f1f2f3;border: 1px solid #cfcfcf;color: #575757;display: block;float: right;font-size: 10px; font-size:13px;margin-bottom: 0;padding: 5px 20px;text-transform: uppercase; font-family:Arial, Helvetica, sans-serif;}
#entry-separator .breadcrumb .fa {color:#DA251C; margin-right:8px; font-size:16px;}





ul.list-miles {
    list-style: outside none none;
}
ul.list-miles li {
    border-bottom: 1px dotted #999!important;
    margin-bottom: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 30px!important;
    position: relative!important;
}
ul.list-miles li strong {
    color: #da251c !important;
}
ul.list-miles li::before {
    color: #DA251C !important;
    content: "" !important;
    font-family: "FontAwesome";
    font-size: 1.3em!important;
    height: 24px!important;
    left: 5px!important;
    position: absolute!important;
    top: 0!important;
    width: 24px!important;
}

#entry-separator .breadcrumb a {color: #777 !important;font-weight: bold;}
h4 {border-bottom: 1px dotted #9f9f9f;color: #000;font-size:20px;font-weight: 100;margin: 0 0 15px;padding: 0 0 5px;}
h5 {color: #DA251C;font-size:19px;font-weight: 100;margin: 0 0 15px;padding: 0 0 5px;}
tr > th {
    background: #efefef none repeat scroll 0 0 !important;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: normal;
    text-align: center; padding:5px 0;
}

table {border: 1px solid #ccc;font-size: 15px;margin-bottom: 10px;width: 100%;}
table td {border: 1px solid #ccc;padding: 5px 10px;}
table td strong {font-weight: 400; color:#eee;}
.pro-list h3 {color: #be2a11;font-size: 20px;font-weight: 100;margin: 0 0 15px;padding: 0 0 5px;}
.gal {
    border: 1px solid #dfdfdf;
    padding: 3px; margin:5px 0;
}
.gali {border: 1px solid #DA251C; margin:20px 0;}
.post-date {
    background: #da251c url("../images/date-corner.png") no-repeat scroll left top;
    color: #fff;
    font-size: 13px; font-family:Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    line-height: 22px;
    margin-top: 2px;
    padding: 0 10px 0 20px;
    position: absolute;
    right: 20px;
    top:6px;
    transition: all 0.2s linear 0s;
    z-index: 200;
}
.form-control{ height: auto !important; padding:8px 12px;}
.contact-lft h3 {
    color: #be2a11;
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 10px;
    padding: 0 0 5px;
}
.country {
    color: #333;
    font-size: 15px;margin-top: 25px;
    text-align: center;
}
.flag{ padding-top:10px;}

footer h6::before {
    font-size: 40px;
    text-shadow: 1px 2px #424242;
	content: "\f1c1" !important;
    font-family: "FontAwesome"; position:absolute; left:0px;
}
footer h6{
    color: #fff;
    font-size: 32px;
    font-weight: 100;
    margin: 0; margin-left:10px !important;
    text-shadow: 1px 2px #000; position:relative; padding:15px 0 0 50px;
}
footer h6 a:hover{ color: #fff; }
footer .fa {
    display: block;
    font-size: 60px;
    margin: 6px 0 12px;
    text-align: center;
}
footer h5 {
    color: #fff;
    font-size: 32px;
    text-shadow: 1px 2px #424242;
    font-weight: 100;
    margin: 0 0 0 0px;
    padding: 0 0 8px;
    text-align: center;
}
.about-inr h1{color: #427d00 !important padding:0px 0 6px 0px;margin-bottom:10px !important;text-align: left;margin-top:0px !important;text-transform: uppercase;border-bottom: 1px solid #ccc;color: #DA251C;font-size: 26px;}
.about-inr p {font-size: 15px;line-height: 26px;margin: 0;padding:0 0 5px;text-align: justify;}
.about-inr h3 {color: #DA251C !important;margin: 0 !important;padding: 7px 0 6px;}
.abt ul {margin: 0 0 10px;padding: 0;}
.abt ul li {list-style: outside none none; line-height:23px;}
.abt ul li{padding: 2px 0 2px 10px;list-style: outside none none;  position:relative; font-size:16px;}
.abt ul li::before {color: #373737;content: "\f105";font-family:FontAwesome;font-size: 13px;line-height: 20px;margin-right:10px;position: absolute;top: 4px; left:0;}


.Table-T table { border-collapse:collapse; box-shadow:0 0 5px #ccc;  }

.Table-T tr { background:#FFFFFF;}
.Table-T tr.sec { background:#eee;}
.Table-T tr.title {color:#fff;background: #DA251C;font-weight:normal;text-align:center;font-size:14px;}
.Table-T td { padding:5px 10px; border:1px solid #d2d2d2; text-align:center; }
/*-------------------------------------------------------------------gallery--------------------------------------------------------------------*/	
.gallery-box {margin: 20px 0;text-align: center;}
.gallery-box h5 {color: #be2a11;font-size: 15px;font-weight: 100;margin: 5px 0;text-align: center;}
.gallery-box > .box {border: 1px solid #ccc;padding: 5px;position: relative;text-align: center;}
.gallery-box > .box img {width: 100%;height: 284px;}
.gallery-box > .box a.zoom-btn {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;height: 100%;left: 0;position: absolute;top: 0;transition: all 0.5s ease-in-out 0s;width: 100%;}
.gallery-box > .box:hover a.zoom-btn {background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;display: block;}
.gallery-box > .box a.zoom-btn::after {background: rgba(0, 0, 0, 0) url("../images/zoom-icon.png") no-repeat scroll 0 0;bottom: 0;content: "";height: 32px;left: 45%;opacity: 0;position: absolute;transition: all 0.5s ease-in-out 0s;width: 32px;}
.gallery-box > .box:hover a.zoom-btn::after {bottom: 45%;left: 45%;opacity: 1;}
/*-------------------------------------------------------------------gallery--------------------------------------------------------------------*/



.footer-box {}
.footer-box h2 {border-bottom:1px solid #373737 !important;color: #fff;font: 100 22px "Oswald",sans-serif !important;margin:0 0 20px;padding: 8px 0;}
.footer-box h4 {color: #fff;font:100 18px "Oswald",sans-serif !important;padding: 3px 0 8px;margin:0;border: none;}
.footer-box h2 span {border-bottom: 1px solid #f2f4f5;padding-bottom: 8px;}
.footer-box p {
    color: #fff;
    padding: 3px 0 3px 30px;
    font-size:15px;
    position: relative;
    }
.footer-box p a{color: #808080 !important;}	
.footer-box ul {margin: 0 0 10px;padding: 0;}
.footer-box ul li {border-top: 1px solid #000000;box-shadow: 0 1px 0 0 #262626 inset;line-height: 37px;list-style: outside none none;}
.footer-box ul li:first-child {border-top: 0 solid #dadada;box-shadow: 0 0 0 0 #fff inset;}
.footer-box ul li a {color: #fff !important;padding: 0 0 0 2px;text-decoration: none;font-size:15px;}
.footer-box ul li a:hover {color: #33A9EE !important;}
.footer-btm {background: #0091e5;color: #fff;padding: 25px 0;width: 100%; font-size:16px;}
.footer-box ul li a::before {
    color: #fff;
    content: "\f105";
    cursor: pointer;
    display: inline-block !important;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 20px;
    margin-right: 5px;
    }
.footer-box ul li a:hover::before {color: #33A9EE;}	
.footer-box .fa-envelope{ font-size:16px;}
.footer-box .fa {left: 0;position: absolute;font-size: 20px;color: #fff;}
section.container p {
    color: #000;
    font-size: 16px;
}