* {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

html {
  width: 100%;
  height: 100%;
}

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

input, textarea, button {
  border-radius: 0;
}

.full {
  width: 100%;
}

.clear {
  display: block;
  clear: both;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.hidden {
  display: none !important;
}

.acenter {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#mobile-menu, #mobile-menu ul, #menu-toggle {
  display: none;
}

.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix, html .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.shadow-a:after, .shadow-b:before {
  content: " ";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  visibility: visible;
  z-index: 1;
  pointer-events: none;
  background-image: url("../images/shadow.png");
  background-repeat: no-repeat;
  background-position: center top;
}

.shadow-a:after {
  top: 100%;
}

.shadow-b:before {
  top: 0;
}

html .btn, html .btn:visited {
  -webkit-appearance: none;
  display: inline-block;
  padding: 5px 20px;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0c9bd7;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

html .btn:hover, html .btn:active {
  color: #ffffff;
  background-color: #032349;
}

html .btn > i {
  margin-left: 10px;
}

.grayslashes span {
  padding: 0 15px;
  color: #666666;
}

/*------ icons ------*/
#social-icons { list-style: none; margin: 10px 0; padding: 0; text-align: left; font-size: 0; }
#social-icons li { display: inline-block; margin: 0 0 0 1px; padding: 0; border: 0; }
#social-icons li a { position: relative; display: block;  width: 40px; height: 40px;  line-height: 40px; text-align: center; background: #eee; overflow: hidden; }
#social-icons li a span { 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	font-size: 21px; 
	line-height: 40px; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#social-icons li a span + span { top: 100%; color: #fff; }
#social-icons li a:hover span { top: -100%; }
#social-icons li a:hover span + span { top: 0; }
#social-icons li a:active span {
	box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
}

#social-icons li a:hover span + span.fa-facebook { background: #3b5998; }
#social-icons li a:hover span + span.fa-google-plus { background: #d94a39; }
#social-icons li a:hover span + span.fa-linkedin { background: #1b92bd; }
#social-icons li a:hover span + span.fa-pinterest { background: #cb2027; }
#social-icons li a:hover span + span.fa-twitter { background: #00bdec; }
#social-icons li a:hover span + span.fa-youtube { background: #d20800; }
#social-icons li a:hover span + span.fa-instagram { background: #316c95; }
#social-icons li a:hover span + span.fa-houzz { background: #7cc04b; }

.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-clearfix:before {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay.png");
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 300px;
  overflow: hidden;
  outline: none !important;
  background: #fff;
  color: #333;
  font-size: 16px;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 15px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar a {
  color: #ffffff;
}

.dialog-error .ui-dialog-titlebar {
  background: #990000;
  border: 1px solid #fff;
}

.dialog-success .ui-dialog-titlebar {
  background: #009900;
  border: 1px solid #fff;
}

.dialog-info .ui-dialog-titlebar {
  background: #000099;
  border: 1px solid #fff;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0 25px 0 0;
  text-transform: none;
}
.ui-dialog .ui-dialog-title span {
  font-size: 14px;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 0 0 0 1px;
  height: 22px;
  background: none;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 10px 15px;
  background: none;
  overflow: auto;
  zoom: 1;
  line-height: 22px;
}

#main-navigation {
  display: none;
}

.ddsmoothmenu {
  display: block !important;
  width: 100%;
}
.ddsmoothmenu ul {
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #282828;
}
.ddsmoothmenu ul li {
  position: relative;
  display: inline;
  float: left;
  margin: 0;
}
.ddsmoothmenu ul li a {
  display: block;
  color: #FFF;
  padding: 8px 10px;
  text-decoration: none;
}
.ddsmoothmenu ul li ul {
  position: absolute;
  left: 0;
  display: none;
  visibility: hidden;
}
.ddsmoothmenu ul li ul li {
  display: list-item;
  float: none;
}
.ddsmoothmenu ul li ul li ul {
  top: 0;
}
.ddsmoothmenu ul li ul li a {
  width: 275px;
  padding: 5px;
  margin: 0;
}

* html .ddsmoothmenu {
  height: 1%;
}
* html .ddsmoothmenu ul li a {
  display: inline-block;
}

.container {
  margin: 0 auto;
  position: relative;
}

section#navbar .container, header#header #banner .container, #content-wrapper .info_block .container, footer#footer .cta-box, footer#footer .footer_box {
  max-width: 1280px;
  padding: 0 20px;
}

header#header #banner .overlay, #header #slideshow .cycle-slideshow .slide .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section#navbar .container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  margin-left: -5px;
}

