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

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,
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;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 ********************
 * Main Styles
 ********************
*/


.pad_top1 {padding-top:5px;}
.link1 {font-weight:bold;color:#5d0800;text-decoration:none}
.link1:hover {text-decoration:underline}
.marg_right1 {margin-right:24px}
body {
	color:#2b2b2b;
	font-family: 'PT Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
  background: #430400;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover; 
}

#cover {
   position: absolute;
    top: 30px;
    bottom: 0;
    left: 30px;
    right: 30px;
    background: #111011;
    -moz-opacity: 0.40;
    opacity: 0.40;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover; 
}
#ov {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 30px;
    right: 30px;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#ov > img {	
  /* Set up positioning */
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
}
#slideimg0{
 background: url('../img/tumblr_mpp6l06zXi1st5lhmo1_801.jpg') no-repeat fixed;
 min-width: 100%;
 min-height: 100%;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
#slideimg1{
 background: url('../img/tumblr_mzgz5jwouC1st5lhmo1_1280bw.jpg') no-repeat fixed;
 min-width: 100%;
 min-height: 100%;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
#slideimg2{
 background: url('../img/tumblr_mtw81dbwCN1st5lhmo1_800.jpg') no-repeat fixed;
 min-width: 100%;
 min-height: 100%;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
#slideimg3{
 background: url('../img/tumblr_mpp6l06zXi1st5lhmo1_800.jpg') no-repeat fixed;
 min-width: 100%;
 min-height: 100%;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
.slide {
    border: none; 
    opacity: 0; 
    position: absolute; 
    top: 0; 
    left: 0;
    -webkit-transition: opacity 2s linear;
    -moz-transition: opacity 2s linear;
    -o-transition: opacity 2s linear;
    transition: opacity 2s linear;
}
.showMe {
   opacity: 1;
}
h1, h2, h3, h4, h5, h6, nav {
	font-family: 'PT Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size:2.6em;
	margin-bottom:1.4em;
}

h2 {
	font-size:2em;
	margin-bottom:1em;
  background: #c9a72f;
  padding: 5px 5px 5px 10px;
}

h3 {
	font-size:1.4em;
	margin-bottom:.6em;
}

a {
	color:#000000;
	text-decoration: none;
}

p {
	line-height: 1.5em;
	margin-bottom:2em;
}

a:hover {
	color: #2b2b2b;
}
#colPick{
z-index: 999;
}
.logo{
margin: 15px 0 0 0;
}

#wrap {
	width:98%;
	max-width: 1024px;
	position:relative;
	margin:auto;
	margin-top: 203px;
}

#about, #clients, #professionals, #portfolio-gallery, .bio {
	background:#fff !important;
	padding:2%;
	max-height: 600px;
}

#contact, #blog {
	background:#fff;
	padding:2%;
	max-height: 600px;
}


#home, #about, #professionals, #portfolio-gallery, #clients, #blog, #contact {
	width:96%;
	position:absolute;
	top:0;
	left:0;
}

#professionals,#portfolio-gallery {
	overflow:auto;
  margin-top: -10px;
}



#professionals .col1, #professionals .col2 {
	float:left;
}

#professionals .col1 {
	margin-right:4%;
	width:46%;
}

#professionals .col2 {
	width:50%;
}

#professionals .col2 li {
	list-style-type: none;
	line-height: 2.4em;
}
#professionals .col2 i {
margin: 0 10px 0 0;
}





#portfolio-gallery .col1, #portfolio-gallery .col2 {
	float:left;
}

#portfolio-gallery .col1 {
	margin-right:4%;
	width:46%;
}

#portfolio-gallery .col2 {
	width:50%;
}

#portfolio-gallery .col2 li {
	list-style-type: none;
	line-height: 2.4em;
}
#portfolio-gallery .col2 i {
margin: 0 10px 0 0;
}








#about, #professionals, #portfolio-gallery, #clients, #blog, #contact {
	display: none;
}

/*
 ********************
 * Home
 ********************
*/

#home {
	width:100%;
}

#home img {
	padding: 0 5%;
	max-width:90%;
}



#home .col1, #home .col2 {
	height:271px;
	padding:20px 2%;
	width:46%;
	float:left;
	overflow:hidden;
  text-align: center;
}

#home .col1 {
	background:#000;
}

#home .col2 {
	background:#c9a72f;
}

/*
 ********************
 * About
 ********************
*/

#about {
	overflow:auto;
  margin-top: -10px;
}

#about .col1, #about .col2 {
	float:left;
}

#about .col1 {
	margin-right:4%;
	width:59%;
}

#about .col2 {
	width:37%;
}

#about .col2 li {
	list-style-type: none;
	line-height: 2.4em;
}
#about .col2 i {
margin: 0 10px 0 0;
}
.pro-socials{
margin: 20px 0 0 0;
}
/*
 ********************
 * professionals
 ********************
*/

.bio {
	width:45%;
	margin-left:2%;
	margin-bottom:2%;
	float:left;
}

.odd {
	margin-left:0;
}

.bio img {
	float:right;
	margin-left:2%;
  max-width: 144px;
  max-height: 144px;
}

.more-info {
	display:none;
	margin-top: 1.6em;
}

.more-trigger a:hover {
	color:#cccccc;
}

.title {
	font-size: 1.2em;
	font-style: normal;
	margin-bottom:1em;
	font-weight:bold;
}
.title2 {
	font-size: 1.2em;
	font-style: normal;
	margin-bottom:1em;
	font-weight:bold;
}

.back {
	display:none;
}

/*
 ********************
 * Resources
 ********************
*/
#portfolio-gallery {
	overflow:auto;
} 



