/* geral */

html, body
{
    height: 100%;
    width: 100%;
}	

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

body *
{
	font-family: proxima-nova-alt, Arial, sans-serif;
    font-size: 14px;
	color: #666666;
}

ul
{
	margin-top: 5px;
	margin-left: 30px;
}

img
{ 
	border: 0px;
}

td
{ 
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

textarea
{
	resize: none;
	overflow: auto;
}

*:focus
{
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
form
{
    padding: 0;
    margin: 0;
}

textarea
{
	resize: none;
}

/* links (a ordem deve ser sempre link ; visited ; hover ; active) */

a:link,
a:visited
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #009fda;
	text-decoration: none;
	outline: none;
}

a:hover
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1a1a1a;
	text-decoration: none;
	outline: none;
}

a:active
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #009fda;
	text-decoration: none;
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}

/* site */

.hand
{
    cursor: pointer;
    cursor: hand;
}

.pointer
{
    cursor: default;
}


.fclear
{
    float: none;
    clear: both;
}

.aleft
{
    text-align: left;
}

.aright
{
    text-align: right;
}

.acenter
{
    text-align: center;
}

.atop
{
	vertical-align: top;
}

.abottom
{
	vertical-align: bottom;
}

.underline
{
    text-decoration: underline !important;
}

.no_underline
{
    text-decoration: none !important;
}

.uppercase
{
	text-transform: uppercase;
}

.lowercase
{
	text-transform: lowercase;
}


.spacer1
{
    padding-top:1px;
    padding-left:1px;
}

.spacer2
{
    padding-top:2px;
    padding-left:2px;
}

.spacer5
{
    padding-top:5px;
    padding-left:5px;
}

.spacer10
{
    padding-top:10px;
    padding-left:10px;
}

.spacer15
{
    padding-top:15px;
    padding-left:15px;
}

.spacer20
{
    padding-top:20px;
    padding-left:20px;
}

.spacer35
{
    padding-top:35px;
    padding-left:35px;
}
.spacer30
{
    padding-top:30px;
    padding-left:30px;
}

.spacer40
{
    padding-top:40px;
    padding-left:40px;
}

.spacer50
{
    padding-top:50px;
    padding-left:50px;
}

.padding5
{
	padding: 5px;
}

.padding10
{
	padding: 10px;
}

.padding15
{
	padding: 15px;
}

.padding20
{
	padding: 20px;
}

/* colors and backgrounds */

/* colorN texts */
/* color_bgN backgrounds */
/* color_hvN hover */
/* color1, color_bg1, color_hv1  = white */
.color1
{
    color: #ffffff !important;
}

.color_bg1
{
    background-color: #ffffff !important;
}

.color_hv1:hover
{
    color: #ffffff !important;
}

/* color2, color_bg2, color_hv2  = black */
.color2
{
    color: #000000 
}

.color_bg2
{
    background-color: #000000 !important;
}

.color_hv2:hover
{
    color: #000000 !important;
}

/* color3, color_bg3, color_hv3  = blue */
.color3
{
    color: #009fda !important;
}

.color_bg3
{
    background-color: #009fda !important;
}

.color_hv3:hover
{
    color: #009fda !important;
}

/* color4, color_bg4, color_hv4  = light grey */
.color4
{
    color: #f4f4f4 !important;
}

.color_bg4
{
    background-color: #f4f4f4 !important;
}

.color_hv4:hover
{
    color: #f4f4f4 !important;
}

/* color5, color_bg5, color_hv4  = dark grey */
.color5
{
    color: #333333 !important;
}

.color_bg5
{
    background-color: #333333 !important;
}

.color_hv5:hover
{
    color: #009fda !important;
}

/* color6, color_bg6, color_hv6  = grey */
.color6
{
    color: #999999 !important;
}

.color_bg6
{
    background-color: #999999 !important;
}

.color_hv6:hover
{
    color: #999999 !important;
}

/* color7, color_bg7, color_hv7  = light blue */
.color7
{
    color: #a7d6e6 !important;
}

