﻿

html {
	max-width:100%;
    margin: 0px;
    padding: 0px;
}

body {
	background: #1B2022;
	max-width:100%;
    margin: 0px !important;
    padding: 0px !important;
}

.page-wrap {
	background: #383838;
    width: 100%;
    margin: 0px;
    padding: 0px;
	display: block;
	overflow-x: hidden;
}

img {
	width: 100%;
	margin: 20px 0 20px 0;
}

p {
	color: #666;
	font-size: 1.2em !important;
	font-weight: 100 !important;
	font-family: 'Lato', 'sans-serif';
	
	
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-family: 'Lato', 'serif';
	font-weight: 400 !important;
	overflow: hidden;
}



ul {
	font-size: 1em;
	padding: 0;
}

li {
	font-size: 1em;
	font-family: 'Open Sans', 'sans-serif';
	color: #383838 !important;
	
}

.h2-link {
	font-family: 'Georgia', 'serif';
	font-size: 1.5em !important;
	font-weight: 200;
	vertical-align: middle;
	float: left;
	padding: 10px 10px 10px 0;
}

.header-link {
	font-family: 'Lato', 'serif';
}

a {
	font-family: 'Lato', 'sans-serif';
	color: #43b1e5;
	text-decoration: none;
	font-weight: 400;
}

a:hover {
	text-decoration: underline;
}



.custom-lists {
	font-size: 1em !important;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left: 0px !important;
	padding-left: 0px !important;
}

.custom-lists li{
	font-size: 1em !important;
	color: #383838 !important;
	padding-bottom: 5px !important;
	padding-top: 15px !important;
	list-style-type: none !important;
	margin-left: 0px !important;
	border-bottom: 1px solid #999;
	padding-left: 0px !important;
}

.spacer {
	
	overflow: hidden;
	width: 100%;
	text-align: center;
	height: 1px;
	background-position:center;
	background-repeat: no-repeat;
	padding: 20px 0 20px 0;
}

.thin-spacer {
	background: #ccc;
	overflow: hidden;
	width: 100%;
	text-align: center;
	height: 1px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.go-button {
	color: #fff;
	background: #43b1e5;
	font-family: 'Lato',sans-serif;
	font-size: 1.2px !important;
	padding: 10px;
	border-radius: 50% 50% 50% 50% ;
	
	display: inline-block;
	margin-top: 0;
}

.h1-link {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}



.go-button:hover  {
	background: #4CC3ED; !important;
	color: #fff !important;
	text-decoration: none !important;
}


.giant-text {
	font-size: 60px;
}

/*------------------------------------------------------header-img-wrap-------------------------------------------------*/

.img-wrap {
	background: url('images/wrap-background.jpg') top left repeat;
	/*background-attachment: fixed;*/
	background-attachment: fixed;
	background-position: center left; 
} 

.img-wrap-secondary {
	background: url('images/wrap-background.jpg') bottom left repeat;
	background-size: cover;
	padding: 60px 0 60px 0
} 

.img-wrap-local {
	background: url('images/wrap-background2.jpg') center left repeat;
	/*background-attachment: fixed;*/
	
	background-attachment: fixed;
	background-position: bottom left; 
} 


.inner-wrap-bigpic {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0;
}



#tagline-big {
	text-align: center;
	padding: 80px 0 80px 0!important;
}

#tagline-big-secondary {
	text-align: center;
	padding: 0px 20px 20px 20px !important;
}

#tagline-big-secondary h1{
	font-weight: 100 !important;
	font-size: 2em !important;
	color: #fff !important;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Fredericka the Great', 'serif';
}


#tagline-big img {
	margin-bottom: 60px;
}

#tagline-big h1{
	font-weight: 400 !important;
	font-size: 3em !important;
	color: #fff !important;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: 'Lato', 'serif';
}

#tagline-big h2{
	font-weight: normal !important;
	font-size: 1.5em !important;
	color: #fff !important;
}

#tagline-big p{
	color: #fff !important;
}

#look {
	color: #bbb;
}

.how-button {
	padding-top: 10px;
	text-align:center;
	padding-bottom: 100px;
	display: block;
	white-space:nowrap;
}

