@charset "utf-8";

.main-bg-color{
	background:#bca783 !important;
}
.main-color{
	color:#bca783 !important;
}

.countdown-section{
	margin-top:50px
}
.soon-wrapper[data-visual] .soon-group-sub,
.soon[data-visual] .soon-group-sub {
 display:table-cell;
 text-align: center;
}
.special_title{
	margin-top:130px
}
#my-soon {background-color:#ffffff; text-align: left;}
#my-soon .soon-reflection {background-color:#ffffff;background-image:linear-gradient(#ffffff 25%,rgba(255,255,255,0));}
#my-soon {color:#141541;}
#my-soon .soon-label {color:#333333;}
#my-soon .soon-ring-progress {background-color:#f1f1f1;}
#my-soon .soon-ring-progress {border-top-width:4px;}
#my-soon .soon-ring-progress {border-bottom-width:2px;}

.login{
	position:absolute;
	top:0px;
	left:0px;
	z-index:99999
}
.login .fa{
	background:rgba(0,0,0,0.8);
	padding:10px 15px;
	font-size:18px;
	color:#ffffff;
}

/* [Object] Modal
 * =============================== */
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .9);
  transition: opacity .25s ease;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 50%;
}

.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}

.modal__close:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	
  .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}


/*==============================
[Table of contents]

1. Typography
2. General CSS + marshall own reset
3. Fixed close button
4. Content Column
5. Logo
6. Content
7. Social Links
8. Fit column => Thumb, Canvas, Video etc
9. Content Column
10.Gallery/Works
11.Contact area
12.Newsletter Form
13.Footer
14.Preset Animation Timing

-------------------------------------------------------------------*/

