/**
 * Add your Custom CSS in here
 */
 
.fa_social a {
	color: #F38D81;
	border: solid 2px #F38D81;
	font-size: 2em;
	padding: 8px 10px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
}

.fa_social a:hover {
	background: #f38d81;
}

.fa_social a i {
	width: 24px;
}

.fa_social a:hover i {
	color: #fff;
}

.footerright .fa_social a {
	color: #fff;
	border-color: #fff;
	font-size: 1.5em;
	padding: 4px 10px;
}

.footerright .fa_social a i {
	width: 18px;
}

.footerright .fa_social a:hover {
	background: #fff;
}

.footerright .fa_social a:hover i {
	color: #333;
}


/* Fancybox */

.fancybox-overlay {
	z-index: 1000000 !important;
}

.fancybox-wrap {
	z-index: 1000001 !important;
}

.fancybox-inner {
	width: 720px !important;
}
.fancybox-skin {
	background: #01abcc !important;
}

.subscribe_modal {
	color: #fff;
}

.subscribe_modal p {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 2.4em;
	text-align: center;
	line-height: 1.1em;
}

.subscribe_modal img {
	
}

.subscribe_modal a {
	color: #fff !important;
	text-decoration: underline;
}

.subscribe_modal #mc_embed_signup {
	background: #f4d8d7;
	padding: 8px 4px 0;
	border-radius: 7px;
	margin-bottom: 40px;
	
}

.subscribe_modal #mc_embed_signup label {
	color: #000;
	font-size: 1.4em;
	width: 35%;
	float: left;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
}

.subscribe_modal #mc_embed_signup input[type="email"] {
	width: 65%;
	float: left;
	border: none;
	text-align: center;
}

.subscribe_modal #mc_embed_signup input#mc-embedded-subscribe {
	float: right;
	margin-right: 25px;
	background: #01abcc;
}

@media screen and (max-width: 800px) {
	.fancybox-inner {
		width: auto !important;
	}
}

@media screen and (max-width: 420px) {
	.subscribe_modal #mc_embed_signup label, .subscribe_modal #mc_embed_signup input[type="email"] {
		width: 100%;
	}
	.subscribe_modal #mc_embed_signup input#mc-embedded-subscribe {
		margin-right: 0;
		width: 96%;
		float: left;
	}
}