
/* google font */
@import url(../css-6.css);
@import url(../css-7.css);

@charset "utf-8";
/* CSS Document */

body{
	background:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	color:#000;
}
*{
	margin:0px;
	padding:0px;
}

h1{
	text-transform:uppercase;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	font-size:54px;
}
h2{
	text-transform:uppercase;
	font-weight: 800;
	font-size:42px;
	font-family: 'Raleway', sans-serif;
}
h3{
	text-transform:uppercase;
	font-weight: 300;
	font-size:32px;
	font-family: 'Raleway', sans-serif;
}
h4{
	text-transform:uppercase;
	font-weight: 300;
	font-size:28px;
	font-family: 'Raleway', sans-serif;
}
h5{
	font-weight:700;
	font-size:24px;
	font-family: 'Raleway', sans-serif;
}
h6{ 
	text-transform:uppercase;
	font-weight: 300;
	font-size:20px;
	font-family: 'Raleway', sans-serif;
}
p{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height: 27px;
}

a{
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	
}
li{
	list-style:none;
}
a .img{
	border:none;
}
a:hover {transition: background-color 0.5s ease; }
img:hover {transition: background-color 0.5s ease; }
.clear{
	clear:both;
}
.height5{	height:5px; }
.height10{	height:10px; }
.height15{	height:15px; }
.height20{ 	height:20px; }
.height25{	height:25px; }
.height30{	height:30px; }
.height35{	height:35px; }
#wrap .container{ width:1280px; margin:0 auto;}



/*..... Work ......*/
.portfolio .work{ width:50%; float:left; }
.portfolio .work img{ width:100%;  }
.work .effect-sadie .image{height:100%; }





.pearl-detail{ position:absolute; z-index:5; left:18%; top:25%;}
.pearl-detail img{ width:auto;}


/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px;
	text-align: center;
	cursor: pointer;
	width: 100%;
}

.grid figure img {
	position: relative;
	display: block;
	
	max-width: 100%;
}

.grid figure figcaption {
	padding: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 0;
	font-size: 18px;
	text-transform: capitalize;
	
}

/*---------------*/
/***** Sadie *****/
/*---------------*/




figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(10, 29, 59, 0.46);
	
	content: '';
	opacity: 0;
}

figure.effect-sadie h2 {
	position: absolute;
	bottom: 10%;
	line-height:50px;
	left: 3%;
	width: 100%;
	color: #1f1f1f;
	-webkit-transition: -webkit-transform 1.35s, color 0.35s;
	transition: transform 1.35s, color 0.35s;
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
	opacity: 0;
	text-align:left;
	text-transform:uppercase;
	font-weight:900;
	font-size:54px;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 5%;
	left: 3%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	text-align:left;
	text-transform:none;
	font-size:14px;
	color:#1f1f1f;
}


figure.effect-sadie:hover h2 {
	color: #1f1f1f;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.work .effect-sadie .image{position: relative;

-moz-transition: all 18s ease-out;
-o-transition: all 18s ease-out;
-webkit-transition: all 18s ease-out;
transition: all 18s ease-out;}

.work .effect-sadie:hover .image{    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -moz-transition: all 12s ease;
    -o-transition: all 12s ease;
    -webkit-transition: all 12s ease;
    transition: all 12s ease;}







/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.94);
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {

}

figure.effect-zoe p.icon-links a {

	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	padding: 0;
	color: #222;
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;

	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
	display: inline-block;
	width: 80%;

}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}


figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}


