/* CSS Document */

html,
body {
	margin: 0px;
	padding: 0px;
}

/**
======================================================

 * FONTS * 
 
======================================================
*/


/* Generated by Font Squirrel (http://www.fontsquirrel.com) */

@font-face {
    font-family: 'BebasRegular';
    src: url('../font/BEBAS___-webfont.eot');
    src: url('../font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/BEBAS___-webfont.woff') format('woff'),
         url('../font/BEBAS___-webfont.ttf') format('truetype'),
         url('../font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CuprumFFURegular';
    src: url('../font/Cuprum-webfont.eot');
    src: url('../font/Cuprum-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Cuprum-webfont.woff') format('woff'),
         url('../font/Cuprum-webfont.ttf') format('truetype'),
         url('../font/Cuprum-webfont.svg#CuprumFFURegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**
======================================================

 * COMMONS * 
 
======================================================
*/

body {
	background: url(../images/bg/bg.png) top left repeat;
	margin: 0px;
	padding: 0px;
	font-family: 'Varela Round';
	color: #333;
}

h1 {
	font-family: 'Varela Round';
	color: #fff;
}

.font_custom {
	font-family: 'Varela Round';
}

a {
	text-decoration: none;
}

p {
	margin: 0;
}

input {
	border: none;
	background: none;
}

textarea {
	resize: none;
	background: none;
}


.main_container {
	width: 970px;
	margin: 0 auto;
}

.cleardiv {
	clear: both;
}

/**
======================================================

 * HEADER * 
 
======================================================
*/

.header_container {
	width: 970px;
	height: 60px;
	margin-top: 14px;
}

/*** month and navigation ***/

.month_container_all {
	float: left;
	width: 450px;
}

.month_container {
	border-radius: 5px;
    float: left;
    height: 46px;
    position: relative;
    width: 342px;
	
}

.month_name {
	width: 342px;
	height: 46px;
	line-height: 52px;
	text-align: center;
	position: absolute;
	font-size: 30px;
}

.month_year {
	/**text-align: right;*/
	padding-right: 6px;
	/**margin-top: 1px;*/
	width: 330px;
	height: 46px;
	line-height: 52px;
	text-align: right;
	position: absolute;
	font-size: 30px;
	
}

.month_nav_container {
	float: left;
}

.mont_nav_button_container {
	float: left;
	margin-top: 4px;
}

.month_nav_button {
	border-radius: 5px;
    display: block;
    float: left;
    height: 26px;
    margin-left: 10px;
    padding: 6px;
    width: 26px;
	
}

.month_nav_button_prev {
	
}

.month_nav_button_prev:hover {
	
}

.month_nav_button_next {
	
	
}

.month_nav_button_next:hover {
	
}

/****** view type *****/
.view_type_container {
	margin-top: 6px;
}

.view_type_button {
	width: 80px;
	height: 20px;
	float: left;
	margin-right: 6px;
}

.view_type_button a {
	width: 80px;
	height: 20px;
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}



/****  filter select  ***/

.select_search_container {
	float: left;
	width: 520px;
}

.select_container_all {
	width: 520px;
	height: 22px;
}

.select_calendar_container {
	float: right;
}

.select_calendar_message {
	float: right;
	margin-right: 10px;
}

.search_container {
	width: 520px;
	height: 30px;
	margin-top: 15px;
}

.search_input {
	float: right;
}

.search_input_button {
	float: right;
}


/**
======================================================

 * CALENDAR * 
 
======================================================
*/

.calendar_container_all {
	width: 970px;
	margin-top: 30px;
}

/*** name days  ***/

.name_days_container {
	width: 970px;
	height: 30px;
	margin: 10px 0;
}

.day_name {
	width: 132px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: 'Varela Round';
	font-size: 16px;
	float: left;
	margin-right: 6px;
}

/*** days ***/

.day_container {
	width: 132px;
	height: 70px;
	float: left;
	margin-right: 6px;
	margin-bottom:6px;
}

.day_container a {	
	width: 132px;
	height: 70px;
	display: block;
	float: left;
	border: 1px dotted #CCCCCC;
}


.day_grey a {
	
}

.day_black a {
	
}

.day_white a {
	
}

.day_black a .day_number,
.day_black a .day_slots,
.day_black a .day_book {
}

.day_number {
	float: left;
	width: 26px;
	margin-left: 6px;
	height: 30px;
	margin-top: 6px;
	line-height: 30px;
	font-size: 24px;
}

.day_book {
	float: left;
	width: 94px;
	height: 30px;
	line-height: 30px;
	margin-left: 6px;
	margin-top: 6px;
	text-align: left;
}

.day_slots {
	width: 126px;
	margin-left: 6px;
	margin-top: 5px;
}



/**
======================================================

 * BOX PREVIEW * 
 
======================================================
*/

.box_preview_container_all {
	background-color: #fff;
	border: 3px dashed #999;
	position: fixed;
	z-index: 100;
	top: 300px;
	padding: 10px;
}

.box_preview_title {
	font-size: 18px;
	color: #333;
}

.box_preview_list_container {
	margin-top: 10px;
}

.box_preview_column {
	float: left;
}

.box_preview_header_list {
	height: 16px;
	border-bottom: 1px dotted #666;
	font-size: 13px;
	color: #999;
}

.box_preview_header_time {
	float: left;
	width: 40px;
	height: 16px;
	line-height: 16px;
}

.box_preview_header_time_am {
	width: 60px;
	float: left;
	height: 16px;
	line-height: 16px;
}

.box_preview_header_name {
	float: left;
	min-width: 188px;
	height: 16px;
	line-height: 16px;
}

.box_preview_header_available {
	float: left;
	width: 62px;
	height: 16px;
	line-height: 16px;
	text-align: right;
}

.box_preview_row_time {
	float: left;
	width: 40px;
	height: 30px;
	line-height: 30px;
}

.box_preview_row_time_am {
	width: 60px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.box_preview_row_name {
	float: left;
	width: 378px;
	height: 30px;
	line-height: 30px;
}

.box_preview_row_available {
	float: left;
	width: 62px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}


.box_preview_row {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	border-bottom: 1px dotted #999;
}


/**
======================================================

 * EVENT LIST * 
 
======================================================
*/

.events_container_all {
	width: 970px;
	margin-top: 30px;
}

.close_booking {
	float: right;
	text-align: right;
	font-size: 16px;
}

.close_booking a {
	color: #666;
}

.close_booking a:hover {
	color: #567BD2;
}

/* event list */

.event_filters_container {
	float: right;
}

.events_container {
	position: relative;
	width: 950px;
	background-color: #fff;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 20px;
}

.preview_event_container {
	width: 950px;
}

.preview_event_leftside {
	width: 100px;
	float: left;
}

.preview_event_rightside {
	float: left;
	width: 820px;
	margin-left: 30px;
}

.preview_event_title {
	width: 820px;
	margin-bottom: 10px;
	font-size: 18px;
}

.preview_event_thumb {
	float: left;
	width: 100px;
	height: 75px;
	text-align:center;
}

.preview_event_information {
	width: 820px;
	height: 34px;
	margin-bottom: 10px;
}

.preview_event_information_box {
	float: left;
	margin-right: 10px;
	background-color: #eee;
	padding: 6px;
	color: #666;
}

.preview_event_text {
	width: 820px;
	margin-bottom: 9px;
}

.preview_event_text p {
	margin:0;
	padding:0;
}

.preview_event_buttons_container {
	width:300px;
	height:30px;
}

.preview_event_button{
	float: left;
	width: 100px;
	height: 30px;
	display: block;
	font-family: 'Varela Round';
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	cursor: pointer;
}

.preview_event_button_buy {
	float: left;
	width: 164px;
	height: 50px;
	display: block;
	font-family: 'Varela Round';
	text-align: right;
	line-height: 55px;
	color: #fff;
	font-size: 20px;
}

.preview_event_button_disabled{
	
}

.readmore_button,
.booknow_small_button {
	
}

.readmore_button:hover {
	
}

.buy_tickets_button {
	
}

.buy_tickets_button:hover {
	
}

.buy_tickets_button_big {
	
}

.buy_tickets_button_big:hover {
	
}

.readmore_button:hover {
	
}

.booknow_small_button:hover {
	
}

.list_event_line_divide {
	width: 950px;
	height: 1px;
	border-bottom: 1px dotted #666;
	margin: 20px 0 20px 0;
}


/**
======================================================

 * SEARCH EVENT LIST * 
 
======================================================
*/

.page_list_button {
	float: left;
	display: block;
	font-family: 'Varela Round';
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 34px;
}

.page_list_nav_button {
	width: 70px;
	height: 30px;
	
}

.page_list_nav_button:hover {
}

.page_list_nav_button_disabled {
	width: 70px;
	height: 30px;
}

.page_list_number_button {
	width: 35px;
	height: 30px;
	margin-right: 10px;
}

.page_list_number_button:hover {
	width: 35px;
	height: 30px;
}


/**
======================================================

 * EVENT * 
 
======================================================
*/

.event_nav_buttons_container {
	width: 970px;
	height: 30px;
	margin-bottom: 10px;
}

.event_buttons_container {
	width: 670px;
	height: 30px;
	margin-bottom: 10px;
}

.back_list_button {
	width: 140px;
}

.back_list_button:hover {
}

.nav_event_button {
}

.nav_event_button:hover {
}

.event_leftside {
	float: left;
	width: 250px;
}

.event_rightside {
	float: left;
	width: 670px;
	margin-left: 30px;
}

.title_share_container {
	float: left;
	width: 800px;
}

.events_title {
	float: left;
	width: 550px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	padding-top: 5px;
	word-spacing: 5px;
}

.events_title_inside {
	font-size: 22px;
	padding-top: 5px;
	word-spacing: 5px;
	margin: 0 0 10px 0;
}

.div_height {
	width: 950px;
	height: 15px;
}

.event_file_container {
	width: 950px;
	margin-top: 30px;
}

.event_left_container {
	float: left;
	width: 250px;
	margin-right: 30px;
}

.event_right_container {
	float: left;
	width: 670px;
}

.event_info_container {
	width: 250px;
	background-color: #EEE;
	margin-bottom: 20px;
	padding: 10px 0;
}

.event_info_box {
	width: 340px;
	margin-bottom: 10px;
}

.event_info_title {
	font-family: 'Varela Round';
	font-size: 16px;
	color: #fff;
	width: 185px;
	padding-left: 10px;
	height: 24px;
	background-color: #333;
	line-height: 28px;
	margin-bottom: 10px;
}

.event_info_row {
	width: 220px;
	margin-left: 10px;
	line-height: 25px;
}

.event_link_container {
	padding:10px 20px;
	margin-bottom:20px;
	width:210px;
}

.event_link {
	float:left;
	margin-right: 10px;
}

.event_link_buy {
	position: absolute;
	right: 0;
}

.book_now_button_container {
	margin-top: 20px;
}

.book_button {
	width: 210px;
	height: 48px;
	line-height: 55px;
	font-family: 'Varela Round';
	font-size: 28px;
}

.book_button:hover {
}

.event_text {
	width: 660px;
	font-size: 17px;
	line-height: 12px;
	color: #333;
}

/***** twitter ***/

.twitter_user_icon {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 22px;
}

.twitter_user_twit {
	float: left;
	width: 580px;
}

.twitter_user_name a {
	font-weight: bold;
	color: #333;
}

.twitter_user_name a:hover {
	color: #666;
}

.twitter_user_text a {
	color: #666;
}

.twit_divide {
	width: 668px;
	height: 1px;
	border-top: 1px dotted #333;
	margin: 10px 0;
}

/*** end twitter **/

.modal {
	width: 300px;
	height: 160px;
	padding: 20px;
	border: #666 3px solid;
	top: 50%;
	margin-top: -90px;
	left: 50%;
	margin-left: -160px;
	position:fixed;
	background-color:#FFF;
	z-index:40;
}

.modal_loading {
	width:100px;
	height:100px;
	top:50%;
	margin-top:-50px;
	left:50%;
	margin-left:-50px;
	position:fixed;
	z-index:40;
}

.modal_sfondo{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:30;
	background-color:#000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);

}

.custom_time_divide {
	width: 220px;
	margin: 5px 0 5px 10px;
	height: 1px;
	border-bottom: 1px dotted #333;
}

.external_link{
	color: #666;
}

.external_link:hover {
	color: #567BD2;
}

.modal_loading_twitter {
	width:70px;
	height:70px;
	top:50%;
	margin-top:-35px;
	left:50%;
	margin-left:-35px;
	position:absolute;
	z-index:40;
}

.modal_loading_flickr {
	width:200px;
	height:150px;
	top:50%;
	margin-top:-75px;
	left:50%;
	margin-left:-100px;
	position:absolute;
	z-index:40;
	text-align:center;
}


/**
======================================================

 * SEARCH * 
 
======================================================
*/


#search_event_label, #search_field {
	height: 28px;
	line-height: 30px;
}

.event_link_nav {
    float: left;
    margin-right: 10px;
}


/**
======================================================

 * USER EVENT * 
 
======================================================
*/

#top_bg_container_all {
	width: 960px;
	margin: auto;
}

#container_all_user {
	width: 938px;
	padding: 10px;
	border: 1px solid #666;
	border-top: none;
	background: #fff;
}

#container_content {
	width: 938px;
}