.color_bg7
{
    background-color: #a7d6e6 !important;
}

.color_hv7:hover
{
    color: #a7d6e6 !important;
}

/* color8, color_bg8, color_hv8  = more light blue */
.color8
{
    color: #dcedf3 !important;
}

.color_bg8
{
    background-color: #dcedf3 !important;
}

.color_hv8:hover
{
    color: #dcedf3 !important;
}

/* color9, color_bg9, color_hv9  = almost black */
.color9
{
    color: #1a1a1a !important;
}

.color_bg9
{
    background-color: #1a1a1a !important;
}

.color_hv9:hover
{
    color: #1a1a1a !important;
}

/* color10, color_bg10, color_hv10  = default grey */
.color10
{
    color: #666666 !important;
}

.color_bg10
{
    background-color: #666666 !important;
}

.color_hv10:hover
{
    color: #666666 !important;
}

/* color11, color_bg11, color_hv11  = input grey */
.color11
{
    color: #eeeeee !important;
}

.color_bg11
{
    background-color: #eeeeee !important;
}

.color_hv11:hover
{
    color: #eeeeee !important;
}

/* color12, color_bg12, color_hv12  = light grey 2*/
.color12
{
    color: #dddddd !important;
}

.color_bg12
{
    background-color: #dddddd !important;
}

.color_hv12:hover
{
    color: #dddddd !important;
}

/*
ul
{
	list-style-position: inside;
	padding-left: 10px;
}
*/

/* links (a ordem deve ser sempre link ; visited ; hover ; active) */
a:link,
a:visited,
a:hover,
a:active
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	text-decoration: none;
	outline: none;
}

.pull-right
{
	float: right;
}

.pull-left
{
	float: left;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

.invisible
{
	visibility: hidden;
}

.affix
{
	position: fixed;
}


.clearfix
{
	*zoom: 1;
}

.clearfix:before,
.clearfix:after
{
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after
{
	clear: both;
}


/* caminho páginas */

.caminhoC0,
.caminhoC0:link,
.caminhoC0:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.caminhoC0:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

.caminhoC0:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.caminhoC1,
.caminhoC1:link,
.caminhoC1:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC1:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.caminhoC1:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC2,
.caminhoC2:link,
.caminhoC2:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC2:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.caminhoC2:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC3,
.caminhoC3:link,
.caminhoC3:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC3:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
} 

.caminhoC3:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC4,
.caminhoC4:link,
.caminhoC4:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.caminhoC4:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
} 

.caminhoC4:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.separador
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

/* paginacao */

.pageNum:link,
.pageNum:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}

.pageNum:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.pageNum:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}

.pageNumSel:link,
.pageNumSel:visited,
.pageNumSel:hover,
.pageNumSel:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

.btnPrev,
.btnPrev:link,
.btnPrev:visited,
.btnPrev:hover,
.btnPrev:active
{ 
	display: block;
	float: left;
	background: transparent;
	border: 0px;
}

.btnNext,
.btnNext:link,
.btnNext:visited,
.btnNext:hover,
.btnNext:active
{ 
	display: block;
	float: left;
	background: transparent;
	border: 0px;
}


/* layout css */

.header-block
{
    text-align: center;
    margin:0 auto;
    padding: 0px;
    display: block;
}

.header-block
{
	z-index: 200;	
    width: 960px;	
	height: 105px;
}

.main-logo-img
{
    display: inline-block;
	padding-top: 25px;
    float: left;
}

.main-languages
{
	position: relative;
	z-index: 300;
    display: inline-block;
    float: left;
    height: 32px;
}

.main-socialnet
{
	position: relative;
	z-index: 300;
    display: inline-block;
    float: left;
    height: 32px;
	border-left: 1px solid #fff;
}

.main-user-login
{
	position: relative;
    display: inline-block;
    float: left;
    height: 32px;
	margin: 0 0 0 15px;
	z-index: 200;
}

