/*   
Theme Name: LANDING PAGE
Theme URI: http://
Description: LANDINGPARE THEME
Author: ISUN.VN
Author URI: http://isun.vn
Version: 1.0
*/

  

@font-face {
    font-family: 'Gotham Rounded';
    src: url('font/GothamRounded-BoldItalic.woff2') format('woff2'),
        url('font/GothamRounded-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Rounded Book';
    src: url('font/GothamRounded-BookItalic.woff2') format('woff2'),
        url('font/GothamRounded-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('font/GothamRounded-Bold.woff2') format('woff2'),
        url('font/GothamRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('font/GothamRounded-MediumItalic.woff2') format('woff2'),
        url('font/GothamRounded-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('font/GothamRounded-Light.woff2') format('woff2'),
        url('font/GothamRounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded Book';
    src: url('font/GothamRounded-Book.woff2') format('woff2'),
        url('font/GothamRounded-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('font/GothamRounded-LightItalic.woff2') format('woff2'),
        url('font/GothamRounded-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('font/GothamRounded-Medium.woff2') format('woff2'),
        url('font/GothamRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


body {
    background-color: #fff;
    color: #333;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;    
}
#sidr {
    display: none;
}

img {
    max-width: 100%;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

a { text-decoration:none; }
/*--img { max-width:100%; }--*/
strong { font-weight:bold; }
a {
    color: #343434;
}
#header-top-wrap {
    background: #f4f4f4 none repeat scroll 0 0;
    height: 43px;
}

#header-wrap {    
    height: 63px;    
}
#logo-desktop {
    position: relative;
}
#logo-desktop .logo-desktop {    
    position: absolute;
    top: -39px;           
}
#logo-desktop .logo-desktop {    
    position: absolute;
    top: -35px;
}
.logo-desktop-bg-top {
    position: absolute;
    top: -10px;
}
/*main menu*/
#show-menu-mobile > img {
    padding: 10px;
}
.logo-mobile.img-responsive {    
    margin: 0 auto;
    text-align: center;    
}

#menu-destop {
    height: 38px;
}
#menu-destop > .container > .row {
    background: #E6E6E6 none repeat scroll 0 0;
}
#main-menu > div > ul  li {    
    list-style: outside none none;
}
#main-menu > div > ul a {
    color: #252525;
    text-decoration: none;
}
#main-menu > div > ul > li {
    margin-right: 11px !important;
}
#main-menu > div > ul > li > a {    
    border-radius: 11px;
    color: #f3f589;
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    padding: 1px 10px;
    text-transform: uppercase;
}
#main-menu .pll-parent-menu-item > a {
    color: white;
    background: #E96C66;
}
#main-menu .pll-parent-menu-item .sub-menu {
    background: #f4f4f4 none repeat scroll 0 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 119px;
}
.have-child > a:hover {
    border-bottom: none !important;   
}
#main-menu > div > ul {
    margin: 0;
    padding: 0;
}
#main-menu > div > ul > li {
    float: left;
    position: relative;
    z-index: 1000;
}
#main-menu > div > ul > li ul {
    position: absolute;    
    background: none repeat scroll 0 0 #F4F4F4;   
    display: none;
    padding: 0;
    width: 200px;   
}
#main-menu > div > ul > li:hover > ul {
    display: block !important;    
}
#main-menu > div > ul li ul li > a {    
    display: block;
    padding: 5px 9px;
    width: 100%;    
}

