﻿/*Page.aspx Css*/
/*Start special CSS*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

.m-hight-none {
    min-height: 0;
}

.pad-none {
    padding-right: 0;
    padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Times New Roman';
    font-size: 20px;
}
img {
    max-width: 100%;
}

a:focus {
    outline: none;
}
h2 {
    font-size: 18px;
}

h3, h4, h5, h6 {
    font-size: 16px;
}

h1, .h1, h2, .h2, h3, .h3 {
    line-height: 24px;
}

ul, ol {
    margin-right: 0 !important;
}

a, a:hover,a:focus,a:visited {
    text-decoration: none;
    font-family: Times New Roman;
}
.row{
    margin: 0;
}
body {
    font-family: 'Times New Roman';
    padding: 0;
    line-height: 24px;
    background: #000;
    min-height: 100%;
    color:#555;
}

p {
    line-height: 24px;
    font-size: 14px;
}

#wrap {
    overflow: hidden;
    position: relative;
}

#contentWrapper1 {
    position: relative;
    padding-bottom: 15px;
    background:url(images/wrap-top-bg.png) no-repeat center 10px,url(images/wrap-bg.jpg) no-repeat 0 0;   
    display: inline-block;
    width: 100%;
    background-size:auto,cover;
    padding-top:70px;
}
.showControlBar .dnnForm {
    background-color:#fff;
}
/*------------------------------------------------*/
/* Start HEADER */
/*------------------------------------------------*/
.logo {
    background:url(images/logo.png) no-repeat 0 0;
    width:142px;
    height:98px;
    float:left;
    margin:40px 0 20px; 
}
.header {
    background:url(images/wrap-bg.jpg) no-repeat 0 0;   
    position:relative;
}
.header::before {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:70%;
    content:'';
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
.info-header  {

    text-align:right;
    margin-top:70px;
}
.info-header a{
    color:#8b8b8b;
    font-size:18px;
}
.menu {
    position:relative;
}
.menu::before,.menu::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    box-shadow: 1px 0 2px #000;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 3%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 97%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 3%,rgba(0,0,0,1) 50%,rgba(255,255,255,1) 97%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 3%,rgba(0,0,0,1) 50%,rgba(255,255,255,1) 97%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00ffffff',GradientType=1 );
}
.menu::after {
   top:auto;
   bottom:0;
}
.language-object {
    text-align: center;
    float: right;
    margin:10px 0;
}

.Language {
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    height: 17px;
    margin-top: 10px;
    overflow: hidden;
    max-width: 53px;
    vertical-align: middle;
    padding: -4px;
    line-height: 16px;
}
.Language a {
    color:#fff !important;
    transition:all 0.3s ease-in;
}
.Language a:hover {
    color:#dec98a !important;
}
span.Language.selected {
    color:#cdaf48 !important;
    background:url(images/lan-divider.jpg) no-repeat right center;
}
.Language {
    margin: 0 2px;
}
.widget-box {
    width:100%;
    /* display:inline-block; */

    text-align:center;
}
.widget-icon {
    border: 4px solid #1f1f1f;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: #000;
    -webkit-box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.75);
    transition: all 0.9s ease-in-out;
}

.widget-icon:hover::before {
    transform:rotate(360deg);

}
.widget-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    -webkit-box-shadow:  inset 0 6px 3px -2px rgba(191,163,66,0.7);
    -moz-box-shadow:  inset 0 6px 3px -2px rgba(191,163,66,0.7);
    box-shadow: inset 0 6px 3px -2px rgba(191,163,66,0.7);
    border-radius: 50%;
        transition: all 0.9s ease-in-out;
}
.widget-icon img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.widget-box span {
    color: #caac44;
    margin: 10px 0 0;
    display: inline-block;
    font-size:16px;
}
.widget-link {
    color: #cecece !important;
    display: block;
    text-align: center;
    border-top: 1px solid #1f1f1f;
    width:80%;
    margin: 10px auto;
    font-size: 14px;
    padding: 9px 0;
    transition:all 0.3s ease-in;
    position:relative;
}
.widget-link:hover {
    color:#a59564 !important;
}
.widget-link::before {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transform:scale(0);
    opacity:0;
    background-color:#3e3415;
    height:1px;
    content:'';
    transition:all 0.3s ease-in;
}
.widget-link:hover::before {
    transform:scale(1);
    opacity:1;

}
.about-txt {
    color: #cecece;
    text-align: center;
    padding: 10px 40px;
    font-size: 17px !important;
    line-height: 34px !important;
}
.about-txt a {
    color:#cecece !important;
}
/* Effect 8 */
.hi-icon {
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hi-icon:hover {
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
.hi-icon {
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #d3b651, 0 0 0 5px rgba(190,158,49,0.8);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #d3b651, 0 0 0 5px rgba(190,158,49,0.8);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #d3b651, 0 0 0 5px rgba(190,158,49,0.8);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #d3b651, 0 0 0 5px rgba(190,158,49,0.8);
		-moz-transform: scale(1.2);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #d3b651, 0 0 0 5px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #d3b651, 0 0 0 5px rgba(255,255,255,0.5);
		transform: scale(1.2);
		opacity: 0;
	}
}

/*------------------------------------------------*/
/* EDN HEADER */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* START CONTENT */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* END CONTENT */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* START NBStoreSearch */
/*------------------------------------------------*/
.ih-item, .ih-item * {
    box-sizing: border-box;
}
.ih-item a {
    color: #333;
}
.ih-item a:hover {
    text-decoration: none;
}
.ih-item .img img {
    height: 100%;
    width: 100%;
}
.ih-item.circle {
    border-radius: 50%;
    height: 220px;
    position: relative;
    width: 220px;
}
.ih-item.circle .img {
    border-radius: 50%;
    height: 220px;
    position: relative;
    width: 220px;
}
.ih-item.circle .img::before {
    border-radius: 50%;
-webkit-box-shadow:0px 5px 10px -3px rgba(0,0,0,0.3);
-moz-box-shadow:0px 5px 10px -3px rgba(0,0,0,0.3);
box-shadow:0px 5px 10px -3px rgba(0,0,0,0.3);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
    border:7px solid #d3d3d3;
}
.ih-item.circle .img img {
    border-radius: 50%;
}
.ih-item.circle .info {
    backface-visibility: hidden;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.ih-item.circle.effect19.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect19 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect19 .info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    margin:83px 30px 0;
    padding:10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);

}
.ih-item.circle.effect19 .info h3 a {
    color: #fff;

}
.ih-item.circle.effect19 .info p {
  color: #d6d6d6;
  padding: 10px 5px;
  margin: 0 30px;
  font-size: 16px;
  font-family:Avian;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect19:hover .img::before {
    border-color:#9ed9e1;
}
.ih-item.circle.effect19:hover .info {
  opacity: 1;
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);
  transform: scale(0.94);
}

