@charset "UTF-8";
@import url(animate.css);
@import url(material-design.css);
@import url(fl-line-icon-set.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,500,600,700,300|Open+Sans+Condensed:300,700);
/*=========================================================
						MAIN STYLES
=========================================================*/
html {
  font-size: 60px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 70px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  font-weight: 400;
  color: #151818;
  background: #E9E5DC;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #151818;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #b22305;
}

h1 {
  font-size: 0.72rem;
  line-height: 1.11111;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

h2, .heading-2 {
  font-size: 0.48rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

h3, .heading-3 {
  font-size: 0.3rem;
  line-height: 1;
}

h6 {
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 1.5;
}

p a:hover {
  color: #b22305;
}
p +
.fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  transition: .4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

.bold, strong {
  font-weight: 700;
}

[class*='fa-'] {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

@media (min-width: 768px) and (max-width: 991px) {
  h1, .heading-1 {
    font-size: 52px;
  }

  h2, .heading-2 {
    font-size: 44px;
  }

  h3, .heading-3 {
    font-size: 36px;
  }

  h4, .heading-4 {
    font-size: 28px;
  }

  h5, .heading-5 {
    font-size: 24px;
  }

  h6, .heading-6 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h1, .heading-1 {
    font-size: 40px;
  }

  h2, .heading-2 {
    font-size: 32px;
  }

  h3, .heading-3 {
    font-size: 28px;
  }

  h4, .heading-4 {
    font-size: 26px;
  }

  h5, .heading-5 {
    font-size: 22px;
  }

  h6, .heading-6 {
    font-size: 18px;
  }
}
/*=========================================================
						HELP CLASSES
=========================================================*/
.circle {
  border-radius: 50%;
}

.round {
  border-radius: 5%;
}

.text-center {
  text-align: center;
}

.center {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }
}
.light {
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.wide {
  letter-spacing: 0.06em;
}

.wide-2 {
  letter-spacing: 0.12em;
}

.wide-0 {
  letter-spacing: 0.05em;
}

.mg-add-1 {
  margin-top: 17px;
}

.mg-add-2 {
  margin-top: 0.23rem;
}

/*==================     Colors    ======================*/
.bg-primary {
  background: #93CAED;
}

.bg-secondary {
  background: #3D9DFC;
}
.bg-secondary .btn {
  background: #fff;
  color: #3D9DFC;
}
.bg-secondary .btn:hover {
  color: #fff;
}

.bg-color-1 {
  background: #b9fcff;
}

.bg-primary .contrast, .bg-secondary .contrast, .bg-color-1 .contrast {
  color: #151818;
}

.primary-color {
  color: #93CAED;
}
.primary-color a:hover {
  color: #b22305;
}

.secondary-color {
  color: #3D9DFC;
}
.secondary-color a:hover {
  color: #b22305;
}

.alert-color {
  color:#F00;
}
.alert-color a:hover {
  color: #D40000;
}
.color-1 {
  color: #7b8183;
}

.color-2 {
  color: #1355f2;
}

.color-3 {
  color: #fff;
}

.bg-color-1 {
  background: #64d2e9;
}

.bg-color-2 {
  background: #97e3f5;
}

.bg-color-3 {
  background: #b9fcff;
}

.bg-image {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  color: #fff;
}
.bg-image h2 {
  color: #fff;
}
.bg-image dt, .bg-image dd {
  display: inline-block;
}
.bg-image a[href^="callto:"]:hover {
  color: #b22305;
}
@media (min-width: 1200px) {
  .bg-image {
    background-position: center;
  }
}
.bg-image .contrast {
  color: #151818;
}
.bg-image .primary-color {
  color: #93CAED;
}

.bg-image-1 {
  background-image: url(../images/page-1_bg01.jpg);
}

.bg-image-2 {
  background-image: url(../images/page-1_bg02.jpg);
}

.bg-image-3 {
  background-image: url(../images/page-2_bg01.jpg);
}
.bg-image-3 p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.bg-image-4 {
  background-image: url(../images/page-3_bg01.jpg);
}

span.heading-3 {
  display: block;
}

/*=========================================================
						MAIN LAYOUT
=========================================================*/
* + .btn {
  margin-top: 0.56rem;
}

* + .link {
  margin-top: 0.41rem;
}

* + p {
  margin-top: 0.26rem;
}

.row + h2 {
  margin-top: 0.72rem;
}

* + h3,
* + .heading-3 {
  margin-top: 0.36rem;
}

* + h6,
* + .heading-6 {
  margin-top: 0.17rem;
}

* + .quote {
  margin-top: 0.49rem;
}

* + .marked-list {
  margin-top: 0.2rem;
}

* + .terms-list {
  margin-top: 0.56rem;
}

* + .mailform {
  margin-top: 0.6rem;
}

h2 + p {
  margin-top: 0.5rem;
}

h2 + h3 {
  margin-top: 0.53rem;
}

h2 + .heading-3 {
  margin-top: 21px;
}

img + h3 {
  margin-top: 0.33rem;
}

h3 + p {
  margin-top: 14px;
}

p + p {
  margin-top: 9px;
}

* + .offset-1 {
  margin-top: 0.38rem;
}
* + .offset-2 {
  margin-top: 0.47rem;
}
* + .offset-3 {
  margin-top: 0.5rem;
}

@media (min-width: 1200px) {
  .inset-1 {
    padding-right: 1.06rem;
  }
}
/*=========================================================
						COMPONENTS
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	position: relative;
	display: inline-block;
	padding-left: 85px;
	font-weight: 700;
	font-size: 22px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	color: #292B5C;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;	

}
.brand a:hover {
  color: inherit;
}
.brand:before {
  position: absolute;
  top: 0;
  left: 0;
  
  

}

/*==================    Modal    ======================*/

.modal-content{
  background-color: #CFF;
  width:900px;
	max-height:500px;
  padding: 10px 20px;
  margin: 5% auto;
  position: relative;
	overflow-y: scroll;
}
.modal-content-fullwidth{
  background-color: #FFF;
  width:100%;
	max-height:500px;
  padding: 10px 20px;
  margin: 5% auto;
  position: relative;
	overflow-y: scroll;
}
.modal{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all 1s;
}
#circular001:target{
  opacity:1;
  pointer-events:auto;
}
#circular002:target{
  opacity:1;
  pointer-events:auto;
}
#encuesta:target{
  opacity:1;
  pointer-events:auto;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 25px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #3D9DFC;
  border-radius: 3px;
}
.btn-modal {
  display: inline-block;
  padding: 10px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #3D9DFC;
  border-radius: 3px;
}
.btn:hover .btn-modal:hover{
  background: #b22305;
}
.btn:active .btn-modal:active{
  background: #b22305;
}