.back_calendar a {
	float: right;
	font-size: 20px;
	color: #333;
	padding: 10px 0;
	text-decoration: none;
}

.back_calendar a:hover {
	text-decoration: underline;
}

.user_addevent_title_container {
	padding: 10px 5px;
}

.font_big { font-size: 30px; }

.font_medium { font-size: 20px; }

.input_container {
	float: left;
	margin-right: 20px;
}

.trash_button {
	width: 16px;
	height: 16px;
	background: url(../images/trash.png);
	display: block;
	margin-top: 8px;
}

.modal_sfondo{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:30;
	background-color:#000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);

}

.label_title {
	font-size: 20px;
	font-weight: bold;
}

.short_input_box {
	width: 120px;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	border: 1px solid #ccc;
	background-color: #F5F5F5;
	font-size: 13px;
}

.long_input_box {
	width: 90%;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	border: 1px solid #ccc;
	background-color: #F5F5F5;
	font-size: 13px;
}

.custom_time_container {
	margin-top: 10px;
}

.label_subtitle {
	font-size: 14px;
}

.label_subtitle a {
	font-size: 14px;
	color: #333;
}

.bridge_buttons_container {
	width: 100%;
	height: 100px;
}


.modal_loading {
	position:fixed;
	top:50%;
	left:50%;
	z-index:40;
	width:128px;
	height:128px;
	margin-top:-64px;
	margin-left:-64px;
}

