@charset "utf-8";
/* CSS Document */

/*
Take the Plunge Wedding Template

Table of Contents:
	Reset
	Common
	Typography
	Layout
	Supersized Slideshow
	Youtube Player
	Parallax
	Portfolio
	About Us
	Services
	Features
	Accordion
	Tooltips
	Contacts
	Form Elements
	Flickr
	Alert Boxes
	Footer
	Our Clients
	Misc
	Media Queries
*/




/* #Reset & Basics (Inspired by E. Meyers)
--------------------------------------------------------*/
	
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;
}



/* Common
--------------------------------------------------------*/


::-moz-selection {background: #af1b5a;color: white; }
::selection {background: #af1b5a;color: white; }

body {
	background: #111;
	font: 15px 'Oswald', sans-serif;
	font-weight: 300;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: left;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hidden {
	display: none;
}

.parallaxText {
	display: table-cell;
	vertical-align: middle;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto; }

img.scale-height-grid {
	max-width: auto;
	height: 100%; }


/* Typography
--------------------------------------------------------*/

h1, h2, h3, h4 {
	font-weight: 300;
	font-family: 'Oswald',sans-serif;
	color: #fff;
	margin: 0 0 6px;
}

h1 {
	font-size: 250px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: -2px;
	text-align: left;
	line-height: 0.8;
	margin-bottom: 35px;
	padding-top: 15px;
}
h1 span{
	color: #1ab1e8;
	font-size: 150px;
}

h2 {
	font-size: 44px;
	text-transform: uppercase;
	position: relative;
}

h2.white {
	color: #fff;
}
.siteColor {
	color: #d2b55b;
}


h3 {
	font-size: 22px;
	line-height: 1;
}
h3.sectionTitle {
    border-bottom: 1px solid #333;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 26px 0 6px;
}
.small {font-size: 36px; font-weight:300; text-transform: uppercase;}
.smallBold {font-size: 36px; font-weight:700; text-transform: uppercase;}
.medium {font-size: 44px; text-transform: uppercase;}
.mediumBold {font-size: 44px; font-weight:700; text-transform: uppercase;}
.large {font-size: 56px; text-transform: uppercase;}
.largeBold {font-size: 56px; font-weight:700; text-transform: uppercase;}
.author {font-size: 18px; font-weight:300;}

h4 {
	font-size: 22px;
}

p {
	margin-bottom: 10px;
}

p a {
	color: #fff;
	text-decoration: none;
}

p a:hover {
	color: #18b6e3;
	transition: color 0.5s;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#18b6e3;
}
.introtext {
	font-size: 20px;
}
.marginTop {
	margin-top: 30px;
}
.highlight {
    background: #1ab1e8;
    color: #FFFFFF;
    padding: 0 6px;
}
.dropcap {
    background: #1ab1e8;
    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;
}

/*contact 
--------------------------------------------------------*/

#contact {
	background:url(images/gallery-quote.png) center 80px no-repeat #111;
	padding-top: 70px;
}
.contactContainer {
	padding-bottom: 100px;
}
.contactDetails p {
    padding-left: 20px;
}
.contactAddress {background: url("images/icons/icon-address.png") no-repeat scroll left 3px transparent;}
.contactCode {background: url("images/icons/icon-code.png") no-repeat scroll left 3px transparent;}
.contactPhone {background: url("images/icons/icon-phone.png") no-repeat scroll left 3px transparent;}
.contactEmail {background: url("images/icons/icon-email.png") no-repeat scroll left 3px transparent;}
.contactQQ {background: url("images/icons/icon-qq.png") no-repeat scroll left 3px transparent;}
.contactMob {background: url("images/icons/icon-mob.png") no-repeat scroll left 3px transparent;}
.contactWx {background: url("images/icons/icon-wx.png") no-repeat scroll left 3px transparent;}
.contactTime {background: url("images/icons/icon-time.png") no-repeat scroll left 3px transparent;}	
	
	
	
/*form elements
--------------------------------------------------------*/

textarea {
	height:78px;
	width:600px;
	padding:20px;
	margin-bottom:20px; 
	overflow:auto;
}
	
.formSecWrap {
	float: left;
	margin-right: 20px;
}
.formSecWrap2 {
	margin-right: 0px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #222222;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
    outline: medium none;
    padding: 6px 4px;
    width: 600px;
	font-family:'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 600;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    box-shadow: 0 0 7px #fff;
}

.formWrap label{
	margin: 0 0 2px 0;
}
.formWrap input[type="submit"]{
	margin: 10px 0 20px 0;
	float: right;
}

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #1ab1e8; 
	border: none;
	padding: 4px 12px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	margin: 0 5px 10px 0;
	line-height: 21px;
}
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #222;
	background: #ddd;  
}
	
	


/* Media Queries
--------------------------------------------------------*/

/* Smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
	
	
}


/* Higher than 960 (desktop devices) */
@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;}
}


/* Smaller than standard 960 (devices and browsers) */
@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;}
	.largeBold {font-size: 50px; font-weight:700; text-transform: uppercase;}
	.author {font-size: 16px; font-weight:600;}
	.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);}
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@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;}
}


/* All Mobile Sizes (devices and browser) */
@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;}
}
	
	
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@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;}
	
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@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: 328px;}

}