/*

	
	ORIGINAL TEMPLATE V1.0 BY SUPVIEW.CO
	

	01. FONT FACE
	02. GENERALS SETTINGS 
	03. NAVIGATION
	04. HEADER SETTINGS
	05. PORTFOLIO SETTINGS
	06. ABOUT SETTINGS
	07. CONTACT SETTINGS
	08. LOADER OF THE PAGE
	09. MEDIA QUERIES


*/




/* 01. FONT FACE ================================================== */



@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,400italic,700,500italic,900,700italic,900italic);

@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic);

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

	
	
/* 02. GENERALS SETTINGS ================================================== */


#about .left-side-maps {
    height: 1200px;
    background: none repeat scroll 0% 0% #10B4B2;
    width: 55% !important;
}



body, html {
    background: #222;
    padding: 0;
    position: relative;
    height: 100%;
    margin: 0;
	-webkit-font-smoothing:antialiased;
    }


/* Selected text Color */

::-moz-selection {
    background: none;
    color: #10B4B2;
}

::selection {
    background: none;
    color: #10B4B2;
}

.centered {
    text-align: center;
}

b, strong {
    font-weight: 800;
}

/* Make a space */

.space {
    padding: 20px 0;
}

.lead {
	font-family: 'Roboto', sans-serif;
	padding-bottom: 20px;
	font-weight: 300;
	color: #333;
	line-height: 33px;
	font-size:21px;
}

h2 {
	font-family: 'Roboto', sans-serif;
    font-size: 38px;
    line-height: 42px;
    padding-bottom: 40px;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #212121;
    padding-bottom: 20px;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #212427;
}

h5 {
    font: 24px 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 100;
    color:#FFF;
}

h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212427;
}

span {
    font: 12px 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    color:rgba(34,34,34,0.60);
}

/* Link */

a {
	font-family: 'Roboto', sans-serif;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
   	color: rgba(51,51,51,0.50);

}  
	
/* Paragrah */

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0px;
    color: rgba(32,35,38,0.4);
}

p a {
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

p a:hover {
    color: #10B4B2;
}


/* If menu open state */


section.ifmenu {
	filter: blur(2px);
    -webkit-filter:blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px) ;
    -ms-filter: blur(2px);

}


/* Background Opacity */

.bgblack {
	width: 100%; 
	height: 100%; 
	background: rgba(33,33,33,0.70);
	position: fixed; 
	z-index: -1;
	cursor: pointer;
	opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
	
.bgblack.active {
	opacity: 1; 
	display: block;
	z-index: 998;
	cursor: pointer;}
	


/* MAKE A CONTENT CENTERED VERTICALY AND HORIZONTALY */

.content {
	top:50%;
	position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);	
}

/* RIGHT SIDE  */


.right-side {
	background: #FFF;
	width: 45%;
	position: absolute;
	z-index: 90;
	right: 0;
	top:0;
	bottom: 0;
	height: 100%;
	padding: 110px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.right-side h3:after{
	content: '';
	width: 7%;
	height: 1px;
	position: relative;
	display: block;
	background: #10B4B2;
	margin-top: 20px;
	left:0;
	right:0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;}



.right-side a {
	color: #333;
	border-bottom:1px solid #10B4B2;
}

.right-side a:hover {
	color: #333;
	border-bottom:1px solid #333;
}



/* LEFT SIDE  */


.left-side {
	width: 55%;
	position: relative;
	left: 0;
	height: 100%;
	min-height: 100%;
	top:0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s; 
}


.left-side-open {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s; 
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);	
}


.right-side-open, .royalSlider {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s; 
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);	

}



.left-side-open.open, .right-side-open.open, .royalSlider.open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);	
}

.left-side h3:after{
	content: '';
	width: 6%;
	height: 1px;
	position: absolute;
	display: block;
	background: rgba(51,51,51,0.2);
	margin-top: 20px;
	left:0;
	right:0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;}


.left-side .row {
	max-width: 100%;
	height: auto;
	position: relative;
}




/* 03. NAVIGATION  ================================================== */



.navToggle {
  z-index: 9999;
  width: 50px;
  height: 50px;
  float: right;
  margin-right: 60px;
  cursor: pointer;
  background: #FFF;
  position: fixed;
  top:50px;
  right: 0px;
}


