@import url(reset.css);
    @import url(bootstrap.css);
    @import url(bootstrap.min.css);
    @import url(http: //fonts.googleapis.com/css?family=Roboto:400, 300, 700, 900|Oswald:400, 700|Fjalla+One:400|Titillium+Web:400, 300, 600, 700);
    a, a: hover, a[href^="tel:"] {
    color: #00a1fd;
}
body {
    background: #fff;
    font-size: 14px;
    color: #474747;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}
h1 {
    color: #0066a6;
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 20px;
    font-weight: 700;
}
h2 {
    color: #0066a6;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 25px;
    font-weight: 700;
}
h2 a {
    text-decoration: underline;
}
h2 a:hover {
    text-decoration: none;
}
h3 {
    color: #0066a6;
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 25px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #cbcbcb;
}
h3 span, h4 span {
    color: #364149;
}
h4 {
    color: #0066a6;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 15px;
    font-weight: 700;
}

h5 {
    color: #615148;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 5px;
}
h6 {
    color: #474747;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
}
#top {
    min-height: 34px;
    background: url(../images/top_bg.jpg) -74px 0 repeat-x #0066a6;
}
#top aside {
    float: right;
}
#top aside #request-btn {
    float: right;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 7px;
    padding: 9px 15px;
}
#top aside #request-btn:hover {
    background: #0087d4;
    text-decoration: none;
}
#top aside div {
    float: right;
}
#top aside div p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding-top: 1px;
    line-height: 33px;
}
#top aside div p strong {
    padding-left: 5px;
}
a.menu.btn-navbar {
    display: none;
}
#logo {
    float: left;
}
img.logo {
    display: block;
    position: absolute;
}
#nav {
    background: #f3f3f3;
    border-top: 6px solid #fff;
    position: absolute;
    z-index: 99;
    width: 100%}
.nav-collapse {
    float: right;
    margin-top: -6px;
}
.collapse {
    height: auto;
}
ul.sf-menu {
    margin: 0;
    padding: 0;
}
ul.sf-menu>li {
    float: left;
    position: relative;
}
ul.sf-menu>li>a {
    display: block;
    text-decoration: none;
    color: #0066a6;
    font-size: 16px;
    line-height: 101px;
    font-weight: 400;
    padding: 0 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    font-family: Roboto, sans-serif;
    border-top: 6px solid transparent;
}
ul.sf-menu>li>a.has_ul {
}
ul.sf-menu>li.active>a {
    color: #0066a6!important;
    border-top: 5px solid transparent!important;
    font-weight: 700;
    background: 0 0!important;
}
ul.sf-menu>li.sfHover>a, ul.sf-menu>li.sfHover>a.has_ul, ul.sf-menu>li:hover>a, ul.sf-menu>li:hover>a.has_ul {
    background-color: #e53b1a;
    border-top: 6px solid #ff431f;
    color: #fff;
}
ul.sf-menu>li.active>a.has_ul {
    color: #0066a6!important;
    border-top: 5px solid transparent!important;
    font-weight: 700;
}
ul.dd_menu {
    position: absolute;
    padding: 10px 0;
    min-width: 250px;
    z-index: 100;
    background: #665042;
    display: block;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
ul.dd_menu a {
    color: #ded4ce;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 20px;
    display: block;
    font-family: Roboto, sans-serif;
}
ul.dd_menu a:hover, ul.dd_menu li.active a {
    color: #ded4ce;
    text-decoration: none;
    background: #dd6908;
}
ul.sf-menu>li:hover ul.dd_menu {
    display: block;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'}
#nav.animateIt {
    position: fixed;
    top: -150px;
    left: 0;
    right: 0;
    z-index: 999;
    transition: .4s top cubic-bezier(.3, .73, .3, .74);
}
body.down #nav.animateIt {
    top: 0;
}
#nav.animateIt ul.sf-menu>li>a {
    line-height: 60px;
}
#nav.animateIt #logo img {
    width: 187px;
    top: -14px;
}
#slider {
    position: relative;
    z-index: 90;
    background: #000;
    min-height: 100px;
}
#slider li {
    overflow: hidden;
}
.flex-caption {
    position: absolute;
    height: 100%;
    top: 0;
    padding-top: 107px;
    text-align: center;
    width: 100%
}
.flex-caption h3{
    text-shadow: 1px 2px 0px #000000;
}
.flex-caption .container {
    height: 100%;
    display: table;
}
.flex-caption .container div {
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: middle;
}
.flex-caption h2 {
    font-size: 90px;
    line-height: 110px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    margin: 0 auto;
    text-shadow: 1px 2px 2.19px rgba(2, 3, 3, .44);
    display: block;
    text-transform: none;
}
.flex-caption h3{
	color: #fff;
	border-bottom: none;
}
#banner {
    position: relative;
}
#banner .diagram {
    background: url(../images/diagram.png) left bottom repeat-x;
    bottom: 0;
    position: absolute;
    height: 61px;
    width: 100%}
