@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*GENERAL -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

* {
	margin:0;
}

html, body {
	padding:0px;
	margin:0px;
	height:100%;
}
body {
	background: #ffffff;
	color:#4f4f4f;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 15px;
    line-height: 24px;
	font-weight:400;
}

body.popup {
	background-color:white; 
	background-image:none;
}

a {color:#ea8736; text-decoration:none;}
a:hover {color:#ea8736; text-decoration:underline;}
a:active {text-decoration:none; background:none;}

.wrapper {
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	margin: 0 auto -95px; 
}

.push {
	height:95px;
}

em, i {
	font-style:italic;
}

/*-------------------------------------------------------------------------------------*/
/*GLOBAL ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

h1 {font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; color:#e98635; font-size:26px; line-height:26px; font-weight:700; padding:0; margin:10px 0 20px 0;}
h2 {font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; color:#008cbd; font-size:20px; line-height:24px; font-weight:700; padding:0; margin:0 0 10px 0;}
h3 {font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; color:#008cbd; font-size:18px; line-height:18px; font-weight:700; padding:0; margin:0 0 10px 0;}
h4 {font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; color:#4f4f4f; font-size:15px; line-height:24px; font-weight:400; padding:0; margin:0;}
h6 {font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; color:#4f4f4f; font-size:15px; line-height:24px; font-weight:400; padding:0; margin:0;}

button, .button, .btn {
    border: none;
    background: #008cbd;
    color: #ffffff;
    cursor: pointer;
    padding: 0 15px;
    display: inline-block;
    height: 30px;
    text-align: center;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: 400;
    font-size: 15px;
	line-height: 30px;
}

.button:hover, .btn:hover {
	color: #ffffff;
	text-decoration:none;
	background:#e98635;
}

/*-------------------------------------------------------------------------------------*/
/*HEADER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.header .logo {
	float:left;
	margin:20px 0 25px 0;
	display:block;
	position:relative;
	z-index:1000;
}

.navbar {
	margin:0;
}

/*-------------------------------------------------------------------------------------*/
/*CONTENT -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.content {
	position:relative;
}

.content-wrapper {
	padding-top: 30px;
	padding-bottom:60px;
}

.quick-menu {
	background:#e98635;
	width:250px;
	height:250px;
	float:left;
	border-radius:100%;
	margin: -80px 0 0 0;
	position:relative;
	z-index:502;
	color:#ffffff;
	font-size:17px;
	padding: 30px 44px 0 64px;
}

.quick-menu h3 {
	color:#ffffff;
	font-size:24px;
	margin-bottom:18px;
}

.quick-menu li {
	list-style-type:none;
	margin:0;
	padding:0 0 0 22px;
	line-height:30px;
	background:url(/images/site/bullet.png) left center no-repeat;
}

.quick-menu li a {
	color:#ffffff;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.quick-menu li a span {
	font-style:italic;
}

/*-------------------------------------------------------------------------------------*/
/*FOOTER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.footer {
	background:#008cbd;
	text-align:center;
	padding:23px 0 20px 0;
	color:#ffffff;
}

.footer h3 {
	font-size:18px;
	color:#ffffff;
	margin:0 0 10px 0;
}

.footer span {
	padding-left:15px;
}

.footer a {
	color:#ffffff;
}


/*-------------------------------------------------------------------------------------*/
/*MEDIA QUERIES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media(max-width:1199px){
	.quick-menu-container {
		position:absolute;
		top:0;
		right:0;
	}
}

@media(max-width:911px){
	.quick-menu {
		margin: -267px 0 0 0;
	}
}

@media(max-width:767px){
	.quick-menu {display:none;}
	.header .logo {
		width: 100%;
    	text-align: center;
    	height: 100px;
		margin: 10px 0; 
	}
	.header .logo img {max-width:100%; max-height:100%;}
	.footer span {display:block;}
	.footer .contact-label, .footer .dividerFooter {display:none;}
}