form {
  width: 100%;
  margin-top: 30px;
}
form fieldset {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
}
form fieldset *:focus {
  outline: 0;
}
form fieldset button, form fieldset input[type="button"], form fieldset input[type="reset"], form fieldset input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}
form fieldset input[type="text"], form fieldset select, form fieldset textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: 0;
  margin: 0 0 10px;
  border-radius: 0;
  outline: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  background-color: #ffffff;
  -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;
}
form fieldset input[type="text"]:hover, form fieldset select:hover, form fieldset textarea:hover {
  border: 0;
}
form fieldset input[type="text"], form fieldset textarea {
  color: #333333;
}
form fieldset label.select {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  position: relative;
  font-size: 10px;
  line-height: 10px;
}
form fieldset label.select i {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  pointer-events: none;
  color: #aaa;
  -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;
}
form fieldset label.select select {
  position: relative;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  color: #aaa;
}
form fieldset label.select select option {
  color: #333;
}
form fieldset label.select select option:first-child {
  color: #aaa;
}
form fieldset label.select select:hover + i {
  color: #0000aa;
}
form fieldset textarea {
  overflow: auto;
  height: 230px;
}
form fieldset input[type="text"]:focus, form fieldset textarea:focus {
  color: #ffffff !important;
  background-color: #0c9bd7 !important;
}
form fieldset #captcha input {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
form fieldset #captcha .code {
  display: inline-block;
  vertical-align: top;
  width: 102px;
  height: 48px;
  border: 1px solid #cccccc;
}
form fieldset #captcha .code img {
  display: block;
}
form fieldset .submit {
  display: inline-block;
  width: 100%;
  text-align: right;
}
form fieldset .submit .btn {
  color: #ffffff;
  background-color: #f76126;
}
form fieldset .submit .btn:hover {
  color: #333333;
  background-color: #ffffff;
}
form fieldset .submit .btn i {
  margin-left: 10px;
}
form .col50 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 5px;
}
form .col50 + .col50 {
  padding-left: 5px;
  padding-right: 0;
}
form fieldset.lbox {
  display: block;
  width: 100%;
  padding: 40px 180px;
  position: relative;
  border: 1px solid #666;
  color: #999;
}
form fieldset.lbox legend {
  position: relative;
  padding: 0 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-style: oblique;
  text-align: center;
}
form .required {
  color: #aa0000 !important;
  border: 1px solid #aa0000 !important;
}

#contact_form {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#contact_form input, #contact_form select, #contact_form textarea {
  border: 1px solid #cccccc;
}
#contact_form input:hover, #contact_form input:focus, #contact_form select:hover, #contact_form select:focus, #contact_form textarea:hover, #contact_form textarea:focus {
  border: 1px solid #0c9bd7;
}
#contact_form textarea {
  height: 200px;
}
#contact_form .submit {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  bottom: -30px;
  text-align: center;
}
#contact_form .submit .btn {
  display: inline-block;
  position: relative;
  top: -15px;
}

.non-form {
  margin: 0;
  text-align: center;
}
.non-form > p {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}
.non-form fieldset.lbox > p {
  font-size: 28px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}

section#navbar {
  display: block;
  width: 100%;
  height: 120px;
  border-bottom: 0px solid #c44e20;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: height 1s ease, border-bottom 1s ease, background-color 0.3s ease;
  -moz-transition: height 1s ease, border-bottom 1s ease, background-color 0.3s ease;
  -ms-transition: height 1s ease, border-bottom 1s ease, background-color 0.3s ease;
  -o-transition: height 1s ease, border-bottom 1s ease, background-color 0.3s ease;
  transition: height 1s ease, border-bottom 1s ease, background-color 0.3s ease;
}
section#navbar:hover {
  background-color: white;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