#banner img {
    width: 100%}
#breadcrumbs {
    background: #f0f0f0;
    padding: 18px 0;
}
#breadcrumbs ul {
    margin: 0;
}
#breadcrumbs li {
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #292929;
}
#breadcrumbs li i {
    display: inline-block;
    background: url(../images/sep.png) no-repeat;
    width: 4px;
    height: 7px;
    margin: 0 17px;
    position: relative;
    top: -2px;
}
#content {
    background: url(../images/after-slider-bg.jpg) center top no-repeat #fff;
    padding: 50px 0 0;
}
#content .row {
    padding-bottom: 40px;
}
#content figcaption {
    background: none;
    text-align: left;
    padding: 8px 0;
    color: #474747;
    font-style: italic;
}
#content .btn {
    background: 0 0;
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    box-shadow: none;
    border: none;
    color: #0090e1;
    border-radius: 0;
}
#content .btn i {
    display: inline-block;
    background: url(../images/arrow.gif) no-repeat;
    width: 11px;
    height: 12px;
    margin-left: 10px;
}
#content .btn {
    text-decoration: none;
}
#content .btn:hover {
    color: #00a1fd;
    text-decoration: underline;
}
figure {
    position: relative;
    overflow: hidden;
}
figure a {
    position: relative;
    display: block;
}
figure img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%}
figure i.zoom {
    background: url(../images/zoom.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -100%;
    margin-top: -7px;
    margin-left: -7px;
    left: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
figure a:hover img {
    opacity: .5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
}
figure a:hover i.zoom {
    top: 50%}
figure:hover figcaption {
    color: #1c77b0;
}
#after-slider {
    padding: 35px 0 70px;
    background: url(../images/after-slider-bg.jpg) center top no-repeat #fff;
    text-align: center;
}
#after-slider h2 {
    color: #0066a6;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    text-transform: none;
}
#after-slider h6 {
    color: #474747;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 40px;
}
#after-slider h4, #after-slider h4 a {
    color: #0066a6;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 7px;
    margin-top: 25px;
}
#after-slider h4 a:hover {
    color: #00a1fd;
    text-decoration: underline;
}
#after-slider p {
    font-size: 14px;
    font-weight: 300;
    color: #474747;
    line-height: 24px;
}
#after-slider .btn, .submit, .btn-big {
    background: #e6e6e6;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    padding: 4px 15px;
    box-shadow: none;
    border: none;
    color: #364149;
    border-radius: 3px;
}
#after-slider .btn:hover, .submit:hover, .btn-big:hover {
    background: #ff2900;
    color: #fff;
}
#center-area {
    background-image: url(../images/center-area-bg.jpg);
    height: 370px;
    text-align: center;
    background-position: 50% 0;
    background-attachment: fixed;
    background-size: cover;
}
#center-area.ipad {
    background-size: auto;
}
#center-area .wrap {
    background: url(../images/diagram.png) left bottom repeat-x;
    height: 100%}
