@charset "UTF-8";
@import url(animate.css);
/*==================  RD Parallax    ======================*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Anton);
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #437294;
    opacity: 0.6;
    z-index: 1;
    top: 0; }
  .parallax .caption1 {
    background: #ffffff;
    padding: 71px 0 67px 0; }
    .parallax .caption1 h2 {
      margin-top: 36px;
      color: #303b41;
      margin-bottom: 42px; }
      .parallax .caption1 h2 span {
        display: block;
        font-size: 30px;
        line-height: 30px;
        margin-top: -1px; }
  .parallax .caption2 {
    background: #ffffff;
    padding: 63px 0 66px 0px;
    margin-bottom: 30px; }
    .parallax .caption2:hover, .parallax .caption2:active {
      background: #242424; }
      .parallax .caption2:hover .fa, .parallax .caption2:hover h2, .parallax .caption2:hover h4, .parallax .caption2:active .fa, .parallax .caption2:active h2, .parallax .caption2:active h4 {
        color: #ffffff; }
      .parallax .caption2:hover .fa, .parallax .caption2:active .fa {
        background: #7bafd4; }
    .parallax .caption2 .aside {
      margin-right: 29px;
      float: left;
      margin-left: 30px;
      margin-top: 8px; }
    .parallax .caption2 .cnt {
      overflow: hidden;
      padding-right: 10px; }
      .parallax .caption2 .cnt h4 {
        margin-top: -1px;
        text-transform: uppercase; }
    .parallax .caption2 .fa {
      text-align: center;
      width: 57px;
      height: 57px;
      font-family: "FontAwesome";
      font-size: 30px;
      line-height: 57px;
      color: #ffffff;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
      content: "";
      background: #bec1c5;
      border-radius: 50%;
      left: 0;
      z-index: 2; }
    .parallax .caption2 h2, .parallax .caption2 h4 {
      color: #303b41;
      text-shadow: none; }
  .parallax .caption3 {
    background: #ffffff;
    padding: 32px 90px 67px;
    text-align: center; }
    @media (max-width: 767px) {
      .parallax .caption3 {
        padding: 32px 30px 67px; } }
    .parallax .caption3 .fa {
      text-align: center;
      width: 57px;
      height: 57px;
      font-family: "FontAwesome";
      font-size: 30px;
      line-height: 57px;
      color: #ffffff;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
      content: "";
      background: #bec1c5;
      border-radius: 50%;
      left: 0;
      z-index: 2; }
    .parallax .caption3 h2, .parallax .caption3 h4 {
      color: #303b41;
      text-shadow: none; }
    .parallax .caption3 h2 {
      margin-top: 35px; }
    .parallax .caption3 h4 {
      margin-top: -1px; }
    .parallax .caption3 p {
      margin-top: 23px; }
    .parallax .caption3 a {
      margin-top: 40px; }
  .parallax blockquote {
    background: #ffffff;
    padding: 70px 60px 66px 29px;
    overflow: hidden; }
    @media (max-width: 979px) {
      .parallax blockquote {
        padding: 40px 20px 66px 20px;
        text-align: center; } }
    .parallax blockquote q {
      display: block;
      line-height: 18px;
      margin-top: 26px; }
    .parallax blockquote .fa {
      display: block;
      font-size: 30px;
      color: #bec1c5;
      margin-left: 3px;
      margin-top: 3px; }
      @media (max-width: 979px) {
        .parallax blockquote .fa {
          margin-left: 0;
          margin-top: 33px; } }
    .parallax blockquote .aside {
      float: left;
      margin-right: 17px; }
      @media (max-width: 979px) {
        .parallax blockquote .aside {
          float: none; } }
    .parallax blockquote .cnt {
      overflow: hidden; }
    .parallax blockquote h4 {
      margin-top: 21px;
      color: #303b41;
      text-transform: uppercase;
      text-shadow: none; }
      .parallax blockquote h4:hover, .parallax blockquote h4:active {
        color: #7bafd4; }
      @media (max-width: 479px) {
        .parallax blockquote h4 {
          font-size: 22px;
          line-height: 22px; } }
  .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;
    z-index: 2; }

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #ffffff;
  color: #909090;
  font: 400 12px/22px "Trebuchet MS", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1, h2, h3, h4, h5, h6, h6w {
  text-transform: uppercase;
  font-family: "Anton", sans-serif; }

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

h2 {
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
  @media (max-width: 1199px) {
    h2 {
      font-size: 38px;
      line-height: 38px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 28px;
      line-height: 28px; } }

h3 {
  font-size: 40px;
  line-height: 40px;
  color: #000000; }

h4 {
  text-transform: none;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
  @media (max-width: 1199px) {
    h4 {
      font-size: 25px;
      line-height: 25px; } }

h5 {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 1px; }
  @media (max-width: 979px) {
    h5 {
      font-size: 18px;
      line-height: 18px; } }

h6 {
  font-size: 18px;
  line-height: 22px;
  color: #000000; }

h6r {
  font-size: 18px;
  line-height: 22px;
  color: #ff0000; }

h6w {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff; }
  
h6b {
  font-size: 18px;
  line-height: 22px;
  color: #000000; }

h8 {
  font-size: 14px;
  line-height: 18px;
  color: #000000; }

p {
  line-height: 18px; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .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:"] {
  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; }

.hr {
  border-bottom: 29px solid #437294; }

.hr2 {
  border-bottom: 1px solid #437294; }

.center {
  text-align: center; }

.colorText1 {
  font: 18px/30px "Anton",sans-serif;
  color: #a2d8fd;
  margin-top: 19px; }

.colorTextw {
  font: 18px/30px "Anton",sans-serif;
  color: #ffffff;
  margin-top: 19px; }

.fontSize1 {
  font-size: 30px;
  position: relative;
  top: 8px; }

.fontSize2 {
  text-transform: none; }



/*=======================================================
                       Main Layout
=========================================================*/
.list3 + h2 {
  margin-top: 72px; }

