@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Muli:300,400,400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
html {
       overflow-y: scroll;
	   }

body {
	font-family:"Muli",Arial,Helvetica,Geneva,sans-serif;
	text-align: center;
	-webkit-backface-visibility:hidden;
    text-rendering: optimizeLegibility;
	padding: 0px;
	background-color:fff;
}


#main-contact img, #main img {
	-ms-interpolation-mode: bicubic;
	max-width:100%;
	margin:40px 45px 0 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#main .float-left, #main .float-right	{
max-width:50%;
}

#main .float-left	{
float: left;
margin: 12px 25px 5px 0;
}

#main .float-right
{
	float: right;
	margin: 12px 0px 10px 15px;
}



.shadow	{	-webkit-box-shadow: 2px 4px 16px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 4px 16px rgba(0,0,0,0.4);
	box-shadow: 2px 4px 16px rgba(0,0,0,0.4);
    border: 1px solid rgba(0,0,0,0.3);
}

#master {
	position: relative;
	max-width:1100px;
	margin: 0 auto;
	margin-top:10px;
	text-align: left;
	padding:0 4%;
}

header	{
background-image:url(../img/GSDesignBanner01-strip.png);
background-position:top right;
background-repeat:repeat-y;
	max-width:1100px;
	height:76px;
	margin:0 auto;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-top-right: 7px;
	border-radius-top-right: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-left-right: 7px;
	border-radius-top-left: 7px;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0,0,0,0.4);
    x-webkit-box-shadow: 2px 4px 16px rgba(0,0,0,0.4);
    x-moz-box-shadow: 2px 4px 16px rgba(0,0,0,0.4);
    box-shadow: 2px 4px 10px rgba(0,0,0,0.1);
}


#main	{
	float:left;
	max-width: 55%;
	overflow: hidden;
	position: relative;
	margin:0;
}
#main, #main-contact, #side	{
        padding-left:2%;
}

#main-contact	{
	float:left;
	max-width: 60%;
	margin:0;
}

.box
{
	max-width: 100%;
	margin-bottom: 50px;
	padding: 10px 20px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(1,42,114,0.2);
	background: rgba(255,255,255,0.5);
	-webkit-box-shadow: 3px 5px 16px rgba(0,0,0,.2);
	-moz-box-shadow: 3px 5px 16px rgba(0,0,0,.2);
	box-shadow: 3px 5px 16px rgba(0,0,0,.2);
}

blockquote    {
    margin-top:70px;
}


.no-border-left {
    padding: 0;
    margin: 90px 0 0;
    border-left: none;
}
.no-border-left p span {
    margin-left: 6px;
}


#side	{
	float:right;
	max-width:30%;
	padding-right:2%;
}

#sites	{
clear:both;
}
 
 figure	{
	 padding:0;
 
	 margin: 0;
}
 

 /*	contact form
========================================*/


#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	/* font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	border: 1px solid rgb(221, 221, 221);
	background:#F9F9F9;
	padding: 0 35px 10px 25px;
	margin: 30px 0 40px;
	max-width: 70%;
}

#contact-form label span {
	cursor:pointer;
	color: #616646;
	display:block;
	margin:5px 0;
	font-weight: 600;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding: 13px 0 7px 12px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width: 100px;
	display: block;
	border:none;
	background: #8a9165;
	background-image:linear-gradient(bottom, #77838d 0%, #929ba4 52%);
	background-image:-moz-linear-gradient(bottom, #77838d 0%, #929ba4 52%);
	background-image: -webkit-linear-gradient(bottom, #77838d 0%, #929ba4 52%);
	color:#FFF;
	margin: 0 auto 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background-image:linear-gradient(bottom, #6e7a84 0%, #8b949d 52%);
	background-image:-moz-linear-gradient(bottom, #6e7a84 0%, #8b949d 52%);
	background-image:-webkit-linear-gradient(bottom, #6e7a84 0%, #8b949d 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#9d9d9d;
}
:-moz-placeholder {
    color:#9d9d9d;
}
::-moz-placeholder {
    color:#89d9d9d88;
}
:-ms-input-placeholder {
    color:#9d9d9d;
}

 
 
/*	links
========================================*/


a, a:visited {
	font-weight:400;
	color: rgba(0, 0, 0, 0.84);
	text-decoration: none;
	border-bottom: dashed thin rgba(94, 73, 0, 0.92);
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.07s,0.1s;
	-webkit-transition-timing-function: linear,ease-in;
    -webkit-transition: color 0.6s ease-out;
    -moz-transition: color 0.6s ease-out;
	transition: 0.6s color ease-out;
	padding-bottom: 1px;
}

a:hover {
	color: #742503;
	border-bottom: none;
}

figure a:link	{
	border-bottom: none;
}

#main-contact figure img	{
	margin:0;
	padding:0;
}

footer  a	{
	color: rgba(0,0,0,0.7);
	border-bottom: none;
}

header a	{
	border-bottom: none;
}

a.gumroad-button	{
	border-bottom: none;

}

/* type ========================================*/

p, #main ul li	{
	font-size: 1em;
	line-height: 1.55em;
	margin: 0 0 0.8em 0;
	color:rgba(0,0,0,0.8);
	padding: 0;
}

#side p	{
		margin: 0 0 1.4em 0;
	line-height: 1.5;
}

blockquote p	{
	font-style:italic;
	font-weight:300;
}

blockquote p span
{
	font-style: normal;
	font-size: 0.75em;
	margin-left: 30px;
	color:rgba(0,0,0,1);
}

#main ul li	{
	margin:12px 0 12px 27px;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight:400;
	list-style:none;
}

	
.italic	{
font-style:italic;
}

.bold	{
font-weight:400;}

span.BodyTextBig	{
	font-family:"Open Sans",Arial,Helvetica,Geneva,sans-serif;	
	font-weight:600;
	font-size: 1.2em;
	color: rgba(112,126,140,0.7);
}

.website-we-created p	{
	text-align: left;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}


h1, h2, h3, h4, h5	{
	font-family:"Open Sans",Arial,Helvetica,Geneva,sans-serif;	
	font-weight:400;
	-webkit-font-smoothing:antialiased;
	color: #627180;
}

h1	{
	font-size: 1.3em;
	margin-top:40px;
	margin-bottom: 10px;
}

h1:first-child { 
	margin-top: 0;
}


h1+blockquote    {
    margin-top:0;
}

#contact-form h1	{
    margin-top: 10px;
}