section#navbar .container {
  height: 100%;
}
section#navbar .container a.logo {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 94px;
  overflow: hidden;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -ms-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 1s ease, height 1s ease;
}
section#navbar .container a.logo img {
  display: block;
  width: 250px;
  height: 94px;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -ms-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 1s ease, height 1s ease;
}
section#navbar .container nav {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 22px;
  right: 20px;
  -webkit-transition: top 1s ease;
  -moz-transition: top 1s ease;
  -ms-transition: top 1s ease;
  -o-transition: top 1s ease;
  transition: top 1s ease;
}
section#navbar .container nav .phone {
  height: 28px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
  color: #666666;
  overflow: hidden;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
section#navbar .container nav .phone i {
  font-size: 18px;
  padding-right: 10px;
  color: #f76126;
}
section#navbar .container nav #main-navigation ul li a {
  display: block;
  padding: 12px 20px !important;
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #032349;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, font-size 1s ease, padding 1s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, font-size 1s ease, padding 1s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease, font-size 1s ease, padding 1s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease, font-size 1s ease, padding 1s ease;
  transition: background-color 0.3s ease, color 0.3s ease, font-size 1s ease, padding 1s ease;
}
section#navbar .container nav #main-navigation ul li a:hover, section#navbar .container nav #main-navigation ul li a.selected {
  color: #ffffff;
  background-color: #f76126;
}
section#navbar .container nav #main-navigation ul li ul {
  background-color: #FFF;
}

section#navbar.scrolled {
  height: 75px;
  border-bottom: 5px solid #f76126;
  -webkit-transition: height 1s ease, border-bottom 1s ease, background-color 0.3s ease;
  -moz-transition: height 1s ease, border-bottom 1s ease, background-color 0.3s ease;
  -ms-transition: height 1s ease, border-bottom 1s ease, background-color 0.3s ease;
  -o-transition: height 1s ease, border-bottom 1s ease, background-color 0.3s ease;
  transition: height 1s ease, border-bottom 1s ease, background-color 0.3s ease;
}
section#navbar.scrolled:hover {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
section#navbar.scrolled .container a.logo {
  width: 50px;
  height: 55px;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -ms-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 1s ease, height 1s ease;
}
section#navbar.scrolled .container a.logo img {
  width: 147px;
  height: 55px;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -ms-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 1s ease, height 1s ease;
}
section#navbar.scrolled .container nav {
  top: 14px;
}
section#navbar.scrolled .container nav .phone {
  height: 0;
}
section#navbar.scrolled .container nav #main-navigation ul li a {
  padding: 12px 10px !important;
  font-size: 14px;
}

header#header {
  position: relative;
  z-index: 0;
}
header#header #banner {
  display: block;
  width: 100%;
  max-height: 425px;
  height: 425px;
  position: relative;
  overflow: hidden;
}
header#header #banner img {
  /*display: block;
  width: 100%;
  position: relative;
  z-index: 0;*/
  position: absolute;
  left: 50%;
  margin-left: -960px;
  min-width: 1920px;
}
header#header #banner .overlay {
  z-index: 1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 25%, rgba(17, 17, 17, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(25%, rgba(17, 17, 17, 0)), color-stop(100%, rgba(17, 17, 17, 0.5)));
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 25%, rgba(17, 17, 17, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 25%, rgba(17, 17, 17, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 25%, rgba(17, 17, 17, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 25%, rgba(17, 17, 17, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111111', endColorstr='#80111111',GradientType=0 );
}
header#header #banner .container {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
header#header #banner .container h1 {
  display: block;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 25px #111111;
}

body {
  background-color: #eeeeee;
}

#content-wrapper {
  position: relative;
  z-index: 5;
}

#page-title {
	width: 100%;
	position: absolute;
	top: -170px;
	text-align: center;
}
#page-title h1 {
	 text-shadow: 0 0 25px #111111;
}

