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

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

h1 {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  position: relative; }
  h1 .name {
    font-family: 'Sarina', cursive;
    font-size: 39px;
    line-height: 39px; }

h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #46555d; }
  @media (max-width: 991px) {
    h2 {
      font-size: 32px;
      line-height: 42px;
      letter-spacing: 4px; } }

h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00aff3; }

h4 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  color: #00aff3; }
  @media (max-width: 991px) {
    h4 {
      font-size: 30px;
      line-height: 34px; } }

h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00aff3; }

h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #00aff3; }

h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #46555d; }

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

.container {
  position: relative; }

@media (max-width: 767px) {
  [class*='col-'] + [class*='col-'] {
    margin-top: 30px; } }
/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 25px; }

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

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

img + h3 {
  margin-top: 45px; }

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

h4 + .row {
  margin-top: 15px; }

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

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

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

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

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

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

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    position: relative;
    overflow: hidden;
    padding: 5px 0px 5px 30px;
    background: #fff; }
    .brand_name .abs {
      position: absolute;
      right: 33px;
      bottom: 22px;
      text-transform: uppercase;
      letter-spacing: -.5px; }
      .brand_name .abs span {
        font-weight: 700; }

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

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  border: 1px solid #b9b9b9;
  padding: 20px 30px;
  color: #00aff3;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background: #fff; }
  @media (min-width: 1199px) {
    .btn {
      min-width: 240px; } }
  .btn:hover {
    background: #00aff3;
    border-color: #00aff3;
    color: #fff; }
  .btn:active {
    background: #b3410a; }
  * + .btn {
    margin-top: 30px; }

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

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left;
  margin-right: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .box_aside {
      float: none;
      margin-right: 0;
      margin-bottom: 20px; } }
.box_cnt__no-flow {
  overflow: hidden; }
.box_icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid #00aff3;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .box_icon:hover {
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
.box h3 + * {
  margin-top: 5px; }

.camera-box {
  background: rgba(0, 175, 243, 0.75);
  text-align: center;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.23); }
  .camera-box h6 {
    color: #fff;
    margin: 0;
    padding: 15px 0;
    font-weight: 400;
	font-size: 25px; }
  @media (max-width: 1850px) and (min-width: 1400px) {
    .camera-box {
      max-width: 250px;
      margin: 0 auto; } }
  @media (max-width: 1399px) {
    .camera-box {
      /*max-width: 230px;*/
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .camera-box img {
      display: none; } }

/*==================      Lists     ======================*/
.list .fa {
  min-width: 25px;
  font-size: 17px;
  line-height: 21px;
  margin-right: 5px;
  color: #00aff3; }

.list2 {
  font-size: 14px;
  line-height: 21px;
  color: #46555d;
  list-style-type: disc;
  margin-left: 30px;}
  * + .list2 {
    margin-top: 15px; }

.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .flex-list li {
    display: table-cell; }
    .flex-list li img {
      opacity: 0.7;
      padding: 0 5px; }
      .lt-ie9 .flex-list li img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
        filter: alpha(opacity=70); }
      .flex-list li img:hover {
        opacity: 1; }
        .lt-ie9 .flex-list li img:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
          filter: alpha(opacity=100); }
  @media (max-width: 767px) {
    .flex-list {
      text-align: center;
      display: block; }
      .flex-list li {
        display: inline-block;
        margin: 5px 10px; } }

.inline-list {
  font-size: 11px;
  line-height: 16px; }
  .inline-list li {
    display: inline-block; }
    .inline-list li a {
      margin: 0 2px; }

.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative;
    padding-left: 115px; }
    .index-list li:before {
      content: counter(li) ".";
      counter-increment: li;
      display: inline-block;
      width: 82px;
      height: 82px;
      border-radius: 50%;
      border: 1px solid #00aff3;
      color: #00aff3;
      font-size: 36px;
      line-height: 82px;
      font-weight: 300;
      text-align: center;
      position: absolute;
      top: 0;
      left: 15px; }
    .index-list li h3 + * {
      margin-top: 5px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .index-list li {
        padding-left: 0; }
        .index-list li:before {
          position: relative;
          margin-bottom: 20px; } }

.index-list2 {
  counter-reset: li; }
  .index-list2 > li {
    position: relative; }
    .index-list2 > li:before {
      content: counter(li) ".";
      counter-increment: li;
      display: inline-block;
      width: 82px;
      height: 82px;
      border-radius: 50%;
      border: 1px solid #00aff3;
      color: #00aff3;
      font-size: 36px;
      line-height: 82px;
      font-weight: 300;
      text-align: center;
      margin-bottom: 20px; }
    @media (max-width: 768px) {
      .index-list2 > li {
        text-align: center; } }