/*------------------------------------------------*/
/* END NBStoreSearch */
/*------------------------------------------------*/
#dnn_ctr362_DNNArticle_panel1 br {
    display:none;
}
.DnnModule-DNNArticle-ArticleView {
    margin-top:30px;
}
.articel-container {
    background: #13b1ec; /* Old browsers */
    background: -moz-linear-gradient(top, #13b1ec 0%, #65d5ff 16%, #13b1ec 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #13b1ec 0%,#65d5ff 16%,#13b1ec 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #13b1ec 0%,#65d5ff 16%,#13b1ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13b1ec', endColorstr='#13b1ec',GradientType=0 ); /* IE6-9 */
    border-top:1px solid #d2d2d2;
    border-bottom:1px solid #d2d2d2;
    width:100%;
}
.fa-paperclip {
    color: #a38009;
    margin-right: 5px;
}
.news-box {
    padding:0;
}
.tabid-113 .ModDNNArticleListC .mainArticleWrapper{
    display: flex;
    flex-wrap: wrap;
}
.news-related-ttl {
    padding: 12px 10px;
    text-align:left;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin:0;
}
div[id*="DNNArticle_List_divForSlick"] {
    margin:0 !important;
}
.fa-angle-double-left {
    margin-left: 5px;
    color: #033;
}
.news-related-ttl h4 {
    display:inline-block;
    width:50%;
}
.news-related-ttl .last-ttl {
    color: #cdaf48 !important;
    transition: all 0.3s ease-in-out;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size:17px;

}
.news-related-ttl p {
    text-align:justify;
    padding:10px;
    margin-bottom:0;
    border-bottom: 1px solid #3e3415;
    color:#ddd;
    min-height: 142px;
}
.news-related-ttl a:hover {
    text-decoration:none;
    color:#bbb !important;
}
.last-view {
    text-align:center;
    display:inline-block;
    width:213px;
}
.articel-inside-page .ModDNNArticleListC{
    text-align: center;
    display: inline-block;
}
.last-view .news-box {
    display: inline-block;
    width: 200px;
    padding:30px 20px;
}
.last-view .news-box img {
 border-radius:50%;
 border:2px solid #ccc;
}
.last-view .news-ttl {
    background:none;
}
.articel-view {
    background: rgba(73,71,72,0.6);
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #737373;
    position: relative;
    padding: 5px;
}
.ModDNNArticleArticleViewC {
    background-color: #c6c6c6;
    background-color: rgba(73,71,72,0.6);
    padding: 10px;
    border: 1px solid #737373;
}
table[id*="ViewDNNArticle"] td{
    background-color:#fff;
        padding: 10px 5px;
}
.articel-view::before,.articel-view::after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 13px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 13px rgba(0,0,0,0.8);
    box-shadow:0 0 13px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.articel-view::after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
/* .articel-view img {
    width:100%;
} */
.articel-view .news-ttl {
    text-align:right;
    padding:10px 0;
}
.articel-view .news-ttl a {
    padding:10px;
    border-bottom:1px solid #ccc;
    color:#d10000 !IMPORTANT;
}
.news-img{
    margin:20px auto;
    width:203px;
    height:163px;
    position:relative;
    transition:all 0.3s ease-in;
    -webkit-box-shadow:12px -14px 0 -4px #cecece;
    -moz-box-shadow:12px -14px 0 -4px #cecece;
    box-shadow:12px -14px 0 -4px #cecece;
}
.news-img img {
    height: 163px;
    margin: auto;
    width: 230px;
    border-bottom:3px solid #001727;
    transform: translate3d(0px, 0px, 0px) scale(1);
    opacity:1;
   transition:all 0.3s ease-in;
}
.slick-slide img {
    display: block;
    opacity: 1 !IMPORTANT;
}
.news-img:hover img {
     transform: translate3d(7px, -10px, 0px) scale(1);
}
.news-box a {
    color:#000;
}
.news-box .info-back a {
    color:#fff;
}
.news-box span {
    color:#fff;
}
.news-text-view {
    padding:15px;
    color:#ccc;
    text-align:justify;
   margin-bottom: 5px;
}
.news-text-view p {
    font-size:14px !important;
}

.news-text-view ul {
    list-style-type:none;
    padding:10px;
}
.news-text-view ul li {
    color:#8a8a8a;
    background:url(images/cooking-icon.png) no-repeat right center;
    padding:8px 30px;
}
.info-articel-out {
    border-top:1px solid #ccc;
    padding-top:5px;
    display: inline-block;
    width: 100%;
}
.time-articel {
    position:absolute;
    background-color:rgba(0,0,0,0.8);
    color:#fff;
    z-index:50;
    padding:5px;
    font-family:BNazanin;
    right:0;
}
.news-ttl {
    font-size: 14px;
    text-align:right;
    background-color:#2d2d2d;
    position:absolute;
    bottom:14px;
    right:-17px;
    width:90%;
    padding:10px;
    text-overflow:ellipsis;
    white-space:nowrap;
    box-shadow:0 0px 0 rgba(0,37,65,0) inset;
    transition:box-shadow 0.2s ease-in;
    z-index:1000;
}
.news-img:hover .news-ttl{
    box-shadow:-200px 0px 0 rgba(0,37,65,1) inset;
    transition:box-shadow 0.3s ease-in-out;
}
.news-img:hover .news-ttl::after {
border-right: 21px solid #002541;
transition-delay:0.29s;
transition-timing-function:steps(1, start);
}
/*.news-img:hover .news-ttl a {
    color:#13496f !important;
}*/
.news-ttl::before {
    position:absolute;
    top:-10px;
	width: 0; height: 0;
    border-bottom:10px solid #505050;
    border-right:10px solid transparent;
    right:0;
    content:'';
}
.news-ttl::after {
    border-bottom: 17px solid transparent;
    border-right: 21px solid #2d2d2d;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    left: -21px;
    position: absolute;
    top: 0;
    /*transition:all 0.3s ease-in-out;*/
    width: 0;
}
.news-ttl a {
    color:#e7e7e7 !important;
    transition:all 0.5s ease;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    display:block;

}
.news-ttl-view {
    text-align:right;
    background: #5a5a5a;
    border-bottom: 1px solid #797979;
    padding: 10px;
    font-size: 18px;
}
.news-ttl-view a {
    color:#fff !important;
}
.news-text {
    text-align: justify;
    line-height: 20px;
    color: #cccccc;
    font-size: 15px;
    display: inline-block;
}
.img-responsive {
    height:170px;
    margin:0 auto;
    display:block;
    width:100%;
}
.news-text-view .overlay {
    background-color:#cdaf48;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.news-text-view .icon-links {
    margin-bottom:0;
}
.news-text-view .overlay .fa {

color: #fff;
    font-size: 20px;
    margin: 5px;
    border-bottom: 2px solid #586779;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #3a4858;
    border-radius: 3px;
    transition:all 0.3s ease-in;
}
.news-text-view .overlay .fa:hover {
    background-color: #000;
}
.more-news {
    color: #c0b7b2 !important;
    text-align: right;
    padding: 10px 15px 10px 0;
    width: 100%;
    font-size: 14px;
    float: left;
    transition: all 0.3s ease-in;
}
.more-news:hover {
    color: #cdaf48 !important;
}
.info-articel {
    color: #ccc;
}
.news-ttl-inside {
    font-size: 17px;
    padding: 10px 0;
}
.img-last-news {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #CCC;
}
.news-ttl-inside a {
    color: #fff !important;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
   transition:all 0.3s ease-in;
}
.news-ttl-inside:hover a {
    color:#a98612 !important;
}
.hovereffect {
    float: left;
    position: relative;
    cursor: default;
}

.hovereffect .overlay {
    position: absolute;
    top: 0;
    left: 0;
}
.hovereffect, .hovereffect .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hovereffect img {
    display: block;
    position: relative;
}

.ehover10 button, .hovereffect button.info {
    display: inline-block;
}

.hovereffect h2 {
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0,0,0,.6);
}