#content-wrapper section.content_container {
  display: block;
  width: 100%;
  max-width: 960px;
  padding-bottom: 40px;
  margin: -40px auto 0;
}
#content-wrapper .content {
  max-width: 1040px;
  padding: 60px;
  margin: 0 auto 40px;
  margin-top: -40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.25);
  box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.25);
}
#content-wrapper .content ~ .content {
  margin-top: 0;
}
#content-wrapper .content h2:first-of-type {
  margin-top: 0;
}
#content-wrapper .content.two {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 460px;
  padding: 60px 40px;
  margin: 0 10px;
}
#content-wrapper .content.two .contactrow > span {
  vertical-align: top;
  display: inline-block;
}
#content-wrapper .content.two .contactrow .label {
  width: 30%;
}
#content-wrapper .content.two .contactrow .info {
  width: 70%;
}
#content-wrapper .content.two .address {
  margin-bottom: 10px;
}
#content-wrapper .content.two .email {
  margin-top: 10px;
}
#content-wrapper .info_block {
  display: block;
  width: 100%;
  background: #0d3b71;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkM2I3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzIzNDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0d3b71 0%, #032349 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d3b71), color-stop(100%, #032349));
  background: -webkit-linear-gradient(top, #0d3b71 0%, #032349 100%);
  background: -o-linear-gradient(top, #0d3b71 0%, #032349 100%);
  background: -ms-linear-gradient(top, #0d3b71 0%, #032349 100%);
  background: linear-gradient(to bottom, #0d3b71 0%, #032349 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3b71', endColorstr='#032349',GradientType=0 );
}
#content-wrapper .info_block .container {
  padding: 80px 10px;
}
#content-wrapper .gmap_block {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
#content-wrapper .gmap_block #gmap {
  display: block;
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 0;
}
#content-wrapper .gmap_block a.btn {
  margin-top: -25px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

.hours {
  margin-top: 30px;
}
.hours h3 {
  margin-bottom: 20px;
}
.hours .hourtable > div {
  margin-bottom: 3px;
}
.hours .hourtable > div > span {
  display: inline-block;
  vertical-align: top;
}
.hours .hourtable > div > span:nth-child(1) {
  font-weight: 700;
  width: 30%;
}
.hours .hourtable > div > span:nth-child(2) {
  width: 70%;
}

footer#footer {
  display: block;
  width: 100%;
  height: auto;
  padding: 215px 0;
  position: relative;
  overflow: hidden;
}
footer#footer > img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  opacity: 0.5;
}
footer#footer .cta-box {
  display: block;
  height: auto;
  padding: 0;
  margin: 0 auto 100px;
  position: relative;
  z-index: 1;
}
footer#footer .cta-box > p {
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}
footer#footer .cta-box .non-form {
  margin-top: 20px;
}
footer#footer .cta-box .non-form fieldset {
  padding: 20px;
  border: 1px solid #333333;
}
footer#footer .cta-box .non-form fieldset legend {
  padding: 0 20px;
  font-weight: 600;
  font-style: oblique;
  text-align: center;
}
footer#footer .cta-box .non-form fieldset > p {
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}
footer#footer .footer_box {
  display: block;
  height: auto;
  padding: 30px;
  margin: 0 auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
}
footer#footer .footer_box h4 {
  color: #f76126;
  margin-bottom: 10px;
}
footer#footer .footer_box .logo {
  display: inline-block;
  width: 20%;
  margin-right: 10%;
}
footer#footer .footer_box .logo img {
  display: block;
  width: 100%;
}
footer#footer .footer_box .contact {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
footer#footer .footer_box .contact .address {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
  text-align: left;
}
footer#footer .footer_box .contact .address span[itemprop="streetAddress"] {
  display: block;
}
footer#footer .footer_box .contact .address span[itemprop="postalCode"] {
  display: block;
}
footer#footer .footer_box .contact .telecom {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
  text-align: left;
}
footer#footer .footer_box .contact .telecom > span {
  display: block;
}
footer#footer .footer_box .contact .telecom > span > span {
  display: inline-block;
  width: 15%;
}
footer#footer .footer_box .contact .telecom > span.p2 {
  padding-top: 10px;
}
footer#footer .footer_box .legal {
  display: block;
}
footer#footer .footer_box .legal > div p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
footer#footer .footer_box .legal .copy {
  display: inline-block;
  width: 50%;
  text-align: left;
}
footer#footer .footer_box .legal .trade {
  display: inline-block;
  width: 50%;
  text-align: right;
}

