@font-face {
	font-family: 'GillSansLight';
	src: url('gillsans-light-webfont.eot');
	src: url('gillsans-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('gillsans-light-webfont.woff') format('woff'),
		 url('gillsans-light-webfont.ttf') format('truetype'),
		 url('gillsans-light-webfont.svg#gillsanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'GillSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #190f02;
	margin: 10px;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%
}

/*
 * structure
 */

nav ul, .languages ul {
	padding: 0;
}

nav li, .languages li {
	display: inline-block;
}

hr {}

.homepage section {
	clear: both;
	overflow: hidden;
	background: #190f02;
}

.homepage .c1:before {
	content: "Hotels portfolio";
	display: block;
	position: absolute;
	top: 45%;
	left: 50%;
	font-size: 2em;
	color: #716a61;
}

h2, h3 {
	text-transform: uppercase;
}

#topblock {
	position: relative;
    z-index: 10;
}

#centerblock {
	position: relative;
	z-index: 0;
}

#contentblock {
	padding: 70px 15%;
}

.homepage #contentblock {
	padding: 0;
}

#loading {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #190f02;
}

#loading:after {
	content: "";
	position: absolute;
	bottom: 37.5%;
	left: 50%;
	width: 140px;
	height: 25px;
	background: url("http://static.guestcentric.net/cdn/wsbdev/wsbdev_bin/gc_loading.png") no-repeat;
	margin-left: -70px;
}

.loading:before,
.loading:after,
.loading {
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loading {
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loading:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loading:after {
	left: 3.5em;
}
.loading:before,
.loading:after {
	content: '';
	position: absolute;
	top: 0;
}

@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #ffffff;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #ffffff;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #ffffff;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #ffffff;
	}
}



/*
 * topblock
 */

