* {font-family: 'Roboto', sans-serif;}

html,
body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	color: #666;
}



h2, .heading-2 {
    font-size: 42px;
}

h4, .heading-4 {
    font-size: 20px
    line-height: 1.3;
    margin:20px 0 20px 0;
    white-space: nowrap;
}

a {
	text-decoration: none;
	color: rgba(220,93,84,1.0);
	transition: .3s all ease;
	text-transform: uppercase;
}

p {
	color: #646768;
	font-weight: 300;
	font-size: 15px;
}

@media(min-width:1200px) {
	p {
		font-size: 20px;
	}
}

*, *:before, *:after {
    box-sizing: border-box;
}

.row.center{
	text-align: center;
}

.row::after{
    content: '';
    display: block;
    clear: both;
}

.site-lock{
    overflow: hidden!important;
}

.input-lg  {
	display: block;
    width: 100%;
    font-size: 20px;
    line-height: 34px;
    padding: 6px 18px;
    color: #757575;
    font-weight: 700;
    background: none;
    border: 2px solid #757575;
    border-radius: 0;
    color: #212121;
    background: #fff;
    border-color: #fff;
}

.bg-white {
	background: #fff;
}

.drop-shadow-lg {
	box-shadow:9px 15px 34px 0px rgba(0,0,0,0.2)
}

.btn {
	display: inline-block;
    text-align: center;
    line-height: 38px;
    white-space: nowrap;
    border:0;
    max-width: 100%;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    transition: .3s all ease;
    padding: 6px 18px;
    color:#fff;
    letter-spacing: .05em;
}

/* color */
.glyphicon {
	color:#fff;
}

.primary-color {
	background: rgba(220,93,84,1.0);
}
/* color */

/* icons */

.header-icon-sm{
	font-size: 45px;
	color: rgba(220,93,84,1.0);
}

/* icons */


/* Nav */

nav.primary {
	position: fixed;
	top:0;
	left:0;
	height: 100vh;
	width: 60px;
	z-index: 4;
	background: rgba(54,54,61,1.0);
    box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.35);
}

.nav-wrapper {
	display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav-wrapper ul,
ul.menu-top,
ul.menu-bottom,
ul.menu-social {
	margin:0;
	padding:0;
}

ul.menu-social {
	padding:5px;
}

.nav-wrapper a {
	display: block;
}

.nav-wrapper ul li,
ul.menu-top li,
ul.menu-bottom li {
	position: relative;
	list-style: none;
	margin:0;
	padding:0;
	width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;

}

ul.menu-social li {
	float:left;
	display: block;
	position: relative;
	list-style: none;
	margin:0 10px 0 0;
	padding:0;
	width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 5;
    background:#fff;
    box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.35);
    transition: 0.3s all cubic-bezier(0.785,0.135,0.15,0.86);
}


ul.menu-social.open > li:nth-child(1) {
	transition-delay: 0s;
}

ul.menu-social.open > li:nth-child(2) {
	transition-delay: .05s;
}

ul.menu-social.open > li:nth-child(3) {
	transition-delay: .05s;
}

ul.menu-social > li {
    transform: translateX(10px) scale(0);
}

ul.menu-social.open > li {
    transform: translateX(0) scale(1);
}

.nav-wrapper ul li:not(:first-child):before {
    content: '';
    position: absolute;
    bottom: 100%;
    border-top: 1px solid;
    width: 26px;
    left: 50%;
    margin-left: -13px;
    opacity: 0.15;
}

.nav-wrapper ul li span,
.menu-bottom li span,
.menu-top li span {
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    transition: all 0.3s;
    cursor: pointer;
}