#user-login-infos-contents
{
	position: absolute;
	right: 0;
	top: 25px;
}

.main-user-login-menu-top
{
    background-image: url("../images/arrows_menu_login_top.png");
    background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
	height: 25px;
	display: block;
	width: 100%;
	padding: 0;
}




.main-user-login-menu-block
{
	width: 280px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	background-color: #ffffff;
}

.user-forms
{
	padding: 5px;
}

.user-forms input
{
	border: 0 none transparent;
	width: 100%;
}


.user-forms input[type="text"], .user-forms input[type="password"], .user-forms_input
{
	background-color: #eeeeee;
	color: #666666;
}

.user-forms input[type="submit"], .user-forms_button
{
	background-color: #009fda;
	color: #ffffff;
}

.user-forms input[type="checkbox"], .user-forms_checkbox
{
	text-align: left;
	width: auto;
}

.user-login-reset-pwd
{
	text-align: left;
}

.user-login-new-user
{
	text-align: center;
}

.user-forms a, .user-forms_button a
{
	background-color: #009fda;
	color: #ffffff;
}


/* ini menu */

.menu-top-block, .menu-top-block-items
{
	position: relative;
    text-align: center;
    margin:0 auto;
    padding: 0px;
    display: block;
	z-index: 1;
}

.menu-separator
{
    background-image: url("../images/separador_menu_principal.png");
    background-repeat: repeat-x;
    height: 5px;
    width: 100%;
}

.menu-top-block
{
    width: 100%;
    background-repeat: repeat-x;	
	height: 46px;
	/*overflow: hidden;*/
}


.menu-top-block-items
{	
	display: inline-block;
    width: 960px;	
	height: 46px;
	/*overflow: hidden;*/
}

.menu-top-block-item:first-child
{
	padding-left: 0;
}

.menu-top-block-item
{
	display: inline-block;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 16px;
	height: 30px;
	font-size: 13px;
}



.menu-top-block-sub-items
{
	position: absolute;
	width: 100%;
	left: 0;
	top: -1000px;
	font-size: 13px;
	z-index: 300;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;		
}

.menu-top-block-sub-item
{
	position: absolute;
	padding-left: 20px;
	font-size: 13px;
	text-align: left;
}

.menu-top-block-trip
{
	z-index: 1;
	display: inline-block;
    background-image: url("../images/menu_top_trip_background.png");
    background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 15px;
	height: 23px;
	font-size: 13px;
	line-height: 22px;
}

.menu-top-block-trip-count
{
    background: none repeat scroll 0 0 transparent;
    border: 0 solid transparent;
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    width: 20px;	
}

.main-header-menus
{
    display: inline-block;
    float: right;
}

.menu-item-block
{
	margin: 15px 0px 15px 0px;
}


/* end menu */

.social-network-item-icon,
.language-item-icon,
.login-item-icon
{
	border-top: 1px solid #fff;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;

}

.social-network-item-icon,
.language-item-icon
{
	width: 32px;
}

.login-item-icon
{
	width: auto;
	padding-left: 37px;
	padding-right: 10px;
	
	background-position: center left;
	background-image: url("../images/user_icon.png");
}

.language-item-icon,
.language-item-icon *,
.login-item-icon,
.login-item-icon *
{
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	text-decoration: none;
	text-transform: uppercase;
}


.social-network-item-icon:hover,
.social-network-item-icon a:hover,
.language-item-icon:hover,
.language-item-icon a:hover,
.login-item-icon:hover,
.login-item-icon a:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;	
}

.login-item-icon a
{
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url("../images/arrow_down.png");
}

/* mensagens */

.msgBoxYellow
{
	width: 100%;
	height: auto;
	position: relative;
	background: #FFEB9A;
	border: 0px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.2;
}