#main-menu > div > ul > li > ul > li {
    position: relative;
}
#main-menu > div > ul > li > ul > li > ul {
    left: 100%;
    width: 100%;
    display: none;
    top: 0;
    border-left: 1px solid white;
}
#main-menu > div > ul > li > ul > li:hover > ul {
    display: block;
}
#main-menu > div > ul > li > ul > li > ul > li:hover > ul {
    display: block;
}
#main-menu > div > ul > li > ul > li > ul > li > ul > li:hover > ul {
    display: block;
}
#main-menu > div > ul > li > ul > li > ul > li { 
    position: relative;
}    
#main-menu > div > ul > li > ul > li > ul > li > ul > li { 
    position: relative;
}   
#main-menu > div > ul > li > ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
    width: 100%;
    display: none;
    top: 0;
    border-left: 1px solid white;
    z-index: 1002;
}
#main-menu > div > ul > li > ul > li > ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
    width: 100%;
    display: none;
    top: 0;
    border-left: 1px solid white;
    z-index: 1002;
}
.dropdown-left > ul {    
    left: -100% !important;
    top: 0;
    width: 100%;
    border-right: 1px solid white;
    border-left: none;
    z-index: 1001;
}
.mobile-menu .lang-item span {
    float: left;
    line-height: 1.1;
}
.mobile-menu .lang-item img {
    float: left;
    margin-top: 4px;
}
.mobile-menu .lang-item {
    clear: both;
    float: left;
    margin-top: 20px;
}
/*end main menu*/
#header-wrap > .container > .row > div {
    padding: 0;
}
#main-menu a:hover {
    color: #798c69;
}
#main-menu > div {
    display: flex;
    margin: 0 auto;
}
#menu-product > a {
    background: #6fb842;
    color: white;
    float: left;
    padding: 19px 18px 17px 9px;
    text-decoration: none;
    width: 100%;
}
#main-menu {
    margin-top: 49px;
}
#menu-mobile-language-menu .sub-menu {
    display: none;
}
#menu-mobile-language-menu > li:hover .sub-menu{
    display: block !important;
}
#menu-mobile-language-menu > li > a:hover .sub-menu{
    display: block !important;
}
#menu-mobile-language-menu {
    position: relative;
    z-index: 888;
    padding: 0;
}
.sub-menu {    
    margin: 0;
    padding: 0;
}
#menu-mobile-language-menu {
    margin-bottom: 0;
    margin-top: 6px;
}
#main-menu > div > ul > li > a {
    border: none !important;
}
#header-desktop-wrap .menu-btn-link > a {
    background: #e96666 none repeat scroll 0 0 !important;
    color: white !important;
    padding: 4px 11px!important;
    margin-top: -3px;
}
#header-mobile-wrap .menu-btn-link > a {
    background: white none repeat scroll 0 0 !important;
    color: #e96666 !important;
    padding: 4px 11px !important;
    margin-top: -3px;
}
#header-mobile-wrap .menu-btn-link > a {
    background: white none repeat scroll 0 0;
    border-radius: 13px;
    color: #e96666;
    display: block;
    float: left;
    line-height: 1.4;
    margin-left: 13px;
    margin-top: 7px;
    padding: 0 12px;
    text-align: center;
}
#mobile-menu > #sidr > ul .svg-inline--fa.fa-times-circle.fa-w-16.close-icon {
    color: white;
    font-size: 28px;
    position: absolute;
    right: 30px;
    top: 24px;
}
/*end menu*/