.price-list {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  color: #46555d; }
  .price-list li {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-right: 70px; }
    .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: #f1f1f1; }
    .price-list li .price-list_item {
      background: #f1f1f1; }
    .price-list li .dots {
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      z-index: -1; }

/*==================      Address      ======================*/
.addr dt, .addr dd {
  display: inline-block; }
  @media (min-width: 768px) and (max-width: 991px) {
    .addr dt, .addr dd {
      display: block; } }
.addr dd {
  min-width: 115px; }

.addr2 dt, .addr2 dd {
  display: inline-block; }
.addr2 dt {
  min-width: 85px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .addr2 dt {
      min-width: 105px; } }

/*==================      Blockquote      ======================*/
.quote {
  font-style: italic;
  font-weight: 300;
  position: relative;
  padding-left: 200px;
  padding-top: 55px; }
  .quote:before, .quote:after {
    display: table;
    content: "";
    line-height: 0; }
  .quote:after {
    clear: both; }
  .quote_text {
    padding-top: 30px;
    font-size: 18px;
    line-height: 22px;
    color: #63696b; }
    .quote_text + * {
      margin-top: 20px; }
  .quote_title {
    color: #46555d;
    font-size: 26px;
    line-height: 32px; }
  .quote img {
    border-radius: 50%; }
  .quote_aside {
    float: left;
    margin-right: 20px; }
    .quote_aside:before {
      content: "";
      position: absolute;
      top: 0;
      left: 92px;
      width: 104px;
      height: 99px;
      background: no-repeat url(../images/quotes.png); }
  .quote_cnt__no-flow {
    overflow: hidden; }
  @media (max-width: 1199px) {
    .quote {
      padding-left: 100px; }
      .quote_aside:before {
        left: 0; } }
  @media (max-width: 650px) {
    .quote {
      padding-left: 0; }
      .quote_aside {
        float: none;
        margin-right: 0;
        text-align: center; }
        .quote_aside:before {
          display: none; } }

.owl-carousel .owl-item .quote img {
  width: inherit;
  display: inline-block; }

/*==================      Progress     ======================*/
.progress {
  margin-right: 30px;
  padding-top: 14px; }
  .progress-item .progress-item_bar {
    background: #dbdbdb;
    height: 40px; }
  .progress-item .progress-item_inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-align: right; }
    .progress-item .progress-item_inner span {
      padding: 0 8px; }
  .progress-item .progress-item_label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #212722; }
  .progress-item:nth-child(2n) .progress-item_inner {
    background: #00aff3; }
  .progress-item:nth-child(2n+1) .progress-item_inner {
    background: #46555d; }
  .progress-item:first-child .progress-item_inner {
    width: 43%; }
  .progress-item:nth-child(2) .progress-item_inner {
    width: 78%; }
  .progress-item:nth-child(3) .progress-item_inner {
    width: 75%; }
  .progress-item:nth-child(4) .progress-item_inner {
    width: 80%; }
  .progress-item + .progress-item {
    margin-top: 14px; }

/*========================   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: 28px; }
      @media (max-width: 1199px) {
        .sf-menu > li + li {
          margin-left: 18px; } }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #00aff3; }
.sf-menu > li.active > a {
  color: #00aff3; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 247px;
  margin-top: 29px;
  margin-left: -30px;
  padding: 20px 0;
  background: #323232;
  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: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 30px 9px; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    background: #00aff3; }

.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: 70%;
    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: 5px;
    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: #00aff3;
      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: 18px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  letter-spacing: 0; }

.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  ======================*/
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0; }
.stuck_container:after {
  clear: both; }

.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #323232; }
  .isStuck .brand_name {
    padding-top: 5px;
    padding-bottom: 5px; }
    .isStuck .brand_name .abs {
      bottom: 12px; }
  .isStuck .header-right {
    margin-top: 50px;
    margin-bottom: 45px; }
  .isStuck .sf-menu > li > ul {
    margin-top: 19px; }
  @media (min-width: 768px) {
    .isStuck .search-form {
      margin-top: 20px; } }

@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: #46555d;
  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: #a8a8a8;
    text-decoration: none; }

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

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 130px;
  color: #fff; }
  .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 h2 {
    color: #fff; }
  .parallax_1 {
    padding-top: 155px;
    padding-bottom: 155px; }

/*==================   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); }

/*========================================================
                     HEADER  Section
=========================================================*/
header.bb {
  border-bottom: 10px solid #f1f1f1; }
header .brand {
  float: left; }
header .header-right {
  float: right;
  position: relative;
  margin: 50px 35px 45px; }
  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: 60px;
  float: right; }
@media (max-width: 1199px) {
  header .header-right {
    margin-left: 35px;
    margin-right: 25px; }
  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: 30px; }
    header .header-right {
      margin: 0; } }

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

.primary {
  color: #00aff3; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.bb {
  border-bottom: 1px solid #c6c6c6; }

.bt {
  border-top: 10px solid #f1f1f1; }

@media (min-width: 992px) {
  .ml {
    margin-left: 30px; } }
.mt1 {
  margin-top: 40px; }

.row.mt2 {
  margin-top: 100px; }

.mt3 {
  margin-top: 20px; }

.row.mt4 {
  margin-top: 50px; }

.bg-img {
  position: absolute;
  top: 0; }
  .bg-img + .row {
    position: relative; }
  @media (max-width: 767px) {
    .bg-img {
      display: none; } }

.bg-img_1 {
  right: 100px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .bg-img_1 {
      right: 0;
      width: 250px;
      top: 50px; } }

.bg-img_2 {
  left: 50px;
  top: 10px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .bg-img_2 {
      left: 0;
      top: 50px;
      width: 250px; } }

.bg-img_3 {
  top: 5px;
  left: 5px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .bg-img_3 {
      left: 0;
      top: 50px;
      width: 250px; } }

.bg-img_4 {
  top: -10px;
  right: -30px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .bg-img_4 {
      right: 0;
      width: 250px;
      top: 50px; } }

.policy-link {
  margin-top: 20px; }

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

.well2 {
  padding-top: 103px;
  padding-bottom: 110px; }

@media (max-width: 991px) {
  .well1, .well2 {
    padding-top: 70px;
    padding-bottom: 70px; } }
.well3 {
  padding-top: 70px;
  padding-bottom: 85px; }

.well4 {
  padding-top: 70px;
  padding-bottom: 75px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
.footer-top {
  border-top: 7px solid #00aff3;
  padding-top: 102px;
  padding-bottom: 105px;
  font-size: 14px;
  line-height: 21px; }
  @media (max-width: 767px) {
    .footer-top .tr {
      text-align: left; } }

.footer-bottom {
  background: #46555d;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 55px; }

.copy-brand {
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap; }

.copy a {
  white-space: nowrap; }
