.at_noti_wrapper {
	display:none;
	overflow:hidden;
	position:relative;
}

.at_noti_wrapper .at_noti_container {
	margin:0 auto;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	padding:0px 0px;
	position:relative;
}

.at_noti_wrapper .at_noti_container h3 {
	font-weight:700;
	text-transform:uppercase;
	font-size:26px;
	margin-bottom:15px;
}

.at_noti_wrapper .at_noti_container p {
	font-size: 14px;
	line-height: 1.65em;
	font-weight:300;
}
.at_noti_wrapper .at_noti_container .at_noti_widget p {
	width:auto!important;
}

.at_noti_wrapper .at_noti_close {
	position: absolute;
	right: 10px;
	top: 5px;
	opacity:0.9;
	font-size: 20px;
	cursor:pointer;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	z-index:1400;
	font-weight:300;
}
.at_noti_wrapper .at_noti_container .at_noti_close:hover {
	opacity:1;
}

#at-noti-screen-top-container {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index: 1000;
}
body.admin-bar #at-noti-screen-top-container {
	top:28px;
}

#at-noti-screen-bottom-container {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	z-index: 1000;
}

.at_big_icon {
	width:auto;
	display:inline-block;
	font-size:100px;
	margin-right:30px;
	max-width:20%;
}
.at_text {
	display:inline-block;
	width:100%;
}
.at_btn {
	width: auto;
	max-width: 20%;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -1%;
}
.at_btn a {
	background: #fff;
	color: #c95a5d;
	text-decoration: none;
	padding: 15px 21px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: 800;
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.at_text.max80 { max-width:80%; }
.at_text.max70 { max-width:70%; }
.at_text.max60 { max-width:60%; }

.at_noti_layer {
	position:absolute;
}
.at_noti_button {
	padding:0px;
	text-decoration:none;
}

.at_noti_widget_social {
	list-style:none;
	padding:0px;
	margin:0px;
}
.at_noti_widget_social li {
	display:inline-block;
	margin-right:10px;
}
.at_noti_widget_social a {
	text-decoration:none;
	color:#000;
	opacity:0.6;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.at_noti_widget_social a:hover {
	opacity:1;
	color:#000;
}
.at_noti_widget_social.light a {
	color:#fff;
}
.at_noti_widget_social.light a:hover {
	color:#fff;
}
.at_noti_widget_social.right {
	text-align:right;
}
.at_noti_widget_social.right li {
	margin-right:0px;
	margin-left:10px;
}


/* Font awesome + bootstrap fix */
.at_noti_container [class^="icon-"], .at_noti_container [class*=" icon-"]{ 
	background:none!important;
	width:auto!important;
	height:auto!important;
}
.at_noti_container .btn [class^="icon-"], .at_noti_container .btn [class*=" icon-"] { line-height: 1.3em; }

.at_noti_reopen {
	width:45px;
	height:41px;
	position:absolute;
	top:-50px;
	right:10px;
	margin-top:-7px;
	cursor:pointer;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.at_noti_reopen:hover {
	margin-top:0px;
}