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

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* 	Blue = #008191
	Green = #7DAD25
	Brown = #444 (discontinued)
  Gray = #444;
	Yellow = #E4C948
	Background, Copy Yellow = #FAF4DA
	Form Field Yellow = #EFDF92
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
     box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
     display: block;
}
body {
   line-height: 1;
	 background-color:#444;
	 font-family:'Raleway', sans-serif;	 
	 font-weight:300;
	-webkit-font-feature-settings: "lnum";
       -moz-font-feature-settings: "lnum";
        -ms-font-feature-settings: "lnum";
         -o-font-feature-settings: "lnum";
            font-feature-settings: "lnum";
	 
}
.entry-meta {
    padding-top: 12px !important;
}
ol, ul {
     list-style: none;
}
blockquote, q {
     quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
     content: '';
     content: none;
}
a{
		-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration:none;
}
strong{
	font-weight:800;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}
a,.gallery .large img{
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor:pointer;
}
/* CSS Begin */
.modal{
	width:100%; height:100%;
	position:absolute;
	top:0;left:0;
	background-color:#fff;
	opacity:.7;
	display:none;
}
section,header{
	width:100%;
	float:left;
}
section#gallery{
	padding:0;
}
header.site-top{
	background-color:#444;
	position:fixed;
	z-index:10000;
  height:60px;
  padding:10px 5% 10px 5%;
}
.copy{	
	padding:20px;
	float:left;
}
.contact_form{
	padding:20px;
	float:left;
  width:100%;
}
.copy{
	width:100%;
}
.gallery{
	width:100%;
}
label,input,select,textarea{
	float:left; display:block;
	clear:both;
  width:100%;
  box-sizing:border-box;  
}
label{
	height:30px;
  padding-top: 5px;
}
input,select{
  padding:10px 5px;

}
input.website{
	display:none;
}
.half{
	float:left; display:block;
	width:100%; height:auto;
  margin-bottom:14px;
}
.title-unit{
	height:100%;
	float:left;
	width:100%;
	margin:0 auto;
	margin:25px 0;
	font-size:1.2em;
	display:table-cell;
	vertical-align:middle;
}

.site-top h1{
	font-size: 1.6em;
	font-weight:700;
	color:#fff;
	width:600px; height:30px;
	float:left;
    font-family: 'Raleway', san-serif;
	padding:10px 0;
}
h1 span.cursive{
	 font-family: 'Pacifico', cursive;
	 font-size:1em;
	 font-weight:normal;
}
/* ARTICLES */
#articles{
  background-color:#F2F7E9;	
}
article section{
  max-width:780px;  
  margin-right:20px;
}
article > header{
    background-color: transparent;
    position: static;
    z-index: 10000;
    margin:70px 0 20px;
}
article > header > h2{
  color: #005B66;
}
article > header >.by{
  color:rgba(80, 54, 37, .9);
  font-size:.85em;
  line-height:1.4em;
}
article aside{
    width:100%;    
    display:block;
    float:left;
    padding:10px;
    background-color:rgba(255,255,255,.5);    
    text-align:center;
    border:solid 1px rgba(88, 121, 26,.1);
}
article aside figure img{
  width:100%;
  max-width:380px;
}
article aside figcaption{
  font-size:.9em;
  color:#101010;
  line-height:1.2em;
  margin:6px auto 0;
  width:100%;  
  max-width:380px;
  text-align:left;
}
#articles h3{
  color:#005B66;
  margin-bottom:-10px;
}
#articles h3 sup{
  font-size:.8em;
}
#articles h4{
	color:rgb(88, 121, 26);
	font-size:1.3em;
	font-weight:700;
	margin:10px 0 10px;
  float:left;
}
#articles h5{
	color:rgb(88, 121, 26);
	font-size:1.1em;
	font-weight:400;
	margin:25px 0 10px;
  float:left;
  width:100%;
}
#articles h5 a{
  	color:rgb(88, 121, 26);
    font-size: 1.2em;
    font-weight: 600;
}
#articles h6{
    color:#222;
    font-weight:600;
    margin-bottom:5px;
}
#articles .copy p{
  color:#101010;
  line-height:1.4;
  float:left;
}
#articles .copy p a,article aside figcaption a{
   color:rgb(88, 121, 26);
}
#articles .copy p a:hover, #articles h5 a:hover{
   background-color:rgb(88, 121, 26);
   color:#fff;
}
#articles footer{
  float:left;
  width:100%;
  display:block;
  float:left;
  font-size:.8em;
  border-top: 1px solid green;
  padding:15px 0;
}
#footer a{
  color:#444;
}
#footer a:hover{
  text-decoration:underline;
  -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.5s ease;
}
/* TABLES */
table.pro-con{
  border-spacing:10px 0px;
  border-collapse: separate;
  margin-bottom:20px;
  float:left;
  width:100%;
  float:left;
  margin-left:-10px;
}
table.pro-con > thead td{
  color:#444;  
  font-weight:700;
  font-size:1.2em;
  text-transform: uppercase;
  border:0;
  margin-left:10px;
  width:100%;
}
table.pro-con thead tr:nth-child(odd) td.pro,table.pro-con thead tr:nth-child(odd) td.con{  
  background:transparent;
  padding-left:0;
}
table.pro-con td.pro{  
  background:url('../images/checkmark.png') no-repeat 10px center;
  padding-left:55px;
}
table.pro-con td.con{  
  background:url('../images/cross.png') no-repeat 5px center;
  padding-left:50px;
}
table.pro-con td{
  color:#111;
  padding:8px;
  line-height:1.4;
  vertical-align:middle;
  border:rgba(0,0,0,.2) solid 1px;
  width:100%;  
}
table.pro-con td.empty{
  border:0;
}
	/*  Define the background color for all the ODD background rows  */
	table.pro-con tr:nth-child(odd) td.pro{ 
		background-color: rgba(88, 121, 26,.1);
	}
	/*  Define the background color for all the EVEN background rows  */
	table.pro-con tr:nth-child(even) td.pro{
		background-color: rgba(88, 121, 26,.2);
	}
  /*  Define the background color for all the ODD background rows  */
	table.pro-con tr:nth-child(odd) td.con{ 
		background-color: rgba(80, 54, 37, .1)
	}
	/*  Define the background color for all the EVEN background rows  */
	table.pro-con tr:nth-child(even) td.con{
		background-color: rgba(80, 54, 37, .2)
	}


