﻿/*
Theme Name: Rainbow 2011
Theme URI: http://rainbowcenter.gr/
Description: The 2011 Rainbow Theme.
Author: Pantso
Version: 1.0
*/
@import url(assets/template.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:800italic,400,800&subset=latin,greek);

#slider {box-shadow: -1px 1px 3px #333333 !important;}

.offerpop {
	font-family: 'Open Sans Extrabold', sans-serif;
	font-weight: 800; 
	background-color: rgba(198,224,159,0.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8000;
}

.offerpop .wrapper {
	width:960px;
	margin:0 auto;
	text-align:center;
}

.offerpop a.logopop {
	display:inline-block;
	margin: 20px 0;
	width:250px;
}

.offerpop a.logopop img {
	width:100%;
	max-width:100%;
	height:auto;
}

.offerpop h1 {
	font-family: 'Open Sans Extrabold Italic', sans-serif;
	color:#fff;
	font-size: 32px;
	text-shadow: 0px 0px 5px #777;
	margin-bottom: 0;
}

.offerpop .boxes {
	display: inline-block;
	width: 835px;
}

.offerpop .boxes .offerbox {
	display: inline-block;
	width: 350px;
	background-color: #fff;
	border-radius: 5px;
	padding: 2%;
	margin: 2%;
	line-height: 160%;
	height: 110px;
	float: left;
}

.offerpop .boxes .offerbox p {
	color:#171717;
	font-size:18px;
	margin: 0.5em 0;
}

.offerpop p.legend {
	color:#fff;
	font-size: 18px;
	text-align:center;
	text-shadow: 0px 0px 5px #777;
	margin-top: 0;
}

.offerpop .closeoffer {
	background-color: #8dc63f;
	padding: 1.5% 2%;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	text-decoration:none;
}

.offerpop .closeoffer:hover {
	background-color:#5c8525;
	text-decoration:none;
}