/* hotel logo */
.hotellogo {
	margin: 0;
	width: 130px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-o-transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hotellogo:after {
	content: "";
	position: absolute;
    left: 0;
    top: -180px;
    overflow: visible;
    width: 270px;
    height: 300px;
    background: #ffffff;
    z-index: -1;
    -webkit-transform: skewY(-45deg);
    -moz-transform: skewY(-45deg);
    -ms-transform: skewY(-45deg);
    -o-transform: skewY(-45deg);
    transform: skewY(-45deg);
    -webkit-backface-visibility: hidden;
}

.hotellogo a {
	display: block;
	margin: 10px 0 0 10px;
}

.hotellogo span {
	display: block;
	overflow: hidden;
	height: 0;
}

.hotellogo img {
}

/* reduce logo */
.hotellogo.reduce {
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
}

/* main nav */
.navigation {
	background: #ffffff;
	text-align: center;
	/*height: 38px;*/
}

.navigation ul {
	margin: 0;
	/*height: 30px;*/
	height: 20px;
	overflow: hidden;
	padding: 0 200px;
	position: relative;
	top: -8px;
}

.navigation li {
	display: inline-block;
	margin: 0 3px;
	position: relative;
}

.navigation li a {
	text-transform: uppercase;
	color: #2e1511;
	font-size: 0.75em;
	padding: 2px 15px;
	font-weight: 700;
	text-decoration: none;
}

/* Miranda */
.menu--miranda .menu__item {
}

.menu--miranda .menu__link {
	position: relative;
	display: block;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.menu--miranda .menu__link:hover,
.menu--miranda .menu__link:focus {
	color: #2e1511;
}

.menu--miranda .menu__item--current .menu__link {
	color: #2e1511;
}

.menu--miranda .menu__item::before,
.menu--miranda .menu__item::after,
.menu--miranda .menu__link::before,
.menu--miranda .menu__link::after {
	content: '';
	position: absolute;
	background: #2e1511;
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

/* left and right line */
.menu--miranda .menu__item::before,
.menu--miranda .menu__item::after {
	top: 0;
	width: 1px;
	height: 100%;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

/* left line */
.menu--miranda .menu__item::before {
	left: 0;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

/* right line */
.menu--miranda .menu__item::after {
	right: 0;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

/* top and bottom line */
.menu--miranda .menu__link::before,
.menu--miranda .menu__link::after {
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

/* top line */
.menu--miranda .menu__link::before {
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

/* bottom line */
.menu--miranda .menu__link::after {
	bottom: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

/* Delays (first reverse, then current) */

/* These rules can be simplified, but let's keep it for better readability */

/* bottom line */
.menu--miranda .menu__item .menu__link::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.menu--miranda .menu__item--current .menu__link::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/* left line */
.menu--miranda .menu__item::before {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.menu--miranda .menu__item--current::before {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* top line */
.menu--miranda .menu__item .menu__link::before {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.menu--miranda .menu__item--current .menu__link::before {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/* right line */
.menu--miranda .menu__item--current::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.menu--miranda .menu__item--current::before,
.menu--miranda .menu__item--current::after,
.menu--miranda .menu__item--current .menu__link::before,
.menu--miranda .menu__item--current .menu__link::after,
.navigation .active:before, .navigation .active:after,
.navigation .active a:before, .navigation .active a:after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* languages */
.languages {
	position: absolute;
	top: 0;
	right: 5px;
	overflow: hidden;
	width: 85px;
	height: 35px;
	line-height: 35px;
}

.languages select {
	font-size: 0.75em;
	text-transform: uppercase;
	background: none;
	border: none;
	color: #2e1511;
}


/*
 * centerblock
 */

/* banner */
.flashContainer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}




/*
 * contentblock
 */

.homepage .content article > h1:first-of-type {
	display: none;
}

.content article > h1 {
	text-transform: uppercase;
}

.accordion-hor > ul,
.accordion-ver > ul {
	display: block !important;
}

.content .accordion-hor > ul > li,
.content .accordion-ver > ul > li {
	background: #190f02;
	color: #ffffff;
	border-right-color: rgba(255,255,255,0.15);
	z-index: 5;
}

.content .accordion-hor > ul > li.active,
.content .accordion-ver > ul > li.active {
	background: #ffffff;
}
.content .accordion-hor > ul > li.active h1,
.content .accordion-ver > ul > li.active h1 {
	color: #190f02;
}

.content .accordion-hor > ul > li:first-child {
	z-index: 1;
}

.content .accordion-hor > ul > li > h1,
.content .accordion-ver > ul > li > h1 {
	font-family: 'GillSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
}

.content .accordion-hor > ul > li > h1 {
    top: 22%;
}

.content .accordion-ver > ul > li > h1 {
	left: auto;
	right: 10px;
	padding: 0;
}

.content .accordion-hor > ul > li > div,
.content .accordion-ver > ul > li > div {
	font-family: 'GillSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.accordion-hor li.active > h1 {
	// display: none;
	z-index: 1000;
}
.accordion-hor li.active > .imagelinkgadget {
	// left: 0 !important;
	// right: 0 !important;
 //    width: 100% !important;
}

.slide,
#contentblock .slide .imagelinkgadget {
	left: 0 !important;
	width: 100% !important;
}



/* imageslink */
#contentblock .imagelinkgadget {
	float: left;
	background: #190f02;
	position: relative;
}

.imagelinkgadget > a {
	display: block;
	float: left;
	width: 95%;
	height: 100%;
	margin: 0 auto;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}

.imagelinkgadget > a > span, .imagelinkgadget > a > span > span {
	display: block;
}

.imgImageWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	opacity: 0.75;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 10.8;
	-o-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.imagelinkgadget .imgImageWrapper {
	position: absolute;
}

.imagelinkgadget:hover .imgImageWrapper {
	opacity: 0.4;
}

.imgImageWrapper img {
}

#contentblock .imgTextWrapper {
	position: relative;
	z-index: 10;
	margin: 15% 10% 0 0;
}

.imgTextWrapper:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
}

.imgTitle {
	margin-right: 20%;
	margin-left: 15%;
}

.imgTitle h3 {
	font-size: 2em;
	line-height: 1.2em;
}

#contentblock .imgDescription {
	margin: 20px 0 0 15%;
}

#contentblock .imgLink {
	margin: 40px 0 0 15%;
}

.imgLink span, .imgLink a {
	border: 1px solid #ffffff;
	line-height: 30px;
	padding: 0 25px;
	display: inline-block;
	margin-right: 20px;
	text-decoration: none;
	background: #ffffff;
	color: #2e1511;
}

.imgLink span:hover, .imgLink a:hover {
	background: transparent;
	color: #ffffff;
}

/* nolink*/
.nolink .imgLink {
	display: none !important;
}

/* figueira */
.medium1 .imgTextWrapper:before {
	top: -170px;
	width: 138px;
	height: 139px;
	background: url("../thebeautiques_hotel_bin/hotel_logo_figueira.png") no-repeat center center;
	display: none;
}

/* video */
.video2 .imgTextWrapper {
	display: none;
}

/* weather gadget */
.footermenu .weather-gadget {
	position: absolute;
	bottom: 0;
	right: 90px;
	width: 195px;
	height: 37px;
	background: #716a61;
	color: #ffffff;
}

.footermenu .weather-shell {
	font-family: 'GillSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.footermenu .weather-conditions {
	float: none;
	margin: 0 auto -15px;
}

.footermenu .weather-conditions .weather-image {
	width: auto;
	height: 55px;
}

.footermenu .weather-conditions .weather-values {
	top: 6px;
}

.footermenu .weather-conditions .weather-unit-shell {
	margin-top: 0;
}

.footermenu .weather-toggle {
	display: none;
}

.footermenu .weather-conditions .weather-temp {
	font-size: 20px;
	line-height: 20px;
}

.footermenu .weather-conditions .weather-degree {
	font-size: 14px;
}

.footermenu .weather-forecast {
	display: none;
	float: none;
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}

.footermenu .weather-forecast > div {
	float: none;
	display: inline-block;
}

/* weather opened - :hover */
.footermenu .weather-gadget.hover {
	width: 230px;
	height: 215px;
}

.footermenu .weather-gadget.hover .weather-forecast {
	display: block;
}

.footermenu .weather-gadget.hover .weather-conditions .weather-image {
	width: 200px;
	height: auto;
}

.footermenu .weather-gadget.hover .weather-conditions .weather-values {
	top: 20px;
}

.footermenu .weather-gadget.hover .weather-conditions .weather-unit-shell {
	margin-top: 7px;
}

.footermenu .weather-gadget.hover .weather-toggle {
	display: block;
}

.footermenu .weather-gadget.hover .weather-conditions .weather-temp {
	font-size: 40px;
	line-height: 40px;
}

.footermenu .weather-gadget.hover .weather-conditions .weather-degree {
	font-size: 30px;
}

/*
 * slider 
 */
.content .bx-wrapper .bx-viewport {
	left: 0 !important;
	border: none;
	background: #190f02;
}

.content .bx-wrapper .bx-viewport .imagelinkgadget {
	left: 0 !important;
}

.bx-controls, .bx-controls-direction, .bx-wrapper .bx-controls-direction a {
	left: auto !important;
	width: auto !important;
	height: auto !important;
}

.bx-controls {
	position: absolute;
	top 70px;
	z-index: 1000;
	display: none !important;
}

.bx-wrapper .bx-pager {
	display: none !important;
}

.bx-controls-direction {

}


/*
 * newsletter form sign up
 */
.newsletterform {
	padding: 10px;
	background: #190f02;
	text-align: center;
}

.newsletterform h2 {
	color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 0 20px 0 0;
}

.newsletterform form {
	display: inline-block;
}

.newsletterform form > * {
	display: inline;
	width: auto;
	height: 14px;
	margin: 0 10px 0 0;
	line-height: 12px;
	color: #ffffff;
	font-size: 16px;
	border-color: #ffffff;
}

.newsletterform form input[type="submit"] {
	line-height: 25px;
	padding: 0 20px;
	background: #ffffff;
	color: #716a61;
	font-size: 14px;
}


/*
 * forms
 */
form {
	font-size: 12px;
}

form p {
	margin: 0;
}

.content form {
}

.content form > div, .content form p {
	color: #716a61;
	text-transform: uppercase;
	padding: 0;
}

.content h1 form > div, .content h1 form p {
	color: #ffffff;
}

h1 form > input, h1 form select,
#contentblock h1 form > input, #contentblock h1 form select,
h1 form > div input, #contentblock h1 form > div input {
	border-color: #ffffff;
}

form input, form select, form textarea,
#contentblock form input, #contentblock form select, #contentblock form textarea {
	width: 100%;
	margin-bottom: 20px;
	color: #190f02;
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	font-size: 12px;
	outline: none;
}

form > input, form select,
#contentblock form > input, #contentblock form select,
form > div input, #contentblock form > div input {
	border: none;
	border-bottom: 1px solid #716a61;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	padding: 0 0 0;
}

form select,
#contentblock form select {
	background-image: url("../thebeautiquefigueira_hotel_bin/selectdown.png");
	background-repeat: no-repeat;
	background-position: 99% center;
}

form textarea,
#contentblock form textarea {
	border: 1px solid #716a61;
	background: transparent;
	padding: 5px;
}

#contacts_form .required {
	margin-left: -15px;
}

