/**** Base styles ****/
/* BASIC PAGE STUFF */
/* BASIC PAGE STUFF */
/* BASIC PAGE STUFF */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  padding: 0;
  border: 0;
  margin:0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  overflow-x: hidden; 
}

body { 
  font: 13px 'Helvetica Neue', Arial, sans-serif;
  background: #ffffff;
  color: #999;
  line-height: 1.6em;
}

/*body.small_version {
	background-color: #f0f0f0;
}*/


/* TEXT TREATMENTS */
/* TEXT TREATMENTS */
/* TEXT TREATMENTS */
/* TEXT TREATMENTS */
p {
	margin-bottom:10px;
}
a {
  color: #9900cc;
  text-decoration: none;
}

a:hover {
  color: #ff00cc;
}

a:active {
  background: hsla( 0, 100%, 100%, 0.5 );
}

blockquote {
	font-weight: 100;
	font-size:18px;
  line-height: 1.4em;
  margin-bottom: 0.6em;
	color:#9C9C9C;
}

blockquote p {
	font-size:18px;
	line-height: 1.3em;
}

h1, h2 {
  font-weight: 100;
  line-height: 1.2em;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 67px !important;
	margin:10px auto 10px;
	color: #000;
	font-style: normal;
	font-weight:100;
	width:95%;
	text-align:left;
}

.box h2 {
	padding: 50px 0 20px;
	text-align:center;
}


h3 {
  margin:20px 0 10px 0;
  font-size: 22px;
  font-weight: 200;
  line-height:1.2em;
}

/*h3, p, ul, ol, pre, dl {
  margin-bottom: 1.3em;
}*/

strong { font-weight: bold; }



/* CONTENT */
/* CONTENT */
/* CONTENT */
/* CONTENT */
#content {
  max-width:1382px;
  margin: 0 auto;
}

#content.small_version {
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 0;
}

.main_sections {
	font-size: 17px;
	margin:30px 3px 10px 0px;
	color: #000;
	font-style: normal;
	font-weight:100;
	width:75%;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:.1em;
	border-bottom:1px #999 solid;
	padding:0 0 5px 0;
}

#container {
  padding: 10px 0 0 0;
  margin-bottom: 20px;
    margin-left:-10px;
  border-radius: 5px;
  clear: both;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.centered { margin: 0 auto; }

.box {
  margin: 10px;
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }
.col6 { width: 580px; }
.col7 { width: 680px; }
.col8 { width: 780px; }
.col9 { width: 880px; }
.col10 { width: 980px; }
.title_section { width: 100%; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }
.col6 img { max-width: 580px; }
.col7 img { max-width: 680px; }
.col8 img { max-width: 780px; }
.col9 img { max-width: 880px; }
.col10 img { max-width: 980px; }

.col_divider { width: 100%; !important; height: 4px; }
.col_divider_tall { width: 100%; !important; height: 100px; }
.col_divider_medium { width: 100%; !important; height: 50px; }



/**** Gutters ****/
/*.has-gutters .box {
  margin: 5px 5% 0 0;
}*/





/* NAV BAR */
/* NAV BAR */
/* NAV BAR */
.wrapper_nav {
	width: 1382px;
	color:black;
	position:fixed;
	z-index:10000;
	background:url(../images/global/white_gradient.png) repeat-x;
	height: 56px;	
	padding-bottom: 30px;
}

.small_version .wrapper_nav {
	width: 980px;
}

.nav_content {
	width: 452px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

#contact .wrapper_nav {
	background-color: #fff;
	width: 100%;
	height: 56px;	
	z-index:1000;
	position:fixed;
	padding: 0 0 20px 0;
	margin:0 auto;
}


.navigation a {
	color:black;
}

.navigation a:hover {
	color:#9900cc;
}

.navigation {
	padding: 22px 0 0 6px;
	font-weight: 200 !important;
	font-size: 13px;
	float:left;
	letter-spacing: 1.2px;
	margin-left:-10px;
}

.logo {
	float: left;
	padding-right: 0;
	margin: 0 10px -20px 0;
}



/* FOOTER */
/* FOOTER */
/* FOOTER */
#site-footer {
  clear: both;
  margin: 20px 30px;
  border-top: 2px solid white;
  padding-top: 10px;
  line-height: 30px;
  font-size: 95%;
  font-style: italic;
}




/* MASONRY STYLES */
/* MASONRY STYLES */
/* MASONRY STYLES */
/**** Transitions ****/
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

