/* @override http://demo.pagayo.com/skin/frontend/default/pagayo-theme-003/css/styles.css */

/*
################################
--------------------------------
Theme by Pagayo
Pagayo Themes and Extensions
www.pagayo.com
--------------------------------
################################
*/


/* RESET
========================================== */

@font-face {
    font-family: 'Minion'; /*a name to be used later*/
    src: url('Minion.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'florenceSans'; /*a name to be used later*/
    src: url('SFFlorencesansExp.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'OrpheusPro'; /*a name to be used later*/
    src: url('OrpheusPro.otf'); /*URL to font*/
}

@font-face {
    font-family: 'ChantilyMedium'; /*a name to be used later*/
    src: url('ChantilyMedium.ttf'); /*URL to font*/
}


* { 
	margin: 0; 
	padding: 0; 
}

html {
	height: 100%;
}

body { 
	background: #fff; 
	font: 12px/1.35 Arial, Helvetica, sans-serif; 
	color: #000; /*#222*/
	text-align: left;
	max-width: 5760px;
	max-height: 3840px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

img { 
	border: 0; 
	vertical-align: top; 
}

a {
	/*color: #06619c;*/
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #06619c;
	text-decoration: underline;
}

:focus { 
	outline: 0; 
}

/* Headings
------------------------------------- */

h1 { 
	font-size: 19px; 
	font-weight: normal; 
	line-height: 1.15; 
	margin-bottom: 4px; 
}

h2 { 
	font-size: 17px; 
	font-weight: normal; 
	line-height: 1.25; 
	margin-bottom: 4px; 
}

h3 { 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1.25; 
	margin-bottom: 4px; 
}

h4 { 
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: 4px; 
}

h5 { 
	font-size: 12px; 
	font-weight: bold; 
	margin-bottom: 4px; 
}

h6 { 
	font-size: 11px; 
	font-weight: bold; 
	margin-bottom: 4px; 
}


.pagehead { 
	font-size: 35px; 
	font-weight: bold;
	text-decoration: underline; 
	padding-bottom: 15px;
	/*font-family: "Times New Roman", Georgia, Serif;*/
	text-align: center;
	width: 100%;
	color: #121111;
}
/* Forms 
------------------------------------- */

form { 
	display: inline; 
}

fieldset { 
	border: 0; 
}

legend { 
	display: none; 
}

/* Table 
------------------------------------- */

table { 
	border: 0; 
	border-collapse: collapse; 
	border-spacing: 0; 
	empty-cells: show; 
	font-size: 100%; 
}

caption,th,td { 
	vertical-align: top; 
	text-align: left; 
	font-weight: normal; 
}

/* Content 
------------------------------------- */

strong { 
	font-weight: bold; 
}

address { 
	font-style: normal; 
}

cite { 
	font-style: normal; 
}

q,
blockquote { 
	quotes: none; 
}

q:before,
q:after { 
	content: ''; 
}

small,big { 
	font-size: 1em; 
}

sup { 
	font-size: 1em; 
	vertical-align: top; 
}

/* Lists 
------------------------------------- */

ul,ol { 
	list-style: none; 
}

/* Tools 
------------------------------------- */

.hidden { 
	display: block !important; 
	border: 0 !important; 
	margin: 0 !important; 
	padding: 0 !important; 
	font-size: 0 !important; 
	line-height: 0 !important; 
	width: 0 !important; 
	height: 0 !important; 
	overflow: hidden !important; 
}

.nobr { 
	white-space: nowrap !important; 
}

.wrap { 
	white-space: normal !important; 
}

.a-left { 
	text-align: left !important; 
}

.a-center { 
	text-align: center !important; 
}

.a-right { 
	text-align: right !important; 
}

.v-top { 
	vertical-align: top; 
}

.v-middle { 
	vertical-align: middle; 
}

.f-left,
.left { 
	float: left !important; 
}

.f-right,
.right { 
	float: right !important; 
}

.f-none { 
	float: none !important; 
}

.f-fix { 
	float: left; 
}

.no-display { 
	display: none; 
}

.no-margin { 
	margin: 0 !important; 
}

.no-padding { 
	padding: 0 !important; 
}

.no-bg { 
	background: none !important; 
}

/* LAYOUT
========================================== */

.pagebgrimg1 {
  width: 100%;
  /*min-width: 1024px;*/	
  max-width: 5760px; /*1550px,1234px*/
  height: 100%; /*680px*/
  position: absolute;
  /*top: 0;
  left: 0;*/
  z-index: -10;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;

}

.pagebgrimg2 {
  width: 100%;
  /*min-width: 1024px;*/
  max-width: 5760px; /*1550px,1234px*/
  height: 100%; /*680px*/
  position: absolute;
  /*top: 0;
  left: 0;*/
  z-index: -20;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.page {
	min-width: auto;
	text-align: left;
	margin: 0 auto; 
	height: 100%;
}

.page-print { 
	background: #fff; 
	padding: 20px; 
	text-align: left; 
}

.page-empty { 
	background: #fff; 
	padding: 20px; 
	text-align: left; 
}

.page-popup { 
	padding: 20px; 
	text-align: left; 
}

.main-supercontainer { 
	flex: 1;
	/*justify-content: center;
	flex-direction: column;*/
	display: flex;
	align-items: center;
}

.main-container {
	padding-bottom: 14px; 
}

.main {
	width: 100%;
}

/* Base Columns
------------------------------------- */

.col-left { 
	float: left; 
	width: 220px; 
}

.col-main { 
	float: left; 
	width: 960px; 
}

.col-right { 
	float: right; 
	width: 220px; 
}

/* 1 Column Layout
------------------------------------- */

.col1-layout .col-main { 
	float: none; 
	width: auto; 
}

/* 2 Columns Layout
------------------------------------- */

.col2-left-layout .col-main { 
	float: right; 
}

.col2-right-layout .col-main { 
	 
}

/* 3 Columns Layout
------------------------------------- */

.col3-layout .col-main {
	width: 720px;
}

.col3-layout .col-wrapper {
	float: left;
	width: 960px;
}

.col3-layout .col-wrapper .col-main {
	float: right;
}

/* Content Columns
------------------------------------- */

.col2-set .col-1 { 
	float: left; 
	width: 49%; 
}

.col2-set .col-2 { 
	float: right; 
	width: 49%; 
}

.col2-set .col-narrow { 
	width: 33%; 
}

.col2-set .col-wide { 
	width: 65%; 
}

.col3-set .col-1 { 
	float: left; 
	width: 32%; 
}

.col3-set .col-2 { 
	float: left; 
	width: 32%; 
	margin-left: 2%; 
}

.col3-set .col-3 { 
	float: right; 
	width: 32%; 
}

.col4-set .col-1 { 
	float: left; 
	width: 23.5%; 
}

.col4-set .col-2 { 
	float: left; 
	width: 23.5%; 
	margin: 0 2%; 
}

.col4-set .col-3 { 
	float: left; 
	width: 23.5%; 
}

.col4-set .col-4 { 
	float: right; 
	width: 23.5%; 
}


/* PAGE HEADING
========================================== */

.page-title { 
	margin: 0 0 8px; 
}

.page-title h1,
.page-title h2 { 
	font-weight: bold; 
}

.page-title .separator { 
	margin: 0 3px; 
}

.page-title .link-rss { 
	float: right;
	padding: 4px 4px 4px 22px; 
	background: #f6f6f6 url(../images/i_rss.gif) no-repeat 5px center; 
	border: 1px solid #ddd; 
	font-size: 11px; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	color: #444; 
}

.title-buttons { 
	text-align: right; 
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { 
	float: left; 
}

.subtitle,
.sub-title { 
	clear: both; 
}

/* PAGER
========================================== */

.pager { 
	padding: 8px;
	margin: 5px 0 0;
	text-align: center; 
	border: 1px solid #ddd; 
	color: #555;
}

.pager .amount { 
	float: left; 
}

.pager .limiter { 
	float: right; 
}

.pager .pages { 
	margin: 0 135px; 
}

.pager .pages ol { 
	display: inline; 
	font-size: 14px; 
	font-weight: bold; 
	margin-left: 8px; 
}

.pager .pages li { 
	display: inline; 
}

.pager .pages a{ 
	display: inline-block; 
	padding: 1px 5px; 
	background-color: #222; 
	color: #fff; 
	border: 1px solid #222; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}

.pager .pages a:hover{ 
	text-decoration: none; 
	background-color: #666; 
	border: 1px solid #222; 
}

.pager .pages img{ 
	margin-top: -3px; 
	padding-right: 1px; 
	padding-left: 1px; 
}

.pager .pages .current { 
	color: #222; 
}

/* SORTER
========================================== */

.sorter { 
	padding: 8px;
	background: #f6f6f6 url(../images/bg-cleanpaper-light.png) repeat left top; 

	margin-right: 0; 
	margin-left: 0; 
	margin-bottom: 12px; 
	border: 1px solid #ddd; 
	color: #555; 
	border-top-color: #fff; 
}

.sorter .view-mode { 
	float: left; 
}

.sorter .view-mode strong{ 
	color: #222;
}

.sorter .sort-by { 
	float: right; 
}

.sorter .link-feed { 
	 
}

/* TOOLBAR
========================================== */

.toolbar { 
	 
}

.toolbar .pager { 
	 
}

.toolbar .sorter { 
	 
}

.toolbar-bottom { 
	 
}

/* CART
========================================== */

/* Shopping cart total summary row expandable to details
------------------------------------- */

tr.summary-total { 
	cursor: pointer; 
}

tr.summary-total td { 
	 
}

tr.summary-total .summary-collapse { 
	float: right; 
	text-align: right; 
	padding-left: 20px; 
	background: url(../images/bkg_collapse.gif) 0 4px no-repeat; 
	cursor: pointer; 
}

tr.show-details .summary-collapse { 
	background-position: 0 -53px; 
}

tr.show-details td { 
	 
}

tr.summary-details td { 
	font-size: 11px; 
	background-color: #dae1e4; 
	color: #626465; 
}

tr.summary-details-first td { 
	border-top: 1px solid #d2d8db; 
}

tr.summary-details-excluded { 
	font-style: italic; 
}

/* STD | admin-controlled content
========================================== */

.std .subtitle { 
	padding: 0; 
}

.std ol.ol { 
	list-style: decimal outside; 
	padding-left: 1.5em; 
}

.std ul.disc { 
	list-style: disc outside; 
	padding-left: 18px; 
	margin: 0 0 10px; 
}

.std dl dt { 
	font-weight: bold; 
}

.std dl dd { 
	margin: 0 0 10px; 
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { 
	margin: 0 0 1em; 
	padding: 0; 
}

.std ul { 
	list-style: disc outside; 
	padding-left: 1.5em; 
}

.std ol { 
	list-style: decimal outside; 
	padding-left: 1.5em; 
}

.std ul ul { 
	list-style-type: circle; 
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { 
	margin: .5em 0; 
}

.std dt { 
	font-weight: bold; 
}

.std dd { 
	padding: 0 0 0 1.5em; 
}

.std blockquote { 
	font-style: italic; 
	padding: 0 0 0 1.5em; 
}

.std address { 
	font-style: normal; 
}

.std b,
.std strong { 
	font-weight: bold; 
}

.std i,
.std em { 
	font-style: italic; 
}

/* MISC
========================================== */

.links li {
	display: inline; 
	margin-left: 5px; 
	border-left: 1px solid #bbb; 
	padding-left: 6px; 
}

.links li.first { 
	margin-left: 0; 
	padding-left: 0;
	border-left: 0;
}

.links li.last { 
	background: none !important; 
	padding-right: 0 !important; 
}

a.link-cart{ 
	color: #e75600; 
}

.link-wishlist { 
	font-weight: bold; 
}

.link-reorder { 
	font-weight: bold; 
}

.link-compare { 
	font-weight: bold; 
}

.link-print { 
	background: url(../images/i_print.gif) 0 2px no-repeat; 
	padding: 2px 0 2px 25px; 
}

.link-rss { 
	background: url(../images/i_rss.gif) 0 1px no-repeat; 
	padding-left: 18px; 
	white-space: nowrap; 
}

.btn-remove { 
	display: block; 
	width: 11px; 
	height: 11px; 
	font-size: 0; 
	line-height: 0; 
	background: url(../images/btn_remove.gif) 0 0 no-repeat; 
	text-indent: -999em; 
	overflow: hidden; 
}

.btn-remove2 { 
	display: block; 
	width: 16px; 
	height: 16px; 
	font-size: 0; 
	line-height: 0; 
	background: url(../images/btn_trash.gif) 0 0 no-repeat; 
	text-indent: -999em; 
	overflow: hidden; 
}

.btn-edit { 
	display: block; 
	width: 11px; 
	height: 11px; 
	font-size: 0; 
	line-height: 0; 
	background: url(../images/btn_edit.gif) 0 0 no-repeat; 
	text-indent: -999em; 
	overflow: hidden; 
}

.cards-list dt { 
	margin: 5px 0 0; 
}

.cards-list .offset { 
	padding: 2px 0 2px 20px; 
}

.separator { 
	margin: 0 3px; 
}

.divider { 
	clear: both; 
	display: block; 
	font-size: 0; 
	line-height: 0; 
	height: 1px; 
	margin: 10px 0; 
	background: #ddd; 
	text-indent: -999em; 
	overflow: hidden; 
}

/* Noscript Notice
------------------------------------- */

.noscript { 
	border: 1px solid #ddd; 
	border-width: 0 0 1px; 
	background: #ffff90; 
	font-size: 12px; 
	line-height: 1.25; 
	text-align: center; 
	color: #2f2f2f; 
}

.noscript .noscript-inner { 
	width: 1000px; 
	margin: 0 auto; 
	padding: 12px 0 12px; 
	background: url(../images/i_notice.gif) 20px 50% no-repeat; 
}

.noscript p { 
	margin: 0; 
}

/* HEADER
========================================== */

/*.logo { 
	float: left; 
}*/

.header-container { 
}

.header-top { 
	padding: 16px 0 8px; 
}

.header{ 
	width: 100%; /*1234px;*/
	margin: 0 auto;
}

.header .logo { 
	text-decoration: none !important; 
}

.header .logo strong { 
	position: absolute; 
	top: -999em; 
	left: -999em; 
	width: 0; 
	height: 0; 
	font-size: 0; 
	line-height: 0; 
	text-indent: -999em; 
	overflow: hidden; 
}

.header h1.logo { 
	margin: 0; 
	padding: 0; 
}

.header-usps { 
	float: left; 
	font-size: 13px; 
	color: #777; 
	margin: 10px 0 0 120px; 
}

.header-usps .headline{ 
	text-transform: uppercase; 
	margin-bottom: 1px; 
	color: #222; 
	font: 18px "Times New Roman", Times, Georgia, serif; 
}

.header-usps .headline a{ 
	color: #555; 
}

.header-usps .usp1{ 
	float: left; 
	width: 220px; 
}

.header-usps .usp2{ 
	float: left; 
	width: 220px; 
}

.header-usps .usp3{ 
	float: left; 
	width: 220px; 
}

.header .header-right { 
	float: right; 
}

.header .welcome-msg { 
	text-align: right; 
	margin-bottom: 4px; 
	color: #555; 
	font-style: italic; 
}

.header .welcome-msg a { 
	 
}

.header-container .form-language { 
	float: right;
	text-align: right; 
	margin-bottom: 10px; 
}

.header-container .form-search label { 
	display: none;
}

.header-container .form-search { 
	float: left;
}

.header-container .form-search input{ 
	width: 320px; 
	padding: 8px 8px 8px 38px; 
	font-size: 13px; 
	color: #444; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	border: 1px solid #bbb; 
	background: #fff url(../images/search-icon-bg.png) no-repeat 12px 6px; 
}

.header-container .form-search button{ 
	-webkit-border-fit: lines;
	overflow: visible;
	margin: 0;
	width: auto;
	height: 33px !important;
	cursor: pointer;
	font: 12px/33px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	white-space: nowrap; 
	padding-left: 12px; 
	padding-right: 12px; 
}

.header-container .form-search button:hover{ 

}

.header-container .form-search .search-autocomplete { 
	z-index: 999; 
}

.header-container .form-search .search-autocomplete ul { 
	border: 1px solid #ddd; 
	background-color: #fff; 
}

.header-container .form-search .search-autocomplete li { 
	padding: 3px; 
	border-bottom: 1px solid #ddd; 
	cursor: pointer; 
}

.header-container .form-search .search-autocomplete li .amount { 
	float: right; 
	font-weight: bold; 
}

.header-container .form-search .search-autocomplete li.selected { 
	 
}

.header-container .top-container { 
	clear: both; 
	text-align: right; 
}

.header-container .quick-access-container { 
	background: #eee url(../images/bg-cleanpaper.png) repeat center top; 
	border-bottom: 1px solid #fff; 
	padding: 6px 0; 
}

.header-container .quick-access { 
	width: 1234px;
	margin: 0 auto;
}

.header-container .quick-access .links {
	float: right;
	text-align: right; 
	margin-top: 7px; 
	font-size: 13px; 
}


/* TOP NAVIGATION
========================================== */

.nav-container {
	display: block; 
	/*background: #000;*/ /*111 url(../images/bg-darknoise2.png) repeat center top */
}

#nav { 
	width: 1234px;
	margin: 0 auto;
	font-size: 14px; 
}

/* All Levels
------------------------------------- */

#nav li { 
	text-align: left; 
	position: relative; 
}

#nav li.over { 
	z-index: 998; 
}

#nav li.parent { 
	 
}

#nav ul li.parent a { 
	background: url(../images/bkg_parent.gif) no-repeat 95% center; 
}

#nav ul li.parent li a { 
	background-image: none; 
}

#nav li a { 
	display: block; 
	text-decoration: none; 
	text-transform: uppercase; 
}

#nav li a:hover { 
	text-decoration: none; 
}

