/* skel.css vx.x | (c) n33 | n33.co | MIT licensed */

/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */

	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;  }article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Container */

	body {
		/* min-width: (containers) */
		min-width: 600px;
	}

	.container {
		margin-left: auto;
		margin-right: auto;
		
		/* width: (containers) */
		width: 10em;
	}

	/* Modifiers */
	
		.container.small {
			/* width: (containers) * 0.75; */
			width: 10em;
		}

		.container.big {
			width: 100%;

			/* max-width: (containers) * 1.25; */
			max-width: 10em;

			/* min-width: (containers); */
			min-width: 10em;
		}

/* Grid */

	.\31 2u { width: 100% }
	.\31 1u { width: 91.6666666667% }
	.\31 0u { width: 83.3333333333% }
	.\39 u { width: 75% }
	.\38 u { width: 66.6666666667% }
	.\37 u { width: 58.3333333333% }
	.\36 u { width: 50% }
	.\35 u { width: 41.6666666667% }
	.\34 u { width: 33.3333333333% }
	.\33 u { width: 25% }
	.\32 u { width: 16.6666666667% }
	.\31 u { width: 8.3333333333% }
	.\-11u { margin-left: 91.6666666667% }
	.\-10u { margin-left: 83.3333333333% }
	.\-9u { margin-left: 75% }
	.\-8u { margin-left: 66.6666666667% }
	.\-7u { margin-left: 58.3333333333% }
	.\-6u { margin-left: 50% }
	.\-5u { margin-left: 41.6666666667% }
	.\-4u { margin-left: 33.3333333333% }
	.\-3u { margin-left: 25% }
	.\-2u { margin-left: 16.6666666667% }
	.\-1u { margin-left: 8.3333333333% }

	/* Rows */

		.row > * {
			float: left;
		}

		.row:after {
			content: '';
			display: block;
			clear: both;
			height: 0;
		}

		.row:first-child > * {
			padding-top: 0 !important;
		}

		/* Normal */

			.row > * {
				/* padding-left: (gutters) */
				padding-left: 0px;
			}

			.row + .row > * {
				/* padding: (gutters) 0 0 (gutters) */
				padding: 0px 0 0 0px;
			}

			

		/* Flush */

			.row.flush > * {
				padding-left: 0;
			}

			.row + .row.flush > * {
				padding: 0;
			}

			.row.flush {
				margin-left: 0;
			}

		/* Quarter */

			.row.quarter > * {
				/* padding-left: (gutters * 0.25) */
				padding-left: 12.5px;
			}

			.row + .row.quarter > * {
				/* padding: (gutters * 0.25) 0 0 (gutters * 0.25) */
				padding: 12.5px 0 0 12.5px;
			}

			.row.quarter {
				/* margin-left: -(gutters * 0.25) */
				margin-left: -12.5px;
			}

		/* Half */

			.row.half > * {
				/* padding-left: (gutters * 0.5) */
				padding-left: 25px;
			}

			.row + .row.half > * {
				/* padding: (gutters * 0.5) 0 0 (gutters * 0.5) */
				padding: 25px 0 0 25px;
			}

			.row.half {
				/* margin-left: -(gutters * 0.5) */
				margin-left: -25px;
			}

		/* One and (a) Half */

			.row.oneandhalf > * {
				/* padding-left: (gutters * 1.5) */
				padding-left: 75px;
			}

			.row + .row.oneandhalf > * {
				/* padding: (gutters * 1.5) 0 0 (gutters * 1.5) */
				padding: 75px 0 0 75px;
			}

			.row.oneandhalf {
				/* margin-left: -(gutters * 1.5) */
				margin-left: -75px;
			}

		/* Double */

			.row.double > * {
				/* padding-left: (gutters * 2) */
				padding-left: 80px;
			}

			.row + .row.double > * {
				/* padding: (gutters * 2) 0 0 (gutters * 2) */
				padding: 100px 0 0 100px;
			}

			.row.double {
				/* margin-left: -(gutters * 2) */
				margin-left: -100px;
			}
			
			



.website36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -72px 0;
}

.blog36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) 0 0;
}