/*
 ********************
 * Clients
 ********************
*/

#clients {
	overflow:auto;
}

#clients ul {
	margin-bottom: 1em;
}

#clients li {
	line-height: 1.2em;
}

#clients .double-spaced li {
	line-height:2.4em;
}

#clients .col1, #clients .col2 {
	width:50%;
	float:left;
}

#clients .col1 {
	width:48%;
	margin-right: 2%;
}

#grid[data-columns]::before {
	content: '3 .column.size-1of3';
}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33.333%; }

/* Also, don't forget to add this: */
[data-columns]::before { display: none; }
/*
 ********************
 * Footer
 ********************
*/

footer {

  background-color:#430400;
	padding:5px;
	width:98%;
	padding: 5px 1%;
	position:fixed;
	bottom: 0;
}

footer a {
	color:#2b2b2b;
}

footer a:hover {
	color:#c9a72f;
}

footer p {
	width:100%;
	max-width:1024px;
	margin:auto;
	text-align: center;
	color:#FFFFFF;
}
footer i {
	vertical-align: top;
	margin: 5px 0 0 2px;
}

/*
 ********************
 * Contact
 ********************
*/

#contact {
	overflow:auto;
}

#contact .col1, #contact .col2 {
	float:left;
	width: 50%;
}

#contact .col1 {
	width:48%;
	margin-right: 2%;
}

#contact .col2 {
	overflow:hidden;

}

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

#contact .col2 p {
	text-align: right;
}

/*
 ********************
 * Rotating Background
 ********************
*/

#slideshow {
	visibility: hidden;
}

#slideshow, img.bgM {
        min-height: 100%;
        min-width: 1024px;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index:-9999;
}

/*
 ********************
 * Misc.
 ********************
*/

.close {
	font-size:40px;
  font-weight: normal;
	position:fixed;
	top: 5px;
	right: 5px;
	z-index:100;
	display:none;
  color: #430400;
  background: #c9a72f;
  padding: 5px 10px 5px 10px;
  border: 3px solid #000;
}
.close:hover {
  color: #c9a72f;
  background: #430400;
  border: 3px solid #c9a72f;
}

#gmaps{
margin: 25px 0 40px 0;
}

padding: 10px 35px 10px 35px;
border: 1px solid #000;
background: #c9a72f;
}


.bio .close, #clients .close {
	top: -23px;
	left: -23px;
}

.clearfix {
	content:"";
    display:table;
    clear:both;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:25px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	font-weight:normal;
	font-size:13px;
	color:#fff;
	background:#6adcfa;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:25px;
	line-height:25px;
}

.skillbar-bar {
	height:25px;
	width:0px;
	background:#6adcfa;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:25px;
	line-height:25px;
	color:#444;
	color:rgba(0, 0, 0, 0.4);
}
/*
 ********************
 * Blog
 ********************
*/

#blog{
  overflow:auto;
}
.post{
    width: 280px;
    margin: 10px;
    padding: 10px;
    float: left;
    background: #ffffff;
}
.post img { align-self:center;

}
.post-meta{
    border-top:1px solid #313131;
    border-bottom:1px solid #313131;
    margin:  5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}
.post-meta li{
    display: inline;
    padding-right: 6px;
}

.post-meta li a {
text-decoration: none;
}
a.title{
    display: block;
    text-decoration: none;
	padding-top: 20px;
}
a.title2{
    display: block;
    text-decoration: none;

}
a.read-more{
    display: block;
    margin: 10px 0;
}
/*
 ********************
 * Animations
 ********************
*/
.left2 {float:left}
.left {
	left: -500px;
	-webkit-transition: 0.3s left ease-in-out;
	-moz-transition: 0.3s left ease-in-out;
	-o-transition: 0.3s left ease-in-out;
	-ms-transition: 0.3s left ease-in-out;
	transition: 0.3s left ease-in-out;
}
.left {
	left: 0px;
}
.right {
	right: -500px;
	-webkit-transition: 0.3s right ease-in-out;
	-moz-transition: 0.3s right ease-in-out;
	-o-transition: 0.3s right ease-in-out;
	-ms-transition: 0.3s right ease-in-out;
	transition: 0.3s right ease-in-out;
	background-color:#430400 !important;
}
.right {
	right: 0px;
}			
/*
 ********************
 * Queries
 ********************
*/

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

@media only screen
and (min-device-width : 260px)
and (max-device-width : 568px)
and (orientation : portrait) {
	
/*	#home .col1, #home .col2 {
		float:none;
		height:auto;
		width: 96%;
	}

	#home .col1 img {
		display:block;
		margin:auto;
	}

	nav {
		text-align: center;
		line-height: 1.4em;
	}

	#about .col1, #about .col2 {
		float:none;
	}

	#about .col1 {
		margin-right:0;
		width:100%;
	}

	#about .col2 {
		width:100%;
	}
	#professionals .col1, #professionals .col2 {
		float:none;
	}

	#professionals .col1 {
		margin-right:0;
		width:100%;
	}

	#professionals .col2 {
		width:100%;
	}
	.bio {
	width:92%;
	margin:auto;
	margin-bottom:10px;
	float:none;
	}

	.bio img {
		float:right;
		margin-left:2%;
	}

	.title {
		font-size: 1.2em;
		font-style: italic;
		margin-bottom:1em;
	}*/

	.close {
		bottom:120px;
		left:20px;
	}
.bio img {
	float:right;
	margin-left:2%;
  max-width: 72px;
  max-height: 72px;
}
}
@media screen and (max-width: 768px) {
.bio img {
	float:right;
	margin-left:2%;
  max-width: 72px;
  max-height: 72px;
}
}
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	


}