/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* Stylesheet: normalize Modified On 2013-07-25 15:05:12 */
/* h5bp */

html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* Initializr */

body {
	font: 1em/normal 'Open Sans', sans-serif;
}
.wrapper {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
/* ALL: Basic Theme */

a, a img, input, textarea, li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-container header {
	margin: 0 auto;
	width: 1000px;
	height: 260px;
}
.header-container {
	background: #FFF;
}
.footer-container {
	background: #303030 url('../../img/bg_pttrn02.png');
}
.logo {
	margin: 0;
	background: url('../../img/logo01.png') no-repeat;
	width: 203px;
	height: 212px;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	left: 0;
}
.logo a {
	width: 203px;
	height: 212px;
	display: block;
}
#hdrBttn {
	padding-right: 85px;
	position: absolute;
	top: 65px;
	right: 360px;
	text-transform: uppercase;
}
#hdrBttn p {
	margin: 0;
	font: 30px/30px 'Open Sans', sans-serif;
	color: #0f2787;
}
#hdrBttn p strong {
	font: normal 47px/47px 'Anton', sans-serif;
	color: #000;
}
#hdrBttn p + p {
	position: absolute;
	top: 4px;
	right: 0;
	text-align: center;
}
#hdrBttn a:link, #hdrBttn a:active, #hdrBttn a:visited {
	-webkit-border-radius: 36px;
	border-radius: 36px;
	background: #C00;
	width: 72px;
	font: normal 23px/72px 'Anton', sans-serif;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
#hdrBttn a:hover {
	background: #0f2787;
	text-shadow: 0 0 3px #000;
}
.phone-number {
	font-size: 43px;
	font-family: 'Anton', sans-serif;
}
header .phone-number {
	color: #0f2787;
	position: absolute;
	top: 70px;
	right: 0;
}
footer .phone-number {
	color: #FFF;
	line-height: 100px;
}
.phone-number a, .phone-number a:hover {
	text-decoration: none;
}
header .phone-number a, header .phone-number a:hover {
	color: #0f2787;
}
footer .phone-number a, footer .phone-number a:hover {
	color: #FFF;
}
.banner-container {
	background: #0f2787 url('../../img/bg_bnnr01.png') 50% 0 no-repeat;
	width: 100%;
	height: 618px;
}
.banner {
	margin: 0 auto;
	width: 1000px;
	height: 618px;
	position: relative;
	overflow: hidden;
}
/* ==============
    MOBILE: Menu
   ============== */
header nav {
	position: absolute;
	bottom: 0;
	right: 0;
}
nav ul {
	margin: 0;
	padding: 0;
	display: table;
}
nav li + li {
	margin-left: 50px;
}
footer nav {
	float: left;
}
footer nav li {
	margin: 0;
	clear: left;
	line-height: 28px;
}
footer nav li + li {
	margin-top: 10px;
}
nav a:link, nav a:active, nav a:visited {
	display: block;
	margin-bottom: 10px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 25px;
	font-family: 'Anton', sans-serif;
	color: #000;
}
nav a:hover {
	color: #0f2787;
	text-decoration: none;
}
footer nav a:link, footer nav a:active, footer nav a:visited {
	margin: 0;
	padding: 0;
	color: #FFF;
}
footer nav a:hover {
	color: #626262;
}
/* ==============
    MOBILE: Main
   ============== */

.main article h1 {
	font-size: 2em;
}
.footer-container footer {
	margin: 0 auto;
	padding: 40px 0;
	width: 1000px;
	color: white;
	display: table;
}
footer h2 {
	margin: 0;
	font: 25px/28px 'Anton', sans-serif;
	text-transform: uppercase;
}
footer p {
	font-size: 20px;
}
.footer-text {
	margin-left: 200px;
	float: left;
}
.footer-text address {
	font-style: normal;
	font-size: 22px;
}
/* Form */

