@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto:900);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #777777;
  font: 400 16px/24px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
  background: #00aeef; }

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

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
  font-size: 42px;
  line-height: 50px; }

h2 {
  font-size: 60px;
  line-height: 70px;
  color: #444444;
  text-align: center; }
  @media (max-width: 767px) {
    h2 {
      font-size: 46px;
      line-height: 54px; } }

h3 {
  font-size: 24px;
  line-height: 34px;
  color: #f7941d;
  text-transform: uppercase;
  font-weight: 700; }

h4 {
  font-size: 30px;
  line-height: 34px;
  color: #00aeef;
  font-weight: 800; }

h5 {
  font-size: 30px;
  line-height: 34px;
  color: #00aeef;
  font-weight: 300; }

h6 {
  font-size: 18px;
  line-height: 22px;
  color: #00aeef;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #00aeef;
  text-transform: uppercase; }

h3 a:hover {
  color: #00aeef; }

h4 a:hover, h5 a:hover, h6 a:hover {
  color: #f7941d; }

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

@media (max-width: 767px) {
  [class*='col-'] + [class*='col-'] {
    margin-top: 30px; } }
.container {
  position: relative; }

/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 100px; }
  @media (max-width: 991px) {
    h2 + * {
      margin-top: 50px; } }

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

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

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

h4 + h5 {
  margin-top: 0; }

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

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

h5 + .row {
  margin-top: 10px; }

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

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

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

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px; }
  .brand_name {
    overflow: hidden;
    padding-right: 5px; }

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #e6e6e6; }

