@font-face {
	font-family: 'OFLSortsMillGoudyRegular';
	src: url('//edge.ldscdn.org/fonts/sorts-mill-goudy/3.0/oflgoudystm-webfont.eot');
	src: url('//edge.ldscdn.org/fonts/sorts-mill-goudy/3.0/oflgoudystm-webfont.eot?#iefix') format('embedded-opentype'),
		 url('//edge.ldscdn.org/fonts/sorts-mill-goudy/3.0/oflgoudystm-webfont.woff') format('woff'),
		 url('//edge.ldscdn.org/fonts/sorts-mill-goudy/3.0/oflgoudystm-webfont.ttf') format('truetype'),
		 url('//edge.ldscdn.org/fonts/sorts-mill-goudy/3.0/oflgoudystm-webfont.svg#OFLSortsMillGoudyRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;} body {line-height: 1;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;} :focus {outline: 0;} ins {text-decoration: none;} del {text-decoration: line-through;} table {border-collapse: collapse; border-spacing: 0;}

html, body {
  width: 100%;
  height: 100%;
}
a {
	text-decoration: none;
}
.modal-overlay {
  background: #232323;
}
.modal {
	width: 874px;
	margin: auto;
	font: 13px/15px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
}
.modal.fluid {
	width: 90%;
	height: 80%;
	padding: 5%;
}
.modal-header {
	color: #737272;
	padding: 10px 8px;
}
.modal-header #slideshow-control {
	background: url(../../images/pages/modal/icon-play.png) no-repeat;
	display: inline-block;
	width: 15px;
	height: 16px;
	margin: 0 5px;
	text-indent: -999em;
}
.modal-header #counter {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}
.modal-body {
	background-color: #fff;
	padding: 8px;
	margin: auto;
	position: relative;
	-moz-box-shadow: 0 3px 18px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, .7);
	box-shadow: 0 3px 18px rgba(0, 0, 0, .7);
}
.modal.fluid .modal-body {
	width: 98%;
	height: 98%;
	padding: 1%;
}
.modal-body #carousel,
.modal-body #carousel li {
	width: 858px;
	height: 511px;
	overflow: hidden;
	background: #ccc;
	text-align: center;
}
.modal-body #carousel img {
	max-width: 858px;
	max-height: 511px;
}
.modal-body #prev a {
	background: url(../../images/pages/modal/arrow-prev.png) no-repeat;
	display: block;
	width: 22px;
	height: 52px;
	text-indent: -999em;
	position: absolute;
	left: 8px;
	top: 230px;
	z-index: 100;
}
.modal-body #next a {
	background: url(../../images/pages/modal/arrow-next.png) no-repeat;
	display: block;
	width: 22px;
	height: 52px;
	text-indent: -999em;
	position: absolute;
	right: 8px;
	top: 230px;
	z-index: 100;
}
.modal-body .modal-close {
	background: url(../../images/pages/modal/modal-close.png) no-repeat right top;
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -999em;
	position: absolute;
	right: -14px;
	top: -16px;
	z-index: 100;
}
.modal-footer {
	padding: 0 0 0 8px;
}
.modal-footer h1 {
	font:  25px/30px 'OFLSortsMillGoudyRegular', Georgia, "Times New Roman", Times, serif;
	color: #fff;
	float: left;
	margin: 10px 0;
}
.modal-footer .details-link {
	font: 13px/15px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #6e6578;
	background: url(../../images/pages/modal/arrow-right.png) no-repeat right bottom;
	padding: 0 15px 0 0;
	margin: 0 0 0 20px;
	-moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
}
.modal-footer .tools {
	float: right;
	margin: 0;
	padding: 10px 20px;
	font-size: 11px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-moz-box-shadow: 0 3px 18px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, .7);
	box-shadow: 0 3px 18px rgba(0, 0, 0, .7);
	background-color: #303030;
	background-image: -moz-linear-gradient(right, #303030, #232323); /* FF3.6 */
	background-image: -o-linear-gradient(right, #303030, #232323); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear,top right,top left,color-stop(0, #303030),color-stop(1, #232323)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#303030, #232323); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(right, #303030, #232323);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303030', EndColorStr='#232323');
}
.modal-footer .tools li {
	display: inline;
}
.modal-footer .tools li + li {
	margin-left: 30px;
}
.modal-footer .tools a {
	padding: 0 0 0 20px;
	color: #737272;
	/*-moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);*/
}
.modal-footer .tools .share-list a {
	color: #486FAE;
	text-decoration:none;
}
.modal-footer .tools .share-list a:hover {
	color: #3B4B6D;
}
.modal-footer .tools .share {
	background: url(../../images/pages/modal/icon-share.png) no-repeat 0 center;
}
.modal-footer .tools .download {
	background: url(../../images/pages/modal/icon-download.png) no-repeat 0 center;
}
ul.dropdown {
    float: right;
    margin: 10px 42px 0 0;
}
ul.dropdown > li {
    margin: 0;
    position: relative !important;
}
ul.dropdown > li:hover > ul {
    left: 0;
}
ul.dropdown > li > ul {
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    background: none repeat scroll 0 0 #FDFBF7;
    border: 1px solid #908972;
    display: block;
    left: -999em;
    list-style: none outside none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 28px;
    width: 140px;
    z-index: 10;
}
ul.dropdown > li > ul li {
    background: none repeat scroll 0 0 transparent;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}
ul.dropdown li li a {
    display: block;
    margin: 0;
    padding: 5px 18px 6px 15px !important;
}
.dropdown li li.dropdown-triangle {
    background: url("../../images/common/breadcrumb-dropdown-triangle.png") no-repeat scroll 10px top transparent;
    left: 0;
    position: absolute;
    top: -12px;
    width: 100%;
}
.share-list a{text-decoration: none;}