.footer-form {
	float: right;
}
.cms_form {
	margin: 20px 0 0;
	width: 220px;
}
.cms_form span {
	padding: 0 0 5px;
	font-size: 11px;
	font-style: italic;
	color: #999;
	display: block;
}
.cms_form input[type=text], .cms_form textarea {
	margin: 0 0 10px;
	border: 0 none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #FFF;
	width: 220px;
	text-indent: 10px;
	font: 15px/normal 'Open Sans', sans-serif;
	color: #238;
	display: block;
}
.cms_form input[type=text] {
	height: 33px;
	line-height: 33px;
}
.cms_form textarea {
	padding: 10px 0 0 10px;
	resize: none;
	text-indent: 0;
	width: 210px;
	height: 85px;
}
.cms_form input[type=text]:focus, .cms_form textarea:focus {
	background: #626262;
	color: #FFF;
}
.captchapict {
	margin: 0 0 5px;
	border: 1px solid #999;
	clear: both;
}
.cms_submit {
	margin: 0;
	padding: 0;
	border: 0 none;
	display: block;
	float: left;
	cursor: pointer;
	-webkit-border-radius: 29px;
	border-radius: 29px;
	background: #C00;
	width: 58px;
	height: 58px;
	font: normal 18px/58px 'Anton', sans-serif;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.cms_submit:hover {
	background: #0f2787;
	text-shadow: 0 0 3px #000;
}
.error_message ul {
	color: #F00;
	font-size: 12px;
	margin: 15px auto 0;
	padding: 0;
	display: table;
}
/* Fancybox */
#fancyboxPages {
	padding: 0;
	background: #0f2787 url('../../img/bg_pttrn02.png');
	color: #FFF;
}
#fancyboxPages .cms_form {
	margin: 10px auto 0;
	width: 420px;
}
#fancyboxPages .cms_form fieldset div {
	padding-left: 70px;
	background: url('../../img/form-ico01.png') 0 50% no-repeat;
}
#fancyboxPages .cms_form fieldset div + div {
	background: url('../../img/form-ico02.png') 0 50% no-repeat;
}
#fancyboxPages .cms_form fieldset div + div + div {
	background: url('../../img/form-ico03.png') 0 50% no-repeat;
}
#fancyboxPages .cms_form fieldset div + div + div + div {
	background: none;
}
#fancyboxPages .cms_form input[type=text], #fancyboxPages .cms_form textarea {
	margin: 0 0 10px;
	border: 0 none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #FFF;
	width: 350px;
	text-indent: 10px;
	font: 18px/normal 'Open Sans', sans-serif;
	color: #000;
	display: block;
}
#fancyboxPages .cms_form input[type=text] {
	height: 48px;
	line-height: 48px;
}
#fancyboxPages .cms_form textarea {
	padding: 10px 0 0 10px;
	resize: none;
	text-indent: 0;
	width: 340px;
	height: 125px;
}
#fancyboxPages .cms_form input[type=text]:focus, #fancyboxPages .cms_form textarea:focus {
	background: #626262;
	color: #FFF;
}
.captchapict {
	margin: 0 0 5px;
	border: 1px solid #999;
	clear: both;
}
#fancyboxPages .cms_submit {
	margin: 0;
	padding: 0;
	border: 0 none;
	display: block;
	float: right;
	cursor: pointer;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url('../../img/form-bttn01.png') no-repeat;
	width: 101px;
	height: 102px;
	font: normal 34px/102px 'Anton', sans-serif;
	color: #000;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
#fancyboxPages .cms_submit:hover {
	color: #C00;
	text-shadow: 0 0 3px #EEE;
}
/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .logo {
	padding-top: 20px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
/* ====================
    INTERMEDIATE: Menu
   ==================== */

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

nav ul li {
	display: block;
	float: left;
}
.oldie nav a {
	margin: 0 0.7%;
}
}
 @media only screen and (min-width: 768px) {
/* ====================
    WIDE: CSS3 Effects
   ==================== */

.header-container, .main aside {
}
p {
	font: 42px/45px 'Open Sans', sans-serif;
}
h3 {
	font: normal 53px/60px 'Anton', sans-serif;
}
/* ============
    WIDE: Menu
   ============ */

/* ============
    WIDE: Main
   ============ */

.main article {
	padding: 60px 0;
	background: #ededed url('../../img/bg_pttrn01.png');
	width: 100%;
	display: table;
}
.main article.odd {
	background: #0f2787 url('../../img/bg_pttrn02.png');
	color: #FFF;
}
.main header, .main section {
	margin: 0 auto;
	width: 1000px;
}
.main header {
	display: none;
}
.main h3, .main p {
	margin: 0;
	padding: 50px 0;
}
.main h3 {
	color: #0f2787;
}
.main p strong, .main h3 strong {
	color: #0f2787;
}
.main article.odd h3 {
	color: #FFF;
}
.main article.odd strong {
	color: #FFF;
}
img.big-button {
	float: right;
	margin-top: -90px;
	position: relative;
}
}
 @media only screen and (min-width: 1140px) {
/* ===============
    Maximal Width
   =============== */

.wrapper {
}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
 *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}

/* Stylesheet: main Modified On 2013-07-30 17:03:44 */