#nav li a span { 
	display: block; 
	white-space: nowrap; 
	cursor: pointer; 
}

#nav li ul a span { 
	white-space: normal; 
}

/* 1st Level
------------------------------------- */

#nav li { 
	float: left; 
}

#nav li a {
	float: left;
	color: #fff;
	border-right: 1px solid #777;
	padding: 14px 20px; 
}

#nav li.level0.nav-1.first a {
	border-left: 1px solid #777;
}

#nav li a:hover {
	color: #fff;
	background-color: #000;
}

#nav li.over a{
	color: #fff;
	background-color: #4b4c4c;
}

#nav li.active a {
	color: #fff;
	background-color: #4b4c4c;	
}

/* 2nd Level
------------------------------------- */

#nav ul,
#nav div { 
	position: absolute;
	top: 44px;
	left: -10000px;
	border: 1px solid #999;
	background: #fff; 
	width: 250px; 
}

#nav div ul { 
	position: static; 
	width: auto; 
	border: none; 
}

/* 3rd+ Level
------------------------------------- */

#nav ul ul,
#nav ul div { 
	top: 7px; 
}

#nav ul li { 
	float: none; 
	border-bottom: 1px solid #ccc; 
}

#nav ul li.last { 
	border-bottom: 0; 
}

#nav ul li a { 
	float: none; 
	padding: 6px 9px; 
	font-weight: normal; 
	color: #222 !important; 
	background-color: #fff !important; 
	border: none !important; 
	text-transform: none; 
}

