#admin_panel_button_a {
	height: 20px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 20px;
	z-index: 400;
}

#empty_data_div {
	font-size: 20px;
	padding: 120px 0 160px;
	text-align: center;
}

footer #middle_div {
	border-top: 2px solid #1a1d28;
}

footer #copyright_div {
	font-size: 13px;
}

footer #created_by_div {
	font-size: 13px;
}

footer #facebook_icon_a {
	color: #2069B8;
	font-size: 30px;
	margin-right: 5px;
	transition: color 0.2s ease-in-out;
}

footer #facebook_icon_a:hover {
	color: #4493E1;
	text-decoration: none;
}

footer #twitter_icon_a {
	color: #2069B8;
	font-size: 30px;
	transition: color 0.2s ease-in-out;
}

footer #twitter_icon_a:hover {
	color: #4493E1;
	text-decoration: none;
}

header a#logo {
	display: block;
	position: relative;
}

header a#logo img {
    transition: width 0.2s ease-in-out;
}

#old_browsers_stop_bg_div {
	background-color: #eee;
	color: #333;
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 30px;
	padding-top: 150px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 305;
}

#preloader_bg_div {
	background: rgba(0, 0, 0, 1) url(/images/preloader.gif) center no-repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}

/* Under Construction Start */

#see_on_desktop {
	background-color: #1a1d28;
	color: #fff;
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 30px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99999999;
}

#const_content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#const_logo {
	width: 260px;
	margin: auto;
}

#const_content h2 {
	color: #fff;
	margin-top: 60px;
}

#const_content p {
	margin: 60px 30px;
}

#const_content p a {
	color: #fff;
	text-decoration: none;
	margin: 0 20px;
}

/* Under Construction End */

#show_hide_bg_for_content_div {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 25;
}

#footer_first_div{
	background: #212d43;
	position: relative;
	width:100%;
	overflow: hidden;
	color:#FFF;
}

#footer_second_div{
	background: #1a1d28;
	position: relative;
	width:100%;
	overflow: hidden;
	color: #FFF;
}

#footer_second_div a, #footer_first_div a{
	color: #FFF;
	text-decoration: underline;
}

#footer_second_div a:hover, #footer_first_div a:hover{
	color: #FFF;
	text-decoration: none;
}

#content_main{
    position: relative;
}
#weather_temp_div{
	margin-right: 5px;
}
/*#fixed_div {
	position: relative;
	width: 100%;
}*/

#feedback_div {
	position: fixed;
	display: none;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

#show_feedback {
	position: fixed;
	right: 30px;
	top: calc(50% - 100px);
	transform: rotate(-90deg) translateY(-50%);
    transform-origin: 100% 0;
	width: 200px;
	height: 60px;
	line-height: 65px;
	text-align: center;
	background: #4877cd;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	z-index: 100;
	font-family: Caviar Dreams Bold, BPG Banner Caps, Arial !important;
	font-size: 18px !important;
}

#show_feedback:hover {
	background: #6496f1;
}

#close_feedback {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #cccccc;
	background: #1a1d28;
	color: #fff;
	line-height: 32px;
	text-align: center;
	font-size: 10px;
	cursor: pointer;
    float: right;
    position: relative;
    top: -15px;
    left: -15px;
    z-index: 99;
}

#close_feedback:hover {
	background: #3b425d;
}

/* MailChimp */

/*#mc_embed_signup {
	background:#e3e4eb;
	padding: 20px 0;
}

#mc_embed_signup_scroll {
	text-align: center;
}*/

#mc_embed_signup_scroll label h3 {
	margin: 0 0 20px 0;
}

#mce-EMAIL {
	width:70%;
	float: left;
	border: none;
	/*width: 300px;
	/*margin: 0 15px;*/
	margin: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
}

#mc_embed_signup_scroll label {
	line-height: 40px;
	/*margin: 0 0 0 20px;*/
	width: 100%;
	display: block;
	margin: 0;
}

#mc-embedded-subscribe {
	background: #4877cd;
	border: none;
	color: #fff;
	width: 30%;
	/*width: 180px;*/
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	margin: 0;
}

#mc-embedded-subscribe:hover {
	background: #6496f1;
}

/* MailChimp */