.menu-bottom li span {
	display: block;
	background: url('../images/icons/share-icon-hi.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.menu-bottom li span:hover {
	background: #ffffff url('../images/icons/share-icon-hi-bl.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
} 

.menu-social li span {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color:rgba(54,54,61,1.0);
    transition: all 0.3s;
    cursor: pointer;
}

.nav-wrapper ul li span:hover {
    background: rgba(220,93,84,1.0);
}

.menu-social li span:hover {
	color:#fff;
    background: rgba(220,93,84,1.0);
}

.nav-wrapper  ul li span.nav-tool-tip{
	position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 20px;
    white-space: nowrap;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding:0 10px;
    text-transform: uppercase;
    -webkit-transform: translate(30px,-50%);
    transform: translate(30px,-50%);
    color: #fff;
    background: rgba(54,54,61,1.0);
    visibility: hidden;
    opacity: 0.0;
    -webkit-filter: drop-shadow(2px 3px 8px rgba(0,0,0,0.35));
    filter: drop-shadow(2px 3px 8px rgba(0,0,0,0.35));
    transition: 0.3s all cubic-bezier(0.785,0.135,0.15,0.86);
}

.nav-wrapper  ul li span.nav-tool-tip-hover {
	width:141px;
	left: 50%;
	visibility: visible;
	opacity: 1.0;
}

.nav-wrapper  ul li span.nav-tool-tip::after {
    font-family: 'Glyphicons Halflings';
    content:"\e251";
    position: absolute;
    top:8px;
    left: -14px;
    color:rgba(54,54,61,1.0);
    margin-top: -7px;
    font-size: 20px;
}

.nav-wrapper  ul li span.selected {
	background: #fff;
	color: rgba(54,54,61,1.0);
}

ul.menu-top li {
	background: rgba(220,93,84,1.0);
	list-style: none;
} 

ul.menu-top li.logo {
	color:#fff;
	font-weight: 700;
	font-size: 25px;
} 

.menu-top .menu-hamburger {
	display: none;
}

ul.menu-bottom {
	position: absolute;
	bottom:0;
	right:0;
	background: rgba(220,93,84,1.0);
	list-style: none;
} 

.secondary-title {
	position: absolute;
	color:rgba(220,93,84,1.0);
	font-size: 28px;
	left:50%;
	transform: translateX(-50%);
	height:60px;
	line-height: 60px;
	display: none;
}

.social-wrapper{
	position: absolute;
	bottom:0px;
	left:65px;
    font-size: 20px;
    width: 200px; 
    height: 60px;
    line-height: 60px;
    transition: all 0.3s;	
}

/* This first class is not necessary for full-screen backgrounds */

.video-hero {
	position: fixed;
	top:0;
	left:0;
	overflow: hidden;
}

.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
}

.video-bg video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
	/**
	 * For full-screen video backgrounds, add the
	 * .video-bg--fullscreen class to .video-bg div
	 */

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none; /* Allows right click menu on the video */
	background: rgba(0,0,0,0.6); /* You can play with the opacity */
}
/**
 * This part should be set separately for each video
 * if there are multiple videos in your site.
 * I.e. '.demo-video' is the name of the video
 */

.video-bg.demo-video {
	background-image: url(../video/office-typing-code.jpg);
}

/**

.js .video-bg video {
	opacity: 0;
	-webkit-transition: opacity .8s linear;
	   -moz-transition: opacity .8s linear;
	    	transition: opacity .8s linear;
}
.js .video-bg video.is-playing {
	opacity: 1;
}

/* =============================================== *\
	HTML5 VIDEO HERO
	You don't need to copy this, but you might
	draw some inspiration from it
\* =============================================== */
.video-hero {
	height: 100vh; /* Feel free to set a height in your own way */
}

.video-hero-content {
	max-width: 518px;
}

/** branding **/


#branding{
	height: 100vh;
}

.branding-inner{
	position: absolute;
	top:50%;
	left:50%;
	margin: 0px 0 0 0px;
	max-width: 518px;
	z-index: 2;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-60%);	
}

@media (min-width: 1200px) {
	.video-hero-content {
		max-width: 1200px;
	}
	
	.branding-inner{
	    max-width: 1200px;
	}
}