#nav ul li a:hover { 
	color: #000 !important; 
	background-color: #eee !important; 
}

#nav ul li.active > a,
#nav ul li.over > a { 
	color: #000 !important; 
	background-color: #eee !important; 
}

/* Show menu
------------------------------------- */

#nav li ul.shown-sub,
#nav li div.shown-sub { 
	left: 0; 
	z-index: 999; 
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { 
	left: 100px; 
}

/* FOOTER
========================================== */

/* Footer Basics
------------------------------------- */

.footer-container { 
	/*height: 20%;*/
}

.footer { 
	/*margin-top: 40px;*/
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.footer3-container { 
	padding: 8px 0 8px; 
	text-align: center;
}

.footer3 { 
	margin: 0 auto; 
	width: 70%; /*1200px*/
	font-family: "ChantilyMedium"; 
	font-size:14px;
}



/* Footer 3
------------------------------------- */

.footer3 .links { 
	margin-bottom: 3px; 
}

.footer3 .copyright { 
	margin-top: 12px; 
	color: #555; 
}

.footer3 .copyright a{ 
	color: #555; 
}

.footer3 .footer-payments{ 
	float: right;
}

.footer3 .footer-payments .payment-icons li{ 
	display: inline-block; 
	margin-left: 4px; 
}


/* CLEARS
========================================== */

.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { 
	display: block; 
	content: "."; 
	clear: both; 
	font-size: 0; 
	line-height: 0; 
	height: 0; 
	overflow: hidden; 
}

























	.imgdiv{
	-webkit-transform:scale(0.6);
	-moz-transform:scale(0.6);
	-o-transform:scale(0.6);
	float:left;
	margin-left:40px;
	margin-right:0px;
	margin-top:-10px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	cursor:pointer;
}
.imgdiv img{
	padding:10px;
	border:1px solid #fff;
	width: 312px;
	height: 312px;
}
.imgdiv:hover{
	-webkit-transform:scale(0.8);
	-webkit-box-shadow:0px 0px 30px #ccc;
	-moz-transform:scale(0.8);
	-moz-box-shadow:0px 0px 30px #ccc;	
	-o-transform:scale(0.8);
	-o-box-shadow:0px 0px 30px #ccc;	
}	 
.imgdiv .mask{
	width: 100%;
	background-color: rgb(0, 0, 0);
	position: absolute;
	height: 100%; 
	opacity:0.6;
	cursor:pointer;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration:0.5s;
}
#img-3 #mask-1 {
	width:50%;
}
#img-3 #mask-2{
	width:50%;
	margin-left:167px;
}
#img-3:hover #mask-1{
	width:0%;
}
#img-3:hover #mask-2{
	margin-left:332px;
	width:0%;
}