form label {
	display: inline-block;
	margin-bottom: 20px;
}

form input[type="submit"],
#contentblock form input[type="submit"] {
	font-family: 'GillSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	display: inline-block;
	font-size: 16px;
	padding: 0 40px;
	width: auto;
	height: auto;
	line-height: 45px;
	border: none;
	background: #190f02;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

form input[type="submit"]:hover,
#contentblock form input[type="submit"]:hover {
	background: #716a61;
	color: #ffffff;
}

#reservationFields {}

#contacts_form #reservationFields > p {
	display: none;
}

.content #contacts_form #reservationFields .inline {
	margin-right: 0;
}

.content #contacts_form #fcheckinShell, .content #contacts_form #cbnrnightsShell,
.content #contacts_form #cbnradultsShell, .content #contacts_form #cbnrchildrenShell,
.content #contacts_form #cbamountShell {
	width: 25%;
}

.content #contacts_form #cbofferShell {
	width: 75%;
}

#contacts_form #reservationFields #fcheckin {
	width: 75%;
}

#contacts_form #reservationFields #cbcheckin {
	width: 10%;
	height: 25px;
	margin: 0 10% 0 5%;
	padding: 0;
	float: right;
	background: url("../thebeautiquefigueira_hotel_bin/calendar.png") no-repeat center center;
}

