

/* 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 ================================================== */


/* Links */

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


/* Selected text Color */

::-moz-selection {
    background: none;
    color: #FF7300;
}

::selection {
    background: none;
    color: #FF7300;
}

.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: 1.9em;
    font-weight: 800;
    letter-spacing: 1px;
    color: #4ab5ff;
    padding-bottom: 40px;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    font-weight: 800;
    letter-spacing: 1px;
    color: #4ab5ff;
    padding-bottom: 40px;
}

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

span {
    font: 12px 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 800;
    color: #4ab5ff;
}


/* Link */

a {
	font-family: 'Roboto', sans-serif;
    color: #FF7300;
    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: #FF7300;

}

/* Paragrah */

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    color: #fff;
}

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: #FF7300;
}


/* 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);

}

/* Bottom Scroll Arrow */

/* the important styles */

.arrow-wrap {
  position:absolute;
  z-index:500;
  left:32.5%;
  top:95%;
  margin-left:-4.5em;
  background:#fff;
  opacity:.4;
  width:40%;
  height:2em;
  padding:4em .8em;
  font-size:0.5em;
  display:block;
}

.arrow {
float:left;
position:relative;
width: 0px;
left:44.8%;
height: 0px;
border-style: solid;
border-width: 1.4em 2em 0 4em;
border-color: #ffffff transparent transparent transparent;
  -webkit-transform:rotate(360deg);
}

.arrow:after {
  content:'';
  position:absolute;
  top:-3.2em;
  left:-3em;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 1.5em 1.5em 0 1.5em;
border-color: #111 transparent transparent transparent;
  -webkit-transform:rotate(360deg)

}


/* 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: 50%;
	position: absolute;
	z-index: 90;
	right: 0;
	top:0;
	bottom: 0;
	height: 100%;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

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

.right-side p {
	color: #000;
	text-align: left;

}

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


/* LEFT SIDE  */


.left-side {
	width: 50%;
	position: relative;
	left: 0;
	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 .row {
	max-width: 100%;
	height: auto;
	position: relative;
}



/* NAVIGATION  ================================================== */



.navToggle {
  z-index: 9999;
  width: 50px;
  height: 50px;
  float: right;
  margin-right: 40px;
  cursor: pointer;
  background: #FF7300;
  position: fixed;
  top:40px;
  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;
	text-align: right;
	margin-right: 42%;
	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: 9998;
}

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

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

#menu h4 {
	letter-spacing: 8px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight: 900;
	bottom:7%;
	left: 0;
	right: 0;
	color: #FFF;
	position: absolute;
}

#menu .logo2 {
	max-width: 140px;
	margin-bottom:-5px;
	text-align: right;
	margin-right: 42%;
}


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

}

#menu ul li {
	font-size:1.7em;
	line-height: 1.8em;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	opacity: 0;
	text-align: right;
	margin-right: 42%;
	-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: #FFF;
	cursor: pointer;
	padding-bottom: 0px;
	position: relative;
}


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

#menu ul li a.coming-soon:hover  {
	 text-decoration: line-through;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 2px 2px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: .8em;
}

nav a:hover,
nav a:focus {
	outline: none;
}


/* SOCIAL ICO */

.social-links {
  padding: 0px 0px;
  position: fixed;
  bottom: 25px;
  margin: auto;
  z-index: 999999;
  margin-right:42%;
}

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

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


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

.social-links li img {
	width: 170px;
}



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



#header {
	background: #222;
    background-size: 100%;
    position: relative;
    height: 100%;
    z-index: 9;
}

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

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

#header .img {
	width: 225px;
	height: auto;
	display:block;
	opacity:0;
	text-align: right;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

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

#header .see_more {
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 0 10px 20px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}


#header .see_more:hover {
	color: #fff;
}

#header .see_more::before {
	content: '';
	position: absolute;
	height: 15%;
	width: 15%;
	border-radius:50%;
	z-index: -1;
	background: #fff;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

#header .see_more:hover::before {
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

#header .see_more span {
	font-size: 20%;
	font-weight: 400;
	position: absolute;
	right: 15px;
	color: #4ab5ff;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translate3d(-10px,-10px,0);
	transform: translate3d(-10px,-10px,0);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#header .see_more:hover span {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#header .cl-effect-6 a {
	margin: 0 5px;
	padding: 5px 10px;
}

#header .cl-effect-6 a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	transition: top 0.3s;
}

#header .cl-effect-6 a::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

#header .cl-effect-6 a:hover::before {
	top: 100%;
	opacity: 1;
}

#header .cl-effect-6 a:hover::after {
	height: 100%;
}

/* DOWN SCROLL INDICATOR  */

#header .arrow {
	background: #fff .8%;
	border-radius: 5px;
	top: 90%;
	text-align: center;
}



#details li {
	margin-left: 20px;
	font-family: 'Roboto', sans-serif;

}

/* Huge Title */

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

}

.huge-title h2 {
	font-weight: 400;
	font-size:1.2em;
	line-height: 1.4em;
	opacity: 0;
	letter-spacing: 0px;
	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: 50%;
}

#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-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%;
}

#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:#4ab5ff;
	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: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;
}

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


img.small {
	width: 60%;
}

/* WORK */

.work {
	background: url('');
  	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.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    -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);
}







