body {
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
}
#header{
	background-color: #3f8dbf;
	float: left;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,1);
	line-height: 50px;
}
#header a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	font-size: 15px;
}
#header-left{
	float: left;
	height: 50px;
}
#header-left:hover #header-left-icon{
	background-color: #3F8DBF;
}
#header-left:hover #header-left-text{
	background-color: #599BC8;
}
#header-left-icon{
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-icon a {
	font-size: 25px;
}
#header-left-text{
	float: left;
	height: 50px;
		-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-text a {
	padding-left: 20px;
	padding-right: 20px;
}
#header-right{
	float: right;
	height: 50px;
}
#header-right:hover #header-right-icon{
	background-color: #3F8DBF;
}
#header-right:hover #header-right-text{
	background-color: #599BC8;
}
#header-right-icon{
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text{
	float: right;
	height: 50px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text a {
	padding-right: 20px;
	padding-left: 20px;
}
#notifications {
	float: left;
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: relative;
}
#notifications-background {
	float: left;
	width: 100%;
}
#notifications-window {
	height: 400px;
	width: 700px;
	border: 2px solid #FFF;
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -352px;
}
.notifications-window-row {
	float: left;
	width: 100%;
	height: 44px;
	margin-top: 30px;
}
.dropdown {
	height: 40px;
	width: 300px;
	background-color: rgba(63,141,191,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	float: left;
	margin-left: 198px;
	font-size: 16px;
	font-weight: 600;
	outline: none;
	color: rgba(255,255,255,1);
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#notifications-window-row-button{
	width: 304px;
	margin-right: auto;
	margin-left: auto;
	height: 44px;
	background-color: rgba(233,30,99,0.8);
	text-align: center;
	font-size: 18px;
	color: rgba(255,255,255,1);
	font-weight: 600;
	line-height: 44px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#notifications-window-row-button:hover {
	background-color: rgba(233,30,99,1);
	cursor: pointer;
}
#notifications-bottom-right {
    position: fixed;
    width: 480px;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}
#notifications-bottom-right-tab{
	background-color: rgba(255,255,255,1);
	float: left;
	height: 300px;
	width: 480px;
	margin-top: 20px;
	position: relative;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	
}
#notifications-bottom-right-tab-close{
	height: 20px;
	width: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#notifications-bottom-right-tab-close:hover {
	color: rgba(102,102,102,1);
	cursor: pointer;
}
#notifications-bottom-right-tab-avatar{
	float: left;
	height: 130px;
	width: 130px;
	margin-left:20px;
}
#notifications-bottom-right-tab-avatar img{
/*
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-khtml-border-radius: 50% 50% 50% 50%;
*/
	float: left;
	margin-top: 20px;
}
#notifications-bottom-right-tab-right{
	float: left;
	width: 295px;
	margin-left: 20px;
	margin-top: 20px;
}
#notifications-bottom-right-tab-right-title{
	float: left;
	width: 100%;
	color: #252525;
	font-weight:600;
	font-size:22px;
}
#notifications-bottom-right-tab-right-title span{
	color: #e91e63;
}
#notifications-bottom-right-tab-right-text{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #4c4c4c;
	margin-top: 15px;
	line-height: 20px;
}
#notifications-bottom-center{
	position: absolute;
	width: 360px;
	bottom: 90px;
	left: 50%;
	margin-left: -180px;
}
#notifications-bottom-center-tab{
	background-color: rgba(255,255,255,1);
	float: left;
	height: 100px;
	width: 360px;
	margin-top: 20px;
	position: relative;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
#notifications-bottom-center-tab-close{
	height: 20px;
	width: 20px;
	position: absolute;
	top: 40px;
	right: 20px;
	color: #cccccc;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#notifications-bottom-center-tab-close:hover {
	color: rgba(102,102,102,1);
	cursor: pointer;
}
#notifications-bottom-center-tab-avatar{
	float: left;
	height: 100px;
	width: 100px;
}
#notifications-bottom-center-tab-avatar img{
	float: left;
}
#notifications-bottom-center-tab-right{
	float: left;
	width: 210px;
	margin-left: 20px;
	margin-top: 20px;
}
#notifications-bottom-center-tab-right-title{
	float: left;
	width: 100%;
	color: #252525;
	font-weight: 600;
}
#notifications-bottom-center-tab-right-title span{
	color: #e91e63;
}
#notifications-bottom-center-tab-right-text{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #4c4c4c;
	font-style: italic;
	margin-top: 5px;
}
#notifications-top-center {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #404040;
	font-size: 18px;
	font-weight: 600;
}
#notifications-top-center-close {
	background-color: rgba(233,30,99,0.6);
	float: right;
	height: 50px;
	width: 50px;
	font-size: 30px;
	color: rgba(255,255,255,1);
	font-weight: 400;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#notifications-top-center-close:hover {
	cursor: pointer;
	background-color: rgba(233,30,99,1);
}
#notifications-full{
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	height: 300px;
	width: 530px;
	background-color: rgba(255,255,255,1);
	position: fixed;
	margin-top: 10%;
	margin-left: -265px;
	z-index: 2;
	left: 50%;
	top: 10%;
}
#notifications-full-close{
	height: 20px;
	width: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #cccccc;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#notifications-full-close:hover {
	color: rgba(102,102,102,1);
	cursor: pointer;
}
#notifications-full-icon{
	float: left;
	width: 100%;
	font-size: 65px;
	text-align: center;
	height: 65px;
	margin-top: 35px;
	color: #404040;
}
#notifications-full-text{
	width: 430px;
	float: left;
	margin-left: 50px;
	text-align: center;
	margin-top: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #404040;
}
#notifications-bottom-right-tab-btn{
    float: left;
    background: #7b1240;
    color: #fff;
    padding: 4px 8px;
    margin-top: 10px;
    font-weight: 700;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
#notifications-bottom-right-tab-btn a{
    color: #fff;
    font-size: 16px;
}
