/*

Template: Cinemagraph
Template Demo: http://www.pixel-perfect.me/themes/cinemagraph
Author: PixelPerfect
Author website: http://www.pixel-perfect.me

Content:

 1 - Basic
 2 - Home
 3 - About
 4 - Team
 5 - Services
 6 - Portfolio
 7 - Tweets
 8 - Contact
 9 - Footer
10 - Responsive

*/


/*===================
        BASIC
====================*/
@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

@font-face {
    font-family: 'journal';
    src: url('../fonts/journal-webfont.eot');
    src: url('../fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/journal-webfont.woff') format('woff'),
         url('../fonts/journal-webfont.ttf') format('truetype'),
         url('../fonts/journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Open Sans';
	font-weight: 300;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}
a {
	outline: 0;
}
.error {
	outline: 2px auto #FF0000;
	outline-offset: 10px; /* Delete if you don't want an offset */
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
a[href='#top'] {
	display: none;
}
#mask {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #fff;
}
#mask img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform:			translate(-50%, -50%);
	-webkit-transform:	translate(-50%, -50%);
	-moz-transform:		translate(-50%, -50%);
	-ms-transform:		translate(-50%, -50%);
	-o-transform:		translate(-50%, -50%);
	width: 50px;
	height: 50px;
}
.hidden {
	display: none;
}
.scroll-top {
	position: fixed;
	display: inline;
	background-color: #333;
	opacity: 0.5;
	padding: 10px 15px;
	right: 20px;
	bottom: 20px;
	z-index: 1000005;
	border-radius: 5px;
}
.scroll-top:hover {
	opacity: 0.7;
}
.scroll-top i {
	color: #FFF;
}
.progressBar {
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
}

.progressBar div {
	position: relative;
	height: 100%;
	color: #fff;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	width: 0;
}
.progressBar div .progress-title {
	position: absolute;
	left: 10px;
}
.round-orange {
	border-radius: 10px;
	background-color: #e6e5e2;	
}

.round-orange div {
	border-radius: 9px;	
	background-color: rgba(255, 153, 51, 1);
}
a {
	text-decoration: none;
}

html, body, .home, .home .overlay {
	width: 100%;
	height: 100%;
}
body, ul, ol, dd, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

