
/*Genaral Styles*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);

/*General Properties*/

body, html{
	font-family: 'Roboto', sans-serif;
	height: 100%;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;	
}
ul{
	list-style: none;
}

/*frame*/

.frame{
	background-color: #FFF;
	padding: 0 28px 28px;
	width: 100%;
	height: 100%;
	max-width: 1900px;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 767px){
	.frame{
		padding: 0 16px 16px;
	}	
}


/* General rules for pages */

.w-cent{
	width: 100%;
}
.h-cent{
	height: 100%;
}
.semi-bold{
	font-weight: 500;
}  
.spacer-8{
	display:block;
	height: 8px;
	clear: both;
}
.balancer-4{
	margin-top: -4px;
}
.balancer-5{
	margin-top: -5px;
}
.balancer-6{
	margin-top: -6px;
}
.balancer-10{
	margin-top: -10px;
}
.clr{
	clear: both;
}
.color-trans{
	background-color: transparent;
}
.flex-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.flex-v-center{
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}
.flex-h-center{
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-item
{
    /*width: 60%;*/
    display: block;
}
/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/
@-moz-document url-prefix() {
.flex-container{
    width: 100%;
    -moz-box-sizing: border-box;
    }
}

/*external-page-link*/

.detail a {
    margin-top: 10px; 
    display: inline-block; 
    color: #333; 
}
.detail a:hover {
    text-decoration:none;
    color: rgb(148, 43, 62);
}

p.normal-text{
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
}
.big-head{
	font-weight: 200;
	font-size: 35px;
	padding: 12px 40px;
	text-transform: uppercase;
}
.big-head-capitalize{
	font-weight: 200;
	font-size: 40px;
	padding: 30px 40px;
	margin-top: -30px;
	text-transform: capitalize;
}
.big-head-capitalize-left{
	font-weight: 200;
	font-size: 40px;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.inner-intro-banner{

    /*height: 320px;*/
/*    background-image: url('../images/innerpage-banners/header_banner06.jpg');
    background-position: center;
    background-size: cover;*/

	width: 100%;
	/*background: #000;*/
	overflow: hidden;
	clear: both;
	position: relative;
}
.inner-intro-banner img {
    width: 100%;
}
.white-container{
	background: #fff;
	display: inline-block;
	width: 100%;
}
.container-after-menu{
	margin-top: 142px;
}
@media screen and (max-width: 1199px) {
	p.normal-text{
		font-size: 18px;
	}
	.big-head-capitalize-left{
		font-size: 34px;
		margin-bottom: 20px;
	}	
}
@media screen and (max-width: 991px) {
	p.normal-text{
		font-size: 16px;
	}
	.big-head-capitalize-left{
		font-size: 28px;
	}	
}
@media screen and (max-width: 767px) {
	.big-head-capitalize{
		font-size: 26px;
		padding: 25px 0px;
	}	
	p.normal-text{
		font-size: 14px;
	}
	.white-container{
		display: block;
	}
	.big-head{
		font-size: 23px;
        padding: 8px 15px;
	}
	.inner-intro-banner{
		/*height: 300px;*/
	 }	
	.container-after-menu{
		margin-top: 51px;
	}		
}

/* form elements */

.ja-form{
	height: 100%;
}
.ja-form a{
	text-decoration: none;
	outline: none;
}
.ja-form input, .ja-form button, .ja-form textarea{
	border-radius: 0!important;
	border: 1px solid #fff;
	font-size: 13px!important;
	box-shadow: none!important;
}
.ja-form input, .ja-form textarea{
	font-weight: 300;
}
.ja-form input, .ja-form button{
	height: 34px;
	line-height: 1;
	vertical-align: middle;
}
.ja-form textarea{
  max-width: 100%;
}
.form-inline .form-control{
	margin-right: 20px;
}
@media (max-width: 767px) {
	.ja-form input, .ja-form textarea{
		padding-left: 10px!important;
		padding-right: 15px!important;
	}
}


/* placeholder */
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  /*color:    #fff;*/
  /*font-size: 18px;*/
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/*color:    #fff;*/
	opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	/*color:    #fff;*/
	opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  /*color:    #fff;*/
}

.btn-ja{
	border: 1px solid #fff;
  padding: 0 20px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

/*modified bs responsive classes*/

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block!important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm {
    display: block!important;
  }
}
@media (min-width: 991px) and (max-width:1199px) {
  .visible-md {
    display: block;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block;
  }
}

.hidden-xs,
.hidden-sm,
.hidden-md,
.hidden-lg {
  display: block;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
	.hidden-lg {
  	display: none;
  }
}

.visible-xtralarge{
	display: none;
}
@media (min-width: 1800px) {
	.visible-xtralarge{
		display: block;
	}
}
@media (min-width: 1800px) {
	.hidden-xtralarge{
		display: none;
	}
}

/* media-query-trigger */

.media-query-trigger{
  display: none;
  font-size: 12px;
}
@media (min-width:768px) and (max-width: 991px) {
	.media-query-trigger{
    font-size: 14px;
	}
}
@media (min-width:992px) and (max-width: 1199px) {
	.media-query-trigger{
	  font-size: 16px;
	}
}
@media (min-width:1200px) {
	.media-query-trigger{
	  font-size: 18px;
	}
}
/*ipad*/
@media (height: 768px) and (width: 1024px) {
	.media-query-trigger{
	  font-size: 15px;
	}
}
@media (width: 768px) and (height: 1024px) {
	.media-query-trigger{
	  font-size: 13px;
	}
}


/*headings*/

.title-head{
	display: block;
	color: #695F5F;
	line-height: 1;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: .3px;
	background: #fff;
	padding: 20px 20px;
}
.title-head a{
	text-decoration: none;
	color: #695F5F;
}
.title-head .fa{
	margin-left: 4px;
	margin-right: 4px;
}
.h2-type-1{
  font-weight: 200;
  font-size: 34px;
  line-height: 34px;
  margin: 0px 0 7px;
  color: #8D7D38;
}
.h2-type-2{
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	color:#9C9C9B;
}
@media screen and (max-width: 767px){
	.h2-type-1
	{
		text-align: center;
    margin-top: 45px;
    font-size: 15px;
    margin-bottom: 0px;
	}
}

/*triangle*/

.triangle-right{
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 11px 0;
  border-color: transparent #D9D9D9 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  right: 0;
  margin-right: -1px;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.4s,opacity 0.4s linear;    
}
a:hover .triangle-right{
	visibility:visible;
	opacity:1;
	transition-delay:0s;
}

/*scroll-to-next-bottom*/

.scroll-to-next-bottom{
	position: absolute;
	bottom: 40px;
	width: 150px;
	left: 50%;
	margin-left: -75px;
	z-index: 1;
}
.scroll-to-next-bottom a {
	padding-top: 60px;
}
.scroll-to-next-bottom a span {
	width: 150px;
	height: 47px;
	display: block;
	text-indent: -9999px;
	background: url('../images/icons/bottom_top_arrow.png') no-repeat scroll 0px 0px / 150px 94px;
	overflow: hidden;
  -webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation: fadescroll 2s infinite;
	animation: fadescroll 2s infinite;
	box-sizing: border-box;	
}
@-webkit-keyframes fadescroll {
	0% {
		-webkit-transform: rotate(180deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(180deg) translate(0px, 10px);
	}
	40% {
		-webkit-transform: rotate(180deg) translate(0, 0);
	}
}
@keyframes fadescroll {
	0% {
		transform: rotate(180deg) translate(0, 0);
	}
	20% {
		transform: rotate(180deg) translate(0px, 10px);
	}
	40% {
		transform: rotate(180deg) translate(0, 0);
	}
}

/*scroll-to-top*/
.scroll-to-top{
	display: none;
	font-size: 11px;
	position: fixed;
	bottom: 50px;
	right: 60px;
	z-index: 2;
	text-align: center;
	color: #fff;
}
.scroll-to-top span{
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 50%;
	text-indent: -9999px;
	background-color: rgba(255, 255, 255, 1);
	background-image: url('../images/icons/back.png');
	background-size: 34px 33px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin-bottom: 4px;
}

/*tint*/
.tint{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 60%;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 80%,rgba(0,0,0,.3) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 80%,rgba(0,0,0,.3) 100%);
}


/*horiz-strips*/

.horiz-strip-type-1{
	width: 100%;
	margin: 0px 0 10px;
	display: inline-block;
}

.gold-rate{
	font-size: 20px;
	display: block;	
	text-align: right;
	color: #606060;
	font-weight: 300;
	position: absolute;
	z-index: 1;
	padding: 15px 45px;
	margin-top: -20px;
	right: 0;
}
.goldrate-head{
	padding-right: 10px;
	color: #606060;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;	
}
.gold-rate .fa-compress{
	display: none;
}
.gold-location-rate{
	text-align: right;
	font-size: 18px;
	color: #606060;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;		
}
.gold-location-rate .rate{
	font-weight: 400;
}
.last-updated-text{
	font-size: 13px;
	color: #606060;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;			
}
/*.gold-rate.open{
	background-color: #fafafa;
	padding-top: 15px;
}*/
.gold-rate .collapse-wrap{
	width: 100%;
	margin-top: 15px;
	background-color: #fafafa;
}
.gold-rate .collapse-wrap ul{
	padding-left: 0px;
	text-align: left;
}
.gold-rate .collapse-wrap .collapse-head{
	font-weight: 400;
	font-size: 14px;
}
.gold-rate .collapse-wrap li{
	line-height: 2.3;
	font-size: 14px;
	position: relative;
}
.gold-rate .collapse-wrap li span{
	position: absolute;
	left: 57%;
}
.gold-rate .dropdown-footer{
	display: block;
	width: 100%;
	background-color: #bfbfbf;
	padding: 10px 25px;
	margin-top: 25px;
	font-size: 13px;
	color: #fff;
}
@media screen and (max-width: 767px){
	.horiz-strip-type-1{
		margin: 10px 0 0px;
		font-size: 14px;
	}
	.gold-rate{
		text-align: left;
		font-size: 14px;
		border-bottom: 1px solid #eee;
		padding: 0px;
		width: 100%;
		margin-top: 0;
		min-height: 45px;
		float: none;
	}
	.gold-rate-concise{
		display: block;
		height: 35px;	
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		transition: all .4s ease;			
	}
	.gold-location-rate{
		text-align: left;
		font-size: 11px;
		float: right;
		margin-top: 2px;
	}	
	.last-updated-text{
		float: right;
		font-size: 11px;
	}
	.gold-rate .collapse-wrap{
		/*margin-top: 8px;*/
	}
	.gold-rate .collapse-wrap ul{
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 8px;
	}
	.gold-rate .fa-compress{
		color: #979696;
		margin-top: 4px;
		position: absolute;
		width: 24px;
		height: 24px;
		border: 1px solid #E0CFCF;
		text-align: center;
		/*display: inline-block;*/
		border-radius: 50%;
		line-height: 23px;		
	}
	.gold-rate.open .gold-location-rate{
		padding-right: 15px;
	}
	.gold-rate.open .last-updated-text{
		padding-right: 15px;
	}	
}

/*video-home*/

.video-home{
	width: 100%;
	display: inline-block;
	margin: 0px 0;
	background-color: #000;
}
.video-home .video-home-latest{
	height: 290px;
 	/*cleared the padding left and right*/
	padding-left: 0;
	padding-right: 0;
}
.video-home .start-video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  /*border: 1px solid #D8D4D4;*/
}
.video-home .play-btn{
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 25px solid #D8D4D4;
	margin: auto;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;		
}
.video-home .start-video:hover .play-btn{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.play-btn-wave {
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 50%;
	margin-top: -5px;
	z-index: 1;
	content: '';
	width: 10px;
	height: 10px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: circlewave 2s infinite;
	animation: circlewave 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes circlewave {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 70px rgba(255,255,255,.2);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes circlewave {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.2);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.video-home .video-home-to-gallery-wrap{
	height: 290px;
  background-color: transparent;
  text-align: center;
  color: #A8A3A3;
  margin-top: 8px;
	padding-left: 40px;
	padding-right: 40px;  
}
.video-home .video-home-to-gallery-title{
	font-style: italic;
	font-size: 30px;
	padding-top: 14%;
	display: block;
}
.video-home a .video-home-to-gallery-link{
	font-size: 18px;
	padding-top: 3%;
    color: #A8A3A3;
}
@media screen and (max-width: 767px){
	.video-home .video-home-latest{
		height: 220px;
	}
}
@media screen and (min-width: 768px){
	.video-home .video-home-to-gallery-wrap{
		margin-left: 0px;
		width: calc(100% - 0px);
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.video-home .video-home-to-gallery-title{
		padding-top: 16%;		
	}
}

/*Component Styles

/*top-strip*/

.top-strip{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1900px;
  height: 79px;
  padding: 22px 28px 22px;
  background-color: #FFF;
  z-index: 1001;
  -webkit-backface-visibility: hidden;
}
.top-strip-elements-wrapper{
	width: 100%;
	/*height: 100%;*/
	padding-bottom: 21px;
  	border-bottom: 1px solid #e8e8e8;
}
.top-strip-unit-left{
	float: left;
	margin-top: 10px;
}
.top-strip-unit-center{
	text-align: center;
	height: 35px;
}
.top-strip-unit-center a {
	width: 202px;
	margin: auto;
	display: block;
}
.top-strip-unit-center img {
	height: 33px;
	padding: 1px;
	/*margin-right: -65px;*/
}
.top-strip-unit-right {
	float: right;
	color: #777;
	/*margin-right: 36px; with search*/
    margin-right: 0px;
    margin-top: 16px;
}
.top-strip-unit-right a.country-select {
	display: inline-block;
}
.top-strip-unit-right .country-select span {
	color: #777;
	font-size: 12px;
	padding-right: 5px;
	text-transform: uppercase;
}
.top-strip-unit-right .country-select img,
.top-strip-unit-right .store-marker img  {
  height: 16px;
}
.top-strip-unit-right .store-marker {
	margin-left: 14px;
}
.top-strip-unit-right .store-marker span{
	color: #777;
	font-size: 12px;
	padding-right: 10px;
	text-transform: uppercase;
}

@media screen and (max-width: 767px){
	.top-strip{
		padding: 15px 16px 0;
		height: 51px;
		border-bottom: 1px solid #DADADA;
	}	
	.top-strip-elements-wrapper{
		border-bottom: none;
	}	
	.top-strip-unit-center a{
		width: 110px;
	}	
	.top-strip-unit-center img{
		height: 19px;
    	margin-top:-5px;
	}
	.top-strip-unit-right{
		margin-right: 29px;
    	margin-top: 0px;		
	}
	.top-strip-unit-right .country-select img,
	.top-strip-unit-right .store-marker img{
		height: 14px;
	}
	.top-strip-unit-right .country-select span{
		display: none;
		padding-right: 3px;		
	}
	.top-strip-unit-right .store-marker {
		margin-left: 14px;
	}	
	.top-strip-unit-right .store-marker span{
		display: none;
	}
}	


.col-sm-5col{
	width: 20%;
	position: relative;
	float: left;
}


/*joyalukkas-menu*/

.joyalukkas-menu{
  margin-top: 79px;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1001;
  max-width: 1900px;
}
.joyalukkas-menu .collapse{
	max-width: 1900px;
	border-bottom: 1px solid #e8e8e8;
}
.joyalukkas-menu .navbar-nav{
	text-align:center;
	width:100%;
}
.joyalukkas-menu .navbar-nav>li{
  float: none;
  display: inline-block;
}
.joyalukkas-menu .mega-dropdown {
  position: relative;
}
.joyalukkas-menu .mega-dropdown-menu {
    border-radius: 0;
  margin-left: -30px;
  padding: 0px 0px;
  /*width: 100%;*/
  left: 0;
  margin-top: -1px!important;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #FFF;
  border: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.joyalukkas-menu .mega-dropdown-menu-elements-wrap{
	display: block;
	width: 100%;
	/*margin: 0 50px;*/
	padding: 0 50px 60px 50px;
	float: left;
	background-color: transparent;
	/*border-top: 1px solid #dedede;	
	border-bottom: 1px solid #dedede;*/
}
.joyalukkas-menu .mega-dropdown-menu .mega-dropdown-menu-elements-wrap > li{
	padding-left: 0px;
	padding-right: 0px;
}
.joyalukkas-menu .mega-dropdown-menu .mega-dropdown-menu-elements-wrap > li > ul {
  padding: 0;
  margin: 0;
}
.joyalukkas-menu .mega-dropdown-menu .mega-dropdown-menu-elements-wrap > li > ul > li {
  list-style: none;
  padding-left: 0%;
}
.joyalukkas-menu .mega-dropdown-menu .mega-dropdown-menu-elements-wrap > li > ul > li > a {
  display: block;
  color: #777;
  padding: 9px 0px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.joyalukkas-menu .drop-head{
  color: #8d8d8d;
	padding: 9px 0px;
	font-weight: 300;	
	font-size: 12px;
}
.joyalukkas-menu .drop-head:hover{
  color: #9b616f;
}
.joyalukkas-menu .mega-dropdown-menu .mega-dropdown-menu-elements-wrap > li ul > li > a:hover,
.joyalukkas-menu .mega-dropdown-menu .mega-dropdown-menu-elements-wrap > li ul > li > a:focus {
  text-decoration: none;
	color: rgb(148, 43, 62);
  /*color: */
}
.joyalukkas-menu .carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;
}
.joyalukkas-menu .left.carousel-control {
  right: 30px;
  left: inherit;
}
.joyalukkas-menu .carousel-control .glyphicon-chevron-left, 
.joyalukkas-menu .carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

@media (min-width: 768px){
	.joyalukkas-menu .collapse{
		margin-left: 28px;
		margin-right: 28px;
	}
	.joyalukkas-menu .navbar-nav{
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  justify-content: center;
      

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    
      	
	  /*backface-visibility: hidden;
	  -webkit-backface-visibility: hidden;*/
	}	
	.joyalukkas-menu .nav.navbar-nav > li > a{
		margin: 25px 20px!important;
		font-size: 12px;
		line-height: 12px;
		color: #777;
		padding: 0;
        font-weight:400;
	}
	.joyalukkas-menu .nav.navbar-nav > li.open > a,
	.joyalukkas-menu .nav.navbar-nav > li > a:hover,
	.joyalukkas-menu .nav.navbar-nav > li > a:focus{
		background-color: transparent;
		color: rgb(148, 43, 62);
		font-weight: 500;
	}
	.joyalukkas-menu .nav.navbar-nav > li > a.active{
		color: rgb(148, 43, 62);
		font-weight: 400;		
	}
/*	.joyalukkas-menu .nav.navbar-nav > li > a.active::before{
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #bfbfbf;
		position: absolute;
		top: -26px;
		margin: auto;
		left: 0;
		right: 0;
		display: block;
		content: "";
	}*/
}
/*ipad*/
@media (width: 768px) {
    .joyalukkas-menu .nav.navbar-nav > li > a {
        margin: 25px 12px!important;
    }
}
@media (max-width: 767px){
	.joyalukkas-menu	{
		margin-top: 0px;
		background-color: transparent;
  	min-height: 48px;
		height: 48px;
		width: 38px;
		left: auto;
	}
	.joyalukkas-menu .navbar-toggle{
		padding: 0px 0px;
		height: 14px;
		border: none;
		margin: 19px 16px 18px 0;
		color: #9C9C9B;
	}
	.joyalukkas-menu .navbar-toggle .icon-bar	{
		width: 13px;
		height: 2px;
		background: #9C9C9D;
	}
	.joyalukkas-menu .navbar-toggle .icon-bar+.icon-bar{
		margin-top: 2.4px;		
	}
	.joyalukkas-menu-xs .navbar-collapse{
		background-color: rgb(178,178,178);
		margin-top: 0px;
		border-top: none;
	}
	.joyalukkas-menu-xs .navbar-nav{
    margin: 7.5px auto;
	}
	.joyalukkas-menu-xs .navbar-nav>li{
		display: block;
		border-bottom: 1px solid #fff;
    margin-left: 30px;
    margin-right: 30px;		
	}
	.joyalukkas-menu-xs .navbar-nav>li:last-child{
		border-bottom: none;
	}
	.joyalukkas-menu-xs .navbar-nav>li>a{
		font-size: 13px;
		font-weight: 300;
		padding-top: 12px;
		padding-bottom: 12px;
		color: #fff;
	}
	.joyalukkas-menu-xs .navbar-nav>li>a:hover,
	.joyalukkas-menu-xs .navbar-nav>li>a:focus,
	.joyalukkas-menu-xs .navbar-nav>li>a:visited,
	.joyalukkas-menu-xs .navbar-nav>li.open>a:active,
	.joyalukkas-menu-xs .navbar-nav>li.open>a:hover,
	.joyalukkas-menu-xs .navbar-nav>li.open>a:focus,
	.joyalukkas-menu-xs .nav .open>a, 
	.joyalukkas-menu-xs .nav .open>a:focus, 
	.joyalukkas-menu-xs .nav .open>a:hover{
		background-color: transparent!important;
		color:#fff;
	}
	.joyalukkas-menu-xs .mega-dropdown-menu-elements-wrap{
		border-top:none;
		border-bottom:1px solid #fff;
		width: calc(100% - 30px);
    	margin: 0 30px 14px;
    	padding: 20px 0 14px;
	}
	.joyalukkas-menu-xs .mega-dropdown.open .mega-dropdown-menu{
		position: relative;
	}
	.joyalukkas-menu .mega-dropdown-menu li > ul > li{
		text-align: center;
		padding-left: 0!important;
		color:#fff;
	}
	.joyalukkas-menu .mega-dropdown-menu li > ul > li a{
		color:#fff!important;
	}
}
@media (min-width: 1200px) {
    .joyalukkas-menu .mega-dropdown-menu {
        width: 320px;
    }
}


/*owl-carousel*/

/*bugfix in chrome*/
.owl-item{
 -webkit-transform: translateZ(0);
}

/* main-slider */
.main-slider{
	height: calc(100% - 114px);
}
.main-slider .owl-carousel,
.main-slider .owl-stage,
.main-slider .owl-item{
	height: 100%;
}
.main-slider .owl-stage-outer{
	height: calc(100% - 28px);
}
.main-slider .owl-item .main-slider-item{
  background-position: center;
  background-size: cover;
  height: 100%;
}
.main-slider .owl-controls{
	width: 100%;
}
/*owl nav*/
.main-slider .owl-nav{
	/*hidden now*/
	display: none;
}
.main-slider .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -23px;
}
.main-slider .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -23px;
}	
.main-slider .thin-left,
.main-slider .thin-right{
	width: 150px;
	height: 47px;
	display: block;
	text-indent: -9999px;
	background: url('../images/icons/bottom_top_arrow.png') no-repeat scroll 0px 0px / 150px 94px;
	overflow: hidden;
}
.main-slider .thin-left{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.main-slider .thin-right{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*owl-dots*/
.main-slider .owl-controls .owl-dots{
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 48px;
}
.main-slider .owl-controls .owl-dot{
	float: left;
}
.main-slider .owl-dot span{
	display: block;
	width: 11px;
	height: 11px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.59);	
}
.main-slider .owl-controls .owl-dot.active span,
.main-slider .owl-controls .owl-dot:hover span{
	background: #fff;	
}

@media screen and (max-width: 767px){
	.main-slider{
		height: 192px;
	}	
	.main-slider .owl-stage-outer{
		height: 100%;
	}	
	.main-slider .owl-controls .owl-dots{
		display: none!important;
	}
}

/*jw-display-home*/

.jw-display-home{
	background-color: #fff;
	margin-left: -4px;
	margin-right: -4px;
    display:inline-block;
    width:100%;
}
a .jw-display-home-unit{
	border-right: 4px solid #FFF;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	border-left: 4px solid #FFF;
	/*text-align: center;	   */
	overflow: hidden;
}
.jw-display-home-unit .ts-layer{
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(184, 172, 172, 0.52);
	top: 0;
	color: #fff;
}
a:hover .jw-display-home-unit .ts-layer{
	opacity: 1;
}
.jw-display-home-unit .ts-layer span{
	margin-top: 34%;
	display: block;
	padding: 0 25%;
	text-align: center;	
}

/*scale up*/
a .jw-display-home-unit img {
    width: 100%;
}

/**/

.jw-display-home-unit .jssocials-shares{
	float: right;
}

.jw-display-home-unit .social-share{
	width: 40%;
	/*float: right;*/
}
.jw-display-home-unit .social-share .jssocials-share {
  margin: 0 0 0 12px;
  line-height: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0);  
}
.jw-display-home-unit .social-share .jssocials-share a{
  color: #8F8F8F;
}
.jw-display-home-unit .social-share .jssocials-share a:hover{
  color: #695F5F;
}
.jw-display-home-unit .jssocials-share-logo{
  font-size: 14px;
}
/*-------------------product detail page-------------------------------------------*/
.product-desc .social-share .jssocials-share a{
  color: #8F8F8F;
}
.product-desc .social-share .jssocials-share a:hover{
  color: #695F5F;
}
.product-desc .jssocials-share-logo{
  font-size: 17px;
}
/*--------------------------------------------------------------*/

a:hover .jw-display-home-unit .jssocials-share:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
a:hover .jw-display-home-unit .jssocials-share:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
a:hover .jw-display-home-unit .jssocials-share:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

a:not(.banner-a) .jw-display-home-unit .row{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
  -ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
a:hover:not(.banner-a)  .jw-display-home-unit .row{
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);		
}
a.banner-a .jw-display-home-unit .row{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
a.banner-2-column .jw-display-home-unit img{
	margin-top: -3px;
}
.jw-display-home-unit-title{
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  color: #695F5F;
  font-weight: 300;
  text-transform: capitalize;
	/*font-size: 18px;*/
	height: 50px;
	/*letter-spacing: .3px;*/
	background-color: #fff;
	/*opacity:0;*/
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
	/*transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;*/
	/*transform: translate3d(0px, 20px, 0px);*/
	padding: 0 20px;
}
a:hover .jw-display-home-unit-title{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);	
}
@media screen and (max-width: 767px){
	.jw-display-home-unit-title{
		display: none;
	}
}



/*special-collection*/

.sp-collection{
	background-color: #FFF;
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0px 0;
	overflow: hidden;
}
.sp-collection-unit{
	text-align: center;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}
.sp-collection-unit:nth-child(1){
	width: 50%;
	padding-right: 0px;
}
.sp-collection-unit:nth-child(2){
	/*width: calc(32.3529411765%);*/
	width: 50%;
	padding-right: 0px;
}
.sp-collection-unit:nth-child(3){
	width: calc(34.8039215686%);
}
.sp-collection-unit img{
	width: 100%;
	filter: grayscale(40%);
	-webkit-filter: grayscale(40%);
	-moz-filter: grayscale(40%);
	-o-filter: grayscale(40%);
	-ms-filter: grayscale(40%);
	cursor: pointer;
	transition: .9s filter ease;
	-webkit-transition: .7s -webkit-filter ease;
	-moz-transition: .7s -moz-filter ease;
	-ms-transition: .7s -ms-filter ease;
	-o-transition: .7s -o-filter ease;
}
.sp-collection-unit a:hover img{
	width: 100%;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}
@media screen and (max-width: 767px){
	.sp-collection-unit:nth-child(n){
		width: 100%;
		padding-right: 0;
	}
	.sp-collection-unit:nth-child(1){
		margin-bottom: 8px;
	}
}


/* horiz-strip-2 */

.horiz-strip-2{
	width: 100%;
	padding: 36px 40px;
	display: inline-block;
	background-color: #EFEBE2;
	color: #A8A3A3;
	/*margin-top: -6px;*/
}
.best-selling-title{
	display: inline-block;
	padding-right: 50px;
	float: left;
	font-weight: 300;
	font-size: 45px;
	line-height: 48px;
	margin: 0;
}
.new-arrival-title{
	display: inline-block;
	width: 170px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
}
@media screen and (max-width: 991px){
	.horiz-strip-2{
		padding: 32px 40px;		
	}
	.best-selling-title{
		padding-right: 44px;
	    font-size: 42px;
	    line-height: 42px;
	}
	.new-arrival-title{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.new-arrival-title
	{
		margin-top: 10px;
		line-height: 1.3;
	}
	.best-selling-title{
		width: 100%;
		padding-right: 0;
    font-size: 32px;
    line-height: 32px;
	}
	.horiz-strip-2{
		padding: 30px 36px;
	}
}


/* a-jeweller */

.ja-jeweller{
	background-image: url('../images/common/bg_home.jpg');
    background-color: #F1F0EE;
	width: 100%;
	display: inline-block;
	position: relative;
	padding-top: 45px;
	background-size: cover;
}
.ja-jeweller .joy-alukkas-image{
	width: 27%;
	float: left;
	position: relative;
	display: block;
	margin-top: 45px; 
}
.ja-jeweller .brand-digest{
	width: 46%;
	float: left;
	position: relative;
	display: block;
	padding-left: 1%;
	padding-right: 5%;
	border-right: 1px solid rgba(255, 255, 255, 0.64);
	margin-top: 2%;
}
.brand-digest .brand-digest-content{
	font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #818181;
    /*margin-top: 8%;*/
}
.ja-title{
	color: #646464;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 4%;
    line-height: 1;
}
.ja-jeweller .ja-caption{
    width: 27%;
    float: left;
    position: relative;
    display: block;
    padding: 5% 5%;
    font-size: 38px;
    color: #8D8D8D;
    font-weight: 300;
    line-height: 1.3;
}
@media screen and (min-width: 992px){
	.ja-jeweller .ja-caption{
		left: 46%;
	}
	.ja-jeweller .brand-digest{
		left: -27%;
		margin-top: 5%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px){
	.brand-digest .brand-digest-content{
		font-size: 18px;
		/*margin-top: 5%;*/
	}
	.ja-jeweller .ja-caption{
		font-size: 31px;
		padding: 5% 5%;
	}
	.ja-title{
		font-size: 18px;
	}
}


@media screen and (max-width: 991px){
	.ja-jeweller{
		padding-top: 0;
	}
	.ja-jeweller .brand-digest{
		width: 100%;
		clear: both;
		padding: 0 6%;
		border-right: none;
		margin-bottom: 4%;
	}
	.brand-digest .brand-digest-content{
		margin-top: 3%;
		font-size: 18px;
	}
	.ja-jeweller .ja-caption{
		position: absolute;
		width: 32%;
		left: 60%;
		padding: 3% 0 3% 9%;
		font-size: 34px;
		margin-top: 6%;
		border-left: 1px solid rgba(255, 255, 255, 0.64);
	}
	.ja-title{
		position: absolute;
	    top: -58%;
	    margin-top: 0;
	    left: 29%;
	    font-size: 18px;
	}
	.ja-jeweller .joy-alukkas-image{
		width: 37%;
		margin-left: -3%;
	}
}
@media screen and (max-width: 880px){
	.ja-jeweller .ja-caption{
		padding: 2% 0 2% 9%;
	}
}
@media screen and (max-width: 767px){	
	.ja-jeweller .joy-alukkas-image{
		width: 100%;
		margin-left: 0%;
		margin-top: 0px;
	}
	.ja-jeweller .joy-alukkas-image img{
		margin: auto;
	}	
	.ja-title-xs{
		font-weight: 300;
		font-size: 16px;
		color: #69614F;
		letter-spacing: 1px;
		text-transform: uppercase;
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		padding: 9px 0;
		bottom: -39px;
		background: #FEBD2D;
		z-index: 1;
	}
	.ja-jeweller .ja-caption{
		background: #F1F0EE;
		margin-top: 35px;
		border: none;
		padding: 40px 25px 25px 25px;
		position: relative;
		font-size: 26px;
		width: 100%;
		left: 0;
	}
	.ja-jeweller .brand-digest{
		background: #F1F0EE;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0px 25px 25px;		
        margin-top: -1px;
	}
}



/* news and events */

  .index-news-and-events{
    background-color: #EFEBE2;
    width: 100%;
    display: inline-block;
  }
  .index-news-text{
    padding-left: 80px;    
    padding-right: 40px;        
  }
  .index-news-title{
    color: #606060;
  }
  .index-news-heading{
    color: #8D8D8D;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
  }
  .index-news-expand{
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    margin-top: 12px;
  } 
  @media screen and (max-width: 767px){
    .index-news-and-events{
      padding-top: 35px;
      padding-bottom: 35px;  
    }
    .index-news-text{
      padding-left: 50px;    
      padding-right: 50px; 
      padding-bottom: 35px;        
    }
  }
  @media screen and (max-width: 991px) and (min-width: 768px){
    .index-news-and-events{  
      padding-top: 55px;
      padding-bottom: 55px;
    }    
    .index-news-text{
      padding-left: 80px;    
      padding-right: 80px; 
      padding-bottom: 55px;        
    } 
    .index-news-image{
      padding-right: 80px;
      padding-left: 80px;
    }    
  }  
  @media screen and (min-width: 992px){
    .index-news-text {
        /*col-md-5 width*/
        width: 41.66666667%;
    }
    .index-news-image{
      padding-right: 80px;
    }
  }

/* exclusive-brands */

.exclusive-brands{
	background-color: #e9e9e9;
	width: 100%;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
.exclusive-brands-title{
	text-align: center;
	margin: 40px 0 30px;
	width: 100%;
	display: block;
	color: #676262;
	font-size: 33px;
  font-weight: 300;	
}
.exclusive-brands-unit{
	text-align: center;
	margin: 0 0 70px;	
}
.exclusive-brands-unit img{
	max-height: 70px;
}
.exclusive-brands-unit img.color-logo{
  position: relative;
  margin-left: auto;
  margin-right: auto;    
  /*background-color: #e9e9e9;*/
}
.exclusive-brands-unit img.grey-logo{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;       
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index:1;
  background-color: #e9e9e9;
}  
@media screen and (max-width: 767px){
    .exclusive-brands {
        padding-bottom: 30px;
    }
	.exclusive-brands-unit img{
		max-height: 55px;
	}
	.exclusive-brands-title{
		font-size: 26px;
		padding: 0 25px;
	}
	.exclusive-brands-unit img.color-logo{
		display: none;
	}	
}
@media screen and (min-width: 992px){
	.exclusive-brands-unit a:hover img.grey-logo{
	  opacity: 0;
	}
}

/*awards*/

.awards-strip{
	width: 100%;
	display: inline-block;	
	background-color: #a3a3a3;
	padding: 15px 20px;
}
.awards-strip>span{
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	height: 140px;	
}
.awards-strip>span>span{
	margin: auto;
}
.awards-strip>span>span img{
	width: 90px;
}
.award-title{
	color: #fff;
	font-size: 33px;
    font-weight: 200;	
}
@media screen and (max-width: 991px){
	.award-title{
		font-size: 25px;
	}
	.awards-strip>span{
		height: 115px;
	}
	.awards-strip>span>span>img{
		width: 93%;
	}
}
@media screen and (max-width: 767px){
	.awards-strip>span{
		height: 98px;
	}
}

/*hack*/
@media screen and (max-width: 767px){
	.awards-strip{
		padding: 0 12px;
	}
	.awards-strip .col-sm-5col{
		width: 36%;
	}
	.awards-strip .col-sm-5col:first-child{
		width: 28%;
		/*float: right;*/
	}
	.awards-strip .col-sm-5col:first-child .award-title{
		font-size: 22px;
		/*float: right;*/
	}
	.awards-strip .col-sm-5col img{
		width: 70%;
		float: right;
	}
}

/* subscribe */

.subscribe{
	padding: 55px 70px 60px;
	background-color: #c0baba;
	color: #fff;
	display: block;
	width: 100%;
}
.subscribe-invitation{
	width: 35%;
	display: block;
	font-weight: 300;
}
.subscribe-mailbox{
	margin-top: 15px;
}
.subscribe-mailbox> .form-group input{
	width: 370px;
	border: 1px solid #ddd;
}
.subscribe-mailbox> button{
	border: 1px solid #ddd;
	color: #888;
	background-color: #fff;
}
.subscribe #newsletteralert {
    position:absolute;
    margin-top:15px;
}
@media screen and (max-width: 767px){
	.subscribe{
		padding: 50px 25px;
		font-size: 13px;
	}
	.subscribe-invitation{
		width: 100%;
	}
	.subscribe-mailbox> .form-group input{
		width: calc(100% - 95px);
		float: left;
	}	
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.subscribe-invitation{
		width: 350px;
	}	
}


/*----------- country-select - modal ------------------*/


.modal.country-select{
	padding-right: 0!important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: .4;
}
.modal.country-select.in{
	opacity: 1;
}
.modal.country-select .modal-dialog{
	width: 100%;
	height: 100%;
	margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;	
  /*background: #fff;*/
}
.modal.country-select .modal-content{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	border: none;
  height: auto;
  text-align: center;
	padding: 40px 0;
	width: 600px;
	border-radius: 3px;
}
.modal.country-select .modal-content .title{
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.modal.country-select .modal-content .country{
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.modal.country-select .modal-content .country li{
	font-weight: 300;
	font-size: 16px;
	line-height: 2.3;
  -webkit-transition: all .4s;
	transition: all .4s;	
/*	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0); */
}
.modal.country-select .modal-content .country li:hover{
	color: #A41C3B;
	font-weight: 500;
}
.modal.country-select .close{
	height: 23px;
	line-height: 23px;
	font-weight: 300;
	font-size: 23px;
	position: absolute;
	right: 40px;
	top: 30px;
	opacity: .4;
}
.modal.country-select .close:hover{
	color: #A41C3B;	
	opacity: 1;
}

/*----------------------- misc-links ------------------*/


.modal.misc-links{
	padding-right: 0!important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: background-color 2.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: background-color 2.75s  cubic-bezier(0.19, 1, 0.22, 1) ;
	background-color: rgba(0,0,0,0);
}
.modal.in.misc-links{
	background-color: rgba(0,0,0,.3);
}
.modal.misc-links .modal-bg{
	width: 100%;
	height: 100%;
	margin: 0;
  background: #000;
}
.modal.misc-links .modal-dialog{
  margin: 0;
  height: auto;
  width: 290px;
  left: -290px;
  position: absolute;
  top: 0;
  background: #fff;
 	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;	 
  -webkit-transition: left .4s;
	transition: left .4s;
}
.modal.in.misc-links .modal-dialog{
  left: 0px;
}
.modal.misc-links .modal-dialog .links{
	padding-left: 0;
	list-style: none;
	margin-top: 20px;
	margin-left: -40px;
    margin-bottom:25px;
}
.modal.misc-links .modal-dialog .links li a{
	font-weight: 300;
	font-size: 12px;
	line-height: 2.3;
    color: #9c9c9c;
}
.modal.misc-links .close{
	height: 23px;
	line-height: 23px;
	font-weight: 300;
	font-size: 23px;
	position: absolute;
	right: 25px;
	top: 15px;
}


/*footer*/

.footer{
	padding: 70px 70px;
	background-color: #6f6f6f;
	display: block;
	height: 490px;
	width: 100%;
	margin-bottom: 28px;
}
.footer-left-side{
	float: left;
	width: 72%;
	display: block;
	position: relative;
}
.footer-right-side{
	float: left;
	width: 28%;
	display: block;
	position: relative;	
}
.footer-link-unit{
	padding-left: 0;
	list-style: none;
	width: 19%;
	display: block;
	float: left;
	position: relative;
    margin-bottom:0;
}
.footer-link-unit li a{
	display: block;
	color: #fff;
	line-height: 1.7;
	font-weight: 300;
	font-size: 12px;
}
.footer-address{
	text-align: right;
	padding-left: 0;
	list-style: none;	
	display: block;
	position: relative;		
}
.footer-address li, .footer-address li a{
	line-height: 1.8;
	color: #fff;
	font-weight: 300;
}   

.footer-social-media-bar{
	clear: both;
	display: inline-block;
	width: 100%;
	margin-top: 90px;
}
.footer-social-media-bar ul{
	padding-left: 0;
	width: 260px;
	margin: auto;
}
.footer-social-media-bar ul li{
	width: 36px;
	height: 36px;
	margin-right: 20px;
	display: block;
	float: left;
	border-radius: 50%;
	line-height: 36px;
	background-color: #A7A7A7;	
	text-align: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;	
}
.footer-social-media-bar ul a:last-child li{
	margin-right: 0;
}
.footer-social-media-bar ul a{
	color: #fff;
}
.footer-social-media-bar ul a:nth-child(1):hover li{
	background-color: #3B5A97;
}
.footer-social-media-bar ul a:nth-child(2):hover li{
	background-color: #EDB111;
}
.footer-social-media-bar ul a:nth-child(3):hover li{
	background-color: #5DB5DE;
}
.footer-social-media-bar ul a:nth-child(4):hover li{
	background-color: #E04D5F;
}
.footer-social-media-bar ul a:nth-child(5):hover li{
	background-color: #EE5551;
}

@media screen and (max-width: 767px){
	.footer{
		margin-bottom: 16px;
        height: 425px;
	}
	.footer-social-media-bar ul{
		width: 208px;
	}
	.footer-social-media-bar ul li{
		width: 32px;
		height: 32px;
		margin-right: 12px;
		line-height: 32px;
	}
}

.copy-right{
	text-align: center;
	color: #fff;
	clear: both;
	margin-top: 25px;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	font-weight: 300;
}

@media screen and (max-width: 767px){
	.footer{
		padding: 50px 25px;
	}
	.footer-address li, .footer-address li a{
		font-size: 13px;
		line-height: 1.7;
	}
}
@media screen and (max-width: 991px){
	.footer-right-side{
		width: 100%;
	}
}


/* brand-select */

.brand-select{
	padding-top: 1px;
	color: #A8A3A3;
	font-weight: 300;
	border-top: 1px solid #E8E8E8;
    max-height: 80px;
}
.brand-select .item{
	text-align: center;
	background-color: #FFF;
	height: 60px;
}
.brand-select .owl-carousel .item img {
	/*max-width: 80px;*/
	width: auto;
	height: 100%;
	padding: 0px;
	/*padding:18px 0px;*/
	margin: auto;

	/*-webkit-filter: invert(.28);
	-moz-filter: invert(.28);
	-o-filter: invert(.28);
	-ms-filter: invert(.28);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-0.5555 0 0 0 1 0 -0.5555 0 0 1 0 0 -0.5555 0 1 0 0 0 1 0'/></filter></svg>#invert");*/

}
.brand-select .owl-dots{
	display: none!important;
}
.brand-select .owl-prev{
	position: absolute;
  top: 0;
  bottom: 0;
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 38px;
  height:60px;
  background: #fff;    
}
.brand-select .owl-next{
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 24px;
  text-align: center;
  width: 38px;
  height:60px;
  background: #fff;    
}
.owl-next span,
.owl-prev span{
	margin: auto;
}
@media screen and (min-width: 1200px){
/*	.brand-select .owl-prev{
		display: none!important;
	}	
	.brand-select .owl-next{
		display: none!important;
	}*/
}

/* type-select */

.type-select{
	padding-top: 4px;
	color: #A8A3A3;
	font-weight: 300;
	border-top: 1px solid #E8E8E8;
    max-height: 52px;
}
.type-select .item{
	text-align: center;
	background-color: #fff;
	padding: 14px 0;
}
.type-select .item a {
	color: #695F5F;
	text-decoration: none;
}
.type-select .item a:hover {
	color: #695F5F;
}
.type-select .owl-dots{
	display: none!important;
}
.type-select .owl-prev{
	position: absolute;
  top: 0;
  bottom: 0;
  font-size: 24px;
  text-align: center;
  width: 38px;
  background: #fff;  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.type-select .owl-next{
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 24px;
  text-align: center;
  width: 38px;
  background: #fff;    
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
}
.owl-next span,
.owl-prev span{
	margin: auto;
}
@media screen and (min-width: 1200px){
	.type-select .owl-prev{
		display: none!important;
	}	
	.type-select .owl-next{
		display: none!important;
	}
}

/*............................ product-display .........................*/

.product-display {
  background-color: #fff;
  border-top: 2px solid #F3F3F3;
}
/*product-with-thumbnails*/
.product-with-thumbnails {
	margin-top: 40px;
}
.product-with-thumbnails img{
	max-width: 64%;
	margin: auto;
	display: block;
}
#product-thumbnail {
	margin-top: 30px;
}
.zoomWrapper {
  margin:auto;
  max-width: 100%!important;
}
.zoomContainer .zoomLens {
  border-color: #DFDAA4 !important;
  opacity: .5!important;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
	.product-with-thumbnails img{
		max-width: 72%;
		margin: auto;
		display: block;
	}
}
/*  product-desc  */
.product-desc {
  font-weight: 300;
  line-height: 1.8;
  margin: 40px 0 20px;
}
.product-desc .brand-image{
	height: 30px;
	/*-webkit-filter: invert(.28);
	-moz-filter: invert(.28);
	-o-filter: invert(.28);
	-ms-filter: invert(.28);	
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-0.5555 0 0 0 1 0 -0.5555 0 0 1 0 0 -0.5555 0 1 0 0 0 1 0'/></filter></svg>#invert");*/
}
.product-desc .product-title {
	font-weight: 200;
	font-size: 32px;
	text-transform: uppercase;
	overflow: hidden;
}
.product-desc .product-detail {
  font-weight: 300;
  line-height: 1.8;
  margin-top: 40px;
}
.product-desc .product-spec {
	border-top: 1px solid #E8E8E8;
	padding-top: 30px;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 40px;
	margin-top: 30px;
}


/*--------------------- tv-commercial -----------------*/

.video-active{
	position: relative;
	width: 100%;
	height: 500px;
	background: #000;
}
.video-preview{
	position: relative;
}
.video-preview .watch-button {
	position: absolute;
	bottom: 42%;
	left: 47%;
	width: 160px;
	margin-left: -65px;
	text-transform: uppercase;
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	font-size: 25px !important;
	font-weight: 300;
	height: auto !important;
	line-height: 1 !important;
	padding: 7px 0;
    text-align:center;
}
.video-active-title,
.video-active-title-ext{
  height: 110px; 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@-moz-document url-prefix() {
.video-active-title {
    width: 100%;
    -moz-box-sizing: border-box;
    }
}
.video-active-title span{
	font-size: 42px;
  font-weight: 300;
  letter-spacing: 1.5px;
	color: #989898;
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-active-title-ext span {
	font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
	color: #989898;	
  vertical-align: middle; 
  padding-left: 35px;
	padding-right: 15%;
}
.video-inactive-title {
	font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
	color: #989898;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	padding:30px 15% 10px 30px;
}
.video-inactive-title-ext {
	font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
	color: #989898;
	padding: 0px 15% 30px 30px;
}
@media screen and (min-width: 768px) {
	.video-inactive:nth-child(odd) {
		padding-right: 24px;
	}
	.video-inactive:nth-child(even) {
		padding-left: 24px;
	}
	.video-inactive-title-ext {
		padding: 0px 15% 0px 30px;
		height: 54px;
		overflow: hidden;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.video-active{
		height: auto;
		background: #fff;
	}	
	.video-active-title,
	.video-active-title-ext{
		height: auto;
	}
	.video-active-title span{
		font-size: 21px;
		padding: 30px 15px 10px 15px;
	}
	.video-active-title-ext span {
		font-size: 21px;
		padding: 0px 15px 30px 15px;
	}
	.video-inactive-title{
		padding: 30px 15% 10px 15px;
	}
	.video-inactive-title-ext{
		padding: 0px 15px 30px 15px;
	}
}


/*AD Campaigns*/

.ad-campaign-title,
.ad-campaign-title-ext{
  height: 110px; 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@-moz-document url-prefix() {
.ad-campaign-title {
    width: 100%;
    -moz-box-sizing: border-box;
  }
}
.ad-campaign-title span{
	font-size: 42px;
  font-weight: 300;
  letter-spacing: 1.5px;
	color: #989898;
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ad-campaign-title-ext span {
	font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
	color: #989898;	
  vertical-align: middle; 
  padding-left: 30px;
	padding-right: 15%;
}
/* ad grid*/
.grid-gallery.ad-grid{
	padding: 0;
}
.ad-grid .grid li{
	width: 33.33333%;
}
.ad-grid .grid .grid-unit{
	padding: 0;
}
.ad-grid .grid li .grid-unit .ad-grid-unit-title{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ad-grid .grid li .grid-unit .ad-grid-unit-title span{
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #8B7A7A;
  background-color: rgba(0,0,0,.7);
  padding: 35px 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: -7%;
}
.ad-grid .grid li:hover .grid-unit .ad-grid-unit-title{
	opacity: 1;
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.ad-grid .grid li .grid-unit .ad-grid-unit-title{
		display: none;
	}	
}
@media screen and (max-width: 767px){
	.ad-grid .grid li{
		width: 100%;
		margin-bottom: 15px;
	}
	.ad-grid .grid li:last-child{
		margin-bottom: 0px;
	}
	.ad-grid .grid li .grid-unit .ad-grid-unit-title{
		display: none;
	}	
}

/* News and Events */
.news-n-events-grid figcaption {
	padding: 20px 0 20px;
	border-bottom: 1px solid #e8e8e8;
	color: #777;	
}
.news-n-events-grid .date{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 8px;
	color: #AC1D3E;
	text-transform: uppercase;
}
.news-n-events-grid .title{
	font-size: 19px;
	font-weight: 300;
	margin-bottom: 5px;
	line-height: 1.4;
	color: #333;
}
.news-n-events-grid .sub-title{
	font-size: 18px;
	font-weight: 300;
	/*width: 60%;*/
	line-height: 1.4;
	/*text-align: justify;*/
}
.news-n-events-grid .grid li:nth-last-child(1) figcaption{
	border-bottom: none;
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.news-n-events-grid .grid li:nth-last-child(2) figcaption{
		border-bottom: none;
	}
}
@media screen and (min-width: 992px){
	.news-n-events-grid .grid li:nth-last-child(2) figcaption,
	.news-n-events-grid .grid li:nth-last-child(3) figcaption{
		border-bottom: none;
	}
}

/* Rewards Points */
.common-grid{
	margin-left: -20px;
	margin-right: -20px;
}
.common-grid figcaption {
	padding: 32px 0 38px;
	background: #E5E5E5;
	color: #616161;
}
.common-grid .title{
	font-size: 20px;
	font-weight: 300;
	padding: 0 12% 0 9%;
}
.common-grid .sub-title{
	font-size: 17px;
	font-weight: 300;
	padding: 16px 12% 0 9%;
	color: #929292;
}
@media screen and (max-width: 767px){
	.common-grid{
		margin-left: -0px;
		margin-right: -0px;
	}
  .common-grid figcaption {
    padding: 20px 0 22px;
  }
  .common-grid .title{
    font-size: 18px;
    padding: 0px 22px 0 22px;
  }
  .common-grid .sub-title{
    font-size: 16px;
    padding: 12px 20px 0 20px;
  }
}

/* Rewards Points */
/*.rewards-point-grid{
	margin-left: -20px;
	margin-right: -20px;
}
.rewards-point-grid figcaption {
	padding: 32px 0 38px;
	background: #E5E5E5;
	color: #616161;
}
.rewards-point-grid .title{
	font-size: 20px;
	font-weight: 300;
	padding: 0 12% 0 9%;
}
.rewards-point-grid .sub-title{
	font-size: 17px;
	font-weight: 300;
	padding: 16px 12% 0 9%;
	color: #929292;
}
@media screen and (max-width: 767px){
	.rewards-point-grid{
		margin-left: -0px;
		margin-right: -0px;
	}
  .rewards-point-grid figcaption {
    padding: 20px 0 22px;
  }
  .rewards-point-grid .title{
    font-size: 18px;
    padding: 0px 22px 0 22px;
  }
  .rewards-point-grid .sub-title{
    font-size: 16px;
    padding: 12px 20px 0 20px;
  }
}*/

/*country name for common pages - rrp, erp, epp pages*/
.country-name{
  font-size: 30px;
  margin-top: 20px;
  padding-left: 40px;
  font-weight: 200;
  display: block;
  text-transform: uppercase;
  line-height: 1.3;
  color: #666;
  margin-bottom: -20px;   
  clear:both; 
}
@media screen and (max-width: 767px){
  .country-name{
    font-size: 18px;
    padding-left: 0px;
    margin-top: 16px;
    margin-bottom: 0;
    display: inline-block;
  }
}

/* grid content clipping for common pages - rrp, erp, epp pages (except awards)*/

.grid-gallery.common-grid:not(.awards-grid) .grid > a li figcaption{
    height: 260px;
}
@media screen and (max-width: 767px){
.grid-gallery.common-grid:not(.awards-grid) .grid > a li figcaption{
    height: 160px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
.grid-gallery.common-grid:not(.awards-grid) .grid > a li figcaption{
    height: 240px;
  }
}
@media screen and (max-width: 1999px) and (min-width: 992px){
.grid-gallery.common-grid:not(.awards-grid) .grid > a li figcaption{
    height: 260px;
  }
}

/* grid content width resized for common pages - rrp, erp, epp pages (except awards) */

@media screen and (min-width: 1100px) {
    .grid-gallery.common-grid:not(.awards-grid) .grid > a li {
        width: 25%;
    }
}
/*----------------  promotions  ---------------*/

.active-promotion {
	width: 100%;
	position: relative;
}
.active-promotion .promotion-details{
	width: 100%;
	position: relative;
	color: #777;
}
.active-promotion .promotion-details .title{
	font-size: 30px;
	margin-top: 18px;
	margin-bottom: 18px;	
	padding-left: 40px;
	font-weight: 200;
	display: block;
	text-transform: uppercase;
	line-height: 1.3;
	color: #666;
	width: calc(100% - 170px);
}
.active-promotion .promotion-details .subtitle{
	font-size: 18px;
	padding-left: 40px;
	padding-bottom: 18px;
	font-weight: 200;
	display: block;
	text-transform: uppercase;	
	line-height: 1.3;	
	color: #545454;
}
.active-promotion .promotion-details .date{
	font-weight: 300;
	position: absolute;
	right: 20px;
	top: 8px;
	text-transform: uppercase;
	font-size: 17px;	
}
.active-promotion .promotion-content{
	padding: 40px 40px 10px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}
.active-promotion .promotion-content strong{
	margin-bottom: 18px;
    font-weight: 400;
    display: inline-block;
}
.active-promotion .promotion-content ul {
    padding-left: 0;
}
.active-promotion .promotion-content li strong {
    margin-bottom: 4px;
    font-weight: 400;
}
.active-promotion .promotion-content hr{
	border-color: #e8e8e8;
}

.active-promotion .promotion-content .collapse-link{
    text-decoration:none;
	color: #666;
    font-weight:400;
    display:block;
    margin-bottom:10px;
    margin-top:10px;

}
.active-promotion .promotion-content a{
    text-decoration:none;
    color: #545454;	
    
}
    .active-promotion .promotion-content .collapse-link i{
        position: relative;

    }
    .active-promotion .promotion-content .collapse-link i::before{
        position: absolute;
    top: -14px;
    margin-left: 2px;


    }
.text-toogle[aria-expanded=false] .text-expanded {
  display: none;
}
.text-toogle[aria-expanded=true] .text-collapsed {
  display: none;
}
@media screen and (max-width: 767px){
	.active-promotion .promotion-details .title{
		width: calc(1005 - 75px);
		font-size: 18px;
		padding-left: 0px;
		margin-top: 12px;
		margin-bottom: 12px;
	}	
	.active-promotion .promotion-details .subtitle{
		padding-left: 0px;		
	}
	.active-promotion .promotion-details .date{
		right:0px;
		font-size: 12px;
		top: 2px;
	}
}

/* promotions grid*/
.promotions-grid{
	margin-left: -12px;
	margin-right: -12px;
}
.promotions-grid .grid li{
	width: 33.33333%;
	position: relative;
}
.promotions-grid .grid li .grid-unit{
	padding: 12px;
}
.promotions-grid .grid li .grid-unit > div span{
	font-size: 22px;
	margin-bottom: 15px;
	padding-left: 30px;
	font-weight: 200;
	display: block;
	text-transform: uppercase;
}

@media screen and (max-width: 767px){
	.promotions-grid{
		margin-left: 0px;
		margin-right: 0px;
	}	
	.promotions-grid .grid li{
		width: 100%;
		position: relative;
	}
	.promotions-grid .grid li .grid-unit{
		padding: 0px;
	}	
	.promotions-grid .grid li .grid-unit > div span{
		padding-left: 0px;			
		margin-top: 10px;
		margin-bottom: 10px;		
		font-size: 18px;
		color: #666;
	}	
}
@media screen and (min-width: 768px){
	.promotions-grid .grid li .grid-unit > div{
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-align: center;
	  -moz-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  position: absolute;
	  height: 100%;
	  width: calc(100% - 23px);
	  top: 0;
	  opacity: 0;
	  -webkit-transition: opacity 0.4s;
	  transition: opacity 0.4s;
	}
	.promotions-grid .grid li .grid-unit > div span{
	  width: 100%;
	  display: inline-block;
	  text-align: center;
	  color: #000;
	  background-color: rgba(255, 255, 255, 0.88);
	  padding: 28px 15px;
	  font-size: 20px;
	  font-weight: 300;
	  line-height: 1.2;
	  margin-bottom: 0%;
	  text-transform: uppercase;
	}
	.promotions-grid .grid li:hover .grid-unit > div{
		opacity: 1;
	}	
}

/* gold care */

.specialities{
	width: 100%;
	background-color: #E5E5E5;
}
.specialities .big-head{
	background-color: #E7CE95;
	color: #fff;
}
.specialities .spealities-content{
	padding: 70px 70px;
}
.specialities .spealities-content ul{
	padding-left: 0;
	list-style: none;
}
.specialities .spealities-content ul li{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 18px;
	color: #695F5F;
	position: relative;
	margin-left: 30px;
}
.specialities .spealities-content ul li::before{
	display: block;
	content: "";
	width: 5px;
	height: 21px;
	top: 4px;
	background-color: #D7AE4F;
	position: absolute;
	left: -30px;	
}

/* news-detail */
.news-detail{
	width: 100%;
	padding: 50px 30px;
	display: inline-block;
}
.news-detail .detail-wrap{
	padding-left: 40px;
}
.news-detail .title{
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 5px;
	margin-top: 15px;
}
.news-detail .sub-title{
	font-size: 22px;
	color: #777;
	font-weight: 300;
	line-height: 1.3;
}
.news-detail .detail{
	font-size: 17px;
	color: #777;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 12px;
}
.news-detail .detail strong {
    font-weight: 500;
}
@media screen and (max-width: 767px){
	.news-detail .detail-wrap{
		padding-left: 15px;
		margin-top: 30px;
	}	
}

/*affix in the detail page*/
.news-detail .detail-image-wrap img.affix{
  position: fixed;
  top: 192px;
}
.news-detail .affix-top{
  position: static;
}
.news-detail .affix-bottom{
  position:absolute;
  bottom:auto !important;
}


/* country */

.country-wrap{
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 0px 55px;	
	overflow: hidden;
	margin-top: 28px;
	margin-bottom: -5px;
}
.country-wrap:nth-child(odd){
	background-color: #E6E6E6;
}
.country-wrap:nth-child(even){
	background-color: #C9DDEE;
}
.country-wrap .country-details{
	/*padding: 60px;*/
}
.country-wrap .region{
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #A4A4A4;
}
.country-wrap .office{
	font-size: 16px;
	color: #777;
	margin-bottom: 18px;
	margin-top: 15px;
	color: #A4A4A4;
}
.country-wrap .address{
	padding-left: 0;
	list-style: none;
	color: #A4A4A4;
}
.country-wrap .address li{
	line-height: 1.7;
	font-size: 16px;
	color: #777;
	font-weight: 300;
	margin-bottom: 5px;
}
.country-details{
	padding: 50px 0 50px;
	text-align: left;
	display: block;
	float: left;
	position: relative;
	width: 30%;
}
.office-image{
  position: absolute;
  display: block;
  top: 0;
  right: 0px;
  bottom: 0;
}
.office-image img{
	height: 100%;
/*	filter: grayscale(40%);
	-webkit-filter: grayscale(40%);
	-moz-filter: grayscale(40%);
	-o-filter: grayscale(40%);
	-ms-filter: grayscale(40%);
	cursor: pointer;
	transition: .9s filter ease;
	-webkit-transition: .7s -webkit-filter ease;
	-moz-transition: .7s -moz-filter ease;
	-ms-transition: .7s -ms-filter ease;
	-o-transition: .7s -o-filter ease;*/
}

@media screen and (min-width: 992px){
	.office-image img{
		float: right;	
	}	
	.country-wrap{
		max-height: 350px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.office-image{
		right: 0px;
	}
	.country-wrap .address li{
		font-size: 14px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1099px){
	.office-image img{
		margin-right: -60px;
	}
}
@media screen and (max-width: 991px){
	.country-details{
		width: 82%;
		margin-left: 9%;
	}
	.office-image{
		width: 100%;
		position: static;
	}
	.office-image img{
		margin: 0 auto 45px;
		height: auto;
	}
}
@media screen and (max-width: 767px){
	.country-wrap .country-details{
		padding: 40px 0px;
	}
	.country-wrap .address li{
		font-size: 14px;
	}
	.country-wrap{
		padding: 0px;
	}
	.office-image{
		position: absolute;
		width: 100%;
		left: 0;
	}
	.office-image {
	    font-size: 20px;
	    font-weight: 300;
	}
	.office-image img{
		width: 100%;
	}	
}


/*new contact style from here*/
.office-wrap{
	width: 100%;
	/*display: inline-block;*/
}
.office-wrap section{
	width: 100%;
	padding: 55px 20px 45px;
	text-align: center;
	color: #676262;
	letter-spacing: .5px;
	margin-top: 8px;
}
.office-wrap section:nth-child(odd){
	background-color: #e9e9e9;
}
.office-wrap section:nth-child(even){
	background-color: #dfd5d8;	
}
.office-wrap .office-region{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.office-wrap .office-location{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 8px;
}
.office-wrap .office-address{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	padding-left: 0;
}
.office-wrap .office-address li{
	line-height: 1.6;
}

/*new contact style till here*/


/*customer-care*/
.customer-care{
	width: 100%;
	background-color: #c4bbbb;
	padding: 50px 40px 30px 40px;
	display: inline-block;
	margin-top: 8px;
	/*margin-bottom: -5px;*/
}
.customer-care .cust-care-title{
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-left: 20px;
	text-transform: uppercase;
	color: #fff;
}
.customer-care .form-element {
	padding: 0 20px;
	width: 50%;
	float: left;
	margin-bottom: 30px;
}	
.customer-care .form-element.message {
	width: 100%;
}	
.customer-care .form-element input,
.customer-care .form-element button{
	padding: 6px 14px;
	color: #BBA0A0;
}
/*.customer-care .form-element button{
	width: 102px;
}*/
@media screen and (max-width: 767px){
	.customer-care{
		padding: 60px 5px 35px 5px;
	}
	.customer-care .form-element {
		width: 100%;
	}
}

/*---------------------- store-locator -------------------*/

.locate-store-title{
  position: absolute;
  font-size: 19px;
  font-weight: 300;
  padding-left: 20px;
  margin-top: 28px;
  display: block;
}
@media screen and (max-width: 767px){
	.stores-and-map .store-menu{
		position: absolute;
		top: -47px;
		left: -16px;
		z-index: 1;
		width: 100%;
	}
	.stores-and-map .dl-menuwrapper button{
		width: 30px;
		height: 30px;
	}
	.stores-and-map .dl-menuwrapper button:after{
		width: 68%;
		height: 3px;
		top: 6px;
		box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;		
	}
	.stores-and-map .dl-menuwrapper .dl-menu{
		margin: 0px 0 0 0;
		padding-top: 17px;
	}
}

ul.dl-submenu{
	height: 520px;
	overflow-y: auto;
}
.dl-submenu li:not(:first-child) a{
	margin-left: 20px;
}
.dl-submenu li a:before{
	/*font: normal normal normal 14px/1 FontAwesome;*/
	/* content: "\f041"; */
	/* font-size: 18px; */	
	/* color: #A3CCFF; */	
	content: '';
	display: inline-block;
	margin-left: -25px;
	position: absolute;
	width: 14px;
	background-image: url('../images/icons/map_pin.png');
	height: 20px;
	background-size: 14px 20px;
}
.dl-submenu li:first-child a:before{
	display: none;
}
.branch-details{
	/*margin-left: 40px;*/
	font-weight: 300;
	/*margin-top: -3px;*/
}
.branch-details div{
	line-height: 1.5;
	color: #999;
}
.branch-details div:last-child{
	font-size: 11px;
	color: rgb(103, 184, 255);
	margin-top: 2px;
}

@media screen and (min-width: 768px){
	.dl-trigger{
		visibility: hidden;
	}
}




#map {
height: 585px;
width: 100%;
z-index: 1;
}
/*info window*/
.gm-style img{
  /*width: 100%;*/
}
.infoWindow-details{
  margin-top: 15px;
}
.infoWindow-details > div{
  line-height: 1.4;
}


/*about*/
.about{
	width: 100%;
	display: inline-block;
}
.about-content section{
	padding: 55px 8%;
	/*font-size: 22px;*/
	/*font-weight: 300;*/
	color: #8D8D8D;
	position: relative;
}
.about-content section:nth-child(even){
	background-color: #b0b0b0;
	color: #fff;
}
#chairmans-message{
	width: 100%;
	background-image: url('../images/common/joy-alukkas-chairman.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#chairmans-message .message-content{
	padding-right: 60px;
	margin-left: 36%;
	padding-top: 70px;
	padding-bottom: 140px;
}
section.chairman-message-extended{
	background-color: #333;
}
.about-content .brand-icon{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: auto;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px){
	#chairmans-message{
		background-size: 260%;
		min-height: 400px;
	}	
}


/*.timeline*/
.timeline{
	width: 100%;
	display: inline-block;
}
.timeline section{
	padding: 155px 8%;
	font-size: 22px;
	font-weight: 300;
	color: #B6B6B5;
	position: relative;
	height: 100%;
}
.timeline section:nth-child(1){
	background-color: #C9E478;
}
.timeline section:nth-child(2){
	background-color: #DFCEA9;
}
.timeline section:nth-child(3){
	background-color: #D2AA9E;
}
.timeline section:nth-child(4){
	background-color: #C9DEBB;
}
.timeline section:nth-child(5){
	background-color: #C9E478;
}
.timeline section:nth-child(6){
	background-color: #DFCEA9;
}
.timeline-bullets {
	padding-left: 0px;
	width: 25px;
	position: fixed;
	right: 50px;
	top: 50%;
	/*margin-top: -80px;*/
	/*height: 160px;*/
	z-index: 1;
	margin-bottom: 0;
}
.timeline-bullets li{
	display: block;
	height: 30px;
	text-align: center;
}
.timeline-bullets li span{
	width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
}
.timeline .year-head{
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
	margin: auto;
	position: absolute;
	top: -42px;
	line-height: 84px;
	color: #A1A1A1;
	display: block;
	left: 0;
	right: 0;
}

/* search */

.search-wrap{
  position:relative;
  min-width:28px;
  width:100%;
  height:34px;
  overflow:hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.search-input{
  top:0;
  right:0;
  border:0;
  outline:0;
  background:#fff;
  width:100%;
  height:34px;
  margin:0;
  padding: 0px 25px 0px 12px;
  font-size:20px;
  color:#A8A3A3;
  border:1px solid #A8A3A3;
}
.ja-form .search-triggger,
.ja-form .submit-search{
  width:28px;
  height:34px;
  display:block;
  position:absolute;
  top:0;
  right:0;
  padding:0;
  margin:0;
  border:0;
  outline:0;
  text-align:center;
  cursor:pointer;
}
.ja-form .search-triggger {
  background:transparent;
}
.ja-form .submit-search{
  background:#fff;
	border: 1px solid #fff;
	border-left: none;  
}    

.search-icon{
  height: 16px;
}

@media screen and (min-width: 768px){
	.search-wrap{
		position: absolute;
		top: -48px;
		right: 27px;
  	float:right;
  	width:0%;
	}
	.search-input-open{
	  width:250px;
	}
	.search-wrap.search-input-open .submit-search{
		border: 1px solid #f1f1f1;
		border-left: none;
	}
	.search-wrap.search-input-open input{
		border: 1px solid #f1f1f1;
	}
}
@media screen and (max-width: 767px){
	.search-wrap{
  	padding-left: 30px;
  	padding-right: 30px;  
  	margin-top: 30px;	
	}
	.ja-form .submit-search{
		right: 30px;
	}
}

input.search-input::-webkit-input-placeholder {
	color: #d74b4b;
}
input.search-input:-moz-placeholder {
  /* Firefox 18- */
	color: #d74b4b;
}
input.search-input::-moz-placeholder {
  /* Firefox 19+ */
	color: #d74b4b;
}
input.search-input:-ms-input-placeholder {
	color: #d74b4b;
}




/*scale up*/

#Promotion {
    display: inline-block;
    width: 100%;
}
.active-promotion img{
    width:100%;
}


/*------------------Modal left ( Group of companies)-----------------------------------------------------------------------*/

	
  .modal.misc-links .modal-dialog .links{
    margin-left: 0;
  }
  .modal-dialog .links{
    margin-top: 34px;
  }
  .misc-links .links li {
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
    margin: auto;
    margin-top: 18px;
    position: relative;
  	width: 90px;    
  }
  .misc-links .links > li {
  	width: auto;
  }  
  .misc-links .links .gp-companies-title {
    margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: none;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;	   
  }  
  .misc-links .links a:last-child li {
    border-bottom: none;
  }
  .misc-links .links li img{
    width: 100%;
    margin: auto;
    display: block;
  }
  .misc-links .links li img.bottom{
    position: relative;
  }
  .misc-links .links li img.top{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }  
.misc-links .links a:hover li img.top{
  opacity: 0;
}

/*Live chat------------------------------------------------------*/
#ls_topDiv{
    width: 300px;
    overflow: hidden;
    position: fixed;
    bottom: -220px;
    border: none;
    height: 252px;
    right: 0px;
    transition:all 1s linear;
    z-index: 999999;
    display:block;
}
#ls_topDiv.open{
    bottom: 0;
}
#ls_topDiv.close{
    bottom: -220;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
#ls_topDiv iframe{
    overflow: hidden;
    background: #fff;
    border: none;
}
#chatHeader{
    cursor: pointer;
    border-radius: 0;
    width:300px;
    line-height:0;
    display:table;
    background: #C0BABA;
}
#ls_chatFrameDiv{
	background: #AC304D;
	position: fixed !important;
	height: 220px;
    width:300px;
    align:center;
    display:table-cell;
}
#chatHeader span{
	font-weight:400;
	color:white;
	height:34px;
	width:200px;
	font-family: "Lato",sans-serif;
	font-size:15px;
	display:table-cell;
	vertical-align:middle;
	text-transform:uppercase;
	align:left;
}
#chatHeader img{
	float:right;
	display:table-cell;
	vertical-align:middle;
	cursor:pointer;
}
/*End of Live Chat-------------------------------------*/
/*Modified on 30/12/2016----------------------*/
@media screen and (max-width: 767px){
	.video-home .video-home-to-gallery-wrap{
		height: 190px;
	}
	.video-home .video-home-to-gallery-title{
		font-size: 26px;
	}
}
/* End Modified on 30/12/2016----------------------*/

/*--------------Enquiry--------------------------------*/

                    .product-bottom-sec{
                      position: relative; 
                    }
                    a.enquire-btn{
                      background-color: transparent; 
                      border: 1px solid #333;   
                      font-weight: 300;
                      padding:14px 18px;  
                      margin-left: 100px;
                      display: inline-block;
                      color:#75797B;
                      position: relative;
                    }
                    .enquire-collpase{
                      border: 1px solid #333;  
                      margin-top: -1px; 
                    }
                    .enquire-collpase .enquire-form{
                      padding: 25px;
                    }     
                    .social-share.jssocials{
                       position: absolute;
                       top: 0;
                       left: 0;
                    }
                    .enquire-form{
                      display: inline-block;
                      width: 100%;
                    }             
                    .enquire-form .enquire-form-element input {
                      width: 100%;
                      background-color: #E2E3E2;
                      padding: 6px 14px;
                      color: #000;                      
                      width: 100%;
                      margin-bottom: 15px;
                    }
                    .enquire-form .enquire-form-element button{
                      padding: 6px 14px;
                      color: #fff;
                      float: right;
                      background-color: #75797B;
                    }


  .director-img{
    margin-top: 94px;
  }
  @media screen and (max-width: 767px)
  {
    .director-img{
      width: 100%;
      margin-top: 0px;
      margin-bottom: 45px;
    }    
  }

  /*about-group-of-companies*/
  .about-content section.about-group-of-companies {
    background-color: #333;
  }
  .logo-group{
    padding-top: 15px;
  }
  .logo-company{
    margin-top: 45px;
    text-align: center;
  }
    .logo-company img{
        border: 1px solid #fff;
    }
@media screen and (max-width: 767px)
  {
      .logo-company{
        margin-top: 20px;
      }   
  }


.unda {
    display: none;
	position: absolute;
    height: 2px;
    width: calc(100% - 0px);
    background: #fff;
    z-index: 1;
    margin-top: -1px;
    left: 0;
    bottom: -1px;
}
/*Genaral Styles*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);

/*General Properties*/

body, html{
	font-family: 'Roboto', sans-serif;
	height: 100%;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;	
}
ul{
	list-style: none;
}

/*frame*/

.frame{
	background-color: #FFF;
	padding: 0 28px 28px;
	width: 100%;
	height: 100%;
	max-width: 1900px;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 767px){
	.frame{
		padding: 0 16px 16px;
	}	
}


/* General rules for pages */

.w-cent{
	width: 100%;
}
.h-cent{
	height: 100%;
}
.semi-bold{
	font-weight: 500;
}  
.spacer-8{
	display:block;
	height: 8px;
	clear: both;
}
.balancer-4{
	margin-top: -4px;
}
.balancer-5{
	margin-top: -5px;
}
.balancer-6{
	margin-top: -6px;
}
.balancer-10{
	margin-top: -10px;
}
.clr{
	clear: both;
}
.color-trans{
	background-color: transparent;
}
.flex-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.flex-v-center{
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}
.flex-h-center{
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-item
{
    /*width: 60%;*/
    display: block;
}
/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/
@-moz-document url-prefix() {
.flex-container{
    width: 100%;
    -moz-box-sizing: border-box;
    }
}

/*external-page-link*/

.detail a {
    margin-top: 10px; 
    display: inline-block; 
    color: #333; 
}
.detail a:hover {
    text-decoration:none;
    color: rgb(148, 43, 62);
}

p.normal-text{
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
}
.big-head{
	font-weight: 200;
	font-size: 35px;
	padding: 12px 40px;
	text-transform: uppercase;
}
.big-head-capitalize{
	font-weight: 200;
	font-size: 40px;
	padding: 30px 40px;
	margin-top: -30px;
	text-transform: capitalize;
}
.big-head-capitalize-left{
	font-weight: 200;
	font-size: 40px;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.inner-intro-banner{

    /*height: 320px;*/
/*    background-image: url('../images/innerpage-banners/header_banner06.jpg');
    background-position: center;
    background-size: cover;*/

	width: 100%;
	/*background: #000;*/
	overflow: hidden;
	clear: both;
	position: relative;
}
.inner-intro-banner img {
    width: 100%;
}
.white-container{
	background: #fff;
	display: inline-block;
	width: 100%;
}
.container-after-menu{
	margin-top: 142px;
}
@media screen and (max-width: 1199px) {
	p.normal-text{
		font-size: 18px;
	}
	.big-head-capitalize-left{
		font-size: 34px;
		margin-bottom: 20px;
	}	
}
@media screen and (max-width: 991px) {
	p.normal-text{
		font-size: 16px;
	}
	.big-head-capitalize-left{
		font-size: 28px;
	}	
}
@media screen and (max-width: 767px) {
	.big-head-capitalize{
		font-size: 26px;
		padding: 25px 0px;
	}	
	p.normal-text{
		font-size: 14px;
	}
	.white-container{
		display: block;
	}
	.big-head{
		font-size: 23px;
        padding: 8px 15px;
	}
	.inner-intro-banner{
		/*height: 300px;*/
	 }	
	.container-after-menu{
		margin-top: 51px;
	}		
}

/* form elements */

.ja-form{
	height: 100%;
}
.ja-form a{
	text-decoration: none;
	outline: none;
}
.ja-form input, .ja-form button, .ja-form textarea{
	border-radius: 0!important;
	border: 1px solid #fff;
	font-size: 13px!important;
	box-shadow: none!important;
}
.ja-form input, .ja-form textarea{
	font-weight: 300;
}
.ja-form input, .ja-form button{
	height: 34px;
	line-height: 1;
	vertical-align: middle;
}
.ja-form textarea{
  max-width: 100%;
}
.form-inline .form-control{
	margin-right: 20px;
}
@media (max-width: 767px) {
	.ja-form input, .ja-form textarea{
		padding-left: 10px!important;
		padding-right: 15px!important;
	}
}


/* placeholder */
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  /*color:    #fff;*/
  /*font-size: 18px;*/
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/*color:    #fff;*/
	opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	/*color:    #fff;*/
	opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  /*color:    #fff;*/
}

.btn-ja{
	border: 1px solid #fff;
  padding: 0 20px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

/*modified bs responsive classes*/

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block!important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm {
    display: block!important;
  }
}
@media (min-width: 991px) and (max-width:1199px) {
  .visible-md {
    display: block;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block;
  }
}

.hidden-xs,
.hidden-sm,
.hidden-md,
.hidden-lg {
  display: block;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
	.hidden-lg {
  	display: none;
  }
}

.visible-xtralarge{
	display: none;
}
@media (min-width: 1800px) {
	.visible-xtralarge{
		display: block;
	}
}
@media (min-width: 1800px) {
	.hidden-xtralarge{
		display: none;
	}
}

/* media-query-trigger */

.media-query-trigger{
  display: none;
  font-size: 12px;
}
@media (min-width:768px) and (max-width: 991px) {
	.media-query-trigger{
    font-size: 14px;
	}
}
@media (min-width:992px) and (max-width: 1199px) {
	.media-query-trigger{
	  font-size: 16px;
	}
}
@media (min-width:1200px) {
	.media-query-trigger{
	  font-size: 18px;
	}
}
/*ipad*/
@media (height: 768px) and (width: 1024px) {
	.media-query-trigger{
	  font-size: 15px;
	}
}
@media (width: 768px) and (height: 1024px) {
	.media-query-trigger{
	  font-size: 13px;
	}
}


/*headings*/

.title-head{
	display: block;
	color: #695F5F;
	line-height: 1;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: .3px;
	background: #fff;
	padding: 20px 20px;
}
.title-head a{
	text-decoration: none;
	color: #695F5F;
}
.title-head .fa{
	margin-left: 4px;
	margin-right: 4px;
}
.h2-type-1{
  font-weight: 200;
  font-size: 34px;
  line-height: 34px;
  margin: 0px 0 7px;
  color: #8D7D38;
}
.h2-type-2{
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	color:#9C9C9B;
}
@media screen and (max-width: 767px){
	.h2-type-1
	{
		text-align: center;
    margin-top: 45px;
    font-size: 15px;
    margin-bottom: 0px;
	}
}

/*triangle*/

.triangle-right{
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 11px 0;
  border-color: transparent #D9D9D9 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  right: 0;
  margin-right: -1px;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.4s,opacity 0.4s linear;    
}
a:hover .triangle-right{
	visibility:visible;
	opacity:1;
	transition-delay:0s;
}

/*scroll-to-next-bottom*/

.scroll-to-next-bottom{
	position: absolute;
	bottom: 40px;
	width: 150px;
	left: 50%;
	margin-left: -75px;
	z-index: 1;
}
.scroll-to-next-bottom a {
	padding-top: 60px;
}
.scroll-to-next-bottom a span {
	width: 150px;
	height: 47px;
	display: block;
	text-indent: -9999px;
	background: url('../images/icons/bottom_top_arrow.png') no-repeat scroll 0px 0px / 150px 94px;
	overflow: hidden;
  -webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation: fadescroll 2s infinite;
	animation: fadescroll 2s infinite;
	box-sizing: border-box;	
}
@-webkit-keyframes fadescroll {
	0% {
		-webkit-transform: rotate(180deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(180deg) translate(0px, 10px);
	}
	40% {
		-webkit-transform: rotate(180deg) translate(0, 0);
	}
}
@keyframes fadescroll {
	0% {
		transform: rotate(180deg) translate(0, 0);
	}
	20% {
		transform: rotate(180deg) translate(0px, 10px);
	}
	40% {
		transform: rotate(180deg) translate(0, 0);
	}
}

/*scroll-to-top*/
.scroll-to-top{
	display: none;
	font-size: 11px;
	position: fixed;
	bottom: 50px;
	right: 60px;
	z-index: 2;
	text-align: center;
	color: #fff;
}
.scroll-to-top span{
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 50%;
	text-indent: -9999px;
	background-color: rgba(255, 255, 255, 1);
	background-image: url('../images/icons/back.png');
	background-size: 34px 33px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin-bottom: 4px;
}

/*tint*/
.tint{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 60%;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 80%,rgba(0,0,0,.3) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 80%,rgba(0,0,0,.3) 100%);
}


/*horiz-strips*/

.horiz-strip-type-1{
	width: 100%;
	margin: 0px 0 10px;
	display: inline-block;
}

.gold-rate{
	font-size: 20px;
	display: block;	
	text-align: right;
	color: #606060;
	font-weight: 300;
	position: absolute;
	z-index: 1;
	padding: 15px 45px;
	margin-top: -20px;
	right: 0;
}
.goldrate-head{
	padding-right: 10px;
	color: #606060;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;	
}
.gold-rate .fa-compress{
	display: none;
}
.gold-location-rate{
	text-align: right;
	font-size: 18px;
	color: #606060;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;		
}
.gold-location-rate .rate{
	font-weight: 400;
}
.last-updated-text{
	font-size: 13px;
	color: #606060;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;			
}
/*.gold-rate.open{
	background-color: #fafafa;
	padding-top: 15px;
}*/
.gold-rate .collapse-wrap{
	width: 100%;
	margin-top: 15px;
	background-color: #fafafa;
}
.gold-rate .collapse-wrap ul{
	padding-left: 0px;
	text-align: left;
}
.gold-rate .collapse-wrap .collapse-head{
	font-weight: 400;
	font-size: 14px;
}
.gold-rate .collapse-wrap li{
	line-height: 2.3;
	font-size: 14px;
	position: relative;
}
.gold-rate .collapse-wrap li span{
	position: absolute;
	left: 57%;
}
.gold-rate .dropdown-footer{
	display: block;
	width: 100%;
	background-color: #bfbfbf;
	padding: 10px 25px;
	margin-top: 25px;
	font-size: 13px;
	color: #fff;
}
@media screen and (max-width: 767px){
	.horiz-strip-type-1{
		margin: 10px 0 0px;
		font-size: 14px;
	}
	.gold-rate{
		text-align: left;
		font-size: 14px;
		border-bottom: 1px solid #eee;
		padding: 0px;
		width: 100%;
		margin-top: 0;
		min-height: 45px;
		float: none;
	}
	.gold-rate-concise{
		display: block;
		height: 35px;	
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		transition: all .4s ease;			
	}
	.gold-location-rate{
		text-align: left;
		font-size: 11px;
		float: right;
		margin-top: 2px;
	}	
	.last-updated-text{
		float: right;
		font-size: 11px;
	}
	.gold-rate .collapse-wrap{
		/*margin-top: 8px;*/
	}
	.gold-rate .collapse-wrap ul{
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 8px;
	}
	.gold-rate .fa-compress{
		color: #979696;
		margin-top: 4px;
		position: absolute;
		width: 24px;
		height: 24px;
		border: 1px solid #E0CFCF;
		text-align: center;
		/*display: inline-block;*/
		border-radius: 50%;
		line-height: 23px;		
	}
	.gold-rate.open .gold-location-rate{
		padding-right: 15px;
	}
	.gold-rate.open .last-updated-text{
		padding-right: 15px;
	}	
}

/*video-home*/

.video-home{
	width: 100%;
	display: inline-block;
	margin: 0px 0;
	background-color: #000;
}
.video-home .video-home-latest{
	height: 290px;
 	/*cleared the padding left and right*/
	padding-left: 0;
	padding-right: 0;
}
.video-home .start-video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  /*border: 1px solid #D8D4D4;*/
}
.video-home .play-btn{
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 25px solid #D8D4D4;
	margin: auto;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;		
}
.video-home .start-video:hover .play-btn{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.play-btn-wave {
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 50%;
	margin-top: -5px;
	z-index: 1;
	content: '';
	width: 10px;
	height: 10px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: circlewave 2s infinite;
	animation: circlewave 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes circlewave {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 70px rgba(255,255,255,.2);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes circlewave {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.2);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.video-home .video-home-to-gallery-wrap{
	height: 290px;
  background-color: transparent;
  text-align: center;
  color: #A8A3A3;
  margin-top: 8px;
	padding-left: 40px;
	padding-right: 40px;  
}
.video-home .video-home-to-gallery-title{
	font-style: italic;
	font-size: 30px;
	padding-top: 5%;
	display: block;
}
.video-home a .video-home-to-gallery-link{
	font-size: 18px;
	padding-top: 3%;
    color: #A8A3A3;
}
@media screen and (max-width: 767px){
	.video-home .video-home-latest{
		height: 220px;
	}
}
@media screen and (min-width: 768px){
	.video-home .video-home-to-gallery-wrap{
		margin-left: 0px;
		width: calc(100% - 0px);
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.video-home .video-home-to-gallery-title{
		padding-top: 16%;		
	}
}

/*Component Styles

/*top-strip*/

.top-strip{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1900px;
  height: 79px;
  padding: 22px 28px 22px;
  background-color: #FFF;
  z-index: 1001;
  -webkit-backface-visibility: hidden;
}
.top-strip-elements-wrapper{
	width: 100%;
	/*height: 100%;*/
	padding-bottom: 21px;
  	border-bottom: 1px solid #e8e8e8;
}
.top-strip-unit-left{
	float: left;
	margin-top: 10px;
}
.top-strip-unit-center{
	text-align: center;
	height: 35px;
}
.top-strip-unit-center a {
	width: 202px;
	margin: auto;
	display: block;
}
.top-strip-unit-center img {
	height: 33px;
	padding: 1px;
	/*margin-right: -65px;*/
}
.top-strip-unit-right {
	float: right;
	color: #777;
	/*margin-right: 36px; with search*/
    margin-right: 0px;
    margin-top: 16px;
}
.top-strip-unit-right a.country-select {
	display: inline-block;
}
.top-strip-unit-right .country-select span {
	color: #777;
	font-size: 12px;
	padding-right: 5px;
	text-transform: uppercase;
}
.top-strip-unit-right .country-select img,
.top-strip-unit-right .store-marker img  {
  height: 16px;
}
.top-strip-unit-right .store-marker {
	margin-left: 14px;
}
.top-strip-unit-right .store-marker span{
	color: #777;
	font-size: 12px;
	padding-right: 10px;
	text-transform: uppercase;
}

@media screen and (max-width: 767px){
	.top-strip{
		padding: 15px 16px 0;
		height: 51px;
		border-bottom: 1px solid #DADADA;
	}	
	.top-strip-elements-wrapper{
		border-bottom: none;
	}	
	.top-strip-unit-center a{
		width: 110px;
	}	
	.top-strip-unit-center img{
		height: 19px;
    	margin-top:-5px;
	}
	.top-strip-unit-right{
		margin-right: 29px;
    	margin-top: 0px;		
	}
	.top-strip-unit-right .country-select img,
	.top-strip-unit-right .store-marker img{
		height: 14px;
	}
	.top-strip-unit-right .country-select span{
		display: none;
		padding-right: 3px;		
	}
	.top-strip-unit-right .store-marker {
		margin-left: 14px;
	}	
	.top-strip-unit-right .store-marker span{
		display: none;
	}
}	


.col-sm-5col{
	width: 20%;
	position: relative;
	float: left;
}


/*joyalukkas-menu*/

.joyalukkas-menu{
  margin-top: 79px;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1001;
  max-width: 1900px;
}
.joyalukkas-menu .collapse{
	max-width: 1900px;
	border-bottom: 1px solid #e8e8e8;
}
.joyalukkas-menu .navbar-nav{
	text-align:center;
	width:100%;
}
.joyalukkas-menu .navbar-nav>li{
  float: none;
  display: inline-block;
}
.joyalukkas-menu .mega-dropdown {
  position: relative;
}
.joyalukkas-menu .mega-dropdown-menu {
    border-radius: 0;
  margin-left: -30px;
  padding: 0px 0px;
  /*width: 100%;*/
  left: 0;
  margin-top: -1px!important;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #FFF;
  border: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.joyalukkas-menu .mega-dropdown-menu-elements-wrap{
	display: block;
	width: 100%;
	/*margin: 0 50px;*/
	padding: 0 50px 60px 50px;
	float: left;
	background-color: transparent;
	/*border-top: 1px solid #dedede;	
	border-bottom: 1px solid #dedede;*/
}
.joyalukkas-menu .mega-dropdown-menu .mega-dropdown-menu-elements-wrap > li{
	padding-left: 0px;
	padding-right: 0px;
}
.joyalukkas-menu .mega-dropdown-menu .mega-dropdown-menu-elements-wrap > li > ul {
  padding: 0;
  margin: 0;
}
.joyalukkas-menu .mega-dropdown-menu .mega-dropdown-menu-elements-wrap > li > ul > li {
  list-style: none;
  padding-left: 0%;
}
.joyalukkas-menu .mega-dropdown-menu .mega-dropdown-menu-elements-wrap > li > ul > li > a {
  display: block;
  color: #777;
  padding: 9px 0px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.joyalukkas-menu .drop-head{
  color: #8d8d8d;
	padding: 9px 0px;
	font-weight: 300;	
	font-size: 12px;
}
.joyalukkas-menu .drop-head:hover{
  color: #9b616f;
}
.joyalukkas-menu .mega-dropdown-menu .mega-dropdown-menu-elements-wrap > li ul > li > a:hover,
.joyalukkas-menu .mega-dropdown-menu .mega-dropdown-menu-elements-wrap > li ul > li > a:focus {
  text-decoration: none;
	color: rgb(148, 43, 62);
  /*color: */
}
.joyalukkas-menu .carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;
}
.joyalukkas-menu .left.carousel-control {
  right: 30px;
  left: inherit;
}
.joyalukkas-menu .carousel-control .glyphicon-chevron-left, 
.joyalukkas-menu .carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

@media (min-width: 768px){
	.joyalukkas-menu .collapse{
		margin-left: 28px;
		margin-right: 28px;
	}
	.joyalukkas-menu .navbar-nav{
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  justify-content: center;
      

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    
      	
	  /*backface-visibility: hidden;
	  -webkit-backface-visibility: hidden;*/
	}	
	.joyalukkas-menu .nav.navbar-nav > li > a{
		margin: 25px 20px!important;
		font-size: 12px;
		line-height: 12px;
		color: #777;
		padding: 0;
        font-weight:400;
	}
	.joyalukkas-menu .nav.navbar-nav > li.open > a,
	.joyalukkas-menu .nav.navbar-nav > li > a:hover,
	.joyalukkas-menu .nav.navbar-nav > li > a:focus{
		background-color: transparent;
		color: rgb(148, 43, 62);
		font-weight: 500;
	}
	.joyalukkas-menu .nav.navbar-nav > li > a.active{
		color: rgb(148, 43, 62);
		font-weight: 400;		
	}
/*	.joyalukkas-menu .nav.navbar-nav > li > a.active::before{
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #bfbfbf;
		position: absolute;
		top: -26px;
		margin: auto;
		left: 0;
		right: 0;
		display: block;
		content: "";
	}*/
}
/*ipad*/
@media (width: 768px) {
    .joyalukkas-menu .nav.navbar-nav > li > a {
        margin: 25px 12px!important;
    }
}
@media (max-width: 767px){
	.joyalukkas-menu	{
		margin-top: 0px;
		background-color: transparent;
  	min-height: 48px;
		height: 48px;
		width: 38px;
		left: auto;
	}
	.joyalukkas-menu .navbar-toggle{
		padding: 0px 0px;
		height: 14px;
		border: none;
		margin: 19px 16px 18px 0;
		color: #9C9C9B;
	}
	.joyalukkas-menu .navbar-toggle .icon-bar	{
		width: 13px;
		height: 2px;
		background: #9C9C9D;
	}
	.joyalukkas-menu .navbar-toggle .icon-bar+.icon-bar{
		margin-top: 2.4px;		
	}
	.joyalukkas-menu-xs .navbar-collapse{
		background-color: rgb(178,178,178);
		margin-top: 0px;
		border-top: none;
	}
	.joyalukkas-menu-xs .navbar-nav{
    margin: 7.5px auto;
	}
	.joyalukkas-menu-xs .navbar-nav>li{
		display: block;
		border-bottom: 1px solid #fff;
    margin-left: 30px;
    margin-right: 30px;		
	}
	.joyalukkas-menu-xs .navbar-nav>li:last-child{
		border-bottom: none;
	}
	.joyalukkas-menu-xs .navbar-nav>li>a{
		font-size: 13px;
		font-weight: 300;
		padding-top: 12px;
		padding-bottom: 12px;
		color: #fff;
	}
	.joyalukkas-menu-xs .navbar-nav>li>a:hover,
	.joyalukkas-menu-xs .navbar-nav>li>a:focus,
	.joyalukkas-menu-xs .navbar-nav>li>a:visited,
	.joyalukkas-menu-xs .navbar-nav>li.open>a:active,
	.joyalukkas-menu-xs .navbar-nav>li.open>a:hover,
	.joyalukkas-menu-xs .navbar-nav>li.open>a:focus,
	.joyalukkas-menu-xs .nav .open>a, 
	.joyalukkas-menu-xs .nav .open>a:focus, 
	.joyalukkas-menu-xs .nav .open>a:hover{
		background-color: transparent!important;
		color:#fff;
	}
	.joyalukkas-menu-xs .mega-dropdown-menu-elements-wrap{
		border-top:none;
		border-bottom:1px solid #fff;
		width: calc(100% - 30px);
    	margin: 0 30px 14px;
    	padding: 20px 0 14px;
	}
	.joyalukkas-menu-xs .mega-dropdown.open .mega-dropdown-menu{
		position: relative;
	}
	.joyalukkas-menu .mega-dropdown-menu li > ul > li{
		text-align: center;
		padding-left: 0!important;
		color:#fff;
	}
	.joyalukkas-menu .mega-dropdown-menu li > ul > li a{
		color:#fff!important;
	}
}
@media (min-width: 1200px) {
    .joyalukkas-menu .mega-dropdown-menu {
        width: 320px;
    }
}


/*owl-carousel*/

/*bugfix in chrome*/
.owl-item{
 -webkit-transform: translateZ(0);
}

/* main-slider */
.main-slider{
	height: calc(100% - 114px);
}
.main-slider .owl-carousel,
.main-slider .owl-stage,
.main-slider .owl-item{
	height: 100%;
}
.main-slider .owl-stage-outer{
	height: calc(100% - 28px);
}
.main-slider .owl-item .main-slider-item{
  background-position: center;
  background-size: cover;
  height: 100%;
}
.main-slider .owl-controls{
	width: 100%;
}
/*owl nav*/
.main-slider .owl-nav{
	/*hidden now*/
	display: none;
}
.main-slider .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -23px;
}
.main-slider .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -23px;
}	
.main-slider .thin-left,
.main-slider .thin-right{
	width: 150px;
	height: 47px;
	display: block;
	text-indent: -9999px;
	background: url('../images/icons/bottom_top_arrow.png') no-repeat scroll 0px 0px / 150px 94px;
	overflow: hidden;
}
.main-slider .thin-left{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.main-slider .thin-right{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*owl-dots*/
.main-slider .owl-controls .owl-dots{
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 48px;
}
.main-slider .owl-controls .owl-dot{
	float: left;
}
.main-slider .owl-dot span{
	display: block;
	width: 11px;
	height: 11px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.59);	
}
.main-slider .owl-controls .owl-dot.active span,
.main-slider .owl-controls .owl-dot:hover span{
	background: #fff;	
}

@media screen and (max-width: 767px){
	.main-slider{
		height: 192px;
	}	
	.main-slider .owl-stage-outer{
		height: 100%;
	}	
	.main-slider .owl-controls .owl-dots{
		display: none!important;
	}
}

/*jw-display-home*/

.jw-display-home{
	background-color: #fff;
	margin-left: -4px;
	margin-right: -4px;
    display:inline-block;
    width:100%;
}
a .jw-display-home-unit{
	border-right: 4px solid #FFF;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	border-left: 4px solid #FFF;
	/*text-align: center;	   */
	overflow: hidden;
}
.jw-display-home-unit .ts-layer{
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(184, 172, 172, 0.52);
	top: 0;
	color: #fff;
}
a:hover .jw-display-home-unit .ts-layer{
	opacity: 1;
}
.jw-display-home-unit .ts-layer span{
	margin-top: 34%;
	display: block;
	padding: 0 25%;
	text-align: center;	
}

/*scale up*/
a .jw-display-home-unit img {
    width: 100%;
}

/**/

.jw-display-home-unit .jssocials-shares{
	float: right;
}

.jw-display-home-unit .social-share{
	width: 40%;
	/*float: right;*/
}
.jw-display-home-unit .social-share .jssocials-share {
  margin: 0 0 0 12px;
  line-height: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0);  
}
.jw-display-home-unit .social-share .jssocials-share a{
  color: #8F8F8F;
}
.jw-display-home-unit .social-share .jssocials-share a:hover{
  color: #695F5F;
}
.jw-display-home-unit .jssocials-share-logo{
  font-size: 14px;
}
/*-------------------product detail page-------------------------------------------*/
.product-desc .social-share .jssocials-share a{
  color: #8F8F8F;
}
.product-desc .social-share .jssocials-share a:hover{
  color: #695F5F;
}
.product-desc .jssocials-share-logo{
  font-size: 17px;
}
/*--------------------------------------------------------------*/

a:hover .jw-display-home-unit .jssocials-share:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
a:hover .jw-display-home-unit .jssocials-share:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
a:hover .jw-display-home-unit .jssocials-share:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

a:not(.banner-a) .jw-display-home-unit .row{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
  -ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
a:hover:not(.banner-a)  .jw-display-home-unit .row{
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);		
}
a.banner-a .jw-display-home-unit .row{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
a.banner-2-column .jw-display-home-unit img{
	margin-top: -3px;
}
.jw-display-home-unit-title{
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  color: #695F5F;
  font-weight: 300;
  text-transform: capitalize;
	/*font-size: 18px;*/
	height: 50px;
	/*letter-spacing: .3px;*/
	background-color: #fff;
	/*opacity:0;*/
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
	/*transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;*/
	/*transform: translate3d(0px, 20px, 0px);*/
	padding: 0 20px;
}
a:hover .jw-display-home-unit-title{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);	
}
@media screen and (max-width: 767px){
	.jw-display-home-unit-title{
		display: none;
	}
}



/*special-collection*/

.sp-collection{
	background-color: #FFF;
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0px 0;
	overflow: hidden;
}
.sp-collection-unit{
	text-align: center;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}
.sp-collection-unit:nth-child(1){
	width: 50%;
	padding-right: 0px;
}
.sp-collection-unit:nth-child(2){
	/*width: calc(32.3529411765%);*/
	width: 50%;
	padding-right: 0px;
}
.sp-collection-unit:nth-child(3){
	width: calc(34.8039215686%);
}
.sp-collection-unit img{
	width: 100%;
	filter: grayscale(40%);
	-webkit-filter: grayscale(40%);
	-moz-filter: grayscale(40%);
	-o-filter: grayscale(40%);
	-ms-filter: grayscale(40%);
	cursor: pointer;
	transition: .9s filter ease;
	-webkit-transition: .7s -webkit-filter ease;
	-moz-transition: .7s -moz-filter ease;
	-ms-transition: .7s -ms-filter ease;
	-o-transition: .7s -o-filter ease;
}
.sp-collection-unit a:hover img{
	width: 100%;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}
@media screen and (max-width: 767px){
	.sp-collection-unit:nth-child(n){
		width: 100%;
		padding-right: 0;
	}
	.sp-collection-unit:nth-child(1){
		margin-bottom: 8px;
	}
}


/* horiz-strip-2 */

.horiz-strip-2{
	width: 100%;
	padding: 36px 40px;
	display: inline-block;
	background-color: #EFEBE2;
	color: #A8A3A3;
	/*margin-top: -6px;*/
}
.best-selling-title{
	display: inline-block;
	padding-right: 50px;
	float: left;
	font-weight: 300;
	font-size: 45px;
	line-height: 48px;
	margin: 0;
}
.new-arrival-title{
	display: inline-block;
	width: 170px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
}
@media screen and (max-width: 991px){
	.horiz-strip-2{
		padding: 32px 40px;		
	}
	.best-selling-title{
		padding-right: 44px;
	    font-size: 42px;
	    line-height: 42px;
	}
	.new-arrival-title{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.new-arrival-title
	{
		margin-top: 10px;
		line-height: 1.3;
	}
	.best-selling-title{
		width: 100%;
		padding-right: 0;
    font-size: 32px;
    line-height: 32px;
	}
	.horiz-strip-2{
		padding: 30px 36px;
	}
}


/* a-jeweller */

.ja-jeweller{
	background-image: url('../images/common/bg_home.jpg');
    background-color: #F1F0EE;
	width: 100%;
	display: inline-block;
	position: relative;
	padding-top: 45px;
	background-size: cover;
}
.ja-jeweller .joy-alukkas-image{
	width: 27%;
	float: left;
	position: relative;
	display: block;
	margin-top: 45px; 
}
.ja-jeweller .brand-digest{
	width: 46%;
	float: left;
	position: relative;
	display: block;
	padding-left: 1%;
	padding-right: 5%;
	border-right: 1px solid rgba(255, 255, 255, 0.64);
	margin-top: 2%;
}
.brand-digest .brand-digest-content{
	font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #818181;
    /*margin-top: 8%;*/
}
.ja-title{
	color: #646464;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 4%;
    line-height: 1;
}
.ja-jeweller .ja-caption{
    width: 27%;
    float: left;
    position: relative;
    display: block;
    padding: 5% 5%;
    font-size: 38px;
    color: #8D8D8D;
    font-weight: 300;
    line-height: 1.3;
}
@media screen and (min-width: 992px){
	.ja-jeweller .ja-caption{
		left: 46%;
	}
	.ja-jeweller .brand-digest{
		left: -27%;
		margin-top: 5%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px){
	.brand-digest .brand-digest-content{
		font-size: 18px;
		/*margin-top: 5%;*/
	}
	.ja-jeweller .ja-caption{
		font-size: 31px;
		padding: 5% 5%;
	}
	.ja-title{
		font-size: 18px;
	}
}


@media screen and (max-width: 991px){
	.ja-jeweller{
		padding-top: 0;
	}
	.ja-jeweller .brand-digest{
		width: 100%;
		clear: both;
		padding: 0 6%;
		border-right: none;
		margin-bottom: 4%;
	}
	.brand-digest .brand-digest-content{
		margin-top: 3%;
		font-size: 18px;
	}
	.ja-jeweller .ja-caption{
		position: absolute;
		width: 32%;
		left: 60%;
		padding: 3% 0 3% 9%;
		font-size: 34px;
		margin-top: 6%;
		border-left: 1px solid rgba(255, 255, 255, 0.64);
	}
	.ja-title{
		position: absolute;
	    top: -58%;
	    margin-top: 0;
	    left: 29%;
	    font-size: 18px;
	}
	.ja-jeweller .joy-alukkas-image{
		width: 37%;
		margin-left: -3%;
	}
}
@media screen and (max-width: 880px){
	.ja-jeweller .ja-caption{
		padding: 2% 0 2% 9%;
	}
}
@media screen and (max-width: 767px){	
	.ja-jeweller .joy-alukkas-image{
		width: 100%;
		margin-left: 0%;
		margin-top: 0px;
	}
	.ja-jeweller .joy-alukkas-image img{
		margin: auto;
	}	
	.ja-title-xs{
		font-weight: 300;
		font-size: 16px;
		color: #69614F;
		letter-spacing: 1px;
		text-transform: uppercase;
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		padding: 9px 0;
		bottom: -39px;
		background: #FEBD2D;
		z-index: 1;
	}
	.ja-jeweller .ja-caption{
		background: #F1F0EE;
		margin-top: 35px;
		border: none;
		padding: 40px 25px 25px 25px;
		position: relative;
		font-size: 26px;
		width: 100%;
		left: 0;
	}
	.ja-jeweller .brand-digest{
		background: #F1F0EE;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0px 25px 25px;		
        margin-top: -1px;
	}
}



/* news and events */

  .index-news-and-events{
    background-color: #EFEBE2;
    width: 100%;
    display: inline-block;
  }
  .index-news-text{
    padding-left: 80px;    
    padding-right: 40px;        
  }
  .index-news-title{
    color: #606060;
  }
  .index-news-heading{
    color: #8D8D8D;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
  }
  .index-news-expand{
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    margin-top: 12px;
  } 
  @media screen and (max-width: 767px){
    .index-news-and-events{
      padding-top: 35px;
      padding-bottom: 35px;  
    }
    .index-news-text{
      padding-left: 50px;    
      padding-right: 50px; 
      padding-bottom: 35px;        
    }
  }
  @media screen and (max-width: 991px) and (min-width: 768px){
    .index-news-and-events{  
      padding-top: 55px;
      padding-bottom: 55px;
    }    
    .index-news-text{
      padding-left: 80px;    
      padding-right: 80px; 
      padding-bottom: 55px;        
    } 
    .index-news-image{
      padding-right: 80px;
      padding-left: 80px;
    }    
  }  
  @media screen and (min-width: 992px){
    .index-news-text {
        /*col-md-5 width*/
        width: 41.66666667%;
    }
    .index-news-image{
      padding-right: 80px;
    }
  }

/* exclusive-brands */

.exclusive-brands{
	background-color: #e9e9e9;
	width: 100%;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
.exclusive-brands-title{
	text-align: center;
	margin: 40px 0 30px;
	width: 100%;
	display: block;
	color: #676262;
	font-size: 33px;
  font-weight: 300;	
}
.exclusive-brands-unit{
	text-align: center;
	margin: 0 0 70px;	
}
.exclusive-brands-unit img{
	max-height: 70px;
}
.exclusive-brands-unit img.color-logo{
  position: relative;
  margin-left: auto;
  margin-right: auto;    
  /*background-color: #e9e9e9;*/
}
.exclusive-brands-unit img.grey-logo{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;       
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index:1;
  background-color: #e9e9e9;
}  
@media screen and (max-width: 767px){
    .exclusive-brands {
        padding-bottom: 30px;
    }
	.exclusive-brands-unit img{
		max-height: 55px;
	}
	.exclusive-brands-title{
		font-size: 26px;
		padding: 0 25px;
	}
	.exclusive-brands-unit img.color-logo{
		display: none;
	}	
}
@media screen and (min-width: 992px){
	.exclusive-brands-unit a:hover img.grey-logo{
	  opacity: 0;
	}
}

/*awards*/

.awards-strip{
	width: 100%;
	display: inline-block;	
	background-color: #a3a3a3;
	padding: 15px 20px;
}
.awards-strip>span{
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	height: 140px;	
}
.awards-strip>span>span{
	margin: auto;
}
.awards-strip>span>span img{
	width: 90px;
}
.award-title{
	color: #fff;
	font-size: 33px;
    font-weight: 200;	
}
@media screen and (max-width: 991px){
	.award-title{
		font-size: 25px;
	}
	.awards-strip>span{
		height: 115px;
	}
	.awards-strip>span>span>img{
		width: 93%;
	}
}
@media screen and (max-width: 767px){
	.awards-strip>span{
		height: 98px;
	}
}

/*hack*/
@media screen and (max-width: 767px){
	.awards-strip{
		padding: 0 12px;
	}
	.awards-strip .col-sm-5col{
		width: 36%;
	}
	.awards-strip .col-sm-5col:first-child{
		width: 28%;
		/*float: right;*/
	}
	.awards-strip .col-sm-5col:first-child .award-title{
		font-size: 22px;
		/*float: right;*/
	}
	.awards-strip .col-sm-5col img{
		width: 70%;
		float: right;
	}
}

/* subscribe */

.subscribe{
	padding: 55px 70px 60px;
	background-color: #c0baba;
	color: #fff;
	display: block;
	width: 100%;
}
.subscribe-invitation{
	width: 35%;
	display: block;
	font-weight: 300;
}
.subscribe-mailbox{
	margin-top: 15px;
}
.subscribe-mailbox> .form-group input{
	width: 370px;
	border: 1px solid #ddd;
}
.subscribe-mailbox> button{
	border: 1px solid #ddd;
	color: #888;
	background-color: #fff;
}
.subscribe #newsletteralert {
    position:absolute;
    margin-top:15px;
}
@media screen and (max-width: 767px){
	.subscribe{
		padding: 50px 25px;
		font-size: 13px;
	}
	.subscribe-invitation{
		width: 100%;
	}
	.subscribe-mailbox> .form-group input{
		width: calc(100% - 95px);
		float: left;
	}	
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.subscribe-invitation{
		width: 350px;
	}	
}


/*----------- country-select - modal ------------------*/


.modal.country-select{
	padding-right: 0!important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: .4;
}
.modal.country-select.in{
	opacity: 1;
}
.modal.country-select .modal-dialog{
	width: 100%;
	height: 100%;
	margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;	
  /*background: #fff;*/
}
.modal.country-select .modal-content{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	border: none;
  height: auto;
  text-align: center;
	padding: 40px 0;
	width: 600px;
	border-radius: 3px;
}
.modal.country-select .modal-content .title{
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.modal.country-select .modal-content .country{
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.modal.country-select .modal-content .country li{
	font-weight: 300;
	font-size: 16px;
	line-height: 2.3;
  -webkit-transition: all .4s;
	transition: all .4s;	
/*	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0); */
}
.modal.country-select .modal-content .country li:hover{
	color: #A41C3B;
	font-weight: 500;
}
.modal.country-select .close{
	height: 23px;
	line-height: 23px;
	font-weight: 300;
	font-size: 23px;
	position: absolute;
	right: 40px;
	top: 30px;
	opacity: .4;
}
.modal.country-select .close:hover{
	color: #A41C3B;	
	opacity: 1;
}

/*----------------------- misc-links ------------------*/


.modal.misc-links{
	padding-right: 0!important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: background-color 2.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: background-color 2.75s  cubic-bezier(0.19, 1, 0.22, 1) ;
	background-color: rgba(0,0,0,0);
}
.modal.in.misc-links{
	background-color: rgba(0,0,0,.3);
}
.modal.misc-links .modal-bg{
	width: 100%;
	height: 100%;
	margin: 0;
  background: #000;
}
.modal.misc-links .modal-dialog{
  margin: 0;
  height: auto;
  width: 290px;
  left: -290px;
  position: absolute;
  top: 0;
  background: #fff;
 	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;	 
  -webkit-transition: left .4s;
	transition: left .4s;
}
.modal.in.misc-links .modal-dialog{
  left: 0px;
}
.modal.misc-links .modal-dialog .links{
	padding-left: 0;
	list-style: none;
	margin-top: 20px;
	margin-left: -40px;
    margin-bottom:25px;
}
.modal.misc-links .modal-dialog .links li a{
	font-weight: 300;
	font-size: 12px;
	line-height: 2.3;
    color: #9c9c9c;
}
.modal.misc-links .close{
	height: 23px;
	line-height: 23px;
	font-weight: 300;
	font-size: 23px;
	position: absolute;
	right: 25px;
	top: 15px;
}


/*footer*/

.footer{
	padding: 70px 70px;
	background-color: #6f6f6f;
	display: block;
	height: 490px;
	width: 100%;
	margin-bottom: 28px;
}
.footer-left-side{
	float: left;
	width: 72%;
	display: block;
	position: relative;
}
.footer-right-side{
	float: left;
	width: 28%;
	display: block;
	position: relative;	
}
.footer-link-unit{
	padding-left: 0;
	list-style: none;
	width: 19%;
	display: block;
	float: left;
	position: relative;
    margin-bottom:0;
}
.footer-link-unit li a{
	display: block;
	color: #fff;
	line-height: 1.7;
	font-weight: 300;
	font-size: 12px;
}
.footer-address{
	text-align: right;
	padding-left: 0;
	list-style: none;	
	display: block;
	position: relative;		
}
.footer-address li, .footer-address li a{
	line-height: 1.8;
	color: #fff;
	font-weight: 300;
}   

.footer-social-media-bar{
	clear: both;
	display: inline-block;
	width: 100%;
	margin-top: 90px;
}
.footer-social-media-bar ul{
	padding-left: 0;
	width: 260px;
	margin: auto;
}
.footer-social-media-bar ul li{
	width: 36px;
	height: 36px;
	margin-right: 20px;
	display: block;
	float: left;
	border-radius: 50%;
	line-height: 36px;
	background-color: #A7A7A7;	
	text-align: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;	
}
.footer-social-media-bar ul a:last-child li{
	margin-right: 0;
}
.footer-social-media-bar ul a{
	color: #fff;
}
.footer-social-media-bar ul a:nth-child(1):hover li{
	background-color: #3B5A97;
}
.footer-social-media-bar ul a:nth-child(2):hover li{
	background-color: #EDB111;
}
.footer-social-media-bar ul a:nth-child(3):hover li{
	background-color: #5DB5DE;
}
.footer-social-media-bar ul a:nth-child(4):hover li{
	background-color: #E04D5F;
}
.footer-social-media-bar ul a:nth-child(5):hover li{
	background-color: #EE5551;
}

@media screen and (max-width: 767px){
	.footer{
		margin-bottom: 16px;
        height: 425px;
	}
	.footer-social-media-bar ul{
		width: 208px;
	}
	.footer-social-media-bar ul li{
		width: 32px;
		height: 32px;
		margin-right: 12px;
		line-height: 32px;
	}
}

.copy-right{
	text-align: center;
	color: #fff;
	clear: both;
	margin-top: 25px;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	font-weight: 300;
}

@media screen and (max-width: 767px){
	.footer{
		padding: 50px 25px;
	}
	.footer-address li, .footer-address li a{
		font-size: 13px;
		line-height: 1.7;
	}
}
@media screen and (max-width: 991px){
	.footer-right-side{
		width: 100%;
	}
}


/* brand-select */

.brand-select{
	padding-top: 1px;
	color: #A8A3A3;
	font-weight: 300;
	border-top: 1px solid #E8E8E8;
    max-height: 80px;
}
.brand-select .item{
	text-align: center;
	background-color: #FFF;
	height: 60px;
}
.brand-select .owl-carousel .item img {
	/*max-width: 80px;*/
	width: auto;
	height: 100%;
	padding: 0px;
	/*padding:18px 0px;*/
	margin: auto;

	/*-webkit-filter: invert(.28);
	-moz-filter: invert(.28);
	-o-filter: invert(.28);
	-ms-filter: invert(.28);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-0.5555 0 0 0 1 0 -0.5555 0 0 1 0 0 -0.5555 0 1 0 0 0 1 0'/></filter></svg>#invert");*/

}
.brand-select .owl-dots{
	display: none!important;
}
.brand-select .owl-prev{
	position: absolute;
  top: 0;
  bottom: 0;
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 38px;
  height:60px;
  background: #fff;    
}
.brand-select .owl-next{
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 24px;
  text-align: center;
  width: 38px;
  height:60px;
  background: #fff;    
}
.owl-next span,
.owl-prev span{
	margin: auto;
}
@media screen and (min-width: 1200px){
/*	.brand-select .owl-prev{
		display: none!important;
	}	
	.brand-select .owl-next{
		display: none!important;
	}*/
}

/* type-select */

.type-select{
	padding-top: 4px;
	color: #A8A3A3;
	font-weight: 300;
	border-top: 1px solid #E8E8E8;
    max-height: 52px;
}
.type-select .item{
	text-align: center;
	background-color: #fff;
	padding: 14px 0;
}
.type-select .item a {
	color: #695F5F;
	text-decoration: none;
}
.type-select .item a:hover {
	color: #695F5F;
}
.type-select .owl-dots{
	display: none!important;
}
.type-select .owl-prev{
	position: absolute;
  top: 0;
  bottom: 0;
  font-size: 24px;
  text-align: center;
  width: 38px;
  background: #fff;  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.type-select .owl-next{
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 24px;
  text-align: center;
  width: 38px;
  background: #fff;    
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
}
.owl-next span,
.owl-prev span{
	margin: auto;
}
@media screen and (min-width: 1200px){
	.type-select .owl-prev{
		display: none!important;
	}	
	.type-select .owl-next{
		display: none!important;
	}
}

/*............................ product-display .........................*/

.product-display {
  background-color: #fff;
  border-top: 2px solid #F3F3F3;
}
/*product-with-thumbnails*/
.product-with-thumbnails {
	margin-top: 40px;
}
.product-with-thumbnails img{
	max-width: 64%;
	margin: auto;
	display: block;
}
#product-thumbnail {
	margin-top: 30px;
}
.zoomWrapper {
  margin:auto;
  max-width: 100%!important;
}
.zoomContainer .zoomLens {
  border-color: #DFDAA4 !important;
  opacity: .5!important;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
	.product-with-thumbnails img{
		max-width: 72%;
		margin: auto;
		display: block;
	}
}
/*  product-desc  */
.product-desc {
  font-weight: 300;
  line-height: 1.8;
  margin: 40px 0 20px;
}
.product-desc .brand-image{
	height: 30px;
	/*-webkit-filter: invert(.28);
	-moz-filter: invert(.28);
	-o-filter: invert(.28);
	-ms-filter: invert(.28);	
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-0.5555 0 0 0 1 0 -0.5555 0 0 1 0 0 -0.5555 0 1 0 0 0 1 0'/></filter></svg>#invert");*/
}
.product-desc .product-title {
	font-weight: 200;
	font-size: 32px;
	text-transform: uppercase;
	overflow: hidden;
}
.product-desc .product-detail {
  font-weight: 300;
  line-height: 1.8;
  margin-top: 40px;
}
.product-desc .product-spec {
	border-top: 1px solid #E8E8E8;
	padding-top: 30px;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 40px;
	margin-top: 30px;
}


/*--------------------- tv-commercial -----------------*/

.video-active{
	position: relative;
	width: 100%;
	height: 500px;
	background: #000;
}
.video-preview{
	position: relative;
    overflow: hidden;
}
.video-inactive .video-preview>img{
        width: 100%;
    }
.video-preview .watch-button {
	position: absolute;
	bottom: 42%;
	left: 47%;
	width: 160px;
	margin-left: -65px;
	text-transform: uppercase;
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	font-size: 25px !important;
	font-weight: 300;
	height: auto !important;
	line-height: 1 !important;
	padding: 7px 0;
    text-align:center;
}
.video-active-title,
.video-active-title-ext{
  height: 110px; 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@-moz-document url-prefix() {
.video-active-title {
    width: 100%;
    -moz-box-sizing: border-box;
    }
}
.video-active-title span{
	font-size: 42px;
  font-weight: 300;
  letter-spacing: 1.5px;
	color: #989898;
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-active-title-ext span {
	font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
	color: #989898;	
  vertical-align: middle; 
  padding-left: 35px;
	padding-right: 15%;
}
.video-inactive-title {
	font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
	color: #989898;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	padding:30px 15% 10px 30px;
}
.video-inactive-title-ext {
	font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
	color: #989898;
	padding: 0px 15% 30px 30px;
}
@media screen and (min-width: 768px) {
	.video-inactive:nth-child(odd) {
		padding-right: 24px;
	}
	.video-inactive:nth-child(even) {
		padding-left: 24px;
	}
	.video-inactive-title-ext {
		padding: 0px 15% 0px 30px;
		height: 54px;
		overflow: hidden;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.video-active{
		height: auto;
		background: #fff;
	}	
	.video-active-title,
	.video-active-title-ext{
		height: auto;
	}
	.video-active-title span{
		font-size: 21px;
		padding: 30px 15px 10px 15px;
	}
	.video-active-title-ext span {
		font-size: 21px;
		padding: 0px 15px 30px 15px;
	}
	.video-inactive-title{
		padding: 30px 15% 10px 15px;
	}
	.video-inactive-title-ext{
		padding: 0px 15px 30px 15px;
	}
}


/*AD Campaigns*/

.ad-campaign-title,
.ad-campaign-title-ext{
  height: 110px; 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@-moz-document url-prefix() {
.ad-campaign-title {
    width: 100%;
    -moz-box-sizing: border-box;
  }
}
.ad-campaign-title span{
	font-size: 42px;
  font-weight: 300;
  letter-spacing: 1.5px;
	color: #989898;
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ad-campaign-title-ext span {
	font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
	color: #989898;	
  vertical-align: middle; 
  padding-left: 30px;
	padding-right: 15%;
}
/* ad grid*/
.grid-gallery.ad-grid{
	padding: 0;
}
.ad-grid .grid li{
	width: 33.33333%;
}
.ad-grid .grid .grid-unit{
	padding: 0;
}
.ad-grid .grid li .grid-unit .ad-grid-unit-title{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ad-grid .grid li .grid-unit .ad-grid-unit-title span{
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #8B7A7A;
  background-color: rgba(0,0,0,.7);
  padding: 35px 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: -7%;
}
.ad-grid .grid li:hover .grid-unit .ad-grid-unit-title{
	opacity: 1;
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.ad-grid .grid li .grid-unit .ad-grid-unit-title{
		display: none;
	}	
}
@media screen and (max-width: 767px){
	.ad-grid .grid li{
		width: 100%;
		margin-bottom: 15px;
	}
	.ad-grid .grid li:last-child{
		margin-bottom: 0px;
	}
	.ad-grid .grid li .grid-unit .ad-grid-unit-title{
		display: none;
	}	
}

/* News and Events */
.news-n-events-grid figcaption {
	padding: 20px 0 20px;
	border-bottom: 1px solid #e8e8e8;
	color: #777;	
}
.news-n-events-grid .date{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 8px;
	color: #AC1D3E;
	text-transform: uppercase;
}
.news-n-events-grid .title{
	font-size: 19px;
	font-weight: 300;
	margin-bottom: 5px;
	line-height: 1.4;
	color: #333;
}
.news-n-events-grid .sub-title{
	font-size: 18px;
	font-weight: 300;
	/*width: 60%;*/
	line-height: 1.4;
	/*text-align: justify;*/
}
.news-n-events-grid .grid li:nth-last-child(1) figcaption{
	border-bottom: none;
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.news-n-events-grid .grid li:nth-last-child(2) figcaption{
		border-bottom: none;
	}
}
@media screen and (min-width: 992px){
	.news-n-events-grid .grid li:nth-last-child(2) figcaption,
	.news-n-events-grid .grid li:nth-last-child(3) figcaption{
		border-bottom: none;
	}
}

/* Rewards Points */
.common-grid{
	margin-left: -20px;
	margin-right: -20px;
}
.common-grid figcaption {
	padding: 32px 0 38px;
	background: #E5E5E5;
	color: #616161;
}
.common-grid .title{
	font-size: 20px;
	font-weight: 300;
	padding: 0 12% 0 9%;
}
.common-grid .sub-title{
	font-size: 17px;
	font-weight: 300;
	padding: 16px 12% 0 9%;
	/*color: #929292; old*/
    color: #656161;
}
@media screen and (max-width: 767px){
	.common-grid{
		margin-left: -0px;
		margin-right: -0px;
	}
  .common-grid figcaption {
    padding: 20px 0 22px;
  }
  .common-grid .title{
    font-size: 18px;
    padding: 0px 22px 0 22px;
  }
  .common-grid .sub-title{
    font-size: 16px;
    padding: 12px 20px 0 20px;
  }
}

/* Rewards Points */
/*.rewards-point-grid{
	margin-left: -20px;
	margin-right: -20px;
}
.rewards-point-grid figcaption {
	padding: 32px 0 38px;
	background: #E5E5E5;
	color: #616161;
}
.rewards-point-grid .title{
	font-size: 20px;
	font-weight: 300;
	padding: 0 12% 0 9%;
}
.rewards-point-grid .sub-title{
	font-size: 17px;
	font-weight: 300;
	padding: 16px 12% 0 9%;
	color: #929292;
}
@media screen and (max-width: 767px){
	.rewards-point-grid{
		margin-left: -0px;
		margin-right: -0px;
	}
  .rewards-point-grid figcaption {
    padding: 20px 0 22px;
  }
  .rewards-point-grid .title{
    font-size: 18px;
    padding: 0px 22px 0 22px;
  }
  .rewards-point-grid .sub-title{
    font-size: 16px;
    padding: 12px 20px 0 20px;
  }
}*/

/*country name for common pages - rrp, erp, epp pages*/
.country-name{
  font-size: 30px;
  margin-top: 20px;
  padding-left: 40px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  line-height: 1.3;
  color: rgb(148, 43, 62);
  margin-bottom: -20px;   
  clear:both; 
}
@media screen and (max-width: 767px){
  .country-name{
    font-size: 18px;
    padding-left: 0px;
    margin-top: 16px;
    margin-bottom: 0;
    display: inline-block;
  }
}

/* grid content clipping for common pages - rrp, erp, epp pages (except awards)*/

.grid-gallery.common-grid:not(.awards-grid) .grid > a li figcaption{
    height: 260px;
}
@media screen and (max-width: 767px){
.grid-gallery.common-grid:not(.awards-grid) .grid > a li figcaption{
    height: 160px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
.grid-gallery.common-grid:not(.awards-grid) .grid > a li figcaption{
    height: 240px;
  }
}
@media screen and (max-width: 1999px) and (min-width: 992px){
.grid-gallery.common-grid:not(.awards-grid) .grid > a li figcaption{
    height: 260px;
  }
}        

/*----------------  promotions  ---------------*/

.active-promotion {
	width: 100%;
	position: relative;
}
.active-promotion .promotion-details{
	width: 100%;
	position: relative;
	color: #777;
}
.active-promotion .promotion-details .title{
	font-size: 30px;
	margin-top: 18px;
	margin-bottom: 18px;	
	padding-left: 40px;
	font-weight: 200;
	display: block;
	text-transform: uppercase;
	line-height: 1.3;
	color: #666;
	width: calc(100% - 170px);
}
.active-promotion .promotion-details .subtitle{
	font-size: 18px;
	padding-left: 40px;
	padding-bottom: 18px;
	font-weight: 200;
	display: block;
	text-transform: uppercase;	
	line-height: 1.3;	
	color: #545454;
}
.active-promotion .promotion-details .date{
	font-weight: 300;
	position: absolute;
	right: 20px;
	top: 8px;
	text-transform: uppercase;
	font-size: 17px;	
}
.active-promotion .promotion-content{
	padding: 40px 40px 10px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}
.active-promotion .promotion-content strong{
	margin-bottom: 18px;
    font-weight: 400;
    display: inline-block;
}
.active-promotion .promotion-content ul {
    padding-left: 0;
}
.active-promotion .promotion-content li strong {
    margin-bottom: 4px;
    font-weight: 400;
}
.active-promotion .promotion-content hr{
	border-color: #e8e8e8;
}

@media screen and (max-width: 767px){
	.active-promotion .promotion-details .title{
		width: calc(1005 - 75px);
		font-size: 18px;
		padding-left: 0px;
		margin-top: 12px;
		margin-bottom: 12px;
	}	
	.active-promotion .promotion-details .subtitle{
		padding-left: 0px;		
	}
	.active-promotion .promotion-details .date{
		right:0px;
		font-size: 12px;
		top: 2px;
	}
}

/* promotions grid*/
.promotions-grid{
	margin-left: -12px;
	margin-right: -12px;
}
.promotions-grid .grid li{
	width: 33.33333%;
	position: relative;
}
.promotions-grid .grid li .grid-unit{
	padding: 12px;
}
.promotions-grid .grid li .grid-unit > div span{
	font-size: 22px;
	margin-bottom: 15px;
	padding-left: 30px;
	font-weight: 200;
	display: block;
	text-transform: uppercase;
}

@media screen and (max-width: 767px){
	.promotions-grid{
		margin-left: 0px;
		margin-right: 0px;
	}	
	.promotions-grid .grid li{
		width: 100%;
		position: relative;
	}
	.promotions-grid .grid li .grid-unit{
		padding: 0px;
	}	
	.promotions-grid .grid li .grid-unit > div span{
		padding-left: 0px;			
		margin-top: 10px;
		margin-bottom: 10px;		
		font-size: 18px;
		color: #666;
	}	
}
@media screen and (min-width: 768px){
	.promotions-grid .grid li .grid-unit > div{
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-align: center;
	  -moz-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  position: absolute;
	  height: 100%;
	  width: calc(100% - 23px);
	  top: 0;
	  opacity: 0;
	  -webkit-transition: opacity 0.4s;
	  transition: opacity 0.4s;
	}
	.promotions-grid .grid li .grid-unit > div span{
	  width: 100%;
	  display: inline-block;
	  text-align: center;
	  color: #000;
	  background-color: rgba(255, 255, 255, 0.88);
	  padding: 28px 15px;
	  font-size: 20px;
	  font-weight: 300;
	  line-height: 1.2;
	  margin-bottom: 0%;
	  text-transform: uppercase;
	}
	.promotions-grid .grid li:hover .grid-unit > div{
		opacity: 1;
	}	
}

/* gold care */

.specialities{
	width: 100%;
	background-color: #E5E5E5;
}
.specialities .big-head{
	background-color: #E7CE95;
	color: #fff;
}
.specialities .spealities-content{
	padding: 70px 70px;
}
.specialities .spealities-content ul{
	padding-left: 0;
	list-style: none;
}
.specialities .spealities-content ul li{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 18px;
	color: #695F5F;
	position: relative;
	margin-left: 30px;
}
.specialities .spealities-content ul li::before{
	display: block;
	content: "";
	width: 5px;
	height: 21px;
	top: 4px;
	background-color: #D7AE4F;
	position: absolute;
	left: -30px;	
}

/* news-detail */
.news-detail{
	width: 100%;
	padding: 50px 30px;
	display: inline-block;
}
.news-detail .detail-wrap{
	padding-left: 40px;
}
.news-detail .title{
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 5px;
	margin-top: 15px;
}
.news-detail .sub-title{
	font-size: 22px;
	color: #777;
	font-weight: 300;
	line-height: 1.3;
}
.news-detail .detail{
	font-size: 17px;
	color: #777;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 12px;
}
.news-detail .detail strong {
    font-weight: 500;
}
@media screen and (max-width: 767px){
	.news-detail .detail-wrap{
		padding-left: 15px;
		margin-top: 30px;
	}	
}

/*affix in the detail page*/
.news-detail .detail-image-wrap img.affix{
  position: fixed;
  top: 192px;
}
.news-detail .affix-top{
  position: static;
}
.news-detail .affix-bottom{
  position:absolute;
  bottom:auto !important;
}


/* country */

.country-wrap{
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 0px 55px;	
	overflow: hidden;
	margin-top: 28px;
	margin-bottom: -5px;
}
.country-wrap:nth-child(odd){
	background-color: #E6E6E6;
}
.country-wrap:nth-child(even){
	background-color: #C9DDEE;
}
.country-wrap .country-details{
	/*padding: 60px;*/
}
.country-wrap .region{
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #A4A4A4;
}
.country-wrap .office{
	font-size: 16px;
	color: #777;
	margin-bottom: 18px;
	margin-top: 15px;
	color: #A4A4A4;
}
.country-wrap .address{
	padding-left: 0;
	list-style: none;
	color: #A4A4A4;
}
.country-wrap .address li{
	line-height: 1.7;
	font-size: 16px;
	color: #777;
	font-weight: 300;
	margin-bottom: 5px;
}
.country-details{
	padding: 50px 0 50px;
	text-align: left;
	display: block;
	float: left;
	position: relative;
	width: 30%;
}
.office-image{
  position: absolute;
  display: block;
  top: 0;
  right: 0px;
  bottom: 0;
}
.office-image img{
	height: 100%;
/*	filter: grayscale(40%);
	-webkit-filter: grayscale(40%);
	-moz-filter: grayscale(40%);
	-o-filter: grayscale(40%);
	-ms-filter: grayscale(40%);
	cursor: pointer;
	transition: .9s filter ease;
	-webkit-transition: .7s -webkit-filter ease;
	-moz-transition: .7s -moz-filter ease;
	-ms-transition: .7s -ms-filter ease;
	-o-transition: .7s -o-filter ease;*/
}

@media screen and (min-width: 992px){
	.office-image img{
		float: right;	
	}	
	.country-wrap{
		max-height: 350px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.office-image{
		right: 0px;
	}
	.country-wrap .address li{
		font-size: 14px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1099px){
	.office-image img{
		margin-right: -60px;
	}
}
@media screen and (max-width: 991px){
	.country-details{
		width: 82%;
		margin-left: 9%;
	}
	.office-image{
		width: 100%;
		position: static;
	}
	.office-image img{
		margin: 0 auto 45px;
		height: auto;
	}
}
@media screen and (max-width: 767px){
	.country-wrap .country-details{
		padding: 40px 0px;
	}
	.country-wrap .address li{
		font-size: 14px;
	}
	.country-wrap{
		padding: 0px;
	}
	.office-image{
		position: absolute;
		width: 100%;
		left: 0;
	}
	.office-image {
	    font-size: 20px;
	    font-weight: 300;
	}
	.office-image img{
		width: 100%;
	}	
}


/*new contact style from here*/
.office-wrap{
	width: 100%;
	/*display: inline-block;*/
}
.office-wrap section{
	width: 100%;
	padding: 55px 20px 45px;
	text-align: center;
	color: #676262;
	letter-spacing: .5px;
	margin-top: 8px;
}
.office-wrap section:nth-child(odd){
	background-color: #e9e9e9;
}
.office-wrap section:nth-child(even){
	background-color: #dfd5d8;	
}
.office-wrap .office-region{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.office-wrap .office-location{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 8px;
}
.office-wrap .office-address{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	padding-left: 0;
}
.office-wrap .office-address li{
	line-height: 1.6;
}

/*new contact style till here*/


/*customer-care*/
.customer-care{
	width: 100%;
	background-color: #c4bbbb;
	padding: 50px 40px 30px 40px;
	display: inline-block;
	margin-top: 8px;
	/*margin-bottom: -5px;*/
}
.customer-care .cust-care-title{
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-left: 20px;
	text-transform: uppercase;
	color: #fff;
}
.customer-care .form-element {
	padding: 0 20px;
	width: 50%;
	float: left;
	margin-bottom: 30px;
}	
.customer-care .form-element.message {
	width: 100%;
}	
.customer-care .form-element input,
.customer-care .form-element button{
	padding: 6px 14px;
	color: #BBA0A0;
}
/*.customer-care .form-element button{
	width: 102px;
}*/
@media screen and (max-width: 767px){
	.customer-care{
		padding: 60px 5px 35px 5px;
	}
	.customer-care .form-element {
		width: 100%;
	}
}

/*---------------------- store-locator -------------------*/

.locate-store-title{
  position: absolute;
  font-size: 19px;
  font-weight: 300;
  padding-left: 20px;
  margin-top: 28px;
  display: block;
}
@media screen and (max-width: 767px){
	.stores-and-map .store-menu{
		position: absolute;
		top: -47px;
		left: -16px;
		z-index: 1;
		width: 100%;
	}
	.stores-and-map .dl-menuwrapper button{
		width: 30px;
		height: 30px;
	}
	.stores-and-map .dl-menuwrapper button:after{
		width: 68%;
		height: 3px;
		top: 6px;
		box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;		
	}
	.stores-and-map .dl-menuwrapper .dl-menu{
		margin: 0px 0 0 0;
		padding-top: 17px;
	}
}

ul.dl-submenu{
	height: 520px;
	overflow-y: auto;
}
.dl-submenu li:not(:first-child) a{
	margin-left: 20px;
}
.dl-submenu li a:before{
	/*font: normal normal normal 14px/1 FontAwesome;*/
	/* content: "\f041"; */
	/* font-size: 18px; */	
	/* color: #A3CCFF; */	
	content: '';
	display: inline-block;
	margin-left: -25px;
	position: absolute;
	width: 14px;
	background-image: url('../images/icons/map_pin.png');
	height: 20px;
	background-size: 14px 20px;
}
.dl-submenu li:first-child a:before{
	display: none;
}
.branch-details{
	/*margin-left: 40px;*/
	font-weight: 300;
	/*margin-top: -3px;*/
}
.branch-details div{
	line-height: 1.5;
	color: #999;
}
.branch-details div:last-child{
	font-size: 11px;
	color: rgb(103, 184, 255);
	margin-top: 2px;
}

@media screen and (min-width: 768px){
	.dl-trigger{
		visibility: hidden;
	}
}




#map {
height: 585px;
width: 100%;
z-index: 1;
}
/*info window*/
.gm-style img{
  /*width: 100%;*/
}
.infoWindow-details{
  margin-top: 15px;
}
.infoWindow-details > div{
  line-height: 1.4;
}


/*about*/
.about{
	width: 100%;
	display: inline-block;
}
.about-content section{
	padding: 55px 8%;
	/*font-size: 22px;*/
	/*font-weight: 300;*/
	color: #8D8D8D;
	position: relative;
}
.about-content section:nth-child(even){
	background-color: #b0b0b0;
	color: #fff;
}
#chairmans-message{
	width: 100%;
	background-image: url('../images/common/joy-alukkas-chairman.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#chairmans-message .message-content{
	padding-right: 60px;
	margin-left: 36%;
	padding-top: 70px;
	padding-bottom: 140px;
}
section.chairman-message-extended{
	background-color: #333;
}
.about-content .brand-icon{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: auto;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px){
	#chairmans-message{
		background-size: 260%;
		min-height: 400px;
	}	
}


/*.timeline*/
.timeline{
	width: 100%;
	display: inline-block;
}
.timeline section{
	padding: 155px 8%;
	font-size: 22px;
	font-weight: 300;
	color: #B6B6B5;
	position: relative;
	height: 100%;
}
.timeline section:nth-child(1){
	background-color: #C9E478;
}
.timeline section:nth-child(2){
	background-color: #DFCEA9;
}
.timeline section:nth-child(3){
	background-color: #D2AA9E;
}
.timeline section:nth-child(4){
	background-color: #C9DEBB;
}
.timeline section:nth-child(5){
	background-color: #C9E478;
}
.timeline section:nth-child(6){
	background-color: #DFCEA9;
}
.timeline-bullets {
	padding-left: 0px;
	width: 25px;
	position: fixed;
	right: 50px;
	top: 50%;
	/*margin-top: -80px;*/
	/*height: 160px;*/
	z-index: 1;
	margin-bottom: 0;
}
.timeline-bullets li{
	display: block;
	height: 30px;
	text-align: center;
}
.timeline-bullets li span{
	width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
}
.timeline .year-head{
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
	margin: auto;
	position: absolute;
	top: -42px;
	line-height: 84px;
	color: #A1A1A1;
	display: block;
	left: 0;
	right: 0;
}

/* search */

.search-wrap{
  position:relative;
  min-width:28px;
  width:100%;
  height:34px;
  overflow:hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.search-input{
  top:0;
  right:0;
  border:0;
  outline:0;
  background:#fff;
  width:100%;
  height:34px;
  margin:0;
  padding: 0px 25px 0px 12px;
  font-size:20px;
  color:#A8A3A3;
  border:1px solid #A8A3A3;
}
.ja-form .search-triggger,
.ja-form .submit-search{
  width:28px;
  height:34px;
  display:block;
  position:absolute;
  top:0;
  right:0;
  padding:0;
  margin:0;
  border:0;
  outline:0;
  text-align:center;
  cursor:pointer;
}
.ja-form .search-triggger {
  background:transparent;
}
.ja-form .submit-search{
  background:#fff;
	border: 1px solid #fff;
	border-left: none;  
}    

.search-icon{
  height: 16px;
}

@media screen and (min-width: 768px){
	.search-wrap{
		position: absolute;
		top: -48px;
		right: 27px;
  	float:right;
  	width:0%;
	}
	.search-input-open{
	  width:250px;
	}
	.search-wrap.search-input-open .submit-search{
		border: 1px solid #f1f1f1;
		border-left: none;
	}
	.search-wrap.search-input-open input{
		border: 1px solid #f1f1f1;
	}
}
@media screen and (max-width: 767px){
	.search-wrap{
  	padding-left: 30px;
  	padding-right: 30px;  
  	margin-top: 30px;	
	}
	.ja-form .submit-search{
		right: 30px;
	}
}

input.search-input::-webkit-input-placeholder {
	color: #d74b4b;
}
input.search-input:-moz-placeholder {
  /* Firefox 18- */
	color: #d74b4b;
}
input.search-input::-moz-placeholder {
  /* Firefox 19+ */
	color: #d74b4b;
}
input.search-input:-ms-input-placeholder {
	color: #d74b4b;
}




/*scale up*/

#Promotion {
    display: inline-block;
    width: 100%;
}
.active-promotion img{
    width:100%;
}


/*------------------Modal left ( Group of companies)-----------------------------------------------------------------------*/

	
  .modal.misc-links .modal-dialog .links{
    margin-left: 0;
  }
  .modal-dialog .links{
    margin-top: 34px;
  }
  .misc-links .links li {
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
    margin: auto;
    margin-top: 18px;
    position: relative;
  	width: 90px;    
  }
  .misc-links .links > li {
  	width: auto;
  }  
  .misc-links .links .gp-companies-title {
    margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: none;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;	   
  }  
  .misc-links .links a:last-child li {
    border-bottom: none;
  }
  .misc-links .links li img{
    width: 100%;
    margin: auto;
    display: block;
  }
  .misc-links .links li img.bottom{
    position: relative;
  }
  .misc-links .links li img.top{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }  
.misc-links .links a:hover li img.top{
  opacity: 0;
}

/*Live chat------------------------------------------------------*/
#ls_topDiv{
    width: 300px;
    overflow: hidden;
    position: fixed;
    bottom: -220px;
    border: none;
    height: 252px;
    right: 0px;
    transition:all 1s linear;
    z-index: 999999;
    display:block;
}
#ls_topDiv.open{
    bottom: 0;
}
#ls_topDiv.close{
    bottom: -220;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
#ls_topDiv iframe{
    overflow: hidden;
    background: #fff;
    border: none;
}
#chatHeader{
    cursor: pointer;
    border-radius: 0;
    width:300px;
    line-height:0;
    display:table;
    background: #C0BABA;
}
#ls_chatFrameDiv{
	background: #AC304D;
	position: fixed !important;
	height: 220px;
    width:300px;
    align:center;
    display:table-cell;
}
#chatHeader span{
	font-weight:400;
	color:white;
	height:34px;
	width:200px;
	font-family: "Lato",sans-serif;
	font-size:15px;
	display:table-cell;
	vertical-align:middle;
	text-transform:uppercase;
	align:left;
}
#chatHeader img{
	float:right;
	display:table-cell;
	vertical-align:middle;
	cursor:pointer;
}
/*End of Live Chat-------------------------------------*/
/*Modified on 30/12/2016----------------------*/
@media screen and (max-width: 767px){
	.video-home .video-home-to-gallery-wrap{
		height: 190px;
	}
	.video-home .video-home-to-gallery-title{
		font-size: 22px;
	}
}
/* End Modified on 30/12/2016----------------------*/

/*--------------Enquiry--------------------------------*/

                    .product-bottom-sec{
                      position: relative; 
                    }
                    a.enquire-btn{
                      background-color: transparent; 
                      border: 1px solid #333;   
                      font-weight: 300;
                      padding:14px 18px;  
                      margin-left: 100px;
                      display: inline-block;
                      color:#75797B;
                      position: relative;
                    }
                    .enquire-collpase{
                      border: 1px solid #333;  
                      margin-top: -1px; 
                    }
                    .enquire-collpase .enquire-form{
                      padding: 25px;
                    }     
                    .social-share.jssocials{
                       position: absolute;
                       top: 0;
                       left: 0;
                    }
                    .enquire-form{
                      display: inline-block;
                      width: 100%;
                    }             
                    .enquire-form .enquire-form-element input {
                      width: 100%;
                      background-color: #E2E3E2;
                      padding: 6px 14px;
                      color: #000;                      
                      width: 100%;
                      margin-bottom: 15px;
                    }
                    .enquire-form .enquire-form-element button{
                      padding: 6px 14px;
                      color: #fff;
                      float: right;
                      background-color: #75797B;
                    }


  .director-img{
    margin-top: 94px;
  }
  @media screen and (max-width: 767px)
  {
    .director-img{
      width: 100%;
      margin-top: 0px;
      margin-bottom: 45px;
    }    
  }

  /*about-group-of-companies*/
  .about-content section.about-group-of-companies {
    background-color: #333;
  }
  .logo-group{
    padding-top: 15px;
  }
  .logo-company{
    margin-top: 45px;
    text-align: center;
  }
    .logo-company img{
        border: 1px solid #fff;
    }
@media screen and (max-width: 767px)
  {
      .logo-company{
        margin-top: 20px;
      }   
  }


.unda {
    display: none;
	position: absolute;
    height: 2px;
    width: calc(100% - 0px);
    background: #fff;
    z-index: 1;
    margin-top: -1px;
    left: 0;
    bottom: -1px;
}