#cleardiv {
	clear: both;
}

#erase_row {
	background: url(../images/erase.gif);
	width: 70px;
	height: 20px;
	color: #fff;
	border: none;
	cursor: pointer;
}

#erase_row:hover {
	background: url(../images/erase.gif) top right;
}

#form_container {
	margin-top:50px;
	width: 100%;
}

#input_box {
	margin-top: 10px;
}

#input_box select {
	width: 200px;
}

#input_box textarea {
	width: 90%;
	height: 80px;
	border: 1px solid #CCC;
	background-color:#F5F5F5;
	/*resize: none;*/
	padding: 5px;
}

#rowspace {
	clear: both;
	height:25px;	
}

#rowline {
	height:3px;
	width: 100%;
	border-top: 1px dotted #666;
}

.plusbutton {
	background: url(../images/piu.gif) top left;
	width: 30px;
	height: 30px;
	border: none;
	cursor: pointer;
}

.plusbutton:hover {
	background: url(../images/piu.gif) top right;
	
}

.input_header {
	padding:10px;
	background-color:#666;
	color:#FFF;
	width:900px;
	height:40px;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
}

/**
======================================================

 * ADD EVENT * 
 
======================================================
*/



.user_addevent_button a {
	display: block;
	width: 20%;
	height: 25px;
	padding: 15px 20px 10px;
	text-align: center;
	margin: 30px auto;
}