.msgCSEYellow
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/msg_yellow_top_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCSDYellow
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/msg_yellow_top_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIEYellow
{
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/msg_yellow_bottom_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIDYellow
{
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/msg_yellow_bottom_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgIconYellow
{
	background: url(../images/msg_yellow_icon.png) center center no-repeat transparent;
	margin: 30px;
	padding: 0px;
}

.msgTextYellow
{
	background: transparent;
	color: #333333;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 20px 15px 20px 15px;
	line-height: 1.2;
	vertical-align: middle;
}

.msgBoxGreen
{
	width: 100%;
	height: auto;
	position: relative;
	background: #DDECB3;
	border: 0px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	text-align: left;
	line-height: 1.2;
}

.msgCSEGreen
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/msg_green_top_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCSDGreen
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/msg_green_top_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIEGreen
{
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/msg_green_bottom_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIDGreen
{
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/msg_green_bottom_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgIconGreen
{
	background: url(../images/msg_green_icon.gif) center center no-repeat transparent;
	margin: 0px;
	padding: 0px;
}

.msgTextGreen
{
	background: transparent;
	color: #4F601A;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.2;
}

.msgBoxRed
{
	width: 100%;
	height: auto;
	position: relative;
	background: #F4D0D0;
	border: 0px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	text-align: left;
	line-height: 1.2;
}

.msgCSERed
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/msg_red_top_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCSDRed
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/msg_red_top_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIERed
{
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/msg_red_bottom_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIDRed
{
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/msg_red_bottom_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgIconRed
{
	background: url(../images/msg_red_icon.gif) center center no-repeat transparent;
	margin: 0px;
	padding: 0px;
}

.msgTextRed
{
	background: transparent;
	color: #711B1C;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.2;
}



/* ini places (home and offers) */

.common-places-line-block
{
	height: 30px;
	padding: 16px;
}

.common-places-line-block input[type="text"]
{
	height: 30px;
	width: 365px;
	border: 0px;
}

.common-places-line-block input[type="submit"]
{
	height: 30px;
	border: 0px;
}

.common-places-show-categories, .common-places-show-cities, .common-places-show-orderby
{
	position: relative;
}

.common-places-categories, .common-places-cities, .common-places-orderby
{
	position: absolute;
	width: 150px;
	top: 0;
	left: 0;
	z-index: 800;
	min-height: 250px;
	background-image: url("../images/pix.gif"); /* IE (9 included needs this...)*/
}


.common-places-menu-top
{
    background-image: url("../images/arrows_menu_top.png");
    background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
	height: 25px;
	display: block;
	width: 100%;
	padding: 0;
}




.common-places-menu-block, .common-places-submenu-block
{
	width: 138px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background-color: #ffffff;
}

.common-places-menu-block
{
	display: block;
}

.common-places-submenu-items-back
{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}


.common-places-menu-items-block, .common-places-submenu-items, .common-places-menu-location-items, .common-places-menu-orderby-items
{
	background-color: #ffffff;
	display: inline-block;
	padding: 7px;
	width: 124px;
	text-align: left;
}

.common-places-menu-items-block:hover , .common-places-submenu-items:hover, .common-places-menu-location-items:hover, .common-places-menu-orderby-items:hover
{
	background-color: #009fda;
	display: inline-block;
	padding: 7px;
	width: 124px;
}


.common-places-menu-items-block *, .common-places-submenu-items, .common-places-menu-location-items, .common-places-menu-orderby-items
{
	color: #009fda;
}

.common-places-menu-items-block:hover * , .common-places-submenu-items:hover, .common-places-menu-location-items:hover, .common-places-menu-orderby-items:hover
{
	color: #ffffff;
}


.common-places-map-block
{
	border: 2px solid #ccc;
	width: 464px;
	height: 280px;
	display: block;
	overflow: hidden;
}


.common-places-links-block
{
	width: 492px;
	height: 285px;
	display: block;
	overflow: hidden;
}

.common-places-links-item
{
	width: 142px;
	height: 130px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.common-places-links-item-square
{
	width: 144px;
	height: 130px;
	border: 2px solid #ccc;
	text-align: center;
}

.common-places-links-item-square-padding
{
	padding: 15px 5px 15px 5px;
}


.interior-my_events-add
{
	position: relative;
	background-image: url("../images/set_my_events.png");
    background-repeat: no-repeat;
	background-color: transparent;
	background-position: top center;
	text-align: center;
	height: 75px;
	display: block;
	width: 100%;
	padding: 0;
}

.interior-my_events-add a
{
	display: inline-block;
	padding-top: 30px;
	padding-left: 30px;
	width: 200px;
	height: 45px
}

.interior-my_events-add-sn
{
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 23px;
}



.icon-offers-socialnet
{
	width: 30px;
	height:30px;
}

.offers-sp-img-map
{
	display: inline-block;
	float: left;
	width: 15px;
	min-height: 20px;
}

.offers-social-net-block
{
	display: inline-block;
	min-height: 32px;
	height: 32px;
}

.offers-social-net-block-item
{
	width: 32px;
	height: 32px;
	display: inline-block;
	float: left;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#item-offers-slider-pager
{
	z-index: 2;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 470px;
	height: 16px;
}

#item-offers-slider-pager .bx-pager-item {
	float: left;
	width: 30px;
}

#item-offers-slider-pager .bx-pager {
	width: 100%;
	text-align: center;
}

#item-offers-slider-pager .bx-pager-item
{
    display: block;
	width: 30px;
    height: 16px;
	margin-right: 1px;
    text-indent: -9999px;
}

#item-offers-slider-pager .bx-pager-link
{
    display: block;
	width: 30px;
    height: 16px;
    margin-right: 10px;
    text-indent: -9999px;
    background: none repeat scroll 0 0 #009fda;
}

#item-offers-slider-pager .bx-pager-item .active {
	background: none repeat scroll 0 0 #ffffff;
}

.offers-cols-info-block
{
	display: inline-block;
	float: left;
	width: 310px;
	min-height: 20px;
	margin-bottom: 15px;
}

.offers-half-col-info-block
{
	display: inline-block; 
	float: left;
	width: 155px;
}

.offers-title-cols-info-block
{
	display: block; 
	border-bottom: 1px solid #009fda;
	padding-bottom: 15px;
}

.offers-sp-cols-info-block
{
	display: inline-block;
	float: left;
	width: 15px;
	min-height: 150px;
}

.offers-contacts-block
{
	display: inline-block;
	width: 310px;
	margin-bottom: 15px;
}

a.link-offers-contacts,
a.link-offers-contacts:link,
a.link-offers-contacts:visited,
a.link-offers-contacts:active
{
	color: #666666;
	font-size: 14px;
}
a.link-offers-contacts:hover
{
	color: #009fda;
}

.offers-lang-col
{
	display: inline-block; 
	float: left;
	width: 148px;
	min-height: 15px;
	margin-right: 14px;
	margin-bottom: 15px;
}

.offers-lang-col-frame
{
	display: inline-block;
	width: 325px;
}

.offers-lang-block
{
	display: block;
	width: 310px;
	overflow: hidden;
}

.offers-lang-txt-block
{
	display: table-cell;
	vertical-align: middle;
	height: 22px;
	padding-left: 10px;
}

#ajax-loader
{
	min-height: 52px;
}


/* ini tooltip */


.tooltip{
	display: inline;
}
.tooltip:after{
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 26px;
	color: #fff;
	content: attr(data-title);
	left: 20%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: auto;
}
.tooltip:before{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
} 


.tooltipEvents:hover:after{
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 45px;
	color: #fff;
	content: attr(data-title);
	margin-left: -40px;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: auto;
}


.tooltipGallery:hover:after{
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 75px;
	color: #fff;
	content: attr(data-title);
	margin-left: -40px;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: auto;
}

/* end tooltip */



/* Events Box INI */
input.search-box {
	width: 420px;
	height: 40px;
	background-image: url('../images/events_search_icon.png');
	background-position: left center;
	background-repeat: no-repeat;
	border: 0;
	padding: 2px 10px 3px 40px;
}

input.submit-btn {
	width: 230px;
	height: 45px;
	border: 0;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
}


#calendar {
	position: relative;
}

#calendar_year_block, #calendar_month_block, #category_block {
	display: block;
}

#calendar_year_block, #category_block {
	z-index: 10;
}

#category_block {
	width: 230px;
	height:45px;
	position: relative;
}

#calendar_month_block {
	z-index: 5;
}

