/*------------------------------------
	Fonts
------------------------------------*/
@font-face 
{
	font-family:"WeblySleek UI Light";
	src:url("/resources/fonts/weblysleekuil.eot?") format("eot"),
	url("/resources/fonts/weblysleekuil.woff") format("woff"),
	url("/resources/fonts/weblysleekuil.ttf") format("truetype"),
	url("/resources/fonts/weblysleekuil.svg#WeblySleekUILight") format("svg");
}
@font-face
{
	font-family:"WeblySleek UI Semilight";
	src:url("/resources/fonts/weblysleekuisl.eot?") format("eot"),
	url("/resources/fonts/weblysleekuisl.woff") format("woff"),
	url("/resources/fonts/weblysleekuisl.ttf") format("truetype"),
	url("/resources/fonts/weblysleekuisl.svg#WeblySleekUISemilight") format("svg");
}
@font-face
{
	font-family:"WeblySleek UI Semibold";
	src:url("/resources/fonts/weblysleekuisb.eot?") format("eot"),
	url("/resources/fonts/weblysleekuisb.woff") format("woff"),
	url("/resources/fonts/weblysleekuisb.ttf") format("truetype"),
	url("/resources/fonts/weblysleekuisb.svg#WeblySleekUISemibold") format("svg");
}
/*------------------------------------
	Layout
------------------------------------*/
*
{
	margin:0px;
	padding:0px;
	border:0px none;
	font-family:"WeblySleek UI Semilight", Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
    line-height:1.3em;
	color:#2F2D2C;
}
body
{
	/*background:#FFF url(/images/design-assets/body-bg.jpg) center center no-repeat;*/
	background-color:#FFF;
	background-image:url(/images/design-assets/body-bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	/*
	-ms-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	*/
	background-attachment:fixed;

}
/*------------------------------------
	Columns and general assets
------------------------------------*/
.column-1200
{
	width:1200px;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:left;
	display:inline;
}
.column-900{width:900px;}
.column-800{width:800px;}
.column-600{width:600px;}
.column-400{width:400px;}
.column-300{width:300px;}

.column-half, .column-one-forth, .column-one-third, .column-two-third, .column-three-forth
{
	float:left;
	display:inline;	
}

.column-half{width:50%}
.column-one-forth{width:25%}
.column-one-third{width:33%}
.column-two-third{width:66%}
.column-three-forth{width:75%}

.clear
{
	clear:both;
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
.left{float:left; display:inline;}
.right{float:right; display:inline;}

.block{display:block}

.spacer{display:block; height:0.8em}
.spacer-2x{display:block; height:1.6em}
.spacer-3x{display:block; height:2.4em}

.padding{padding:0.8em;}
.padding-offset{padding-left:0.8em; padding-right:0.8em;}
.padding-top-bottom{padding-top:0.8em; padding-bottom:0.8em;}
.padding-top{padding-top:0.8em;}
.padding-right{padding-right:0.8em;}
.padding-bottom{padding-bottom:0.8em;}
.padding-left{padding-left:0.8em;}

h1, h2, h3, h4, h5, h6, ul, ol, dl, p, table
{
	margin-bottom:0.8em;
}
.margin-top-0{margin-top:0;}
.margin-right-0{margin-right:0;}
.margin-bottom-0{margin-bottom:0;}
.margin-left-0{margin-left:0;}

h1, h2, h3, h4, h5, h6{font-weight:normal;}

.tiny{font-size:0.6em}
.small{font-size:0.8em}
.medium{font-size:1.5em}
.large{font-size:2em}
.extra-large{font-size:3em}

.capitalize{text-transform:uppercase;}
.light{font-family:"WeblySleek UI Light", Tahoma, Arial, Helvetica, sans-serif}
.normal{font-weight:normal}
.bold{font-family:"WeblySleek UI Semibold", Tahoma, Arial, Helvetica, sans-serif;}
.center{text-align:center !important}
.align-right{text-align:right !important}

.pointer{cursor:pointer}
.link{text-decoration:none}
.link:hover{text-decoration:underline}

/* site specific styles */
.opec-white-bg{	background-color:rgba(255, 255, 255, 0.5)}
.glow{text-shadow:0px 0px 1em #FFF}

.red-bg{background:#E64100}
.red{color:#E64100}
.white-bg{background:#FFF}
.white{color:#FFF}
.solo-column
{
	width:800px;
	margin:0 auto;
}

#nav-handle
{
	display:inline-block;
	width:3em;
	height:3em;
	background:url(/images/design-assets/nav-handle.png) center center no-repeat;
	position:fixed;
	right:2%;
	top:1em;
	cursor:pointer;
}
#nav
{
	position:fixed;
	right:2%;
	top:4.3em;
	border:1px solid #FFF;
	border-radius:1em;
	background:#E64100;
	/*box-shadow:0px 0px 0.3em #888;*/
	display:none;
}
#nav li
{
	list-style:none;
	border-bottom:1px solid #FFF;
}
#nav li a
{
	display:block;
	text-decoration:none;
	padding:0.5em 2em;
	text-align:center;
	color:#FFF;
}
#nav li:last-child
{
	border-bottom:0 none;
}
#home
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	/*
	background:#FFF url(/images/design-assets/body-bg.jpg) center center no-repeat;
	-ms-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	*/
}
#home h1
{
	display:inline;
}
#home #logo
{
	max-width:65%;
	max-height:65%;
	padding:1em;
}

.call-to-action li
{
	display:inline-block;
	margin:0 0.2em;
}

#about-ul
{
	list-style:none;
}

.bullet-before:before
{
    content:"";
    display:inline-block;
    background:url(/images/design-assets/bullet-before.png) center bottom no-repeat;
    width:32px;
    height:32px;
	margin-right:0.3em;
}
.bullet-after:after
{
    content:"";
    display:inline-block;
    background:url(/images/design-assets/bullet-after.png) center bottom no-repeat;
    width:32px;
    height:32px;
	margin-left:0.3em;
}
.hr, .hr-dark
{
	border-top:1px solid #FFF;
}
.hr-gray
{
	border-top:1px solid #BDBEC0;
}
.responsive-hr
{
	display:none;
	margin:0.8em 0;
}
.img-full-width
{
	width:100%;
	height:auto;
}
/*------------------------------------
	Forms
------------------------------------*/
/* #newsletter-subscribe */
form
{
	text-align:center;
}
/* #newsletter-subscribe input, #newsletter-email-subscribe label */
input, label, textarea
{
	display:block;
	height:2em;
	line-height:2em;
	width:70%;
	margin:0.8em auto 0.2em auto;
	text-align:center;
	background:none;
}
/* #newsletter-subscribe #newsletter-email-subscribe */
input.text-box, textarea
{
	color:#FFF;
	border:1px solid #FFF;
}
textarea
{
	height:3.6em;
	line-height:1.2em;
	padding:0.6em 0;
}
::-webkit-input-placeholder {
color: #AAA;
opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
color: #655240;
opacity:1;
}

::-moz-placeholder { /* Firefox 19+ */
color: #655240;
opacity:1;
}

:-ms-input-placeholder {
color: #655240;
opacity:1;
}

input.text-box-err, textarea-err
{
	border:1px solid #FF0000;
}

.captchaUserInput
{
	display:inline-block !important;
	width:3em;
	margin-top:0;
}
#captcha-img
{
	display:inline-block;
	height:2em;
	width:auto;
	margin:0 0 0 0;
	vertical-align:top;
	border:1px solid #E64100;
}
.err
{
	font-size:0.75em;
	display:inline-block;
	width:100%;
	margin-top:0;
	margin-bottom:1em;
	color:#2F2D2C;
}

.form-label
{
	display:block;
	font-size:0.8em;
	line-height:1.2em;
	margin-bottom:0;
}

.submit
{
	background:#2F2D2C;
	color:#FFF;
	cursor:pointer;
}
.submit:hover, .submit:active
{
	background:#232221;
}

/*------------------------------------
	Media Queries
------------------------------------*/
@media screen and (max-width: 1200px)
{
.column-1200
{
	width:96%;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:left;
	display:inline;
}
.column-900{width:75%;}
.column-800{width:66%;}
.column-600{width:50%;}
.column-400{width:33%;}
.column-300{width:25%;}
}

@media screen and (max-width: 1024px)
{
}

@media screen and (max-width: 800px)
{
/* columns */
.column-1200, .solo-column
{
	width:96%;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:none;
	width:100%;
}
.responsive-hr
{
	display:block;
}

}

@media screen and (max-width: 480px)
{
.tiny{font-size:0.6em}
.small{font-size:0.8em}
.medium{font-size:1.2em}
.large{font-size:1.4em}
.extra-large{font-size:1.8em}

#home #logo
{
	max-width:40%;
	max-height:40%;
	padding:1em;
}

}

@media screen and (max-width: 320px)
{
.cta img
{
	width:2.4em;
	height:auto;
}

}