.navToggle .icon {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 18px;
  height: 2px;
  background-color: #212427;
}
.navToggle .icon:before,
.navToggle .icon:after {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #212427;
  content: '';
}
.navToggle .icon:before {
  top: -6px;
  left: 0;
}
.navToggle .icon:after {
  top: 6px;
  left: 0;
}
.navToggle:hover .icon {
  background-color: #999;
}
.navToggle:hover .icon:before {
  top: -8px;
  background-color: #999;
}
.navToggle:hover .icon:after {
  top: 8px;
  background-color: #999;
}
.navToggle.open {
	
}

.navToggle.open .icon {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;  background-color: transparent;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}


.navToggle.open .icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  background: rgba(32,35,38,0.7);
}
.navToggle.open .icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: rgba(32,35,38,0.7);
}

#menu {
	width: 100%;
	height:100%;
	position: fixed;
	right: 0;
	top:0;
	z-index: -9;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

#menu.active {
	opacity: 1;
	z-index: 999;	
}

#menu h3 {
	text-align: center;
	letter-spacing: 8px;
	font-family: "Montserrat", sans-serif;
	font-size:14px;
	font-weight: 900;
	top:45px;
	left: 0;
	right: 0;
	color: #FFF;
	position: absolute;
}

#menu .logo {
	max-width: 150px;
	margin-top:-8px;
}


#menu ul {
	position: relative;
	display: block;
	margin-right: 0px;
	z-index: 99999;
	
}

#menu ul li {
	font-size:30px;
	line-height: 70px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);	
}

#menu ul li.active{
	opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);	
}

#menu ul li a {
	color: #10B4B2;
	cursor: pointer;
	padding-bottom: 0px;
	position: relative;

}

#menu ul li a:hover {
	 color: #FFF;
}


/* SOCIAL ICO */

.social-links {
  padding: 0px 0px;
  position: fixed;
  bottom: 25px;
  margin: auto;
  text-align: center;
  left: 0; right: 0;
  z-index: 999999;
}

.social-links.active {
	display: block;
}

.social-links li {
	display: inline-block;
	margin: 0 0px;
	padding: 0 20px;
	}


.social-links li a {
	font-size:18px;
}



/* 04. HEADER SETTINGS ================================================== */



#header {
	/*background: #222;*/ 
	background: #333; 
    background-size: 100%;
    position: relative;
    height: 100%;
    z-index: 9;
    overflow-x: hidden;

}

#header .row {
	position: relative;
	height: 100%;
	max-width: 100%;
}

#header .royalSlider {
	overflow-y: hidden;
	overflow-x: auto;
}

#header .logo {
	width: 200px;
	height: auto;
	display: block;
	opacity:0;
	position: relative;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;	
}


#header .logo.load {
	opacity: 1;
}

#header .see_more {
	margin-top:20px;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}


#header .see_more.load {
	opacity: 1;
}

#header .see_more li{
	display: inline-block;
	padding-right: 15px;
	
}

#header .see_more li a{
	display: block;
	position: relative;
	font-weight: normal;
	color: rgba(255,255,255,0.43);
}

#header .see_more li a:hover{
	color: rgba(255,255,255,1);
}

#header .see_more li a:after{
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	margin: auto;
	display: block;
	background: #10B4B2;
	margin-top: 5px;
	left:0;
	right:0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;}

#header .see_more li a:hover:after{
	width: 30%;

}

/* Huge Title */

.huge-title {
	position: relative;
	top:46%;
	margin: auto;
	left: 8%;
	max-width: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.huge-title h2 {
	font-weight: 600;
	font-size:38px;
	line-height: 51px;
	opacity: 0;
	letter-spacing: 0px;
	margin-top: 10px;
	color: rgba(255,255,255,1);
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.huge-title h2.load {
	opacity: 1;
}


/* SELECTED WORKS */


#header .selected-works {
	right: 0;
	position: absolute;
	margin-left: 0;
	height: 100%;
	width: 45%;
}

#header .selected-works .selected-work {
	height: 100%;
	position: relative;
}

#header .selected-works .selected-work .bg {
	position: absolute;
	width: 100%;
	background-size: cover;
	background-position: center center;
	top:0;
	height: 100%;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;   	
	filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

#header .selected-works .selected-work:hover > .bg  {
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

#header .selected-works .selected-work .info {
	width: 80%;
	height: 80%;
	background:rgba(250,226,132,0.90);
	position: relative;
	top:50%;
	opacity: 0;
	margin: auto;
	text-align: center;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;    
}

#header .selected-works .selected-work .info.showed {
	opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}




