html {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

.menu-block {
    margin-bottom: 35px;
    border-radius: 0;
    background: transparent;
    border: none;
    outline: none;
    /*box-shadow: 1px 1px 1px #dedede;*/
    border-bottom: 1px solid #eee;
}

.menu-block .navbar-nav li a {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: 600;
    border-bottom: 3px solid transparent;
}

.menu-block .navbar-nav li.active a,
.menu-block .navbar-nav li a:hover,
.menu-block .navbar-nav li a:focus {
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #916601;
    background-color: transparent;
}

.banner-img {
    margin-bottom: 15px;
}

/*.banner-img img{*/
/*border-radius: 4px;*/
/*}*/
.sub-banner img {
    width: 100%;
}

.banner {
    margin-bottom: 15px;
}

.search {
    margin-bottom: 15px;
}

.panel-heading a:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #fff;
}

.list-group a.sec-menu:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.panel-heading a.collapsed:after {
    content: "\f067";
}

.list-group a.sec-menu.collapsed:after {
    content: "\f067";
}

.panel-group .panel {
    border-radius: 0 !important;
}

.panel-default .panel-heading {
    background: #cccccc;
    border-radius: 0 !important;
}

.panel-default .panel-heading a,
.panel-default .panel-heading a:hover,
.panel-default .panel-heading a:focus {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.sec-menu {
    padding-left: 2em;
    text-transform: uppercase;
}

.thi-menu {
    padding-left: 2em;
}

.active-1 {
    background: #84AFD3 !important;
    color: #ffffff !important;
}

/*.form-control, .btn{*/
/*border-radius: 0 !important;*/
/*}*/
.title {
    margin: 25px 0 25px 0;
}

.title h4 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.title h4 span {
    background-color: #d4be60;
    padding: 7.5px 30px 7.5px 10px;
    position: relative;
}

.title h4 span:after {
    content: '';
    width: 0;
    height: 0;
    border: 16px solid transparent;
    position: absolute;
    bottom: 0;
    right: -32px;
    border-bottom: 16px solid #d4be60;
    border-left: 16px solid #d4be60;
}

.thumbnail {
    border-radius: 0px;
}

.product-wraper {
    padding-bottom: 30px !important;
}


.product-wraper:hover {
    box-shadow: 2px 2px 2px #dedede;
}

.product-img {
    margin-bottom: 15px;
    margin-top: 15px;
    height: 350px;
}

.product-img img {
    margin: 0 auto;
}

.price {
    margin-left: 20px;
}

.detail {
    margin-right: 20px;
}

.product-list-img {
    text-align: center;
}

.product-list-img .img-thumbnail {
    border-radius: 0 !important;
}

.product-list-img,
.product-list-title h4 {
    margin: 15px 0 15px;
    color: #333;
    text-decoration: none;
}

.product-detail-img {
    margin: 10px 0;
    position: relative;
}

.product-detail-desc h3 {
    margin: 10px 0 20px;
}

.product-detail-content {
    margin: 30px 0
}

.product-detail-content ul {
    margin: 15px 0 5px;
}

.product-detail-1 {
    margin: 30px 0;
}

.content-title {
    font-weight: 600;
    text-transform: capitalize;
    width: 170px;
}

.form-section {
    background-color: #e9f0fa;
}

.alert-text {
    font-weight: normal;
    float: left;
    padding: .4em .8em;
    border-radius: 4px;
    background: #d1edd4;
    margin-bottom: 1.6em;
    margin-left: 1em;
    display: inline-block;
    color: #077812 !important;
}

.product-list-title a:hover {
    text-decoration: none;
}

.case {
    position: relative
}

/*.product-list-contact{*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*}*/
.line-dot {
    border: 0.1px dotted #cccccc;
    margin-bottom: 5px;
}

.line-break {
    border: 0.1px solid #ccc;
    margin: 0 15px 0 25px;
}

.section-pading {
    padding: 30px;
}

.copyright {
    background: rgba(34, 34, 34, 0.76);
}

address {
    margin: 0 !important;
    padding: 10px 0 !important;
    color: #cecece !important;
}

@media (min-width: 768px) {
    .menu-block .navbar-nav {
        display: table;
        table-layout: auto;
        margin: 0 auto;
        width: 100%;
        float: none;
    }

    .menu-block .navbar-nav li {
        /*float: none;*/
        /*display: table-cell;*/
        /*text-align: center;*/
    }
}

.product-detail-content table tr {
    border-bottom: 3px solid #e0e0e0;
}

.title_home_product a {
    color: #fff;
}

.title_home_product a:hover,
.title_home_product a:focus {
    text-decoration: none;
}

.btnsubmit {
    padding: 15px;
}

.contact_order {
    background: none;
    border: none;
    color: #337ab7;
}

.link_detail:hover {
    text-decoration: none;
}

.content-about-us {
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.paypal-method ul li label {
    border: 1px solid #009cde;
    border-radius: 6px;
    padding: 15px;
    background-color: #e3e3e3;
}

.product-title a {
    color: #000;
    font-family: var(--f-title);
    font-weight: 500;font-size: 1.6rem;
}
}

.product-title a:hover {
    text-decoration: none;
    color: #000;
}

.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}

