@charset "utf-8";
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clearfix:before,
.clearfix:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clearfix:after {clear:both;}

.figure {margin:0px;}

img {max-width:100%;}

a, a:hover, a:active {outline:0px !important}

@font-face {
	font-family:'FontAwesome';
	src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');
	src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
}
h2 {
	font-size:34px;
	color:#222222;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing:-1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}
h3 {
	font-family:'Montserrat', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h6 {
	font-size:16px;
	color:#888888;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p {line-height:24px; margin:0;}


/* Header Styles
---------------------------------*/
.header {
	background-color:#3c0405;
	background-image:url(../images/header-bg.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	/*background:url(../images/pw_maze_black_2X.png) left top repeat;*/
	/*padding:280px 0;*/
	min-height:100%;
	padding:200px 0;
	text-align:center;
}
/*.logo {margin:0 auto 35px; width:130px;}*/
.logo {margin:0 auto 35px; width:200px;}
.header h1 {
	color:#fff;
	font-family:'Montserrat',sans-serif;
	font-size:50px;
	font-weight:400;
	letter-spacing:-1px;
	margin:0 0 22px 0 ;
}

.header2 {
	background-color:#3c0405;
	background-image:url(../images/header-bg.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	/*background:url(../images/pw_maze_black_2X.png) left top repeat;*/
	/*padding:280px 0;*/
	min-height:100%;
	padding:200px 0;
	text-align:center;
}
.header2 h1 {
	color:#fff;
	font-family:'Montserrat',sans-serif;
	font-size:50px;
	font-weight:400;
	letter-spacing:-1px;
	margin:0 0 22px 0 ;
}

.we-create {margin:35px 0 55px; padding:0;}
.wp-pic {margin-bottom:20px;}
.we-create li {
	display:inline-block;
	font-family:'Montserrat',sans-serif;
	font-size:20px;
	color:#bcbcbc;
	text-transform:uppercase;
	font-weight:400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child {background:none;}

.start-button {padding-left:0px;}
.start-button li a {color:#fff;}

.link {
	padding:15px 35px;
	background:#7cc576;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family:'Montserrat', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {background:#fff; color:#7cc576 !important; text-decoration:none;}

.link:active, .link:focus {background:#7cc576; color:#fff !important; text-decoration:none;}


/* Navigation
---------------------------------*/
.main-nav-outer {
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
}
.main-nav {
	text-align:center;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li {display:inline; margin:0 1px;}
.main-nav li a {
	display:inline-block;
	color:#222222;
	text-transform:uppercase;
	font-family:'Montserrat', sans-serif;
	text-decoration:none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover {color:#7cc576; text-decoration:none;}

.logo-small {padding:0 32px;}

.main-section {padding:90px 0 110px;}


/* Services
---------------------------------*/
.services-list {font-size:14px; margin-bottom:40px; padding:0 0 0 0;}
.services-list-col1 {float:left; width:60px;}
.services-list-col1 i {
	color:#222;
	display:block;
	font-family:'FontAwesome';
	font-size:38px;
	font-style:normal;
	line-height:38px;
}
.services-list-col2 {overflow:hidden;}
.main-section.alabaster {background:#fafafa;}

/* Featured Work
---------------------------------*/
.featured-work {
	font-size:14px;
}
.featured-work h2 {
	text-align:left;
}
.featured-box {
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3 {
	margin-bottom:5px;
}
.featured-box p {
	line-height:22px;
}
.featured-work p.padding-b {
	padding-bottom:35px;
}
.featured-box-col1 {
	width:60px;
	float:left;
}
.featured-box-col1 i {
	display:block;
	line-height:38px;
	font-family:'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2 {overflow:hidden;}
.featured-box.magic {
	background:url(../images/magic.png) left top no-repeat;
}
.featured-box.packaged {
	background:url(../images/packaged.png) left top no-repeat;
}
.featured-box.seo {
	background:url(../images/seo.png) left top no-repeat;
}
.Learn-More {
	display:inline-block;
	padding:0 5px 0 0;
	color:#7cc576;
	font-size:16px;
	text-transform:uppercase;
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display:none;
}
.Learn-More i {
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus {
	text-decoration:none;
	color:#111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav {
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li {
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a {
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family:'Montserrat', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover {
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer {
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box {
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img {
	margin-bottom:15px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {opacity:0.6;}
.Portfolio-box p {line-height:1.3;}
.Portfolio-nav li a.current {
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}
img {
	 max-width:100%;
}

/* no transition on .isotope container */

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

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

.main-section.paddind {padding-bottom:60px;}


/* Comedy
---------------------------------*/
.comedy-part {
	background:url(../images/comedy-background.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.comedy-part-head {
	color:#fdfdfd;
	font-family:''Open Sans',sans-serif';
	font-size:28px;
	font-style:italic;
	line-height:41px;
	margin:30px 0 10px;
}
.comedy {
	list-style:none;
	margin:20px 0 0;
	padding:0;
	text-align:center;
}
.comedy li {display:inline; margin:0 15px;}
.comedy li a {display:inline-block;}
.comedy li a img {border-radius:50%; margin-bottom:15px;}
.comedy li a:hover {text-decoration:none;}
.comedy li a h3 {color:#ffffff;}
.comedy li a span {color:#f1f1f1;}
.quote-right {
	border:2px solid #7cc576;
	border-radius:50%;
	color:#7cc576;
	cursor:pointer;
	display:block;
	font-size:27px;
	font-style:normal;
	height:68px;
	line-height:68px;
	margin:0 auto;
	text-align:center;
	transition:all 0.3s ease-in-out;
	width:68px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover {border:2px solid #fff; color:#fff;}

/*.c-logo-part {background:#7cc576; filter:alpha(opacity=60); padding:25px 0;}*/
.c-logo-part {background:#069; filter:alpha(opacity=60); padding:25px 0;}
.c-logo-part ul {list-style:none; margin:0; padding:0; text-align:center;}
.c-logo-part ul li {display:inline; margin:0 25px;}
.c-logo-part ul a {display:inline-block; margin:0 20px;}
.main-section.team {padding:85px 0;}
.main-section.team h6 {margin-bottom:40px;}


/* Team
---------------------------------*/
.team-leader-block {margin:0 auto; max-width:993px;}
.team-leader-box {
	float:left;
	/*height:490px;*/
	margin-right:3.82979%;
	overflow:hidden;
	text-align:center;
	width:30.66%;
}
.team-leader-box span {display:block; margin-bottom:24px;}
.team-leader-box:nth-of-type(3n+0) {margin:0;}
.team-leader {
	border-radius:50%;
	/*box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);*/
	box-shadow:0px 0px 0px 7px rgba(255,0,0,0.75);
	height:auto;
	margin:7px 7px 25px 7px;
	position:relative;
	width:auto;
}
.team-leader-shadow {
	border-radius:50%;
	height:100%;
	position:absolute;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	width:100%;
	z-index:10;
}
.team-leader-shadow a {
	display:block;
	height:100%;
	width:100%;
}
.team-leader:hover .team-leader-shadow {box-shadow:inset 0px 0px 0px 148px rgba(17,17,17,0.80);}
.team-leader:hover ul {display:block; opacity:1}
.team-leader img {border-radius:50%; display:block;}
.team-leader ul {
	display:block;
	left:0;
	list-style:none;
	margin:0;
	margin-top:-14px;
	opacity:0;
	padding:0;
	position:absolute;
	text-align:center;
	transition:all 0.6s ease-in-out;
	top:50%;
	width:100%;
	z-index:15;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li {display:inline; margin:0 11px;}
.team-leader ul li a {
	color:#fff;	
	display:inline-block;
	font-family:'FontAwesome';
	font-size:28px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus {text-decoration:none;}
.team-leader ul li a.fa-twitter:hover {color:#55acee;}
.team-leader ul li a.fa-facebook:hover {color:#3b5998;}
.team-leader ul li a.fa-pinterest:hover {color:#cb2026;}
.team-leader ul li a.fa-google-plus:hover {color:#dd4b39;}


/* Sections
---------------------------------*/
.section1 {
	background:url(../images/section1-bg.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.section1 h2 {
	color:#699;
	font-family:'Montserrat', sans-serif;
	font-size:42px;
	font-weight:700;
	margin:20px 0 70px;
	padding:0;
	text-transform:uppercase;
	text-shadow:1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.section2 {
	background:url(../images/section2-bg.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.section2 h2 {
	color:#c90;
	font-family:'Montserrat', sans-serif;
	font-size:42px;
	font-weight:700;
	margin:20px 0 70px;
	padding:0;
	text-transform:uppercase;
	text-shadow:1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.section3 {
	background:url(../images/section3-bg.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.section3 h2 {
	color:#06C;
	font-family:'Montserrat', sans-serif;
	font-size:42px;
	font-weight:700;
	margin:20px 0 70px;
	padding:0;
	text-transform:uppercase;
	text-shadow:1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}


/* Contact
---------------------------------*/
.main-section.contact {padding:90px 0 100px;}
.main-section.contact {background:url(../images/bg-map.png) left 190px no-repeat;}
.contact-info-box {font-size:15px; margin:0 0 14px 68px; padding-left:0;}
.contact-info-box h3 {
	float:left;
	font-size:15px;
	font-weight:400;
	line-height:28px;
	margin-right:12px;
	width:102px;
}
.contact-info-box h3 i {
	color:#222222;
	font-family:'FontAwesome';
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span {display:block; line-height:28px; overflow:hidden;}
.social-link {
	display:block;
	list-style:none;
	margin:0 0 0 68px;
	overflow:hidden;
	padding:35px 0;
}
.social-link li {float:left; margin-right:8px;}
.social-link li a {
	background:#222222;
	border-radius:50%;
	color:#fff;
	display:block;
	font-size:25px;
	height:50px;
	line-height:50px;
	text-align:center;
	transition:all 0.3s ease-in-out;
	width:50px;
}
.social-link li a:hover, .social-link li a:focus {text-decoration:none;}
.twitter a:hover {background:#55acee;}
.facebook a:hover {background:#3b5998;}
.pinterest a:hover {background:#cb2026;}
.gplus a:hover {background:#dd4b39;}
.dribbble a:hover {background:#ea4c89;}

.form {margin:0 66px 0 30px;}
.input-text {
	border:1px solid #ccc;
	border-radius:4px;
	color:#aaa;
	display:block;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	height:50px;
	margin:0 0 15px 0;
	padding:15px 16px;
	transition:all 0.3s ease-in-out;
	width:100%;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border:1px solid #7cc576;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}
.input-text.text-area {height:165px; overflow:auto; resize:none;}
.input-btn {
	background:#7cc576;
	border-radius:4px;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
	height:50px;
	text-transform:uppercase;
	border:0px;
	width:175px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-btn:hover {background:#090; color:#fff;}

.formError {color:#C00; font-weight:bold;}
.formErrorBg {
	background-color:#ffc;
	border:1px solid #C30;
	margin:15px auto 0;
	padding:7px 0 7px 12%;
	text-align:left;
	width:70%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px; /* future proofing */
	-khtml-border-radius:10px; /* for old Konqueror browsers */
}

/* Footer
---------------------------------*/
/*.footer {background:url(../images/pw_maze_black_2X.png) left top repeat; padding:35px 0 35px;}*/
/*.footer {background-color:#3c0405; padding:35px 0 35px;}*/
.footer {
	background-color:#3c0405;
	background-image:url(../images/header-bg.jpg);
	/*background-position: center center;*/
	background-position: top center;
	background-repeat:no-repeat;
	padding:35px 0 35px;
}
.footer-logo {margin:15px auto 35px; width:76px;}
.copyright {color:#cccccc; display:block; font-size:14px; text-align:center;}
.copyright a {
	color:#7cc576;
	font-weight:600;
	text-decoration:none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.copyright a:hover {color:#fff;}

.res-nav_click {
	color:#777777;
	display:none;
	font-family:'FontAwesome';
	font-size:38px;
	font-style:normal;
	height:27px;
	line-height:38px;
	margin:20px auto;
	text-decoration:none !important;
	width:42px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {color:#7cc576 !important;}

.portfolioContainer {max-width:1140px;}


/* Animation Timers
---------------------------------*/
.delay-02s {
	animation-delay:0.2s; 
	-webkit-animation-delay:0.2s; 
}
.delay-03s {
	animation-delay:0.3s; 
	-webkit-animation-delay:0.3s; 
}
.delay-04s {
	animation-delay:0.4s; 
	-webkit-animation-delay:0.4s; 
}
.delay-05s {
	animation-delay:0.5s; 
	-webkit-animation-delay:0.5s; 
}
.delay-06s {
	animation-delay:0.6s; 
	-webkit-animation-delay:0.6s; 
}
.delay-07s {
	animation-delay:0.7s; 
	-webkit-animation-delay:0.7s; 
}
.delay-08s {
	animation-delay:0.8s; 
	-webkit-animation-delay:0.8s; 
}
.delay-09s {
	animation-delay:0.9s; 
	-webkit-animation-delay:0.9s; 
}
.delay-1s {
	animation-delay:1s; 
	-webkit-animation-delay:1s; 
}
.delay-12s {
	animation-delay:1.2s; 
	-webkit-animation-delay:1.2s; 
}


/* I added these
---------------------------------*/
.map {
	border:1px solid #f03;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