.how-button a{
	color: #fff;
	overflow: hidden;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 1em;
	text-decoration: none;
	padding: 8px 1em;
	border: 1px solid #43b1e5;
	border-radius: .5em;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	text-shadow: 0px -1px 0px #03567B;
	
	
background: #43b1e5; /* Old browsers */
background: -moz-linear-gradient(top,  #43b1e5 0%, #0074a3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43b1e5), color-stop(100%,#0074a3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #43b1e5 0%,#0074a3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #43b1e5 0%,#0074a3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #43b1e5 0%,#0074a3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #43b1e5 0%,#0074a3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b1e5', endColorstr='#0074a3',GradientType=0 ); /* IE6-9 */

}

.how-button a:hover {
	color: #fff !important;
	border: 1px solid #43b1e5;

background: #5cb6e0; /* Old browsers */
background: -moz-linear-gradient(top,  #5cb6e0 0%, #11789e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cb6e0), color-stop(100%,#11789e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5cb6e0 0%,#11789e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5cb6e0 0%,#11789e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5cb6e0 0%,#11789e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5cb6e0 0%,#11789e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb6e0', endColorstr='#11789e',GradientType=0 ); /* IE6-9 */
}



.dark-wrap {
	background: #383838;
	overflow: hidden;
	overflow: hidden;
}


.section-1-wrap {
	background: #fefefe;
	overflow: hidden;
	overflow: hidden;
}

.section-2-wrap {
	position: relative;
	z-index: 1000;
	background: #ededed;
	overflow: hidden;
}

.section-3-wrap {
	position: relative;
	z-index: 1000;
	background: #0074A2;
	overflow: hidden;
}

.section-3-wrap p {
	color: #fff;
}

.section-3-wrap h1 {
	color: #fff;
	font-size:120px;
	margin:0px;
}


.local-link {
	width: 150px;
	height: 150px;
	background-size: 150px 300px;
	background-position: 0 0;
	background-image: url('images/keeplocal.png');
	display: block;
	
}

.local-link:hover {
	background-position:0 -150px;
}



/*-----------------------------------------three homepage circle icons---------------------*/


.icons-images01 {
	width: 150px;
	height: 150px;
	background-size: 150px 300px;
	background-position: 0 0;
	background-image: url('images/booth-icon.png');
	display: block;
	margin: 20px auto;
}

.icons-link:hover .icons-images01 {
	background-position: 0 -150px;
}



.icons-images02 {
	width: 150px;
	height: 150px;
	background-size: 150px 300px;
	background-position: 0 0;
	background-image: url('images/prop-icon.png');
	display: block;
	margin: 20px auto;
}

.icons-link:hover .icons-images02 {
	background-position: 0 -150px;
}


.icons-images03 {
	width: 150px;
	height: 150px;
	background-size: 150px 300px;
	background-position: 0 0;
	background-image: url('images/party-icon.png');
	display: block;
	margin: 20px auto;
}

.icons-link:hover .icons-images03 {
	background-position: 0 -150px;
}


.icons-link {
	text-decoration: none !important;
	text-align: center;
	color: #43b1e5 !important;
}

.icons-title {
	color: #0074a2 !important;
}

.icons-link:hover .icons-title {
	color: #43b1e5 !important;
}


.section-2-wrap p {
	
}

.section-2-wrap h1 {
	
}


.inner-wrap {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 30px 0;
}


.content {
	margin: 0 30px;
	overflow: hidden;
}

.whole {
	width: 100%;
	float: left;
}

.half {
	width: 48%;
	float: left;
}

.two-third {
	width: 65.32%;
	float: left;
}

.third {
	width: 30.66%;
	float: left;
}

.first {
	margin-right: 4%;
}


#local-block {
	margin-bottom: 40px;
	color: #ccc;
}

#local-block h1 {
	color: #aaa;
}


/*-----------------------------------portfolio---------------------------------*/
.content-portfolio {
	text-align: center;
	padding: 2px;
	margin: 0 30px;
	overflow: hidden;
}

.content-portfolio img {
	width: 100%;
	border: 1px solid #383838;
	margin: 20px 0;
}


.visit-button {
	text-align:center;
	padding-bottom: 16px;
}