.branding-logo{
	width: 214px;
	color:#fff;
	border:3px solid #fff;
	text-align: center;
	padding:10px;
	margin:0 auto 0 auto;
}

.branding-logo h2{
	font-size: 90px;
}

.branding-logo p {
	font-size: 60px;
	color:#fff;
}

.branding-logo h2,
.branding-logo p {
	margin:10px;
}

.branding-logo h2 {
	border-bottom:1px solid #fff;
	color: rgba(220,93,84,1.0);
}

#branding-slogan{
	text-align: center;
	color:#fff;
	margin:80px 0 0 0;
}

#branding-slogan h1 {
	font-size:50px;
	font-weight: 400;
}

#branding-slogan p {
	font-size: 20px;
	color:#fff;
}

.textarea{
	background:transparent;
	color:#fff;
	border:0;
	resize:none;
	min-width:100%;
	text-align: center;
	overflow-wrap: normal;
	font-size: 20px;
}
/** branding **/



/** Section **/
#who-we-are,
#our-services,
#latest-works,
#news,
#contact-us {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

@media screen and (max-height: 900px) {
	#who-we-are,
	#our-services,
	#latest-works,
	#news,
	#contact-us {
		min-height: 100vh;
		height: auto;
		padding: 60px 0;
	}
}

.overflow-portfolio {
	display: none !important;
}

#latest-works.active .inner  .overflow-portfolio-open {
	display: flex !important;
}

section{
	position: relative;
	width: 100%;
}

section .inner {
	position: relative;
	max-width: 1280px;
	margin:0 auto 0 auto;
	top:50%;
	/**border:1px solid green;**/
}

@media screen and (max-height: 900px) {
	section .inner {
		top:0%;
		/**border:1px solid green;**/
	}
}

section .section-header{
	width:100%
}

section .header-white{
	color: #fff;
}

.container{
	position: relative;
	z-index: 2;
	width: 100%;
 	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	/**border:1px solid blue;**/
}

@media screen and (max-height: 900px) {
	.container {
		-webkit-transform: translateY(0%);
			-ms-transform: translateY(0%);
			transform: translateY(0%);
	}
}

.divider {
    display: block;
    padding: 0;
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
    color: transparent;
    background-color: transparent;
    border-top: none;
    margin: 10px auto;
}

.divider-bottom{
	display: block;
    padding: 0;
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
    color: transparent;
    background-color: transparent;
    border-top: none;
    margin: 60px auto 0 auto;
}

.divider.text-primary:before,
.divider-bottom.text-primary:before {
    color: rgba(220,93,84,1.0);
}

.divider:before {
    content: '';
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    width: 95px;
    border-bottom: 3px solid;
    color: #fff;
    z-index: 5;
}

.divider-bottom:before {
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    position: absolute;
    width: 95px;
    border-bottom: 3px solid;
    color: #fff;
    z-index: 5;
}

.divider-white{
	border-bottom: 1px solid rgba(255,255,255,0.9);
}

.more {
	margin-top: 26px;	
}

.more > div{
	background: #DC5D54;
    color: #ffffff;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    transition: background ease .2s;
    width: 474px;
    padding: 0 0;
    margin-top: 30px;
    color: #FFF;
    font-size: 12px;
    letter-spacing: .05em;
    font-weight: 600;
    text-transform: uppercase;
}

/** Section **/

/** Columns **/
.flex-center{
	justify-content:center;
}

.flex-row{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:0 20px 0 80px;
}