#center-area h2 {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    text-transform: none;
    margin-top: 75px;
    margin-bottom: 45px;
}
#center-area p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    margin-bottom: 35px;
}
#center-area .btn {
    background: 0 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 30px;
    box-shadow: none;
    border: none;
    color: #72ccff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#center-area .btn:hover {
    background: #ff2900;
    color: #fff;
    text-decoration: none;
}
#welcome {
    background: #fff;
    padding: 50px 0 46px;
    clear: both;
}
#welcome h2 {
    color: #0066a6;
    font-size: 28px;
    line-height: 36px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 12px;
}
#welcome h2 span {
    color: #364149;
}
#welcome img {
    margin: 15px 0 25px;
}
.contact-page h5 {
    font-size: 20px;
    line-height: 30px;
    color: #474747;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.contact-page h5.ph {
    margin: 15px 0 30px;
}
.contact-page h5 strong.red {
    color: #e53b1a;
    font-size: 30px;
}
.contact-page .location h6 {
    margin-bottom: 10px;
}
.contact-page .location iframe {
    margin-top: 25px;
}
ul.list {
    margin: 15px 0;
}
ul.list li {
    position: relative;
    padding-left: 24px;
    color: #474747;
    font-size: 14px;
    line-height: 22px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin: 8px 0;
    background: url(../images/wave.png) 0 6px no-repeat;
}
#before-footer {
    padding: 96px 0 25px;
    background: url(../images/wave_bg.gif) repeat-x #0066a6;
}
#before-footer h4 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-transform: none;
    color: #fff;
    font-weight: 700;
    margin: 0 0 12px;
}
#before-footer p {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}
#before-footer strong {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
}
#before-footer .socials li {
    display: inline-block;
    margin-right: 5px;
}
#before-footer .socials li a {
    opacity: .5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#before-footer .socials li a:hover {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}
#footer {
    padding-top: 20px;
    padding-bottom: 6px;
    background: url(../images/boottom_wave.gif) left top repeat-x #00416a;
}
#copyright p {
    color: #a4aec4;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 7px;
}
#copyright p.pull-right {
    text-align: right;
}
#copyright p.pull-right a {
    color: #fff;
    text-decoration: none;
    padding: 0 7px;
    display: inline-block;
}
#copyright p.pull-right a:hover {
    color: #fff;
    text-decoration: underline;
}
iframe.map {
    margin-top: 30px;
}
#ajax-contact-form .form-group {
    margin-bottom: 5px;
}
#ajax-contact-form label {
    font-size: 14px;
    line-height: 14px;
    color: #6c6c6c;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
#ajax-contact-form label span {
    font-weight: 700;
    color: #f65151;
}
#ajax-contact-form input[type=text], #ajax-contact-form textarea {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    height: 43px;
    border: 1px solid #bdbdbd;
    width: 100%;
    outline: 0!important;
    box-shadow: inset 1px 1px 3px 0 #E0E0E0, 1px 1px 0 #fff;
}
#ajax-contact-form div[class*=col] {
    margin-bottom: 12px;
}
#ajax-contact-form .bootstrap-select {
    width: 100%!important;
}
#ajax-contact-form .req {
    color: #f65151;
    line-height: 62px;
    float: left;
    font-size: 14px;
    font-weight: 400;
}
#ajax-contact-form .left {
    float: left;
    width: 70%}
#ajax-contact-form .left label {
    width: 100%}
#ajax-contact-form .left input {
    width: 130px;
    float: left;
    margin-right: 15px;
}
#ajax-contact-form .submit {
    border: none;
    padding: 11px 25px 7px;
    position: relative;
    float: right;
    top: 20px;
    margin: 0;
    left: 0;
    background: #0066a6;
    font-weight: 700;
    color: #fff;
}
#ajax-contact-form .submit:hover {
    background: #e53b1a;
}
#note {
    margin-bottom: 20px;
}
.notification_error {
    color: red;
}
img {
    max-width: 100%}