#sidebarpre {
    float: left;
    width: 5%;
    color: #FFF;
}
#sidebar {
	/*margin-top: 5%;*/
    float: left;
    width: 55%;
    color: #FFF;
}
#remainpage{
	float: left; 
	width: 35%;
	margin-left: 100px;
}

#content-wrap {
    float: right;
    width: 45%;
    color: #FFF;
}

#footer-line-left {
    text-align: left;
    line-height: 25px;
    vertical-align: middle;
    float: left;
    width: 70%;
    color: #FFF;
    white-space: nowrap;
    /*text-shadow:2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;*/
}
#footer-line-right {
    text-align: right;
    line-height: 25px;
    vertical-align: middle;
    float: right;
    width: 30%;
    color: #FFF;
}




.descr_head1 {
	display:none; 
	position: relative; 
	right: -150px;
	font-family: 'OrpheusPro'; 
	font-size: 60px; /*11vh*/
	line-height:62px; /*9vh*/
	letter-spacing: 6px;
	/*text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;*/
}

.descr_head2{
	display:none;
	position: relative; 
	right: -150px;
	font-family: 'OrpheusPro'; 
	font-size: 60px; 
	line-height:62px;
	letter-spacing: 6px;
	/*text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;*/
}

.descr_text{
	display:none;
	position: relative;
	right: -450px;
	font-family: 'ChantilyMedium';
	/*font-weight: bold;*/
	margin: 20px 0px 0px 35px;
	font-size: 14px;
	/*width: 300px;*/
	width: 90%;
	word-spacing: 4px;
	/*text-shadow: 0.5px 0 0 #000, -0.5px 0 0 #000, 0 0.5px 0 #000, 0 -0.5px 0 #000, 0.25px 0.25px #000, -0.25px -0.25px 0 #000, 0.25px -0.25px 0 #000, -0.25px 0.25px 0 #000;*/
}