.col-full {
	display: flex;
	flex: 1 1;
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-12 {
	display: flex;
	flex: 0 0 auto;
	max-width: 100%;
	flex-basis: 100%;
	padding:10px;
}

.col-3 {
	display: flex;
	flex: 0 0 auto;
	max-width: 33%;
	flex-basis: 33%;
}

.col-5 {
	display: flex;
	flex: 0 0 auto;
	max-width: 50%;
	flex-basis: 50%;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:10px;
}

@media screen and (max-width: 1024px) {
	.col-lg-12 {
		display: flex;
		flex: 0 0 auto;
		max-width: 100%;
		flex-basis: 100%;
		-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
}

@media screen and (max-width: 800px) {
	.col-md-12 {
		display: flex;
		flex: 0 0 auto;
		max-width: 100%;
		flex-basis: 100%;
		-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	.col-m-6 {
		display: flex;
		flex: 0 0 auto;
		max-width: 50%;
		flex-basis: 50%;
		-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.col-m-12 {
		display: flex;
		flex: 0 0 auto;
		max-width: 100%;
		flex-basis: 100%;
		-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}	
}

@media screen and (max-width: 615px) {
	.col-sm-6 {
		display: flex;
		flex: 0 0 auto;
		max-width: 50%;
		flex-basis: 50%;
		-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
}


/** Columns **/


/** who we are **/

#who-we-are {
	height: 100vh;
	overflow: hidden;
}

#who-we-are .featured-image{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

#who-we-are .featured-image img{
	display: block;
	width: 100%;
}

#who-we-are .featured-text{
	display: block;
	margin-top: 30px;
	width: 100%;
	text-align: center; 
}

/** who we are **/

/** our-services **/

#our-services{
   	background-image: url("../images/backgrounds/services.jpg");

    /* Set a specific height */


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

#our-services summary p {
	color:#fff;
}

#our-services .featured-text {
    display: block;
    margin-top: 120px;
    width: 100%;
    text-align: center;
}

#our-services .col-3 {
	height:230px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height:100%;
	width:100%;
	background: rgba(0,0,0,0.7); /* You can play with the opacity */
	z-index: 1;
}

.white-board-container {
	position:relative;
	height:100%;
	width:100%;
	margin:60px 0 0 0;
}

.white-board-scribble {
	border-color:#fff;
	border-style:solid;
	border-width:2px;
	position:absolute;
	background: rgba(220,93,84,0.0);
	left:50%;
	transform: translate(-50%, 0%);
	transition: background .5s;
	cursor:pointer;
}

.white-board-scribble:hover {
	background: rgba(220,93,84,0.9);
}

.white-board-scribble-lg {
	width:170px;
	height:170px;
}

.white-board-scribble-num {
	position: absolute;
    top:3px;
	left: 4px;
	color:#fff;
}

.white-board-scribble-lg .topic {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
	color:#fff;
	font-size:18px;
}

.white-board-scribble-lg .topic:before {
   content: '';
    position: absolute;
    bottom: 100%;
    border-top: 3px solid #fff;
    width: 26px;
    left: 10px;
}

.white-board-scribble-line,
.white-board-scribble-sm{
	position:absolute;
	height:70px;
	width:70px;
	top:5px;
	right:5px;
}

.white-board-scribble-sm{
	cursor:pointer;
}

.white-board-scribble-image{
	position:relative;
	height:100%;
	width:100%;
}

.white-board-scribble-image img {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

/** our-services **/

/** latest works **/

#latest-works .featured-image{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

#latest-works .featured-image img{
	display: block;
	width: 100%;
	transition: all .5s;
}

#latest-works .featured-image.active img{
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
} 

#latest-works .featured-work-title {
	position: relative;
	padding: 14px 33px 16px 20px;
    background: rgba(220,93,84,1.0);
    width: 400px;
    color: #fff;
}  

#latest-works .featured-work-title h3 {
	margin:0;
}

#latest-works .image-overlay {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 1; 
	transition: all .5s;
}  

#latest-works .featured-image.active .image-overlay {
	background-color: rgba(0, 0, 0, 0.85);
} 

#latest-works .detail-overlay {
	position: absolute;
	top:0;
	left: 0;
	bottom:0;
	right:0;
	height: auto;
	background:transparent;
	width: auto;
	text-align: center;
	z-index: 2;
	transition: all .5s;
	cursor: pointer;   
}

