html, body {
    height: 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;
}

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;
}


h1, h2, h3, h4 {
	font-weight: 300;
	font-family: 'Oswald',sans-serif;
	color: #222;
	margin: 0 0 6px;
}

h1 {
	font-size: 250px;
	text-transform: none;
	position: relative;
	letter-spacing: -2px;
	text-align: left;
	line-height: 0.8;
	margin-bottom: 35px;
	padding-top: 15px;
}
h1 span{
	color: #96A6A6;
	font-size: 150px;
}

h2 {
	font-size: 44px;
	text-transform: none;
	position: relative;
}

h2.white {
	color: #222;
}
.siteColor {
	color: #d2b55b;
}


h3 {
	font-size: 22px;
	line-height: 1;
	color: #555;
}
h3.sectionTitle {
	border-bottom: 1px solid #cacaca;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 26px 0 6px;
	color: #090;
	font-weight: bold;
}
.small {
	font-size: 36px;
	font-weight: 300;
	color: #060;
}
.smallBold {
	font-size: 36px;
	font-weight: 700;
	color: #090;
}
.medium {font-size: 44px; text-transform: uppercase;}
.mediumBold {
	font-size: 44px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0C3;
}
.large {
	font-size: 56px;
	text-transform: uppercase;
	color: #0C0;
}
.largeBold {
	font-size: 56px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.author {font-size: 18px; font-weight:300;}

h4 {
	font-size: 22px;
}

p {
	margin-bottom: 10px;
}

p a {
	color: #069;
	text-decoration: none;
}

p a:hover {
	color: #00F;
	transition: color 0.5s;
}
a {
	color:#222;
	text-decoration:none;
}
a:hover{
	color: #0000FF;
}
.introtext {
	font-size: 20px;
	text-align: left;
}
.marginTop {
	margin-top: 15px;
}
.highlight {
    background: #7b133c;
    color: #FFFFFF;
    padding: 0 6px;
}
.dropcap {
    background: #7b133c;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 7px 7px 0 0;
    text-align: center;
    width: 44px;
}


.homepage{
	position:relative;
	overflow:hidden;
	z-index:1;
	margin-bottom: -70px;
}
.page{
	position:relative;
	overflow:hidden;
	z-index:2;
}
.page.desktop{
	position:relative !important; 
	z-index:6;
}
.page {
	padding-top: 10px;
}
.page{
	background:#fff; 
	background-attachment:scroll;
}
#homepage .container {
    height: 100%;
}
.logo {
	float: right;
	margin-top: 50px;
}
.parallax{
	width: 100%;
	height: 480px;
	padding: 0;
	margin: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #000;
	position: relative;
	border-top-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,0.3);
	border-bottom-color: rgba(255,255,255,0.3);
}
.parallax .quoteWrap{
	display:table;
	width:100%;
	height:100%; 
	padding:0 !important;
	margin:0 !important;
}
.parallax.fixed{
	background-attachment:fixed;
}
.parallax.fixed-desktop{
	background-attachment:fixed !important;
}
.parallax .quoteWrap .quote{
	display: table-cell; 
	vertical-align:middle;
}
.parallax {
	text-align:center;
}
.parallax h3 span{
	text-shadow: 0px 0px 5px #222;
	color: #0099FF;
	font-size: 50px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}	
	