#process{
	background-color:#008191;
	color:#fff;	
	box-shadow: inset 0 7px 7px -7px rgba(0,0,0,0.9);
}
#contact{
	background-color:#444;
	margin-bottom:50px;
}
#website{
	background-color:#7DAD25;
	padding-top:50px;
}
.copy,.contact_form {
	color:rgba(255,255,255,.9);
}
#slide-optimize .copy{
	color:rgba(0,0,0,.9);
  font-weight:400;
}
#header{
	background-color:#A08D33;
}
/*----INDENTS----*/


/*----website details----*/

h2{
	margin-bottom:10px;
	 font-weight:600;
	 color: #fff;
	 font-size:2.3em;
	 color: rgba(0,0,0,0.4);
    text-shadow: 1px 1px 3px rgba(255,255,255,0.1);
}
#slide-optimize h2{
	 color:rgba(122, 111, 59,.8);
	 text-shadow: 1px 1px 3px rgba(255,255,255,0.2);
}


h3{
	color:#E4C948;
	font-size:1.4em;
	}
#gallery{
	background-color:#000;	
    box-shadow:0 0 5px rgba(0,0,0,0.8);
}
.gallery{
	width:100%; height:auto;
	overflow:hidden;
	float:left;
	position:relative;
	padding:0;margin:0;
}
.gallery nav{
	width: 525px; height: 125px;
	padding-left:100px;
	float:left;
	display:block;
}
.gallery nav a{
	width:125px;
	display:block;
	float:left;
	z-index:900;
	opacity:.8;
	margin:15px 25px 15px 14px;
	position:relative;
	outline:none;
	 -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.gallery nav a.active,.gallery nav a:hover{
 -webkit-box-shadow:0 1px 4px rgba(255,255,255, 0.5), 0 0 40px rgba(0, 0, 0, 0.4) inset;
       -moz-box-shadow:0 1px 4px rgba(255,255,255, 0.5), 0 0 40px rgba(0, 0, 0, 0.4) inset;
            box-shadow:0 1px 4px rgba(255,255,255, 0.5), 0 0 40px rgba(0, 0, 0, 0.4) inset;
	
}
.gallery .large{
	width:100%; height:auto;	
	opacity:1;
	position:relative;  
	float:left;
	text-align:left;
	background-color:rgba(0,0,0,.4);
	overflow:hidden;
}
.gallery .large img:hover{
	opacity:1;
	box-shadow:0 0 20px rgba(0,0,0,0.6);
}
.gallery .large img{
	display:block;
	opacity:.8;
	float:left;
  width:100%;
}
.site_descrip{
	color:#fff;
	text-decoration:none;
	font-size:.9em;
	line-height:1.3;
	width:100%; height:auto;
	float:left;
	padding:20px 10px 10px 10px;
	display:block;
}
h4{
	color:#fff;
	font-size:1.5em;
	font-weight:700;
	margin-bottom:10px;
}
.site_descrip p{
	margin-bottom:8px;
  font-weight:300;
}
.site_descrip .site_name{
	text-decoration:underline;
}

.gallery a.large:hover >.site_descrip.active{
	display:block;
				-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.5s ease;
}
.gallery nav a img.thumb{
	display:block;
	float:left;
}

.gallery nav a.active:before, .gallery nav a.active:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.gallery nav a.active:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
#website{
	height:auto;
	float:left;
}
#website h2{
	margin-bottom:10px;
	 font-weight:600;
	 color: #fff;
	 font-size:2.5em;
	 color: rgba(0,0,0,0.4);
    text-shadow: 1px 1px 3px rgba(255,255,255,0.1);
}
#website h3{
	color:#E4C948;
	font-size:1.4em;
  font-weight:300;
}
.copy .content{
	width:100%;
	float:left;
	display:block;		
}