#header #slideshow {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
#header #slideshow .cycle-slideshow {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}
#header #slideshow .cycle-slideshow .slide {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
#header #slideshow .cycle-slideshow .slide > a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}
#header #slideshow .cycle-slideshow .slide img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
#header #slideshow .cycle-slideshow .slide .overlay {
  z-index: 1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(50%, rgba(17, 17, 17, 0)), color-stop(100%, rgba(17, 17, 17, 0.5)));
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111111', endColorstr='#80111111',GradientType=0 );
}
#header #slideshow .cycle-slideshow .slide .headline-center {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 15%;
  z-index: 2;
}
#header #slideshow .cycle-slideshow .slide .headline-center .headline {
  display: block;
  padding: 0 60px;
  text-align: center;
}
#header #slideshow .cycle-slideshow .slide .headline-center .headline h1 {
  text-shadow: 0 0 25px #111111;
}
#header #slideshow .cycle-slideshow .slide .headline-center .headline h5 {
  margin-top: 20px;
  font-size: 30px;
  line-height: 32px;
  color: #cccccc;
  text-shadow: 0 0 25px #111111;
}
#header #slideshow #slide-prev, #header #slideshow #slide-next {
  position: absolute;
  bottom: 30px;
  z-index: 5;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.6);
}
#header #slideshow #slide-prev:hover, #header #slideshow #slide-next:hover {
  color: white;
}
#header #slideshow #slide-prev {
  left: 30px;
}
#header #slideshow #slide-next {
  right: 30px;
}

#promoboxes {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 60px 0;
  position: relative;
}
#promoboxes .promo {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  position: relative;
  margin-bottom: 30px;
}
#promoboxes .promo ~ .promo {
  margin-left: 10px;
}
#promoboxes .promo a {
  display: block;
  width: 100%;
  height: auto;
}
#promoboxes .promo a .image {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 0;
}
#promoboxes .promo a .image img {
  display: block;
  width: 100%;
  height: auto;
}
#promoboxes .promo a .sbox {
  display: block;
  width: 310px;
  height: 40px;
  position: absolute;
  top: 180px;
  left: 20px;
  z-index: 1;
  background-color: transparent;
  -webkit-box-shadow: 0 0 10px 5px rgba(17, 17, 17, 0.25);
  box-shadow: 0 0 10px 5px rgba(17, 17, 17, 0.25);
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#promoboxes .promo a .text {
  display: block;
  width: 310px;
  height: auto;
  padding: 20px;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #eeeeee;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#promoboxes .promo a .text h4 {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  padding: 15px 25px;
  position: relative;
  top: -45px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #f76126;
  background-color: rgba(247, 97, 38, 0.9);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#promoboxes .promo a .text p, #promoboxes .promo a .text span {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
#promoboxes .promo a .text p {
  margin-top: -30px;
  color: #111111;
}
#promoboxes .promo a .text span {
  color: #0c9bd7;
}
#promoboxes .promo a .text span > i {
  margin-left: 6px;
}
#promoboxes .promo a:hover .text {
  background-color: #ffffff;
}
#promoboxes .promo a:hover .text h4 {
  background-color: #f76126;
}
#promoboxes.home {
  margin-top: 0;
}
#promoboxes.home .promo {
  margin-top: -40px;
}
#promoboxes .promo.no-image a {
	cursor: default;
}
#promoboxes .promo.no-image a .image{
	height: 50px;
}
#promoboxes .promo.no-image a .sbox{
	top: 30px;
}
#promoboxes .promo.no-image a .text h4 {
	background: #0c9bd7;	
}