#latest-works .detail-overlay .details{
	position: absolute;
	bottom:0;
	left: 0;
	background:transparent;
	height:75px;
	width: 100%;
	text-align: center;
	opacity: 0.0;
	transition: all .5s;
}

#latest-works .detail-overlay .details h3 {
	color:#fff;
	margin-top:0;
}

#latest-works .featured-image.active .detail-overlay .details{
	top:50%;
	transform: translateY(-50%);
	opacity: 1.0;
}

#intel,#more-news {
	position: fixed;
	top:0;
	right:100%;
	height:100vh;
	width: 100%;
	background: rgba(54,54,61,0.9); /* You can play with the opacity */
	z-index: 3;
	transition: right 0.5s;
	overflow: auto;
	padding:80px 0 80px 60px;
}

#intel .close-intel{
	position: absolute;
	right:-25px;
	cursor:pointer;
}

#intel.active, #more-news.active {
	right:0;
	width: 100%;
}

#intel .inner, #more-news .inner {
	position:relative;
	margin:0 auto ;
	width:92%;
	max-width: 965px;
	background:#fff;
	padding:0 0 40px 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

#more-news .inner {
	padding:20px 0;
}

#more-news .inner img{
	width:100%;
}

@media (min-width: 1200px) {
	#more-news .inner {
		max-width: 1200px;
	}
}

#more-news .flex-row{
	padding: 0 20px 0 20px;
}

#intel .intel-content-row {
	display: table-row;
}

#intel .intel-content {
	display:table;
	height:100%;
	width:100%;
}

#intel .intel-hero-content {
	margin:0 0 30px 0;
}

#intel .intel-content-row > div {
	display: table-cell;
}

#intel .intel-content .dt > div:first-child {
	padding:0 40px 0px 50px;
	vertical-align: middle;
	border-right:1px solid #e7edee;
}

#intel .intel-content .dt > div:last-child {
	padding:0 50px 0px 40px;
	margin:20px;
}

#intel .intel-content .ds > div {
	padding:0 50px 20px 50px;
}

#intel .intel-content .ds div p,
#intel .intel-content .dt div p{
	font-size:14px; 
}

#intel #intel-hero img{
	width:100%;
}	

#intel h3{
	margin-top:0px;
    margin-bottom: 20px;
    color: #171f36;
    font-size: 26px;
    line-height: 26px;
}

.scroll-project-right,
.scroll-project-left{
	position: absolute;
	top:40%;
	z-index: 10;
	font-size: 25px;
	-ms-transform: translate(0, -50%); /* IE 9 */
	-webkit-transform: translate(0, -50%); /* Safari */
	transform: translate(0, -50%);
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.5s
}

.scroll-project-right:hover,
.scroll-project-left:hover{
	opacity: 1.0;
}

.scroll-project-right.scroll-inactive,
.scroll-project-left.scroll-inactive{
	display: none;
}


.scroll-project-right{
	right:90px;
}

.scroll-project-left{
	left:150px;
}

#project-technologies {
	padding:0;
	margin:0;
}

#project-technologies li {
	float:left;
	list-style: none;
	margin:0 20px 0 0;
	vertical-align: middle;
}

#project-technologies li img{
	height:45px;
}
/** latest works **/

/** news **/
#news  {
	background:#f1f1f1;
}

#news summary {
	list-style: none;
}

#news article {
	margin-top:30px;
}

#news article summary {
	margin:30px 0 0 0;
	font-size: 20px;
	font-weight: 300;
}

#news .featured-image{
	position: relative;
	width: 100%;
	margin-top:30px;
}

#more-news .featured-image{
	position: relative;
	width: 100%;
}

#news .featured-image img{
	display: block;
	width: 100%;
	transition: all .5s;
}
/** news **/

/** contact us **/  
.flex-row {
	justify-content: center;
}

#contact-us {
	background: rgba(54,54,61,1.0);	
}