#header .copy, nav a.header{
	background-color:#E4C948;
	color: #FAF4DA;
	}
#header .cursive{
	 font-family: 'Pacifico', cursive;
	 font-weight:400;
}
#header h2{
	 font-family: 'raleway',sans-serif;
	 font-size:1.7em;
}

.copy p{
	margin-bottom:16px;
	line-height:1.2em;
	width:100%;
	float:left;
  font-weight:400;
}

#footer{
	height:30px; width:100%;
	position:fixed;
	bottom:0; left:0;
	background-color:#E4C948;
	color:rgba(0,0,0,0.4);
	line-height:30px;
	text-indent:30px;
	font-weight:700;
	text-shadow: 1px 1px 3px rgba(255,255,255,0.2);
}
/*--Sliders--*/
#process .copy{
	width:100%;
  padding:20px;
}
.slider{
	width:100%; height:auto;
	float:left;
	overflow:hidden;
	position:relative;
			-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor:pointer;
	box-shadow: inset 0 7px 7px -7px rgba(0,0,0,0.9);
}
#slide-process{
	box-shadow:0 0 0;
}
.slider .copy{
	display:none;	
}
.slider.active{
	width: 100%;	
	cursor:default;
	box-shadow:0 0 0;
}
.slider.active .copy{
	display:block;
}
a.next,a.prev{	
	font-size:2em;
	color:#fff;
	text-decoration:none;
	outline:none;
	width:100%; height:50px;
	float:left; display:block;
	line-height:50px;
	opacity:.2;
	background-color:#333;
	text-align:center;
}
a.next span.right-arrow,a.prev span.left-arrow{	
  display:none;
}
a.next{
	top:0; right:0;
}
a.prev{
	top:0; left:0;
}
a.next:hover,a.prev:hover{
	opacity:.6;
}
a.next, a.prev{
	display:none;
}
.slider.active a.next, .slider.active a.prev{
	display:block;
}
.book-text{
	text-transform:uppercase;
	font-size:2em;
	font-weight:700;
    color: rgba(0,0,0,0.4);
    text-shadow: 1px 1px 3px rgba(255,255,255,0.1);
	text-align:center;
	width:100%; height:60px;
  line-height:60px;
  float:left;
  display:block;
}

.slider.active > .book-text{
	display:none;
}

#slide-design{
	background-color:#005B66;
	 color:#38261A;
}
#slide-optimize h3{
	color:#444;
}
#slide-develop{
	background-color:#444;
}
#slide-optimize{
	background-color:#E4C948;
}
#slide-market{
	background-color:#58791A;
}
#submit{
	width:100%;height:40px;
	font-weight:700;
	background-color:rgba(125, 173, 37,.7);
	border:none;
	color:#fff;
  margin:10px 0;
}
#submit:hover{
	background-color:rgba(125,173,37,1);
}

