/*
* 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
	#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;
}



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

iframe{width:100%;frameborder:0;}
	


/* #Basic Styles
================================================== */
	body {
		background: #ffffff;
		font: 13px/21px 'Montserrat',sans-serif;
		color: #555;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		-webkit-text-stroke: 0.30px;
 }



/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #374B5E;
		font-weight: normal; }
	h1.mainTitle{
		font-size:24px;
		margin-bottom:15px;
		text-transform:uppercase;
	}
	h2{font-size:18px;text-transform:uppercase;}
	h3{font-size:16px;margin-bottom:10px;}
	
	p{line-height:25px;}
	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }
	
	
	.logo h1,.caption h1, .contactInfo h1, h1.mainTitle  {font-family: 'open_sansextrabold', Arial, sans-serif;}
		h1, h2, h3, h4, h5, h6 ,nav#mainNav li,  .td h3, .fct .count, .service h3,.planBody li span, .item a .desc h3, .iList li, .footerholder, .specialBtn h3 {font-family: 'open_sansbold', Arial, sans-serif;}
	.td h3 span, .testiSlider li blockquote, .testiSlider li .testiProfile span, .planPrice h1 span, .planName h3, ul#category li, .projDesc span, h1.projTitle span, .clt p, .clt a, .fct .fc, #error h2, #success h2 {font-family: "open_sanslight_italic", Arial, sans-serif;}





/* #Links
================================================== */
	
	a,.errorForm, .contactForm #submit {
		-moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	
	



/* #Buttons
================================================== */	
	
	.specialBtn {
	    background:#343434;
	    border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
	    display: inline-block;
		margin-top:20px;
		box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
		-webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
		-moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
		-ms-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
		-o-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
	}


	.specialBtn h3 {
	    color: #FFFFFF;
	    float: right;
	    font-size: 13px;
	    padding: 10px 20px;
	    text-transform: uppercase;
		margin-bottom:0;
	}


	.specialBtn i {
	    background:#42b7ec;
	    border-radius: 3px 0 0 3px;
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		-ms-border-radius:3px 0 0 3px;
		-o-border-radius: 3px 0 0 3px;
	    color: #FFFFFF;
	    float: left;
	    font-size: 18px;
	    padding: 10px;
		box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
		-webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
		-moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
		-ms-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
		-o-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
	}
	
	
	
	.btn{
		margin-top:20px;
	}

	.btn a{
		background:#343434;
		color:#F2F2F1;
		border-radius:3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		padding:8px 35px;
		display:inline-block;
		box-shadow:0 -3px 0 rgba(0, 0, 0, 0.2) inset;
		-webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
		-moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
		-ms-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
		-o-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
	}


	.btn a:hover{
		box-shadow:0 3px 0 rgba(0, 0, 0, 0.2) inset;
		-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
		-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
		-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
		-o-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
	}


	.btn.featured a{
		background:#42b7ec;
		color:#ffffff;

	}
	
	
	p{
		text-align: justify;
	}
	.caption p{
		text-align:center;
	}
	
	



/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.offsetBottom{margin-bottom:120px;}
	.offsetTop{padding-top:120px;}