/*===================
        HOME
====================*/
.vignette {
	-webkit-box-shadow: inset 0px 0px 85px rgba(0,0,0,0.4);
	-moz-box-shadow:    inset 0px 0px 85px rgba(0,0,0,0.4);
	box-shadow:         inset 0px 0px 85px rgba(0,0,0,0.4);
}
.screen {
	width: 100%;
	.min-height: 100%;
	overflow: hidden;
}
.content {
	position: relative;
	width: 80%;
	min-height: 100%;
	margin: 0 auto;
	padding-top: 110px;
	padding-bottom: 20px;
	opacity: 0;
}
.visible {
	opacity: 1;
}
.branding .company-name, .branding .slogan {
	color: #fff;
	font-weight: 600;
}
.branding.with-logo {
	width: 40%;
}
.branding .logo {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 3px;
	.display: none;	/* remove this line if you want to display logo */
}
.branding .slogan {
	font-size: 12px;
}
.home {
	position: relative;
	overflow: hidden;
}
.home-bg {
	width: 100%;
	height: 100%;
	background-image: url(../images/streetwind2.gif);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.overlay {
	position: absolute;
	background-image:url(../images/pattern.png);
	background-repeat: repeat;
	z-index: 1;
}
.home .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform:			translate(-50%, -50%);
	-webkit-transform:	translate(-50%, -50%);
	-moz-transform:		translate(-50%, -50%);
	-ms-transform:		translate(-50%, -50%);
	-o-transform:		translate(-50%, -50%);
	
	-webkit-font-smoothing: subpixel-antialiased;
	width: 80%;
	text-align: center;
	display: block;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	z-index: 2;
}
.home .text .animated {
	-webkit-animation-duration:	3s;
	-moz-animation-duration:	3s;
	-o-animation-duration:		3s;
	animation-duration:			3s;
}
.home .text .title {
	font-size: 100px;
	opacity: 0;
	font-weight: 600 !important;
}
.home .text .subtitle {
	font-size: 30px;
	opacity: 0;
	font-weight: 400 !important;
}
.home header {
	position: absolute;
	width: 100%;
	padding: 10px 0;
	z-index: 1000007;
}
.home .top .branding {
	position: relative;
	float: left;
}
.home .bottom .branding {
	display: none;
}
.home header .header-content {
	width: 80%;
	margin: 0 auto;
	position:relative;
	top:0px;
	right:0px;
}
.top {
	position: fixed !important;
	top: 0;
}
.top .transparent {
	opacity: 0.7 !important;
}
.bottom {
	bottom: 0;
}
.home header .transparent {
	background-color: #000;
	opacity: 0.4;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.home nav {
	position: relative;
}
.home nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.scroll-nav {
	float: right;
	top:10px;
}
.scroll-nav ul {
	text-align: right !important;
}
.home nav ul li {
	display: inline-block;
	color: #fff;
	padding: 5px;
	border-bottom: solid 3px rgba(255, 153, 51, 0);
}
.home nav ul li a {
	color: #fff;
	font-weight: 600;
}
.home nav ul li a:active {
	color: rgba(255, 153, 51, 1);
}
.home nav ul li:hover {
	color: rgba(255, 153, 51, 1);
	border-bottom: solid 3px rgba(255, 153, 51, 1);
	
	transition: border-color 0.5s linear;
	-moz-transition: border-color 0.5s linear;    /* FF3.7+ */
	-o-transition: border-color 0.5s linear;      /* Opera 10.5 */
	-webkit-transition: border-color 0.5s linear; /* Saf3.2+, Chrome */
}
.active {
	border-bottom: solid 3px rgba(255, 153, 51, 1) !important;
}

/*===================
        ABOUT
====================*/
#about .about-text {
	width: 50%;
	background-color: #09C;
}
#about #who-we-are {
	line-height: 28px;
}
#about #what-we-do {
	margin-top: 80px;
}
#about #what-we-do .col3 {
	margin-bottom: 20px;
}
#about #what-we-do .do i {
	transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;    /* FF3.7+ */
	-o-transition: color 0.5s ease-in-out;      /* Opera 10.5 */
	-webkit-transition: color 0.5s ease-in-out; /* Saf3.2+, Chrome */ 
}
#about #what-we-do .do:hover i {
	color: rgba(255, 153, 51, 1);
}
#about #what-we-do .do i, #about #what-we-do .do .do-title, #about #what-we-do .do .do-text {
	width: 100%;
	text-align: center;
}
#about #who-we-are #wwa-title, #about #skills #skills-title, #about #what-we-do .do .do-title {
	margin-bottom: 20px;
	color: rgba(255, 153, 51, 1);
	font-weight: 300;
}
#about #what-we-do .do .do-text {
	font-size: 14px;
	line-height: 22px;
}

/*===================
        TEAM
====================*/
#team {
	height: 100%;
}
#team .content {
	width: 100% !important;
	padding-top: 0;
}
#team .left {
	position: absolute;
	width: 45%;
	height: 100%;
	left: 10%;
	top: 110px;
}
.da-slider{
	width: 100%;
	.min-width: 520px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../images/squairy_light.png) repeat 0% 0%;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .social,
