@charset "utf-8";
/* CSS Document */
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #002234;
  -webkit-font-smoothing: antialiased;
  /*font-family: basic-sans, sans-serif;*/
 font-family: "Playfair Display", serif;
	
}
big {
    line-height: 1em;
}
b, strong {
	font-weight: 700;
}
.back-to-top {
  display: none;
  padding-top: 9px;
  text-align: center;
  position: fixed;
  z-index: 5;
  bottom: 45px;
  right: 25px;
  font-size: 28px;
  color: #c80452;
  line-height: 52px;
  width: 50px;
  height: 50px;
  border: solid 2px #c80452;
  border-radius: 26%;
  -webkit-border-radius: 26%;
  -moz-border-radius: 26%;
  -o-border-radius: 26%;
  background-color: transparent;
}
.back-to-top .fa {
  display: block;
}
.back-to-top:focus {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: transparent;
}
.back-to-top:hover {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: #e8e8e8;
}
strong.stronger {
  font-weight: 900;
}
* {
  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: 18px;
  line-height: 1.5em;
  color: #282828;
  font-weight: 400;
}
p {
  margin: 0 0 30px;
}
.list-unstyled {
	list-style: none;
}
.list-unstyled li {
	display: block;
	margin: 0!important;
}
ul, ol {
  margin: 0 0 30px;
}
ul *, ol * {
  vertical-align: top;
}
li {
  font-size: 18px;
  line-height: 1.5em;
  color: #282828;
  font-weight: 400;
}
span.fa-li {
  top: .30em;
}
td, th {
  font-size: 18px;
  line-height: 1.5em;
  color: #282828;
  font-weight: 400;
}
a {
  color: #005288;
  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: #53b6f7;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}
h1, .h1-style { 
  text-transform: capitalize;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
  line-height: 1.2em;
  color: #282828;
  margin: 30px 0;
}
h1>span, .h1-style>span {
	display: block;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 400;
	text-transform: capitalize;
}
h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2em;
  color: #282828;
  margin: 30px 0;
}
h3 {
  text-transform: capitalize;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 1.2em;
  color: #282828;
  margin: 30px 0;
}
h4 {
  text-transform: capitalize;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2em;
  color: #282828;
  margin: 30px 0;
}