#contact-us h4 {
   color:rgba(220,93,84,1.0);
}

#contact-us p {
   color:#fff;
}

.common-form{
	margin:30px auto 0 auto;
}

.liv-online-form {
	width: 80%;
}

.liv-online-form .flex-row{
	padding:0 0 0 0;
}

.liv-online-form .input-container {
	position: relative;
	width: 100%;
} 

.liv-online-form .info {
	color: #DC5D54;
	position: absolute;
	right:5px;
	top:15px;
	z-index: 1;
}

.liv-online-form input[type=text],
.liv-online-form input[type=url],
.liv-online-form input[type=email],
.liv-online-form input[type=tel],
.liv-online-form input[type=number],
.liv-online-form input[type=date],
.liv-online-form textarea,
.liv-online-form select {
	position: relative;
	background: #f1f1f1;
    border: 1px solid rgba(54,54,61,.15);
    border-radius: 4px;
    box-sizing: border-box;
    color: #8894A3;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    transition: background ease .2s,border ease .2s,color ease .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    width: 100%
}

.liv-online-form textarea {
	padding:15px 20px;
	height: auto;
}

.liv-online-form input:hover,
.liv-online-form input:focus,
.liv-online-form textarea.livtoField:hover,
.liv-online-form select.livtoField:hover,
.liv-online-form textarea.livtoField:focus,
.liv-online-form select.livtoField:focus {
   background: #FFF;
   border-color: rgba(54,54,61,.6);
   color: #36363D;
}

.liv-online-form select.livtoField,
.liv-online-form select.livtoField:hover,
.liv-online-form select.livtoField:focus {
  background: #f1f1f1;
  color: #8894A3;
  
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  color: #8894A3; 
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
  color: #8894A3;
  
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #8894A3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #8894A3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.liv-online-form label{
  display: none;
}

.liv-online-form #submit,
#confirm-email-form{
	background: #DC5D54;
    color: #ffffff;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    transition: background ease .2s;
    width: 100%;
    padding: 0 0;
    margin-top: 30px;
    color: #FFF;
    font-size: 12px;
    letter-spacing: .05em;
    font-weight: 600;
    text-transform: uppercase;
}

.button-container{
	width:120px;
	margin:0 auto;
}


#confirm-email-form {
	width:100px;
}

.common-content p {
	text-align: center;
}


#message-box-container{
	position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(36,53,65,0.3);
    display: none;
    overflow: auto;
	z-index: 20;
}

#message-box{
	min-width:310px;
    max-width:400px;
	min-height:200px;
    max-height: 70vh;
	position: relative;
    top:40%;
    margin:0 auto 0 auto;
    background: #fff;
    padding:20px 15px 20px 15px;
    -ms-transform: translate(0%,-50%); /* IE 9 */
    -webkit-transform: translate(0%,-50%); /* Safari */
    transform: translate(0%,-50%);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

#message-box #message-text {
	text-align:center;
}

#message-box header {
	width:100%;
}

#title {
	text-align:center;
}

/** contact us **/


