@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto:900,700,300);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #acacac;
  font: 400 18px/26px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
  background: #FFF; }

img {
  max-width: 100%;
  height: auto; }

h2, h3 {
  text-transform: uppercase; }

h1 {
  font: 700 32px/32px "Open Sans", sans-serif;
  color: #FFF;
  text-transform: uppercase; }

h2 {
  font: 400 50px/50px "Open Sans", sans-serif; }

h3 {
  font: 300 45px/45px "Open Sans", sans-serif; }

h4 {
  font: 300 40px/40px "Open Sans", sans-serif;}

h5 {
  font: 300 30px/30px "Open Sans", sans-serif; }

h6, .h6 {
  font: 400 18px/26px "Open Sans", sans-serif;
  color: #3d3d3d; }
  h6 a:hover, .h6 a:hover {
    color: #52C2D2; }
  h6 a:active, .h6 a:active {
    color: #32aebf; }

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:"] {
  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; }


blockquote {
  position: relative;
  padding-left: 70px; }
  blockquote q {
    display: inline-block;
    font-style: italic; }
  blockquote:before {
    position: absolute;
    content: '\f10d';
    font-size: 34px;
    line-height: 34px;
    font-family: "FontAwesome";
    color: #55cced;
    top: 4px;
    left: 0; }

/*=======================================================
                       Main Layout
=========================================================*/
* + .row__off-2 {
  margin-top: 0; }

.offset {
  margin-top: 5px; }

h2 + h3, * + .btn-default, h6 + p, q + h6 {
  margin-top: 15px; }

* + .row__off-3 {
  margin-top: 7px; }

h3 + p, h5 + .off, * + .row__off-1 {
  margin-top: 13px; }

h4 + address {
  margin-top: 53px; }

* + h6, * + .marked-list, * + .title-link {
  margin-top: 20px; }

p + p, h6 + .center-media {
  margin-top: 26px; }

* + .social-list, h4 + p, h4 + .float-box, * + .btn-secondary, h4 + .event-wrap, h4 + h6, h4 + .privacy {
  margin-top: 36px; }

.social-list + p, h5 + p, h4 + .mailform, h4 + .addr {
  margin-top: 30px; }

* + .quote-list {
  margin-top: 37px; }

* + .btn-wrap, h4 + .center-media, * + .index-list-primary, h4 + .map__md, h4 + .off {
  margin-top: 43px; }

* + .row__off, address + .link-wrap {
  margin-top: 70px; }

/*=======================================================
                       KeyFrames
=========================================================*/
@-o-keyframes jump {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@-moz-keyframes jump {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes jump {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name a {
    position: relative; }
    /*
	.brand_name a:before {
      position: absolute;
      content: '';
      background: url("../images/logo.png") no-repeat;
      top: 0;
      right: 5px;
      width: 11px;
      height: 9px; }
	  */

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #52C2D2; }

.bg-default {
  background: #f0f0f0; }

.bg-secondary {
  background: #EDBA55; }

.bg-secondary-1 {
  background: #9CBE8E; }

.bg-secondary-2 {
  background: #68afc4; }

.bg-secondary-3 {
  background: #486577; }
  .bg-secondary-3 h4 {
    color: #FFF; }
  .bg-secondary-3 p {
    color: #b3d5e4; }


/*==================  Colors  ======================*/
.clr-primary {
  color: #55636b; }

.clr-secondary {
  color: #3d3d3d; }

.clr-secondary-1 {
  color: #b3d5e4; }
  .clr-secondary-1 a:hover {
    color: #68afc4; }
  .clr-secondary-1 a:active {
    color: #469ab3; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
[class*='btn'] {
  display: inline-block; }

.btn-wrap .btn-primary + .btn-primary {
  margin-left: 7px; }

.btn-default {
  font: 700 15px/15px "Open Sans", sans-serif;
  color: #565656;
  text-transform: uppercase;
  position: relative;
  padding: 10px 0; }
  .btn-default:before, .btn-default:after {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    content: '';
    width: 140%;
    height: 1px;
    background: #EDBA55;
    opacity: 0;
    z-index: 1; }
  .btn-default:before {
    top: 0;
    left: 100%; }
  .btn-default:after {
    bottom: 0;
    right: 100%; }
  .btn-default:hover {
    color: #EDBA55; }
    .btn-default:hover:before, .btn-default:hover:after {
      opacity: 1; }
    .btn-default:hover:before {
      left: 0; }
    .btn-default:hover:after {
      right: 0; }
  .btn-default:active {
    color: #e8a727; }
    .btn-default:active:before, .btn-default:active:after {
      background: #e8a727; }

.btn-default__md:before, .btn-default__md:after {
  display: none; }

.btn-primary {
  background: #52C2D2;
  text-transform: uppercase;
  color: #FFF;
  font: 600 18px/19px "Open Sans", sans-serif;
  padding: 17px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-width: 159px;
  border: solid 2px #52C2D2; }
  .btn-primary:hover {
    background: transparent;
    color: #52C2D2; }
  .btn-primary:active {
    background: rgba(82, 194, 210, 0.2); }
    .lt-ie9 .btn-primary:active {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3352C2D2', endColorstr='#3352C2D2')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3352C2D2', endColorstr='#3352C2D2');
      zoom: 1; }

.btn-primary__md {
  background: #55636b;
  border: solid 2px #55636b; }

.btn-secondary {
  font: 700 15px/15px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #EDBA55;
  border: solid 1px #EDBA55;
  padding: 20px 38px; }
  .btn-secondary:hover {
    background: #EDBA55;
    color: #FFF;text-decoration: none; }
  .btn-secondary:active {
    background: #e8a727;
    border-color: #e8a727; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================   Center   ======================*/
.center {
  text-align: center; }

/*========================   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: 53px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #FFF;
  /*text-transform: lowercase;*/
  font: 400 18px/20px "Open Sans", sans-serif; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover
/*, .sf-menu > li.active > a */{
  color: #52C2D2; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: -16px;
  width: 78px;
  margin-top: 28px;
  padding: 12px 0;
  background: #52C2D2;
  text-align: center;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sf-menu ul:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #52C2D2 transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -8px; }

.sf-menu ul > li {
  padding: 9px 0; }
  .sf-menu ul > li > a {
    color: #baf6ff;
    text-transform: lowercase;
    font: 400 14px/14px "Roboto", sans-serif;
    padding: 0 5px; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #FFF; }
  .sf-menu ul > li + li {
    border-top: dotted 1px #baf6ff; }

.sf-menu ul ul {
  position: absolute;
  top: 64%;
  width: 86px;
  margin: 0;
  padding: 0;
  left: 100%;
  background: #ed6b55;
  text-align: left;
  z-index: 4; }
  .sf-menu ul ul:before {
    display: none; }

.sf-menu ul ul > li {
  padding: 13px 0; }
  .sf-menu ul ul > li > a {
    color: #FFF;
    padding: 0 5px 0 20px; }
  .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
    color: #52C2D2; }
  .sf-menu ul ul > li + li {
    border-color: #f18977; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 85%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 25px; } }
@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;
    text-transform: capitalize; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #52C2D2;
      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: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  ======================*/
.isStuck {
  padding: 15px 0;
  background: #000;
  z-index: 999;
  border-bottom: 1px solid #7b7b7b; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 73px;
  padding-top: 73px;
  height: 0;
  /*
  height: 73px;
  font-size: 21px;
  line-height: 70px;
  color: #FFF;
  */
  background: url(../images/totop.png) no-repeat;
  position: fixed;
  right: 40px;
  bottom: 60px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
/*
  .toTop:hover {
    color: #333;
    background: #fff;
    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: #EDBA55;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 60px "FontAwesome";
      line-height: 60px;
      margin-top: -30px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(72, 101, 119, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80486577', endColorstr='#80486577')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80486577', endColorstr='#80486577');
      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); }

@media (min-width: 768px) and (max-width: 992px) {
  .thumb_overlay:before {
    font-size: 40px;
    line-height: 40px;
    margin-top: -20px; } }
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax h4, .parallax p {
    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; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding: 25px 0 15px; }
  header .brand {
    float: left;width: 26%; }
  header .nav {
	  clear: both;
	  text-align: center;
    padding:30px 0 0; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; width: 80%;min-width: 300px;padding: 0;} }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;}

/*==================      Well     ======================*/
.well {
  padding: 91px 0 436px; }

.well-1 {
  padding: 46px 0 60px; }
  .well-1__off {
    padding-bottom: 50px; }
  .well-1__off-1 {
    padding-bottom: 136px; }

.well-2 {
  padding: 17px 0 45px; }

.well-3 {
  padding: 53px 0 50px; }
  .well-3__off {
    padding-bottom: 90px; }
  .well-3__off-1 {
    padding-top: 16px; }
  .well-3__off-2 {
    padding-bottom: 55px; }

.well-4 {
  padding: 38px 0 0 0; }

.well-5 {
  padding: 33px 0 70px; }
  .well-5__off {
    padding-top: 45px; }
  .well-5__off-1 {
    padding-top: 60px; }
	
.well-6 {padding: 30px 0;}

/*==================    Indent    ======================*/
.indent {
  padding: 0 200px; }

.indent-1 {
  padding: 0 100px; }

.indent-2 {
  padding: 0 70px; }

/*==================  Txt Style  ======================*/
.txt-style {
  text-transform: uppercase; }

/*==================  Font Style  ======================*/
.font-style {
  font-size: 16px;
  color: #838b91; }

/*==================  BgImages  ======================
.bg-img {
  background: url("../images/img01_bg.png") no-repeat;
  background-size: cover;
  background-position: center top;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #55636b; }
  .bg-img p {
    color: #89949b; }
  .bg-img.hover-block h2, .bg-img.hover-block h3 {
    color: #FFF; }
  .bg-img.hover-block p {
    color: #52C2D2; }
  .bg-img.hover-block .btn-primary__md {
    background: #ed6b55;
    border-color: #ed6b55; }
    .bg-img.hover-block .btn-primary__md:hover {
      background: transparent;
      color: #ed6b55; }
  .bg-img.hover-block {
    background: url("../images/page-1_img02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
*/

/*==================  Grid Off  ======================*/
.grid-off-primary [class*='col-']:nth-child(n+4) {
  margin-top: 35px; }
.grid-off-primary [class*='col-']:nth-child(3n+4) {
  clear: left; }

/*==================  Social List  ======================*/
.social-list > li {
  display: inline-block; }
  .social-list > li a {
    display: inline-block;
    width: 47px;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    color: #FFF;
    border: solid 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center; }
    .social-list > li a.fa-twitter {
      background: #52C2D2;
      border-color: #52C2D2; }
      .social-list > li a.fa-twitter:hover {
        color: #52C2D2; }
    .social-list > li a.fa-google-plus {
      background: #ff8a8e;
      border-color: #ff8a8e; }
      .social-list > li a.fa-google-plus:hover {
        color: #ff8a8e; }
    .social-list > li a.fa-facebook {
      background: #6982b8;
      border-color: #6982b8; }
      .social-list > li a.fa-facebook:hover {
        color: #6982b8; }
    .social-list > li a.fa-rss {
      background: #f6cf71;
      border-color: #f6cf71; }
      .social-list > li a.fa-rss:hover {
        color: #f6cf71; }
    .social-list > li a[class*='fa-']:hover {
      background: transparent; }
    .social-list > li a:hover {
      animation: jump 0.5s;
      -o-animation: jump 0.5s;
      -ms-animation: jump 0.5s;
      -moz-animation: jump 0.5s;
      -webkit-animation: jump 0.5s; }
  .social-list > li + li {
    margin-left: 15px; }

/*==================  Thumbnail  ======================*/
.thumbnail-primary, .thumbnail-secondary {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumbnail-primary img, .thumbnail-secondary img {
    width: 100%;
    height: auto; }
  .thumbnail-primary_overlay, .thumbnail-secondary_overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 0; }
    .thumbnail-primary_overlay *, .thumbnail-secondary_overlay * {
      padding: 0 10px; }
    .thumbnail-primary_overlay h5, .thumbnail-secondary_overlay h5 {
      position: absolute;
      color: #FFF;
      left: 0;
      right: 0;
      top: 50%;
      text-transform: uppercase;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .thumbnail-primary_overlay:before, .thumbnail-secondary_overlay:before {
      position: absolute;
      font-family: "FontAwesome";
      color: #FFF;
      width: 148px;
      height: 126px;
      left: 0;
      right: 0;
      line-height: 55px;
      background: inherit;
      margin: auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: -1; }

.thumbnail-primary_overlay {
  height: 110px;
  bottom: 0; }
  .thumbnail-primary_overlay:before {
    content: '\f077';
    top: -33px; }
.thumbnail-primary:hover .thumbnail-primary_overlay {
  height: 100%; }
  .thumbnail-primary:hover .thumbnail-primary_overlay:before {
    top: -40px; }

.thumbnail-secondary_overlay {
  height: 110px;
  top: 0;
  bottom: auto; }
  .thumbnail-secondary_overlay:before {
    top: auto;
    bottom: -33px;
    line-height: 196px;
    content: '\f078'; }
.thumbnail-secondary:hover .thumbnail-secondary_overlay {
  height: 100%; }
  .thumbnail-secondary:hover .thumbnail-secondary_overlay:before {
    bottom: -40px; }

.thumbnail {
  display: block; }
  .thumbnail img {
    width: 100%;
    height: auto; }
  .thumbnail_overlay {
    position: relative;
    display: block;
    z-index: 0;
    min-height: 150px;
    bottom: 0;
    padding: 26px 29px 15px 29px; }
    .thumbnail_overlay h5 {
      text-transform: uppercase;
      letter-spacing: 1.2px; }
      .thumbnail_overlay h5 a:hover {
        color: #3d3d3d; }
    .thumbnail_overlay h5, .thumbnail_overlay p {
      color: #FFF; }
    .thumbnail_overlay:before {
      position: absolute;
      text-align: center;
      content: '\f077';
      font-family: "FontAwesome";
      color: #FFF;
      top: -33px;
      width: 148px;
      height: 126px;
      left: 0;
      right: 0;
      line-height: 55px;
      background: inherit;
      margin: auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      z-index: -1;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .thumbnail:hover .thumbnail_overlay:before {
    top: -43px; }

/*==================  FloatBox  ======================*/
.float-box:before, .float-box:after {
  display: table;
  content: "";
  line-height: 0; }
.float-box:after {
  clear: both; }
.float-box > div {
  float: left;
  width: 25%; }

/*==================  Divider  ======================*/
.divider {
  position: relative; }
  .divider:before {
    position: absolute;
    content: '';
    background: rgba(186, 228, 248, 0.43);
    width: 370px;
    height: 1px;
    top: 100%;
    margin-top: 34px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .lt-ie9 .divider:before {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6EBAE4F8', endColorstr='#6EBAE4F8')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6EBAE4F8', endColorstr='#6EBAE4F8');
      zoom: 1; }

/*==================  Time Primary  ======================*/
.time-primary {
  display: inline-block;
  color: #EDBA55;
  text-align: center;
  font: 900 52px/48px "Roboto", sans-serif; }
  .time-primary span {
    font: 700 14px/14px "Roboto", sans-serif;
    text-transform: uppercase; }

/*==================    Event    ======================*/
.event time {
  min-width: 70px; }
.event .box_cnt__no-flow {
  margin-top: 8px;
  padding-left: 30px; }
  .event .box_cnt__no-flow h5 {
    color: #FFF; }
    .event .box_cnt__no-flow h5 a:hover {
      color: #EDBA55; }
    .event .box_cnt__no-flow h5 a:active {
      color: #e8a727; }
  .event .box_cnt__no-flow p {
    color: #b3d5e4;
    font-weight: 300;
    font-family: "Roboto", sans-serif; }

/*==================  Event Wrap ======================*/
.event-wrap > li:before, .event-wrap > li:after {
  display: table;
  content: "";
  line-height: 0; }
.event-wrap > li:after {
  clear: both; }
.event-wrap > li time {
  float: left;
  color: #3d3d3d; }
.event-wrap > li p {
  overflow: hidden;
  padding-left: 10px; }
.event-wrap > li + li {
  margin-top: 24px; }

/*==================    Vide    ======================*/
.vide_cnt {
  position: relative; }
  .vide_cnt h4, .vide_cnt address, .vide_cnt a {
    color: #FFF; }

/*==================   LinkWrap  ======================*/
.link-wrap {
  position: relative; }
  .link-wrap:before {
    position: absolute;
    color: #486577;
    top: -16px;
    left: 0;
    font-size: 37px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: solid 3px #486577;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }

/*==================   Phone   ======================*/
.phone {
  font: 400 30px/30px "Open Sans", sans-serif;
  margin-left: 100px; }
  .phone:hover {
    color: #52C2D2; }
    .phone:hover:before {
      color: #486577; }
  .phone:active {
    color: #32aebf; }
  .phone__md {
    font-size: 20px; }

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 20px; }
  .marked-list li:before {
    content: '\f0a9';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 15px;
    font-family: "FontAwesome";
    color: #55cced; }
  .marked-list li + li {
    margin-top: 6px; }
.marked-list a:hover {
  color: #55cced;
  text-decoration: none; }

/*==================   Index List  ======================*/
.index-list-primary {
  counter-reset: li; }
  .index-list-primary li {
    position: relative;
    padding-left: 91px; }
    .index-list-primary li:before {
      position: absolute;
      content: counter(li,decimal);
      counter-increment: li;
      font: 400 34px/76px "Open Sans", sans-serif;
      color: #FFF;
      width: 76px;
      height: 76px;
      text-align: center;
      background: #55cced;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      top: -3px;
      left: 0; }
    .index-list-primary li + li {
      margin-top: 33px; }

/*==================   Index List  ======================*/
.index-list-secondary {
  counter-reset: li; }
  .index-list-secondary li {
    position: relative;
    padding-left: 75px; }
    .index-list-secondary li:before {
      position: absolute;
      content: counter(li,decimal) ".";
      counter-increment: li;
      font: 700 45px/45px "Open Sans", sans-serif;
      color: #55cced;
      top: 0;
      left: 15px; }

/*==================   Quote List  ======================*/
.quote-list li + li {
  margin-top: 32px; }

/*==================   Icon List  ======================*/
.icon-list li {
  position: relative;
  padding-left: 77px; }
  .icon-list li:before {
    position: absolute;
    font-size: 44px;
    line-height: 44px;
    color: #68afc4;
    top: 0;
    left: 15px; }

/*==================   Txt Wrap  ======================*/
.txt-wrap p {
  color: #EDBA55;
  text-transform: uppercase; }
  .txt-wrap p:first-child {
    font: 900 52px/50px "Roboto", sans-serif; }
  .txt-wrap p:last-child {
    font: 700 14px/14px "Roboto", sans-serif; }
  .txt-wrap p + p {
    margin-top: 0; }

/*==================  Title Link  ======================*/
.title-link h6 {
  color: #acacac; }
  .title-link h6 a {
    display: inline-block;
    color: #55cced;
    padding-left: 3px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .title-link h6 a:hover {
      color: #EDBA55;
      padding-left: 10px; }

/*==================  Addr  ======================*/
.addr {
  font-size: 20px; }

/*==================  Term List  ======================*/
.term-list dl dt + dd {
  margin-top: 10px; }
.term-list dl dd + dt {
  margin-top: 35px; }
.term-list dl + a {
  margin-top: 30px; }
.term-list a {
  font: 700 15px/15px "Open Sans", sans-serif;
  color: #55cced;
  text-transform: uppercase;
  display: inline-block; }
  .term-list a:hover {
    color: #7b7b7b; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	text-align: center;
  padding: 50px 0 39px; }
  footer:before, footer:after {
    display: table;
    content: "";
    line-height: 0; }
  footer:after {
    clear: both; }
  footer .privacy-policy {
    padding-top: 13px; }
  footer .menu-footer {
    float: right; }
  @media (max-width: 767px) {
    footer .privacy-policy, footer .menu-footer {
      float: none;
      text-align: center; } }

/*==================  Footer Wrap  ======================*/
.footer-wrap {
  border-top: solid 1px #d4d4d4; }

/*==================  Privacy Policy  ======================*/
.privacy-policy {
	/*
  font: 600 14px/14px "Open Sans", sans-serif;
  text-transform: uppercase;*/
  }
  .privacy-policy span:nth-child(2) {
    position: relative;
    display: inline-block;
    height: 19px;
    width: 1px;
    background: #b4b4b4;
    left: 0;
    top: -3px;
    margin: 0 13px; }

/*==================  Menu Footer  ======================*/
.menu-footer > li {
  display: inline-block; }
  .menu-footer > li a {
    display: inline-block;
    color: #2b4044;
    text-transform: lowercase;
    font: 600 16px/16px "Open Sans", sans-serif; }
  .menu-footer > li > a:hover, .menu-footer > li.active > a {
    color: #52C2D2; }
  .menu-footer > li + li {
    margin-left: 40px; }

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (max-width: 1199px) {
  header .nav {
    margin-right: 0; }

  .indent {
    padding: 0 100px; }

  .indent-1 {
    padding: 0 50px; }

  .indent-2 {
    padding: 0; }

  blockquote {
    padding-left: 50px; }

  .event-wrap > li + li {
    margin-top: 15px; }

  .marked-list > li a {
    font-size: 15px; }

  .thumbnail_overlay h5 {
    letter-spacing: 0; } }
@media (max-width: 991px) {
  h5 {
    font-size: 22px;
    line-height: 22px; }

  p {
    font-size: 16px;
    line-height: 24px; }

  .indent, .indent-1 {
    padding: 0; }

  h4 + address {
    margin-top: 30px; }

  address + .link-wrap {
    margin-top: 40px; }

  .col-offset-sm {
    margin-top: 50px; }

  .offset {
    margin-top: 0; }

  .grid-off [class*='col-']:nth-child(2n+3) {
    clear: left; }

  .menu-footer > li + li {
    margin-left: 15px; }

  .float-box > div {
    width: 50%; }

  .wrapper-media {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative; }

  .center-media {
    text-align: center; }

  .grid-off-primary [class*='col-']:nth-child(n+3) {
    margin-top: 30px; }
  .grid-off-primary [class*='col-']:nth-child(2n+3) {
    clear: left; }
  .grid-off-primary [class*='col-']:nth-child(3n+4) {
    clear: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .thumbnail-primary_overlay, .thumbnail-secondary_overlay {
    height: 66px; }
    .thumbnail-primary_overlay:before, .thumbnail-secondary_overlay:before {
      width: 100px;
      font-size: 14px; }

  .thumbnail-secondary_overlay:before {
    bottom: -22px;
    height: 117px; }

  .thumbnail-primary_overlay:before {
    top: -22px;
    line-height: 35px; }

  .thumbnail_overlay h5 {
    font-size: 20px;
    line-height: 20px; }
  .thumbnail_overlay:before {
    width: 110px; } }
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 40px; }

  h3 {
    font-size: 30px;
    line-height: 30px; }

  h4 {
    font-size: 35px;
    line-height: 35px; }

  [class*='well'] {
    padding: 50px 0; }

  header, footer {
    padding: 30px 0 25px; }

  .well {
    padding: 50px 0 200px; }

  .well-4 {
    padding-bottom: 0; }

  * + .row__off, h4 + p, h4 + .float-box, * + .social-list {
    margin-top: 30px; }

  h5 + p, * + .btn-secondary {
    margin-top: 15px; }

  .divider:before, .menu-footer + .privacy-policy, h4 + .off, h4 + .addr {
    margin-top: 20px; }

  .col-offset-xs {
    margin-top: 0; }

  .phone {
    font-size: 25px;
    line-height: 25px;
    margin-left: 70px; }

  .link-wrap:before {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px; }

  .event .box_cnt__no-flow {
    margin-top: 0;
    padding-left: 15px; }

  .index-list-secondary li {
    padding-left: 70px; } }
@media (max-width: 479px) {
  h2 {
    font-size: 35px;
    line-height: 35px; }

  h3 {
    font-size: 25px;
    line-height: 25px; }

  h4 {
    font-size: 30px;
    line-height: 30px; }

  .float-box > div {
    float: none;
    width: 100%; }

  .btn-wrap a {
    display: block; }
  .btn-wrap .btn-primary + .btn-primary {
    margin-left: 0;
    margin-top: 10px; }

  .divider:before {
    width: 285px; }

  .menu-footer > li {
    display: block; }
    .menu-footer > li + li {
      margin-left: 0;
      margin-top: 10px; } }
