/*
* 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)
================================================== */
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../font/BebasNeue-webfont.eot');
    src: url('../font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/BebasNeue-webfont.woff') format('woff'),
         url('../font/BebasNeue-webfont.ttf') format('truetype'),
         url('../font/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*, *: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: 0px;
		padding: 0px;
		border: 0;
		font-size: 100%;
		font: inherit; 
		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 {
		margin:0px auto 0px;
		padding:0px;
		background: #f1f1f1;
		font: 13px/21px "open_sansregular", Arial, sans-serif;
		color: #505050;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow:auto;
 }



/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #111111;
		font-weight: normal;font-family: 'bebas_neueregular', sans-serif; letter-spacing:1px !important; }
	h1{font-size:26px;}
	h2{font-size:22px;}
	h3{font-size:20px;}
	

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


/* #Links
================================================== */
	
	a,.errorForm {
		color:#111111;
		-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;
	}
	
/* #Buttons
================================================== */

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

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


/* #Tothetop
================================================== */
	
	
	#toTop {
	    bottom: 10px;
	    display: none;
	    position: fixed;
	    right: 10px;
	    text-decoration: none;
	    z-index: 10000;
	}
	#toTop i {
	    color: #FFF;
	    font-size: 20px;
	    padding: 7px 2px 7px 2px;
	    z-index: 10000;
		background:#000;
		display:block !important;
		border-radius:3px;
	}


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



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

.logo h1, .caption h1 span.new, .intro span.black, .factSlider .count, .bottomFooter .bLogo, .black {font-family: 'bebas_neueregular', sans-serif;} 
nav#mainNav li, .skill h2, .skillbarTitle, .factSlider .fc, .cForm label, .regButton, h1, h2, h3, h4, h5, h6{font-family: 'bebas_neueregular', sans-serif;}
.caption h1, {font-family: 'bebas_neueregular', sans-serif;}
.team h2 span, .percentage span, .testiSlider li .testiProfile span, .projDesc span{font-family: "open_sanssemibold" , Arial, sans-serif;}
.skill h1, .testiSlider li blockquote, .cForm input[type="text"], .cForm input[type="email"], input[type="number"], .cForm textarea, #success h2, #error h2, .workHours li span {font-family: "open_sanssemibold" , Arial, sans-serif;}
.skillbarTitle, .testiSlider li .testiProfile span, .projDesc span, .cForm input, .team h2 span[type="text"], .workHours li{font-size:12px;}
.testiSlider li blockquote{font-family: "open_sanssemibold" , Arial, sans-serif;}
.caption h1 {font-family: "open_sanssemibold" , 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;}
	.bottom2{margin-bottom:50px;}
	.bottom4{margin-bottom:20px;}
	.bottom3{margin-bottom:40px;}
	.bottom5{margin-bottom:80px;}
	.black{color:#111111;}