@media screen and (max-width: 800px) {
	#intel .intel-content {
		display:block;
		height:100%;
		width:100%;
	}

	#intel .intel-content-row {
		display: block;
		width:100%;
	}

	#intel .intel-content-row > div {
		display: block;
		width:100%;
	}

	#intel .intel-content .dt > div:first-child {
		padding:0 40px 0px 40px;
		vertical-align: middle;
		border-right:1px solid #e7edee;
	}

	#intel .intel-content .dt > div:last-child {
		padding:0 40px 0px 40px;
		margin:20px 0 20px 0;
	}

	#intel .intel-content .ds > div {
		padding:0 40px 0px 40px;
		margin:20px 0 20px 0;
	}

	#intel .intel-content .ds > div {
		padding:0 40px 20px 40px;
	}

	#project-logo {
		text-align: center;
	}

	#intel .close-intel {
	    position: absolute;
	    right: 10px;
	    top:5px;
	    cursor: pointer;
	}

	/** branding **/
	#branding {
		min-height: 650px;
	}

	.branding-inner{
		position: absolute;
		top:50%;
		left:50%;
		padding:0 10px 0 70px;
		margin: 0 0 0 0;
		width: 100%;
		z-index: 2;
	}

	.branding-email-inline {
		width: 100%;
		vertical-align: top;
		float:initial;
	}

	.branding-logo {
		padding:0;
	}

	.textarea{
		min-width:0px;
		width: 100%
	}

	.branding-email-inline:first-child{
		margin:0 0 15px 0;
	}

	.btn {
		display: block;
    	width: 100%;
    	border-radius: 5px;
	}
	
	/** branding **/

	#who-we-are,
	#our-services,
	#latest-works,
	#contact-us,
	#news{
		height: initial;
		min-height: 100vh;
	}

	.flex-row{
		padding:0 30px 0 90px;
	}

	.flex-row{
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex: 0 1 auto;
	    -webkit-flex: 0 1 auto;
	    flex: 0 1 auto;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	
	section .inner {
		top:0%;
		/**border:1px solid green;**/
	}

	/** column **/

	.container{
		position: relative;
		top:0px;
		left:0px;
		z-index: 2;
		width: 100%;
		padding:50px 0 50px 0;
		-webkit-transform: translateY(0%);
		    -ms-transform: translateY(0%);
		    	transform: translateY(0%);
		/**border:1px solid blue;**/
	}
	
	.image-offset-1 {
		left:0px;
	}

	.image-offset-2 {
		right:0px;
	}
	
	/** column **/
	
	/** latest works **/



	#latest-works .featured-work-title-2 {
		right:0px;
	}  

	#latest-works .featured-work-title-1 {
		left:0px;
	}  

	#intel .inner {

	}

	/** latest works **/	
	
	/** services **/
	
	
	/** services **/
	/** news **/
	#news  {
		background:#f1f1f1;
	}

	#news article {
		margin-top:20px;
	}

	/** news **/	
}