h2 + * {
  margin-top: 50px; }

h2 + .offs6 {
  margin-top: 43px;
  margin-bottom: 0px; }

h3 + * {
  margin-top: 43px; }

h3 + .offs4 {
  margin-top: 50px; }

h4 + * {
  margin-top: 19px; }

img + h5 {
  margin-top: 23px; }

h5 + * {
  margin-top: 19px; }

h5 + address {
  margin-top: 24px; }

h5 + p {
  margin-top: 21px; }

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

h6 + .offs2 {
  margin-top: 15px; }

* + .offs5 {
  color: #bae3ff; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    overflow: hidden;
    font: 300 60px/60px "Anton", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: -1px; }
  .brand_slogan {
    
	font: 400 16px/16px "Trebuchet MS", sans-serif;
    font-style: italic;
    color: #9c9c9c;
    letter-spacing: 1px;
    }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #909090; }

.bg1 {
  background: #ffffff; }
  .bg1 h5 {
    color: #303b41;
    text-shadow: none;
    letter-spacing: 1px; }
    .bg1 h5:hover, .bg1 h5:active {
      color: #7bafd4; }

/*==================    Buttons    ======================*/
.btn {
  position: relative;
  font: 16px/16px "Anton", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  padding: 19px 28px;
  margin-top: 29px;
  background: #437294; }
  .btn:before {
    content: "";
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 8px;
    position: absolute;
    left: 0px;
    top: 0;
    width: 201px;
    background: #437294; }
    @media (max-width: 979px) {
      .btn:before {
        width: 172px; } }
    @media (max-width: 767px) {
      .btn:before {
        width: 201px; } }
  .btn:hover, .btn:active {
    background: #bae3ff; }
    .btn:hover:before, .btn:active:before {
      background: #bae3ff; }

.btn1 {
  margin-top: 0;
  padding: 7px 17px 8px 17px;
  font-size: 16px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  background: #6495b2; }
  .btn1:hover, .btn1:active {
    background: #242424; }

.btn3:before {
  width: 700px; }
  @media (max-width: 1199px) {
    .btn3:before {
      width: 620px; } }
  @media (max-width: 979px) {
    .btn3:before {
      width: 172px; } }
  @media (max-width: 767px) {
    .btn3:before {
      width: 201px; } }

/*========================   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; }
    .sf-menu > li + li {
      margin-left: 0px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  padding: 55px 25px 55px 25px; }
  @media (max-width: 1199px) {
    .sf-menu > li > a {
      padding: 55px 25px 55px 25px; } }
  @media (max-width: 979px) {
    .sf-menu > li > a {
      padding: 55px 15px 55px 15px; } }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ffffff;
  background: rgba(83, 83, 83, 0.8); }
.sf-menu > li.active > a {
  color: #ffffff;
  background: rgba(83, 83, 83, 0.8); }

.sf-menu ul {
  background: #373d43;
  display: none;
  position: absolute;
  top: 58%;
  width: 111px;
  margin-top: 10px;
  padding: 10px 0 10px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 28px 11px 19px 15px;
  border-radius: 2px; }

.sf-menu ul > li {
  padding-bottom: 12px; }
  .sf-menu ul > li > a {
    color: #ffffff; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #9c9c9c; }

.sf-menu ul ul {
  background: #4483a4;
  position: static;
  top: 62px;
  left: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  border-radius: 2px;
  z-index: 4;
  padding: 9px 53px 5px 9px; }

.sf-menu ul ul {
  position: absolute; }
  .sf-menu ul ul > li {
    padding-bottom: 2px; }
    .sf-menu ul ul > li > a {
      color: #ffffff; }
    .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
      color: black; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 56%;
    margin-left: -2px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@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: #909090;
      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; }

.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 {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@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  ======================*/
.isStuck {
  background: #1d1d21 url("../images/bg2.jpg") repeat scroll 0 0;
  z-index: 999; }
  .isStuck nav li a {
    padding: 24px 33px 24px 34px; }
  .isStuck nav ul ul li a {
    padding: 0; }
  .isStuck .brand {
    margin-top: -7px; }
  .isStuck .brand_slogan {
    margin-top: -5px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  height: 42px;
  font-size: 42px;
  line-height: 43px;
  color: #fff;
  background: #848484;
  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: 20; }
  .toTop:hover {
    color: #fff;
    background: #7bafd4;
    text-decoration: none; }

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

/*==================   Accordion    ======================*/
.accordion h3 {
  padding: 17px 29px 19px;
  margin-bottom: 7px;
  font-size: 30px;
  line-height: 30px;
  outline: none;
  background: #437294;
  color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
  .accordion h3:hover, .accordion h3:active {
    background: #ffffff;
    color: #303b41; }

.ui-accordion-header-active.ui-state-active {
  background: #ffffff;
  color: #303b41; }

.accordion_cnt {
  margin-top: 33px; }
  .accordion_cnt p {
    margin-bottom: 29px; }
  .accordion_cnt .accordion_cnt_offs1 {
    margin-bottom: 36px; }

.ui-accordion-header {
  position: relative;
  cursor: pointer; }
  .ui-accordion-header:after {
    position: absolute;
    top: 0;
    right: 0;
    color: #7bafd4; }

.accordion1 {
  outline: none;
  margin-top: 44px;
  position: relative; }
  .accordion1 .accordion_cnt {
    margin-top: 0px;
    padding-left: 55px; }
    .accordion1 .accordion_cnt p {
      margin-bottom: 18px;
      text-transform: none; }
  .accordion1 p {
    font-family: "Anton", sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #bae3ff; }
  .accordion1 h3 {
    outline: none;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-left: 54px;
    color: #ffffff;
    text-transform: none;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 19px; }
    .accordion1 h3:after {
      position: absolute;
      top: 4px;
      left: 0;
      color: #ffffff;
      content: "\f18e";
      font: 28px/28px 'FontAwesome';
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .accordion1 h3:hover, .accordion1 h3:active {
      color: #303b41; }
      .accordion1 h3:hover:after, .accordion1 h3:active:after {
        color: #303b41; }
  .accordion1 .ui-accordion-header-active.ui-state-active {
    color: #ffffff;
    background: none; }
    .accordion1 .ui-accordion-header-active.ui-state-active:after {
      content: "\f01a";
      font: 28px/28px 'FontAwesome';
      color: #ffffff; }

/*==================    Top row    ======================*/
.row-top {
  padding: 11px 0 12px 0;
  background: #2b2d2f url("../images/bg1.jpg") repeat;
  text-align: center; }
  @media (max-width: 767px) {
    .row-top {
      padding: 19px 0 27px 0; } }

.addressTop {
  float: left; }
  @media (max-width: 979px) {
    .addressTop {
      float: none;
      text-align: center;
      display: inline-block;
      margin-bottom: 10px; } }
  .addressTop address, .addressTop a {
    float: left;
    color: #ffffff;
    font-size: 12px; }
  .addressTop address {
    margin-top: 0px; }
    .addressTop address:before {
      content: "\f041";
      font: 19px/19px 'FontAwesome';
      position: relative;
      top: 3px;
      left: 1px;
      color: #ffffff;
      margin-right: 9px; }
  .addressTop a {
    margin-left: 33px; }
    @media (max-width: 767px) {
      .addressTop a {
        float: none;
        margin-left: 0px; } }
    @media (max-width: 767px) {
      .addressTop a {
        margin-bottom: 5px;
        display: block; } }
    .addressTop a:hover {
      color: #7bafd4; }
    .addressTop a:before {
      content: "\f003";
      font: 19px/19px 'FontAwesome';
      position: relative;
      top: 3px;
      left: 1px;
      color: #ffffff;
      margin-right: 9px; }
  .addressTop a + a {
    margin-left: 48px; }
    @media (max-width: 767px) {
      .addressTop a + a {
        margin-left: 0px; } }
    .addressTop a + a:before {
      content: "\f095";
      position: relative;
      top: 3px;
      left: 1px;
      color: #ffffff;
      margin-right: 9px; }

.follow_icon {
  margin: 3px 2px 0 0;
  float: right; }
  @media (max-width: 979px) {
    .follow_icon {
      float: none;
      text-align: center;
      display: inline-block; } }
  @media (max-width: 767px) {
    .follow_icon {
      display: block; } }
  .follow_icon li {
    float: left;
    margin-left: 19px; }
    @media (max-width: 767px) {
      .follow_icon li {
        float: none;
        display: inline-block;
        margin-left: 6px; } }
  .follow_icon a {
    font-size: 19px;
    color: #ffffff; }
    .follow_icon a:hover {
      color: #7bafd4; }

/*==================    Index list    ======================*/
.index-list {
  counter-reset: li;
  font-family: "Anton", sans-serif;
  padding-top: 82px; }
  .index-list li h4 {
    margin-top: 28px; }
  .index-list li p {
    font-size: 18px;
    line-height: 30px;
    color: #bae3ff; }
    @media (max-width: 1199px) {
      .index-list li p {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .index-list li p {
        font-size: 18px; } }
  .index-list li:before {
    content: counter(li,upper-latin) ".";
    counter-increment: li;
    font-size: 72px;
    line-height: 72px;
    color: #487c9b; }

.index-list1 {
  padding: 0; }
  .index-list1 li h4 {
    margin-top: 32px; }
  .index-list1 li .btn:before {
    width: 300px; }
    @media (max-width: 979px) {
      .index-list1 li .btn:before {
        width: 172px; } }
    @media (max-width: 767px) {
      .index-list1 li .btn:before {
        width: 201px; } }
  .index-list1 li:before {
    display: none; }
  .index-list1 li .fa {
    text-align: center;
    width: 84px;
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 84px;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    height: 84px;
    content: "";
    background: #437294;
    border-radius: 50%;
    left: 0;
    z-index: 2; }
    .index-list1 li .fa:hover, .index-list1 li .fa:active {
      background: #242424; }

/*==================    Flex list    ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .flex-list li {
    display: table-cell; }
    .flex-list li a {
      opacity: 1; }
      .flex-list li a:hover {
        opacity: 0.5; }

@media (max-width: 767px) {
  .flex-list,
  .flex-list li {
    display: block;
    padding: 10px 0;
    text-align: center; } }
@media (max-width: 767px) {
  .block1 {
    text-align: center; } }
@media (max-width: 1199px) {
  .block1 h5 {
    font-size: 21px; } }
@media (max-width: 979px) {
  .block1 h5 {
    font-size: 17px; } }
@media (max-width: 979px) {
  .block1 .offs1 {
    margin-left: 0; } }
.block1 address {
  margin-top: 8px; }
  .block1 address a {
    font-size: 70px;
    line-height: 70px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    font-family: "Anton", sans-serif;
    color: #ffffff;
    letter-spacing: 2px; }
    .block1 address a:hover {
      color: #303b41; }
    @media (max-width: 1199px) {
      .block1 address a {
        font-size: 55px; } }
    @media (max-width: 979px) {
      .block1 address a {
        font-size: 45px;
        letter-spacing: 1px; } }
    @media (max-width: 479px) {
      .block1 address a {
        font-size: 36px;
        letter-spacing: 0px;
        line-height: 20px; } }

/*==================    lists    ======================*/
.list1 {
  margin-top: 29px;
  color: #000000; }
  .list1 li {
    padding-left: 17px;
    position: relative;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .list1 li {
        padding: 0; } }
    .list1 li a:hover {
      color: #a2d8fd; }
    .list1 li:before {
      content: "\f111";
      position: absolute;
      top: 9px;
      left: 0;
      font: 5px/5px 'FontAwesome';
      color: #000000; }
      @media (max-width: 767px) {
        .list1 li:before {
          display: none; } }

.list2 li:before {
  color: #c4c7ca; }
.list2 li a {
  color: #909090; }
  .list2 li a:hover {
    color: #303b41; }

.list3 {
  margin-top: 43px; }

/*==================    Address    ======================*/
address dl dt, address dl dd {
  margin-bottom: 6px;
  color: #bae3ff;
  line-height: 12px; }
address dl dt {
  width: 182px;
  float: left; }
  @media (max-width: 979px) {
    address dl dt {
      width: 92px; } }
address dl .addressLast {
  width: 43px; }
address dl .addressLast1 a {
  color: #ffffff; }
  address dl .addressLast1 a:hover {
    color: #303b41; }
address dl a:hover {
  color: #303b41; }

/*==================     Term-list     ======================*/
.term-list {
  margin-top: 42px; }
  .term-list .offsNone {
    margin-bottom: 0; }
  .term-list dt {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 32px;
    font-family: "Anton", sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .term-list dd {
    color: #bae3ff;
    line-height: 18px;
    margin-bottom: 28px; }
    .term-list dd:last-child {
      margin: 18px 0 0 0; }
    .term-list dd a {
      color: #ffffff; }
      .term-list dd a:hover {
        color: #bae3ff; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #1d1d21 url("../images/bg2.jpg") repeat; }
  header .brand {
    float: left;
    margin-top: 32px; }
    @media (max-width: 767px) {
      header .brand {
        margin: 20px 0; } }
  header .nav {
    float: right; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

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

/*==================      Well     ======================*/
.well {
  padding-bottom: 50px; }

.well1 {
  padding-top: 80px;
  padding-bottom: 91px; }

.well2 {
  padding-top: 80px;
  padding-bottom: 85px; }

.well3 {
  padding-top: 32px;
  padding-bottom: 34px; }

.well4 {
  padding-top: 31px;
  padding-bottom: 34px; }

.well5 {
  padding-top: 45px;
  padding-bottom: 126px; }

.well6 {
  padding-top: 86px; }

.well7 {
  padding-top: 78px;
  padding-bottom: 50px; }

.well8 {
  padding-top: 80px;
  padding-bottom: 82px; }

.well9 {
  padding-top: 80px;
  padding-bottom: 101px; }

.well10 {
  padding-top: 86px;
  padding-bottom: 36px; }

.well11 {
  padding-top: 80px;
  padding-bottom: 82px; }

.well12 {
  padding-top: 80px;
  padding-bottom: 71px; }

.well13 {
  padding-bottom: 2px;
  padding-top: 86px; }
  @media (max-width: 767px) {
    .well13 {
      padding-bottom: 25px; } }

.well14 {
  padding-top: 80px;
  padding-bottom: 72px; }

.well15 {
  padding-top: 88px;
  padding-bottom: 101px; }

.well16 {
  padding-top: 86px;
  padding-bottom: 49px; }

.well17 {
  padding-top: 86px;
  padding-bottom: 43px; }

.well18 {
  padding-top: 80px;
  padding-bottom: 84px; }

.well19 {
  padding-top: 86px;
  padding-bottom: 52px; }

.offs1 {
  margin-left: 69px;
  margin-top: 16px; }

.offs3 {
  margin-top: -5px; }

.offs6 {
  margin-bottom: 48px; }

.offs24 {
  margin-bottom: 24px; }

.offs7 {
  margin-top: -7px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #1d1d21 url("../images/bg2.jpg") repeat; }
  @media (max-width: 767px) {
    footer {
      text-align: center; } }
  footer h6 {
    font-size: 16px; }
  footer .follow_icon {
    margin: 23px 2px 0 0;
    overflow: hidden;
    float: none; }
    footer .follow_icon li {
      padding: 0;
      margin-left: 22px; }
      @media (max-width: 979px) {
        footer .follow_icon li {
          margin-left: 12px; } }
      footer .follow_icon li:before {
        display: none; }
      footer .follow_icon li:first-child {
        margin-left: 0px; }
      footer .follow_icon li a {
        font-size: 23px; }
        @media (max-width: 979px) {
          footer .follow_icon li a {
            font-size: 18px; } }
  footer .copyright {
    margin-top: 16px;
    font-size: 18px;
    color: #ffffff;
    font-family: "Anton", sans-serif; }
    footer .copyright a:hover, footer .copyright a:active {
      color: #7bafd4; }
  footer address dl dt {
    line-height: 30px;
    color: lightgray; }
    @media (max-width: 767px) {
      footer address dl dt {
        float: none;
        width: 100%; } }
  footer address dl dd:last-child {
    margin-top: 4px;
    color: lightgray; }
  footer address dl a:hover {
    color: #7bafd4; }
  footer ul {
    color: lightgray;
    margin-top: 19px; }
    footer ul li {
      padding-left: 17px;
      position: relative;
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        footer ul li {
          padding: 0; } }
      footer ul li a:hover {
        color: #7bafd4; }
      footer ul li:before {
        content: "\f111";
        position: absolute;
        top: 9px;
        left: 0;
        font: 5px/5px 'FontAwesome';
        color: lightgray; }
        @media (max-width: 767px) {
          footer ul li:before {
            display: none; } }

/*# sourceMappingURL=style.css.map */