.btn-md {
  width: 240px;
}

.btn-lg {
  width: 310px;
}

.link {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1355f2;
}
.link:after {
  content: "\e087";
  font-family: "material-design";
  font-size: 18px;
  margin-left: 16px;
}
.link:hover {
  color: #b22305;
}

@media (max-width: 767px) {
  .btn {
    font-size: 18px;
    padding: 18px;
  }

  .btn-md {
    width: 180px;
  }

  .btn-lg {
    width: 220px;
  }
}
/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
}

a.icon:hover {
  color: #b22305;
}

.icon-sm {
  font-size: 30px;
}

.icon-lg {
  font-size: 50px;
}
@media (min-width: 768px) {
  .icon-lg {
    font-size: 0.8rem;
  }
}

.icon-with-bg {
  background: #fff;
  border-radius: 50%;
}
.icon-with-bg.icon-lg {
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
}
@media (min-width: 768px) {
  .icon-with-bg.icon-lg {
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
  }
}

/*==================     Media     ======================*/
.media_aside {
  display: table-cell;
  vertical-align: top;
}
.media_body {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .media_aside, .media_body {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .media_aside {
    margin-bottom: 30px;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 0.32rem;
}
.inline-list a:hover {
  color: #3D9DFC;
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flex-list li {
  display: table-cell;
}
.flex-list li a:hover {
  opacity: .5;
}
@media (max-width: 767px) {
  .flex-list {
    text-align: center;
  }
  .flex-list, .flex-list li {
    display: block;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 45px;
  font-weight: 600;
  color: #3D9DFC;
}
.marked-list li:before {
  content: "\e05d";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: "fl-line-icon-set";
}
.marked-list li + li {
  margin-top: 18px;
}
.marked-list a:hover {
  color: #b22305;
}

/*==================   Terms List  ======================*/
.terms-list dt + dd {
  margin-top: 14px;
}
.terms-list dd + dt {
  margin-top: 0.58rem;
}
.terms-list + a {
  display: inline-block;
  margin-top: 30px;
}
.terms-list + a:hover {
  color: #b22305;
}

/*==================      Post     ======================*/
/*==================     Thumb    ======================*/
.thumb {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.thumb img {
  max-width: 100%;
}
.thumb__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(29, 194, 229, 0.36);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.5s all ease;
}
.thumb__overlay:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  content: "\f002";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.thumb:hover .thumb__overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*==================      Box     ======================*/
.box {
  padding: 0.6rem 0.4rem 0.45rem;
}
* + .box__cnt {
  margin-top: 0.52rem;
}
.box p + p {
  margin-top: 0.68rem;
}
.box h3 + p {
  margin-top: 0.26rem;
}

/*==================     Quote    ======================*/
.quote cite {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #1355f2;
}
.quote q {
  quotes: "“" "”" "‘" "’";
  color: #fff;
}
.quote q:before {
  content: open-quote;
}
.quote q:after {
  content: close-quote;
}
.quote .heading-2 {
  text-transform: none;
}
.quote p + p {
  margin-top: 0.55rem;
}

/*==================     List    ======================*/
.list li a {
  font-size: 16px;
}
.list li a:hover {
  color: #b22305;
}
.list li + li {
  margin-top: 0.1rem;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  color:#FFFBF0
}
.sf-menu > li + li {
  margin-left: 33px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-family: "Open Sans Condensed", sans-serif;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #DB0000;
}
.sf-menu > li.active > a {
  color: #DB0000;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 12px;
  padding: 10px 0 10px;
  background: #3D9DFC ;
  z-index: 2;
}

.sf-menu ul > li > a {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 20px;
  text-align: left;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #DB0000;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  background: #93CAED;
}

.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #DB0000;
}

@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;
  transition: .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;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -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: #93CAED;
  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%;
  transition: .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 {
  -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;
  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;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: all .3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all .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;
  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 {
  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;
  padding-bottom: 12px;
}
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}
@media (max-width: 1199px) {
  .stuck_container .contact-info + .nav {
    margin-top: 50px;
    padding-top: 20px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .stuck_container .contact-info + .nav {
    margin-top: 0;
    padding-top: 0;
  }
}

.isStuck {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #7a94a1;
  z-index: 999;
  padding: 10px 80px;
}
.isStuck .contact-info span {
  display: block;
}
.isStuck .contact-info span br {
  display: none;
}
.isStuck .contact-info a[href^="callto:"] {
  display: block;
  margin-top: 8px;
}
.isStuck .contact-info + .nav {
  margin-top: 12px;
}
.isStuck .contact-info a[href^="callto:"] {
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .isStuck .brand, .isStuck .contact-info {
    display: none;
  }
  .isStuck .contact-info + .nav {
    margin-top: 0;
    padding: 0;
  }
}

.header .isStuck .brand {
  margin-top: 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  color: #93CAED;
  background: #0d5665;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.toTop:hover {
  color: #b22305;
  background: #fff;
  text-decoration: none;
}
.toTop:before {
  font-family: "fl-line-icon-set";
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.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;
}
.parallax p {
  color: #fff;
}

/*========================================================
					 HEADER  Section
=========================================================*/
.header {
  padding-top: 0.57rem;
  background: #7a94a1;
  text-align: center;
}
.header:before, .header:after {
  display: table;
  content: "";
  line-height: 0;
}
.header:after {
  clear: both;
}
.header--mod-1 {
  padding-bottom: 1.2rem;
  background: url(../images/page-1_bg01.jpg) center no-repeat;
  background-size: cover;
}
.header--mod-1:before, .header--mod-1:after {
  display: table;
  content: "";
  line-height: 0;
}
.header--mod-1:after {
  clear: both;
}
.header--mod-1 * + .row {
  margin-top: 0.77rem;
}
.header--mod-1 h3 {
  color: #36393a;
}
.header--mod-1 h3.big {
  font-size: 36px;
}
.header--mod-1 hr {
  position: static;
}
.header hr {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 5px;
  background: #93CAED;
  border: none;
}
.header .brand {
	margin-top: 20px;
	margin-bottom: 30px;
}
.header h1, .header .heading-1 {
	color: #292B5C;
}
@media (max-width: 1199px) {
  .header .nav {
    display: block;
    clear: both;
    float: none;
    text-align: center;
  }
}
@media (min-width: 480px) {
  .header {
    text-align: left;
  }
  .header .brand {
    float: left;
    margin-bottom: 0;
  }
  .header .contact-info {
    float: right;
  }
}

.contact-info {
  display: inline-block;
}
.contact-info span {
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
}
.contact-info a[href^="callto:"] {
  display: block;
  margin-top: 14px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #b22305;
}
.contact-info a[href^="callto:"]:hover {
  color: #93CAED;
}

@media (min-width: 1200px) {
  .nav {
    float: right;
  }

  .contact-info + .nav {
    margin-top: 41px;
    margin-right: 0.92rem;
  }
}
/*========================================================
					 CONTENT  Section
=========================================================*/
.content {
  background: #fff;
  display: block;
}

/*==================      Well     ======================*/
[class^="well"] {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .well-1 {
    padding-top: 0.52rem;
    padding-bottom: 0.8rem;
  }
  .well-2 {
    padding-top: 1.12rem;
    padding-bottom: 1.23rem;
  }
  .well-3 {
    padding-top: 0.73rem;
    padding-bottom: 1.04rem;
  }
  .well-4 {
    padding-top: 1rem;
    padding-bottom: 0.9rem;
  }
  .well--inset-1 {
    padding-bottom: 0.73rem;
  }
  .well--inset-2 {
    padding-top: 0.42rem;
  }
}
/*========================================================
					 FOOTER  Styles
=========================================================*/
.footer {
  color:#292B5C;
  background:#E9E5DC;
}
.footer > .container {
  padding-top: 0.78rem;
  padding-bottom: 0.2rem;
}
.footer > .container .row + .row {
  margin-top: 0;
}
@media (min-width: 992px) {
  .footer > .container .row + .row {
    margin-top: 1.42rem;
  }
}
.footer nav .list a.active {
  color: #3D9DFC;
}
.footer .copyright {
  font-size: 16px;
  color: #93CAED;
}
.footer .copyright a:hover {
  color: #fff;
}
.footer .brand {
  margin-top: 0.4rem;
}
.footer address {
  margin-top: 0.3rem;
}
.footer .icon:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
}
