/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Typography
	#Links
	#Buttons
	#Tothetop
	#Font Css Rules
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

*, *:before, *:after {
    -moz-box-sizing: border-box;
	-webkit-box-sizing :border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.work{
	background:url(../images/adminbg.jpg) center center no-repeat;
	BACKGROUND-SIZE: 100% 101%;
	background-attachment: fixed;
}
.fea{background:url(../images/splash1.jpg) center center no-repeat;
	BACKGROUND-SIZE: cover;
}
.mesh{
	background:url(../images/header.jpg) center center no-repeat;
	BACKGROUND-SIZE: 100% 100%;
}
	
	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; 
		text-decoration:none;}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }

	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; }
		
img {
    display: inline-block;
    vertical-align: middle;
}

img {
    height: auto;
    max-width: 100%;
}

*::-moz-selection {
    background: #111111;
    color: #ffffff;
}

a:focus {
outline: 0;
}
	


/* #Basic Styles
================================================== */
	body {
		background: #ffffff;
		font: 13px/21px "open_sansregular", Arial, sans-serif;
		color: #fff;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

	.titleBig{
		text-transform:uppercase;
		position:relative;
		display:inline-block;
		margin-bottom: 8px;
    margin-top: 30px;
	font-weight:900;
	}
	
	.titleBig:after{
		border-bottom: 2px solid #69ec3c;
	    content: "";
	    display: block;
	    position: absolute;
	    right: 2px;
	    top: 25px;
	    width: 29px;
	    z-index: 0;
	}
	
	


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #e2b64a;
		font-weight: normal; }
	h1{font-size:26px;}
	h2{font-size:18px;}
	h3{font-size:18px;}
	h3,h4{padding:10px 0;}

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }


/* #Links
================================================== */
	
	a, .gallSlider img, .owl-theme .owl-controls.clickable .owl-page span {
		-moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	
	a{
		color:#111111;
	}
	
/* #Buttons
================================================== */

	.regButton{
		font-size:16px;
		text-transform:uppercase;
		border:3px solid #111111;
		padding:9px 20px;
	}

	.regButton i{
		margin-right:10px;
	}


/* #Tothetop
================================================== */
	
	
	#toTop {
	    bottom: 100px;
	    display: none;
	    position: fixed;
	    right: 20px;
	    text-decoration: none;
	    z-index: 10000;
	}
	#toTop i {
	    color: #41863d;
	    font-size: 20px;
	    padding: 10px;
	    z-index: 10000;
	}


	#toTop i:hover {
	    color: #2d2d2d;
	}
	#toTop:active, #toTop:focus {
	    outline: medium none;
	}



/* #Font Rules
================================================== */

.logo h1, .caption h1 span.new, .intro span.black,  .footer .bLogo , .black{font-family: 'open_sansextrabold', Arial, sans-serif;} 
.regButton, h1, h2, h3, h4, h5, h6{font-family: 'open_sansbold', Arial, sans-serif;}
.testiSlider li .testiProfile span,  .logo span{font-family: "open_sanslight_italic" , Arial, sans-serif;}
.testiSlider li blockquote, .overviewIntro, .shotDesc h1, .otherDesc h1, .subscribe h1, .titleBig, input[type="email"] , nav#mainNav li{font-family: "open_sanslight" , Arial, sans-serif;}
 .testiSlider li .testiProfile span{font-size:13px;}
.testiSlider li blockquote{font-family: "open_sansitalic" , Arial, sans-serif;}
.caption h1 {font-family: "open_sanslight" , Arial, sans-serif;}



/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	/*.offset{padding-top:60px; padding-bottom:60px;}*/
	.section{text-align:center;}
	.section h2{text-align:left;}
	/*.bBottom{border-bottom:3px solid #efefef;}*/
	.bottom3{margin-bottom:40px;padding:30px 30px 0 30px;}
	.bottom3 img{padding:30px;}
	.black{color:#2e742b;}
	
#features p{
	font-size:16px;
}
.pd10{
	padding-right:10px;
}