@media screen and (max-width: 480px),  screen and (max-height: 600px) {

	#intel .intel-content {
		display:block;
		height:100%;
		width:100%;
	}

	#intel .intel-content-row {
		display: block;
		width:100%;
	}

	#intel .intel-content-row > div {
		display: block;
		width:100%;
	}

	#project-logo {
		text-align: center;
	}	

	#intel.active,#more-news.active{
		padding:80px 0 80px 0;
	}

	#intel .inner {
		margin:auto;
	}

	#intel .close-intel {
	    position: absolute;
	    right: 10px;
	    top:5px;
	    cursor: pointer;
	}

	.scroll-project-right, .scroll-project-left {
	    top: 50%;
	    font-size: 25px;
	    -ms-transform: translate(0,-50%);
	    -webkit-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	    opacity: 0.8;
	    transition: opacity 0.5s;
	    background: #fff;
	}

	.scroll-project-left {
    	left: 20px;
	}

	.scroll-project-right {
    	right: 20px;
	}	

	.scroll-project-left .glyphicon, .scroll-project-right .glyphicon {
    	color:#555;
	}

	.video-hero{
		min-height:100vh;
		height: initial;
	}

	.flex-row{
		padding:0 10px;
	}

	#who-we-are,
	#our-services,
	#latest-works,
	#contact-us,
	#news	{
		height: initial;
		min-height: 100vh;
	}

	h4, .heading-4 {
	    margin:0px 0 20px 0;
	}

	/** branding **/

	#branding {
		min-height: 650px;
	}

	.branding-inner{
		position: absolute;
		top:0px;
		left:50%;
		padding:100px 20px 20px 20px;
		margin: 0 0 0 0;
		width: 100%;
		z-index: 2;
		transform: translate(-50%, 0%);
	}

	#branding-slogan {
	    margin: 20px 0 0 0;
	}	

	#branding-slogan h1{
	    font-size: 25px;
	}	

	#branding-slogan p{
	    font-size: 15px;
	}	

	.branding-email-inline {
		width: 100%;
		vertical-align: top;
		float:initial;
	}

	.branding-logo {
		padding:0;
	}

	.textarea{
		min-width:0px;
		width: 100%
	}

	.branding-email-inline:first-child{
		margin:0 0 15px 0;
	}

	.btn {
		display: block;
		margin:0 auto;
	}

	/** branding **/
	/** nav **/

	nav.primary {
		height: 60px;
		width: 100vw;
	}

	.nav-inner {
		width:100vw;
		position: relative; 
	}

	.nav-wrapper {
		display: block;
	    position: absolute;
	    top: 60px;
	    left:-230px;
	    transform: translateY(0);
	    background: rgba(54,54,61,1.0);
	    height: 100vh;
	    width:225px;
	    box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.35);
	    transition: left ease .2s;
	}

	ul.menu-bottom  {
		width:60px;
		position: absolute;
		bottom:0;
		right:0px;
		background: rgba(220,93,84,1.0);
		list-style: none;
	} 

	.nav-wrapper  ul li span.nav-tool-tip{
		position: absolute;
	    top: 50%;
	    left: 10px;
	    margin-left: 20px;
	    white-space: nowrap;
	    font-size: 16px;
	    width: 45px;
	    height: 45px;
	    line-height: 45px;
	    padding:0 10px;
	    text-transform: uppercase;
	    -webkit-transform: translate(30px,-50%);
	    transform: translate(30px,-50%);
	    color: #fff;
	    background: rgba(54,54,61,1.0);
	    visibility: visible;
	    opacity: 1.0;
	    -webkit-filter: drop-shadow(2px 3px 8px rgba(0,0,0,0.00));
	    filter: drop-shadow(2px 3px 8px rgba(0,0,0,0.00));
	    transition: 0.3s all cubic-bezier(0.785,0.135,0.15,0.86);
	}

	.menu-top .menu-hamburger {
		display: inline-block;
	}

	.menu-top .logo{
		display: none;
	}

	.active-menu{
		left:0px;
	}
	
	.secondary-title {
		display: block;
	}	

	.social-wrapper{
		position: absolute;
		bottom:0px;
		right:60px;
		left:initial;
	    font-size: 20px;
	    width: 220px; 
	    height: 60px;
	    line-height: 60px;
	    transition: all 0.3s;	
	}

	ul.menu-social {
    	padding: 5px;
    	height: 60px;
    	padding:5px 5px 5px 30px;
	}

	ul.menu-social.open{
    	background: rgba(54,54,61,1.0);
	}
	/** nav **/



	/** columns **/


	.container{
		position: relative;
		top:0px;
		left:0px;
		z-index: 2;
		width: 100%;
		padding:80px 0 80px 0;
		/**border:1px solid blue;**/
	}

	/** Section **/
	.more {
		width:100%;
	}
	.more > div{
		background: #DC5D54;
		color: #ffffff;
		border: 0px;
		border-radius: 5px;
		cursor: pointer;
		display: block;
		line-height: 52px;
		text-align: center;
		text-transform: uppercase;
		transition: background ease .2s;
		width: 100%;
		padding: 0 0;
		margin-top: 30px;
		color: #FFF;
		font-size: 12px;
		letter-spacing: .05em;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	/** latest works **/

	#latest-works .featured-image{
		width: 100%;
		max-width: 100%;  
		cursor: pointer;
	}

	#latest-works .featured-image-center {
		width: 100%;
		min-width: 100%;
		cursor: pointer;  	
	}

	/** latest works **/

}

@media screen and (max-width: 320px) {
	#branding-slogan{
		text-align: center;
		color:#fff;
		margin:10px 0 0 0;
		font-size: 1em;
	}

	#branding-email {
		margin:10px 0 0 0;
	}
}