@media screen and (min-width: 450px) {	
  .gallery .large {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 10px 0;
      overflow: visible;
      border-bottom: 1px #333 solid;
  }
 .gallery .large img{
    width:450px;
    margin:0 auto;
    float:none;
  }
  .site_descrip{
    float:none;
    width:450px;
    margin:0 auto;
  }
}
@media screen and (min-width: 768px) {	
    .gallery{
      text-align:center;
    }

  section#process{
    padding:0 0 0 calc(50% - 512px);  
  }
  .slider {
    width: 100px;
    height: 670px;
    float: left;
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
 a.next,a.prev{
    position:absolute;
    font-size:2em;
    color:#fff;
    text-decoration:none;
    outline:none;
    width:50px; height:100%;
    float:left; display:block;
    line-height:400px;
    opacity:.2;
    background-color:#333;
    text-align:center;
   }
  a.next{
    top:0; right:0;
  }
  a.prev{
    top:0; left:0;
  }
  /* Slider Section*/
.slider{
	width:100px;
}
	.slider.active
	{
	  width: calc(100% - 450px);
	  padding-left: 25px;
	  cursor: default;
	}
	.slider.active .copy{
		width:80%;
	}
  .book-text{
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	text-transform:uppercase;
	font-size:2em;
	font-weight:700;
    color: rgba(0,0,0,0.4);
    text-shadow: 1px 1px 3px rgba(255,255,255,0.1);
	position:absolute;
	left:-70px; bottom:120px;
	text-align:left;
	width:250px; height:40px;
  line-height:30px;
  }
 a.next span.right-arrow,a.prev span.left-arrow{	
  display:block;
  }
  a.next span.down-arrow,a.prev span.up-arrow{	
  display:none;
  }
  a.next, a.prev{
	display:none;
  }
  .slider.active a.next, .slider.active a.prev{
    display:block;
  }
  #process .slider .copy{
     padding:20px 60px 0 40px;
  }
  #process .slider:first-child .copy{
    padding-left:0;
  }
}
@media screen and (min-width: 1024px) {
/* Articles */
article section{
  width:100%;  
}  
  header, section{
    	padding:10px 0 10px calc(50% - 512px);  
  }
  #process .slider .copy{
     width:574px;  
  }
   #process .slider.active {
    width: 574px;
  }
  .copy .content {
    width: 48%;
    float: left;
    display: block;
    margin: 30px 2% 0 0;
}
#contact .copy .content {
    width: 100%;
}
/* Top/Gallery Section */
	h1{
		padding-left:20px;
	}
  .title-unit{
	height:100%;
	float:left;
	width:100%;
	margin-right:2%;
	margin:25px 0;
	font-size:1.2em;
	display:table-cell;
	vertical-align:middle;
  }
  #website .title-unit{
    width:25%;
  }
	#website .copy,#contact .copy{		
		margin:0;
	}
  #contact .copy{
    width:50%;
  }
	.gallery{
		width:100%; height:auto;	
		margin:0 auto;
		overflow:visible;
	}
	.gallery .site_descrip{
		width:100%;
    max-width:450px;
		height:auto;
		overflow:visible;
		padding:5%;
    opacity:0;
    position:absolute;
    bottom:0;
    left:0; right:0;
    background-color:rgba(68,68,68,.8);
    transition: all 500ms ease;
	}
	.gallery a.large{
		margin-left:0;
		width:33%; height:auto;
		overflow:visible;
    position:relative;
    float:left;
    display:block;
	}
	.gallery a.large img{
		width:100%; height:auto;
		max-width:450px;
		margin:0 auto;
		image-rendering: pixelated;
	}
	.gallery nav{
		width:100%; height:auto;
		padding-left:0;
	}
	.gallery nav a{
		margin:10px;
	}	
  .gallery a.large:hover div.site_descrip{
		opacity:1;   
	}
  .slider {
    height: 400px;
  }
 
  .contact_form{
    width:50%;
    padding-top: 80px;
  }
  .half{
    float:left; display:block;
    width:45%; height:65px;
    margin-right:5%;
  }
}	
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery .large{
		width:100%; height:auto;	
		margin:0 auto;
    padding:10px 0;
		overflow:visible;
    border-bottom:1px #333 solid;    
	}
  .gallery .large img{
    width:450px;
    margin:0 auto;
    float:none;
  }
  .site_descrip{
    float:none;
    width:450px;
    margin:0 auto;
  }
  article aside{
    width:100%;
    text-align:center;
  }
  article aside figure{    
    float:none;
    margin:0 auto;
  }
  article aside figurecaption{
    
  }
}
@media screen and (min-width: 1200px) {
   #process .slider .copy{
     padding:20px 80px 0 40px;
  }
    #process .slider .copy{
     width:750px;  
  }
   #process .slider.active {
    width: 750px;
  }
  header, section{
    	padding:10px calc(50% - 600px) 10px calc(50% - 600px);  
  }
  section#process{
    padding:0 calc(50% - 600px) 0 calc(50% - 600px); 
  }
  .gallery{
        float: none;
      text-align: center;
      width: 1350px;
  }
  article > p{
    max-width:680px;
  }
  article section{
      max-width: 680px;
    }
  article aside{
      width:450px;
      margin-bottom:10px;
    }
}