/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
/*
body {
	overflow:scroll;
-webkit-overflow-scrolling: touch;
}
*/


.lity {
  z-index: 9990;
  position: fixed;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
/*  background: rgba(0, 0, 0, 0.9);*/
	background-color: transparent;
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
	width: 50%;
margin-left: auto;
margin-right: auto;
height: 500px;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
z-index: 9992;
position: relative;
text-align: center;
vertical-align: middle;
display: inline-block;
white-space: normal;
max-width: 60% !important;
max-height: 100%;
outline: none !important;
overflow: scroll !important;
	overflow: hidden !important;
padding: 20px 60px 20px 60px;
width: 60%;
margin-left: auto;
margin-right: auto;
background: rgba(0, 0, 0, .9);
	height: auto;
/*margin-top: -200px;*/
}


/* Smartphones (portrait and landscape) ----------- */


@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	
#newsletter {
top: 10% !important;
max-width: 100% !important;
width: 100% !important;
}
	#mc_embed_signup_scroll h1 {
    line-height: 35px !important;
}
	#dismiss {
	cursor: pointer; cursor: hand;
position: absolute;
float: right;
display: block;
	right: 20px !important;
		top: 40px;
		z-index: 99999;
		
}
	
/**/
}


/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	
#newsletter {
max-width: 85% !important;
width: 85% !important;
}
	
/**/
}








.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
/*
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
*/
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
/*  position: fixed;*/
	position: absolute;
  right: 10;
  top: 10;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
color: #fff !important;
  font-style: normal;
  font-size: 55px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
	top: 0px;
right: 20px;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: #000;
}
.lity-hide {
  display: none;
}
input, button, select, textarea {
    color: #000 !important;
}

#mc_embed_signup_scroll h1 {
font-size: 40px;
padding: 0px !important;
margin: 0px !important;
	line-height: 60px;
	
}
#mc_embed_signup_scroll p {
padding: 0px !important;
line-height: 20px !important;
margin-bottom: 20px;
	text-align: center;
	
}



.mc-form2 {
	width: 100%;
}

#mc_embed_signup_scroll input, #mc_embed_signup_scroll select, #mc_embed_signup_scroll textarea {
border: 0px;
color: #b6b6b6!important;
height: 45px;
width: 257px;
padding: 5px;
text-align: center;
float: left;
	background-color: #fff;
	display: block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-style: italic;
	
}


#mc_embed_signup_scroll input:focus, #mc_embed_signup_scroll textarea:focus {
	font-size: 16px !important;
background-color: #5e075f;
	color: #fff !important;
	font-style: normal;
}







#mc_embed_signup_scroll .button {
	border: 0px;
color: #000;
height: 45px;
width: 52px;
padding: 5px;
text-align: center;
	float: right;
display: block;
/*	float: left;*/
}

#mc-embedded-subscribe {
background: url("../images/submit-arrow.png") center 4px no-repeat !important;
	background-color: #000;
	border: solid 2px #fff !important;
	margin-left: 10px;
		-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#mc-embedded-subscribe:hover {
background: url("../images/submit-arrow.png") center 4px no-repeat !important;
	background-color: #5e075f !important;
	border: solid 2px #fff !important;
	margin-left: 10px;
}

.mc-logo2 {
	margin-top: 40px;
}

.mc-content {
width: 360px;
height: 45px;
text-align: center !important;
padding: 0px !important;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
padding-left: 20px !important;
padding-right: 20px !important;
overflow: hidden;
}

#newsletter hr {
    border-top: solid 2px #fff;
	width: 90%;
}

#mc_embed_signup div.mce_inline_error {
margin: 46px 0 1em 0 !important;
padding: 5px 10px !important;
background-color: #5e075f !important;
z-index: 1;
color: #fff;
width: auto;
position: absolute !important;
font-weight: 100 !important;
text-align: left;
}


#newsletter {
	display: none;
position: fixed;
z-index: 9999;
left: 0;
right: 0;
		top: 25%;
		background: rgba(0, 0, 0, .8);
/*			background: #ccc;*/
	height: auto;
		overflow: visible;
	width: 60%;
		max-width: 60%;
		margin-left: auto;
margin-right: auto;
}

#dismiss {
	cursor: pointer; cursor: hand;
position: absolute;
float: right;
display: block;
	right: -30px;
}

#mce-success-response, #mce-error-response {
    position: absolute;
    top: 165px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    display: block;
    text-align: center;
    padding: 20px;
	background: rgba(94, 7, 95, .8);
	line-height: 20px;
}
.hide {
	display: none !important;
}