.da-slide .da-img{
	position: relative;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .social{
	left: 10%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide h2{
	color: #fff;
	font-size: 66px;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-weight: 700;
}
.da-slide p{
	margin-bottom: 20px;
	opacity: 0;
	left: 110%;
	font-size: 18px;
	line-height: 26px;
	overflow: hidden;
	font-weight: 300;
}
.da-slide .team-position {
	font-style: italic;
	margin-bottom: 50px;
	color: rgba(255, 153, 51, 1);
}
.da-slide .social i {
	color: #333 !important;
	padding: 10px 5px 0 5px;
}
.da-slide .social i:hover {
	color: rgba(255, 153, 51, 1) !important;
}
.da-slide .da-img{
	max-height: 100%;
	top: 70px;
	line-height: 320px;
	left: 110%; /*60%*/
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e4b42d;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #e4b42d;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .social,
.da-slide-current .social{
	left: 10%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 60%;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right */
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .social{
	-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .social{
	-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
	animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
	animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .social{
	-webkit-animation: toRightAnim3 0.4s ease-in both;
	-moz-animation: toRightAnim3 0.4s ease-in both;
	-o-animation: toRightAnim3 0.4s ease-in both;
	-ms-animation: toRightAnim3 0.4s ease-in both;
	animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in both;
	-moz-animation: toRightAnim4 0.6s ease-in both;
	-o-animation: toRightAnim4 0.6s ease-in both;
	-ms-animation: toRightAnim4 0.6s ease-in both;
	animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .social{
	-webkit-animation: toLeftAnim3 0.4s ease-in both;
	-moz-animation: toLeftAnim3 0.4s ease-in both;
	-o-animation: toLeftAnim3 0.4s ease-in both;
	-ms-animation: toLeftAnim3 0.4s ease-in both;
	animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

/*======================
        SERVICES
=======================*/
#services .service {
	text-align: center;
}
#services .service {
	margin-bottom: 20px;
}
#services .service i {
	background-color: rgba(255, 153, 51, 1);
	color: #fff;
	padding: 20px;
	width: 50%;
	position: relative;
}
#services .service i:after {
	border-top: 10px solid #fff;
	border-top: 10px solid rgba(255, 153, 51, 1);
	border-right: 10px solid transparent;
	bottom: -10px;
	content: '';
	position: absolute;
	left: 0;
	height: 0;
	width: 0;
}
#services .service h3 {
	font-weight: 600;
	margin: 15px 0;
}
#services .service p {
	font-size: 14px;
}
#services .onerow {
	margin: 10px 0 40px 0 !important;
}

/*====================
        TWEETS
=====================*/
#tweets {
	width: 100%;
	padding: 100px 0;
	background-image: url(../images/tweed.png);
}
#tweets #tweet {
	width: 80%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
#tweets #tweet:before {
	font-family: "FontAwesome";
	color: #55ACEE;
	content: "\f099";
	margin-right: 3px;
}