#header-desktop {    
    margin: 0 auto;
    max-width: 960px;
}
.home-title {
    margin: 0 auto;
    max-width: 960px;
}
#home-slider {
    margin: 0 auto;
    max-width: 960px;
}
#home-product-cat {
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}
#home-sevice {
    margin: 0 auto;
    max-width: 960px;
}
#home-news {
    margin: 0 auto;
    max-width: 960px;
}
#footer {    
    margin: 0 auto;
    max-width: 960px;
}
#header-desktop > div {
    margin: 0;
    padding: 0;
}
#header-desktop-wrap {
    background: #002348 none repeat scroll 0 0;
    padding: 10px 0;
}
.container {
    width: unset !important;    
}
#desktop-logo {
    max-width: 104px;
}
#header-desktop #searchform {
    margin-top: 32px;    
}
#header-desktop #s {
    border: 2px solid #f3f589;
    border-radius: 13px;
    color: #7b7d31;
    font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
    font-size: 10px;
    height: 27px;
    line-height: 20px;
    margin-right: -10px;
    margin-top: 10px;
    padding-left: 10px;
    width: 100%;
    font-size: 12px;
}
#searchsubmit {
    background: rgba(0, 0, 0, 0) url("images/searchicon.png") no-repeat scroll 0 0;
    border: 0 none;
    height: 16px;
    position: absolute;
    right: 5px;
    text-indent: -9999em;
    top: 49px;
    width: 20px;
}
#main-content-wrap {
    background: transparent url("images/bg_gradient.png") repeat-x scroll 0 0px;
    height: auto;        
}
body {
    background-color: #f0f0f0;   
}
#menu-main-menu > li > .sub-menu {
    background: transparent url("images/bg_gradient.png") repeat-x scroll 0 0px;    
}
#footer-top-wrap {
    background: transparent url("images/blank_shadow.png") repeat-x scroll 0 0;
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
}
#footer-top h2 {
    color: #585858;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;    
}
#footer-top a {
    background: transparent url("images/green_48.png") repeat-x scroll left top;
    border: 1px solid #64953a;
    box-shadow: 0 0 2px #bababa;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 33px;
    margin-left: 30px;
    padding: 5px 20px 0;
    text-decoration: none;
    text-shadow: 0 -1px 0 #64953a;    
    margin: 0 auto;
}
#footer-top {
    margin: 0 auto;
    max-width: 960px;
    padding-bottom: 77px;
    padding-top: 77px;
    text-align: center;
}
#home-news-wrap {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px;
}
#home-news .post-title {
    color: #333333;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.home-news-item {
    padding: 10px 20px;
    float: left;
}
#home-news .post-thumb {
    margin: 0 auto;    
    width: 100%;
}
#home-news .post-thumb img {
    margin: 0 auto;
}
.woocommerce-pagination {
    clear: both;
}
#home-sevice-inner-top {
    background: url("images/shadow_top.png") no-repeat scroll left 16px, rgba(0, 0, 0, 0) url("images/edge_top.png") no-repeat scroll left center;
    clear: both;
    height: 30px;
    margin-bottom: 14px;
    width: 100%;
}
#home-sevice-inner-bottom {
    background: url("images/shadow_bottom.png") no-repeat scroll left 4px, rgba(0, 0, 0, 0) url("images/edge_bottom.png") no-repeat scroll left center;
    clear: both;
    float: left;
    height: 30px;
    margin-top: 14px;
    width: 100%;
}
.home-sevice-item-title {
    color: #6a6a6a;
    display: block;
    font-size: 13px;
    margin: 10px auto 0;
    text-align: center;
    text-decoration: none;
}
.home-sevice-item-thumb img {
    margin: 0 auto;
}
#home-contact-inner {
    background: white none repeat scroll 0 0;
    margin-top: 11px;
}
#home-product-cat .item img {
    height: auto;
    max-width: 100px;
    margin: 0 auto;
}
#home-product-cat .item span {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #343434;
    font-size: 11px;
}
#home-sevice {
    background: rgba(0, 0, 0, 0) url("images/bg_noise.jpg");    
    margin-top: 0;   
}
.home-title > h2 {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.home-title-wrap {
    margin-top: 50px;
}
#home-slider-wrap {
    background: #f3f589 none repeat scroll 0 0;
    padding-bottom: 20px;
}
.home-product-cat-hover{
    background-color: #535353;
    bottom: 160px;
    box-shadow: -1px -1px 2px #535353, 1px 1px 7px #535353;
    padding: 20px;
    position: absolute;
    text-align: left;
    z-index: 999;
    overflow: visible;
    min-width: 188px;
}
#home-product-cat .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.home-product-cat-hover a {
    clear: both;
    color: #f1f1f1;
    display: block;
    float: left;
    font-size: 12.5px;    
    margin-top: 7px;
    text-decoration: none;
    width: 100%;
}
.home-product-cat-hover::after {
    background: transparent url("images/dreieck_index.png") no-repeat scroll left top;
    bottom: -19px;
    content: "";
    height: 19px;
    left: 55px;
    position: absolute;
    width: 29px;
}
#home-product-cat .owl-prev {
    background: rgba(0, 0, 0, 0) url("images/slider_arrow_left.png") no-repeat scroll left top;
    bottom: 70px;
    height: 32px;
    left: -24px;
    position: absolute;
    width: 23px;
}
#home-product-cat .owl-next {
    background: rgba(0, 0, 0, 0) url("images/slider_arrow_right.png") no-repeat scroll left top !important;;
    bottom: 70px;
    height: 32px;
    right: -24px;
    position: absolute;
    width: 23px;
}
#home-product-cat .owl-prev > span {
    display: none;
}
#home-product-cat .owl-next > span {
    display: none;
}
#home-product-cat .owl-dots {
    display: none;
}
#home-product-cat .item > a {
    text-decoration: none !important;
}


.home-product-cat-hover a:hover {
    color: #ccc;
}