#logistics {
	height: auto;
	z-index: 999;
	background: #222;
	position: relative;
	overflow-x: hidden;
	text-align:left;

}

#logistics .left-side {
	padding: 100px;
	background: #fff url('../img/bg_p3.png') repeat center center;

}

#logistics .left-side p {
	padding-bottom:1em;
	color: #000;

}

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

#logistics .right-side {
	padding: 100px;
	background: #fff url('../img/bg_p3.png') repeat center center;
}

#logistics .right-side h3 {
	position: relative;
	display: block;
	color:#4ab5ff;
	padding-top: 30px;
	padding-bottom: 50px;
}

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

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

#logistics .right-side p {
	color: #000;
	text-align: left;
	padding-bottom:1em;
}

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



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

#logistics .left-side a {
	color: #FF7300;
	border-bottom: 1px solid #FF7300;
}

#logistics .left-side a:hover {
	color: #ff5100;
	border-bottom: 1px solid #ff5100;
}

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

#logistics .twitterfeed p {
	font-size:20px;
}



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



#about {
	height: auto;
	z-index: 999;
	background: #222;
	position: relative;
	overflow-x: hidden;
	text-align:left;

}

#about .left-side {
	padding: 100px;
	background: #fff url('../img/bg_p3.png') repeat center center;

}

#about .left-side p {
	padding-bottom:1em;
	color: #000;

}

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

#about .right-side {
	padding: 100px;
	background: #fff url('../img/bg_p3.png') repeat center center;
}

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

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

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

#about .right-side p {
	color: #000;
	text-align: left;
	padding-bottom:1em;
}

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



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

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

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

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

#about .twitterfeed p {
	font-size:20px;
}

#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;

}


		#about table {
			background: #fff;
			font: normal 12px/20px;
      font-size: 12px;
      font-family: 'Roboto', sans-serif;
			width: 100%;
		}

			#about table thead {
				color: #fff;
        background-color: #FF7300;
				font: bold 16px/24px;
        font-family: 'Roboto', sans-serif;
				letter-spacing: 1px;
				border-bottom: none;
			}

				#about table thead td.column-first {
					background: #222;
					border-top: 2px solid #333;
					border-left: 1px solid #111;
          font-size: 12px;
				}

				#about table thead td.column-second {
					background: #111;
					border-top: 2px solid #222;
          font-size: 12px;
				}

				#about table tbody td.column-first {
					border-left: 1px solid #eee;
          font-size: 12px;
				}

				#about table tbody td.column-second {
					color: #555;
					border-right: 1px solid #eee;
					border-left: 10px;
          font-size: 12px;
				}

			#about table tr.even {
				background: #f8f8f8;
        font-size: 12px;
			}

				#about table tbody td.column-first {
					color: #555;
          font-size: 12px;
				}

					#about table tbody tr.even td.column-first {
						color: #333;
            font-size: 12px;
					}

				#about table tbody td.column-second {
					color: #333;
          font-size: 12px;
          font-family: 'Roboto', sans-serif;
					margin-left: 20px;
					border-left: 1px solid #eee;
				}

			#about table td {
				padding: 18px;
        font-size: 14px;
			}

			#about table a {
				color: #0086FF;
			}

			#about table tfoot td {
				background: #fff;
				padding: 40px;
				border: 1px solid #eee;
				border-top: none;
			}

				#about table tfoot span#line-sponsor {
					color: #444;
          font: normal 14px/24px;
          font-family: 'Roboto', sans-serif;
					text-transform: uppercase;
					letter-spacing: 2px;

				}

				#about table tfoot a {
					color: #4ab5ff;
				}

				#about table tfoot a:hover {
					color: #222;
				}


		table tbody td.column-first {
			margin-left: 20px;
			padding-right: 30px;
		}



/* 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:16px;
	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 img {
	height:auto;
	width:80%;
}

#contact a:hover {
    color: #FF7300;
}

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

.google-map {
	  height: 500px;
	}
	.google-map img {
	  max-width: inherit;
	}
	.google-map.map-small {
	  height: 354px;
	}

	.map-overlay {
	  position: absolute;
	  width: 100%;
	  left: 0;
	  top: 100px;
	}
	.map-overlay .container {
	  position: relative;
	}

	.contact-details {
	  position: absolute;
	  width: 40%;
	  right: 0;
	  max-width: 400px;
	}

	.map-marker-label {
	  background-color: white;
	  color: black;
	  width: 150px;
	  padding: 10px;
	  text-align: center;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}



/* 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 .logo {
	max-width: 150px;
	margin-top:-8px;
	}

	#menu .social-links ul li a {
		font-size:20px;
	}

	#menu .social-links li img {
	width: 140px;
	}


	.bgblack {
		background: rgba(17,17,17,0.87);
	}


/* HEADER */

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

	#header img {
		width:60%;
		height:auto;
	}

	.huge-title h2 {
		font-size:1.0em;
		line-height: 1.2em;
		font-weight: 300;
	}

	#header .royalSlider {
		display: none;
	}

	.huge-title {
		max-width: 90%;
		left:2%;
		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 .right-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;
	}

	#contact img {
		width:100px;
		height:auto;
	}

	#map {
	    height: 200px;
	  }

	.map-overlay {
	    position: inherit;
	    top: 0;
	    padding-bottom: 8%;
	  }
	.map-overlay .container {
	    padding: 0;
	  }
}
