@charset "UTF-8";
@import url(animate.css);
@import url(fl-sympletts.css);
@import url(fl-budicons-free.css);
@import url(arrows.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Poiret+One|Roboto:100,300,400,700);
/*========================================================
						Main Styles
=========================================================*/
body {
  color: #303334;
  font: 300 15px/22px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
}
@media (max-width: 1399px) {
  body {
    font-weight: 300;
  }
}

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

h2 {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 58px;
  line-height: 60px;
  letter-spacing: -1.7px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
  }
}

h3, .privacy dt {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #39c4f1;
}
h3 a, .privacy dt a {
  color: #39c4f1;
}
h3 a:hover, .privacy dt a:hover {
  color: #303334;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

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;
}

a[href^="callto:"]:hover {
  color: #39c4f1;
}

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;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

hr {
  border: none;
  height: 8px;
  background: #39c4f1;
  max-width: 1370px;
  margin: 0 auto;
}

.link1 {
  color: #39c4f1;
}
.link1:hover {
  color: #303334;
}

@media (max-width: 767px) {
  .mobile_cntr {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}
* + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {
  margin-top: 20px;
}

.row.list1 + .btn {
  margin-top: 83px;
}

h2 + h3 {
  margin-top: 56px;
}

h2 + p {
  margin-top: 59px;
}

h2 + .row {
  margin-top: 65px;
}

h2 + .row.list1 {
  margin-top: -25px;
}

h2 + .row.contact-list {
  margin-top: 105px;
}
@media (max-width: 767px) {
  h2 + .row.contact-list {
    margin-top: 25px;
  }
}

p + .index-list {
  margin-top: 31px;
}

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

h3 + p {
  margin-top: 11px;
}

h3 + .marked-list {
  margin-top: 14px;
}

h3 + .index-list {
  margin-top: 31px;
}

img + p {
  margin-top: 24px;
}

.row + .btn {
  margin-top: 45px;
}

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

p + .btn {
  margin-top: 45px;
}

p + .inline-list2 {
  margin-top: 25px;
}

p + .list1 {
  margin-top: -87px;
}

.img1 + h3 {
  margin-top: 22px;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  font-size: 62px;
  line-height: 1.3;
  font-family: "Poiret One";
  letter-spacing: -1.4px;
}
.brand em {
  color: #39c4f1;
}
.brand_name {
  overflow: hidden;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 32px;
}
@media (max-width: 1199px) {
  .inline-list li + li {
    margin-left: 15px;
  }
}
.inline-list a {
  display: inline-block;
  font-size: 19px;
  line-height: 30px;
  color: #39c4f1;
}
.inline-list a:hover {
  color: #031f28;
}

/*==================  Inline List2  ======================*/
.inline-list2 li {
  display: inline-block;
}
.inline-list2 li + li {
  margin-left: 7px;
}
@media (max-width: 1199px) {
  .inline-list2 li + li {
    margin-left: 0px;
  }
}
.inline-list2 a {
  display: inline-block;
  font-size: 17px;
  text-align: center;
  line-height: 42px;
  width: 42px;
  height: 42px;
  background: #fff;
  color: #39c4f1;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 979px) {
  .inline-list2 a {
    font-size: 12px;
    line-height: 32px;
    width: 32px;
    height: 32px;
  }
}
.inline-list2 a:hover {
  color: #031f28;
  background: #39c4f1;
}

/*==================  List1  ======================*/
.list1 {
  margin-top: -25px;
  text-align: left;
}
.list1 h3 + p {
  margin-top: 11px;
}
.list1 li {
  margin-top: 113px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 136px;
}
@media (max-width: 1199px) {
  .list1 li {
    padding-left: 90px;
  }
}
.list1 li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 105px;
  height: 100px;
  color: #39c4f1;
  font-family: "fl-sympletts";
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  border-bottom: 1px solid #39c4f1;
}
@media (max-width: 1199px) {
  .list1 li:before {
    width: 70px;
    font-size: 35px;
    height: 80px;
  }
}
.list1 li.grid_1:nth-child(12n + 13),
.list1 li.grid_2:nth-child(6n + 7),
.list1 li.grid_3:nth-child(4n + 5),
.list1 li.grid_4:nth-child(3n + 4),
.list1 li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 27px;
}
.marked-list li:before {
  content: '\e008';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: 'fl-sympletts';
  color: #39c4f1;
}
.marked-list li + li {
  margin-top: 10px;
}
.marked-list a:hover {
  color: #303334;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  padding-top: 4px;
  text-align: center;
}
.index-list li h3 {
  position: relative;
  display: block;
}
.index-list li h3:before {
  display: block;
  width: 186px;
  height: 186px;
  line-height: 186px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #39c4f1;
  color: #39c4f1;
  text-align: center;
  font-size: 88px;
  font-weight: 100;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  margin-bottom: 30px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.index-list li h3 a {
  color: #39c4f1;
}
.index-list li h3 a:hover {
  color: #064458;
}
.index-list li:hover h3:before {
  color: #fff;
  background: #39c4f1;
}
.index-list.mod1 li {
  position: relative;
}
.index-list.mod1 li:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 170px;
  height: 1px;
  right: -100px;
  top: 91px;
  background: #303334;
}
@media (max-width: 1199px) {
  .index-list.mod1 li:after {
    display: none;
  }
}
.index-list.mod1 li:last-child:after {
  display: none;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}