#contacts_form #reservationFields select {
	width: 90%;
	background-position: 95.5% center;
}

#contacts_form #reservationFields #cboffer {
	width: 97%;
	background-position: 98.5% center;
}

#contacts_form #reservationFields #cbnrchildren,
#contacts_form #reservationFields #cbamount {
	width: 100%;
}

#contacts_form input[type="checkbox"] {
	float: left;
	margin: 5px 10px 5px 0;
}

/* footerMenu */
#bottomblock {
	overflow: visible;
	margin: 15px 5px 0 0;
	position: relative;
	z-index: 100;
}

.footermenu {
	background: #716a61;
	text-align: center;
	position: relative;
    min-height: 37px;
}

.footermenu ul {
	list-style: none;
	padding: 0 20%;
	margin: 0;
	line-height: 28px;
}

.footermenu li {
	display: inline-block;
	margin: 0 10px;
}

.footermenu li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.65em;
}

.footermenu li a:hover {
	color: #190f02;
}

/* seals */
#seals {
	clear: both;
	background: #1d1d1d;
	border-top: 15px solid #ffffff;
}

.sealsHolder {
	padding: 0 2.5%;
}

.seals > article {
	padding: 10px 15px;
	overflow: hidden;
}

.security {
	float: right;
}

.gclogo {
	float: left;
}

/*
 * bx-slider
 */
 .bx-wrapper,
 .bx-viewport,
 .slide {
 	width: 100% !important;
 }

/*
 * css transitions
 */
.imgLink span, .imgLink a {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	-ms-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.imgLink span, .imgLink a {
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	-ms-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

/* case 00049399 */

.time {
	float: left;
	margin-top: 6px;
	margin-left: 15px;
	pointer-events: none;
}

.time a, .time span {
	color: #fff;
	text-transform: uppercase;
}


/*
 * media queries - responsive layout
 */

@media all and (max-width: 992px) {
	.imagelinkgadget > a {
		width: 80%;
	}
	#contentblock .imgTextWrapper {
		margin-right: 10%;
	}
}

@media all and (max-width: 768px) {
	#topblock {
		position: fixed;
		top: 0;
		left: 0;
	}
	.hotellogo {
		width: 130px;
		height: 130px;
	}
	.hotellogo a {
		margin: 10px 0 0 10px;
	}
	.hotellogo img {
	    width: 80%;
	}
	.hotellogo:after {
		width: 230px;
    	height: 250px;
	}
	.navigation > ul {
		display: none;
	}
	.imagelinkgadget > a {
		width: 90%;
	}
	#contentblock .imgTextWrapper {
		margin: 20% 0 10%;
	}
	.imgTitle {
	    margin-right: 0;
	}
	#contentblock .imgDescription,
	#contentblock .imgLink {
		margin-left: 0;
	}
	.medium1 .imgTextWrapper:before {
		display: none;
	}
	.content .weather-gadget {
		display: none !important;
	}
}

@media all and (max-width: 480px) {
	.hotellogo:after {
		width: 320px;
    	height: 180px;
	}
	.hotellogo {
		width: 90px;
		height: 90px;
	}
	.content .accordion-ver > ul > li > h1 {
		font-size: 0.8em;
		line-height: 1.3em;
	}
	.imagelinkgadget > a {
		width: 100%;
	}
	.imgTitle h3 {
		font-size: 1.5em;
	}
	#contentblock .imgDescription, #contentblock .imgLink {
		margin-left: 15%;
	}
	#contentblock .imgDescription {
		line-height: 1.3em;
		margin-right: 10%;
	}
	#contentblock .imgLink {
		font-size: 0.85em;
	}
	.imgLink span, .imgLink a {
		padding: 0 7px;
		margin-right: 7px;
	}
	.content .accordion-ver > ul > li {
		height: 40px;
	}
	.content .accordion-ver > ul > li.active {
		height: auto;
	}
	#contentblock .imagelinkgadget {
		width: 100% !important;
	}

}