/*=======================
        PORTFOLIO
========================*/
#portfolio .content {
	width: 100% !important;
	padding-top: 80px;
}
#portfolio .content .item {
	margin: 1px;
}
#portfolio #filter {
    margin-bottom: 3px;
}
#portfolio #filter li {
    display: inline-block;
    margin-right: 15px;
}
#portfolio #filter a {
    color: #ccc;
}
#portfolio #filter a:hover {
    color: rgba(255, 153, 51, 1);
}
#portfolio #filter .active {
    font-weight: 400;
    color: rgba(255, 153, 51, 1);
}
#portfolio .item {
    width: 12%;
}
#portfolio #portfolio-list, #portfolio #filter {
    margin-left: 8px;
}
/* Portolio Hover */
.item img {
    height: 100%;
    width: auto;
}
.item {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.item article {
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
}
.item article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs {
	text-align:center;
}
.item article a {
	color:#fff;
	padding:20px;
	display:block;
}
.item article h3{
	color:#fff;
	padding-top:30px;
}
.item article em{
	margin-bottom:10px;
	color:#fff;
	display:block;
}
.item article span{
	display:inline-block;
}

span.link_post{
	width:35px;
	height:35px;
	background-color:#DF6232;
	border-radius:50px;
	cursor:pointer;
	margin-right:10px;
	background-image:url(../images/link_post_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	display: none !important; /* delete this line if you wish to enable link to post */
}

span.zoom{
	overflow:hidden;
	display:block;
	background-color:#DF6232;
	border-radius:50px;
	cursor:pointer;
	background-image:url(../images/zoom_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	color: #fff;
	padding: 5px;
	text-align: center;
}

.portfolio_2col article h3{
	padding-top:70px !important;
}

/* Image Grid */
.image_grid {
	float:left;
	overflow:hidden;
	width: 100%;
	position:relative;
}

.image_grid li{
	line-height: 17px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	margin-bottom:23px;
	text-align: center;
}
/* Isotope styles
---------------------------------------*/

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/*======================
        CONTACT
=======================*/
#contact {
	height: 100%;
}
#contact .content {
	width: 100% !important;
	padding: 0;
}
#contact #map {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#contact #contact-info {
	position: absolute;
	left: 50%;
	top: 50%;
	transform:			translate3d(-50%, -50%, 0);
	-webkit-transform:	translate3d(-50%, -50%, 0);
	-moz-transform:		translate3d(-50%, -50%, 0);
	-ms-transform:		translate3d(-50%, -50%, 0);	
	-o-transform:		translate3d(-50%, -50%, 0);
	
	padding: 20px;
	width: 60%;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	z-index: 1000004 !important;
}
#contact #contact-info .ie-bg {
    display: none;
}
#contact #contact-info a {
	color: #FF8800;
}
#contact #contact-info a:hover {
	color: #FFBB33;
}
#contact #contact-info dd {
	padding-bottom: 5px;
	color: #888;
}
#contact #contact-info dt {
	color: #333;
	font-weight: 400;
}
#contact #contact-info #e-mail {
	cursor: pointer;
}
#contact h2 {
	position: absolute;
	z-index: 1000005;
	color: #333;
	font-family: "journal";
	top: 110px;
	right: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	width: 65px;
	line-height: 18px;
}
#contact #contact-form {
	top: 100px;
	right: -220px;
	float: right;
	position: relative;
	z-index: 1000006;
}
#contact #show-form {
	float: left;
	padding: 15px 10px;
	background-color: #000;
	opacity: 0.7;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
}
#contact #show-form i {
	color: #fff;
}
#contact #form {
	float: right;
	width: 200px;
	background-color: rgba(0,0,0,0.7);
	padding: 10px;
}
#contact #form label {
	width: 100%;
	color: #fff;
	font-size: 14px;
	display: none;
}
#contact #form .field {
	width: 98%;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 2px;
	border: solid 1px #333;
}
#contact #status {
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 30px;
	width: 50px;
	color: #fff;
	font-size: 12px;
}

/*====================
        FOOTER
=====================*/
#footer {
	background-image: url(../images/tweed.png);
	background-repeat: repeat;
	border-top: solid 3px #333;
}
#footer .content {
	padding: 20px;
}
#footer .social, #footer .copyright {
	float: right;
	width: 100%;
	text-align: right;
}
#footer a {
	color: #ccc;
}
#footer .social i {
	color: #fff;
	text-shadow: 0 1px 0 #333;
	line-height: 33px;
	margin-left: 5px;
}
#footer a:hover, #footer .social i:hover {
	color: rgba(255, 153, 51, 1);
}
#footer .copyright {
	font-size: 13px;
	color: #fff;
}
.mobile-menu {
	display: none !important;
}