/* 05. PORTFOLIO SETTINGS ================================================== */




#portfolio {
	z-index: 9;
	background: #222; 
	position: relative;
	overflow-x: hidden;
}

#portfolio h3 {
	position: relative;
	display: block;
	padding-bottom: 20px;
}

#portfolio .left-side .row .six.columns {
	width: 50%;
	height: 280px;
}

#portfolio .work  {
	height: 400px;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#portfolio .work.active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

#portfolio .work h3:after {
	display: none;
}

#portfolio .work .bg {
	position: absolute;
	width: 100%;
	background-size: cover;
	background-position: center center;
	top:0;
	height: 100%;
	opacity: 0.7;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;   	
	filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

/*#portfolio .work .info {
	width: 80%;
	height: 80%;
	background:rgba(35,180,177,0.80);
	position: relative;
	top:50%;
	opacity: 0;
	margin: auto;
	text-align: center;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;    
}*/
#portfolio .work .info {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    height: 20%;
    margin: auto;
    opacity: 0;
    position: relative;
    text-align: center;
    top: 90%;
    transform: translateY(-45%);
    transition: all 0.4s ease 0s;
    width: 100%;
}
#portfolio .work:hover > .bg  {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);	
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
	opacity: 1;

}


#portfolio .work .info h3 {
	padding-bottom: 10px;
	font-size: 16px;
}

#portfolio .work .info.showed {
	opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* WORK */

.work {
	background: url(style.css);
  	vertical-align: middle;
  	height: 100%;
  	width: auto;
	background-size: 100%;
	margin-left: 0;
	display:inline-block;
	position: relative;
  	cursor: pointer;
}


.work h2 {
	top:0;
	bottom: 0;
	position: absolute;
	opacity: 0;
	height: 40px;
	color:#FFF;
	font-size:28px;
	font-weight: 300;
	line-height: 55px;
	left: 0;
	margin: auto;
	text-align: center;
	right: 0;
	z-index: 999;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;	

}

.work h2 span {
	font-size:11px;
	letter-spacing: 4px;
	font-weight: 500;
	display: block;
	margin-top: -10px;
	text-transform: uppercase;
	color: #52c0ca;

}


.work img {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;	
}

.work img.active {
	opacity: 0;
}


.work h2.active {
	opacity: 1;
	-webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}


/* OPEN EFFECTS */


/*  Work Content  */

.work-content {
	position: fixed;
	overflow: auto;
	height: 100%;
	width: 100%;
	top:0;
	right: 0;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
	transform: translate3d(0%,0%,0);
    -webkit-transform: translate3d(0%,0%,0);
    -moz-transform: translate3d(0%,0%,0);
    -ms-transform: translate3d(0%,0%,0);
    -o-transform: translate3d(0%,0%,0);
	-webkit-backface-visibility: hidden;
}


.work-content img:first-child {
	margin-top:0px;
}

.work-content .left-side img {
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translate3d(-100%,0%,0);
    -moz-transform: translate3d(-100%,0%,0);
    -ms-transform: translate3d(-100%,0%,0);
    -o-transform: translate3d(-100%,0%,0);	
}

.work-content.show .left-side img {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
 }


.shadow .right-side {
	z-index: 0;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate3d(100%,0%,0);
    -moz-transform: translate3d(100%,0%,0);
    -ms-transform: translate3d(100%,0%,0);
    -o-transform: translate3d(100%,0%,0);		
}
.shadow .right-side.show{
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
 }


.work-content img {
	margin-top:-10px;
}


/*  Show Class  */

.show{
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
 }


/*  Shadow Effect  */

.shadow {
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	overflow: hidden;
	overflow-x: hidden;

}

/*  Close Button  */

.closex {
  z-index: 99999;
  width: 50px;
  height: 50px;
  float: right;
  margin-right: 60px;
  cursor: pointer;
  background: #FFF;
  position: fixed;
  top:50px;
  right: 0px;
}

.closex .inner-closex {
 	background:url("../img/closex.png") #FFF;	
 	background-size:cover;
 	width: 100%;
 	height: 100%;
 		transition:ease-in-out all .33s;
	-webkit-transition:ease-in-out all .33s;
	-moz-transition:ease-in-out all .33s;
	-o-transition:ease-in-out all .33s;
}


.closex .inner-closex:hover   {
	opacity: 0.7;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}





/* 06. ABOUT SETTINGS ================================================== */



