@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body
{
	font-weight:300;
	font-family:'Open Sans',sans-serif;
	background-position:center;
}
.body_class{
	background-image:url(../images/bgbb.jpg);
	
	
}
a {
	color:#333;
}
.col-centered {
	float:none;
	margin:0 auto;
}
.main_content {
	padding:0px 0px 30px 0px;
}
.logo {
	width:400px;
	height:200px;
	margin:10px auto 10px auto;
	text-align:center;
}
.logo a img
{
	width:400px;


}
.heading {
	font-family:'Open Sans',sans-serif;
	font-weight:300;
	color:#8e8e93;
	font-size:24px;
	text-align:center;
	padding-bottom:15px;
	border-bottom:solid 1px #dfdfdf;
}
.time_text,sub_text {
	float:left;
	display:block;
	width:100%;
}
.countdown-area {
	margin:10px auto;
	float:none;
	padding:30px 0px 50px 0px;
	border-bottom:solid 1px #dfdfdf;
}
.countdown-list li {
	width:24.333%;
	text-align:center;
}
.time_text {
	font-size:110px;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
}
.sub_text {
	font-size:16px;
}
.bottom_menu {
	margin:0 auto;
	padding:10px;
	width:700px;
	text-align:center;
}
.bottom_menu li {
	display:inline-block;
    position: relative;
	padding:0px 26px;
}
.modal-dialog {
	width:800px;
}
.modal-content {
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	padding:30px;
	box-shadow:none;
}
.modal-header {
	border-bottom:none;
}
p {
	font-size:14px;
	color:#949393;
	line-height:24px;
}
.subscribe {
	margin:0px 140px;
}
.subscribe_txt {
	background-color:#ebeaea;
	border-radius:none;
	border:none;
	height:47px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-bottomleft:20px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	padding-left:70px;
	width:454px;
	float:left;
}
.subscribe_b {
	line-height:7px;
	float:left;
	height:47px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomright:20px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	background-color:#1266CA;
	width:190px;
	color:#FFFFFF;
	padding:20px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	border:none;
}
.subscribe_b:hover,.subscribe_b:active,.subscribe_b:focus {
	color:#fff;
	text-decoration:none;
	background-color:#22A1F8;
}
.modal-head {
	font-size:24px;
}
.cont_text {
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	float:left;
	background-color:#ebeaea;
	border:none;
	height:57px;
	width:100%;
	padding-left:30px;
	margin-bottom:15px;
}
.cont_textarea {
	height:130px;
	padding-top:20px;
}
.submit {
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background-color:#39F;
	width:120px;
	color:#FFFFFF;
	padding:10px;
	font-size:18px;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	border:none;
	float:right;
}
.submit:hover,.submit:active,.submit:focus {
	color:#fff;
	text-decoration:none;
	background-color:#36C;
}
.instagram > div {
	float:left;
	padding:6px;
}
#example1 ul
{
	margin:0;
	padding:0;
}
.tweet
{
	margin:5px 0px;
}
#example1 ul li
{
	list-style:none;
	margin-bottom:30px;
	border-bottom:solid 1px #dedede;
	float:left;
	width:100%;
}
.timePosted
{
	position:relative;
	float:right;
	font-size:13px;
}
.user a
{
	margin:0px 5px;
	font-weight:bold;
}
.interact
{
	text-align:right;
	position:relative;
	float:right;
	font-size:13px;
}
.interact a
{
	margin:0px 5px;
}

@media (min-width:1200px) {
	.time_text {
		font-size:100px;
	}
	.sub_text {
		font-size:16px;
	}
	.instagram > div img
	{
		width:100%;
	}
	.instagram > div {
		width:23.33%;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.time_text {
		font-size:90px;
	}
	.sub_text {
		font-size:16px;
	}
	.instagram > div img
	{
		width:100%;
	}
	.instagram > div {
		width:23.33%;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.time_text {
		font-size:80px;
	}
	.sub_text {
		font-size:16px;
	}
	.modal-dialog {
		width:95%;
	}
	.subscribe_txt {
		width:430px;
	}
	.subscribe_b {
		width:160px;
	}
	.instagram > div img
	{
		width:100%;
	}
	.instagram > div {
		width:33.33%;
	}
}
@media (max-width:767px) {
	.main_content {
		padding:0px 0px;
	}
	.time_text {
		font-size:90px;
	}
	.sub_text {
		font-size:16px;
	}
	.countdown-list li {
		width:49.333%;
	}
	.bottom_menu {
		width:100%;
	}
	.bottom_menu li {
		width:49%;
		text-align:center;
		padding:5px 0px;
	}
	.modal-dialog {
		width:95%;
	}
	.subscribe_txt,.subscribe_b {
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		margin-bottom:10px;
		height:47px;
	}
	.subscribe_txt {
		width:100%;
	}
	.subscribe_b {
		padding-top:10px;
		width:190px;
	}
	.instagram
	{
		position:relative;
	}
	.instagram > div img
	{
		width:100%;
	}
	.instagram > div {
		width:50%;
	}
}
@media screen and (max-width:400px) {
	.logo {
		width:100%;
		height:auto;
	}
	.main_content {
		padding:0px 0px;
	}
	.countdown-area {
		padding:0px;
	}
	.time_text {
		font-size:80px;
	}
	.sub_text {
		font-size:16px;
	}
	.countdown-list li {
		width:99.333%;
		padding:20px 0px;
	}
	.bottom_menu {
		width:100%;
	}
	.bottom_menu li {
		width:99%;
		text-align:center;
		padding:5px 0px;
	}
	.modal-dialog {
		width:95%;
	}
	.subscribe_txt,.subscribe_b {
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		width:100%;
		margin-bottom:10px;
		height:47px;
	}
	.subscribe_b {
		padding-top:10px;
	}
	.submit,.cont_text {
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		height:47px;
		padding-left:10px;
	}
	.cont_textarea {
		padding-top:10px;
		height: 130px;
	}
	.instagram > div {
		width:100%;
	}
	.instagram > div img
	{
		width:100%;
	}
	
}