#calendar_year {
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;	

	font-size: 20px;
	padding: 10px 5px;
	border: 0;
	height: 25px;
	width: 130px;
	
	text-align: left;


	background-image: url('../images/arrow_down_events.png');
	background-position: right center;
	background-repeat: no-repeat;  
	background-color: #eeeeee;
	color: #009fda;
	
}


#calendar_month {
	position: absolute;
	top:46px;
	left:0;
	overflow: hidden;	

	font-size: 20px;
	padding: 10px 5px;
	border: 0;
	height: 25px;
	width: 130px;
	
	text-align: left;


	background-image: url('../images/arrow_down_events.png');
	background-position: right center;
	background-repeat: no-repeat;  
	background-color: #eeeeee;
	color: #009fda;
	
}



#category_box {
	position: absolute;
	top:0px;
	left:0;
	overflow: hidden;	

	font-size: 20px;
	padding: 10px 5px;
	border: 0;
	height: 25px;
	width: 230px;
	
	text-align: left;
	line-height: 30px;


	background-image: url('../images/arrow_down_events.png');
	background-position: right center;
	background-repeat: no-repeat;  
	background-color: #eeeeee;
	color: #009fda;
	
}



.categoriesEvents {
	position: absolute;
	left:0;
	top:45px;
	width: 240px;
	/*height: 45px;*/
	overflow: hidden;
	display: none;
	z-index: 10;

}