.icon-links{ margin:10px 00 0;}
.icon-links a{ color:#222; }
.icon-links a span.icon-facebook2{ font-size:25px;}
.icon-links a span.icon-twitter-1{ font-size:28px;}
.icon-links a span.icon-dribbble3{ font-size:22px;}
.icon-links a span.icon-facebook2:hover{ color:#204190;}
.icon-links a span.icon-twitter-1:hover{ color:#2ba8e0;}
.icon-links a span.icon-dribbble3:hover{ color:#ea2695; }


.team-members  .grid figure{ cursor:default;}

.team-members figcaption p {width: 85%; display: inline-block; margin:12px 0 0 0;}
.team-members figcaption h3{ text-transform:capitalize; margin: 25% 0 0 0; font-weight: 700; color: #222;}
.team-members figcaption span.position{ text-transform:capitalize; font-size: 15px; margin: -3px 0 0 0; display: block; color: #797979;}







.copyright{float:left; width:100%; bottom:0px; z-index:99999;}
.copyright .detail{float:left;
    text-align: center;
    bottom: 0px;
	z-index:500;
    width: 100%;
    padding: 32px 0;
    background: #fff;
    font-size: 16px;}
	
.copyright .detail a{ font-weight:bold; color:#000;}
.copyright .detail a:hover{color:#e9b947;}










/* Large Devices, Wide Screens */

@media only screen and (Max-width : 1500px){
	
	.cd-primary-nav {  padding: 30px 0; }
	.cd-primary-nav a{ font-size:72px;}
	.cd-primary-nav .cd-label{ margin:1.0em 0 .8em;}
.pearl-detail img{width:90% !important;}
.pearl-detail { left:11%;}
}

@media only screen and (Max-width : 1280px){
#wrap .container{ width:96%;}
.pearl-detail img{width:80% !important;}	
.pearl-detail { left:16%;}
}



/* Medium Devices, Desktops */
@media only screen and (Max-width : 992px){
}
 
	
 
/* Small Devices, Tablets */
@media only screen and (Max-width : 768px){

}

 
/* Extra Small Devices, Phones */
@media only screen and (Max-width : 470px){
.portfolio .work { width: 100%; float: left;}
}
 
@media only screen and (Max-width : 320px){
 
}

/* Language toggle */
.lang-toggle-item { margin-left: 8px; }
.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 8px;
  background: #f3f4f6;
}
.lang-toggle .lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  padding: 0 10px;
  border-radius: 6px;
  color: #6b7280 !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.lang-toggle .lang-btn:hover { color: #111827 !important; }
.lang-toggle .lang-btn.is-active {
  background: #ffffff;
  color: #d4942e !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
#menu .lang-toggle-item { margin: 8px 0; }
#menu .lang-toggle {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  justify-content: center;
}

/* Language toggle alignment with menu */
.menu-5 .wtf-menu > li.lang-toggle-item {
  display: inline-flex;
  align-items: center;
  height: 48px;
  margin-left: 10px;
  vertical-align: middle;
}
.menu-5 .wtf-menu > li.lang-toggle-item > .lang-toggle {
  margin: 0;
}

/* Fix RO/HU vertical alignment in normal vs sticky header */
.header-two .nav ul li.lang-toggle-item {
  float: left;
  display: flex;
  align-items: center;
  height: 102px;
  margin-left: 10px;
}
.header-two.sticky .nav ul li.lang-toggle-item {
  height: 58px;
}
.header-two .nav ul li.lang-toggle-item .lang-toggle {
  margin-top: 0;
  margin-bottom: 0;
}

/* Mobile drawer language toggle and hamburger refinement */
.mobile-drawer-lang {
  padding: 18px 22px !important;
}
.mobile-drawer-lang:after {
  display: none !important;
}
.mobile-drawer-lang-label {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mobile-drawer-lang .lang-toggle {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  padding: 5px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
}
.mobile-drawer-lang .lang-toggle .lang-btn {
  flex: 1;
  height: 36px;
  color: #fff !important;
  font-size: 13px;
}
.mobile-drawer-lang .lang-toggle .lang-btn.is-active {
  color: #d4942e !important;
}

@media only screen and (max-width: 767px) {
  #page .header a[href="#menu"] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    top: 10px !important;
    left: -44px !important;
    border-radius: 8px !important;
    background: #e9b947 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  }
  #page .header a[href="#menu"]:before,
  #page .header a[href="#menu"]:after {
    content: "";
    position: absolute;
    left: 12px;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }
  #page .header a[href="#menu"]:before {
    top: 15px;
    box-shadow: 0 7px 0 #fff;
  }
  #page .header a[href="#menu"]:after {
    top: 29px;
  }
  .mm-menu .mm-list > li > a {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
