@charset "utf-8";
/* CSS Document */
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'Poppins', sans-serif;
  /*font-family: 'Lora', serif;*/
}
.print-logo {display: none}
.back-to-top {
  display: none;
  padding-top: 12px;
  text-align: center;
  position: fixed;
  z-index: 5;
  bottom: 68px;
  right: 25px;
  font-size: 22px;
  color: #234c5a;
  line-height: 52px;
  width: 50px;
  height: 50px;
  border: solid 2px #c0af81;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: transparent;
}
.back-to-top .fa {
  display: block;
}
.back-to-top:focus {
  color: #234c5a;
  border-color: #c0af81;
  background-color: transparent;
}
.back-to-top:hover {
  color: #ffffff;
  border-color: #234c5a;
  background-color: #234c5a;
}
strong.stronger {
  font-weight: 700;
}
* {
  margin: 0;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p, .section-white {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #8d8d8d;
  font-weight: 400;
}
p {
  margin: 0 0 20px;
}
.list-unstyled {
	list-style: none;
}
.list-unstyled li {
	display: block;
	margin: 0!important;
}
ul, ol {
  margin: 0 0 20px;
}
li {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #8d8d8d;
  font-weight: 400;
}
td, th {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #8d8d8d;
  font-weight: 400;
}
a {
  color: #234c5a;
  text-decoration: none;
  display: inline-block;
  -o-transition: color 0.2s ease-out, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
  transition: color 0.2s ease-out, background 0.2s ease-in;
  /* ...and now for the proper property */
}
a:hover, a:focus {
  color: #397D94;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}
h1, .h1-style {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 65px;
  line-height: 1.35em;
  color: #234c5a;
  text-transform: capitalize;
  font-weight: 400;
  margin: 20px 0;
  letter-spacing: 0;
}
h1>span,
.h1-style>span {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 24px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.listings-details-wrap h1 {
	font-size: 46px;
}
h2 {
  font-family: 'Lora', serif;
	font-style: italic;
  font-size: 40px;
  line-height: 1.3em;
  color: #234c5a;
  text-transform: capitalize;
  font-weight: 400;
  margin: 20px 0;
}
h2>span {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 20px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 6px;
}
h3 {
  font-family: 'Lora', serif;
	font-style: italic;
  font-size: 30px;
  line-height: 1.3em;
  color: #313f50;
  text-transform: capitalize;
  font-weight: 400;
  margin: 20px 0;
}
h4 {
  font-family: 'Lora', serif;
	font-style: italic;
  font-size: 24px;
  line-height: 1.3em;
  color: #313f50;
  text-transform: capitalize;
  font-weight: 400;
  margin: 20px 0;
}
.line {
  position: relative;
  overflow: hidden;
}
.line > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  padding-right: 10px;
}
.line:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #e43d2b;
}
.line.short-line:before {
  width: 450px;
}
/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: fixed;
  z-index: 5;
  top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px;
  background-color: #234c5a;
  border-bottom: solid 2px #c0af81;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 1px 8px rgba(0,0,0,0);
	opacity: 0;
}
.menu.ready {
	top: 0;
	opacity: 1;
}
.menu.actived {
  padding: 15px;
}
.menu.behaved {
  background-color: transparent;
  border: none;
}
.customize-support .menu {
  top: 32px;
}
.menu > div .navigation {
  color: #fff;
  font-size: 2.6em;
  font-weight: 400;
  line-height: .7em;
  text-transform: capitalize;
  position: relative;
  padding-left: 22px;
  text-decoration: none;
  float: right;
  margin: 28px 0;
  margin-right: 10px;
  -webkit-transition: margin-top .3s linear;
  -moz-transition: margin-top .3s linear;
  -ms-transition: margin-top .3s linear;
  -o-transition: margin-top .3s linear;
  transition: margin-top .3s linear;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.behaved > div .navigation {
  color: #fff;
}
.menu.actived > div .navigation {
  margin: 25px 0;
  margin-right: 10px;
}
.menu > div a > .bar {
  position: absolute;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: top .3s linear, transform .3s linear, opacity .3s linear;
  -moz-transition: top .3s linear, transform .3s linear, opacity .3s linear;
  -ms-transition: top .3s linear, transform .3s linear, opacity .3s linear;
  -o-transition: top .3s linear, transform .3s linear, opacity .3s linear;
  transition: top .3s linear, transform .3s linear, opacity .3s linear;
}
.menu.behaved > div a > .bar {
  background-color: #fff;
}
.menu > div a > span:first-child {
  top: 1px;
}
.menu > div a > span:nth-child(2) {
  top: 8px;
}
.menu > div a > span:nth-child(3) {
  top: 15px;
}
.menu > div a:hover > span:first-child {
  top: -2px;
}
.menu > div a:hover > span:nth-child(3) {
  top: 18px;
}
.menu > div a.behaved > span:first-child {
  top: 8px;
  transform: rotate(135deg);
}
.menu > div a.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.behaved > span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  float: left;
  z-index: 2;
  display: block;
  max-width: 322px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.menu.actived .logo-nav {
    max-width: 240px;
}
.menu.behaved .logo-nav {
  position: absolute;
  top: -200%;
  opacity: 0;
}
.menu div > ul > li > ul {
  display: none;
  border: solid 1px #1b3842;
  background-color: #1a3b46;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 5;
  padding: 10px 0;
  width: 210px;
  margin-top: 0 !important;
}
.menu div > ul >:last-child li > ul {
	left: auto;
	right: 0;
}
.menu div > ul > li > ul > li {
  padding: 0;
  font-size: 13px;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
}
.menu div > ul > li > ul > li > a {
  display: block;
  padding: 8px 10px;
  color: #fff;
}
.menu div > ul > li > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.menu div > ul > li > ul > li > a:hover {
  color: #b2cdd6;
  background-color: #19333c;
}
.menu ul.main-menu {
  float: right;
  padding: 0;
  margin: 32px 0;
  -webkit-transition: margin .3s linear;
  -moz-transition: margin .3s linear;
  -ms-transition: margin .3s linear;
  -o-transition: margin .3s linear;
  transition: margin .3s linear;
}
.menu.actived ul.main-menu {
	margin: 20px 0;
}
.menu > div {
  position: relative;
  /*max-width: 100%;
  padding: 0;*/
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}
.menu div > ul > li {
  text-align: center;
  padding: 0 5px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: capitalize;
}
.menu div > ul > li.list-inline-item:not(:last-child) {
  margin-right: 10px;
}
.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li > a,
.menu div > ul > li > a:focus {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 8px 0 6px;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
}
.menu div > ul > li > a:hover {
  color: #c0af81;
}

.arrow-box {
  position: relative;
}
.arrow-box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}
.navigation-overlay, .products-dropdown {
  display: none;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 104px;
  padding-bottom: 70px;
  overflow-x: hidden;
  overflow-y: auto;
}
.products-dropdown .container {
  background-color: #fff;
}
.products-dropdown .image-holder .content .title {
  font-size: 15px;
}
.navigation-overlay > ul {
  opacity: 0;
  margin: 0;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.navigation-overlay.behaved > ul {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.navigation-overlay > ul > li {
  text-align: center;
}
.navigation-overlay > ul > li > a {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1em;
  margin-top: 15px;
  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  -webkit-transition: border-bottom .3s linear;
  -moz-transition: border-bottom .3s linear;
  -ms-transition: border-bottom .3s linear;
  -o-transition: border-bottom .3s linear;
  transition: border-bottom .3s linear;
}
.navigation-overlay > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:hover, .navigation-overlay > ul > li > a.actived {
  text-decoration: none;
  color: #d2d2d1;
}
.navigation-overlay > ul > li > ul {
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
  padding: 15px 0;
}
.navigation-overlay > ul > li > ul > li {
  padding: 10px 0;
}
.navigation-overlay > ul > li > ul > li a {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.1em;
  text-transform: uppercase;
}
.navigation-overlay > ul > li > ul > li a:focus {
  color: #fff;
  text-decoration: none;
}
.social-bottom {
  display: block;
  text-align: center;
}
.social-bottom li {
  padding: 0 7px;
}
body.behaved {
  overflow: hidden;
  background-color: #fff;
}
body.actived {
  overflow: hidden;
}
.page {
  position: relative;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.page.behaved {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (max-width: 1400px) {
	.menu .logo-nav {max-width: 170px }
	.menu ul.main-menu { margin: 10px 0; }
	.menu.actived ul.main-menu { margin: 5px 0; }
	.menu.actived .logo-nav {max-width: 134px}
	.menu div > ul > li {font-size: 14px;}
	.menu div > ul > li.list-inline-item:not(:last-child) {
		margin-right: 0;
	}
}
@media screen and (min-width: 991px) {
  /*============== TOP ================*/
  .menu.behaved .logo-nav {
    opacity: 1 !important;
  }
  .menu .navigation, .navigation-overlay {
    display: none !important;
  }
  .menu div > ul {
    display: block;
  }
  body.behaved {
    overflow: auto !important;
  }
  .page {
    -webkit-transform-origin: 50% 10%;
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -o-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
  }
  .page.behaved {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}
@media screen and (max-width: 991px) {
  /*============== TOP ================*/
  body.actived {
    overflow: auto !important;
  }
  .products-dropdown {
    display: none !important;
  }
  .menu {
    height: auto;
    position: fixed;
    margin: 0;
	padding: 0;
  }
  .menu.actived {padding: 0}
  .menu.behaved {
    background-color: transparent;
  }
  .menu > div {
    padding: 0;
    width: 100%;
  }
  .menu > .navigation {
    display: inline-block;
  }
  .menu div > ul {
    display: none;
  }
  .menu .logo-nav {
    max-width: 177px;
    margin: 10px;
  }
  .menu.actived .logo-nav {
  	max-width: 157px;
  }
}
@media screen and (max-width: 767px) {
	.menu {
	  top: 0;
	  opacity: 1;
	}
}
@media screen and (max-width: 650px) {
  /*============== TOP NAV ================*/
  .menu div > a > .txt {
    display: none;
  }
  .menu > .navigation {
    /*padding-left: 14px;*/
  }
  .navigation-overlay {
    /*padding-top: 70px;*/
  }
  .navigation-overlay > ul > li > a {
   	font-size: 26px;
    margin-top: 0;
    margin-bottom: 26px;
  }
  .social-buttom  li  a {
	font-size: 32px;
  }
  .navigation-overlay > ul > li > ul > li a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 600px) {
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
}
/*=========================================== BANNER TOP ======================================================*/
.banner-top {
  padding-top: 350px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.34);
}
.banner-top > .container {
  position: relative;
  z-index: 3;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-top.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.banner-top > .container h1 {
  display: block;
  font-size: 60px;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 28px rgba(0, 0, 0, 0.63);
  -webkit-text-shadow: 0 0 28px rgba(0, 0, 0, 0.63);
  -moz-text-shadow: 0 0 28px rgba(0, 0, 0, 0.63);
  -o-text-shadow: 0 0 28px rgba(0, 0, 0, 0.63);
}
.banner-top span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 180%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top .banner-video-iframe {
  width: 104%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.banner-top .banner-video-iframe .iframe-holder {
  width: 104%;
  padding-bottom: 56.25%;
  position: relative;
}
.banner-top .banner-video-iframe .iframe-holder iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner-top .search-wrapper {
  position: relative;
  display: block;
  max-width: 680px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 50%;
  margin-top: -126px;
  margin-left: -340px;
  padding: 0 15px;
  top: 40px;
}
@media screen and (max-width: 991px) {
  .banner-top > .container h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner-top .banner-video-iframe {
    display: none;
  }
  .banner-top {
    padding-top: 200px;
  }
  .banner-top > .container {
  	top: 0;
	opacity: 1;
  }
  .banner-top > .container h1 {
    font-size: 38px;
  }
  img {
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .banner-top {
    padding-top: 150px;
  }
  img {
    height: auto;
  }
}
.top-wrapper {
	position: relative;
}
.top-wrapper .right-img {
	display: block;
	position: absolute;
	z-index: 4;
	height: 600px;
	width: 53%;
	right: -25px;
	bottom: -25px;
	opacity: 0;
	background-size: cover;
	background-position: center;
	background-image: url(../img/bruckman-right.jpg);
}
.top-wrapper.ready .right-img {
	right: 0;
	opacity: 1;
	-webkit-transition: opacity 1.2s ease 0s, right 0.8s ease 0s;
	-moz-transition: opacity 1.2s ease 0s, right 0.8s ease 0s;
	-o-transition: opacity 1.2s ease 0s, right 0.8s ease 0s;
}
@media screen and (max-width: 991px) {
	.top-wrapper .right-img {
	    width: 38%;
	}
}
@media screen and (max-width: 768px) {
	.top-wrapper .right-img {
		display: none;
	}
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  background-color: #fff;
  width: 100%;
  padding: 60px 0 40px;
}
.section-white > .container,
.section-white > .container-fluid {
  position: relative;
  z-index: 2;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.section-white.ready > .container,
.section-white.ready > .container-fluid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}

.section-blue {
  background-color: #234c5a;
  width: 100%;
  padding: 60px 0 40px;
}
.section-blue > .container,
.section-blue > .container-fluid {
  position: relative;
  z-index: 2;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.section-blue.ready > .container,
.section-blue.ready > .container-fluid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.section-blue * { color: #fff }

.event-date {
    font-style: italic;
    display: block;
    color: #0c5098;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Type Section */
.type-section {
	position: relative;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.type-section:before {
	content: '';
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background: #fff;
}
.type-section > .container-fluid {
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.type-section.ready > .container-fluid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.type-section .type-item {
	overflow: hidden;
	position: relative;
	padding-bottom: 28%;
}
.type-section .type-item .bg-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.type-section .type-item.type-power .bg-img {background-image: url("../img/power-yachts.jpg")}
.type-section .type-item.type-sailing .bg-img {background-image: url("../img/sailing-yachts.jpg")}
.type-section .type-item .phat-heading {
	position: absolute;
	z-index: 2;
	left: 15px;
	right: 15px;
	top: 55%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-size: 6vw;
    letter-spacing: 2vw;
	padding-bottom: 2%;
    margin: 0;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 0.8s ease .4s, top 0.4s ease .4s;
  -webkit-transition: opacity 0.8s ease .4s, top 0.4s ease .4s;
  -moz-transition: opacity 0.8s ease .4s, top 0.4s ease .4s;
  -o-transition: opacity 0.8s ease .4s, top 0.4s ease .4s;
  -webkit-backface-visibility: hidden;
}
.type-section.ready .type-item .phat-heading {
	opacity: 1;
	top: 50%;
}
.type-section .type-item .phat-heading > span {
	font-size: 2.1vw;
}
.type-section .type-item .phat-heading > span.hover {
	font-size: 2.5vw;
	padding-bottom: 4%;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: height .3s ease, opacity .1s ease;
}
.type-section .type-item:hover .phat-heading > span.hover {
	transition: height .3s ease, opacity .2s linear .3s;
   opacity: 1;
   height: 3.1vw;
}
@media screen and (max-width: 767px) {
	/* Type */
	.type-section:before {
	  top: 50%;
	  left: 0;
	  height: 1px;
	  width: 100%;
	}
	.type-section > .container-fluid {
	  top: 0;
	  opacity: 1;
	  filter: alpha(opacity=100);
	}
	.type-section .type-item .phat-heading {
		opacity: 1;
		top: 50%;
	}
}