/* -----------------------------------------------------------------
  1. Typography setup
-------------------------------------------------------------------*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
html, .container{
	overflow-x:hidden !important;
}
body{
  color: #FFF;
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #131623;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden !important;
}
p, ul, li {
  line-height: 1.7;
}
ul {
  list-style: disc;
}
blockquote {
  border-left: 5px solid #EF5350;
  margin: 40px 80px;
  padding-left: 20px;
}
blockquote ul {
  padding-left: 20px;
}
blockquote h4 {
  border-bottom: 1px solid;
  display: inline-block;
}
a {
  color: #FFF;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: inherit;
}
a:hover,
a:focus,
input:focus,
input:hover,
textarea:focus,
textarea:hover {
  outline: none;
}

button:focus {
  outline: none;
}

img {
  max-width:100%;
  border: none;
}
input{
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.35714em;
  line-height: 1.16364em;
}
h2,
.h2 {
  font-size: 1.875em;
}
h3,
.h3 {
  font-size: 1.500em;
}
h4,
.h4 {
  font-size: 1.125em;
}
h5,
.h5 {
  font-size: 0.875em;
}
h6,
.h6 {
  font-size: 0.750em;
}
p {
  margin: 0 0 10px;
  font-size: 1em;
}
.lead {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.313em;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}




/* -----------------------------------------------------------------
  2. General CSS + marshall own reset
-------------------------------------------------------------------*/
.clearfix::after,
.clearfix::before,
.container::before,
.container::after,
[class^="col-"]::before,
[class^="col-"]::after,
.content-column::after,
.content-column::before,
.social-column::before,
.social-column::after,
.the_content::after,
.the_content::before,
.gallery::before,
.gallery::after,
.stay_connent_with_social::before,
.stay_connent_with_social::after,
.divided_or::before,
.divided_or::after,
.newsletter-content::before,
.newsletter-content::after,
.static-content::before,
.static-content::after,
.simply-countdown-column::before,
.simply-countdown-column::after {
  content: "";
  display: block;
  clear: both;
}
.container,
.social-column {
  width: 100%;
}
.bg-container {
  background-image: url(images/v7/blue-beach.jpg);
  background-size: cover;
  background-position: center;
}
.col-content {
  position: relative;
  z-index: 3;
}
.col-screen {
  z-index: 9;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  min-height: 1;
  height: 100vh;
}
.col-1,
.col-1 .animate-content {
  width: 8.33333%;
}
.col-2,
.col-2 .animate-content{
  width: 16.6667%;
}
.col-3,
.col-3 .animate-content{
  width: 25%;
}
.col-4,
.col-4 .animate-content{
  width: 33.3333%;
}
.col-5,
.col-5 .animate-content{
  width: 41.6667%;
}
.col-6,
.col-6 .animate-content{
  width: 50%;
}
.col-7,
.col-7 .animate-content{
  width: 58.3333%;
}
.col-8,
.col-8 .animate-content{
  width: 66.6667%;
}
.col-9,
.col-9 .animate-content{
  width: 75%;
}
.col-10,
.col-10 .animate-content{
  width: 83.3333%;
}
.col-11,
.col-11 .animate-content{
  width: 91.6667%;
}
.col-12,
.col-12 .animate-content{
  width: 100%;
}
.position{
  position: relative;
}
.special_title {
  font-family: 'Ranga', cursive;
}
.btn {
  background-color: #f61067;
  border-radius: 0;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 7px 30px 8px;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  color: #FFF;
  border: 1px solid #f61067;
}
.btn.btn-text {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 7px 30px;
  border-color: transparent;: 
}
.btn i {
  margin-right: 5px;
  -webkit-transition: all 0.4 ease 0s;
  transition: all 0.4 ease 0s;
}
.btn:hover, 
.btn:focus, 
.btn:active {
  background-color: transparent;
  border-style: dashed;
}
.btn.btn-text:hover, 
.btn.btn-text:focus, 
.btn.btn-text:active {
  color: #fff;
}
.btn.btn-text:hover i,
.animate-open.btn i{
  color: #f61067;
}
.hide {
  display: none;
}
.bottom-separator {
  border-bottom: 1px solid #e2e2e2;
  margin: 60px auto;
  opacity: 0.7;
  width: 100%;
}
body.bg-white {
  background-color: #FFF;
  color: #232428;
}
.fat_title {
  font-size: 2.7em;
  font-weight: 800;
}
.content_overley {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.bg-content-rgba {
  background-color: rgba(0,0,0,0.8);
}
body.mrs-white .morph-button-modal-2 > button, 
body.mrs-white .morph-button-modal-2 .morph-content {
  background-color: #232428;
  color: #fff;
}
.col-10.middle-10.col-content {
  margin-left: 8.3%;
  text-align: center;
}


/* -----------------------------------------------------------------
  3. fixed close button
-------------------------------------------------------------------*/
.content-close {
  background-color: #333;
  border: 0 none;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1;
  color: #FFF;
  display: none;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  cursor: pointer;
}
.content-close:hover {
  font-size: 1.1em;
  line-height: 45px;
}
.content-close i.fa {
  left: 50%;
  line-height: 20px;
  position: absolute;
  top: calc(50% - 3px);
  transform: translateY(-50%) translateX(-50%);
}
.content-close.fixed_color_changed {
  background-color: #FFF;
  color: #333;
}


/* -----------------------------------------------------------------
  3. Loader
-------------------------------------------------------------------*/
.loading-screen {
  background-color: #333;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 99999;
}
.loading-icon {
  display: table;
  height: 100%;
  position: absolute;
  width: 100%;
}
.loading-inner {
  display: table-cell;
  vertical-align: middle;
}
.load {
  border-radius: 50%;
  height: 60px;
  margin: auto;
  position: relative;
  width: 60px;
}
.load::before {
  background-color: transparent;
  border: 2px dashed #fff;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.4s;
  transition-property: opacity;
  transition-timing-function: linear;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: top 0.4s,left 0.4s,right 0.4s,bottom 0.4s, border-width 0.4s ease 0.4s;
  -webkit-transition: top 0.4s,left 0.4s,right 0.4s,bottom 0.4s, border-width 0.4s ease 0.4s;
  animation: 4s linear 0s normal none infinite running spinnerRotate;
  -webkit-animation: 4s linear 0s normal none infinite running spinnerRotate;
}
.load::after {
  content: '\f252';
  font-family:FontAwesome;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 62px;
  color: #FFF;
}



/* -----------------------------------------------------------------
  4. Content Column
-------------------------------------------------------------------*/
.content-column {
  height: 100vh;
  margin-left: 15%;
  position: relative;
  width: 70%;
  display: table;
}



/* -----------------------------------------------------------------
  5. Logo
-------------------------------------------------------------------*/
.logo {
  margin-left: 15%;
  margin-top: 5px;
  position: absolute;
}
.logo img {
  display: inline-block;
  max-width: 280px;
}
@media only screen and (max-width: 320px) {
	.logo img {
	  max-width: 250px;
	}
}


/* -----------------------------------------------------------------
  6. Content
-------------------------------------------------------------------*/
.content {
  display: block;
  margin-left: 15%;
  position: absolute;
  top: 50%;
  visibility: visible;
  width: 70%;
}
.button-group {
  margin-top: 40px;
}
.button-group .btn,
.button-group .btn-text {
  margin: 0;
}
.content.css-center {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* -----------------------------------------------------------------
  7. Social Links
-------------------------------------------------------------------*/
.social-column {
  bottom: 15px;
  left: 15%;
  position: absolute;
  width: 70%;
}
.social-column p {
  display: inline-block;
  margin-bottom: 0;
}
ul.social-links {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0 0 10px;
  padding: 0;
}
ul.social-links li {
  display: inline-block;
}
.social-links a {
  padding: 0 6px;
  display: block;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.social-links a:hover {
  -webkit-transform: translate3d(0px, -2px, 0px);
  transform: translate3d(0px, -2px, 0px);
  color: #f61067;
}


/* -----------------------------------------------------------------
  8. Fit column => Thumb, Canvas, Video etc
-------------------------------------------------------------------*/
.fit-column {
  /*background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-repeat:no-repeat;*/
  
  position: absolute;
right: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
z-index: 0;

}


/* -----------------------------------------------------------------
  9. Content Column
-------------------------------------------------------------------*/
.animate-content {
  background-color: #fff;
  backface-visibility: hidden;
  height: 100%;
  right: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  visibility: hidden;
}
.screen-left .animate-content {
  right: inherit;
  left: 0;
}

.main-content {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  overflow: auto;
  width: 100%;
}
#details {
  width: 50%;
}
.mrs-active {
  visibility: visible;
  z-index: 1;
}
@-webkit-keyframes scaleDown {
  from { opacity: 1; -webkit-transform: scale(1); }
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@keyframes scaleDown {
  from { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  to { opacity: 0; -webkit-transform: scale(.8); transform: scale(.8); }
}
@-webkit-keyframes moveToRight { 
  from { -webkit-transform: translateX(100%) }
  to { -webkit-transform: translateX(0%); }
}
@keyframes moveToRight { 
  from { -webkit-transform: translateX(100%); transform: translateX(100%); }
  to { -webkit-transform: translateX(0%); transform: translateX(0%); }
}
.mrs-moveToRight {
  -webkit-animation: moveToRight .6s ease 0s both;
  animation: moveToRight .6s ease 0s both;
}
.mrs-scaleDown {
  -webkit-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}
.the_content {
  background-color: #fff;
  padding: 40px 50px 20px;
  color: #808080;
}
.the_content a {
  color: #808080;
}
.works-details {
  margin-top: 45px;
}
.the_content h2 {
  color: #252525;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}
.the_content > h2 span {
  color: #f61067;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 0;
  right: 0;
}
#mCSB_1_scrollbar_vertical {
  right: calc(100% - 10px);
}

/* -----------------------------------------------------------------
  10. Gallery/Works
-------------------------------------------------------------------*/
.works-heading::after {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.the_content .works-heading-inner h2 {
  color: #fff;
}
.works-heading {
  background-image: url("images/ocean.jpg");
  background-size: cover;
  margin-left: -50px;
  margin-right: -50px;
  padding: 35px 50px 320px;
  position: relative;
}
.works-heading-inner {
  color: #fff;
  position: relative;
  z-index: 1;
}
.gallery-item {
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
  width: 50%;
}
.gallery {
  margin-top: -270px;
  position: relative;
}
.gallery-item a,
.gallery-item a img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-item a {
  position: relative;
}
.gallery-item h2 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -moz-transition:all 0.3s ease-in-out 0.3s;
  -webkit-transition:all 0.3s ease-in-out 0.3s;
  -o-transition:all 0.3s ease-in-out 0.3s;
  -ms-transition:all 0.3s ease-in-out 0.3s;
  transition:all 0.3s ease-in-out 0.3s;
}
.gallery-item a .mask-overley {
  position:absolute; /* Center the mask */
  top:50%;
  left:50%;
  margin-top: -50px;
  margin-left: -50px;
  cursor:pointer;
  border-radius: 50px;
  border-width: 50px;
  display: inline-block;
  height: 100px;
  width: 100px;
  border:0px solid rgba(0,0,0,0.7);
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  opacity:0;
  visibility:hidden;
  -moz-transform:scale(4);
  -webkit-transform:scale(4);
  -o-transform:scale(4);
  -ms-transform:scale(4);
  transform:scale(4);
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.gallery-item a:hover .mask-overley {
   opacity: 1;
   border: 10vw solid rgba(0, 0, 0, 0.7);
   visibility:visible;
}
.gallery-item a:hover h2 {
   opacity: 1;
   visibility:visible;
   -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}


/* -----------------------------------------------------------------
  11. Contact area
-------------------------------------------------------------------*/
.mrs-contact-us {
  padding-top: 60px;
}
.contact-information {
  margin-top: 50px;
}
.contact-information > h3 {
  margin-bottom: 10px;
}
.single-contact-info h4 {
  color: #252525;
  margin-top: 25px;
}
.mrs-contact-form {
  margin: auto;
  position: relative;
  width: 100%;
}
.single-cform-item label {
  cursor: pointer;
  display: block;
  font-weight: 300;
  letter-spacing: 2px;
}
.single-cform-item input,
.single-cform-item textarea {
  background-color: transparent;
  font-size: 15px;
  line-height: 1.3;
  padding: 10px 10px 10px 0;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  width: 100%;
}
.single-cform-item {
  margin-bottom: 40px;
  position: relative;
}
.single-cform-item::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s width ;
  -moz-transition: 0.4s width ;
  transition: 0.4s width ;
}
.single-cform-item textarea {
  box-sizing: border-box;
  min-height: 38px;
  overflow-x: hidden;
  line-height: 1.5;
}
#mrs_submit {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 14px;
  overflow: hidden;
  padding: 12px 40px;
  position: relative;
  text-transform: uppercase;
  width: auto;
  z-index: 1;
}
#mrs_submit:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#mrs_submit:hover,
#mrs_submit:active,
#mrs_submit:focus {
  color: #333;
}
#mrs_submit:hover:after,
#mrs_submit:active:after,
#mrs_submit:focus:after {
  height: 160px;
  opacity: 1;
}
#mrs_submit:active:after {
  height: 400%;
  opacity: 1;
}
@keyframes fullWidth {
  to {
      width: 100%;
  }
}
@-webkit-keyframes fullWidth {
 to {
      width: 100%;
  }
}
.single-cform-item.active_item::before {
  -webkit-animation-name: fullWidth;
  animation-name: fullWidth;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
#mrs-form label.error {
  color: #fc5152;
}
#mrs-form label.valid i {
  color: #2ccdae;
}
#mrs-form label.error a {
  display: block;
}
.contact-alert-message {
  width: 100%;
  overflow: hidden;
}
#mail_success,
#mail_fail {
  display: none;
}
.contact-alert-message {
  padding: 35px 0 25px;
  text-align: center;
}
#mail_fail i {
  color: #ff0000;
  -o-animation: flash 3s ease 0s backwards;
  -ms-animation: flash 3s ease 0s backwards;
  -moz-animation: flash 3s ease 0s backwards;
  -webkit-animation: flash 3s ease 0s backwards;
  animation: flash 3s ease 0s backwards;
}
#mail_success i {
  color: #2eb267;
  -o-animation: flash 3s ease 0s backwards;
  -ms-animation: flash 3s ease 0s backwards;
  -moz-animation: flash 3s ease 0s backwards;
  -webkit-animation: flash 3s ease 0s backwards;
  animation: flash 3s ease 0s backwards;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}