.visit-button a{
	font-family: 'Open Sans', 'sans-serif';
	text-decoration: none;
	font-size: 1em;
	background: #43b1e5;
	padding: 8px 16px;
	border-radius: .6em;
	color: #fff;
}

.visit-button a:hover{
	background: #4CC3ED;
}




/*--------------------------------------nav & header---------------------------*/


.header {
	margin-top: ;
	background: #1b2022;
	overflow: hidden;
}


#inner-wrap-header {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0;
	display: relative;
}

#my-logo {
	padding: 0 0 0 0;
	margin-right: 20px;
	float: left;
	font-size: 1em !important;
}

#logo-image {
	z-index: 10000;
	display: block;
	margin: 0 auto;
	width: 150px;
	height:50px;
	background-image:url('images/logo.png');
	background-size: 300px 50px;
	background-position: 0 0px;
}

#logo-image:hover {
	background-position: 150px 0px;
}


#logo-image-robot {
	z-index: 10000;
	display: block;
	margin: 0 auto;
	width: 52px;
	height:70px;
	background-image:url('images/logo.png');
	background-position: 0 0px;
}

#logo-image-robot:hover {
	background-position: 0 -70px;
}

#my-custom-nav {
	display: inline-block;
	float: left;
	margin: 30px 0 0 0;
	
}

#my-custom-nav li {
	font-size: 1em;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px !important;
}

#my-custom-nav li a {
	color: #43b1e5;
	padding: 32px 15px 30px 15px;
	margin: 0px;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}

#my-custom-nav li a:hover {
	color: #fff;
	background: #43b1e5;
	text-decoration: none;
	
	
	
}

.active-menu {
	color: #fff !important;
	background: #43b1e5;
	text-decoration: none;
}


#header-contact-info {
	font-size: 1em !important;
	float: right;
	padding: 0px 30px 0 0;
	color: #999;
}

#header-contact-info a {
	display: inline;
	overflow: hidden;
}



#menu-toggle {
	padding: 0 0 0 0px;
	float: right;
	position: absolute;
	visibility: hidden;
	
}

#toggle-image {
	z-index: 10000;
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	background-image:url('images/toggle.png');
	background-position: 0 0px;
}

#mobile-menu-box {
	position: absolute;
	display: none;
}




/*---------------------------------------social links--------------------------------------*/

.social-contact-page {
	padding: 16px 30px 0 0;
}

.social-contact-page ul{
	float: left;
	text-decoration: none;
	list-style-position: inside;
	padding: 0;
	margin-top: 10px;
}

.social-contact-page li {
	overflow: hidden;
	display: inline;
	margin: 0 0 0 10px !important;
}


.social-wrap {
	padding: 5px 0 0 0;
	float: right;
}

.social-wrap ul{
	float: right;
	text-decoration: none;
	list-style-position: inside;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 8px;
}

.social-wrap li {
	overflow: hidden;
	display: inline;
	margin: 0 0 0 10px !important;
}

.social-wrap p {
	margin: 25px 0 8px 0;
}

.slide {
	-moz-transition: background 300ms ease-in-out;
    	-webkit-transition: background 300ms ease-in-out;
    	transition: background 300ms ease-in-out;  
}

.gplus-link {
	display: inline-block;
	background: url('images/gplus.png') no-repeat; 
	background-size: 58px 30px;
	width: 29px; 
	height: 30px;
	background-position: -29px 0;
	
}

.gplus-link:hover { 
	background-position: 0 0;
}

.twitter-link {
	display: inline-block;
	background: url('images/twitter.png') no-repeat; 
	width: 29px; 
	height: 30px;
	background-position: -29px 0;
	
}

.twitter-link:hover { 
	background-position: 0 0;
}

.fb-link {
	display: inline-block;
	background: url('images/facebook.png') no-repeat; 
	background-size: 58px 30px;
	width: 29px; 
	height: 30px;
	background-position: -29px 0;
	
}

.fb-link:hover { 
	background-position: 0 0;
}





/*-----------------------------------------box grid-----------------------------------*/




.gallery-description {
	text-align: center;
	width:100%;
	margin: 0 0 0 0;
}

.gallery-description p{
	margin: 0 auto;
	width: 70%;
}

.titles-portfolio {
	margin: 20px 0 20px 0;
}