.categoriesEvents .categoriesEventsElement {
	border-top: 1px solid #ffffff;
	width: 230px !important;
	background-color: #009fda;
	color: #ffffff;
	max-width: 230px !important;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
}

.categoriesEvents .categoriesEventsElement.selected {
	background-color: #404040;
}



/* Events Box END */


#canvas_border, #map_canvas
{
	width: 445px !important;
}



.empty_search {
	background-image: url("../images/empty_search.png");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding-top: 125px;
}


/* ini my agenda */
.event-item-actions-pending {
	border: 3px solid #e27824;
}

.event-pending-frame-block {
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #e27824;
	color: #ffffff;
	display: none;
	width: 80px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
	z-index: 10;	
}

.event-item-actions-pending .event-punch-line {
	background-color: transparent !important;
}



.event-item-actions-pending .event-pending-frame-block {
	display: block !important;
}


/* unpublished */

.event-item-actions-unpublished {
	border: 3px solid #ff0000;
}

.event-unpublished-frame-block {
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #ff0000;
	color: #ffffff;
	display: none;
	width: 80px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
	z-index: 10;	
}

.event-item-actions-unpublished .event-punch-line {
	background-color: transparent !important;
}



.event-item-actions-unpublished .event-unpublished-frame-block {
	display: block !important;
}

.other_our_events {
	display: block;
	padding-right: 9px;
	padding-bottom: 5px;
}

.other_our_events img {
	border:2px solid transparent; 
}

.other_our_events:hover img {
	border:2px solid #009FDA; 
}


.event-edit-frame-block {
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.5); 
	display: none;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.my-event-edit, .my-event-hide, .my-event-remove {
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	text-align: left;
	padding-top: 10px;
	padding-left: 40px;
	height: 30px;
	border-bottom: 1px solid #666666;
	font-size: 16px;
	font-weight: normal;
}

.my-event-edit:hover, .my-event-hide:hover, .my-event-remove:hover {
	background-color: #009fd9;
}

.my-event-edit {
	background-image: url("../images/icon_edit.png");
}

.my-event-hide {
	background-image: url("../images/icon_publish.png");
}

.my-event-remove {
	background-image: url("../images/icon_remove.png");
}

/* end my agenda */