.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 25px 4px 4px 25px;
}

.search-form .form-group .button {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px;
}

.header-menu-top1 {
    margin-top: 15px;
}

.header-menu-top1 ul li.cart-item-top i {
    color: #956c09;
}

.header-menu-top1 ul li.cart-item-top {
    position: absolute;
    right: 0;
    top: -10px;
}

.header-menu-top1 ul li a {
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.header-menu-top1 ul li.cart-item-top a:hover {
    text-decoration: none;
}

.search-box-header {
    width: 400px;
    position: absolute;
    right: 0;
    top: 40px;
}

.search-form .form-group {
    width: 100%;
    border-radius: 25px 4px 4px 25px;
}

.logo-header {
    margin-top: 15px;
}

div.owl-prev {
    opacity: 1;
    margin: 0;
    position: absolute;
    /*-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);*/
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);*/
    cursor: pointer;
    background: transparent;
    width: 42px;
    height: 48px;
    padding: 0;
    top: 45%;
    left: 15px;
    z-index: 1;
}

div.owl-prev:before {
    font-family: "FontAwesome";
    content: '\f104';
    height: 60px;
    width: 40px;
    display: block;
    z-index: 1;
    position: absolute;
    top: -16px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    color: #edededa8;
    font-size: 48px;
}

div.owl-next {
    opacity: 1;
    margin: 0;
    position: absolute;
    /*-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);*/
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);*/
    cursor: pointer;
    background: transparent;
    width: 42px;
    height: 48px;
    padding: 0;
    right: 15px;
    top: 45%;
    z-index: 1;
}

.owl-next:before {
    font-family: "FontAwesome";
    content: '\f105';
    height: 60px;
    width: 40px;
    display: block;
    position: absolute;
    top: -16px;
    bottom: 0;
    left: -1px;
    right: 0;
    margin: auto;
    overflow: hidden;
    color:#edededa8;
    font-size: 48px;
    margin-top: 0;
    background-color: transparent;
    text-align: center;
}

#slick-slider-home ul.slick-dots li {
    height: 5px;
    width: 64px;
}

.dropdown-submenu {
    position: relative;
}

.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;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.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;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.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;
}

a.menu-two {
    text-shadow: 1px 1px 1px #c9ae77, 3px 3px 5px #bbbbca
}

.menu-block #menu-header-1 {
    border: none;
}

ul.product-list-contact li.title-price {
    position: absolute;
    left: 0;
}

ul.product-list-contact li.button-buy {
    position: absolute;
    right: 0;
}

.item-price span.t-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.bd1p {
    border: 1px solid #eee;
}

.product-list-item {
    padding: 20px 0;
}

.case {
    height: 54px;
}

.product-list-title {
    height: 44px;
}

.product-list-img img.center {
    display: block;
    margin: 0 auto;
}

.pagN .pagination>.active>a {
    background-color: #a28757;
    border-color: #8f7344;
}

