/*@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');*/
.social_updates{
	/*padding: 70px 0px 0px 0px;*/
	background-size: 100% !important;
	/*background: #fff;*/
	border-radius: 6px;
}
body{
	background: #243341;
}
.logo{
	margin: 5px 0px;
}
.logo h1{
	color: #fff;
    font-family: 'Satisfy', cursive;
}
.main-head {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Quicksand', sans-serif;
}
.main-left {
    padding: 20px 15px;
}
.social_box{
	margin-top: 40px;
	margin-bottom: 20px;
}
.social-head ul{
	padding: 5px 0;
	text-align: center;
}
.footer{
    width: 100%;
    padding: 10px 0 0;
    background: #666;
    bottom: 0;
    display: block;
    margin: 0 auto;
}
.footer p{
	color: #ccc;
}
.left_twitter iframe {
    display: block !important;
    margin: 0 auto!important;
}
.left_instagram iframe{
	border-radius: 6px;
	/*max-height: 400px;*/
}
.left_instagram iframe .wrapper{
	/*max-height: 400px;*/
	overflow-y: scroll;
}
.follow_btn iframe{
	height: 28px !important;
}
.btn-o a.btn, .btn{
	height: 28px !important;
	line-height: 28px !important;
}
.instagram{
	display: inline-block;
    background: #1b95e0;
    height: 28px;
    line-height: 28px;
    padding: 0px 10px;
    min-width: 168px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.instagram:hover{
	background: #0c7abf;
}
.instagram a{
	color: #fff;
	display: block;
}
.instagram a:hover{
	text-decoration: none;
}
.facebook_div{
	width: 100%;
	background: #fff;
	border-radius: 6px;
	max-width: 330px;
	margin-bottom: 50px;
}
.social_frame{
	width: 100%;
	min-height: 403px;
}
.social-head {
	padding:20px 0;
}
.social-head li img {
	max-width: 50px;	
}
#facebook div._2p3a{
	width: 100% !important;
}
.left_instagram iframe{
	min-height: 405px !important;
}
.stic-section img {
	margin-bottom: 30px;	
}
.stick-img {
	position: relative;
	padding: 15px 0;
	margin: 5px auto;
}
.stick-img img {
	max-width: 150px;
	display: block;
}
.stick-img .download {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background:rgba(255, 255, 255, 0.76);
	text-align: center;
	left: 0px;
	right: 0;
	margin: 0 auto;
	display: block;
	z-index: 1;	
	margin-top: -35px;	
	top: 50%;	
	opacity: 0;
	transition: 0.2s ease;
}
.stick-img:hover .download {
	opacity: 1;
	transition: 0.2s ease;
}
.stick-img .download i {
	color: #000;
	font-size: 20px;
	line-height: 40px;
}
.stick-img .download:hover {
	background:#bfbebe;
}
.emo-section video{
	margin-bottom: 30px;
}
.video-section iframe{
	margin-bottom: 30px;
}
blockquote.instagram-media {
	min-width: 100% !important;
	max-width: 100% !important;
}
@media (max-width: 991px){
	.social-head li img {
	    max-width: 40px;
	}
}

@media (max-width: 767px){
	.logo{
		text-align: center;
	}
	body{
		padding-bottom: 60px;
	}
	.social_updates, .social_box{
		text-align: center;
	}
	.facebook_div{
		margin: 0 auto;
	}
	.social-head li img {
	    max-width: 40px;
	}
	.social-head {
	    padding: 20px 0;
	    text-align: center;
	}
	body {
    padding-bottom: 0px;
	}		
}