/* ---- Global / Element ---- */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.chromeframe {position: absolute; top: 0;}

body
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
}

body, select, input, textarea {color: #444;}

a {color: #000;text-decoration: none;font-weight: 600;}
a:hover {text-decoration: underline;cursor: pointer;}

::-moz-selection{background: #000; color: #fff; text-shadow: none;}
::selection {background: #000; color: #fff; text-shadow: none;}

a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

strong {font-weight: 600;}

::-webkit-input-placeholder { color:#000; font-weight: bold; }
::-moz-placeholder { color:#000; font-weight: bold; }
:-moz-placeholder { color:#000; font-weight: bold; }
:-ms-input-placeholder { color:#000; font-weight: bold; }

h1,h2,h3,h4,h5,h6
{
	line-height: 140%;
	letter-spacing: 1px;
	color: #000;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
}

h1
{
	margin-bottom: 15px;

	font-size: 44px;
	line-height: 48px;

	font-style: normal;
}

h2
{
	margin-bottom: 12px;

	font-size: 36px;
	line-height: 40px;

}

h3
{
	margin-bottom: 10px;

	font-size: 30px;
	line-height: 32px;

	font-style: normal;
	font-weight: 300;
}

h4
{
	margin-bottom: 10px;

	font-size: 25px;
	line-height: 26px;
}

h5
{
	margin-bottom:  5px;

	font-size: 20px;
	line-height: 22px;
}

h6
{
	margin-bottom:  4px;

	font-size: 16px;
}

hr
{
	background: none;
	width: 100%;
	height: 0;
	border: 0;
	border-bottom: 1px solid #ddd;
}

hr.dashed
{
	border-bottom: 1px dashed #ddd;
}

/* ---- Responsive Layout ---- */

.column-layout
{
	padding: 0 20px 20px 0;
	position: relative;
}

.column-layout.tight
{
	padding: 0 10px 10px 0;
	position: relative
}

.column-layout.fullbleed
{
	padding: 0;
	position: relative;
}

.column-layout.forms
{
	padding: 0 20px 20px 0;
	position: relative;
}

.column-layout .last
{
	width: auto;
	float: none;
	overflow: hidden;
}

.column-layout .span-12.last
{
	width: 100%;
	overflow: visible;
}

.span-12,.span-11,.span-10,.span-9,.span-8,.span-7,.span-6,.span-5,.span-4,.span-3,.span-2,.span-1
{
	padding-top: 20px;
	padding-left: 20px;
	float: left;
	position: relative;
}

/*
.span-12 > div,.span-11 > div,.span-10 > div,.span-9 > div,.span-8 > div,.span-7 > div,.span-6 > div,.span-5 > div,.span-4 > div,.span-3 > div,.span-2 > div,.span-1 > div
{
	margin-left: 15px;
}
*/

.tight > .span-12,.tight > .span-11,.tight > .span-10,.tight > .span-9,.tight > .span-8,.tight > .span-7,.tight > .span-6,.tight > .span-5,.tight > .span-4,.tight > .span-3,.tight > .span-2,.tight > .span-1
{
	padding-top: 10px;
	padding-left: 10px;
}

/*
.tight > .span-12 > div,.tight > .span-11 > div,.tight > .span-10 > div,.tight > .span-9 > div,.tight > .span-8 > div,.tight > .span-7 > div,.tight > .span-6 > div,.tight > .span-5 > div,.tight > .span-4 > div,.tight > .span-3 > div,.tight > .span-2 > div,.tight > .span-1 > div
{
	margin-left: 5px;
}
*/

.fullbleed > .span-12,.fullbleed > .span-11,.fullbleed > .span-10,.fullbleed > .span-9,.fullbleed > .span-8,.fullbleed > .span-7,.fullbleed > .span-6,.fullbleed > .span-5,.fullbleed > .span-4,.fullbleed > .span-3,.fullbleed > .span-2,.fullbleed > .span-1
{
	padding-top: 0;
	padding-left: 0;
}

.forms .span-12,.forms .span-11,.forms .span-10,.forms .span-9,.forms .span-8,.forms .span-7,.forms .span-6,.forms .span-5,.forms .span-4,.forms .span-3,.forms .span-2,.forms .span-1
{
	padding-top: 20px;
	padding-left: 20px;
}

/*
.fullbleed > .span-12 > div,.fullbleed > .span-11 > div,.fullbleed > .span-10 > div,.fullbleed > .span-9 > div,.fullbleed > .span-8 > div,.fullbleed > .span-7 > div,.fullbleed > .span-6 > div,.fullbleed > .span-5 > div,.fullbleed > .span-4 > div,.fullbleed > .span-3 > div,.fullbleed > .span-2 > div,.fullbleed > .span-1 > div
{
	margin-left: 0;
}
*/

.fullbleed
{
	padding: 0;
}

.span-12
{
	width: 100%;
	clear: both;
}

.span-11
{
	width: 91%;
}

.span-10
{
	width: 83%;
}

.span-9
{
	width: 75%;
}

.span-8
{
	width: 66%;
}

.span-7
{
	width: 58%;
}

.span-6
{
	width: 50%;
}

.span-5
{
	width: 41%;
}

.span-4
{
	width: 33%;
}

.span-3
{
	width: 25%;
}

.span-2
{
	width: 16%;
}

.span-1
{
	width: 8%;
}

.content-area
{
	padding: 10px;
	position: relative;
}

/* ---- Text ---- */

.text-center
{
	text-align: center !important;
}

.text-left
{
	text-align: left !important;
}

.text-right
{
	text-align: right !important;
}

.text-justify
{
	text-align: justify !important;
}

/* ---- Module ---- */

.module
{
	background: url('../img/bg-module-header.png') repeat-x top left;
	min-height: 100px;
	border: 1px solid #edefef;
	border-radius: 5px;
}

.module-dark
{
	background-color: #eeeff0;
	border-color: #c6c6c6;
}

.module .module-header
{
	height: 30px;
	padding: 0 10px;
	position: relative;

	line-height: 30px;
	color: #ccc;
}

.module .module-header *
{
	vertical-align: baseline;
}

.module .module-header-utilitybar
{
	position: absolute;
	height: 30px;
	top: 0;
	right: 5px;

	line-height: 32px;
}

.module .module-header-utilitybar .button7
{
	margin-left: 2px;
	position: relative;
	right: -5px;
}

.module .module-utilitybar
{
	height: 15px;
	padding: 0 5px;

	line-height: 15px;
}

.module .module-collapsible
{
	cursor: pointer;
}

.module .module-collapsible-indicator
{
	background-color: #fff;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	float: left;
}

.module-header-spacer
{
	width: 50px;
	display: inline-block;
}

/* ---- Utility ---- */

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
	text-align: right;
}

.left-border
{
	border-left: 1px solid #edefef;
}

.right-border
{
	border-right: 1px solid #edefef;
}

.rounded
{
	border-radius: 3px;
}

.rounded-top-left
{
	border-top-left-radius: 4px;
}

.rounded-top-right
{
	border-top-right-radius: 4px;
}

.hide
{
	display: none;
}

.clickable
{
	cursor: pointer;
}

.space-5
{
	height: 5px;
}

.space-10
{
	height: 10px;
}

.space-20
{
	height: 20px;
}

.space-35
{
	height: 35px;
}

.space-50
{
	height: 50px;
}

.space-100
{
	height: 100px;
}

.space-200
{
	height: 200px;
}

/* ---- Boxes ---- */

.panel
{
	background-color: #f9fafb;
	border: 1px solid #e0e0e1;
	border-radius: 3px;
	padding: 14px;
	position: relative;
}

.panel:hover
{
	background-color: #f1f7fa;
	border-color: #bdd5e1;
}

.panel.tight
{
	padding: 6px;
}

.tip
{
	padding: 5px;
}

/* ---- Buttons ---- */

.button1,.button2,.button3,.button4,.button5,.button6,.button7
{
	display: inline-block;
}

.button1:hover,.button2:hover,.button3:hover,.button4:hover,.button5:hover,.button6:hover,.button7:hover
{
	text-decoration: none;
}

.button1
{
	background-color: #fff;
	color: #000;
	padding: 10px;

	font-size: 16px;
	font-weight: 400;
	text-align: center;

	opacity: 0.8;
}

.button1:hover
{
	background-color: #d16527;
	color: #fff;
	text-decoration: none;
	text-shadow: none;

	opacity: 0.9;
}

.button2
{
	background-color: #d16527;
	color: #fff;
	margin: 0 4px;
	padding: 10px 20px;

	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-shadow: none;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}

.button2:hover
{
	border: 5px solid #fff;
	padding: 5px 15px;
	text-decoration: none;
}

.button3
{
	color: #333;
	border-bottom: 2px solid transparent;
}

.button3:hover, .button3.sel
{
	border-bottom: 2px solid #d16527;
}

.button4
{
	background-color: #333;
	padding: 2px 10px;

	border-radius: 3px;

	font-size: 10px;
	font-weight: 600;

	color: #fff;
}

.button4:hover
{
	background-color: #555;
}

.button5
{
	background-color: #5C5;
	padding: 2px 10px;

	border-radius: 3px;

	font-size: 10px;
	font-weight: 600;

	color: #fff;
}

.button5:hover
{
	background-color: #5D5;
}

.button6
{
	background-color: #C55;
	padding: 2px 10px;

	border-radius: 3px;

	font-size: 10px;
	font-weight: 600;

	color: #fff;
}

.button6:hover
{
	background-color: #E66;
}

ul.button-group
{
	display: inline-block;
}

ul.button-group > li
{
	display: inline-block;
}

/* ---- Forms ---- */

label
{
	margin: 15px auto;
	
	font-size: 20px;
}

label, input, textarea
{
	margin-bottom: 10px !important;
	display: block;
}

input, textarea
{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 8px 12px;
	border: 0;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	outline: none;
}

textarea
{
	height: 80px;
}

input:focus, textarea:focus
{
	background-color: #efefef;
}

/* ---- Custom Select Menus ---- */

select
{
	cursor: pointer;
}

select.hasCustomSelect
{
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin-top: 5px;
}

.custom-select
{
	background: #eeefef;
	height: 20px;
	margin-top: 5px;
	padding: 3px 5px 2px;
	border: 1px solid #999;
	border-radius: 3px;

	color: #666;
	font-size: 11px;
	line-height: 11px;
}

.custom-selectInner
{
	background: url('../img/btn-select-arrow.png') no-repeat center right;
	width: 100%;
	padding-right: 15px;
}

/* ---- Custom Buttons ---- */

.custom-button
{
	background: #eeefef;
	height: 20px;
	margin-top: 5px;
	padding: 3px 5px 2px;
	border: 1px solid #999;
	border-radius: 3px;
	display: inline-block;

	line-height: 11px;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

.custom-select-button
{
	background: #eeefef url('../img/btn-select-button-arrow.png') no-repeat 100% 6px;
	height: 20px;
	margin-top: 5px;
	padding: 3px 25px 2px 5px;
	border: 1px solid #999;
	border-radius: 3px;
	display: inline-block;

	font-size: 11px;
	line-height: 11px;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

.custom-button:hover,.custom-select-button:hover
{
	color: #666;
}

.custom-select-date
{
	background: #fff url('../img/btn-select-date-arrow.png') no-repeat center right;
	height: 30px;
	padding: 0 40px 0 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;

	font-size: 17px;
	line-height: 30px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.custom-select-date:hover
{
	color: #666;
}

.custom-select-date img
{
	margin: 0 7px 0 2px;
}

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

.span-12,.span-11,.span-10,.span-9,.span-8,.span-7,.span-6,.span-5,.span-4,.span-3,.span-2,.span-1
{
	width: 100%;
	float: none;
	clear: both;
}

}