.home-product-cat-hover-on .home-product-cat-hover{
    display: block !important;
}
.home-product-cat-hover-on .home-product-cat-hover-none{
    display: none !important;
}
.home-sevice-item img {
    max-width: 181px;
}
#main-content {
    margin: 0 auto;
    max-width: 960px;
    padding-bottom: 25px;
    padding-top: 25px;    
}
#tax-breadcrumb {
    float: right;
    margin-bottom: 16px;
}
#tax-breadcrumb a {
    color: #8c8c8c;
    text-decoration: none;
    font-size: 10px;
}
#tax-breadcrumb .woocommerce-breadcrumb {
    color: #8c8c8c;
    text-decoration: none;
    font-size: 10px;
}
.sidebar-title {
    background: transparent url("images/sidebar-title-boder-bottom.png") repeat-x scroll left bottom;
    color: #343434;
    font-size: 17px;
    font-weight: bold;
    height: 35px;
    margin-bottom: 20px;
}
.sidebar-archive > ul {
    padding: 0;
}
.sidebar-archive > ul li{
    list-style: none;
}
.sidebar-archive > ul > li {
    clear: both;
    float: left;
    height: 27px;
    padding-top: 5px;
    width: 100%;
}
.sidebar-archive > ul > li.active {
    background: transparent url("images/sidebar-li-bg.png") repeat-x scroll 0 0;
    box-shadow: -1px 2px 3px #aaaaaa;
}
.sidebar-archive > ul > li a{
    padding-left: 10px;
    font-size: 15px;    
}
.sidebar-archive > ul > li a:hover{
    text-decoration: underline;
    color: #8c8c8c;
}
#content-area {
    background-color: #ffffff;
    box-shadow: -1px -1px 2px #cfcfcf, 1px 1px 2px #cfcfcf;
    margin-bottom: 25px;
    min-height: 240px;
    padding-bottom: 20px;
    padding-top: 10px;
    top: 30px;       
    float: left;
    width: 100%;
}
#content-area .products {
    padding: 10px;
}
.content-area-head {
    position: relative;
    top: -10px;
}
.content-area-head-title {
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 20px;
}
.content-area-head-nav {
    background: #f8f8f8 none repeat scroll 0 0;    
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 20px;
}
#content-area .woocommerce-result-count {
    padding-left: 20px;    
    font-size: 13px;
    color: #8c8c8c;
    margin-top: 2px;
}
#content-area .woocommerce-ordering select {
    color: #8c8c8c;
    font-size: 12px;
    padding: 4px;
    border: 1px solid #8c8c8c;
}
#content-area .woocommerce-info::before {
    color: #002348 !important;
}
#content-area .woocommerce-info {
    border-top-color: #002348 !important;
}
#content-area option {
    padding: 4px 5px;
}
#content-area .woocommerce-ordering {
    margin-right: 10px !important;
}
.product-item-title {
    float: left;
    text-align: center;
    width: 100%;
}
.product-item-view-more {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 8px;
}
.product-item-img img {    
    display: block;
    margin: 0 auto;        
}
.product-item-img {    
    padding: 24px;
    padding-bottom: 10px;
}
.product-item-title {
    color: #343434;
    font-size: 12px;
    font-weight: bold;    
    margin-top: 5px;
}
.product-item-title a:hover {    
    text-decoration: none;
    color: #8c8c8c !important;
}
.products > li {
    margin-bottom: 40px;
}
.product-item-view-more > a {
    background: #00244a none repeat scroll 0 0;
    border-radius: 5px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 17px;
    text-decoration: none;
}
#single-content-area {
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-shadow: -1px -1px 2px #cfcfcf, 1px 1px 2px #cfcfcf;
    margin-bottom: 25px;
    min-height: 240px;
    padding-bottom: 20px;
    padding-top: 10px;
    top: 30px;
}
.single-post #single-content-area {
    padding: 20px;      
}
.single-post #social {
    float: left;
    margin-bottom: 5px;
    padding-left: 13px;
    clear: both;
}
#product-header-img img {
    display: block;
    margin: 0 auto;
}
#product-header-des {
    padding: 40px;
}
#product-header-img {
    padding: 40px;
}
#product-header-des > ul {
    padding: 0;
}
#product-content {
    float: left;
    width: 100%;
}