/*========================
        RESPONSIVE
=========================*/
@media all and (max-width : 768px) {
	.vignette {
		box-shadow: none;
	}
	#home .text {
		background-color: rgba(0,0,0,0.3);
	}
	#home .title, #home .subtitle {
		text-shadow: none;
	}
	#about #who-we-are p {
		font-size: 14px;
	}
	.content {
		padding-top: 20px;
	}
	.branding {
		display: none !important;
	}
	.scroll-nav {
		float: none !important;
		width: 100%;
	}
	.mobile-menu {
		display: inline !important;
		float: right;
		margin-right: 20px;
		padding: 15px;
		background-color: #000;
		opacity: 0.5;
		border-radius: 5px;
		color: #fff;
	}
	.mobile *:not(.mobile-menu) {
		display: none;
	}
	.mobile .header-content {
		width: 60% !important;
	}
	.mobile nav ul li {
		display: list-item !important;
		list-style: none;
		border: none !important;
		text-align: center;
	}
	.home .mobile .transparent {
		opacity: 0.6;
	}
	.active {
		border: none !important;
	}
	.active a, .active li:hover {
		color: rgb(255, 153, 51) !important;
	}
	#team {
		height: auto !important;
	}
	#team .team-name {
		font-size: 30px;
	}
	#team .team-description {
		display: none;
	}
	#team .da-arrows span {
		display: none;
	}
	.da-slide{
		position: relative;
		display: list-item;
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
		border-bottom: solid 1px #ccc;
	}
	.da-slide * {
		opacity: 1 !important;
		text-shadow: none !important;
	}
	.da-slide h2 {
		left: auto;
	}
	.da-slide p {
		left: auto;
		margin-bottom: 0;
	}
	#team .left {
		position: inherit;
		top: 0;
		left: 2%;
		width: 70%;
		height: auto;
	}
	#team .social {
		left: auto;
	}
	#team img {
		position: absolute;
		left: auto;
		right: 0;
		max-height: 100%;
		max-width: 30%;
		top: 0;
	}
	#team .da-dots {
		display: none;
	}
    #portfolio .item {
        width: 48%;
    }
	#contact #contact-info dl {
		font-size: 14px;
	}
	#contact #show-form {
		padding: 10px;
		border-radius: 5px;
		position: absolute;
	}
	#contact #show-form .fa-envelope:before {
		content: "\f00d";
	}
	#contact #show-form:hover .fa-envelope:before {
		content: "\f057";
	}
    #contact h2 {
        display: none;
    }
	#contact #contact-form {
	    position: fixed;
	    top: 0;
	    left: 0 !important;
	    right: 0 !important;
	    z-index: 1000008;
	    height: 100%;
	    overflow-y: scroll;
	    background-color: rgba(0,0,0,0.7);
	    display: none;
	}
	#contact #form {
		float: none;
		width: 250px;
	    padding: 10px;
	    text-align: center;
	    margin: 0 auto;
	}
	#footer .social, #footer .copyright {
		float: left;
		text-align: left;
	}
}
@media all and (min-width : 500px) and (max-width: 768px) {
	#team .da-slide {
		height: auto !important;
	}
	#team .da-slide p {
		margin-bottom: 20px;
	}
	#team .team-description {
		display: inline-block;
		font-size: 14px;
	}
}
@media screen and (min-width: 769px) and (max-width : 1080px) {
    #portfolio .item h3 {
        padding: 5px;
        font-size: 14px;
    }
    #portfolio .item em {
        font-size: 12px;
        margin-bottom: 5px;
    }
    #portfolio .item .zoom {
        padding: 0;
    }
}
@media screen and (min-width: 769px) and (max-width : 1000px) {
	.home header .header-content {
		width: auto;
		padding: 0 10px;
	}
}
@media all and (max-width : 910px) {
	.home .text .title {
		font-size: 80px;
	}
	.home .text .subtitle {
		font-size: 24px;
	}
}
@media all and (max-width : 720px) {
	.home .text .title {
		font-size: 60px;
	}
	.home .text .subtitle {
		font-size: 18px;
	}
}
@media all and (max-width : 540px) {
	.home .text .title {
		font-size: 40px;
	}
	.home .text .subtitle {
		font-size: 12px;
	}
}
@media all and (max-width : 359px) {
	.home .text .title {
		font-size: 35px;
	}
	.home .text .subtitle {
		font-size: 12px;
	}
}