h2	{
	font-size: 1.1em;
	margin:0;
	margin-top:30px;
	margin-left:27px;
	color: rgba(112,126,140,1);
}


h3	{
	font-size: 0.85em;
	line-height: 1.3em;
	color: #093764;
	margin:0;
	margin-bottom: 15px;
}

h4	{
	font-size: 1em;
	margin:0;
	margin-top:50px;
	margin-bottom:10px;
	color: rgba(74, 88, 102, 1);
}

h5	{
	font-size: 0.9em;
	line-height: 1.3em;
	color: rgba(62, 70, 78, 1);
	margin:0;
	margin-top:40px;
	margin-bottom: 15px;
	font-weight:600;
}

/* elastic navigation bar */

#navbar	{
max-width:1100px;
margin:0 auto;
margin-top:8px;
}

#nav,
#dropdown {
	list-style-type: none;
	overflow: hidden;
}
#nav ul	{
	line-height:45px;
}

#nav li {
margin:0 20px;
display: inline-block;
}
#nav li a {
	color: #000000;
	font-size: 0.75em;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	padding:3px 6px;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#nav li a:hover {
	color: #742503;
	text-decoration: none;
	background-color:rgba(185,192,198,0.3);
	}
	
	
#dropdown {
position: absolute;
display: none;
z-index: 50;
background:#fff;

}
#dropdown li {
float: none
}
#dropdown li a {
	color: #111111;
}
#meditate:hover #dropdown {
display: block
}


/*Highlighting current page on the navigation bar */
body#home a#homenav,
body#responsive a#responsivenav,
body#ebook a#ebooknav,
body#free a#freenav,
body#portfolio a#portfolionav,
body#contact a#connav {
	background-color:rgba(185,192,198,0.3);
}
/*End of Highlighting current page */

/* End of elastic navigation bar */


/* Collapse */

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}
/* End of Collepse */



.website-we-created {
	float:left;
	text-align: left;
	margin: 18px;
	display: block;
	width: 240px;
	height:160px;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.4);
	padding: 16px 16px 5px 16px;
	-webkit-box-shadow: 3px 5px 16px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 5px 16px rgba(0,0,0,0.1);
	box-shadow: 3px 5px 16px rgba(0,0,0,0.1);
	
}
.website-we-created img {
	float:left;
	margin:0 12px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:125px;
	height:125px;
}

footer {
	clear: both;
	background:#FFFFFF;
	font-size: 0.85em;
	color: #333366;
	text-decoration: none;
	width:100%;
	text-align: center;
	padding-top:50px;
} 

  @media (max-width: 768px) {
#main, #main-contact	{
	max-width: 98%;
}

#side	{
	float:left;
	max-width:98%;
	margin-top:20px;
}

.no-border-left {
display:none;
}

h4	{
	margin-top:30px;
}

  #carousel	{
  display: none;
  }
}


  @media (max-width: 44em) {
#navbar	{
text-align: center;
}

}

  @media (max-width: 600px) {

#contact-form {
	max-width: 100%;
}
}

  @media (max-width: 480px) {
	  
	  #main .float-left, #main .float-right	{
max-width:80%;
margin: 15px auto 20px;
display: block;
float: none;
}
	  
#main-contact img {
margin-right:15px;
}  
#main-contact	{
	padding-left:0;
}
.box	{
	margin-left:0px;
}

.website-we-created {
	float:none;
	text-align: left;
	margin: 35px auto;
	display: block;
}


}
  @media (max-width: 320px) {
 .website-we-created {
	margin: 15px auto;
	margin-left:7px;
	max-width: 100%;
}
#main	{
	padding: 0;
}
.box a	{
margin:0;
}
#main-contact img {
max-height:80%;
}  
#main ul li, h2	{
margin-left:5px;
}

	  #main .float-left, #main .float-right	{
max-width:100%;
}

 }
