.newsletter_hidden {
	display: none;
}

.newsletter {
	top: 35%;
	margin: 0;
	max-width: 25%;
	position: fixed;
	text-align: center;
	width: 100%;
	bottom: auto;
	z-index: 10;
	right: calc(-25% + 50px);
	transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
}

.subscribe .title .plus_icon img {
	width: 20px;
}

.subscribe-box-top img.close {
	width: 17px;
}

.subscribe .title .plus_icon {
	float: left;
	height: 20px;
}

.subscribe img.close_bar {
	float: right;
	margin-top: 6px;
}

.newsletter .open:hover {
	opacity: 0.4 !important;
}

.newsletter .close:hover {
	opacity: 0.4 !important;
}

.subscribe {
	display: block;
	z-index: 9999;
	cursor: pointer;
	margin: 0px auto;
	background-color: #4ca44d;
	color: rgb(255, 255, 255);
	font-weight: 400;
	margin: 0 8px 0 0;
	vertical-align: middle;
	box-sizing: border-box;
	font-family: arial;
	font-size: 24px;
	position: relative;
	width: 50px;
	font-family: Open Sans, sans-serif;
}

.subscribe-box {
	max-width: 100%;
	position: relative;
	box-shadow: 0 8px 11px 11px rgba(0, 0, 0, 0.2);
	background: #fff none repeat scroll 0 0;
}

.newsletter.toggle_subscribe {
	right: 0;
	transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
}

.subscribe-box .subscribe-box-container {
	margin: 0 auto;
	max-width: 100%;
	overflow: auto;
	padding: 20px 30px;
	padding-left: 80px;
	position: relative;
	text-align: center;
}

.subscribe-box-top p {
	font-size: 16px;
	line-height: 30px;
}

.close_bar img {
	width: 8px;
	margin: 6px;
}

.subscribe-box-top h2 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	font-family: Open Sans, sans-serif;
	text-align: center;
	transform-origin: 90px 92px;
	-webkit-transform-origin: 90px 92px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	width: 180px !important;
}

.subscribe-box-email {
	font-size: 16px;
	width: 100%;
	font-family: Open Sans, sans-serif;
	padding: 12px 0;
	color: #404040;
	border: none;
	border-bottom: 2px solid #dddddd;
}

.subscribe-box-action {
	background: #e2131f;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	padding: 15px 30px;
	text-align: center;
	transition: background-color 0.5s ease 0s;
	border: none;
	width: 100%;
	font-family: Open Sans, sans-serif;

}

.subscribe-box-content>p {
	color: #8e1238;
	font-size: 28px;
	line-height: 28px;
	font-family: Raleway, sans-serif;
}

.subscribe-box-cancel {
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 10px;
	cursor: pointer;
}

.subscribe-box-action {
	cursor: pointer;
}

.title img:hover {
	opacity: 0.8;
}

.subscribe-box-top .close {
	float: right !important;
	font-size: 20px !important;
	font-weight: bold !important;
	line-height: 20px !important;
	color: #000000 !important;
	opacity: 1 !important;
	position: absolute !important;
	bottom: 15px !important;
	right: 15px !important;
	transform: rotate(90deg);
}

.close-x {
	color: #fff;
	cursor: pointer;
	font-size: 42px;
	font-weight: normal;
	left: auto;
	line-height: 0;
	position: absolute;
	right: 11px;
	top: 18px;
	opacity: 1;
}

.close.close-x img {
	width: 85%;
}

.subscribe-box-top {
	background: #e2131f;
	position: absolute;
	height: 100%;
	width: 50px;
	z-index: 9;
	cursor: pointer;
}

button.close_bar {
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	z-index: 99999;
	position: absolute;
	line-height: 14px;
	display: inline-block;
	height: 20px;
	left: 0;
}

.close.close-x>p {
	font-weight: 300;
	font-family: 'GothamNarrow-Book';
}

.subscribe-box-bottom {
	margin-top: 0;
}

.outer-subs .newsletter .subscribe-box.animated.slideInUp {
	animation-duration: 0.4s;
}