.photo_caption{
	/*display:none;*/
	position: relative;
	font-family: 'ChantilyMedium';
	font-size: 14px;
	width: 30%;
	word-spacing: 4px;
	color: #FFFFFF;
	margin-right: 20px;
	text-align: center;
}

.descr_address{
	font-family: 'ChantilyMedium';
	margin: 6px 0px 0px 0px;
	font-size: 14px; /*1.4vh*/
	word-spacing: 3px;
	padding: 10px 0px 10px 10px;
	color: #FFFFFF;
}

.descr_map_add{
	position: relative;
	/*right: -100px;*/
}

.descr_add_container{
  width: 270px;
  max-height: 300px;
  margin: 10px auto 0 auto;
  position: relative;
  overflow: auto;
  background-color: rgba(0,0,0,0.3);
  /*border: 10px solid rgba(255, 255, 255, .3);
  border-style: ridge;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;*/
  float: left;
}


.maps {
	height: 35vh;
	width: 35vh;
	border: 3px solid black;
}

.spinlogo{
	text-align: center;
}


#progress_bar {
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 10px;
  overflow: visible;
}

/*.ps_container_arrow {
	bottom: 0px;
	right: 20px;
	position: absolute;
}*/


.disclaimer_btn {
	color: #AE8753;
	font-family: 'ChantilyMedium';
	margin-left: 10px;
	/*padding: 2px 10px 2px 4px;*/
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}

.disclaimer_btn:hover {
	text-decoration: underline;
}

.nowraptable td {
	white-space: nowrap;
	padding: 0px 5px 0px 5px;
}