.drop{
	-webkit-box-shadow: 0px 0px 9px #002e43;
	box-shadow: 0px 0px 9px #002e43;
} 

.view-img {
	color: #fff !important;
}

.boxgrid img {
	width: 220px;
	height: 220px;	
}

.img-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   
}

.section-wrap {
	text-align: center;
	width: 100%;
}

.boxgrid{
	display: inline-block;
	width: 220px;
	height: 220px;
	margin: 10px 10px 10px 10px;
	background:#4d4d4d;
	overflow: hidden;
	position: relative;
	
}
.boxgrid imgtest{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	
}

.boxcaption{
	float: left;
	position: absolute;
	background: #4d4d4d;
	height: 220px;
	width: 220px;
	opacity: 1 !important;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

 .captionfull .boxcaption {
 	top: 220px;
 	left: 0;
}

 .caption .boxcaption {
 	top: 220px;
 	left: 0;
}



/*-------------------------------blog----------------------------------*/

.outer-page-wrap {
	margin: 0 auto;
	background: #fefefe;
	overflow: hidden;
	overflow: hidden;
	/*background: url('http://lookshapedesign.com/images/wrap-background.png');*/
	background: #fff;
	background-attachment: fixed;
}

.inner-page-wrap {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	overflow: hidden;
}



.blog-wrap {
	width: 70%;
	overflow: hidden;
	padding: 10px 0 30px 0;
	float: right;
	background: #fff;
	margin: 30px 0;
}

.blog-content {
	padding: 0 30px;
	border-left: 1px solid #666;
}


.sidebar-wrap {
	width: 24.4%;
	/*overflow: hidden;*/
	padding: 30px 0 30px 0;
	float: left;
	background: #fff;
	color: #fff !important;
	margin: 30px 0 30px 30px;
}

.sidebar-content {
	padding: 0 0;
}

.post-info {
	font-style: italic;
	font-size: .9em !important;
}









/*select {
	width: 100%;
    padding:6px;
    margin: 0 auto 10px auto;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	font-size: 1.2em;
	font-family: 'Open Sans', 'sans-serif';
}

option {
	background: #001223;
}*/


.hidden_select_container {
	width: 0;
	height: 0;
	overflow: hidden;
}

.simpleselect,
.simpleselect * {
	box-sizing: content-box;
}

.simpleselect {
	position: relative;
	width: 100%;
	height: 38px;
	color: #666;
	font-size: 13px;
}

.simpleselect .options {
	width: 98%;
}

.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
    padding: 9px 10px;
    line-height: 18px;
    cursor: pointer;
}

.simpleselect .options .optgroup .optgroup-label {
	cursor: default;
	font-weight: bold;
}

.simpleselect .options .optgroup .option {
	padding-left: 20px;
}

.simpleselect .placeholder,
.simpleselect .options {
	background: #f8f8f8;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.simpleselect .placeholder {
	position: relative;
}

.simpleselect .placeholder:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 8px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA0Q0FGMUI4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA0Q0FGMUM4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDRDQUYxOThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDRDQUYxQThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8U8ZgAAAClSURBVHjaYpw7dw4DEggEYh4gXgwTYEGS5AfiyVD6FBDfBAkyISloB2JpqAlLgZgNWYENEGciKTYG4haYFSCVKA6BglIg3gdSIAHEfQzYASfj////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=") 0 center no-repeat;
}

.simpleselect .placeholder:hover {
	background: #fafafa;
}

.simpleselect .options {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.simpleselect .options .option.active {
	background: #666;
	color: #fff;
}

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
	background: #fafafa;
	color: #aaa;
	border-color: #eee;
	cursor: default;
}

.simpleselect.disabled .placeholder:after {
	opacity: .5;
}



















/*-----------------------------------------------------------footer----------------------------------------------*/

.footer {
	background: #1b2022;
	overflow: hidden;
}

.footer > * {
	font-size: .9em;
}


.footer p {
	color: #1B466D !important;
	margin: 5px 0 5px 0;
}

.footer a {
	overflow: hidden;
	color: #2D6FA0;
}

.footer a:hover {
	text-decoration: none;
	color: #3582BC;
}


.inner-wrap-footer {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}

.footer ul {
	margin: 5px 0 5px 0;
}

