@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Bitter:400italic);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #000616;
  font: 400 14px/23px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #e74c3c;
}

h5, h6, address, .terms-list dt {
  text-transform: uppercase;
  color: #e74c3c;
}

h1 {
	font-size: 48px;
	line-height: 40px;
	font-family: days-one;
	font-style: normal;
	font-weight: 400;
}

h2 {
	font-size: 24px;
	line-height: 40px;
	font-family: days-one;
	font-style: normal;
	font-weight: 400;
}
h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #9FD0DD;
	}
p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	}
	
.misse-headline {
	font-size: 14px;
	color: #FFF;
	font-family: days-one;
	font-style: normal;
	font-weight: 400;
}
@media (min-width: 1299px) and (max-width: 1620px) {
 .slide-1-headline {
	font-size: 8px;
	color: #3F0;
	font-family: days-one;
	font-style: normal;
	font-weight: 400;
}
.headline-blue {
	font-size: 40px;
	color: #013253;
	font-family: days-one;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
}
p {color:#F39}
}

@media (min-width: 768px) and (max-width: 1300px) {
  h1 {
  font-size: 18px;
  }

  
  h2 {
    font-size: 30px;
  }
  h3 {
	  font-size: 18px;	  
	  }
p { 
	font-size: 12px;
	} 
  
}


@media (min-width: 480px) and (max-width: 767px) {
  h1 {
  font-size: 24px;
  }

 h2 {
    font-size: 24px;
  }
    h3 {
	  font-size: 14px;	  
	  }
p { 
	font-size: 12px;
	text-align:left;
	}  
misse-headline {
	font-size: 32px;
	color: #FFF;
	font-family: days-one;
	font-style: normal;
	font-weight: 400;
}
  
}
@media (max-width: 479px) {
    h1 {
  font-size: 12px;
  }
  h2 {
    font-size: 18px;
  }
    h3 {
	  font-size: 12px;	  
	  }
p { 
	font-size: 10px;
	text-align:left;
	}	  
.misse-headline {
	font-size: 24px;
	color: #FFF;
	font-family: days-one;
	font-style: normal;
	font-weight: 400;
}
 
}



h4 {
  font-size: 40px;
  line-height: 1;
}

h5 {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
}

h6, address, .terms-list dt {
  font-size: 20px;
  line-height: 1;
}

p, .terms-list dd {
  font-family: "Arial", sans-serif;
  color: #959595;
}

p a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .list .fa {
  text-decoration: none;
}


time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

@media (max-width: 991px) {
  .center_sm {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .center_xs {
    text-align: center;
  }
}

@media (min-width: 390px) and (max-width: 767px) {
  .max-width_767 {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 21px;
}

* + h6 {
  margin-top: 36px;
}

* + .inline-list {
  margin-top: 35px;
}

* + .marked-list {
  margin-top: 22px;
}

* + .contact-info {
  margin-top: 18px;
}

* + .terms-list {
  margin-top: 106px;
}

* + .btn {
  margin-top: 31px;
}

* + .row {
  margin-top: 28px;
}

.row + .row {
  margin-top: 6px;
}

h4 + h6 {
  margin-top: 56px;
}

* + .off {
  margin-top: 105px;
}
@media (max-width: 767px) {
  * + .off {
    margin-top: 50px;
  }
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  padding-top: 42px;
  padding-bottom: 38px;
  text-align: center;
}
.brand_name {
	font-size: 48px;
	line-height: 1.4;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}
.brand_slogan {
	font-size: 36px;
	line-height: 21px;
	letter-spacing: 4px;
	text-align: center;
	margin-top: 0;
	color: #fff;
}
.brand:before, .brand:after {
  content: '';
  position: absolute;
  display: inline-block;
  background: url("../images/logo_hr2.png") no-repeat;
  width: 138px;
  height: 35px;
  left: 47px;
}
.brand:before {
  top: 0;
}
.brand:after {
  bottom: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.brand_mod {
  padding-top: 66px;
  padding-bottom: 66px;
}
.brand_mod .brand_name {
  font-size: 48px;
  padding-left: 10px;
}
.brand_mod .brand_slogan {
  font-size: 19px;
  letter-spacing: 2px;
  padding-left: 10px;
}
.brand_mod:before, .brand_mod:after {
  background: url("") no-repeat;
  width: 192px;
  height: 49px;
  left: 59px;
}
@media (max-width: 479px) {
  .brand_mod {
    padding-top: 12px;
    padding-bottom: 6px;
  }
  .brand_mod .brand_name {
    font-size: 36px;
  }
  .brand_mod:before, .brand_mod:after {
    background: url("") no-repeat;
    width: 100%;
    height: auto;
    left: 47px;
  }
  .brand_name {
	font-size: 24px;
}
.brand {
  display: inline-block;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}
.brand_slogan {
	font-size: 20px;
}
.brand_mod .brand_slogan {
  font-size: 14px;
  letter-spacing: 2px;
  padding-left: 10px;
}
}
@media (max-width: 600px) {
  .brand_mod {
    padding-top: 12px;
    padding-bottom: 6px;
  }
  .brand_mod .brand_name {
    font-size: 36px;
  }
  .brand_mod:before, .brand_mod:after {
    background: url("") no-repeat;
    width: 100%;
    height: auto;
    left: 47px;
  }
  .brand_name {
	font-size: 24px;
}
.brand {
  display: inline-block;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}
.brand_slogan {
	font-size: 20px;
	margin-bottom:20px;
}
.brand_mod .brand_slogan {
  font-size: 14px;
  letter-spacing: 2px;
  padding-left: 10px;
}
}

/*==================  Backgrounds  ======================*/
.bg-secondary {
  background: #373737;
  color: #fff;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h5, .bg-secondary h6 {
  color: #fff;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  padding: 22px 20px 24px 18px;
  background: #e74c3c;
  color: #fff;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #373737;
}
.btn:active {
  background: #1e1e1e;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li .fa {
  font-size: 25px;
  line-height: 77px;
  width: 77px;
  height: 77px;
  display: inline-block;
  background: #373737;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.inline-list li + li {
  margin-left: 16px;
}
.inline-list a:hover {
  background: #e74c3c;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 114px;
  text-align: left;
}
.index-list li h6 {
  margin-top: -5px;
}
.index-list li:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 15px;
  width: 70px;
  height: 70px;
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 45px;
  line-height: 63px;
  font-weight: 300;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7px;
}
@media (max-width: 479px) {
  .index-list li {
    padding-left: 15px;
    padding-top: 100px;
    text-align: center;
  }
  .index-list li:before {
    left: 50%;
    margin-left: -35px;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  text-align: left;
  padding-left: 27px;
  text-transform: uppercase;
  color: #959595;
  font-size: 15px;
  line-height: 15px;
}
.marked-list li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 11px;
  font-weight: 400;
  font-family: "FontAwesome";
  color: #e74c3c;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.marked-list li + li {
  margin-top: 25px;
}
.marked-list li:hover:before {
  color: #373737;
  left: 4px;
}
.marked-list a:hover {
  color: #e74c3c;
}
@media (max-width: 767px) {
  .marked-list {
    display: inline-block;
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .marked-list.marked-list_mod {
    min-width: 160px;
  }
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside .fa-envelope-o {
  color: #e74c3c;
  font-size: 114px;
  line-height: 89px;
  position: relative;
}
.box_cnt__no-flow {
  overflow: hidden;
  padding-left: 82px;
}
.box_cnt__no-flow h5 {
  text-transform: uppercase;
  font-size: 50px;
}
@media (max-width: 1199px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
  }
  .box_cnt__no-flow {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media (max-width: 479px) {
  .box h5 {
    font-size: 40px;
  }
}

/*==================      Thumbnail      ======================*/
.thumbnail {
  margin-left: auto;
  margin-right: auto;
  background: #484848;
  max-width: 370px;
  text-align: left;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.thumbnail:hover {
  box-shadow: 2px 6px 15px -5px black;
  -webkit-box-shadow: 2px 6px 15px -5px black;
  -moz-box-shadow: 2px 6px 15px -5px black;
}
.thumbnail img {
  width: 100%;
}
.thumbnail .caption {
  position: relative;
  padding: 39px 30px 39px 130px;
}
.thumbnail .caption h6 {
  color: #898989;
}
.thumbnail .caption h5 {
  color: #fff;
}
.thumbnail .caption .wrap {
  background: #e74c3c;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 94px;
  text-align: center;
}
.thumbnail .caption .wrap h4, .thumbnail .caption .wrap h5, .thumbnail .caption .wrap h6, .thumbnail .caption .wrap time, .thumbnail .caption .wrap p {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.thumbnail .caption .wrap time {
  line-height: 1.2;
}
.thumbnail .caption .wrap time span {
  line-height: 1.2;
  display: block;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.5;
}
.lt-ie9 .thumbnail .caption .wrap time span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=50);
}
.thumbnail .caption * + h6 {
  margin-top: 4px;
}
@media (max-width: 479px) {
  .thumbnail .caption {
    padding: 20px 5px 20px 108px;
  }
}
.thumbnail.thumbnail_mod {
  max-width: 270px;
}
.thumbnail.thumbnail_mod .caption {
  padding: 39px 30px 39px 98px;
}
.thumbnail.thumbnail_mod .caption .wrap {
  width: 79px;
}
.thumbnail.thumbnail_mod .caption .wrap h4, .thumbnail.thumbnail_mod .caption .wrap h5, .thumbnail.thumbnail_mod .caption .wrap h6, .thumbnail.thumbnail_mod .caption .wrap time, .thumbnail.thumbnail_mod .caption .wrap p {
  top: 51%;
}
@media (max-width: 767px) {
  .thumbnail.thumbnail_mod .caption {
    padding: 55px 25px 17px;
    text-align: center;
  }
  .thumbnail.thumbnail_mod .caption .wrap {
    width: 100%;
    height: 45px;
  }
}
.thumbnail.thumbnail_mod2 {
  max-width: 100%;
}

/*================   Contact Info   ===================*/
.contact-info {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.contact-info:before, .contact-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-info:after {
  clear: both;
}
.contact-info dt, .contact-info dd {
  color: #959595;
}
.contact-info dt {
  float: left;
  width: 40%;
}
.contact-info dd {
  float: right;
  width: 60%;
  text-align: right;
}
.contact-info .mail {
  float: left;
  width: 16%;
  text-align: left;
}
.contact-info a:hover {
  color: #e74c3c;
}
.contact-info [href*="mailto:"] {
  color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  .contact-info {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .contact-info .mail {
    width: 24%;
  }
}

/*==================  Terms List  ======================*/
.terms-list dt + dd {
  margin-top: 19px;
}
.terms-list dd + dt {
  margin-top: 32px;
}
.terms-list + a {
  margin-top: 25px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.terms-list + a:hover {
  text-decoration: underline;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  margin-top: 73px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sf-menu > li + li {
    margin-left: 22px;
  }
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #d02a11;
}
.sf-menu > li.active > a {
  color: #d02a11;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 234px;
  margin-top: 25px;
  margin-left: -89px;
  padding: 38px 0;
  background: #d02a11;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.sf-menu > li > ul:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #e74c3c transparent;
}

.sf-menu ul > li > a {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #373737;
}
.sf-menu ul > li + li {
  margin-top: 12px;
}

.sf-menu ul ul {
  position: absolute;
  top: 39%;
  left: 100%;
  width: 234px;
  margin-left: 21px;
  padding: 30px 0 33px;
  margin-top: 0;
  z-index: 4;
  background: #373737;
}
.sf-menu ul ul:before {
  content: '';
  position: absolute;
  top: 12%;
  left: -5px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 5px 4.5px 0;
  border-color: transparent #373737 transparent transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sf-menu ul ul {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
    border-left: 2px solid #d02a11;
    border-right: 2px solid #d02a11;
  }
  .sf-menu ul ul:before {
    display: none;
  }
}

.sf-menu ul ul > li > a {
  color: #fff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #d02a11;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #e74c3c;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Bitter", serif;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  z-index: 999;
}

.isStuck {

background:#FFFFFF;

  z-index: 999;
  border-bottom: 1px solid #333333;
  -webkit-box-shadow: 0 3px 10px -3px #000;
  -moz-box-shadow: 0 3px 10px -3px #000;
  box-shadow: 0 3px 10px -3px #000;
}
.isStuck .brand {
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}
.isStuck .brand_name {
  font-size: 52px;
  color: #033466;
}
.isStuck .brand_slogan {
	font-size: 21px;
	color: #033466;
}
.isStuck .brand:before, .isStuck .brand:after {
  display: none;
}
.isStuck .brand {
  float: left;
}
.isStuck .nav {
  float: right;
  color: #000616;
}
.isStuck .sf-menu > li > a {
  color: #033466;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}




header .isStuck nav .sf-menu {
  margin-top: 37px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #373737;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 999;
}
.toTop:hover {
  color: #fff;
  background: #e74c3c;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
	position: relative;
	overflow: hidden;
	color: #9595A8;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h5, .parallax h6 {
	color: #003366;
}
.parallax h4 {
  color: #e74c3c;
}
.parallax .marked-list li {
  color: #fff;
}
.parallax .marked-list li:hover:before {
  color: #fff;
}
.parallax .marked-list a:hover {
  color: #e74c3c;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb + .thumb {
  margin-top: 29px;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, 200%) scale(0);
  -ms-transform: translate(-50%, 200%) scale(0);
  -o-transform: translate(-50%, 200%) scale(0);
  -webkit-transform: translate(-50%, 200%) scale(0);
  transform: translate(-50%, 200%) scale(0);
  font: 400 20px "FontAwesome";
  line-height: 70px;
  text-align: center;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e74c3c;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(55, 55, 55, 0.6);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99373737', endColorstr='#99373737')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99373737', endColorstr='#99373737');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: url("../images/header-bg.jpg") no-repeat #373737;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 16px;
  padding-bottom: 18px;
  
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}
header.header_mod {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 235px;
}
header.header_mod .sf-menu {
  margin-top: 109px;
}
@media (max-width: 1199px) {
  header.header_mod {
    padding-top: 35px;
  }
}
@media (max-width: 991px) {
  header.header_mod .sf-menu {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  header .sf-menu {
    margin-top: 25px;
  }
}

/*========================================================
                     Toms modifications  Section
=========================================================*/
header {
  background: url("../images/header-bg.jpg") no-repeat #373737;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 2px;
  
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
.headline-blue {
	font-size: 48px;
	color:#013253;
	font-family: days-one;
	font-style: normal;
	font-weight: 400;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}
header.header_mod {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 235px;
}
header.header_mod .sf-menu {
  margin-top: 109px;
}
.headline-blue {
	font-size: 36px;
}
}
@media (max-width: 767px) {
	.headline-blue {
	font-size: 36px;
}
	
}

@media (min-width: 480px) and (max-width: 767px) {
	{
	font-size: 24px;
}
	
}
@media (max-width: 479px) {
	{
	font-size: 18px;
}
.brand_mod {
  padding-top: 0px;
  padding-bottom: 6px;
}
	
}




@media (max-width: 1199px) {
  header.header_mod {
    padding-top: 35px;
  }

}
@media (max-width: 991px) {
  header.header_mod .sf-menu {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  header .sf-menu {
    margin-top: 25px;
  }
}





/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .well {
    text-align: center;
  }
}

.well1 {
  padding-top: 149px;
  padding-bottom: 155px;
}

.well2 {
  padding-top: 157px;
  padding-bottom: 151px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: url("") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #0D2946;
  padding-top: 134px;
  padding-bottom: 166px;
  text-align: center;
  color: #fff;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #fff;
}
footer .copyright a:hover {
  text-decoration: underline;
}
footer * + .copyright {
  margin-top: 67px;
}