##about1 {
	padding-top: 5px;
	color: #06C;
}
.aboutContainer {
	padding-bottom: 100px;
}
.teamImage {
	margin-top: 40px;
	margin-bottom: 20px;
    cursor: default;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.teamImage img {
    transform: scale(1);
    transition: all 0.7s ease-in-out 0s;
}
.teamImage .teamName {
    background-color: #7b133c;
    opacity: 0;
    transition: all 0.5s linear 0s;
	height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
	text-align: center;
}
.ie8 .teamImage .teamName {
    display: none;
}
.teamImage h2 {
    margin-top: 145px;
    opacity: 0;
    transform: scale(0);
	color: #fff;
    transition: all 0.5s linear 0s;
}
.teamImage h3 {
    opacity: 0;
    transform: scale(0);
	color: #fff;
    transition: all 0.7s linear 0s;
}
.teamImage:hover img {
    opacity: 0;
    transform: scale(10);
}
.teamImage:hover .teamName {
    opacity: 1;
}
.ie8 .teamImage:hover .teamName {
    display: block;
}
.teamImage:hover h2, .teamImage:hover h3 {
    opacity: 1;
    transform: scale(1);
}
.teamImage:hover .socialLinksTeam {
    opacity: 1;
    transform: scale(1);
}
.socialLinksTeam  {
	text-align: center;
	width: 100%;
	opacity: 0;
    transform: scale(0);
	transition: all 0.8s linear 0s;
}
.socialLinksTeam li {
	display: inline-block;
    list-style: none outside none;
    margin: 35px 5px 0 5px;
    opacity: 0.4;
    text-indent: -9999px;
    transition: all 0.2s ease-in-out 0s;
}
.socialLinksTeam li a {
    background-position: 0 -16px;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 20px;
}
.socialLinks li:hover, .socialLinksTeam li:hover {
    opacity: 1;
}

.teamSkill {
	margin-bottom: 40px;
}
p.skill {
	clear: left;
	font-size: 14px;
	letter-spacing: 0.04em;
	margin: 0;
	text-transform: uppercase;
}
.bar {
	background-color: #4EB1EA;
	border-radius: 11px;
	color: #fff;
	display: inline-block;
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 0 2px;
	transition: all 0.6s ease-in-out 0s;
	width: 22px;
}

.teamSkill:hover .percent100 {width: 100%;}
.teamSkill:hover .percent95 {width: 95%;}
.teamSkill:hover .percent90 {width: 90%;}
.teamSkill:hover .percent85 {width: 85%;}
.teamSkill:hover .percent80 {width: 80%;}
.teamSkill:hover .percent75 {width: 75%;}
.teamSkill:hover .percent70 {width: 70%;}
.teamSkill:hover .percent65 {width: 65%;}
.teamSkill:hover .percent60 {width: 60%;}
.teamSkill:hover .percent55 {width: 55%;}
.teamSkill:hover .percent50 {width: 50%;}
.teamSkill:hover .percent45 {width: 45%;}
.teamSkill:hover .percent40 {width: 40%;}
.teamSkill:hover .percent35 {width: 35%;}
.teamSkill:hover .percent30 {width: 30%;}
.teamSkill:hover .percent25 {width: 25%;}
.teamSkill:hover .percent20 {width: 20%;}

p.percent {
    float: right;
    margin-right: 6px;
    text-align: right;
	opacity: 0;
	transition: all 0.6s ease-in 0s;
}
.ie8 p.percent {
    display:none;
}
.teamSkill:hover p.percent {
	opacity: 1;
	color: #060;
}
.ie8 .teamSkill:hover p.percent {
    display:block;
}

.statsWrap {
	width: 130px;
	margin: 10px;
	float: left;
}
.stats {
    display: inline-block;
    position: relative;
    width: 100%;
	transition: all 0.3s ease-in-out 0s;
}
.statDummy {
    margin-top: 100%;
}
.statInfo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #7b133c;
    border-radius: 50%;
	text-align: center;
}
.statNumber {
	font-size: 60px;
	transition: all 0.5s ease-in-out 0s;
	padding-top: 24px;
	margin-bottom: 0;
	color: #fff;
}
.statNumberMedium {
	font-size: 50px;
	transition: all 0.5s ease-in-out 0s;
	padding-top: 30px;
	margin-bottom: 0;
}
.statNumberSmall {
	font-size: 36px;
	transition: all 0.5s ease-in-out 0s;
	padding-top: 38px;
	margin-bottom: 0;
}
.statText {
	transition: all 0.5s ease-in-out 0s;
	opacity: 0;
	transform: scale(0);
	padding: 0;
	margin-top: -25px;
	color: #fff;
}
.stats:hover {
    transform: scale(2);
	z-index: 10;
}
.stats:hover .statNumber {
    transform: scale(.6);
}
.stats:hover .statText {
    transform: scale(.6);
	opacity: 1;
}

@media only screen and (max-width: 1199px) {
	
	
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.teamImage h2 {margin-top: 105px; font-size:40px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 290px;}
}

@media only screen and (max-width: 959px) {
	.small {font-size: 30px; font-weight:300;}
	.smallBold {font-size: 30px; font-weight:700;}
	.medium {font-size: 38px; text-transform: uppercase;}
	.mediumBold {font-size: 38px; font-weight:700; text-transform: uppercase;}
	.large {
	font-size: 50px;
	text-transform: uppercase;
	color: #0C9;
}
	.largeBold {font-size: 50px; font-weight:700; text-transform: uppercase;}
	.author {font-size: 16px; font-weight:300;}
	.bar {width: auto;}
	.percent100 {width: 100%;}
	.percent95 {width: 95%;}
	.percent90 {width: 90%;}
	.percent85 {width: 85%;}
	.percent80 {width: 80%;}
	.percent75 {width: 75%;}
	.percent70 {width: 70%;}
	.percent65 {width: 65%;}
	.percent60 {width: 60%;}
	.percent55 {width: 55%;}
	.percent50 {width: 50%;}
	.percent45 {width: 45%;}
	.percent40 {width: 40%;}
	.percent35 {width: 35%;}
	.percent30 {width: 30%;}
	.percent25 {width: 25%;}
	.percent20 {width: 20%;}
	p.percent {opacity: 1;}
	.statNumber {font-size: 36px; padding-top: 10px;}
	.statNumberMedium {font-size: 24px; padding-top: 20px;}
	.statNumberSmall {font-size: 18px; padding-top: 30px;}
	.statText {opacity: 1;transform: scale(1);margin-top: 0px;}
	.serviceInfo .serviceInfoBack {opacity: 1;transform: scale(1);}
	.serviceItem .serviceInfoFront {opacity: 1;transform: scale(1);}
	body {background: url(../images/slider/image1.jpg) center center no-repeat #111;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	h1 {font-size: 200px;}
	.teamImage h2 {margin-top: 75px; font-size:32px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 226px;}
	.parallax.fixed{background-attachment:scroll; background-position: center center;}
}

@media only screen and (max-width: 767px) {
	.dropmenu { display: block; margin-top: 5px; }
	#nav {display: none;}
	#slidecaption { display:none;}
	#prevslide, #nextslide{top:120px;}
	.parallax.fixed{background-attachment:scroll; background-position: center center;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	h1 {font-size: 110px;}
	h1 span{font-size: 80px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 418px;}
	
}
@media only screen and (max-width: 479px) {
	h1 {font-size: 80px;}
	h1 span{font-size: 60px;}
	.teamImage h2 {margin-top: 105px; font-size:40px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 298px;}

}