#about {
	height: auto;
	z-index: 9;
	background: #222; 	
	position: relative;
	overflow-x: hidden;

}


#about .left-side {
	padding: 110px;
	background: #10B4B2;

}
#about .left-side-maps {
	height: 1200px;
	background: #10B4B2;

}

#about .left-side h3 {
	position: relative;
	display: block;
	padding-top: 30px;
	padding-bottom: 50px;
}


#about h3:first-child {
	padding-top: 0px;
}


#about .title {
	padding-top: 80px;
}

#about .left-side a:hover {
	color: #333;
	border-bottom: 1px solid #222;
}

#about .twitterfeed {
	padding-bottom: 60px;
}

#about .twitterfeed p {
	font-size: 13px;
	text-align: justify;
}

#about .our-studio {
	display: block;
}

#about .clients img{
	opacity: 0.2;
	text-align: center;
	max-height: 90%;
	display: block;
	margin: 15px 0;
	padding: 15px 30px;
	background: #b29a4f;
	
}

.right-side .lightboxme{
	border:none;
}

.right-side .lightboxme:hover{
	opacity: 0.8;
	border:none;
}



/* 07. CONTACT SETTINGS  ============================================ */



#appear-contact {
	position: relative;
	height: 30%;
	width: 100%;
    display: block;	
}


#contact {
	background: #151515;
    background-size: 100%;
	height: 30%;
	width: 100%;
	bottom: 0;
	position: fixed;
	z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#contact .row {
	max-width: 100%;
	padding: 110px;
}

#contact h3 {
	font-size:13px;
	letter-spacing: 0;
	color: #FFF;
}

#contact p {
	font-size:13px;
	font-weight: 600;
	line-height: 26px;
	color: rgba(255,255,255,0.50);
}


#contact a {
	color: #FFF;
}

#contact a:hover {
    color: #10B4B2;
}

#contact .content-bottom {
	height: 30%;
	position: relative;
}



/* 08. LOADER OF THE PAGE  ============================================ */



.loader {
	z-index:9999999;
	opacity: 1;
	background:rgba(33,33,33,0.95);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	display:block;
	text-align: center;
}

.loader img {
	position: relative;	
	top:48%;
	margin: auto;
	max-width: 200px;
	text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);	
}


/* 09. MEDIA QUERIES  ============================================ */



@media screen and (max-width: 768px) {


/* MENU */
	
	.navToggle, .closex {
		top:0;
		right: 0;
		margin-right: 0;
	}
	
	#menu .content {
	top:50%;
	position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	
	#menu ul li {
		line-height: 30px;
	}
	
	#menu ul li a {
		font-size:20px;
		line-height: 25px;
	}

	#menu .social-links ul li a {
		font-size:20px;
	}
	
	
	.bgblack {
		background: rgba(17,17,17,0.87);
	}


/* HEADER */

	#header {
		height: auto;
		padding: 110px 0;
	}

	#header .see_more li a:after {
		display: none;
	}

	.huge-title h2 {
		font-size:28px;
		line-height: 40px;
		margin-top:10px;
	}
	
	#header .royalSlider {
		display: none;
	}
	
	.huge-title {
		max-width: 90%;
		left:2%;
		top:auto;
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	
	#header .see_more li {
		display: block;
		padding: 2px 0;
	}

/* PORTFOLIO */

	.right-side {
		position: relative;
		width: 100%;
		padding: 80px 20px;
	}
	
	.left-side {
		width: 100%;
		padding: 0;
	}
	
	#portfolio .left-side .row {
		padding: 0;
	}

	#portfolio .left-side .work {
		width: 100%;
		height: 300px;
	}

	#portfolio .left-side .work .content {
	top:50%;
	position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}


	.shadow.right-side, .shadow.left-side {
		width: 100%;
		position: relative;
	}
	
	.work-content {
		padding-top: 180%;
	}


/* ABOUT */

	#about .left-side {
		padding: 80px 20px;
	}
	
	#about .clients img {
		width: 100%;
	}


/* CONTACT */


	#appear-contact {display: none;}

	#contact {
		height: auto;
		padding: 20px 20px;
		position: relative;	
	}
	
	#contact .row {
		padding: 20px;
	}
	
	#contact .row .columns {
		padding: 20px 0 0px 0px;
	}

	#contact .row .columns:last-child {
		padding: 0px 0;
	}
	
	.content {
		top:auto;
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
}

/* Localized */