.btn-copper {
    background-image: -webkit-linear-gradient(top, #b77d28 0, #9f7749 100%);
    background-image: -o-linear-gradient(top, #fdf8d5 0, #fdf8d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cbab5b), to(#c9a885));
    background-image: linear-gradient(to bottom, #d4be60 0, #937148 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #f8db7f;
}

a.btn-copper:hover,
a.btn-copper {
    color: #fff;
}

.product-content .pri {
	font-family: var(--f-title01);
    position: absolute;
    line-height: 30px;
}

.list-link-footer h3 {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    color: #cab35c;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.list-link-footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer {
    margin-top: 20px;
}

.list-link-footer ul li {
    color: #666666;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 3px;
    text-align: left;
    text-transform: uppercase;
}

.list-link-footer ul li a,
.list-link-footer ul li a:hover {
    color: #e0e0e0;
}

.footer-top {
    background-color: #222;
    padding: 20px 0;
}

h3.receive {
    color: #eee;
    font-size: 12px;
}

.list-link-footer ul li {
    color: #eee;
}

#newslatter {
    float: right;
    margin-top: 9px;
    width: 250px;
}

.newslatter {
    padding: 5px 0;
    width: 230px;
    height: 30px;
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
}

.newslatter input {
    position: absolute;
    width: 200px;
    float: Left;
    /*margin-left: 210px;*/
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 30px;
    line-height: 18px;
    padding: 0 2px 0 2px;
    border-radius: 1px;
}

.newslatter:hover input,
.newslatter input:focus {
    width: 200px;
    /*margin-left: 210px;*/
}

.btn-sm {
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius: 1px;
}

#slick-slider-home {
   
    overflow: hidden;
}

.info-product ul {
    list-style-type: none;
    padding-left: 0;
}

.info-product ul li {
    color: #000000;
}

.red {
    color: red;
}

#preview {
    width: 400px;
    height: 267px
}

.spinner {
    width: 100px;
}

.spinner input {
    text-align: right;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}

.input-group-btn-vertical>.btn:first-child {
    border-top-right-radius: 4px;
}

.input-group-btn-vertical>.btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}

.header-menu-top1 ul li .add-to-cart-success {
    cursor: default;
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 15px #b3b3b3;
    right: 0;
    padding: 20px 24px;
    border-radius: 3px;
    z-index: 9999;
    top: calc(100% + 15px);
    border: 1px solid #d6d6d6;
}

.header-menu-top1 ul li .add-to-cart-success .close {
    opacity: 1;
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
}

.header-menu-top1 ul li .add-to-cart-success p {
    text-align: left;
}

.header-menu-top1 ul li .add-to-cart-success p {
    color: #333;
    font-size: 14px;
}