.mt0 {
    margin-top: 0!important;
}
.pt0 {
    padding-top: 0;
}
.padcontent {
    padding: 30px 0 0;
    clear: both;
}
@media (max-width:1280px) {
    ul.sf-menu>li>a {
    padding: 0 10px;
    font-size: 15px;
}
.flex-caption h2 {
    font-size: 64px;
    line-height: 75px;
}
}
@media only screen and (min-width:768px) and (max-width:1000px) {
    .container {
    width: 750px;
}
.nav-collapse, .nav-collapse.collapse, .sf-menu {
    float: none;
}
.collapse {
    height: 0;
}
.btn-navbar, a.menu.btn-navbar {
    display: block;
}
.nav-collapse, .nav-collapse.collapse {
    overflow: hidden;
    clear: both;
}
#nav.animateIt {
    min-height: 66px;
}
#nav.animateIt .btn-navbar {
    line-height: 54px;
}
.btn-navbar {
    font-size: 16px;
    line-height: 95px;
    float: right;
    text-decoration: none;
    font-weight: 400;
    padding: 0;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    width: 100px;
    background: #e53b1a;
    color: #fff;
}
.btn-navbar:hover {
    background: #e53b1a;
    color: #fff;
    text-decoration: none;
}
#nav {
    background: #fff;
    min-height: 107px;
}
ul.sf-menu>li {
    float: none;
}
ul.sf-menu>li>a {
    padding: 0 15px;
    line-height: 37px;
}
.flex-caption h2 {
    font-size: 47px;
    line-height: 54px;
}
#after-slider h2 {
    font-size: 35px;
}
#before-footer .socials li {
    width: 45px;
}
#center-area {
    -webkit-background-size: auto;
    background-size: auto;
}
}
@media only screen and (max-width:767px) {
    .container {
    width: 450px;
}
#nav.animateIt, body.down #nav.animateIt {
    display: none;
}
.nav-collapse, .nav-collapse.collapse, .sf-menu {
    float: none;
}
.collapse {
    height: 0;
}
.btn-navbar, a.menu.btn-navbar {
    display: block;
}
.nav-collapse, .nav-collapse.collapse {
    overflow: hidden;
    clear: both;
    position: absolute;
    width: 100%;
    top: 107px;
    background: #fff;
    left: 0;
}
.btn-navbar {
    font-size: 16px;
    line-height: 95px;
    float: right;
    text-decoration: none;
    font-weight: 400;
    padding: 0;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    width: 100px;
    background: #e53b1a;
    color: #fff;
}
.btn-navbar:hover {
    background: #e53b1a;
    color: #fff;
    text-decoration: none;
}
#nav {
    background: #fff;
    min-height: 107px;
    position: relative;
}
ul.sf-menu>li {
    float: none;
}
ul.sf-menu>li>a {
    padding: 0 15px;
    line-height: 37px;
}
img.logo {
    position: relative;
    display: inline-block;
}
.flex-caption {
    display: none;
}
.flex-direction-nav li a {
    top: 35%}
#after-slider {
    padding-bottom: 40px;
}
#after-slider div[class*=col] {
    margin-bottom: 20px;
}
#center-area {
    -webkit-background-size: auto;
    background-size: auto;
}
#center-area h2 {
    margin-top: 40px;
    font-size: 37px;
    margin-bottom: 26px;
}
#before-footer h4 {
    margin-top: 15px;
}
#copyright p.pull-right {
    float: left!important;
}
}
@media only screen and (min-width:481px) and (max-width:767px) {
    .container {
    width: 580px;
}
}
@media only screen and (max-width:479px) {
    .container {
    width: 300px;
}
#top {
    background: #0066a6;
}
#top aside div {
    background: 0 0;
    padding-right: 12px;
}
img.logo {
    width: 150px;
}
.flex-direction-nav li a {
    top: 35%}
.flex-control-nav {
    display: none;
}
#after-slider h2 {
    font-size: 27px;
    line-height: 31px;
}
#center-area h2 {
    font-size: 23px;
    line-height: 23px;
    margin-top: 27px;
    margin-bottom: 18px;
}
#center-area p {
    font-size: 13px;
    line-height: 22px;
}
}
:selection {
    background: #06569E!important;
    color: #fff;
}
:-moz-selection {
    background: #06569E!important;
    color: #fff;
}