.subscribe .title {
	font-size: 15px;
	padding: 10px 10px;
}

.newsletter .togge_sub_box {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	padding: 0;
	bottom: 15px;
	left: 18px;
}

.newsletter .togge_sub_box::before,
.newsletter .togge_sub_box::after {
	content: "";
	position: absolute;
	background-color: white;
	transition: transform 0.25s ease-out;
}

.newsletter .togge_sub_box::before {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
}

.newsletter .togge_sub_box::after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
}

.newsletter.toggle_subscribe .togge_sub_box::after {
	display: none;
}

@media screen and (min-width:1601px) and (max-width: 1840px) {
	.subscribe-box-content>p {
		font-size: 22px;
		line-height: 22px;
	}
}

@media screen and (max-width: 1600px) {
	.subscribe-box-content>p {
		font-size: 20px;
		line-height: 20px;
	}

	.subscribe-box-action {
		padding: 12px 20px;
	}
}

@media screen and (max-width: 1439px) {
	.subscribe-box .subscribe-box-container {
		padding: 20px;
		padding-left: 70px;
	}

	.subscribe-box-content>p {
		font-size: 18px;
		line-height: 18px;
	}

	.subscribe-box-top h2 {
		transform-origin: 90px 92px;
		-webkit-transform-origin: 90px 92px;
	}
}

@media screen and (min-width:1200px) and (max-width: 1299px) {
	.subscribe-box-content>p {
		font-size: 16px;
		line-height: 16px;
	}

	.subscribe-box-action {
		padding: 12px 20px;
	}

	.subscribe-box-top h2 {
		transform-origin: 90px 92px;
		-webkit-transform-origin: 90px 92px;
		width: 170px !important;
	}
}

@media screen and (min-width:992px) and (max-width: 1199px) {
	.subscribe-box .subscribe-box-container {
		padding: 20px 10px;
		padding-left: 60px;
	}

	.subscribe-box-content>p {
		font-size: 18px;
		line-height: 18px;
	}

	.subscribe-box-action {
		padding: 12px 20px;
	}

	.subscribe-box-top h2 {
		transform-origin: 90px 92px;
		-webkit-transform-origin: 90px 92px;
	}

	.newsletter {
		max-width: 32%;
		right: calc(-32% + 50px);
	}
}

@media screen and (min-width:768px) and (max-width: 991px) {
	.newsletter {
		max-width: 50%;
		right: calc(-50% + 50px);
	}

	.subscribe-box-content>p {
		font-size: 20px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.outer-subs {
		position: fixed;
		bottom: 0px;
		width: 100%;
		z-index: 999;
	}

	.newsletter {
		margin: 0 auto;
		right: 0;
		transition: all 0.75s ease;
		-webkit-transition: all 0.75s ease;
		bottom: calc(-272px + 50px);
		max-width: 100%;
		top: auto;
	}

	.subscribe-box-bottom {
		padding-bottom: 2px;
	}

	.subscribe-box-top {
		height: 50px;
		width: 100%;
	}

	.subscribe-box-top h2 {
		padding: 4px 5px;
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		width: 100% !important;
	}

	a.close_bar {
		right: 2px;
		left: auto;
		top: 10px;
	}

	.newsletter .togge_sub_box {
		bottom: 19px;
	}

	.subscribe-box .subscribe-box-container {
		padding: 30px;
		padding-top: 80px;
	}

	.newsletter.toggle_subscribe {
		bottom: 0;
	}

	.newsletter.toggle_subscribe .togge_sub_box::before {
		display: none;
	}

	.newsletter.toggle_subscribe .togge_sub_box::after {
		display: block;
	}

	.subscribe-box-content>p {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 380px) {
	.subscribe-box-content>p {
		font-size: 20px;
	}

	.subscribe {
		font-size: 23px;
	}
}

@-webkit-keyframes slideInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(500px);
		transform: translateY(500px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(500px);
		transform: translateY(500px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.slideInUp1 {
	-webkit-animation-name: slideInUp1;
	animation-name: slideInUp1
}