/* Blog Default titles */
.events-page .media-module .right .title {
  text-transform: capitalize;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 1.2em;
  color: #282828;
  margin: 30px 0;
}
.events-page .blog .post-meta,
.events-page .media-module .right .post-meta {margin: 15px 0;}
.events-page .blog .post-meta a,
.events-page .media-module .right a.read-more,
.events-page .media-module .right .post-meta a {color: #676767; text-decoration: underline; text-transform: capitalize;}
.events-page .blog .post-meta a:hover,
.events-page .media-module .right a.read-more:hover,
.events-page .media-module .right .post-meta a:hover {color: #000;}
.events-page .media-module .right .post-date {font-size: .8em; font-weight: bold; line-height: 1.6em; margin: 0 0 15px; letter-spacing: .05em;}
.events-page .media-module .right i {margin-right: 8px;}
.events-page .blog p i {margin: 0 12px;}
.news-right-column h2,
.news-right-column h3 {
  text-transform: capitalize;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2em;
  color: #282828;
  margin: 30px 0;
}

/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 10px;
  background-color: #fff;
  -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;
}
.menu.ready {
  opacity: 1;
}
.menu.actived {
  padding: 5px;
}
.menu.behaved {
  background-color: transparent;
  height: 60px;
  overflow: hidden;
  padding: 30px 15px 0;
}
.menu > .container {
  position: relative;
}
.menu.behaved > .container {
  position: static;
}
.customize-support .menu {
  top: 32px;
}
.menu.actived:before {
  top: -43px;
}
.menu.actived:behaved {
  top: -200px;
}
.menu .top-bar {
	margin-right: -15px;
	position: relative;
	display: block;
}
.menu .top-bar .btn-layout {
	position: absolute;
	right: 0;
	top: 15px;
	padding: 3px 12px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.actived .top-bar .btn-layout {
	top: 4px;
}
.menu > div .navigation {
  display: block;
  color: #fff;
  font-size: 2.6em;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: .7em;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  margin: 28px 0;
  width: 35px;
  margin-right: 5px;
  float: right;
  /* margin-right: 10px; */
  -webkit-transition: margin-top .3s ease;
  -moz-transition: margin-top .3s ease;
  -ms-transition: margin-top .3s ease;
  -o-transition: margin-top .3s ease;
  transition: margin-top .3s ease;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.actived > div .navigation {
  margin: 27px 0;
  margin-right: 5px;
}
.menu.behaved > div .navigation {
  color: #fff;
  margin: 0px 0;
  top: 0;
  width: 14px;
}
.menu.behaved > div a > .txt:before {
  content: '';
  font-size: 12px;
  letter-spacing: 4px;
  position: relative;
  top: -4px;
}
.menu > div a > .bar {
  position: absolute;
  left: 0;
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background-color: #c80452;
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.behaved > div a > .bar {
  background-color: #fff;
  width: 14px;
}
.menu > div a > span:first-child {
  top: 0px;
}
.menu > div a > span:nth-child(2) {
  top: 7px;
}
.menu > div a > span:nth-child(3) {
  top: 14px;
}
.menu > div a:hover > span:first-child {
  top: -3px;
}
.menu > div a:hover > span:nth-child(3) {
  top: 17px;
}
.menu > div a.behaved > span:first-child {
  top: 7px;
  transform: rotate(135deg);
}
.menu > div a.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.behaved > span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
.menu .social-nav {
  position: absolute;
  right: 15px;
  bottom: 0;
  margin: 0 0 5px;
}
.menu .social-nav li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.menu .social-nav li:not(:last-child) {
  margin-right: 2px;
}
.menu .social-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  background-color: #6e6e6e;
  color: #fff;
  width: 25px;
  height: 25px;
  padding: 5px 0 0;
  text-align: center;
  border-radius: 50%;
  line-height: 1.4em;
}
.menu .social-nav li a:hover {
  background-color: #000;
}
.menu .logo-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 283px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu .logo-nav img {
  display: block;
  width: 100%;
}
.menu.actived .logo-nav {
  max-width: 199px;
}
.menu.behaved .logo-nav {
  opacity: 0;
}
.menu.behaved .social-nav {
  opacity: 0;
}

.menu div > ul > li > ul {
  display: none;
  background-color: #fdfdfd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 10px 0;
  width: 220px;
  margin-top: 5px!important;
}
.menu div > ul > li > ul > li > ul {
  display: none;
  background-color: #fdfdfd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  z-index: 5;
  padding: 10px 0;
  width: 220px;
}
.menu div > ul > li > ul > li,
.menu div > ul > li > ul > li > ul > li {
  position: relative;
  padding: 0;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
}
.menu div > ul > li > ul > li i {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translate(0,-50%);
}
.menu div > ul > li > ul > li a {
  display: block;
  padding: 8px 10px!important;
  color: #c80452;
}
.menu div > ul > li > ul > li a:focus {
  color: #c80452;
  text-decoration: none;
}
.menu div > ul > li > ul > li a:hover {
  color: #c80452;
  background-color: #f1f1f1;
}

.menu > div {
  position: relative;
  max-width: 100%;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}
.menu div > ul  {
	float: right;
	margin: 5px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.actived div > ul  {
	float: right;
	margin: 14px 0;
}
.menu div > ul > li {
  text-align: center;
  margin: 0;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: capitalize;
}
.menu div > ul > li:not(:last-child) {
	margin-right: 6px;
}
.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li a, .menu div > ul > li a:focus {
  position: relative;
  color: #c80452;
  text-decoration: none;
  padding: 26px 0;
  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: #ff5096;
}
.menu div > ul > li:last-child a,
.menu div > ul > li:last-child a:focus {
	padding: 26px 1.5vw;
	border-radius: 3px;
	color: #fff;
	background-color: #c80452;
}
.menu div > ul > li:last-child a:hover {
    color: #fff;
	background-color: #ff5096;
}

.navigation-overlay {
  display: none;
  position: fixed;
  text-align: right;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 280px;
  background-color: rgb(0 82 136 / 98%);
  padding-top: 115px;
  padding-bottom: 70px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
}
.navigation-overlay.behaved {
  right: 0;
}
.navigation-overlay .btn-layout {
	margin-right: 16px;
	font-size: 14px;
	opacity: 0;
}
.navigation-overlay.behaved .btn-layout {
   opacity: 1;
}
.navigation-overlay > ul {
  opacity: 0;

  margin: 0;
  padding: 0;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -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(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.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: right;
}
.navigation-overlay > ul > li > a {
  text-transform: capitalize;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 1.1em;
  margin: 15px 0;
  padding: 5px 17px;
  display: block;
  -webkit-transition: border-bottom .4s ease;
  -moz-transition: border-bottom .4s ease;
  -ms-transition: border-bottom .4s ease;
  -o-transition: border-bottom .4s ease;
  transition: border-bottom .4s ease;
}
.navigation-overlay > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay > ul > li > a i {
	float: right;
}
.navigation-overlay > ul > li > a:hover,
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #acdccc;
}
.navigation-overlay > ul.social-nav {
	margin-top: 40px;
	text-align: right;
}
.navigation-overlay > ul.social-nav li {
	margin: 0;
}
.navigation-overlay > ul.social-nav li a {
	margin: 0;
	padding: 0;
	font-size: 29px;
	line-height: 1.4em;
}
.navigation-overlay > ul > li ul {
  background-color: rgb(0 82 136 / 99%);
  display: none;
  padding: 5px 0;
}
.navigation-overlay > ul > li > ul li {
  padding: 0;
}
.navigation-overlay > ul > li > ul li a {
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding: 10px 17px;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.1em;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:hover,
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #C0C0C0;
}
.navigation-overlay > ul > li > ul .fal  {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.navigation-overlay .social-nav {
	position: relative;
	margin-top: 20px;
	text-align: center;
	padding: 0 15px;
}
.navigation-overlay .social-nav li:not(:last-child) {
	margin-right: 17px;
}
.navigation-overlay .social-nav li {
	margin-bottom: 8px;
}
.navigation-overlay .social-nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}
.navigation-overlay .social-nav li a:hover {
  text-decoration: none;
  color: #C0C0C0;
}
.navigation-overlay .btns-top {
	display: block;
	margin: 0;
	position: relative;
}
.navigation-overlay .btns-top a {
	display: block;
	padding: 10px;
	margin: 0 15px 15px!important;
}
body.behaved {
  overflow: hidden;
  background-color: #fff;
}
body.actived {
  overflow: hidden;
}
.page {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -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%;
}
@media screen and (max-width: 1400px) {
	.menu .logo-nav {
		max-width: 168px;
		top: -3px;
		left: 0;
	}
	.menu.actived .logo-nav {
		max-width: 151px;
		top: -2px;
	}
	.menu ul.left-nav {
		padding-right: 142px;
	}
	.menu ul.right-nav {
		padding-left: 142px;
	}
	.menu div > ul > li:not(:last-child) {
		margin-right: 6px;
	}
	.menu div > ul > li {
		font-size: 14px;
		padding: 0;
	}
	.menu div > ul > li:last-child a,
    .menu div > ul > li:last-child a:focus {
	    padding: 26px 1vw;
	}
	.menu.actived div > ul  {
		margin: 4px 0;
	}

}
@media screen and (min-width: 991px) {
  /*============== TOP ================*/
  .menu .navigation,
  .navigation-overlay {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  /*============== TOP ================*/
  .menu .btns-top .btn-layout {display: none}
  body.actived {
    overflow: auto !important;
  }
  .products-dropdown {
    display: none !important;
  }
  .menu {
    /* height: auto; */
    /* position: fixed; */
    top: 0;
    /* margin: 0; */
    /* padding: 15px; */
  }
  .menu.actived {}
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
  }
  .menu.behaved:after {
	background-color: transparent;
  }
  .menu > div {
    padding: 0;
    width: 100%;
  }
  .menu > .navigation {
    display: inline-block;
  }
  .menu div > ul {
    display: none;
  }
  .menu .logo-nav {
  	/* max-width: 214px; */
  	top: 0px;
  }
  .menu .top-bar .btn-layout {
  	display: none;
  }
}
@media screen and (max-width: 650px) {
  /*============== TOP NAV ================*/
  .menu div > a > .txt {
    display: none;
  }
  .navigation-overlay > ul > li > a {
    font-size: 22px;
    margin-top: 0;
    margin: 18px 0;
  }
  .navigation-overlay > ul > li > ul > li a {
    font-size: 16px;
  }
  .menu > div .navigation {
  	margin: 15px 0;
  	margin-right: 5px;
  }
  .menu.actived > div .navigation {
    margin: 27px 0;
    margin-right: 5px;
  }
  .menu .logo-nav {
  	max-width: 167px;
  }
  .menu.actived .logo-nav {
  	/* max-width: 188px; */
  }
}
@media screen and (max-width: 600px) {
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
}

/*=========================================== BANNER TOP ======================================================*/
.banner-top {
  padding-top: 181px;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top > .container {
  position: relative;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-top.ready > .container {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
}
.banner-top > .container h1 {
  display: block;
  /* 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); */
  font-size: 47px;
  margin-bottom: 0;
  text-align: center;
}
.banner-top span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  opacity: .5;
  background-position: top 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: 1200px) {
  .banner-top {
  	padding-top: 180px
  }
}
@media screen and (max-width: 768px) {
  .banner-top .banner-video-iframe {
    display: none;
  }
  .banner-top {
    padding-top: 175px;
  }
  .banner-top > .container h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .banner-top {
    padding-top: 150px;
  }
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
@media (min-width: 1440px) {
	.container-large {
		max-width: 1440px;
	}
}

.section-white {
  width: 100%;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.section-white > .container,
.section-white > .container-fluid {
  position: relative;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.section-white.ready > .container,
.section-white.ready > .container-fluid {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
}