.footer-li {
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #8999A5 !important;
	display: inline;
}




#top-of-page {
	font-size: 1em;
	display: inline-block;
	
}

#top-of-page a {

}

#top-of-page li {
	font-size: 1em;
	display: inline;
	margin: 0 0 0 0;
}




.social-wrap-footer {
width: 100%;
}

.social-wrap-footer ul{
	text-decoration: none;
	list-style-position: inside;
	padding: 0;
	
}

.social-wrap-footer li {
	overflow: hidden;
	list-style-type: none;
	margin: 0 0 0 0 !important;
}



#footer-contact-info {
	padding: 0px 0px 0 0;
	color: #999;
	margin-top: 0px;
}

#footer-contact-info a {
	display: inline;
	overflow: hidden;
}



#copyright {
	
}


@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) { 

.inner-wrap {
	overflow: hidden;
	width: 100%;
}

.inner-wrap-footer {
	overflow: hidden;
	width: 100%;
}

.inner-wrap-bigpic {
	overflow: hidden;
	width: 100%;
}


#inner-wrap-header {
	overflow: hidden;
	width: 100%;
}


.social-wrap {
	padding: 0 30px 0 0;
	float: right;
	width: 100%;
}


#header-contact-info {
	font-size: 1em;
	padding: 0 30px 0 30px;
	color: #999;
	float: left;
}



/*---blog---*/

.inner-page-wrap {
	width: 100%;
	margin: 0 auto;
	background: #fefefe;
	overflow: hidden;
	overflow: hidden;
}

.blog-wrap {
	width: 72%;
	margin: 0;
}

.sidebar-wrap {
	width: 22%;
	margin: 0 0 30px 30px;
	
}







}



@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) { 

.inner-wrap {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 20px 0;
}


.left {
	text-align: center;
}

.right {
	text-align: center;
}



.half {
	width: 100%;
	float: left;
}

.third {
	width: 100%;
	float: left;
}

.two-third {
	width: 100%;
	float: left;
}

.first {
	margin-right: 0;
}


.phonecenter {
	text-align: center;
}



#menu-toggle {
	padding: 28px 0 0 0px;
	float: right;
	visibility: visible;
	position: relative;
}

#toggle-image {
	z-index: 10000;
	display: block;
	margin: 0 auto;
}


#mobile-menu-box {
	background: #1b2022;
	width: 100%;
	position: relative;
	display: block;
	padding: 30px 0 30px 0;
	margin-top: ;
}

#mobile-menu-box ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none !important;
}

#mobile-menu-box a {
	text-decoration: none;
	color: #8999a5;
	display: block;
	background: #262d30;
	margin-bottom: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	border-radius: 0.5em;
}


#mobile-menu-box a:hover {
	background: #2e3539;
}

#my-custom-nav {
	position: absolute;
	display: none;
}

.social-wrap {
	position: absolute;
	visibility: hidden;
	width: 0px !important;
	
}

.social-wrap ul {
	float: none;
}



#header-contact-info {
	position: absolute;
	visibility: hidden;
	width: 0px !important;
}


.header #inner-wrap-header {
	text-align: center !important;
	width: 100%;
}

#my-logo {
	padding: 0 0 0 0;
	float: left;
}

#my-custom-nav {
	float: none;
	padding: 0 0 0 0;
}

#my-custom-nav li {
	font-size: 1em;
	margin: 0 5px 0 5px;
}



.section-3-wrap h1 {
	font-size:60px;
}




#tagline-big h1{
	font-size: 1.5em !important;
}

#tagline-big h2{
	font-size: 1.2em !important;
}

.how-button {
	padding-bottom: 80px;
}


.inner-wrap-footer {
	width: 100%;
}


.go-button {

}


.h1-link {
	font-family: 'Georgia', 'serif';
	
	font-weight: 200;
	vertical-align: middle;
	
	padding: 10px;
}


/*---blog---*/

.blog-wrap {
	width: 100%;
	margin: 0;
}


.sidebar-wrap {
	width: 100%;
	
	padding: 0 0 0 0;
	float: left;
	background: #fff;
	color: #fff !important;
	margin: 0 0;
}


select {
    margin: 0 auto 8px auto;
}


}