.mrs-single-heading > h2 {
  color: #252525;
  margin-top: 0;
}

.form_loader {
  -webkit-animation: 3s linear 0s normal none infinite running spinnerRotate;
  animation: 3s linear 0s normal none infinite running spinnerRotate;
  background-color: transparent;
  background-image: url("images/loading.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 9px;
  content: "";
  display: block;
  height: 20px;
  left: 156px;
  position: absolute;
  transform: scale(0);
  width: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.form_loader.mcform_submitting {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}


/* -----------------------------------------------------------------
  12. Newsletter form
-------------------------------------------------------------------*/
.newsletter-header {
  padding: 40px 0 20px;
  position: relative;
}
.newsletter-header img {
  display: block;
  margin: auto;
  position: relative;
  width: 100px;
  z-index: 3;
}
.newsletter-inner {
  padding: 0 30px;
  text-align: center;
}
.newsletter-description > p {
  color: #747474;
}
.fa-times-thin:before {
  content: '\00d7';
}
span.close-newsletter {
  cursor: pointer;
  height: 25px;
  line-height: 20px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 20px;
  color: #999;
  -webkit-transition: all 0.4s ease 0;
  transition: all 0.4s ease 0;
}
span.close-newsletter:hover {
  font-size: 1.2em;
  color: #111;
}
span.close-newsletter i{
  line-height: 18px;
}
.newsletter-content > input {
  display: block;
  width: 100%;
}
.newsletter-content input[type="email"] {
  background-color: #ebebeb;
  border: 0 solid;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 13px 15px 15px;
  text-align: center;
}
.newsletter-content {
  margin: 35px auto auto;
  width: 80%;
}
.morph-button-modal-2.open .morph-content {
  height: 464px;
  margin-top: -232px;
}
.newsletter-description h2 {
  margin-top: 10px;
}
.animation-icon {
  color: #e2e2e4;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.6s ease 0.0s;
}
.medium-icon {
  font-size: 1.5em;
}
.small-icon {
  font-size: 1.2em;
}
.large-icon {
  font-size: 2em;
}
.newsletter-animation-icons {
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 50px;
}
.newsletter-content label {
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
}
.morph-modal.open-animate .animation-icon-7,
.mfrom-header-animate .animation-icon-7 {
  left: -175px;
  top: -12px;
  transform: rotate(-20deg);
}
.morph-modal.open-animate .animation-icon-8,
.mfrom-header-animate .animation-icon-8 {
  left: -175px;
  top: 40px;
  transform: rotate(-7deg);
}
.morph-modal.open-animate .animation-icon-4,
.mfrom-header-animate .animation-icon-4 {
  left: -125px;
  top: 22px;
  transform: rotate(-4deg);
}
.morph-modal.open-animate .animation-icon-1,
.mfrom-header-animate .animation-icon-1 {
  left: -94px;
  top: -19px;
  transform: rotate(20deg);
}
.morph-modal.open-animate .animation-icon-2,
.mfrom-header-animate .animation-icon-2 {
  left: -94px;
  top: 51px;
  transform: rotate(-20deg);
}
.morph-modal.open-animate .animation-icon-9,
.mfrom-header-animate .animation-icon-9 {
  left: -71px;
  top: 8px;
  transform: rotate(22deg);
}
.morph-modal.open-animate .animation-icon-16,
.mfrom-header-animate .animation-icon-16 {
  left: 185px;
  top: -12px;
  transform: rotate(20deg);
}
.morph-modal.open-animate .animation-icon-17,
.mfrom-header-animate .animation-icon-17 {
  left: 185px;
  top: 40px;
  transform: rotate(7deg);
}
.morph-modal.open-animate .animation-icon-5,
.mfrom-header-animate .animation-icon-5 {
  left: 148px;
  top: 22px;
  transform: rotate(4deg);
}
.morph-modal.open-animate .animation-icon-3,
.mfrom-header-animate .animation-icon-3 {
  left: 117px;
  top: -19px;
  transform: rotate(-20deg);
}
.morph-modal.open-animate .animation-icon-10,
.mfrom-header-animate .animation-icon-10 {
  left: 117px;
  top: 51px;
  transform: rotate(20deg);
}
.morph-modal.open-animate .animation-icon-18,
.mfrom-header-animate .animation-icon-18 {
  left: 90px;
  top: 8px;
  transform: rotate(-22deg);
}
@-webkit-keyframes spinnerRotate
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes spinnerRotate
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes spinnerRotate
{
    from{-ms-transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);}
}
@keyframes spinnerRotate
{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}
.newsletter-content .marshall_submit {
  background-color: #f61067;
  border: 0 none;
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  padding: 10px 0 12px;
  -webkit-transition: width 0.4s ease 0s, border-radius 0.4s;
  transition: width 0.4s ease 0s, border-radius 0.4s;
  position: relative;
  margin: auto;
}
.newsletter-content .marshall_submit:hover {
  background-color: #E00A62;
}
.newsletter-content .marshall_submit::after {
  background-image: url("images/tick.png");
  background-size: 100% auto;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: scale(0);
  width: 20px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}
.newsletter-content.mform-submitting .marshall_submit {
  border-radius: 50% !important;
  height: 46px;
  margin: auto;
  text-indent: -9999px;
  width: 46px !important;
}
.newsletter-content .marshall_submit::before {
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  border: 2px dashed #fff;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  display: block;
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  transition-delay: 0;
}
.newsletter-content.mform-animate .marshall_submit::before {
  opacity: 1;
  visibility: visible;
  transition: top 0.4s,left 0.4s,right 0.4s,bottom 0.4s, border-width 0.4s ease 0.4s;
  -webkit-transition: top 0.4s,left 0.4s,right 0.4s,bottom 0.4s, border-width 0.4s ease 0.4s;
  animation: 1s linear 0.4s normal none infinite running spinnerRotate;
  -webkit-animation: 1s linear 0.4s normal none infinite running spinnerRotate;
}
.newsletter-content.mform-submitting.mform-success .marshall_submit::after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.newsletter-content.mform-animate.mform-submitting.mform-success .marshall_submit::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 0;
}
.newsletter-header.mfrom-header-animate-close .newsletter-animation-icons .animation-icon{
  left: 0;
  transform: rotate(0deg);
  top: 0;
  opacity: 0;
}
@keyframes mformBounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 15px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.mformBounceInDown {
  animation-name: mformBounceInDown;
}
.newsletter-header.mfrom-header-animate-close img {
  animation-name: mformBounceInDown;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}