.twitter36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) 0 -36px;
}

.tripadvisor36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) 0 -72px;
}

.youtube36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -36px 0;
}

.googleplus36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -36px -36px;
}

.map36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -36px -72px;
}

.website36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -72px 0;
}

.orkut36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -72px -36px;
}

.email36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -72px -72px;
}

.instagram36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -108px 0;
}

.linkedin36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -108px -36px;
}

.foursquare36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -144px 0;
}

.facebook36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -144px -36px;
}

.vimeo36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -180px 0;
}

.flickr36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -180px -36px;
}

.skype36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) -108px -72px;
}




.website48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -96px 0;
}

.blog48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) 0 0;
}

.twitter48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) 0 -48px;
}

.tripadvisor48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) 0 -96px;
}

.youtube48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -96px 0;
}

.googleplus48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -48px -48px;
}

.map48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -48px -96px;
}

.website48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -96px 0;
}

.orkut48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -96px -48px;
}

.email48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -96px -96px;
}

.instagram48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -144px 0;
}

.linkedin48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -144px -48px;
}

.foursquare48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -192px 0;
}

.facebook48
{
width:49px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -192px -48px;
}

.vimeo48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -240px 0;
}

.flickr48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -240px -48px;
}

.skype48
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-48x48.png) -144px -96px;
}
















.website36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -72px 0;
}

.blog36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) 0 0;
}

.twitter36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) 0 -36px;
}

.tripadvisor36
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/icones-36x36.png) 0 -72px;
}

.youtube36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -36px 0;
}

.googleplus36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -36px -36px;
}

.map36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -36px -72px;
}

.website36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -72px 0;
}

.orkut36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -72px -36px;
}

.email36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -72px -72px;
}

.instagram36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -108px 0;
}

.linkedin36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -108px -36px;
}

.foursquare36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -144px 0;
}

.facebook36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -144px -36px;
}

.vimeo36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -180px 0;
}

.flickr36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -180px -36px;
}

.skype36color
{
width:36px;
height:36px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-36x36.png) -108px -72px;
}




.website48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -96px 0;
}

.blog48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) 0 0;
}

.twitter48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) 0 -48px;
}

.tripadvisor48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) 0 -96px;
}

.youtube48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -96px 0;
}

.googleplus48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -48px -48px;
}

.map48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -48px -96px;
}

.website48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -96px 0;
}

.orkut48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -96px -48px;
}

.email48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -96px -96px;
}

.instagram48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -144px 0;
}

.linkedin48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -144px -48px;
}

.foursquare48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -192px 0;
}

.facebook48color
{
width:49px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -192px -48px;
}

.vimeo48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -240px 0;
}

.flickr48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -240px -48px;
}

.skype48color
{
width:48px;
height:48px;
display:inline-block;
cursor: pointer; 
cursor: hand;
margin-right:0.8em;
margin-bottom:0.8em;
background:url(/app/webroot/img/icons/iconescolor-48x48.png) -144px -96px;
}






#dropdown {
    /* cancel the default list style */
    list-style:none;
    margin:0;
    padding:0em;
   
    position:relative;
}
    
    #dropdown li {
    }

    #dropdown li a.parent {
        display:block; 
        height:40px;
        font-weight:700;
        padding:0 0 0 10px;
        line-height:35px;
    }
    
        #dropdown ul {
            
            /* cancel the default list style */
            margin:0;
            padding:0em;
            list-style:none;    
            display:none;
          
            /* make sure it has the highest z-index */
            position:absolute;
            left:0;
            z-index:500;
            background:#transparent;
        }
        
            #dropdown ul li {
                font-size:11px;    
			

            }
            
                #dropdown ul li a {
                    display:block; 
					
					border-style: solid; 
			
					border-color:#DDDDDD;
					border-bottom-width:1px; 
                   
					padding-top:6px;
					padding-left:3px;
					padding-right:3px;
					
					margin-left: 0px;
					margin-top: 0px;
		
			
                    height:30px;
                    color:#fff;
					
					font-size:12pt;
					text-transform:uppercase;
					background-color:#000000;
					font-weight:500;
                }
                
               
