@font-face {
	font-family: 'deste-gothicregular';
	src: url('fonts/destegothic-webfont.eot');
	src: url('fonts/destegothic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/destegothic-webfont.woff') format('woff'),
		url('fonts/destegothic-webfont.ttf') format('truetype'),
		url('fonts/destegothic-webfont.svg#deste_gothicregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* { 
	margin:0; 
	padding:0;
	max-height:50000px;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{margin-left:1px;}
ul li, ol li{list-style-position:inside;}
ul li{list-style-type:disc;}
body {
	margin:0;
	font:14px/17px Arial, Helvetica, sans-serif;
	color:#000;
	min-width:1000px;
	background:#f8f8f8;
}
img {
	border-style:none;
	-moz-transition:opacity .2s ease-in-out;
	-webkit-transition:opacity .2s ease-in-out;
	-ms-transition:opacity .2s ease-in-out;
	-o-transition:opacity .2s ease-in-out;
	transition:opacity .2s ease-in-out;
}
a {
	color:#000;
	text-decoration:underline;
	-moz-transition:color .2s ease-in-out;
	-webkit-transition:color .2s ease-in-out;
	-ms-transition:color .2s ease-in-out;
	-o-transition:color .2s ease-in-out;
	transition:color .2s ease-in-out;
}
a:hover {text-decoration:none;}
a:active {background-color:transparent;}
input,
textarea,
select {
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#wrapper {
	width:940px;
	margin:0 auto;
	background:url(images/bg-wrapper.png) no-repeat 721px 16px;
}
.header-holder{
	width:100%;
	height:150px;
}
.header-section {
	width:100%;
	border-bottom:3px solid #000;
	/* Menu changes 16/11/2021 */
	/* padding:23px 0 17px; */
	padding:23px 0 0;
	/* End Of Menu changes 16/11/2021 */
	margin:0 0 22px;
	font-family:'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.header-section.fixed {
	position:fixed;
	left:50%;
	top:0;
	margin:0 0 0 -470px;
	width:942px;
	height:45px;
	padding:14px 0 17px;
	background:#f8f8f8;
	z-index:100;
	display:none;
}
.header-section.fixed .logo {
	background:url(images/logo3.png) no-repeat;
	width:145px;
	height:30px;
	margin:15px 0 0;
}
.header-section.fixed .options-block .section {margin:0 12px 16px 0;}
.header-section.fixed .nav,
.header-section.fixed .languages,
.header-section.fixed .options-block .text-box {display:none;}
.header-section:after {
	content:"";	display:block;	clear:both;
}
.logo {
	float:left;
	background:url(images/logo.png) no-repeat;
	width:171px;
	height:80px;
	overflow:hidden;
	text-indent:-9999px;
	margin:1px 0 0 1px;
}
.logo a {
	display:block;
	height:100%;
}
.options-block {
	float:right;
	width:760px;
}
.options-block .text-box {
	float:left;
	font-size:12px;
	line-height:16px;
	padding:0 0 0 64px;
	margin:-2px 0 0;
	letter-spacing:2px;
}
.options-block .section {margin:0 0 36px;}
.options-block .section:after {
	content:"";	display:block;	clear:both;
}
.languages {
	float:right;
	list-style:none;	margin:0 -2px 0 22px;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
}
.languages li {
	list-style:none;
	float:left;
	list-style-position:outside;
	background:url(images/separator.png) no-repeat;
	padding:0 5px 0 10px;
}
.languages li:first-child {background:none;}
.languages a {text-decoration:none;}
.languages a:hover,
.languages .active a {color:#b4b4b4;}
.search-box {
	float:right;
	position:relative;
	margin:-1px 0 0 10px;
}
.search-box .opener {
	float:right;
	background:url(images/ico-opener.png) no-repeat;
	width:13px;
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
}
.search-box .search-form {
	position:absolute;
	right:-6px;
	top:-3px;
	overflow:hidden;
	width:340px;
	background:#e5e5e5;
	display:none;
}
.search-box .search-form fieldset{
	width:340px;
	overflow:hidden;
}
.search-box .search-form input[type="submit"] {
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	outline:none;
	cursor:pointer;
	margin:3px 5px 0 7px;
	padding:0;
	width:13px;
	height:13px;
	border:0;
	background:url(images/ico-opener.png) no-repeat;
	-webkit-border-radius:0;
}
.search-box .search-form input[type="text"] {
	width:280px;
	margin:0;
	padding:4px 10px 4px 5px;
	outline:none;
	background:none;
	color:#464748;
	text-transform:uppercase;
	border:0;
	font:11px/13px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	float:left;
	letter-spacing:1px;
	-webkit-border-radius:0;
}
.search-box .search-form .close {
	float:left;
	background:url(images/btn-next.png) no-repeat;
	width:11px;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
	margin:5px 0 0;
}
.nav {
	list-style:none;	margin:0;
	text-transform:uppercase;
	font-size:10px;
	line-height:12px;
	float:right;
	letter-spacing:2px;}
.nav li {
	float:left;
	background:url(images/separator2.png) no-repeat 100% 1px;
	padding:0 10px;
	list-style:none;
	list-style-position:outside;
}
.nav a {
	text-decoration:none;
	color:#000;
}
.nav a:hover,
.nav .active a {color:#c5c5c5;}
.menu-box {
	/* overflow:hidden; */
	font-size:17px;
	line-height:19px;
}
.menu-box ul {
	list-style:none;	margin:0;	padding:0;
	float:right;
	letter-spacing:1px;
}
.menu-box li {
	list-style:none;
	list-style-position:outside;
	float:left;
	margin:0 0 0 25px;
}

.menu-box ul a {
	text-decoration:none;
	color:#000;
}
/* .menu-box .active a,
.menu-box ul a:hover {color:#c5c5c5;} */

.menu-item.active > a, .menu-box ul a:hover {color:#c5c5c5;}

/* Menu changes 16/11/2021 */

.menu-item.active > a, .menu-box ul a:hover {color:#c5c5c5;}

.menu-item-object-exhibition-category{
	position:relative;
}
ul.sub-menu{
	position:absolute;
	z-index:10010;
	top:100%;
	left:0;
	background: #000;
	padding:.5rem 1rem;
	display:none;
}

.sub-menu > li.menu-item{
	margin:0;
	padding: .3rem 0;
}

.sub-menu .menu-item.active > a, .sub-menu .menu-item > a {color: #fff;}

.menu-item.highlighted > .sub-menu {
	display: block;
}

.menu-item:hover > .sub-menu, .menu-item:focus > .sub-menu {
	display: block;
}

.menu-item {
    padding-bottom: 17px;
}
/* End Of Menu changes 16/11/2021 */

#main {
	width:941px;
	padding:0 0 10px;
}
.gallery {
	border:1px dotted #959595;
	padding:8px 4px 9px 6px;
	position:relative;
	margin:0 0 6px;
}
.gallery-holder {
	width:100%;
	overflow:hidden;
}
.gallery-holder > ul {
	list-style:none;	margin:0;	padding:0;
	width:99999px;
	overflow:hidden;
}
.gallery-holder > ul > li {
	list-style:none;
	list-style-position:outside;
	float:left;
	width:929px;
}
.gallery-holder a {text-decoration:none;}
.gallery-holder a:hover {color:#757575;}
.gallery-holder img {vertical-align:top;}
.gallery .heading {
	text-transform:uppercase;
	font:10px/13px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	display:block;
	margin:0 5px 5px;
	letter-spacing:2px;
}
.gallery .title {
	padding:10px 100px 0 5px;
	display:block;
	text-transform:uppercase;
	font:30px/32px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.gallery .title span {color:#acacac;}
.gallery .switcher {
	z-index:3;
	bottom:32px;
	right:12px;
	min-width:80px;
	text-align:center;
}
.gallery .switcher ul {
	float:none;
	display:inline-block;
	vertical-align:top;
}
.switcher {
	position:absolute;
	right:19px;
	bottom:37px;
}
.switcher ul {
	list-style:none;	margin:0;	padding:0;
	float:right;
}
.switcher li {
	list-style:none;
	list-style-position:outside;
	float:left;
	padding:5px;
	cursor:pointer;
}
.switcher a {
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background:#000;
	width:4px;
	height:4px;
}
.switcher li:hover a,
.switcher .active a {background:#959595;}
.gallery .btn-prev,
.gallery .btn-next {
	position:absolute;
	right:0;
	bottom:1px;
	overflow:hidden;
	text-indent:-9999px;
	width:51px;
	height:24px;
	border-left:1px dotted #959595;
	background:url(images/btn-next.png) no-repeat 50% 7px;
}
.gallery .btn-prev {
	right:53px;
	background:url(images/btn-prev.png) no-repeat 50% 7px;
}
.boxes {
	overflow:hidden;
	margin:0 -16px 12px 0;
	font:20px/22px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	color:#000;
}
.boxes .title {
	font-size:19px;
	line-height:21px;
	margin:0;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	display:block;
	-moz-transition:color .2s ease-in-out;
	-webkit-transition:color .2s ease-in-out;
	-ms-transition:color .2s ease-in-out;
	-o-transition:color .2s ease-in-out;
	transition:color .2s ease-in-out;
}
.boxes h2 a:hover {color:#757575;}
.boxes .image {
	margin:0 0 6px;
	display:block;
}
.boxes .box {
	float:left;
	width:217px;
	margin:0 6px 0 0;
	padding:6px 6px 8px;
	border:1px dotted #959595;
	position:relative;
	-moz-transition:border .2s ease-in-out;
	-webkit-transition:border .2s ease-in-out;
	-ms-transition:border .2s ease-in-out;
	-o-transition:border .2s ease-in-out;
	transition:border .2s ease-in-out;
	border-radius:0 0 2px 2px;
}
.boxes .box:hover {border-color:#d0d0d0;}
.boxes a:hover .title,
.boxes a:hover .entry {color:#7e7e7e;}
.boxes .box:first-child {margin-right:5px;}
.boxes .entry {
	padding:0 4px;
	display:block;
	min-height:87px;
	-moz-transition:color .2s ease-in-out;
	-webkit-transition:color .2s ease-in-out;
	-ms-transition:color .2s ease-in-out;
	-o-transition:color .2s ease-in-out;
	transition:color .2s ease-in-out;
}
.boxes a {
	text-decoration:none;
	display:block;
}
.boxes .link {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	padding:4px 20px 3px 8px;
	font-size:11px;
	line-height:13px;
	letter-spacing:2px;
	margin:0 0 5px;
	background:#c6c6c6 url(images/btn-next.png) no-repeat 201px 6px;
	-moz-transition:background .2s ease-in-out;
	-webkit-transition:background .2s ease-in-out;
	-ms-transition:background .2s ease-in-out;
	-o-transition:background .2s ease-in-out;
	transition:background .2s ease-in-out;
	height:auto;
}
.boxes .link:hover {background-color:#ebebeb;}
.gallery2 {
	width:100%;
	padding:3px 0 0;
}
.gallery2 h2 {
	margin:0 0 1px;
	font-size:25px;
	line-height:24px;
	letter-spacing:1px;
	font-weight:normal;
	text-transform:uppercase;
}
.gallery2 a {display:inline;}
.gallery2-holder {
	margin:0 4px;
	position:relative;
	overflow:hidden;
}
.gallery2-holder > ul {
	list-style:none;	margin:0;	width:9999px;
	overflow:hidden;
}
.gallery2-holder > ul > li {
	float:left;
	width:100%;
	list-style:none;
	list-style-position:outside;
}
.gallery2 .date {
	display:block;
	color:#acacac;
	font-size:19px;
	line-height:21px;
}
.gallery2 .switcher {
	bottom:9px;
	right:auto;
	left:7px;
}
.gallery2 .switcher li {margin:0 9px 0 0;}
.gallery2 .switcher li {
	padding:4px 4px 4px 5px;
	margin:0;
}
.popup-holder {
	position:relative;
	overflow:hidden;
	height:0;
}
.email-box {
	background:#f8f8f8;
	width:358px;
	border:1px dotted #959595;
	padding:14px 14px 11px 12px;
	font:13px/15px Arial, Helvetica, sans-serif;
}
.email-box h2 {
	margin:0 -2px 15px;
	padding:0 5px 12px;
	text-transform:uppercase;
	border-bottom:3px solid #231f20;
	letter-spacing:2px;
	font:22px/24px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.email-box p {margin:0 0 8px 4px;}
#mc_signup_form .mc_merge_var {
	background:url(images/bg-text-input.png) no-repeat;
	width:361px;
	height:35px;
	overflow:hidden;
	display:block;
	margin:0 0 6px;
	position:relative;
}
#mc_signup_form .mc_merge_var + .mc_merge_var + .mc_merge_var ~ .mc_merge_var {
	background:none;
	height:auto;
	margin:0;
	padding:7px 0 0;
	width:auto;
}
#mc_signup_form .mc_merge_var + .mc_merge_var + .mc_merge_var ~ .mc_merge_var label {
	float:left;
	margin:10px 6px 0 0;
	font-family:'deste-gothicregular', Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-weight:normal;
	color:#000;
	position:static;
	margin-top:3px;
	font-size:13px;
}
#mc_signup_form .mc_list label {position:static;}
#mc_signup_form .mc_list {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#mc_signup_form .mc_list li {
	list-style:none;
	float:left;
}
#mc_signup_form .mc_merge_var.parent-active label,
#mc_signup_form .mc_merge_var.parent-focus label {display:none;}
#mc_signup_form .mc_merge_var input[type="text"] {
	width:341px;
	padding:11px 10px;
	margin:0;
	outline:none;
	background:none;
	border:0;
	float:left;
	color:#7e7e7e;
	font-size:12px;
	line-height:14px;
	-webkit-border-radius:0;}
#mc_signup_form .mc_merge_var label {
	position:absolute;
	left:10px;
	top:12px;
	color:#7e7e7e;
	font-size:12px;
	line-height:14px;
	margin:0;
}
#mc_signup_form .mc_interest {
	font-family:'deste-gothicregular', Arial, Helvetica, sans-serif;
	letter-spacing:2px;
}
#mc_signup_form .mc_interest br {display:none;}
#mc_signup_form .mc_form_inside {overflow:hidden;}
#mc_signup_form .mc_interests_header {
	float:left;
	margin:10px 6px 0 0;
	font-family:'deste-gothicregular', Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-weight:normal;
	color:#000;
}
.widget_mailchimpsf_widget label {
	font-weight:normal;
	color:#000;
}
#mc_signup #mc_display_rewards,
#mc_signup #mc-indicates-required {display:none;}
#mc_signup_form .chk-area {margin:7px 6px 0 0;}
.email-box label {
	float:left;
	margin:9px 10px 0 0;
}
#mc_signup_form .mc_signup_submit {
	overflow:hidden;
	clear:both;
	padding:11px 0 3px;
}
.email-box input[type="submit"] {
	float:left;
	width:98px;
	height:20px;
	margin:0;
	padding:0;
	border:0;
	outline:none;
	cursor:pointer;
	background:url(images/btn-next.png) no-repeat 100% 50%;
	letter-spacing:1px;
	text-align:left;
	text-transform:uppercase;
	font:16px/18px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
}
.rad-area,
.chk-area {
	background:#dfdfdf;
	margin: 0 6px 0 0;
	float:left;
	width:20px;
	height:20px;
}
.rad-checked,
.chk-checked {background:#dfdfdf url(images/arrow.png) no-repeat 5px 3px;}
.fancybox-bg {display:none !important;}
#fancybox-close {
	background:url(images/btn-close.png) no-repeat;
	width:35px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	top:11px;
	right:-16px;
}
.main-heading {
	width:100%;
	margin:0 0 3px;
	padding:0 0 7px;
}
.main-heading:after {
	content:"";
	content:"";	display:block;	clear:both;
}
.main-heading h1 {
	overflow:hidden;
	margin:0 0 7px;
	letter-spacing:2px;
	font:40px/40px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.main-heading .author {
	display:block;
	clear:both;
	padding:0 0 7px;
	text-transform:uppercase;
	font:18px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.main-heading h2 {
	overflow:hidden;
	color:#7e7e7e;
	margin:0;
	font:40px/40px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.main-heading .alt-text {
	display:block;
	overflow:hidden;
	padding:0 0 4px;
	letter-spacing:1px;
	font:18px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.main-heading .alt-text span {color:#acacac;}
.main-heading.alt {
	border-bottom:1px dotted #959595;
}
.main-heading .alt-text2 {
	display:block;
	overflow:hidden;
	letter-spacing:2px;
	padding:0 0 5px;
	font:20px/22px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.main-heading .alt-text2 span {color:#7e7e7e;}
.main-heading.alt3 {
	padding:0 0 14px;
	margin:0 0 16px;
	border-bottom:1px dotted #959595;
}
.main-heading.alt2 {
	padding:0 0 10px;
	margin:0 0 17px;
	border-bottom:1px dotted #959595;
}
.main-heading.alt h1 {
	font-size:44px;
	line-height:44px;
}
.gallery3 {
	border:1px dotted #959595;
	padding:6px 4px 8px 5px;
	position:relative;
	margin:0 0 13px;
}
.gallery3-holder {
	width:100%;
	overflow:hidden;
}
.gallery3-holder > ul {
	width:99999px;
	list-style:none;	margin:0;
	overflow:hidden;}
.gallery3-holder > ul > li {
	float:left;
	list-style:none;
	width:100%;
	position:relative;
	list-style-position:outside;
}
.gallery3 img {vertical-align:top;}
.gallery3 .switcher {
	bottom:auto;
	top:23px;
	right:21px;
	z-index:5;
	display:none;
}
.gallery3 .switcher li {margin:0 0 0 4px;}
.image-block {
	display:block;
	position:relative;
}
.image-block .link,
.posts-list .image .link,
.main-image .link,
.gallery3 .link {
	position:absolute;
	right:0;
	bottom:22px;
	font:10px/13px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	background:#f8f8f8;
	width:203px;
	padding:6px 6px 5px;
	text-decoration:none;
	letter-spacing:2px;
}
.image-block .link:hover,
.main-image .link:hover,
.gallery3 .link:hover {text-decoration:underline;}
.main-image .link {bottom:32px;}
.map-note {
	position:absolute;
	left:438px;
	top:82px;
	background:#fff;
	width:96px;
	font:14px/16px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color:#7e7e7e;
	padding:7px 8px 6px;
}
.map-note span {
	color:#000;
	display:block;
}
.map-note .arrow {
	background:url(images/arrow3.png) no-repeat 0 100%;
	width:19px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	left:9px;
	bottom:-19px;
}
.container {
	width:100%;
	position:relative;
	padding:0 0 6px;
}
.container.alt2 {padding-bottom:20px;}
.container:after {
	content:"";	display:block;	clear:both;
}
.twocolumns {
	float:right;
	width:700px;
}
.content {
	float:left;
	width:450px;
}
.container.alt3 .content {width:460px;}
.about-box {font:14px/17px Arial, Helvetica, sans-serif;}
.text-section {width:100%;}
.text-section:after {
	content:"";
	display:block;
	clear:both;
}
.text-section .col {
	margin:0 0 0 20px;
	float:right;
}
.text-section .widget-box {
	float:none;
	width:216px;
	margin:0 0 30px;
}
.text-section .text-box {
	overflow:hidden;
}
.container.alt2 .about-box {
	line-height:18px;
	word-spacing:1px;
}
.about-box p {margin:0 0 16px;}
.about-box h2 {
	margin:0 0 12px;
	padding:3px 0 0;
	text-transform:uppercase;
	font:20px/22px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.container.alt2 .sidebar {
	width:218px;
	margin:-1px 4px 0 0;
}
.container.alt3 {margin:-6px 0 0;}
.container.alt3 .sidebar {
	width:217px;
	margin:-2px 3px 0 0;
}
.sidebar {
	float:right;
	width:230px;
}
.widget-box {
	border:1px dotted #959595;
	padding:7px 6px 26px;
	position:relative;
	margin:0 0 40px;
	font-family:'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.widget-box.opened .image-holder {
	border:1px dotted #959595;
	padding:7px 6px;
	background:#fff;
	margin:-8px -7px -27px;
}
.widget-box.opened {
	padding:8px 7px 27px;
	border:0;
}
.widget-box .image {
	display:block;
	margin:0 0 7px;
	height:173px;
	position: relative;
	z-index: 3;
}
.widget-box.opened .image{z-index: 4;}
.widget-box .image-holder{
	position: absolute;
	top:0;
	right:0;
	width:217px;
	z-index: 5;
}
.widget-box .image-holder h2{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#fff;
	margin:0;
	padding:0 10px 26px;
	display:none;
}
.widget-box .image-holder .arrow{display:none;}
.widget-box.opened .image-holder .arrow,
.widget-box.opened .image-holder h2{display:block;}
.widget-box .image img{
	width:100%;
	height:auto;
}
.widget-box .date {
	display:block;
	font-size:10px;
	line-height:12px;
	margin:0 0 6px;
	background:#dfdfdf;
	padding:5px 7px 3px;
	letter-spacing:1px;
}
.widget-box h2 {
	font-size:18px;
	line-height:21px;
	font-weight:normal;
	margin:0 25px 0 5px;
	padding:0;
	text-transform:none;
}
.widget-box h2 a {text-decoration:none;}
.widget-box .arrow {
	position:absolute;
	left:11px;
	bottom:9px;
	background:url(images/arrow2.png) no-repeat;
	width:11px;
	height:11px;
	cursor:pointer;
}
.container.right-sidebar .btn-top {
	left:auto;
	right:0;
	bottom:50px;
}
.btn-top {
	position:absolute;
	bottom:22px;
	left:12px;
	color:#c5c5c5;
	text-transform:uppercase;
	font:14px/14px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	background:url(images/btn-top.png) no-repeat;
	padding:22px 0 0;
	width:23px;
	text-align:center;
	letter-spacing:2px;
	text-decoration:none;
}
.aside {
	float:left;
	width:215px;
	padding:0 0 30px;
}
.add-menu {
	list-style:none;	margin:0;	padding:0;
	font:14px/16px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
.add-menu li {
	list-style:none;
	margin:0 0 11px;
	padding:0 0 10px;
	border-bottom:1px dotted #c6c6c6;
	list-style-position:outside;
}
.add-menu a {
	color:#231f20;
	display:block;
	padding:2px 5px;
	text-decoration:none;
}
.add-menu .active a,
.add-menu a:hover {color:#c5c5c5;}
.tag-box {
	font:14px/16px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0 0 30px 3px;
	letter-spacing:2px;
}
.tag-box .title {
	display:block;
	color:#7e7e7e;
	margin:0 0 5px;
}
.tag-box ul {
	list-style:none;	margin:0;	padding:0;
}
.tag-box li {
	list-style:none;
	margin:0 0 6px;
	list-style-position:outside;
}
.gallery-lightbox {
	border:1px dotted #959595;
	width:860px;
	overflow:hidden;
	background:#f8f8f8;
	padding:15px 6px 0 10px;
}
.gallery-lightbox h2 {
	margin:0 0 14px;
	letter-spacing:1px;
	font:22px/24px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.gallery4-holder {
	width:857px;
	overflow:hidden;
	margin:0 0 5px;
}
.gallery4 {position:relative;}
.gallery4-holder > ul {
	list-style:none;	margin:0;	padding:0;
	width:9999px;
	overflow:hidden;
}
.gallery4-holder .img-holder {
	display:table;
	width:100%;
	height:641px;
	text-align:center;
}
.gallery4-holder .img-frame {
	display:table-cell;
	vertical-align:middle;
}
.gallery4-holder > ul > li {
	float:left;
	list-style:none;
	min-height:641px;
	list-style-position:outside;
}
.gallery4-holder img {vertical-align:top;}
.gallery4 .btns-box .btn-holder {
	right:-200px;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.gallery4 .btns-box.left .btn-holder{
	right:auto;
	left:-200px;
}
.gallery4 .btns-box a{
	display:block;
	height:100%;
}
.gallery4 .btns-box.left:hover .btn-holder {left:-6px;}
.gallery4 .btns-box:hover .btn-holder {right:0;}
.gallery4 .btns-box:hover .btn-holder {display:block;}
.gallery4 .btns-box {
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:98%;
}
.gallery4 .btns-box.left {
	right:auto;
	left:0;
}
.gallery4 .btn-holder {
	position:absolute;
	right:0;
	top:50%;
	margin:-42px 0 0;
	height:21px;
	overflow:hidden;
}
.gallery4 .next,
.gallery4 .prev {
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/btn-prev2.png) no-repeat;
	width:21px;
	height:23px;
	z-index:2;
	position:relative;
}
.gallery4 .prev {float:left;}
.gallery4 .next {
	background:url(images/btn-next2.png) no-repeat;
	width:23px;
}
.gallery4 .btn-holder:hover .num {right:0;}
.gallery4 .btn-holder .num {
	right:-200px;
	position:relative;
}
.gallery4 .btns-box.left .num {
	right:auto;
	left:-200px;
}
.gallery4 .btns-box.left .btn-holder:hover .num {
	left:0 !important;
}
.gallery4 .num {
	float:left;
	margin:0 -4px 0 0;
	height:18px;
	padding:5px 9px 0;
	background:#000;
	font-size:10px;
	line-height:12px;
	color:#fff;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.gallery4-options {overflow:hidden;}
.gallery4-options .text-box {
	float:left;
	width:260px;
	font-size:10px;
	line-height:12px;
	padding:12px 0 0 8px;
}
.gallery4-options .gallery-text {
	width:260px;
	overflow:hidden;
}
.gallery4-options .gallery-text ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	min-height:66px;
}
.gallery4-options .gallery-text li {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	list-style:none;
	list-style-position:outside;
}
.gallery4-options .gallery-text .active {z-index:2;}
.gallery4-options .text-box .section {
	font-size:11px;
	line-height:13px;
	min-height:54px;
}
.thumbnails {
	float:right;
	width:582px;
}
.thumbnails .btn-next2,
.thumbnails .btn-prev2 {
	background:url(images/btn-prev3.png) no-repeat;
	float:left;
	width:81px;
	height:93px;
	overflow:hidden;
	text-indent:-9999px;
}
.thumbnails .btn-next2 {
	background:url(images/btn-next3.png) no-repeat;
	width:70px;
	float:right;
	margin:0 3px 0 0;
}
.thumbnails .thumb-holder {
	float:left;
	width:428px;
	padding:10px 0 0;
	overflow:hidden;
}
.thumbnails .thumb-frame {width:415px;}
.thumbnails .thumb-frame > ul {
	list-style:none;	margin:0;	padding:0;
	width:99999px;
	overflow:hidden;
}
.thumbnails .thumb-frame > ul > li {
	float:left;
	margin:0 2px 0 14px;
	list-style:none;
	list-style-position:outside;
}
.thumbnails .thumb-holder img {display:block;}
.thumbnails .thumb-holder a:hover img,
.thumbnails .thumb-holder .active img {opacity:0.3;}
.contact-section {
	border-top:1px dotted #959595;
	padding:22px 0 0;
	margin:-4px 0 0;
	font-family:'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.contact-section:after {
	content:"";	display:block;	clear:both;
}
.contact-section .cols {float:left;}
.contact-section .col {
	float:left;
	width:340px;
	margin:0 11px 0 2px;
}
.contact-list {
	list-style:none;	margin:0;	padding:0;
	font:12px/14px Arial, Helvetica, sans-serif;
}
.contact-list li {
	list-style:none;
	margin:0 0 37px;
	list-style-position:outside;
}
.contact-list .name {
	display:block;
	letter-spacing:1px;
	font:17px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.contact-list .alt {
	letter-spacing:1px;
	font:17px/19px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	display:block;
	margin:0 0 6px;
}
.contact-list a {
	color:#8b8b8b;
	text-decoration:none;
}
.contact-list a:hover {color:#464748;}
.contact-section .alt-col {
	float:right;
	width:217px;
	margin:0 3px 0 0;
}
.address-box {
	color:#555;
	margin:0 0 16px 7px;
	font:12px/16px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.address-box h2 {
	margin:0;
	letter-spacing:2px;
	font:16px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.container.alt3 .address-box h2 {
	letter-spacing:3px;
	margin:0;
	line-height:18px;
}
.container.alt3 .address-box {margin:0 0 11px 7px;}
.address-box address {
	font-style:normal;
	margin:0;
}
.text-list {
	list-style:none;	margin:0;	padding:0;
	font:12px/14px Arial, Helvetica, sans-serif;
}
.text-list li {
	list-style:none;
	padding:0 5px 11px 7px;
	list-style-position:outside;
}
.text-list .title {
	display:block;
	background:#c6c6c6;
	padding:5px 7px 3px;
	margin:0 -5px 9px -7px;
	letter-spacing:2px;
	font:10px/12px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.text-list dl {
	overflow:hidden;
	margin:0;
}
.text-list dt {
	float:left;
	clear:left;
	width:68px;
	margin:0 4px 0 0;
	font-weight:bold;
}
.text-list dd {margin:0 0 4px;}
.text-list .note {
	color:#7e7e7e;
	line-height:16px;
}
.text-list .note a {
	color:#7e7e7e;
	text-decoration:none;
}
.text-list p {margin:0 0 10px;}
.text-list a {text-decoration:none;}
.text-list a:hover {color:#464748;}
.ajax-tabs{
	width:100%;
	position:relative;
}
.ajax-holder{
	width:100%;
	position:relative;
}
.ajax-holder .content-tab{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}
.ajax-holder .content-tab.active{z-index:2;}
.tab-controls {
	overflow:hidden;
	text-transform:uppercase;
	margin:-12px 0 14px;
	padding:0 0 9px;
	letter-spacing:1px;
	border-bottom:1px dotted #959595;
	font:16px/16px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.tab-controls ul {
	list-style:none;	margin:0;	padding:0;
	overflow:hidden;
}
.tab-controls a {text-decoration:none;}
.tab-controls .active a,
.tab-controls a:hover {color:#c5c5c5;}
.tab-controls li {
	float:left;
	list-style:none;
	margin:0 13px;
	list-style-position:outside;
}
.tab-controls li:first-child {margin-left:0;}
.info-block {
	border:1px dotted #959595;
	padding:6px 5px 8px;
	overflow:hidden;
	margin:0 0 7px;
	-moz-transition:border .2s ease-in-out;
	-webkit-transition:border .2s ease-in-out;
	-ms-transition:border .2s ease-in-out;
	-o-transition:border .2s ease-in-out;
	transition:border .2s ease-in-out;
	text-decoration:none;
	display:block;
}
.info-block:hover {border:1px dotted #d0d0d0;}
.info-block:hover .title {color:#7e7e7e;}
.info-block .image {float:right;}
.info-block .text-box {
	overflow:hidden;
	font:14px/18px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	color:#acacac;
	padding:6px 20px 0 6px;
	letter-spacing:1px;
	display:block;
}
.info-block .alt {
	display:block;
	font-size:10px;
	line-height:12px;
	color:#000;
	margin:0 0 6px;
}
.info-block .title {
	margin:0 0 6px;
	font-size:34px;
	line-height:36px;
	font-weight:normal;
	color:#000;
	display:block;
	-moz-transition:color .2s ease-in-out;
	-webkit-transition:color .2s ease-in-out;
	-ms-transition:color .2s ease-in-out;
	-o-transition:color .2s ease-in-out;
	transition:color .2s ease-in-out;
}
.info-block .date {
	display:block;
	font-size:18px;
	line-height:20px;
	color:#acacac;
	margin:0 0 13px;
}
.content-container {
	margin:15px 0 11px 1px;
	background:url(images/separator3.png) repeat-y 229px 0;
}
.content-container2 {position:relative;}
.content-container2 .content {
	width:700px;
	float:right;
}
.content-container2:after {
	content:"";
	display:block;
	clear:both;
}
.content-container:after {
	content:"";	display:block;	clear:both;
}
.content-container .content {
	float:right;
	width:697px;
}
.posts .post-box {
	overflow:hidden;
	padding:0 0 14px;
	margin:0 0 12px;
	border-bottom:1px dotted #bdbdbd;
}
.posts .post-box .image {
	float:left;
	margin:0 15px 0 0;
}
.posts .post-box .image:hover {opacity:0.8;}
.posts .post-box .meta {margin-left:-5px;}
.posts .post-box h2 {margin:0 0 8px;}
.posts .text-box {
	overflow:hidden;
	padding:0 0 0 5px;
	line-height:17px;
}
.post-box {
	width:100%;
	line-height:18px;
}
.post-box .meta {
	overflow:hidden;
	margin:0 0 9px;
	font:10px/12px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.post-box .cat {
	float:left;
	text-transform:uppercase;
	background:#dfdfdf;
	padding:4px 9px 3px;
	margin:0 7px 0 0;
	letter-spacing:2px;
}
.post-box .date {
	float:left;
	color:#acacac;
	font-size:10px;
	line-height:12px;
	letter-spacing:2px;
	margin:4px 0 0;
}
.post-box h2 {
	margin:0 0 11px 7px;
	letter-spacing:1px;
	font:18px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.post-box h2 a {text-decoration:none;}
.post-box h2 a:hover {color:#7e7e7e;}
.post-box .image {
	margin:0 0 14px;
}
.post-box .image img {
	display:block;
	margin:0 0 12px;
}
.post-box .image .caption {
	font:10px/12px Arial, Helvetica, sans-serif;
	color:#7e7e7e;
	letter-spacing:1px;
	padding:0 0 0 5px;
}
.post-box .entry {padding:0 25px 0 5px;}
.post-box p {margin:0 0 20px;}
.post-controls {
	overflow:hidden;
	text-transform:uppercase;
	font:18px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	border-top:1px dotted #b2b2b2;
	padding:18px 2px 20px 8px;
	letter-spacing:1px;
}
.post-controls .prev,
.post-controls .next {
	text-decoration:none;
	float:left;
}
.post-controls .next {float:right;}
.post-controls a:hover {color:#8e8e8e;}
.content-container .aside {
	width:216px;
	float:left;
}
.paging {
	padding:24px 0 19px;
	margin:-10px 0 0 -14px;
	background:#f8f8f8;
	letter-spacing:1px;
	overflow:hidden;
	text-align:center;
	font:18px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	color:#8e8e8e;
}
.paging ul {
	list-style:none;	margin:0;	padding:0;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
}
.paging li {
	float:left;
	list-style:none;
	list-style-position:outside;
	margin:0 3px;
	padding:0 3px 0 17px;
	background:url(images/ico-star.png) no-repeat 0 3px;
}
.paging .prev + li,
.paging li:first-child {background:none;}
.paging .prev,
.paging .next {
	background:none;
	padding:0 5px;
	margin:0 -12px 0 0;
}
.paging .next {margin-right:0;}
.paging a {
	text-decoration:none;
	color:#000;
}
.paging a:hover {color:#8e8e8e;}
.recent-box {
	font:14px/16px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	margin:0 0 25px;
	letter-spacing:1px;
}
.recent-box .title {
	display:block;
	background:#c6c6c6;
	padding:5px 7px 3px;
	margin:0 0 9px;
	letter-spacing:2px;
	font:10px/12px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.recent-box ul {
	list-style:none;	margin:0;	padding:0;
}
.recent-box li {
	list-style:none;
	margin:0 0 8px;
	padding:0 0 5px;
	border-bottom:1px dotted #c6c6c6;
	list-style-position:outside;
}
.recent-box a {
	display:block;
	color:#231f20;
	padding:4px 5px;
	text-decoration:none;
}
.recent-box a:hover,
.recent-box .active a {color:#c5c5c5;}
.recent-box span {
	float:right;
	color:#c5c5c5;
	font:11px/16px Arial, Helvetica, sans-serif;
}
.recent-box .btn-show-older{
	display:inline-block;
	background:url(images/btn-submit2.png) no-repeat;
	padding:2px 0 2px 27px;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.recent-box .btn-show-older:hover{background-position:0 -20px;}
.btn-show{
	display:inline-block;
	padding:1px 27px 2px 0;
	background:url(images/btn-submit.png) no-repeat 100% 0;
	font:14px/16px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	margin:0 0 0 2px;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.btn-show:hover{
	color:#c5c5c5;
	background-position:100% -20px;
}
.main-image {
	border:1px dotted #959595;
	padding:6px 5px 8px;
	margin:0 0 19px;
	position:relative;
}
.main-image img {vertical-align:top;}
.description-box {
	overflow:hidden;
	padding:0 0 9px;
}
.description-box .alt-col {
	float:right;
	width:220px;
	margin:0 12px 0 20px;
}
.description-box .alt-col .address-box {
	margin:4px 12px 10px 10px;
	letter-spacing:2px;
}
.description-box .alt-col .address-box h2 {letter-spacing:3px;}
.description-box .alt-col + .text-box {padding:0 0 10px;}
.description-box .alt-box {
	float:right;
	width:222px;
	font-size:13px;
	line-height:18px;
	margin:0 0 0 40px;
	padding:1px 0 0;
}
.description-box .alt-box h2 {
	margin:0 0 6px;
	font:17px/19px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.description-box .alt-box p {margin:0 0 7px;}
.description-box .text-box {
	font-size:14px;
	line-height:19px;
	letter-spacing:1px;
	overflow:hidden;
}
.description-box .text-box p {margin:0 0 16px;}
.content-cols {width:100%;}
.content-cols:after {
	content:"";	display:block;	clear:both;
}
.content-cols .content-col {
	float:left;
	width:705px;
}
.content-sidebar {
	float:right;
	width:224px;
}
.content-cols .heading {
	text-transform:uppercase;
	padding:0 0 13px;
	margin:0 0 10px;
	border-bottom:2px solid #000;
}
.content-cols .heading h2 {
	margin:0;
	font:19px/21px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.news-list {
	list-style:none;	margin:0;	padding:0;
	font:16px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.news-list li:first-child {padding-top:3px;}
.news-list li {
	list-style:none;
	padding:9px 0 6px;
	border-bottom:1px dotted #959595;
	list-style-position:outside;
}
.news-list .date {
	display:block;
	color:#acacac;
	font-size:10px;
	line-height:12px;
	letter-spacing:2px;
	margin:0 0 2px;
}
.news-list a {
	text-decoration:none;
	display:block;
}
.news-list a:hover {color:#7e7e7e;}
.content-boxes {
	overflow:hidden;
	margin:0 -7px 0 0;
}
.content-boxes .box {
	float:left;
	border:1px dotted #959595;
	padding:7px 6px 27px;
	width:217px;
	min-height:268px;
	margin:0 6px 7px 0;
	position:relative;
	-moz-transition:border .2s ease-in-out;
	-webkit-transition:border .2s ease-in-out;
	-ms-transition:border .2s ease-in-out;
	-o-transition:border .2s ease-in-out;
	transition:border .2s ease-in-out;
}
.content-boxes .box.empty {cursor:default;}
.content-boxes .box.empty,
.content-boxes .box:hover {border-color:#c6c6c6}
.content-boxes .box:hover .date {color:#707070;}
.content-boxes .box:hover .title {color:#7e7e7e;}
.content-boxes .box img {vertical-align:top;}
.content-boxes .box:hover img {opacity:0.8;}
.content-boxes .category,
.content-boxes .date {
	display:block;
	background:#dfdfdf;
	font:10px/12px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	padding:4px 6px;
	margin:7px 0 5px;
}
.content-boxes a {
	text-decoration:none;
	display:block;
}
.content-boxes .title {
	margin:0 0 0 5px;
	display:block;
	letter-spacing:1px;
	-moz-transition:color .2s ease-in-out;
	-webkit-transition:color .2s ease-in-out;
	-ms-transition:color .2s ease-in-out;
	-o-transition:color .2s ease-in-out;
	transition:color .2s ease-in-out;
	font:18px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.content-boxes .date2 {
	position:absolute;
	bottom:10px;
	left:10px;
	color:#acacac;
	font:18px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.product-section {
	overflow:hidden;
	padding:0 0 38px;
}
.product-section .product {
	float:right;
	width:220px;
	margin:3px 2px 0 60px;
}
.product-section .product .more {
	padding:0 20px 0 0;
	margin:0 0 0 19px;
	background:url(images/btn-next.png) no-repeat 100% 1px;
	font:10px/14px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	text-decoration:none;
	letter-spacing:2px;
}
.product-section .product .more:hover {text-decoration:underline;}
.product-section .product .image img {
	vertical-align:top;
	margin:0 0 10px;
}
.product-section .product .image {
	display:block;
	margin:0 0 10px;
}
.info-box2 .link,
.product-section .product .link {
	border:dotted #c6c6c6;
	border-width:1px 0;
	text-transform:uppercase;
	font:10px/14px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	display:block;
	padding:8px 20px 9px;
	text-align:center;
	text-decoration:none;
	letter-spacing:2px;
	background:url(images/bg-link.png) no-repeat 0 50%;
}

/*SICOA_MOD_90*/
.info-box2 .second-link .link, .product-section .product .second-link .link {
	border-top:none;
}
.product-section .product .link:hover {text-decoration:underline;}
.product-section .description {
	overflow:hidden;
	font-size:15px;
	line-height:18px;
	word-spacing:2px;
}
.product-section .description p {margin:0 0 14px;}
.product-section .description dl {
	font-size:13px;
	line-height:15px;
	margin:0;
	padding:17px 0 0;
	overflow:hidden;
}
.product-section .description dt {
	float:left;
	clear:left;
	font-weight:bold;
}
.product-section .description dd {margin:0 0 7px;}
.text-list2 {
	list-style:none;	margin:0;	padding:1px 0 0 60px;
	float:right;
	width:223px;
	font-size:13px;
	line-height:15px;
	letter-spacing:1px;
}
.text-list2 li {
	list-style:none;
	margin:0 0 10px;
	list-style-position:outside;
}
.text-list2 .title {
	display:block;
	margin:0 0 5px;
	font:16px/18px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.product-section.alt {padding:0 0 23px;}
.product-section.alt .description {line-height:19px;}
.product-section.alt .description p {margin:0 0 19px;}
.container.right-sidebar .sidebar {
	width:217px;
	margin:0 4px 50px 0;
}
.container.right-sidebar .content {
	float:left;
	width:700px;
}
.posts-list {
	font-size:14px;
	line-height:17px;
	letter-spacing:1px;
}
.post-block {padding:21px 0 5px;}
.posts-list .post-block:first-child {padding-top:0;}
.posts-list .line {
	display:block;
	background:#000;
	height:2px;
	width:100%;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	margin-bottom:25px;
}
.posts-list .image-box {
	display:block;
	margin:0 0 14px;
}
.posts-list .image {
	position:relative;
	display:block;
}
.posts-list .image .link {width:140px;}
.posts-list .image img {vertical-align:top;}
.posts-list .image-box .caption {
	display:block;
	color:#7e7e7e;
	font-size:10px;
	line-height:12px;
	padding:11px 0 0;
	letter-spacing:0;
}
.posts-list h2 {
	margin:0 0 1px;
	letter-spacing:1px;
	font:18px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.posts-list h2 a {text-decoration:none;}
.posts-list h2 a:hover {color:#757575;}
.posts-list h3 {
	letter-spacing:1px;
	font:18px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	color:#7e7e7e;
}
.posts-list p {margin:0 0 17px;}
.link-ligthbox {
	display:block;
	margin:0 0 14px;
}
.link-ligthbox a {
	padding:0 20px 0 0;
	margin:0 0 0 6px;
	background:url(images/btn-next.png) no-repeat 100% 1px;
	font:10px/12px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	text-decoration:none;
	letter-spacing:2px;
}
.info-box2 {
	margin:0 0 7px;
	font-size:10px;
	line-height:16px;
}
.info-box2 .controls {
	overflow:hidden;
	border-bottom:1px dotted #c6c6c6;
}
.info-box2 .btn-prev,
.info-box2 .btn-next {
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	width:17px;
	height:21px;
	background:url(images/btn-next.png) no-repeat 50% 7px;
}
.info-box2 .btn-prev {
	float:left;
	background:url(images/btn-prev.png) no-repeat 50% 7px;
}
.info-box2 .num {
	display:block;
	text-align:center;
	padding:1px 0 0;
}
.info-box2 .title, .heading .title_new {
	display:block;
	background:#c6c6c6;
	padding:5px 7px 3px;
	margin:0 0 6px;
	letter-spacing:2px;
	font:10px/12px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.info-box2 dl {
	margin:0;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
}
.info-box2 dl.alt {padding:0 0 5px;}
.info-box2 dl.alt dt {width:120px;}
.info-box2 dt {
	float:left;
	clear:left;
	width:69px;
	color:#878484;
	font:10px/17px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 0 0 5px;
}
.info-box2 dd {
	margin:0 0 8px;
	overflow:hidden;
}
.info-box2 dl.alt dd {
	text-align:right;
	margin:0 5px 4px 0;
}
.info-box2 .image {
	text-align:center;
	display:block;
	padding:15px 0 22px;
}
.info-box2 .image img {vertical-align:top;}
.info-box2 p {margin:0 0 9px;}
.search-section {
	height:1%;
	border-bottom:1px dotted #959595;
	padding:11px 0 14px;
	margin:0 0 17px;
	letter-spacing:1px;
	position:relative;
}
.autocomplete-box {
	position:absolute;
	left:49px;
	top:31px;
	background:#dfdfdf;
	color:#b1b1b1;
	font:12px/13px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	min-width:145px;
	z-index:10;
}
.autocomplete-box ul{
	list-style:none;	margin:0;	padding:0;
}
.autocomplete-box li {
	list-style:none;
	list-style-position:outside;
}
.autocomplete-box a {
	text-decoration:none;
	color:#b1b1b1;
	display:block;
	padding:6px 6px;
}
.autocomplete-box a:hover {color:#000;}
.search-section:after {
	content:"";	display:block;	clear:both;
}
.search-section input[type="text"] {
	float:left;
	margin:0 20px 0 0;
	padding:4px 5px 3px;
	outline:none;
	border:0;
	text-transform:uppercase;
	background:#dfdfdf;
	width:135px;
	color:#b1b1b1;
	font:12px/13px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	-webkit-border-radius:0;}
.search-section input.text2 {
	width:49px;
	margin:0 25px 0 0;
}
.search-section label {
	float:left;
	font:11px/13px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	margin:3px 11px 0 0;
}
.search-section .chk-area {margin:0 25px 0 0;}
.search-section input[type="submit"] {
	float:right;
	font:14px/16px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	background:url(images/btn-submit.png) no-repeat 100% 0;
	width:48px;
	text-align:left;
	margin:0 5px 0 0;
	padding:0;
	outline:none;
	cursor:pointer;
	border:0;
	height:20px;
	-webkit-border-radius:0;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.search-section input[type="submit"]:hover {
	color:#757575;
	background-position:100% -20px;
}
.info-boxes {margin:0 -6px 0 0;}
.info-boxes:after {
	content:"";	display:block;	clear:both;
}
.info-boxes .box {
	width:450px;
	padding:7px 7px 7px 8px;
	margin:0 6px 6px 0px;
	min-height:288px;
	border:1px dotted #959595;
	position:relative;	
	float:left;
	-moz-transition:border .2s ease-in-out;
	-webkit-transition:border .2s ease-in-out;
	-ms-transition:border .2s ease-in-out;
	-o-transition:border .2s ease-in-out;
	transition:border .2s ease-in-out;
	text-decoration:none;
}
.info-boxes .image {
	float:right;
	width:218px;
	text-align:center;
	margin:2px 0 0 10px;
}
.info-boxes .image img {vertical-align:top;}
.info-boxes .text-box {
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	display:block;
}
.info-boxes .title {
	margin:0 0 9px;
	font:18px/21px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	display:block;
}
.info-boxes .alt {
	position:absolute;
	left:15px;
	bottom:10px;
	width:220px;
	color:#b2b2b2;
	font-weight:bold;
}
.info-boxes .category {
	display:block;
	background:#dfdfdf;
	font:10px/12px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	padding:4px 8px;
	margin:0 0 9px;
}
.info-boxes .entry {
	padding:0 5px;
	display:block;
}
.info-boxes .box:hover {border-color:#d0d0d0;}
.info-boxes .box:hover {color:#7e7e7e;}
.info-boxes .box:hover .image img {opacity:0.8}
.filter-section .paging {
	text-align:center;
	margin:0;
	padding:16px 0;
}
.filter-section .paging ul {
	display:inline-block;
	vertical-align:top;
}
.results-list {
	list-style:none;	margin:-12px 0 0;	padding:0 0 11px;
	word-spacing:2px;
}
.results-list > li {
	list-style:none;
	padding:12px 5px 12px 5px;
	list-style-position:outside;
	border-bottom:1px dotted #b2b2b2;
}
.results-list .meta {
	overflow:hidden;
	padding:0 0 8px;
	margin:0 -5px;
	font:10px/12px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.results-list .type {
	float:left;
	background:#dfdfdf;
	letter-spacing:2px;
	padding:4px 7px;
	margin:0 10px 0 0;
}
.results-list .date {
	float:left;
	color:#b2b2b2;
	margin:4px 0 0;
	letter-spacing:2px;
}
.results-list h2 {
	font:18px/21px 'deste-gothicregular', Arial, Helvetica, sans-serif;
	margin:0 0 9px;
	letter-spacing:1px;
}
.results-list h2 a {
	text-decoration:none;
	color:#555;
}
.results-list h2 a:hover {color:#7e7e7e;}
.post-rows {
	width:100%;
	list-style:none;	margin:0;	padding:0;
	color:#555;
	line-height:17px;
}
.post-rows > li {
	list-style:none;
	list-style-position:outside;
	border-top:1px dotted #959595;
	padding:35px 0 1px;
}
.post-rows > li:first-child {
	border:0;
	padding-top:0;
}
.post-rows .meta {
	padding:0 0 22px;
	letter-spacing:2px;
}
.post-rows h3 {
	margin:0;
	letter-spacing:1px;
	font:14px/16px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.post-rows h2 {
	margin:0;
	font:20px/24px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.post-rows h2 a {text-decoration:none;}
.post-rows address {
	margin:0;
	font:16px/21px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
.post-rows p {margin:0 0 34px;}
.post-rows .link {
	font-size:12px;
	text-decoration:none;
	color:#555;
}
.post-rows .link:hover {text-decoration:underline;}
.post-rows .image {
	display:block;
	margin:0 0 17px;
}
.gallery5 {
	width:100%;
	overflow:hidden;
}
.gallery5-holder {
	overflow:hidden;
	position:relative;
}
.gallery5-frame {width:100%;}
.gallery5-frame > ul {
	overflow:hidden;
	width:99999px !important;
}
.gallery5-frame > ul.static{margin-left:0 !important;}
.gallery5 .btn-prev,
.gallery5 .btn-next {
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/btn-prev.png) no-repeat;
	width:11px;
	height:9px;
	float:left;
	margin:5px 8px 0 0;
}
.gallery5 .btn-next {
	float:right;
	margin:5px 0 0 8px;
	background:url(images/btn-next.png) no-repeat;
}
.gallery6-holder {
	width:100%;
	overflow:hidden;
}
.gallery6-holder > ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;
	overflow:hidden;
}
.gallery6-holder > ul > li {
	float:left;
	width:100%;
	list-style:none;
	list-style-position:outside;
}
#footer {
	overflow:hidden;
	font:11px/16px Arial, Helvetica, sans-serif;
	border-top:3px solid #000;
	margin:0 -1px 0 1px;
	padding:15px 2px 15px 7px;
}
.main-heading .social {margin:17px 5px 0 0;}
.social span {cursor:pointer;}
.social {
	list-style:none;	margin:0;	float:right;
}
.social li {
	float:left;
	list-style:none;
	list-style-position:outside;
	margin:0 0 0 5px;
	position:relative;
}
.social li .hover {
	position:absolute;
	top:0;
	left:0;
	visibility: visible;
	z-index:1;
}
.social img {display:block;}
#footer .text-box {
	overflow:hidden;
	letter-spacing:1px;
	padding:2px 0 0;
}
#footer p {margin:0;}
.logo2 {
	float:left;
	background:url(images/logo2.png) no-repeat;
	width:82px;
	height:80px;
	overflow:hidden;
	text-indent:-9999px;
	margin:1px 20px 0 0;
}
.logo2 a {
	display:block;
	height:100%;
}
#footer .text-box .text {overflow:hidden;}
#footer .title {
	display:block;
	margin:0 0 12px;
	font:17px/20px 'deste-gothicregular', Arial, Helvetica, sans-serif;
}
#footer a {text-decoration:none;}
#footer a:hover {text-decoration:underline;}

#credits a {text-decoration:none; font-weight:bold}
#credits a:hover {text-decoration:underline; font-weight:bold}

#footer a.fmail {text-decoration:underline;}
#footer a.fmail:hover {text-decoration:none;}
.text-list .note a , .textwidget a {text-decoration:underline;}
.text-list .note:hover , .textwidget a:hover {text-decoration:none;}

input[type="image"]{padding:0;border:none;}
input[type=submit], input[type=text], input[type=password], input[type=file], textarea{-webkit-appearance:none;}

.contact-section .widget-3 {display:none}

.page-id-20318 .post-box ul {
	padding-left: 12px;
	margin-left: 1px;
}

.page-id-20318 .post-box ul li {
	list-style-position: outside;
}

.aside-custom {
	padding-bottom: 0;
}