.product-content-top {
    background: #D0D0D0 none repeat scroll 0 0;
    border-radius: 5px;
    color: #444;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 40px;
    width: 100%;
}
.product-content-bottom {
    float: left;
    padding: 40px;
    width: 100%;
}
.single-product-title {
    color: #002351;
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 0;
    padding-left: 10px;  
    float: left;
    line-height: 1.4;
}
#product-relation {
    background-color: #ffffff;
    box-shadow: -1px -1px 2px #cfcfcf, 1px 1px 2px #cfcfcf;
    float: left;
    margin-bottom: 25px;
    min-height: 240px;
    padding-bottom: 20px;
    padding-top: 10px;
    top: 30px;
    width: 100%;
}
.product-relation-head {
    position: relative;
    top: -10px;
}
.product-relation-title {
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 20px;
}
.single-product #social {
    float: right;
    margin-top: 12px;
}
#social > div {
    float: left;
}
#___plus_0 {
    margin-left: 11px !important;
}
#post-relation {
    background-color: #ffffff;
    box-shadow: -1px -1px 2px #cfcfcf, 1px 1px 2px #cfcfcf;
    float: left;
    margin-bottom: 25px;
    min-height: 240px;
    padding-bottom: 20px;
    padding-top: 10px;
    top: 30px;
    width: 100%;
}
.post-relation-head {
    position: relative;
    top: -10px;
}
.post-relation-title {
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 20px;
}


#related-post {
    padding: 20px;
}
#related-post > ul {
    padding: 0 0 0 20px;
}
#related-post h4 {
    font-size: 13px;
}

#related-post h4  a:hover{
    text-decoration: underline;
    color: #8c8c8c;
}
#cat-content li {
    float: left;
    width: 100%;
    list-style: outside none none;
}
.post-thumb {
    clear: both;
    float: left;
    min-height: 103px;
}
#cat-content li .post-title {
    color: #333;
    display: block;
    font: 700 14px arial;
    margin: 8px 0 0;
    margin-bottom: 20px;
}
.post-des {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.cat-content-wrap .post-thumb img {
    float: left;
    height: auto;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 7px;
    max-width: 140px;
    overflow: hidden;
}
#home-news .post-title {
    color: #333333;    
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-top: 11px;
    text-align: center;
    text-decoration: none;
}
.cat-content-head {
    position: relative;
    top: -10px;
}
#cat-content {
    background-color: #ffffff;
    box-shadow: -1px -1px 2px #cfcfcf, 1px 1px 2px #cfcfcf;
    margin-bottom: 25px;
    min-height: 240px;
    padding-bottom: 20px;
    padding-top: 10px;
    top: 30px;
    float: left;
    width: 100%;
}
.cat-content-title {
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 20px;
}
.cat-content-title h1{
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
}
.pagenavi.clear > a {
    border: 1px solid #002348;
    color: #444;
    float: left;
    margin-bottom: 7px;
    margin-left: 5px;
    padding: 3px 9px;
    text-decoration: none;
}
.pagenavi.clear > a:hover {
    color: white !important;
    background: #002348 none repeat scroll 0 0;
}
.pagenavi .current {
    background: #002348 none repeat scroll 0 0;
    color: white !important;
}
.pagenavi.clear span {
    float: left;
    font-size: 13px;
    line-height: 2.1;
}
.pagenavi.clear {
    float: left;
    margin-top: 20px;
    padding-left: 20px;
}
#cat-content > ul {
    float: left;
    padding: 20px;
}
.cat-content-wrap {
    float: right;
}
.content-area-wrap {
    float: right;
}
.sidebar-wrap {
    float: left;
}
#page-content-area {
    background-color: #ffffff;
    box-shadow: -1px -1px 2px #cfcfcf, 1px 1px 2px #cfcfcf;
    float: left;
    margin-bottom: 25px;
    min-height: 240px;
    padding-bottom: 20px;
    padding-top: 10px;
    top: 30px;
    width: 100%;
    padding: 40px;
}
.page-product-title {
    color: #002351;
    float: left;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0;
    padding-left: 10px;
}
.page #social {
    float: left;
    margin-bottom: 5px;
    padding-left: 13px;
    clear: both;
}
.product-item-img img {       
    height: auto;
}
.content-area-head-title h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px;
}
#content-area > ul {
    padding: 10px;
    float: left;
    width: 100%;
}
#content-area > ul > li {    
    list-style: outside none none;
    min-height: 292px;
}
#mobile-logo {
    margin: 0 auto;
    max-width: 100px;
}
#show-menu-mobile svg {
    color: #002348;
    font-size: 48px;
    margin-top: 11px;
    padding: 10px;
}
#header-mobile-wrap {
    padding-bottom: 10px;
    padding-top: 10px;
    background: white none repeat scroll 0 0;
}
.sidr {
    background: #002348 none repeat scroll 0 0;
    box-shadow: none;    
}
.sidr ul li {
    border: none;
}
.sidr ul li a {
    border: none;
}
.sidr ul {
    border: none;
}
.sidr a:hover {
    border: none !important;
    box-shadow: none !important;   
}
.mobile-icon a {
    color: #002348 !important;
    display: none !important;
}
.mobile-icon {
    background: rgba(0, 0, 0, 0) url("images/mobile-icon.png") no-repeat scroll 15px 14px / 33px auto;
    height: 72px;
    width: 90px;
}
#mobile-menu > #sidr > ul .svg-inline--fa.fa-times-circle.fa-w-16.close-icon {
    color: white;
    font-size: 28px;
    position: absolute;
    right: 30px;
    top: 24px;
}
#main-menu {
    background: #002348;
    
}
#menu-main-menu > li > a {
    color: white;
}
#menu-mobile-menu a {
    box-shadow: none;
}
#menu-mobile-menu li {
    border: none;
}
#mobile-menu > #sidr > ul .svg-inline--fa.fa-times-circle.fa-w-16.close-icon {
    color: white;
    font-size: 28px;
    position: absolute;
    right: 30px;
    top: 24px;
}
.content-area-des {
    padding: 20px;
    padding-top: 0;    
}