/* -----------------------------------------------------------------
  13. Footer
-------------------------------------------------------------------*/
.footer-copyright {
  margin-top: 60px;
}
.footer-copyright p{
  margin: 0;
}
.position_footer {
  bottom: 10px;
  left: 40px;
  position: absolute;
  z-index: 3;
}



/* -----------------------------------------------------------------
  14. Preset Animation Timting
-------------------------------------------------------------------*/
.fast {
  animation-delay: 1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.fast-medium {
  animation-delay: 1s;
  animation-duration: 0.9s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.medium {
  animation-delay: 1.3s;
  animation-duration: 0.9s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.medium-fast {
  animation-delay: 1.3s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.slow {
  animation-delay: 1.6s;
  animation-duration: 0.9s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.fast-child-1 {
  animation-delay: 1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-2 {
  animation-delay: 1.1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-3 {
  animation-delay: 1.3s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-4 {
  animation-delay: 1.4s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-5 {
  animation-delay: 1.5s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-6 {
  animation-delay: 1.6s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-7 {
  animation-delay: 1.7s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-8 {
  animation-delay: 1.8s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-9 {
  animation-delay: 1.9s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-10 {
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}



/* -----------------------------------------------------------------
  *. FireWorks
-------------------------------------------------------------------*/
canvas.fireworks {
  position: absolute;
  top: 0;
  left: 0;
}



/* -----------------------------------------------------------------
  *. Sketch Particles
-------------------------------------------------------------------*/
#particles_container {
  height: 100%;
  position: absolute;
  width: 100%;
}


/* -----------------------------------------------------------------
  *. Particles canvas
-------------------------------------------------------------------*/
.mrs_canvas {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}



/* -----------------------------------------------------------------
  *. v2
-------------------------------------------------------------------*/
.align-center {
  text-align: center;
}
.align-center .logo {
  margin-left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inner-content {
  display: block;
  margin-left: 15%;
  position: absolute;
  top: 50%;
  visibility: visible;
  width: 73%;
}
.inner-content.css-center {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mrs-v2 .animate-content::after {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.inner-content .big_title {
  color: #fff;
}




/* -----------------------------------------------------------------
  *. v3
-------------------------------------------------------------------*/
.mrs-v3 .default_mrs_newsletter.mrs_inline_newsletter .newsletter-content {
  float: none;
}
.anounchment_element {
  background-image: url("images/v3/cartoon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 10px;
  height: 200px;
  position: absolute;
  right: 70px;
  width: 200px;
  z-index: 2;
}
.anounchment_element_layer {
  background-color: #7bc4d3;
  display: block;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 350px;
  z-index: 0;
}
.anounchment_element_layer::before {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 120%;
  left: -50%;
  position: absolute;
  top: -10%;
  transform: rotate(-1deg);
  width: 100%;
}
.mrs-v3 .default_mrs_newsletter.mrs_inline_newsletter .newsletter-content label {
  bottom: -35px;
}
.mrs-v3.mrs-white .default_mrs_newsletter.mrs_inline_newsletter .newsletter-content {
  overflow: inherit;
}


/* -----------------------------------------------------------------
  *. v4
-------------------------------------------------------------------*/
.single-middle-popup.single_popup {
  -webkit-animation: 3s ease 0s normal none infinite running mrs_pulse;
  animation: 3s ease 0s normal none infinite running mrs_pulse;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: block;
  height: 100px;
  left: 50%;
  line-height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100px;
}

@keyframes mrs_pulse {
  from {
    transform: scale3d(1, 1, 1);
    background-color: #fff;
    color: #000;
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
    background-color: #f61067;
    color: #FFF;
  }

  to {
    transform: scale3d(1, 1, 1);
    background-color: #fff;
    color: #000;
  }
}

.mrs_pulse {
  animation-name: mrs_pulse;
}



/* -----------------------------------------------------------------
  *. V5
-------------------------------------------------------------------*/
.screen-left .logo {
  margin-left: 40px;
  margin-top: 20px;
  width: 90px;
  z-index: 3;
}
.screen-left .logo img {
  max-width: 100%;
  width: 100%;
}
.screen-left .social-column {
  left: 40px;
  z-index: 3;
  color: #FFF;
}
.stay_connent_with_social {
  margin-top: 45px;
  text-align: center;
}
.single_large_title {
  font-family: inherit;
  font-size: 2.3em;
  font-weight: 800;
  margin-top: 10px;
  text-align: center;
}
.single_large_title:first-child {
  margin-top: 0;
}
.big_title {
  color: #1e60ec;
  font-size: 3.5em;
}
.short_description {
  margin: 35px auto auto;
  text-align: center;
}
.mrs-v6 .short_description {
  margin: 35px auto auto;
  width: 65%;
}
.stay_connent_with_social h5 {
  color: #2c3346;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.stay_connent_with_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.stay_connent_with_social li {
  display: inline-block;
}
.stay_connent_with_social li a {
  border-radius: 40px;
  display: inline-block;
  font-size: 0.85em;
  line-height: 1;
  margin: 0 5px;
  padding: 10px 30px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.stay_connent_with_social li a:hover,
.stay_connent_with_social li a:focus,
.stay_connent_with_social li a:active {
  color: #FFF;
} 
.stay_connent_with_social li a i {
  margin-right: 7px;
}
.fb_social {
  background-color: #3b5999;
}
.tw_social{
  background-color: #55acef;
}
.gp_social{
  background-color: #E14A39;
}
.fb_social:focus,
.fb_social:active,
.fb_social:hover {
  background-color: #3189CE;
}
.tw_social:hover,
.tw_social:focus,
.tw_social:active {
  background-color: #263D6F;
}
.gp_social:hover,
.gp_social:focus,
.gp_social:active{
  background-color: #C23121;
}
.divided_or {
  border-top: 1px solid #e9eaee;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  width: 100%;
}
.divided_or span {
  background-color: #fff;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  transform: translateY(-14px) translateX(-50%);
}
.default_mrs_newsletter {
  text-align: center;
}
.default_mrs_newsletter .newsletter-content input {
  border-radius: 40px;
  margin: auto auto 20px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  width: 90%;
}
.default_mrs_newsletter .newsletter-content .marshall_submit {
  background-color: #1c52ce;
  border-radius: 30px;
  margin-top: 20px;
  width: 40%;
}
.default_mrs_newsletter .newsletter-content {
  margin-top: 30px;
  width: 90%;
}
.mrs-v5 .col-content {
  min-height: 620px;
  overflow: auto;
}
.default_mrs_newsletter .newsletter-content input:focus {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0;
}
.screen-left .position_footer {
  color: #FFF;
}
.col-7 .content {
  width: 73%;
}
.video-trailer {
  background-image: url("images/v7/square.jpg");
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 10px 7px rgba(0, 0, 0, 0.3);
  height: 160px;
  margin-top: 35px;
  overflow: hidden;
  position: relative;
  width: 250px;
}
.video-trailer a {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  font-size: 4em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.video-trailer a:hover,
.video-trailer a:focus,
.video-trailer a:active {
  color: rgba(0, 0, 0, 0.9);
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}




/* -----------------------------------------------------------------
  *. Static Content
-------------------------------------------------------------------*/
.static-content {
  height: 100vh;
  position: relative;
  width: 100%;
}
.full-contact-area {
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.full-contact-area {
  background-color: #fff;
  border-radius: 5px;
  color: #232428;
  left: 50%;
  padding: 30px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  box-shadow: 0 10px 7px rgba(0, 0, 0, 0.3);
}
.full-contact-area h5 {
  border-bottom: 1px solid #e9eaee;
  font-size: 1.5em;
  margin: 20px 0 0;
  padding-bottom: 20px;
  text-align: center;
}
.full-contact-area .stay_connent_with_social {
  margin-top: 25px;
}
.full-contact-area .divided_or {
  margin: 40px auto 30px;
  width: 80%;
}
.col-6.middle-6.col-content {
  margin-left: 25%;
  text-align: center;
}
.middle-6 .logo {
  left: 50%;
  margin-left: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.middle-6 .fat_title {
  font-size: 4em;
  font-weight: 800;
}
.middle-6 .stay_connent_with_social {
  bottom: 30px;
  left: 50%;
  margin-top: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.middle-6 .stay_connent_with_social h5 {
  color: #FFF;
}
.middle-6 .stay_connent_with_social li a {
  border-radius: 40px;
  display: inline-block;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.middle-6 .stay_connent_with_social li a i {
  margin-right: 0;
}
.mrs-v8 .bg-container {
  background-image: url("images/v8/wave.jpg");
  height: 100%;
  position: absolute;
}




/* -----------------------------------------------------------------
  *. v9
-------------------------------------------------------------------*/
body.mrs-v9 {
  background-color: #FFF;
  color: #232428;
}
body.mrs-v9 .morph-button-modal-2 > button, 
body.mrs-v9 .morph-button-modal-2 .morph-content {
  background-color: #232428;
  color: #fff;
}
body.mrs-v9 .newsletter-description > p {
  color: #fff;
}
body.mrs-v9 .social-links a {
  color: #000;
}
body.mrs-v9 .fit-column {
  background-image: url("images/v9/bark.jpg");
}
.simple-content h2 {
  color: #fff;
  font-size: 23px;
  line-height: 1.3;
}
.simple-content h2.small_h2 {
  font-weight: 800;
}






/* bottom reset */
.top-left {
  left: 40px;
  margin: 0 !important;
  top: 10px;
  right: inherit;
  position: absolute;
}
.top-right {
  position: absolute;
  right: 40px;
  top: 25px;
  left: inherit;
  margin: 0 !important;
}
.left-center {
  position: absolute;
  left: 40px;
  top: 50%;
  right: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}
.right-center {
  position: absolute;
  right: 40px;
  top: 50%;
  left: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}
.top-center {
  position: absolute;
  left: 50%;
  top: 15px;
  bottom: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}
.bottom-center {
  position: absolute;
  left: 50%;
  top: inherit;
  bottom: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}







/* Morph Button: Default Styles */

.morph-button {
	position: relative;
	display: block;
	margin: 0 auto;
}

.morph-button > button {
	position: relative;
	padding: 0 1em;
	border: none;
	background-color: #e85657;
	color: #f9f6e5;
	letter-spacing: 1px;
	overflow: hidden;
	cursor: pointer;
}

.morph-button.open > button {
	pointer-events: none;
}

.morph-content {
	pointer-events: none;
}

.morph-button.open .morph-content {
	pointer-events: auto;
}

/* Common styles for overlay and modal type (fixed morph) */
.morph-button-fixed, 
.morph-button-fixed .morph-content {
  height: 43px;
  width: 180px;
}

.morph-button-fixed > button {
	z-index: 1000;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.1s 0.5s;
	transition: opacity 0.1s 0.5s;
}

.morph-button-fixed.open > button {
	opacity: 0;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

.morph-button-fixed .morph-content {
	position: fixed;
	z-index: 900;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-fixed.open .morph-content {
	opacity: 1;
}

.morph-button-fixed .morph-content > div {
	visibility: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
	transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

.morph-button-fixed.open .morph-content > div {
	visibility: visible;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.morph-button-fixed.active > button {
	z-index: 2000;
}

.morph-button-fixed.active .morph-content {
	z-index: 1900;
}

/* Transitions for overlay button and sidebar button */
.morph-button-overlay .morph-content,
.morph-button-sidebar .morph-content {
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
}

.morph-button-overlay.open .morph-content,
.morph-button-sidebar.open .morph-content {
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;	
}

/* Morph Button Style: Overlay */
.morph-button.morph-button-overlay {
	margin: 50px auto;
}

.morph-button-overlay .morph-content {
	overflow: hidden;
	background: #e85657;
}

.morph-button-overlay.open .morph-content {
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
}

/* Morph Button Style: Modal */
.morph-button-modal::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	pointer-events: none;
}

.morph-button-modal.open::before {
	opacity: 1;
	pointer-events: auto;
}

.morph-button-modal.active::before {
	z-index: 1800;
}

.morph-button-modal .morph-content {
	overflow: hidden;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-modal.open .morph-content {
	top: 50% !important;
	left: 50% !important;
	margin: -210px 0 0 -300px;
	width: 600px;
	height: 420px;
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	max-width: 100%;
}

/* Colors and sizes for individual modals */
.morph-button.morph-button-modal-1 {
	float: left;
}

.morph-button.morph-button-modal-2,
.morph-button.morph-button-modal-3 {
	display: inline-block;
	margin: 0;
}

.morph-button-modal-1 > button,
.morph-button-modal-1 .morph-content {
	background-color: #553445;
}
.morph-button-modal-2 > button, 
.morph-button-modal-2 .morph-content, 
.morph-button-modal-3 > button, 
.morph-button-modal-3 .morph-content {
  background-color: #fff;
  color: #000;
}

.morph-button-modal-4 {
	display: inline-block;
}

.morph-button-modal-4 > button,
.morph-button-modal-4 .morph-content {
	background-color: #faf1e0;
	color: #553445;
}

.morph-button-modal-4 > button span,
.morph-button-modal-4 .morph-clone {
	padding-left: 10px;
	color: #286f81;
}

.morph-button-modal-4 .morph-clone {
	position: absolute;
	right: 34px;
	bottom: 30px;
	z-index: 100;
	letter-spacing: 1px;
	font-weight: 700;
	-webkit-transition: bottom 0.4s 0.1s, right 0.4s 0.1s;
	transition: bottom 0.4s 0.1s, right 0.4s 0.1s;
}

.morph-button-modal-4.open .morph-clone,
.no-js .morph-button-modal-4 .morph-clone {
	right: 10px;
	bottom: 10px;
}

.morph-button-modal-1::before {
	background: rgba(240,221,204,0.7);
}

.morph-button-modal-2.open .morph-content {
	margin: -210px 0 0 -170px;
	width: 440px;
	height: 420px;
	max-width: 100%;
}

.morph-button-modal-3.open .morph-content {
	margin: -255px 0 0 -210px;
	width: 420px;
	height: 510px;
	max-width: 100%;
}

.morph-button-modal-3.open .morph-content > div {
	height: 420px;
}

.morph-button-modal-2.open .morph-content > div,
.morph-button-modal-3.open .morph-content > div {
 	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}

.morph-button-modal-4.open .morph-content {
	margin: -200px 0 0 -320px;
	width: 640px;
	height: 400px;
}

/* Morph Button Style: In the content flow */
.morph-button-inflow {
	overflow: hidden;
	max-width: 100%;
	height: 70px;
}

.morph-button-inflow > button {
	width: 100%;
	line-height: 70px;
}

.morph-button-inflow .morph-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.morph-button-inflow .morph-content .morph-clone {
	padding: 0;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 70px;
}

/* Colors and sizes for individual in flow buttons */
.morph-button-inflow-1 {
	width: 600px;
	margin: 2em auto;
	-webkit-transition: height 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: height 0.5s cubic-bezier(0.7,0,0.3,1);
}

.morph-button-inflow-1 > button span {
	visibility: hidden;
}

.morph-button-inflow-1 .morph-content .morph-clone {
	color: #f9f6e5;
	background: #e85657;
}

.morph-button-inflow-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	background-color: #fef0e3;
	-webkit-transition: height 0.3s, width 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, width 0.3s, transform 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.morph-button-inflow-2 > button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #e75854;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.morph-button-inflow-2.open > button {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.morph-button-inflow-2 .morph-content {
	width: 260px;
	height: 200px;
}

.morph-button-inflow-2.open {
	width: 260px;
}

/* Morph Button Style: Sidebar */
.morph-button-sidebar,
.morph-button-sidebar .morph-content {
	width: 60px;
	height: 60px;
}

.morph-button-sidebar {
	position: fixed;
	bottom: 50px;
	left: 50px;
}

.morph-button-sidebar > button {
	line-height: 60px;
	font-size: 1.6em;
	padding: 0;
}

.morph-button-sidebar .morph-content {
	background: #e85657;
}

.morph-button-sidebar.open .morph-content {
	top: 0 !important;
	left: 0 !important;
	width: 300px;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

/* Let's add some nice easing for all cases */
.morph-button .morph-content,
.morph-button.open .morph-content,
.morph-button-modal-4 .morph-clone {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/* Helper classes */
.noscroll {
	overflow: hidden;
}

.morph-button-overlay.scroll .morph-content {
	overflow-y: scroll;
}

.morph-button-sidebar.scroll .morph-content {
	overflow: auto;
}

/* No JS fallback: let's hide the button and show the content */
.no-js .morph-button > button {
	display: none;
}

.no-js .morph-button {
	margin: 10px 0;
	float: none;
}

.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .morph-content > div {
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
	visibility: visible;
	top: auto;
	left: auto;
	-webkit-transform: none;
	transform: none;
	pointer-events: auto;
}

.no-js .morph-button .morph-content .icon-close {
	display: none;
}

.no-js .morph-button-sidebar {
	width: 300px;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	background: #e85657;
	overflow: auto;
}

.no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

/* Media Queries */
/*
@media screen and (max-width: 600px) {
	.morph-button-modal.open .morph-content {
		top: 0% !important;
		left: 0% !important;
		margin: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
		transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	}
}

@media screen and (max-width: 400px) {
	.morph-button-fixed,
	.morph-button-fixed .morph-content {
		width: 200px;
		height: 80px;
	}

	.morph-button-fixed > button {
		font-size: 75%;
	}

	.morph-button-sidebar > button {
		font-size: 1.6em;
	}

	.morph-button-inflow .morph-content .morph-clone {
		font-size: 0.9em;
	}

	.morph-button-modal-4,
	.morph-button-modal-4 .morph-content {
		width: 220px;
		height: 120px;
	}

	.morph-button-modal-4 > button {
		font-size: 100%;
		line-height: 50px;
	}

	.morph-button-modal-4 > button span {
		display: block;
	}

	.morph-button-modal-4 .morph-clone {
		right: 83px;
		bottom: 26px;
	}

	.morph-button-sidebar,
	.morph-button-sidebar .morph-content {
		width: 100% !important;
		height: 60px !important;
	}

	.morph-button-sidebar {
		bottom: 0px;
		left: 0px;
	}

	.morph-button-sidebar.open .morph-content {
		height: 100% !important;
	}
}
*/


.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-headline {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 3rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 4rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  background-color: #333;
  content: "";
  height: 90%;
  position: absolute;
  right: 0;
  top: 4px;
  width: 4px;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}