.hovereffect button.info {
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #fff;
    margin: 50px 0 0;
    border-radius: 0;
    background-color: transparent;
}

.hovereffect button.info:hover {
    box-shadow: 0 0 5px #fff;
}
.ehover10 .overlay, .ehover10 img {
    -webkit-transition: -webkit-transform .35s;
}
.ehover10 img {
    transition: transform .35s;
}

.ehover10:hover img {
    -webkit-transform: translate3d(0,-10%,0);
    transform: translate3d(0,-10%,0);
}

.ehover10 .overlay {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 4.75em;
    background:#b99829;
    color: #3c4a50;
    transition: transform .35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.overlay .info {
    border:1px solid #ccc;
    background-color:#232f3e;
    color:#fff !important;
    width:40%;
    float:left;
    text-align:center;
    padding:5px;
}
.ehover10 button.info {
    float: left;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    background: rgba(0,0,0,.6);
}

.ehover10 p.icon-links a {
    float: right;
    color: #fff;
    font-size: 1.2em;
}
.ehover10:hover p.icon-links a:focus, .ehover10:hover p.icon-links a:hover {
    color: #252d31;
}
.ehover10 button, .ehover10 p.icon-links a {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

.ehover10 p.icon-links a span::before {
    display: inline-block;
    padding: 8px 5px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ehover10:hover .overlay, .ehover10:hover button, .ehover10:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ehover10:hover h2 {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}

.ehover10:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.ehover10:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.ehover10:hover p.icon-links a:first-child {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

/*------------------------------------------------*/
/* START CONTAINER_BOX */
/*------------------------------------------------*/
.DNNContainer_Title_Product {
    display: inline-flex;
    position: relative;
    width: 100%;
}
.DNNContainer_Title_Product fieldset {
    border-top:3px solid #fff;
    -webkit-box-shadow: inset -1px 8px 7px -7px rgba(0,0,0,0.2);
    -moz-box-shadow: inset -1px 8px 7px -7px rgba(0,0,0,0.2);
    box-shadow: inset -1px 8px 7px -7px rgba(0,0,0,0.2);
    margin-bottom:50px;
}
.DNNContainer_Title_Product legend {
    background: #ffffff;
    padding: 9px 47px 4px;
    border-radius: 10px;
    color: #626262;
    border: 1px solid #d4d4d4;
    width: auto;
    border-top: 0;
    font-size: 15px;
    position: relative;
    -webkit-box-shadow:0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow:0px 2px 5px 0px rgba(0,0,0,0.2);
}
#dnn_LeftPane .ModNBStoreProductListC .ProductList {
    margin-top:20px;
}
.DNNContainer_Title_Articel {
background-color: #ebebeb;
    margin-top: 34px;
    border-radius: 0px;
    border: 1px solid #ddd;
}

.DNNContainer_Title_Articel legend {
    font-size: 16px;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    padding: 5px;
    border-radius: 3px;
    color: #006cb5;
}
.DNNContainer_Title_Simple fieldset {
    position: relative;
    margin: 30px 0;
    border-top: 1px solid #373737;
    display: table-row;
}
.DNNContainer_Title_Simple legend{
    border: 0 none;
    margin-bottom: 11px;
    padding: 12px 5px 6px 5px;
    width: auto;
    font-size: 15px;
    color: #ceb04a;
}
/*------------------------------------------------*/
/* END CONTAINER_BOX */
/*------------------------------------------------*/


/*------------------------------------------------*/
/* START catequrymenu */
/*------------------------------------------------*/
.SCat-Main {
    list-style-type: none;
    display: inline-block;
    text-align:left;
    width: 100%;
    margin: 0;
}

.SCat-Main li {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px dashed #373737;
}
.SCat-Main li a {
    color:#cecece;
    font-size:15px;
    transition:all 0.3s ease-in;
}
.SCat-Main li a:hover {
    color:#d3b651;
}
.SCat-Main li a img {
    margin-right:10px;
}
.catequry-box {
    display: inline-block;
    padding: 30px 15px;
    width: 100%;
}

.ttl-catequry {
    border-bottom: 2px solid #ccc;
    padding: 0 0 10px;
}

.ttl-catequry a {
    color: #0066b3 !important;
    transition: all 0.3s ease-in;
}

.catequry-summary {
    color: #7b7b7b;
    height: 113px;
    overflow: hidden;
    padding: 10px 0;
    text-align: justify;
    line-height: 21px;
}

.more-product {
    color: #50bdc5 !important;
    padding: 10px 0;
    float: left;
    transition: all 0.3s ease-in;
}

.more-product:hover, .ttl-catequry a:hover {
    color: #001727 !important;
}

.SCat-sub-menu {
    display:none;
}
.SCat-Nav li.SCat-have-sub-menu span{
    visibility:visible;
}
.SCat-Nav li span {
    display:none;
    float: right;
    vertical-align: middle;
    margin-top: 11px;
    font-size: 18px;
    color: #bbb;
    cursor:pointer;
}
.SCat-sub-menu li img {
    display:none;
}
.SCat-sub-menu li:last-child {
    border:0;
}
.SCat-sub-menu li {
    background:url(images/menu-divider.jpg) left center no-repeat;
}
.SCat-sub-menu li a {
    padding-left:5px;
}
.SCat-Nav.product-page li span {
    display: inline-block;
    margin-left: 10px;
    float: none;
}
    .SCat-Nav.product-page li span.fa{
        position:absolute;
        right:5px;
    }
    /*------------------------------------------------*/
    /* END catequrymenu */
    /*------------------------------------------------*/
    /*------------------------------------------------*/
    /* START NB_STORE */
    /*------------------------------------------------*/
    .ListCell, .AltListCell {
        padding: 15px;
    }

.img_link {
    transition: all 0.3s ease-in-out;
}

.product-list {
    position: relative;
    width: 250px;
    padding: 10px;
    margin:0 auto;
}
.product-Sidebar {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #a9a9a9;
    padding: 5px;
}
.product-Sidebar .img_link {
    padding: 0;
}

.mask-product span {
    background-color: #56baba;
    border-radius: 50%;
    color: #fff;
    height: 50px;
    padding-top: 12px;
    vertical-align: middle;
    width: 50px;
    border: 1px solid #2f8484;
}

#dnn_SidebarPane .ListCell, #dnn_SidebarPane .AltListCell {
    padding: 0 5px;
    width: 100%;
}

.product-Sidebar h3 {
    padding-top: 15px;
    font-size: 14px;
    text-align: right;
}

.product-Sidebar h3 a {
    color: #012e71 !important;
}
.productpage-box {
    width: 234px;
    background-color: rgba(73,71,72,0.6);
    position:relative;
    padding:30px 0 0;
    transition:all 0.3s ease-in;
    margin:20px 0;
}
.productpage-box::before{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #111111 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 15px 15px;
    height: 6px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    left: 0;
    margin: 0 auto;
}
.productpage-box-in {
    color: #fff;
    position: relative;
    padding: 0;
    transition: all 0.3s ease-in;
    overflow: hidden;
}
.productpage-box h3 a {
    color:#d3b651 !important;
}
.productpage-box:hover {
    background-color:#494748;
}
.more-detail {
    position: absolute;
    bottom: -30px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #555 !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 19px;
    box-shadow: 0 0 3px #999;
    transition: all 0.3s ease-in;
    z-index: 100;
    font-size: 14px;

}
.productpage-box h3 {
    margin:0 0 22px;
}
a.img_link {
    width: 250px;
    display: block;
    height: 233px;
    background-color:#fff;
}
.more-detail:hover {
    color:#cdaf48 !important;
    box-shadow:0 0 5px #ccc;
    transform: scale(1.1);
}
.productpage-box .img_link img {
    transform: scale(1);
    transition: all 0.3s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.productpage-box:hover .img_link img {
    transform: scale(1.1);
}
.Price {
    padding:5px 10px;
    border-top: 1px solid #43b7bf;
    color: #ffbf2e;
    display: inline-block;
}
.Best-selling-box {
    padding: 5px 0;
    border-bottom: 1px dashed #bbb;
    display: inline-flex;
    width: 100%;
    background-color: #fff;
    margin: 5px 0 0;
    text-align: right;
}
.Best-selling-box h3 a {
    color:#373435 !important;
    transition:all 0.3s ease-in;
}
.Best-selling-box:hover h3 a {
    color:#2abbce !important;
}
.Best-selling-box .img_link {
    padding:5px;
}
.Best-selling-box .Price {
    padding: 0px 0;
    color: #ccc;
    display: inline-block;
    width: 100%;
    text-align: right;
    vertical-align: top;
    font-size: 14px;
    border:0;
}
.Best-selling-box .cart-btn .fa {
    color: #999;
    font-size: 18px;
    margin: 17px 5px 0px;
    border-right: 1px solid #ccc;
}
.Detail {
    margin: 10px;
    padding: 15px;
    background-color:#494748;
    border:1px solid #000;
    margin-top:34px;
}

#commentApp.container {
    width: auto !important;
}

.Detail .right {
    float: left;
    width: 45%;
    padding: 0px;
}

.Detail .out-top {
    display: inline-block;
    width: 100%;
}

.RelatedProducts {
    padding: 10px;
}

.Detail .left {
    padding-left: 10px;
    text-align: justify;
    width: 50%;
    float:right;
}

.Detail .left .cart-btn {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.Reference .Label {
    color: #0051ba;
    font-size: 18px;
}

.detail-container {
    display: inline-block;
    width: 100%;
}

.detail-container .new-product-title {
    box-shadow: 3px 3px 5px #ffc78b inset;
}

.Detail .image {
    background: #fff;
    border: 1px solid #ddd;
    padding:22px;
    position: relative;
    text-align: center;
}

.summary p ,.summary {
    font-size:15px !important;
    color: #d4d4d4;

}
.Detail .Price {
    border-top: 1px solid #ccc;
    color: #999;
    width: 100%;
    text-align: right;
    padding: 5px 0;
}
.Detail .name {
    color: #b89829;
    font-size: 16px;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.Detail .GalleryWrapper {
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.Detail .GalleryOuter {
    display: inline-block;
    margin: 10px auto;
}

#dnn_AllDepartmanPane .Price span {
    color: #0051ba;
    font-size: 20px;
}

.Detail .GalleryInner {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
}

.Detail .GalleryInner a:focus {
    outline: medium none;
}
.Detail .GalleryInner img {
box-shadow: 0 0 3px #ccc;
    border: 1px solid #ddd;
}
.name-2, .EmailForPrice a {
    color: #555 !important;
    font-size: 14px;
    padding: 10px 0;
}

.name-2 span {
    color: #007dd1;
}

.ProductDescripton {
    color: #8e8e8e;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    text-align: justify;
}

.ProductDescripton p {
    font-size: 14px !important;
    margin-bottom: 0;
}

.Basket {
    color: #c3942e !important;
    float: right;
    font-size: 16px;
    padding: 35px 0 10px;
}

.Detail .InformationPanel {
    display: inline-block;
    margin: 10px 0 !important;
    width: 100%;
}

.tab-content {
    color: #666;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.tab-content p {
    font-size: 14px !important;
    text-align: justify !important;
}

.tab-content table {
    margin: 0 !important;
}

.tab-content table tr:first-child td {
    color: #006cb5;
    background-color: #b7cfe0;
}

.tab-content table tr td {
    background-color: #f5f5f5 !important;
    padding: 3px;
    border: 1px solid #ddd !important;
    color: #555;
}

.tab-content table tr:nth-child(even) td {
    background-color: #fff !important;
    color: #555;
}

.tab-content table tr td p {
    text-align: center !important;
}

.Detail h1, .Detail h2, .Detail h3, .Detail h4, .Detail h5, .Detail h6 {
    /*background: rgba(0, 0, 0, 0) url("images/detail-icon-ttl.jpg") no-repeat scroll 0 center;*/
    color: #d0b072;
    padding-left: 40px;
}

.tabbable-line ul {
    margin-left: 0;
}

.RelatedOuter {
    border-bottom: 1px solid #f5f5f5;
    display: inline-block;
    margin: 10px;
    position: relative;
    width: 168px;
    border: 1px solid #ccc;
    padding: 10px;
}

.RelatedOuter::before {
    background: #21a8c6 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.RelatedOuter:hover::before {
    transform: scaleX(1);
    width: 100%;
}

.RelatedWrapper {
    text-align: center;
}

.RelatedOuter .Name {
    color:#373435;
    font-size: 14px;
    padding: 5px 0;
}

.Price {
    color: #ddd;
}

.cart-btn {
    display: inline-block;
    width: 100%;
}

.Basket {
    padding: 10px;
    border-radius: 5px;
    color: #fff !important;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
    background: rgb(109,179,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
    border: 1px solid #018eb9;
    transition: all 0.3s ease-in;
}

.Basket:hover {
    color: #018eb9 !important;
}
/*------------------------------------------------*/
/* END NB_STORE */
/*------------------------------------------------*/


/*------------------------------------------------*/
/* START FOOTER */
/*------------------------------------------------*/
.FooterPane {
    background:#000 url(images/footer-bg.jpg) no-repeat center bottom;
    width: 100%;
    border-top:1px solid #1b1b1b;
        margin-top: -8px;
}
.footer-btn {
    text-align: center;
    width: 100%;
    color: #464646;
    display: inline-block;
}
.FooterPane a {
    color:rgba(190,158,49,0.8) !important;
}
.FooterPane a:hover {
    color:#d4b447 !important;
}
.footer-item {
    /* display:inline-block; */
    width:100%;
}
.socila-box {
    text-align: center;
    padding: 10px 0 0;
    border-top: 1px solid #3f3c3c;
    margin-top: 45px;
}
.socila-box a {
    margin: 5px 2px;
    background-color:#000;
    width:38px;
    display:inline-block;
    height:38px;
    border-radius:50%;
    text-align:center;
    transition:all 0.3s ease-in;
    border:1px solid #2c2c2c;
}
.socila-box .fa {
    font-size: 17px;
    padding-top:10px;
    color: #cdaf48;

}
.socila-box .fa:hover {
    color:#ddd;
}
.copyright {
    font-family: arial;
    font-size: 12px;
}

.copyright, .copyright a {
    color: #989898 !important;
    transition: all 0.3s ease-in;
}

.copyright a:hover {
    color: #fff !important;
}
.FooterPane fieldset {
    border-top:1px solid #3e3415;
    margin-top:20px;
}
.FooterPane legend {
    width: auto;
    padding: 10px 10px 5px 0;
    color: #d4b447;
    font-size: 14px;
}
.footer-list {
    padding:0;
    list-style-type: none;
    text-align: left;
    margin:0;
    width: 50%;
    float: left;
}

.footer-list li {
    display:block;
    /*background: url(images/footer-list-icon.jpg) no-repeat left center;*/
}

.footer-list li a {
    color: #cfcfcf !important;
    padding:0;
    display: inline-block;
    position: relative;
    font-size:14px;
}
.footer-list li:last-child {
    background:none;
}
.cntct-info ,.cntct-info a{
    color: #bfbfbf !important;
}
.cntct-info a:hover {
    color:#d3b651 !IMPORTANT;
}
.cntct-info .fa {
    font-size: 18px;
    background-color:#b99829;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 6px 0;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    color: #000;
    float:left;
}
/*------------------------------------------------*/
/* END FOOTER */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* Start NAVIGATION */
/*------------------------------------------------*/
.menu .navbar {
    border: 0;
    padding: 0;
    margin-bottom: 0;
    display: block;
    line-height: 0;
    min-height: 0;
}

.menu .nav {
    backface-visibility: hidden;
    position: relative;
    z-index: 100;
    margin:0;
}
.navbar-collapse.collapse {
    padding:0;
}
.menu .navbar-toggle {
    background-color: transparent;
    /*float:left;*/
    padding: 0;
    margin-right: 10px;
}

.menu .icon-bar {
    border: 1px solid #fff;
}

.menu .navbar-inner {
    border: none!important;
    box-shadow: none!important;
    padding-left: 0!important;
}
/* for Simple Menu, see Simple menu folder */

.menu .nav.nav-pills {
    margin-right: 5px;
}

.menu .nav-pills > li.active > a, .menu .nav-pills > li.active > a:hover, .menu .nav-pills > li.active > a:focus {
    background-color: transparent;
    color: #cdaf48;
    transition: background-color 0.5s ease;
}

.menu .nav-pills > li > a {
    border-radius: 0;
    margin: 0px 0 0 17px;
}

.nav > li > a > img {
    margin-left: 3px;
}

.menu .nav-collapse {
    float: none;
    position: relative;
    z-index: 9;
}

.menu .nav li {
    list-style: none;
    position: relative;
    margin: 0;
}

.menu .nav-pills > li + li {
    margin-right: 0;
}

.menu .nav > li {
    float:left;
    background: url(images/menu-divider.jpg) no-repeat right center;
}

.menu .nav > li:last-child {
    background: none;
}

.menu .nav li a, .menu .nav li span {
    font-size: 15px;
    font-family: 'Times New Roman',Tahoma;
    color: #fff;
    padding: 5px 15px 5px 0;
    display: block;
    position: relative;
    letter-spacing: 0.5px;
}

.menu .navbar .nav > li > a {
    padding: 10px 22px;
    float: none;
    line-height: 24px;
    transition: color 0.2s ease 0s;
    border-radius: 3px;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
}
.menu .nav > li > a {
    transition: color 0.3s ease 0s;
}

.menu .nav > li > a:hover, .menu .nav > li > a:focus {
    color: #cdaf48;
}

.menu .nav li.dropdown {
    position: relative;
}

.menu .nav li.dropdown::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d0b24d transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px 4px;
    height: 6px;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    left: 0;
    margin: 0 auto;
}

.menu .nav .dropdown-menu li.dropdown::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #d0b24d transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px 5px;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 37%;
    content: '';
    right: 95%;
}

.menu .nav .dropdown-menu li.dropdown:hover::before {
    border-color: transparent #fff transparent transparent;
    z-index: 10;
}

.menu .nav-pills > li.active > a:hover {
    color: #cdaf48 !important;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;
}

.menu .nav .open > a, .menu .nav .open > a:hover, .menu .nav .open > a:focus {
    background-color: transparent !important;
}

.menu .nav > li > a:hover, .menu .nav > li > a:focus {
    border-radius: 3px;
    border: 0;
    background-color: transparent !important;
    color: #cdaf48 !important;
}

.menu .nav li.dropdown a::before {
    display: none;
}

.menu .nav > li:hover > a {
    color: #cdaf48;
    border-radius: 3px;
}

/* Secondary level */
.menu .nav > li ul {
    top: 100%;
    right: 0;
    padding: 0;
    margin-top: 0px;
    position: absolute;
    z-index: 10000;
    width: 260px;
    display: none;
    background: rgba(55,52,53,0.9);
    /* CSS3 */
    margin-right: 0;
    border-radius: 0 !important;
}

.menu .nav-collapse:not(.in) .nav li:hover > ul {
    display: block;
}

.menu .nav .dropdown-menu > .active > a,
.menu .nav .dropdown-menu > .active > a:focus {
    background-color: #d0b24d !important;
    background-image: none !important;
    color: #fff !important;
    outline: none;
}

.menu .nav .dropdown-menu a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-family: 'Times New Roman',Tahoma;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent !important;
    /* transition decleration */
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; /* Firefox 4 */
    -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
    -o-transition: all ease-in 100ms; /* Opera */
    -ms-transition: all ease-in 100ms; /* IE9? */
    white-space: normal;
    border-bottom: 1px solid #373737;
}

.menu .nav .dropdown-menu > li > a:hover,
.menu .nav .dropdown-menu > .active > a:hover {
    background-color: #d0b24d !important;
    background-image: none!important;
    color: #fff !important;
    border-radius: 0;
}
/*.nav-collapse:not(.in) .nav .dropdown-menu{
    border-radius:0 !important;
    }*/
.menu .nav > li > ul li:hover a {
    /*color:#D00;*/
    background: #ff6c00;
}

.menu .nav > li.dropdown > a {
    transition: background 0.5s ease-in;
}

/* Tertiary level */
.menu .nav li ul li ul {
    right: 260px;
    top: 3px;
    padding: 0;
}
/* Navigation button on mobile size */
.menu .nav-collapse.in {
    width: 100%;
}

.menu .navbar .btn-navbar {
    background-color: #fff !important;
    background-image: linear-gradient(to bottom, #fff, #ebebeb)!important;
    cursor: pointer;
    margin-top: 3px !important;
    display: none;
    float: left;
    color: #002455;
}

.menu .navbar .btn-navbar:hover,
.menu .navbar .btn-navbar:active {
    background: linear-gradient(to bottom, #ebebeb 0%, #fff 100%)!important;
}

.menu .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
}
/* Portrait tablet to landscape and smaller */


@media (max-width:1320px) {

    .slider-content-bg {
        margin-top: 30px !important;
    }
}

@media (max-width:767px) {
    .menu .nav .open {
        background-color:#b9992a;
    }
    .menu .nav-pills > li.active > a:hover {
        color:#fff !important;
    }
    .menu .nav > li:hover > a {
        background-color:#b9992a !important;
    }

    .slider-content-bg {
        margin-top: 30px !important;
    }

    .navbar-out {
        float: none;
        margin-top: 0px;
    }

    .menu .navbar {
        position: relative;
    }

    .menu .nav > li {
        float: none;
        display: block;
    }

    .menu .nav > li:first-child {
        display: block;
    }

    .menu .navbar .nav > li > a {
        color: #fff !important;
    }

    .menu .navbar .nav > li > a::before, .menu .navbar .nav > li > a::after {
        display: none;
    }

    .menu .nav > li > ul {
        top: 0;
        padding: 5px;
    }

    .menu .search-bg {
        background-image: none;
        background-color: #707070;
        width: 100%;
        border-radius: 5px;
    }

    .menu .navbar-inner {
        background: none;
        height: auto;
        padding-right: 0;
    }

    .menu .nav > li {
        display: block;
        float: none;
    }

    .menu .navbar .btn-navbar {
        display: block;
    }

    .menu .navbar-collapse, .menu .nav {
        width: 100%;
        margin-left: 0;
    }

    .menu .navbar .nav > li.dropdown:hover {
        border-bottom: 0;
    }

    .menu .nav > li > a::before {
        visibility: hidden;
    }

    .menu .navbar .nav > .dropdown > a {
        color: #d3d3d3 !important;
    }

    .menu .nav .dropdown-menu a {
        color: #fff !important;
    }

    .menu .nav li.dropdown::before {
        display: none;
    }

    .menu .nav li {
        padding: 0!important;
        min-height: 30px!important;
        height: auto;
        background: none;
    }

    .menu .navbar-collapse .dropdown-menu {
        padding: 0px;
        width: 100% !important;
        position: relative;
        background-color:#000;
    }

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .menu .navbar-collapse .nav > li a {
        padding: 5px 10px!important;
        font-size: 14px;
        line-height: 30px!important;
        border: none;
        margin-bottom: 1px;
        background-color:#3c3c3c;
    }

    .menu .navbar-collapse .dropdown-menu .nav > li a {
        border: none;
        margin-bottom: 0 !important;
    }

    .menu .navbar-collapse .dropdown-menu a {
        border: none !important;
    }

    .menu .navbar-collapse .dropdown.open > a {
        background-color: transparent !important;
    }

    .menu .nav > li > ul {
        position: relative!important;
        width: 100% !important;
    }

    .menu .nav {
        width: 100%;
    }

    .menu .nav li ul li ul {
        top: 0;
        right: 0;
    }

    img {
        max-width: 100%;
    }

    .menu .nav > li > a .hidden-desktop {
        border: none!important;
        background-image: url(bootstrap/img/glyphicons-halflings-white.png);
        background-color: transparent;
        background-position: -305px -110px!important;
        width: 30px!important;
        line-height: 30px!important;
        min-height: 30px!important;
        height: auto;
        display: inline-block;
        margin: 0!important;
        border-radius: 3px;
    }

    .menu .nav > li > a .hidden-desktop:hover {
        background: url(bootstrap/img/glyphicons-halflings-white.png) -305px -110px, linear-gradient(to bottom, #707070 0%, #959595 100%)!important;
    }

    .menu .nav .dropdown-menu a {
        color: #fff !important;
    }

    .menu .nav {
        display: table;
    }
}

@media all and (min-width:768px) and (max-width:1000px) {
    .menu .navbar .nav > li > a {
        font-size: 12px;
    }

    .slider-content-bg {
        margin-top: 30px !important;
    }
}
/*------------------------------------------------*/
/* END NAVIGATION */
/*------------------------------------------------*/



/*------------------------------------------------*/
/* START TAB */
/*------------------------------------------------*/
/*tab-style*/
/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
    padding: 10px 0;
}
/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line .nav > li {
    background:none;
}

.tabbable-line > .nav-tabs > li {
    margin-right: 0px;
    margin-left: 0;
    border-bottom: 2px solid #bfa74e;
}

.tabbable-line > .nav-tabs > li > a {
    margin-right: 0;
    color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #c7b46e;
    border: 1px solid #c3a339;
}

.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    background-color: #d0b24d;
    border: 1px solid #d3b651;
    border-radius: 3px 3px 0 0;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #fff;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
    position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
    color: #000;
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}

.tabbable-line > .tab-content {
    margin-top: 0px;
    background-color: #fff;
    border: 0;
    border: 1px solid #d4d4d4;
    padding: 15px;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    line-height: 24px;
    text-align: justify;
}

.tab-content > .active {
    text-align: justify;
    line-height: 24px;
}

.tabbable-line .nav {
    display: table;
}

.tabbable-line .nav li a, .tabbable-line .nav li span {
    padding: 10px 15px;
    font-size: 14px;
}

.tabbable-line .nav li a::before, .tabbable-line .nav li a::after {
    height: 0;
    width: 0;
}

/*------------------------------------------------*/
/* END TAB */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* START NIVO SLIDER */
/*------------------------------------------------*/
.E010-Default .nivoSlider {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    position:relative;
    margin:20px 0 0 !important
}
.SliderPane-in {
    position:relative;
}
.SliderPane-in::before {
    background: url(images/slider-shadow.png) no-repeat center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 94%;
    height: 100px;
    content: '';
    background-size: 100%;
}
.E010-Default .nivo-directionNav a {
    background:url(images/arrow.png) no-repeat 0px 0 !important;
    opacity:1 !important;
    width:16px !important;
    height:29px !important;
    top:40% !important;

}
.E010-Default .nivo-caption {
    top: 0 !important;
    right:0 !important;
    left:auto !Important;
    bottom: 0 !important;
    width:40% !important;
    height: 300px;
    margin: auto 0;
    text-align: left;
    font-family: 'Times New Roman' !important;
    font-size: 14px;
    line-height: normal !important;
    direction: ltr;
    color:#fff;
    padding:30px !important;
}
.E010-Default .nivo-caption h4{
    font-size:30px;
    font-weight:normal;
    color:#fff;
    text-transform:uppercase;
}
.E010-Default a.nivo-prevNav {
    left:40px !important;
}
.E010-Default a.nivo-nextNav {
    background-position:-16px 0 !important;
    right:40px !important;
}
.E010-Default .nivo-caption p {
    font-size: 18px !important;
    z-index: 100;
    padding-top: 8px !important;
    color: #d9d9d9;
    line-height: 28px !important;
    border-top: 1px solid #363636;
    margin-top: 14px !important;

}

.E010-Default .nivo-controlNav {
display:none !important;
}

.E010-Default .nivo-controlNav a {
    width: 10px !important;
    height: 10px !important;
    background: #c4c5c5 !important;
    border-radius: 50% !important;
    margin: 5px !important;
}

.E010-Default .nivo-controlNav a.active {
    background: #ff6c00 !important;
}
.E016-Default {
    padding:0 !important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#35c4d7+0,35c4d7+52,2abbce+54,2abbce+100 */
background: #35c4d7; /* Old browsers */
background: -moz-linear-gradient(top, #35c4d7 0%, #35c4d7 52%, #2abbce 54%, #2abbce 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #35c4d7 0%,#35c4d7 52%,#2abbce 54%,#2abbce 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #35c4d7 0%,#35c4d7 52%,#2abbce 54%,#2abbce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35c4d7', endColorstr='#2abbce',GradientType=0 ); /* IE6-9 */
}
.E016-Default li {
    width:120px !important;
}
.E016-Default img {
    background-color: transparent !important;
    border: 0 !important;
    transition: all 0.3s ease-in;
    padding:0 !important;
    margin-top:5px;
    transform: scale(0.9);
}

.E016-Default img:hover {
    opacity:0.8;
    transform: scale(1);
}

.E016-Default .text {
    display: none;
}

.E016-Default a.prev, .E016-Default a.next {
    background: url(images/arrow-btn.png) no-repeat 0 0 !important;
    width: 31px !important;
    height: 31px !important;
    transition: all 0.3s ease-in;
}

.E016-Default a.prev:hover, .E016-Default a.next:hover {
    transform: scale(1.05);
}

.E016-Default a.next {
    background-position: -31px 0 !important;
}

.E016-Default a.next {
    right: 5% !important;
}

.E016-Default a.prev {
    left: 5% !important;
}
/*------------------------------------------------*/
/* END NIVO SLIDER */
/*------------------------------------------------*/


/*------------------------------------------------*/
/* SLIDER HOME PAGE */
/*------------------------------------------------*/
.captionOrange.Description.Xright.Ycenter.no-transform{
    left: unset !important;
    right: 0px !important;
    width: 38% !important;
    padding: 50px;
}
.captionOrange.Description.Xright.Ycenter.no-transform h4{
    font-size: 51px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.captionOrange.Description.Xright.Ycenter.no-transform p{
    font-size: 25px !important;
    z-index: 100;
    padding-top: 8px !important;
    color: #d9d9d9;
    line-height: 55px !important;
    border-top: 1px solid #e3e3e3;
    margin-top: 30px !important;
    padding: 8px 60px 0 10px;
}


/*------------------------------------------------*/
/* END CONTENT */
/*------------------------------------------------*/

.pagination {
    display: none !important;
}
.slick-next {
    right:5px !important;
}
.slick-prev {
    left:5px !important;
}
.slick-slider {
    margin: 0 !important;
    padding-right: 0;
    padding-left: 0;
}
.E032-Default .grid-wrap {
    margin-top: 20px !important;
}

.E032-Default .grid figure {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    margin: 15px;
    padding: 8px !important;
    position: relative;
    transition: all 0.3s ease-in 0s !important;
}

.E032-Default .grid li:hover figure {
    opacity: 1 !important;
    transform: translateY(-5px) !important;
}

.E032-Default .slideshow nav span.nav-prev {
    left: 0;
}

.E032-Default .grid figcaption {
    background: rgba(20, 20, 20, 0.9) none repeat scroll 0 0 !important;
    width: 100%;
}

.E032-Default figcaption h3 {
    color: #fff !important;
    font-family: Times New Roman;
    text-align: center;
}

.E032-Default .slideshow li.show h3 {
    color: #000 !important;
}

.slick-initialized .slick-slide {
    margin: 0 !important;
    font-family: Avian;
}

.slick-slide > div {
    margin: 0 !important;
}

.slick-track {
    padding: 0;
}

.slick-dots li button::before {
    color: #bcbcbc !important;
    font-size: 10px !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button::before {
    color: #2abbce !important;
}

.slick-dots li {
    margin: 0 !important;
}
.panel {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    /* box-shadow: 0 1px 1px rgba(0,0,0,.05); */
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #444;
    border-color: #ddd;
    border-radius:0;
}
.showControlBar .panel {
    visibility:visible !important;
}
@media all and (min-width:768px) {
    .panel {
        display:none;
    }
    /* .showControlBar .panel {
    display:initial !important;
     } */
     .cke_editable_themed .panel{
        display:block;
    
    }
    .navbar-toggle {
        display: none;
    }

    .navbar-inner .navbar-toggle {
        pointer-events: none;
    }
    #MENU.Main-Menu.firstTime.collapse {
        display: block;
    }
}
@media (min-width: 768px) and (max-width:1199px) {
    .news-related-ttl h4 {
        width:56%;
    }
}
@media all and (max-width:1199px) {
    .E010-Default .nivo-caption p {
        font-size:14px !important;
            line-height: 23px !important;
    }
    .E010-Default .nivo-caption {
        width:50% !important;
        height:220px !important;
    }
}

@media all and (max-width:1000px) {
    .E010-Default .nivo-caption,
    .captionOrange.Description.Xright.Ycenter.no-transform
     {
        display: none !important;
    }

}

@media all and (max-width:767px) {
    .Detail .right, .Detail .left {
        width: 100%;
    }
    .info-header {
        text-align: center;
        margin: 10px 0;
    }

    .logo {
        float: none;
        display: block;
        margin: 10px auto;
    }

    .language-res {
        position: absolute;
        top: -56px;
        right: 0;
    }
    .showControlBar .footer-item {
        display: initial !important;
    }
    /* #MENU.Main-Menu.firstTime.collapse {
        display: block;
    } */

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-top:2px;
        margin-bottom:2px;
    }
    .menu .navbar-toggle {
        background-color: transparent;
        padding: 0;
        margin-right: 10px;
        position: relative;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border:0px;
        outline:none;
    }
    }

@media all and (max-width:480px) {


}



/*End special CSS*/

/* pagination */
div[id*=pnlProductList] .PagingTable {
    background-color: #d3b651 !important;
}
div[id*=pnlProductList] .PagingTable em{
    background-color: #d3b651 !important;
}
/* -------------------------------------------------------------------------- */

/*                                  whatsapp                                  */

/* -------------------------------------------------------------------------- */
.suggestPopUp {
    position: fixed;
    bottom: 10px;
    left: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    text-align: center;
font-family:inherit;
}
.suggestPopUp .desktop{
    background: #fff;
    width: 340px;
    height: 240px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%);
    padding: 16px;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
text-align:center;
}
.closeDesktop{
    left: 10px;
    width: 60px;
    height: 60px;
    right: auto;
    font-size: 36px;
    background: #31BF53;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 999;
    border: 1px solid #D3D3D3;
    text-align: center;
}
.closeDesktop a{
    color: white;
}
.suggestPopUp h3 {
    border-bottom: 1px dotted #C4C4C4;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 8px !important;
font-family: 'BYekan';
}

.suggestPopUp img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -60px;
    border: 1px solid #31bf53;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    margin-bottom: 12px;
}
a.closePopUp {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    transition: all .3s;
    transform: translate(50%, -50%);
    color: #fff !important;
    background: #434343;
    cursor: pointer;
}

a.closePopUp:hover {
    background: red;
    color: #fff;
    transition: all .3s;
}

.btn-advice {
    border: 1px solid #2ca84a;
    border-radius: 50px;
    width: 70%;
    padding: 5px;
    color: #fff !important;
    transition: all .3s;
    background: #31bf53;
    display: inline-block;
margin-bottom:10px;
}

.btn-advice:hover {
    background: transparent;
    color: #31bf53 !important;
    transition: all .3s;
}
.suggestPopUp .mobile{
    display: none;
    color:#fff !important;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.mobile .fa-whatsapp{
	color:#fff !important;
	opacity:0;
}
@media all and (max-width:992px) {
.suggestPopUp .desktop{
        display: none !important;
	opacity:0 !important;
    }
    .closeDesktop{
        display: none !important;
	opacity:0 !important;
    }
    .suggestPopUp {
        right: auto;
        width: 60px;
        height: 60px;
        left: 2px !important;
        font-size: 36px;
        background: #31BF53;
        color: #fff !important;
        border-radius: 50%;
        position: fixed;
        bottom: 20px;
        box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px;
        z-index: 999;
        border: 1px solid #D3D3D3;
        text-align: center !important;
    }
    .suggestPopUp a{
        color: #fff !important;
    }
    .mobile .fa-whatsapp{
	color:#fff !important;
	opacity:1 !important;
}
}