#footer-wrap {
    background: #002146 none repeat scroll 0 0;
    padding: 20px 0;
    clear: both;
}
#footer-wrap h3 {
    color: white;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin: 5px 0;
    text-transform: uppercase;
}
#footer-wrap a {
    color: white;
}
#footer ul {
    padding: 0;
}
#footer ul li {
    font-size: 13px;    
    list-style: outside none none;
    margin-bottom: 4px;
}
#footer ul li a{
text-decoration: none;
}
#footer ul li a:hover{
text-decoration: underline;
}
#footer h2 {
    color: #fff;
    float: left;  
    font-size: 26px;
    font-weight: normal;
    line-height: 20px;
    margin-left: 16px;
}
.smallest {
    color: #e8ee37;
    float: right;
    font-size: 10px;
    line-height: 18px;
    margin-top: 25px;
    text-align: right;
    width: 100%;
}
.youtube-icon > img {
    margin-right: 14px;
    float: left;
}
.footer-col-1 span {
    clear: both;
    color: white;
    float: left;
    font-size: 11px;
    margin-bottom: 7px;
}
.company-info {
    display: block;
    margin: 0 auto;    
    width: 100%;
    font-weight: bold !important;
    font-size: 12px !important;
}
.footer-col-1 a {
    font-weight: bold;
}
#footer-logo {
    margin: 0 auto 10px;
    max-width: 100px;
}
.footer-col-4 iframe {
    margin-bottom: 10px;
}





.clearfix:after  {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.clearfix {display: inline-block;} 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #footer-top h2 {
        margin-right: 20px;
    }
    .product-item-img img {
        max-width: 146px !important;    
        height: auto;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  
   

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}

@media (max-width: 767px) {
    #footer h2 {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }
    .smallest {
        text-align: center;
    }
    .single-product-title {
        font-size: 15px;   
    }
    #content-area > ul > li {            
        min-height: 191px;
    }

}
@media (max-width: 992px) { 
    .home-sevice-item {
        margin-bottom: 41px;
    }
    .home-news-item {
        margin-bottom: 10px;
    }       
    #product-header-des {
        padding: 20px 10px;
    }
    #product-header-img {
        padding: 20px 10px;
    }
    .product-content-bottom {
        padding: 20px;        
    }
    .product-content-top {
        padding: 10px 20px;
    }
    .single-product-title {
        padding-left: 0px;
    }
    .single-post #social {
        padding-left: 0px;
    }

}

@media (min-width: 240px) and (max-width: 319px) { 
   

} 
@media (min-width: 320px) and (max-width: 479px) { 
   
}   

@media (min-width: 480px) and (max-width: 767px) { 
   
}

@media (min-width: 768px) and (max-width: 991px) {      
  
  
}    
@media (min-width: 992px) and (max-width: 1199px) {   
   
}