.index-list h2 + h3 {
  margin-top: 30px;
}
.index-list h3 + p {
  margin-top: 12px;
}

/*==================   Contact List   ======================*/
.contact-list address {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-list a[href^="mailto:"]:hover {
  text-decoration: underline;
}
.contact-list li i {
  font-size: 100px;
  color: #39c4f1;
  display: block;
  height: 99px;
  font-family: "fl-budicons-free";
}
@media (max-width: 767px) {
  .contact-list li i {
    font-size: 60px;
    margin-top: 45px;
    margin-bottom: 20px;
    height: auto;
  }
}

/*==================     Privacy    =====================*/
.privacy {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 22px;
}
.privacy dt + dd {
  margin-top: 12px;
}
.privacy dd + dt {
  margin-top: 26px;
}
.privacy a {
  color: #39c4f1;
  text-decoration: underline;
}
.privacy a:hover {
  color: #303334;
}

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

.bg1 {
  background: #fff;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 24px;
  padding: 25px 67px;
  font-weight: 100;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  background: #39c4f1;
}
@media (max-width: 979px) {
  .btn {
    padding: 15px 30px;
    font-weight: 300;
  }
}
.btn:hover {
  background: #303334;
}
.btn:active {
  background: #181919;
}

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

/*========================   Menu   ==========================*/
.sf-menu {
  font-family: "Open Sans", sans-serif;
  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: 30px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  padding: 2px;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #39c4f1;
}
.sf-menu > li.active > a {
  color: #39c4f1;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: #fff;
  z-index: 9999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial;
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  color: #303334;
  padding: 10px 25px 10px 25px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #303334;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 100%;
  width: auto;
  margin-top: -39px;
  min-width: 180px;
  margin-left: 1px;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #303334;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #303334;
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: #fff;
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 1365px) and (min-width: 1200px) {
  .sf-menu > li + li {
    margin-left: 25px;
  }
  .sf-menu > li > a {
    font-size: 18px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 10px;
  }
  .sf-menu > li > a {
    font-size: 15px;
  }
}
@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: #39c4f1;
  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: #fff;
  z-index: 999;
  border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #374046;
  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: #39c4f1;
  text-decoration: none;
}

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

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  /*overflow: hidden;*/
  width: 25%;
  float: left;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  .thumb {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .thumb {
    width: 50%;
  }
}
@media (max-width: 468px) {
  .thumb {
    width: 100%;
  }
}
.thumb:hover {
  z-index: 10;
}
.thumb .wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.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_cnt {
  position: absolute;
  bottom: -70px;
  opacity: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: #39c4f1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 70px 60px 50px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .thumb_overlay_cnt {
    padding: 20px;
  }
}
.thumb_overlay_cnt span span {
  font-weight: 400;
  font-size: 20px;
  display: block;
  padding-bottom: 10px;
}
.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: "";
  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 .thumb_overlay_cnt {
  bottom: -30px;
  opacity: 1;
}
.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 {
  background: #fff;
  border-bottom: 1px solid #fff;
  padding: 37px 0 34px;
}
header .container {
  position: relative;
}
header .brand {
  float: left;
  margin-top: -10px;
}
header .nav {
  margin-top: 12px;
  float: right;
  position: relative;
}
header .wr {
  padding-right: 96px;
}
header .wr:before, header .wr:after {
  display: table;
  content: "";
  line-height: 0;
}
header .wr:after {
  clear: both;
}
@media (min-width: 980px) and (max-width: 1199px) {
  header .wr {
    padding-right: 60px;
  }
}
@media (max-width: 979px) {
  header .wr {
    padding-right: 0;
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fafafa;
}
main h2 {
  text-align: center;
}

.section1 {
  text-align: center;
}
.section1 p {
  font-size: 22px;
  line-height: 32px;
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .section1 p {
    padding: 0;
  }
}
.section1 h2 + p {
  margin-top: 57px;
}

blockquote {
  text-align: center;
}
blockquote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
blockquote cite {
  font-size: 20px;
  font-weight: 400;
  display: block;
}
blockquote p {
  font-size: 15px;
  line-height: 22px;
  padding: 0 170px;
}
@media (max-width: 979px) {
  blockquote p {
    padding: 0 30px;
  }
}
blockquote img + cite {
  margin-top: 25px;
}
blockquote cite + p {
  margin-top: 13px;
}

.section2 {
  margin-top: 148px;
  padding: 10px 0 81px;
  color: #fff;
  text-align: center;
  background: #39c4f1;
}
.section2 .owl-carousel {
  margin-top: -95px;
}
.section2 .btn {
  color: #303334;
  background: #fff;
}
.section2 .btn:hover {
  color: #fff;
  background: #303334;
}

.gallery {
  text-align: center;
  padding: 142px 0 82px;
}
.gallery .wrapper {
  position: relative;
}
.gallery .wrapper:before, .gallery .wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.gallery .wrapper:after {
  clear: both;
}
.gallery h2 + .wrapper {
  margin-top: 83px;
}
.gallery .wrapper + .btn {
  margin-top: 66px;
}

.img1 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

article h3 {
  margin-top: -7px;
}
article i {
  color: #39c4f1;
  margin-right: 10px;
}

/*==================      Well     ======================*/
.well {
  padding-top: 154px;
  padding-bottom: 153px;
}
@media (max-width: 979px) {
  .well {
    padding-top: 54px;
    padding-bottom: 53px;
  }
}

.well2 {
  padding-top: 88px;
  padding-bottom: 53px;
}

.well3 {
  padding-top: 88px;
  padding-bottom: 137px;
}

.well4 {
  padding-top: 142px;
  padding-bottom: 120px;
}

.well5 {
  padding-top: 123px;
  padding-bottom: 120px;
}

.well6 {
  padding-top: 123px;
  padding-bottom: 0;
}

.well7 {
  padding-top: 142px;
  padding-bottom: 170px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  padding: 70px 0 50px;
  text-align: center;
  background: #fff;
}
footer address {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 100;
}
@media (max-width: 1199px) {
  footer address {
    font-weight: 300;
    font-size: 38px;
  }
}
footer .inline-list + address {
  margin-top: 42px;
}
footer address + p {
  margin-top: 51px;
}