.cancel_button {
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    margin-left: 10px;
    margin-top: 25px;
    padding-right: 10px;
    text-align: right;
    text-decoration: none;
    width: 150px;
}


#apply_button {
    border: medium none;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    margin-left: 10px;
    margin-top: 25px;
    padding-right: 10px;
    text-align: right;
    text-decoration: none;
    width: 150px;
}

.mceLayout {
	max-width:100%;
}

.save_button_container {
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}

.cancel_button_container {
	float:left;
	margin-bottom:10px;
}

.ok_button {
    background-color:#333;
    color: #fff;
    display: block;
    height: 22px;
    margin: 20px auto;
    text-align: center;
    width: 82px;
}
.booking_button {
    border-radius: 5px;
}

/**
======================================================

 * UNDER 970PX * 
 
======================================================
*/


@media only screen and (max-width: 969px) {

img {
	max-width: 100%;
} 

.main_container {
	width: 100%;
	margin: 0 auto;
}

.div_height {
    width: 100%;
}

/*===============
	HEADER
=================*/



.header_container {
	width: 100%;
}

.month_container_all {
	width: 45%;
}

.month_container {
	width: 68%;
	background: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.month_name {
	width: 100%;
	font-size: 25px;
}

.month_year {
	font-size: 12px;
	margin-top: 30px;
}

.month_nav_container {
    width: 32%;
}

.month_nav_button {
	margin-left: 10%;
}

.select_search_container {
    width: 55%;
}

.select_container_all {
    width: 100%;
}

.select_calendar_message {
    margin-right: 4%;
}

.search_container {
    height: 30px;
    margin-top: 15px;
    width: 100%;
}


/*===============
	BOX PREVIEW
=================*/

.box_preview_container_all {
	padding: 5px;
	
}

.box_preview_title {
	font-size: 15px;
}

.box_preview_header_list {
	font-size: 11px;
}

.box_preview_row {
	font-size: 12px;
}


.box_preview_header_time {
	width: 30px;
	float: left;
	height: 16px;
	line-height: 16px;
}

.box_preview_header_time_am {
	width: 50px;
	float: left;
	height: 16px;
	line-height: 16px;
}

.box_preview_header_name {
	width: 298px;
}

.box_preview_header_available {
	width: 52px;
}

.box_preview_row_time {
	width: 30px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.box_preview_row_time_am {
	width: 50px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.box_preview_row_name {
	width: 298px;
}

.box_preview_row_available {
	width: 62px;
}



/*===============
	CALENDAR
=================*/


.calendar_container_all {
    width: 100%;
}

.name_days_container {
    width: 100%;
}

.day_name {
    margin-right: 1%;
    width: 13%;
	font-size: 15px;
}

.day_container {
    margin-bottom: 1%;
    margin-right: 1%;
    width: 13.3%;
}

.day_container a {
    border: 1px dashed #CCCCCC;
    width: 100%;
}

.day_number {
    margin-left: 5%;
    margin-top: 5%;
    width: 15%;
	font-size: 14px;
}

.day_book {
    margin-left: 2%;
    margin-top: 5%;
    width: 78%;
	line-height: 100%;
	padding-top: 7%;
	font-size: 13px;
}

.day_slots {
    margin-left: 5%;
    margin-top: 5%;
    width: 95%;
	font-size: 14px;
}


/*===============
	LISTA EVENTI
=================*/



.events_container_all {
    width: 100%;
}

.event_nav_buttons_container {
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
}

.events_container {
    margin-bottom: 20px;
    padding: 1%;
    width: 98%;
}

.events_title {
    padding-top: 5px;
    width: 70%;
    word-spacing: 5px;
}

.preview_event_container {
    width: 100%;
}

.preview_event_leftside {
    width: 13%;
}

.preview_event_rightside {
    margin-left: 3%;
    width: 84%;
}

..preview_event_thumb {
    width: 100%;
}

.preview_event_title,
.preview_event_information,
.preview_event_text {
    width: 100%;
}


/*===============
	SEARCH
=================*/



/*===============
	EVENT
=================*/



.title_share_container {
    width: 80%;
}

.event_leftside {
    width: 28%;
}

.event_rightside {
    margin-left: 2%;
    width: 70%;
}

.event_info_container,
.event_info_box,
.event_buttons_container,
.event_text,
.preview_event_buttons_container {
    width: 100%;
}

.event_info_title {
    width: 70%;
}

.event_info_row {
    margin-left: 2%;
    width: 98%;
}

.preview_event_button {
	background-image: none;
}

.readmore_button {
	background-color: #333;
}

.readmore_button:hover {
	background-color: #567BD2;
}

.buy_tickets_button {
    background-color: #669933;
}

.buy_tickets_button:hover {
    background-color: #7BBB3F;
}

.back_list_button {
}

.back_list_button:hover {
}


.event_link {
	width: 15%;
    margin-right: 1.5%;
}

.preview_event_button {
    font-size: 12px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/*===============
	TWITTER
=================*/



.twitter_user_icon {
	width: 9%;
	margin-right: 1%;
}

.twitter_user_twit {
	width: 90%;
}

.twit_divide {
	width: 100%;
}


#top_bg_container_all {
	width: 960px;
	margin: auto;
}

/*===============
	USER EVENT
=================*/

#top_bg_container_all {
	width: 100%;
	margin: auto;
}

#container_all_user {
	width: 98%;
	padding: 1%;
}

#container_content {
	width: 100%;
}

.user_addevent_title_container {
	padding: 1% 2%;
	width: 96%;
}


}

/**
======================================================

 * UNDER 660PX * 
 
======================================================
*/


@media only screen and (max-width: 659px) {


.day_book {
	font-size: 11px;
}

.events_title_inside {
	font-size: 20px;
}

.preview_event_button {
	font-size: 10px;
}

}