/* Infinite Scroll loader */
#infscr-loading { 
  z-index: 5000;
  position: fixed;
  left: 40%;
  bottom: 40px;
  width: 200px;
  height: 100px;
  padding: 10px;
  background: #000; 
  opacity: 0.8;
  color: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}


/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* CONTACT US PAGE */
/* CONTACT US PAGE */
/* CONTACT US PAGE */

#contact_background {
	background-color: #5de5ed;
	width: 100%;
	height: 100%;
	margin-top: 25px;
	border-top: 1px solid #43cad2;
}

#contact {
	background-color: #5de5ed;
}



/* HEADER IMAGE AND MAIN TITLE */
/* HEADER IMAGE AND MAIN TITLE */
/* HEADER IMAGE AND MAIN TITLE */
.title_area h2, .thankyou_area h2 {
	color: #fff !important;
	text-align:center;
	
}

.title_area h2 {
	padding-top: 28px;
	font-size: 102px !important;
}

.thankyou_area h2 {
	padding: 12% 0 30px 0;
	font-size: 152px !important;
}


/* FORM */
/* FORM */
/* FORM */
form {
	width: 1024px !important;
	font-family: 'Helvetica Neue', Arial, sans-serif ;
	font-weight: 100;
	margin: 0 auto;
}
form,input, #message{
	font-family: 'Helvetica Neue', Arial, sans-serif ;
	font-size:17px;
  	line-height: 1.7em;
  	margin-bottom: 0.6em;
	color:#9C9C9C;
} 

td {
	vertical-align:middle;
	padding: 20px 5px 20px 0;
}

form h4 {
	font-weight: 100;
	font-size:24px;
    line-height: 1.2em;
	color:#fff;
	width: 446px;
	text-align:right;
}
	


.background_box {
	background-color:#fff;
	border: 1px double #CCC; 
	padding:16px 16px; 
	width: 300px;
}






	


/* FOR SOME REASON I CAN ONLY GET STYLES ONTO THE RADIO BUTTONS WHEN THE STYLES ARE WRITTEN INLINE. */
.input_text, #message { 
	background-color:#fff; 
	padding:16px 16px; 
	border: 1px double #CCC; 
} 
#message{ 
	background:#fff; 
	width:580px; 
	height:200px; 
	overflow:hidden; 
} 
.butt

input.name {
	width: 200px !important;
}

input.email {
	width: 300px !important;
}

input.referral {
	width: 450px !important;
}

.button { 
	background-color:#ed3382; 
	margin:0 0 125px 0; 
	padding:12px 17px;
	color:#fff;
	border:3px solid #fff; 
	font-size:18px;
	font-weight:500;
	text-decoration:none;
	width: auto;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
.button:hover {
	background-color:#f95fa0;
	color:#fff !important;
	text-decoration:none;	
}
.portfolio_button {
	margin: 30px 44%;
	width:100%;
}


.portfolio_button a{
	background-color:#ed3382; 
	padding:12px 17px;
	color:#fff;
	border:3px solid #fff; 
	font-size:18px;
	font-weight:500;
	text-decoration:none;
}
.portfolio_button:hover a{
	background-color:#f95fa0;
	color:#fff !important;
	text-decoration:none;
	
}



/* CHECKBOX / RADIO BUTTON STYLES */
/* CHECKBOX / RADIO BUTTON STYLES */
/* CHECKBOX / RADIO BUTTON STYLES */
/* This came from this page...  http://filamentgroup.com/lab/accessible_custom_designed_checkbox_radio_button_inputs_styled_css_jquery/ */
/*	CSS for customized radio buttons and check boxes */

fieldset { 
	padding: 0 0 0;
	border: 0;
}

/*	wrapper divs */
.custom-checkbox, .custom-radio { position: relative; }
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 6px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label, 
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	padding-right: 1em;
	line-height: 1;
	padding: .3em 0 .5em 30px;
	margin: 0 0 .3em;
	cursor: pointer;
	font-size: 18px;
	color: #9f9f9f;
}

/* states */
.custom-checkbox label { background: url(../images/global/checkbox.gif) no-repeat; }

.custom-radio label { background: url(../images/global/radiobutton.gif) no-repeat; }

.custom-checkbox label, .custom-radio label {
	background-position: -16px -14px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position: -16px -114px;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	background-position: -16px -214px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position: -16px -314px;
}

/*
.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline: 1px dotted #ccc;
}
*/