.header-menu-top1 ul li .add-to-cart-success .btn {
    background: #fd4040;
    background: -moz-linear-gradient(top, #fd4040 0, #d71a1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fd4040), color-stop(100%, #d71a1a));
    background: -webkit-linear-gradient(top, #fd4040 0, #d71a1a 100%);
    background: -o-linear-gradient(top, #fd4040 0, #d71a1a 100%);
    background: -ms-linear-gradient(top, #fd4040 0, #d71a1a 100%);
    background: linear-gradient(to bottom, #fd4040 0, #d71a1a 100%);
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 100;
    vertical-align: top;
    font-size: 14px;
    padding: 0;
    line-height: 33px;
    box-shadow: 0 -2px 0 #a80000 inset;
    border-radius: 5px;
    width: 272px;
}

.header-menu-top1 ul li .add-to-cart-success .btn {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4040', endColorstr='#d71a1a', GradientType=0);
    text-align: center;
    white-space: nowrap;
}

.header-menu-top1 ul li .add-to-cart-success:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: -8px;
    right: 15px;
    transform: rotate(45deg);
    background: #fff;
    box-shadow: -1px -1px 0 #dfdfdf;
    z-index: -1;
}

.header-menu-top1 ul li .add-to-cart-success p img {
    margin-right: 15px;
}

a.delete-item-cart {
    color: #a09f9f;
    cursor: pointer;
}

.mb30 {
    margin-bottom: 30px;
}

.old-price {
    text-decoration: line-through;
}

.em_blog-cat {
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    padding: 15px;
}

.block-title {
    border-bottom: 2px solid #e0e0e0;
    text-align: center;
}

.block-title span {
    font-size: 16px;
    font-weight: 700;
}

.nav-blog li {
    padding: 10px 0 0 0;
}

.nav-blog li a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.nav-blog li a:hover {
    border-bottom: #e9e9e9;
    text-decoration: none;
}

.nav-blog {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}

.post-title h3 {
    margin-top: 2px;
}

.post-title h3 a:hover {
    text-decoration: none;
}

.post-title h3 a {
    font-size: 18px;
    color: #333;
}

.post-image figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.post-image figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

figure {
    width: 300px;
    height: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.em_post-item {
    margin-bottom: 20px;
}

.em_post-action .ord h4 {
    background-color: #e9e9e9;
    padding: 10px;
}

.post-title h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

/*zoom image*/
.product-area {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
}

.product-area section {
    padding-top: 0;

}

.product-trigger {
    display: inline-block;
    width: 100%;
    float: left;
    border: 1px solid #e0e0e0;
}


.detail {
    position: absolute;
    width: 75%;
    margin-left: -57px;
    float: left;
    height: 440px;
    margin-top: 20px;
}

.detail.active {
    z-index: 99999;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.detail button {
    vertical-align: middle;
    opacity: .5;
    cursor: unset;
    background: #fff;
    margin-left: 1em;
}

@media (max-width: 610px) {

    .detail,
    .product-trigger {
        float: none;
    }

    .product-trigger {
        display: block;
        width: 50%;
        max-width: 200px;
        margin: 0 auto;
    }

    .detail {
        margin: 0;
        width: auto;
    }

    p {
        margin: 0 auto 1em;
    }

    .responsive-hint {
        display: none;
    }

    h3 {
        margin-top: 20px;
    }
}

#product-detail-img-product img.item-img {
    width: 80px;
    border: 1px solid #E0E0DF;
}

#product-detail-img-product img.item-img.active {
    width: 80px;
    border: 1px solid #996d06;
}

.scroll::-webkit-scrollbar {
    width: 0;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.mt10 {
    margin-top: 10px;
}

.mb60 {
    margin-bottom: 60px;
}

.drift-bounding-box {
    background-color: rgba(0, 0, 0, 0.4);
}

.drift-bounding-box {
    position: absolute;
    pointer-events: none;
}

.responsive-hint {
    display: none;
}

.list-thumb-img {
    width: 100%;
    height: 112px;
    overflow: scroll;
    /* overflow-y: hidden; */
    display: inline-flex;
}
@media screen and (max-width:480px){
	
.navbar-toggle{background:#000;}
.navbar-toggle .icon-bar{background:#fff;}
.search-box-header {
	z-index: 9999999;
	width: 295px;
    position: absolute;
    left: 0;
    top: 42px;
}
	
	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}

/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {

    /* Styles */
    .navbar-toggle {
        background-color: #956c09;
        border: 1px solid rgb(149, 108, 9);
    }

    .menu-block {
        margin-top: 40px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {

    /* Styles */
    .navbar-toggle {
        background-color: #956c09;
        border: 1px solid rgb(149, 108, 9);
    }

    .menu-block {
        margin-top: 40px;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .search-box-header {
        width: 350px;
        position: absolute;
        right: 15px;
        top: 40px;
    }
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}


@media screen and (max-width: 768px) {
    .menu-icon {
        position: relative;
        float: right;
        width: 46px;
        height: 40px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        line-height: 1em;
        cursor: pointer;
        color: #fff;
        padding: 7px 0;
        z-index: 99999;
        background: #000;
        margin-right: 5px;
        border-radius: 5px;
    }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 26px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -8px;
  }
  .menu-icon span::after {
    margin-top: 8px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
	#gnavi{display:none;}
    #gnavi ul{padding-left:0;}
    .gnavi li {
        position: relative;
        z-index: 0;
        list-style:none;
    }
    .gnavi > li > a {
        font-size: 14px;
        padding: 14px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-decoration: none;
        color: #000;
        display: block;
        font-weight: 500;
    }
    .gnavi > li:last-child > a{border:none;}
    .submenu {
        position: relative;
        z-index: 99;
        display: none;
        min-width: 200px;
    }
    .submenu a {
    text-decoration: none;
    white-space: nowrap;
   color: #000;
    background: #d9d9d9;
  padding: 14px 20px;
    border: none;
    display: block;
    transition: all 0.5s ease;
  }
    .subsubmenu, .subchildmenu {
        position: relative;
        left: 0;
        padding: 0;
        min-width: 200px;
        top: 0;
    }
    .subsubover a {
        background: #adadad;
    }
    .subchildmenu a {
        background: #979797;
    }
    .gnv-ico {
        width: 50px;
        height: 48px;
        position: absolute;
        background: #e9e9e9;
        right: 0;
        top: 0 !important;
        transform: none !important;
        border: none !important;
    }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }

  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

	
}
@media screen and (max-width: 480px) {
	.modal-open .modal{z-index: 99999999;}
	.logo-header img{max-width:100%;width: 200px;}
	.title{background: #d4be60;}
	.title h4{line-height:1.5}
	.title h4 span{background:none}
	.title h4 span:after{display:none;}
	
	
	
}

.notice_login {
    display: none;
    font-size: large;
}