@media screen and (min-width: 1920px) {
	
 	#header #slideshow, #header #slideshow .cycle-slideshow .slide, #header #slideshow .cycle-slideshow .slide > a {
	 	height: 740px;
 	}
 	
 	#header #slideshow .cycle-slideshow .slide .headline-center {
	 	top: 60%;
	 	bottom: auto;
 	}
 	
 	#header #slideshow .cycle-slideshow .slide img {
		position: relative;
		left: 0;
		margin-left: 0;
		min-width: 0;
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 1280px) {
	
 	#header #slideshow, #header #slideshow .cycle-slideshow .slide, #header #slideshow .cycle-slideshow .slide > a {
	 	height: 500px;
 	}
 	
 	#header #slideshow .cycle-slideshow .slide img {
		position: absolute;
		left: 50%;
		margin-left: -640px;
		min-width: 1280px;
		width: 1280px;
		height: 500px;
		overflow: hidden;
 	}
	
	#header #slideshow .cycle-slideshow .slide .headline-center {
		bottom: 18%;
	}

  #promoboxes.home {
    margin-top: 0;
  }
  #promoboxes.home .promo {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1055px) {
  blockquote:before {
    width: 60px;
    left: -60px;
  }
}
@media screen and (max-width: 1000px) {
  section#navbar {
    height: 100px;
    position: relative;
  }
  section#navbar .container a.logo {
    width: 200px;
    height: auto;
  }
  section#navbar .container a.logo img {
    width: 200px;
    height: auto;
  }
  section#navbar .container .phone {
    display: none;
    visibility: hidden;
  }
  section#navbar .container #menu-toggle {
    top: 35px;
  }
  
  #page-title {
	  top: -250px;
  }

  header#header {
    margin-top: 0;
  }
  header#header #banner .container h1 {
    bottom: 35%;
  }
  header#header #slideshow .cycle-slideshow .slide .headline-center .headline h1 {
    font-size: 50px;
    line-height: 52px;
  }
  header#header #slideshow .cycle-slideshow .slide .headline-center .headline h5 {
    font-size: 20px;
    line-height: 22px;
  }

  #content-wrapper section.content_container {
    margin: 0 auto 0;
    padding: 0;
    max-width: 100%;
  }
  #content-wrapper section.content_container .content.two {
    display: block;
    margin: 0 auto 30px;
    padding: 60px;
    max-width: 100%;
  }
  #content-wrapper .content {
    margin-top: 0;
  }
  #content-wrapper .info_block .container {
    padding: 40px 20px 50px;
  }

  form fieldset.lbox {
    padding: 30px 30px;
  }

  .ddsmoothmenu, .ddsmoothmenu * {
    display: none;
    visibility: hidden;
  }

  #mobile-menu {
    display: none;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 90;
    margin: 0;
  }
  #mobile-menu ul {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    text-align: left;
  }
  #mobile-menu ul li {
    position: relative;
    display: block;
    margin: 0;
    border: 0;
    background-color: #282828;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  #mobile-menu ul li a {
    display: block;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -moz-transition: color 0.3s ease, background-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  #mobile-menu ul li a.selected, #mobile-menu ul li a.active {
    color: #ffffff;
    background-color: #032349;
  }
  #mobile-menu ul li a:hover {
    color: #ffffff;
    background-color: #0c9bd7;
  }
  #mobile-menu ul li a span {
    display: none;
  }
  #mobile-menu ul li ul li a {
    padding-left: 30px;
  }
  #mobile-menu ul li ul li ul li a {
    padding-left: 50px;
  }
  #mobile-menu > ul > li > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  #mobile-menu > ul > li > a:hover:before {
    left: 0;
  }
  #mobile-menu .expandable {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    cursor: pointer;
    outline: none;
    background-image: url("../images/nav_arrows.png");
    background-repeat: no-repeat;
    background-position: 0 15px;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  #mobile-menu .expandable:hover {
    background-color: #0c9bd7;
  }
  #mobile-menu .expandable.ui-state-active {
    background-position: -40px 15px;
  }

  #menu-toggle {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 45px;
    right: 30px;
    cursor: pointer;
    overflow: hidden;
  }
  #menu-toggle span {
    display: block;
    width: 100%;
    height: 4px;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 2px;
    background-color: #111111;
    -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;
  }
  #menu-toggle span + span {
    margin-top: 6px;
  }
  #menu-toggle span:nth-child(3) {
    position: absolute;
    top: 14px;
  }
  #menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
    left: 0px;
    width: 30px;
    height: 4px;
  }
  #menu-toggle.open span:nth-child(2) {
    width: 0;
  }
  #menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    left: 0px;
    width: 30px;
    height: 4px;
  }
}
@media screen and (max-width: 760px) {
  body, td {
    font-size: 14px;
    line-height: 20px;
  }

  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h2 {
    font-size: 26px;
    line-height: 28px;
  }

  h3 {
    font-size: 22px;
    line-height: 24px;
  }

  h4 {
    font-size: 18px;
    line-height: 20px;
  }

  h5 {
    font-size: 14px;
    line-height: 16px;
  }

  h6 {
    font-size: 10px;
    line-height: 12px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  blockquote:before {
    width: 20px;
    left: -20px;
  }
  blockquote p {
    font-size: 16px;
  }

  header#header #slideshow .cycle-slideshow .slide .headline-center .headline h1 {
    font-size: 40px;
    line-height: 42px;
  }
  header#header #slideshow .cycle-slideshow .slide .headline-center .headline h5 {
    font-size: 24px;
    line-height: 28px;
  }
  header#header #slideshow #slide-prev, header#header #slideshow #slide-next {
    font-size: 40px;
  }
  
  header#header #banner {
	  height: 300px;
  }
  
  header#header #banner img {
	  margin-left: -380px;
	  min-width: 760px;
  }
  
  #page-title {
	  top: -180px;
  }

  #content-wrapper .content {
    padding: 20px;
  }
  #content-wrapper .content.two .col {
    display: block;
    width: 100%;
  }
  #content-wrapper .content.two .col + .col {
    padding: 0;
    margin-top: 20px;
  }
  #content-wrapper .gmap_block #gmap {
    height: 300px;
  }
  #content-wrapper .gmap_block a.btn {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: center;
  }

  #promoboxes .promo {
    margin-top: 30px;
  }
  #promoboxes .promo ~ .promo {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  form .col50 {
    display: block;
    width: 100%;
    padding: 0;
  }
  form .col50 + .col50 {
    padding: 0;
  }

  #contact_form textarea {
    height: 230px;
  }
  #contact_form .submit .btn {
    top: -25px;
  }

  footer#footer {
    padding: 20px 0;
  }
  footer#footer .cta-box {
    padding: 20px;
    margin-bottom: 20px;
  }
  footer#footer .footer_box {
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  footer#footer .footer_box .logo {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  footer#footer .footer_box .contact {
    display: block;
    width: 100%;
  }
  footer#footer .footer_box .contact .address, footer#footer .footer_box .contact .telecom {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  footer#footer .footer_box .smi {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
  footer#footer .footer_box .legal {
    display: block;
    width: 100%;
  }
  footer#footer .footer_box .legal .copy, footer#footer .footer_box .legal .trade {
    display: block;
    width: 100%;
    text-align: center;
  }
} 