.bg2 {
  background: #f5f5f5; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background: #f7941d;
  border-radius: 20px; }
  @media (min-width: 1199px) {
    .btn {
      min-width: 195px; } }
  .btn:hover {
    background: #00aeef; }
  .btn:active {
    background: #0089bc; }
  * + .btn {
    margin-top: 45px; }
  .btn.mt1 {
    margin-top: 25px; }

.btn-wrap {
  margin-top: 110px;
  text-align: center; }

/*==================  Table  ======================*/
.table {
  width: 100%;
  text-align: left; }
  @media (max-width: 479px) {
    .table {
      font-size: 14px;
      line-height: 22px; } }
  .table + .table {
    margin-top: 20px; }
  .table td, .table th {
    width: 20.75%;
    vertical-align: top;
    border: 0;
    padding-left: 30px;
    border-left: 1px solid #00aeef; }
    .table td:first-child, .table th:first-child {
      padding-left: 0;
      border-left: 0; }
  .table th {
    color: #00aeef;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px solid #00aeef;
    padding-bottom: 12px; }
  .table th:first-child, .table td:first-child {
    width: 23%; }
  .table th:nth-child(2), .table td:nth-child(2) {
    width: 34.2%; }
  .table th:nth-child(3), .table td:nth-child(3) {
    width: 42.8%; }
  .table tbody tr:first-child td {
    padding-top: 33px; }
  .table tbody tr:last-child td {
    padding-bottom: 2px; }
  .table .st-head-row {
    padding-top: 12px;
    text-align: left; }
  .table .st-head-row-main {
    border-bottom: 2px solid #f7941d;
    font-size: 20px;
    color: #f7941d;
    text-align: left; }
  .table .st-val {
    padding-left: 15px; }

@media (max-width: 767px) {
  .large-only {
    display: none; } }

@media (min-width: 768px) {
  .small-only {
    display: none; } }
.small-only th:empty {
  display: none; }
.small-only td, .small-only th {
  padding-right: 5px; }

/*==================      Lists      ======================*/
.social-list li {
  display: inline-block; }
  .social-list li a {
    display: block;
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 22px;
    line-height: 44px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center; }
    .social-list li a:hover {
      color: #00aeef;
      background: #fff; }
    @media (min-width: 768px) and (max-width: 991px) {
      .social-list li a {
        width: 38px;
        height: 38px;
        line-height: 38px; } }
  .social-list li + li {
    margin-left: 3px; }

.price-list {
  text-align: left; }
  .price-list li {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-right: 55px; }
    .price-list li:before, .price-list li:after {
      display: table;
      content: "";
      line-height: 0; }
    .price-list li:after {
      clear: both; }
    .price-list li .price-list_right {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #e6e6e6; }
    .price-list li .price-list_item {
      background: #e6e6e6; }
    .price-list li .fa {
      color: #f7941d;
      font-size: 14px;
      line-height: 24px;
      margin-right: 5px; }
    .price-list li .dots {
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      z-index: -1; }
    .price-list li + li {
      margin-top: 10px; }

.marked-list li {
  position: relative;
  padding-left: 20px;
  padding: 5px 0 5px 20px; }
  .marked-list li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    font-family: "FontAwesome";
    color: #f7941d; }

/*==================      Blockquote      ======================*/
.quote {
  position: relative;
  padding-left: 180px;
  padding-top: 50px; }
  .quote:before, .quote:after {
    display: table;
    content: "";
    line-height: 0; }
  .quote:after {
    clear: both; }
  .quote_text {
    padding-top: 20px;
    font-size: 18px;
    line-height: 24px; }
    .quote_text + * {
      margin-top: 25px; }
  .quote_title {
    color: #00aeef;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300; }
  .quote img {
    border-radius: 12%;
    border: 3px solid #f5f5f5;
    -webkit-box-shadow: 0 0 0 1px #00aeef;
    -moz-box-shadow: 0 0 0 1px #00aeef;
    box-shadow: 0 0 0 1px #00aeef; }
  .quote_aside {
    float: left;
    margin-right: 35px; }
    .quote_aside:before {
      content: "\201C";
      font-size: 378px;
      line-height: 378px;
      position: absolute;
      top: -50px;
      left: 35px;
      color: #00aeef; }
  .quote_cnt__no-flow {
    overflow: hidden; }
  @media (max-width: 1199px) {
    .quote {
      padding-left: 100px; }
      .quote_aside:before {
        left: 0;
        font-size: 300px;
        line-height: 350px; } }
  @media (max-width: 650px) {
    .quote {
      padding-left: 0; }
      .quote_aside {
        float: none;
        margin-right: 0;
        text-align: center; }
        .quote_aside:before {
          display: none; } }

/*==================      Address      ======================*/
.addr dt, .addr dd {
  display: inline-block; }
.addr dt {
  min-width: 90px; }
* + .addr {
  margin-top: 15px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  padding: 30px 0; }
  .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: 2px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sf-menu > li > a {
      padding-left: 15px;
      padding-right: 15px; } }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  background: #dadada; }
.sf-menu > li.active > a {
  background: #f7941d;
  border-radius: 20px; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 30px;
  padding: 20px 0;
  background: #dadada;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left; }

.sf-menu ul > li {
  position: relative; }
  .sf-menu ul > li > a {
    color: #444444;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 30px 9px; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #FFF;
    background: #00aeef;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16); }

.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 100%;
  margin-left: 2px;
  width: 170px;
  margin-top: 0;
  padding: 10px 0;
  z-index: 4; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 55%;
    margin-left: -6px;
    content: "";
    font: 400 24px/24px "FontAwesome"; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: 25px;
    top: 0;
    margin-top: 6px;
    content: "";
    font: 400 24px/24px "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: #f7941d;
      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: rgba(0, 0, 0, 0.85);
  z-index: 999; }
  .isStuck .brand {
    padding-top: 10px;
    padding-bottom: 10px; }
  .isStuck .sf-menu {
    padding: 10px 0; }
  .isStuck .search-form_toggle {
    margin-top: 20px; }
  .isStuck .sf-menu > li > ul {
    margin-top: 10px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 34px;
  height: 34px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  background: #00aeef;
  border-radius: 50%;
  border: 1px solid #fff;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #737373;
    text-decoration: none; }

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

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .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.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

.video .thumb_overlay {
  opacity: 1; }
  .video .thumb_overlay:before {
    content: '\f01d';
    font: 400 64px/60px "FontAwesome";
    margin-top: -30px;
    text-align: center;
    color: #fff; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  padding-top: 195px;
  padding-bottom: 200px; }
  .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;
    color: #fff; }
    .parallax_cnt h2 {
      color: #fff;
      text-align: center;
      font-weight: 300; }
  .parallax_top {
    padding-top: 210px;
    padding-bottom: 100px; }
    @media (min-width: 1200px) {
      .parallax_top {
        padding-top: 365px;
        padding-bottom: 300px; }
        .parallax_top h2 {
          font-size: 72px;
          line-height: 82px; } }
    @media (max-width: 768px) {
      .parallax_top {
        padding-top: 230px;
        padding-bottom: 80px; } }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: no-repeat url(../images/header-bg.jpg);
  background-size: cover; }
  header.abs {
    position: absolute;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.47); }
  header .brand {
    float: left; }
  header .header-right {
    float: right;
    position: relative; }
    header .header-right:before, header .header-right:after {
      display: table;
      content: "";
      line-height: 0; }
    header .header-right:after {
      clear: both; }
  header .nav {
    float: left; }
  header .search-form_toggle {
    margin-left: 40px;
    float: right; }
  @media (max-width: 1199px) {
    header .header-right {
      margin-left: 15px;
      margin-right: 15px; }
    header .search-form_toggle {
      margin-left: 20px; } }
  @media (max-width: 979px) {
    header {
      text-align: center; }
      header .brand, header .header-right {
        float: none; } }
  @media (max-width: 767px) {
    header {
      padding-bottom: 30px; }
      header .brand {
        margin-left: 0;
        padding-top: 30px;
        padding-bottom: 20px; }
      header .header-right {
        margin: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    header .brand {
      padding-bottom: 0; } }

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

.tc {
  text-align: center; }

.img-border {
  border: 3px solid transparent;
  -webkit-box-shadow: 0 0 0 1px #8e8e8e;
  -moz-box-shadow: 0 0 0 1px #8e8e8e;
  box-shadow: 0 0 0 1px #8e8e8e; }

.img-circle {
  border: 3px solid transparent;
  -webkit-box-shadow: 0 0 0 1px #00aeef;
  -moz-box-shadow: 0 0 0 1px #00aeef;
  box-shadow: 0 0 0 1px #00aeef;
  border-radius: 50%; }

.date {
  font-weight: 300;
  font-size: 36px;
  color: #00aeef; }
  .date + * {
    margin-top: 35px; }

.mt2 {
  margin-top: 30px; }

@media (min-width: 1200px) {
  .img-abs {
    position: absolute;
    top: -35px;
    left: 18px; } }
.row.mt3 {
  margin-top: 75px; }

.text1 {
  font-size: 16px;
  line-height: 34px; }

* + .policy-link {
  margin-top: 25px; }
.policy-link a {
  color: #00aeef; }

.terms {
  padding-top: 85px;
  padding-bottom: 100px; }
  .terms h2 + h5 {
    margin-top: 85px; }

/*==================      Well     ======================*/
.well1 {
  padding-top: 110px;
  padding-bottom: 100px; }

.well2 {
  padding-top: 100px;
  padding-bottom: 105px; }

.well3 {
  padding-top: 90px;
  padding-bottom: 110px; }

.well4 {
  padding-top: 110px;
  padding-bottom: 110px; }

.well5 {
  padding-top: 35px;
  padding-bottom: 95px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #00aeef;
  color: #fff; }
  footer h3 {
    color: #fff; }

.footer-top {
  padding-top: 100px;
  padding-bottom: 115px; }

.footer-bottom {
  padding-bottom: 55px;
  text-align: center; 
  margin-top: -98px;
  }
  .footer-bottom .container {
    border-top: 1px solid #fff;
    padding-top: 60px; }

.copy {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px; }
  .copy a {
    white-space: nowrap; }
	

  .bg{background-image:url(../images/parallax1.jpg);
     background-size: cover;
    height: 560px;
    width: 100%;}
	
	.bg h2{    margin-top: 35%;
   
    color: #fff;}


@media screen and (max-width:1920px){
	
	 .bg{
		 background-image:url(../images/parallax1.jpg);
     background-size: cover;
    height: 849px;
    width: 100%;
	}
	.bg h2{    margin-top: 32%;
   
    color: #fff;}
}
	
@media screen and (max-width:1366px){
	
	 .bg{background-image:url(../images/parallax1.jpg);
     background-size: cover;
    height: 560px;
    width: 100%;}
	
}
.widget li {
    border-bottom: 1px dashed #fff;
	margin-bottom: 8px;
    padding-bottom: 8px;
	width:150px;
}