@media screen and (max-width: 715px){
	#promoboxes .promo {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 640px){
	h1 {
		font-size: 40px;
		line-height: 50px;
	}
	header#header #banner .container h1 {
		font-size: 34px;
		line-height: 34px;
	}
}

@media screen and (max-width: 480px) {
  header#header #slideshow #slide-prev, header#header #slideshow #slide-next {
    display: none;
    visibility: hidden;
  }
  header#header #slideshow .cycle-slideshow .slide {
    overflow: visible;
  }
  header#header #slideshow .cycle-slideshow .slide .overlay {
    height: auto;
  }
  header#header #slideshow .cycle-slideshow .slide .headline-center {
    padding: 20px 0;
  }
  header#header #slideshow .cycle-slideshow .slide .headline-center .headline h1 {
	  font-size: 30px;
	  line-height: 38px;
  }
  header#header #slideshow .cycle-slideshow .slide .headline-center .headline h5 {
	  font-size: 20px;
	  line-height: 24px;
	  color: #eee;
  }
  header#header #banner {
	  height: 250px;
  }
  header#header #banner img {
	  width: 480px;
	  min-width: 480px;
	  margin-left: -240px;
  }
  #page-title {
	  top: -160px;
  }
  
  #promoboxes .promo a .sbox {
    width: 85%;
    left: 7.5%;
  }
  #promoboxes .promo a .text {
    width: 85%;
  }

  .info_block .container .non-form p {
    font-size: 40px;
    line-height: 42px;
  }
}
@media screen and (max-width: 365px) {
  #promoboxes .promo {
    width: 100%;
  }
}
