@charset "utf-8";
#page_main {
	margin-top: -400px;
	position: relative;
	z-index: 10;
}
#page_main * {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
#page {}
.header_img {
	display: block;
	height: auto;
	width: 100%;
}
.col_right, .col_middle, .col_left, .col_large {
	float: left;
	position: relative;
}
.col_right {
	width: 16.66666666666667%;
}
.col_middle {
	width: 66.6667%;
}
.col_left {
	width: 16.66666666666667%;
}
.col_large {
	width: 83.33333333333334%;
}
.you_here {
	position: relative;
	clear: both;
	overflow: hidden;
	background-color: rgba(255,255,255,0.9);
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 3px;
}
.service_title .you_here {margin-bottom: 0px;}
.you_here h1 {
	font-size: 42px;
	color: #FFF;
}
.you_here ul {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
}
.you_here li {
	display: block;
	float: left;
	font-size: 12px;
	background-image: url(../img/mark09.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #614631;
	padding-bottom: 3px;
	margin-bottom: 5px;
	position: relative;
	margin-right: 15px;
	padding-right: 15px;
	padding-top: 3px;
}
.you_here li a {
	display: block;
	color: #614631;
}
.you_here li a:hover {
	color: #16100d;
}
.you_here li.home {
	height: 15px;
	width: 15px;
	background-image: url(../img/mark10.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: relative;
}
.you_here li.home a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.contents {
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
	background-color: #FFF;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	color: #777777;
	min-height: 300px;
}
.contents h1.page_title {
	font-size: 18px;
	color: #FFF;
	background-color: #0d5ea5;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 28px;
	display: block;
	float: left;
	font-family: Roboto Slab;
	min-width: 35%;
	margin-bottom: 30px;
	margin-left: -49px;
	line-height: 1.3em;
}
.contents h1.news_title {
	color: #995533;
	font-size: 28px;
	line-height: 1.3em;
}
.contents a {
	color: #995533;
}
.contents a:hover {
	color: #d88d21;
}

.contents p strong {}
.contents p {
	margin-bottom: 15px;
	color: #666;
	line-height: 1.3em;
}
.contents h1, .contents h2, .contents h3, .contents h4 {
	margin-bottom: 15px;
}
.contents h1 {
	font-size: 22px;
	color: #0d5ea5;
}
.contents h2 {
	font-size: 19px;
	color: #0d5ea5;
}
.contents h3 {
	font-size: 16px;
	color: #aa4a00;
}
.contents h4 {
	font-size: 15px;
}
.contents table {
	width: 100%;
	margin: auto;
}
.contents thead {
	color: #303f9f;
}
.contents tfoot {
	color: #ce1e01;
}
.contents thead, .contents tfoot {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}
.contents th, .contents td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}
.contents th {
	padding-top: 5px;
	padding-bottom: 5px;
}
.contents td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
}
.contents td strong {
	color: #016caa;
	font-weight: normal;
}
.contents tr.odd-row td {background:#f6f6f6;}
.contents td.first, .contents th.first {text-align:left}
.contents td.last {border-right:none;}
.contents td {}
.contents tr.odd-row td {}
.contents th {}
.contents tr:first-child th.first {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}
.contents tr:first-child th.last {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}
.contents tr:last-child td.first {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}
.contents tr:last-child td.last {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
.showlist ul {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.showlist ul li {
	background-image: url(../img/mark08.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8F8F8;
	line-height: 2em;
	padding-left: 15px;
}
.showlist ul li ul {
	margin: 0px;
}
.showlist ul li ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: left center;
	background-image: url(../img/mark06.png);
}
.showlist ul li ul li:last-child {border: none;}
h1.page_block_title {
	background-color: #211914;
	font-size: 14px;
	color: #795c49;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}
h1.page_block_title i {
	float: left;
	margin-right: 7px;
}
.submenu {
	background-color: #d99523;
	background-image: url(../img/gred13.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin-bottom: 3px;
}
.submenu ul {
	display: block;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.submenu li {}
.submenu li a {
	font-size: 13px;
	color: #FFF;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
	padding-left: 20px;
}
.submenu li a:before {
	content: '';
	background-color: #16100d;
	height: 2px;
	width: 14px;
	display: block;
	position: absolute;
	top: 13px;
	left: 0px;
}
.submenu li a.active, .submenu li a:hover {
	color: #16100d;
}
.submenu li a.active:before {
	background-color: #fff;
	height: 5px;
	width: 30px;
	top: 11px;
	left: -16px;
}
.submenu li a:after {
	content: '';
	background-color: #fff;
	height: 2px;
	width: 0px;
	display: block;
	position: absolute;
	top: 13px;
	left: 0px;
}
.submenu li:hover a:after {
	background-color: #16100d;
	width: 10px;
}
#most_read {
	background-color: #3f2618;
	position: relative;
	margin-top: 25px;
}
#most_read h1.block_title {
	position: absolute;
	top: -20px;
	z-index: 5;
	left: 0px;
}
.most_read {
	height: 600px;
	overflow: hidden;
	position: relative;
	width: 100% !important;
	z-index: 4;
}
#most_read a.previous, #most_read a.next {
	background-color: #ffbd00;
	display: block;
	height: 30px;
	width: 30px;
	top: 160px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 5;
}
#most_read a.previous {
	background-image: url(../img/mark06.png);
	left: 54px;
}
#most_read a.next {
	background-image: url(../img/mark05.png);
	left: 23px;
}
#most_read a.previous:hover, #most_read a.next:hover {
	background-color: #FFF;
}
.slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
}
.slides div.slide {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100% !important;
	height: auto;
	display: none;
}
.slides div.slide .thumb {
	position: relative;
	height: 190px;
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
	margin-left: -5px;
	z-index: 4;
}
.slides div.slide .thumb a {
	display: block;
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}
.slides div.slide .thumb a img {
	position: absolute;
	height: 100%;
	width: auto;
	display: block;
	z-index: 3;
	left: 0px;
	top: 0px;
}
.slides:hover div.slide .thumb a img {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
.slides div.slide ul.rating {
	overflow: hidden;
	position: absolute;
	background-color: #16100d;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ffbd00;
	z-index: 5;
	padding-top: 7px;
	padding-bottom: 7px;
	top: 140px;
	right: 19px;
}
.slides div.slide ul.rating li {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.slides div.slide ul.rating li i {
	color: #ffbd00;
	font-size: 12px;
	display: block;
	float: left;
	margin-top: 1px;
	width: 15px;
	text-align: center;
	margin-right: 5px;
}
.slides div.slide ul.rating li span {
	font-size: 11px;
	color: #FFF;
	display: block;
	float: left;
	margin-right: 10px;
}
.slides div.slide .item_contents {
	margin-right: 20px;
	margin-left: 10px;
}
.slides div.slide .item_contents a h1 {
	font-size: 15px;
	color: #f8d860;
	line-height: 1.2em;
	display: block;
	margin-bottom: 15px;
}
.slides div.slide .item_contents p {
	color: #FFF;
	font-size: 12px;
	line-height: 1.1em;
	display: block;
}
.slides div.slide .item_contents a.readmore {
	background-color: #ffbd00;
	background-image: url(../img/mark06.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 22px;
	width: 22px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#loopedCarousel {
	margin: 0 auto;
	padding: 10px 0;
	width: 480px;
	position: relative;
	clear: both;
}
ul.most_read_pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	width: 100%;
	bottom: 35px;
	text-align: center;
}
ul.most_read_pagination li {
	display: inline-block;
}
ul.most_read_pagination li a {
	background-color: #ffbd00;
	display: block;
	height: 7px;
	width: 7px;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 0px;
}
ul.most_read_pagination li.active a {
	background-color: #FFF;
}
.event_calendar * {
	-webkit-transition-duration: 0s, 0s !important;
	-moz-transition-duration: 0s, 0s !important;
	transition-duration: 0s, 0s !important; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
.event_calendar {
	background-image: url(../img/gred14.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffe8b1;
	min-height: 300px;
	overflow: hidden;
	position: relative;
}
.eventCalendar-hidden {
	display: none;
}
.eventCalendar-wrap {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.eventCalendar-arrow {
	position: absolute;
	z-index: 5;
	top: 3px;
}
.eventCalendar-prev {
	left: 3px;
	background-image: url(../img/mark06.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.eventCalendar-next {
	right: 3px;
	background-image: url(../img/mark05.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.eventCalendar-monthTitle {
	display: block;
	text-align: center;
}
.eventCalendar-monthWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.eventCalendar-currentMonth {
	z-index: 1;
}
.eventCalendar-daysList {
	display: table;
	width: 100%;
}
.eventCalendar-showAsWeek {
	display: block;
}
.eventCalendar-daysList li {
	display: table-cell;
}
.eventCalendar-dayWithEvents {}
.eventCalendar-current {
	color: #795c47;
	background-color: #FFF;
	border-radius: 20px;
}
.eventCalendar-showAsWeek li {
	display: block;
	float: left;
	width: 14.28%;
	height: 20px;
}
.eventCalendar-daysList a {
	padding: 0;
	display: block;
	text-align: center;
	font-size: 8px;
	min-width: 7px;
}
.eventCalendar-list {
	position: relative;
	z-index: 1;
}
.eventCalendar-oldEventList {
	z-index: 2;
}
.eventCalendar-subtitle {
	padding-right: 5px;
	font-size: 15px;
	color: #1d1611;
}
.eventCalendar-wrap {
	margin-bottom: 20px;
}
.eventCalendar-wrap .eventCalendar-arrow {
	text-decoration: none;
	color: #1d1611;
	padding: 0 5px;
	line-height: 28px;
	top: 8px;
	padding: 8px 10px;
}
.eventCalendar-wrap .eventCalendar-arrow.prev {
}
.eventCalendar-wrap .eventCalendar-arrow:hover {
	opacity: 0.7;
}
.eventCalendar-wrap .eventCalendar-arrow span {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	float: left;
	text-indent: -5000px;
}
.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
	border-left-width: 0;
	border-right: 6px solid #1d1611;
}
.eventCalendar-slider {
	height: 80px;
}
.eventCalendar-monthWrap {
	border-radius: 5px;
	top: 10px;
	left: 0px;
}
.eventCalendar-currentTitle {
	color: #1d1611;
	margin-bottom: 15px;
}
.eventCalendar-currentTitle .eventCalendar-monthTitle {
	color: #1d1611;
	font-size: 13px;
	font-family: Roboto Slab;
}
.eventCalendar-daysList {
	zoom: 1;
	padding: 0;
	width: 100%;
}
.eventCalendar-daysList.eventCalendar-showAsWeek {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {
	border-radius: 5px 5px 0 0;
}
.eventCalendar-daysList:before, .eventCalendar-daysList:after {
	content: "";
	display: table;
}
.eventCalendar-daysList:after {
	clear: both;
}
.eventCalendar-day-header {
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	color: #684c39;
}
.eventCalendar-daysList.eventCalendar-showAsWeek li {
	height: auto;
	margin: 0;
}
.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
	min-height: 27px;
}
.eventCalendar-day a {
	text-decoration: none;
	font-size: 10px;
	color: #684c39;
}
.eventCalendar-day {
	border-left: solid 1px #BCBCBC;
}
.eventCalendar-day a {}
.eventCalendar-showAsWeek .eventCalendar-day {
	border-left-width: 0;
}
.eventCalendar-showAsWeek .eventCalendar-day a {
	line-height: 27px;
	font-size: 11px;
}
.eventCalendar-day a:hover {
	background-color: #fff;
}
.eventCalendar-daysList li.today a {
	color: #ffbd00;
	background: #fff;
	border-radius: 20px;
}
li.eventCalendar-day.today a:hover {
	background-color: #ccc;
}
.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
	background: #ffbd00;
	color: #1d1611;
	border-radius: 20px;
}
li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
	background-color: #1d1611;
	color: #FFF;
}
.eventCalendar-daysList li.current a {
	color: #fff;
	background: #449FB2;
	box-shadow: inset 5px 5px 10px #216B7A;
}
li.eventCalendar-day.current a:hover {
	background-color: #79BDCC;
	box-shadow: inset 5px 5px 10px #449FB2;
	text-shadow: 2px 2px 2px #449FB2;
}
.eventCalendar-loading {
	background-color: #ffbd00;
	color: #1d1611;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 4;
	min-width: 70%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
.eventCalendar-loading.error {
	background-color: red;
}
.eventCalendar-list-wrap {
	min-height: 100px;
	position: relative;
}
.eventCalendar-list-content.scrollable {
	height: 100px;
	overflow-y: auto;
	margin: 0 5px 5px 0;
}
.eventCalendar-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.eventCalendar-list li {
	padding: 0 5px 15px;
	margin: 0;
	clear: both;
	line-height: 1.3em;
}
.eventCalendar-list li time {
	font-size: 12px;
	color: #211914;
	display: block;
	margin-bottom: 4px;
	overflow: hidden;
}
.eventCalendar-list li time em {
	float: right;
	font-style: normal;
}
.eventCalendar-list li time small {
	font-size: 12px;
	float: right;
	background-color: #ffbd00;
	color: #1d1611;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.eventCalendar-list li .eventCalendar-eventTitle {
	display: block;
	clear: both;
}
.eventCalendar-list li a.eventCalendar-eventTitle {
	color: #5f4414;
}
.eventCalendar-list li a.eventCalendar-eventTitle:hover {}
.eventCalendar-list li .eventDesc {
	clear: both;
	margin: 0 0 5px 0;
	font-size: 80%;
	line-height: 1.2em;
}
.eventCalendar-list .eventCalendar-noEvents {
	font-size: 16px;
	margin: 5px;
	padding: 5px;
	color: #1d1611;
	text-align: center;
}
.bt {
	font-size: 12px;
	display: block;
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding: 9px 34px 11px;
	text-decoration: none;
	line-height: 1;
	color: #1d1611;
	background-color: #ffbd00;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
.bt:hover {
	color: #FFF;
	background-color: #1d1611;
}
.default_form {
	position: relative;
	line-height: normal;
	margin-bottom: 10px;
}
.default_form h1 {
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}
.default_form p {
}
.default_form label {
	display: block;
	font-size: 14px;
	padding-left: 10px;
}
.default_form input, .default_form select, .default_form textarea {
	color: #474747;
	outline: none;
	width: 100%;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
	border: 1px solid #e5e5e5;
	text-indent: 20px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	padding-top: 7px;
	padding-bottom: 7px;
}
.default_form input {
	background-image: url(../img/gred17.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.default_form textarea {
	background-image: url(../img/gred17.png);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 1.3em;
	text-indent: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.default_form select {}
.default_form input:focus, .default_form select:focus, .default_form textarea:focus {
	border: 1px solid #ffbd00;
	-moz-box-shadow: 0px 0px 10px #ffbd00;
	-webkit-box-shadow: 0px 0px 10px #ffbd00;
	box-shadow: 0px 0px 10px #ffbd00;
}
.default_form input[type="submit"], .default_form input[type="reset"] {
	font-size: 16px;
	width: auto;
	background-color: #0d5ea5;
	color: #fff;
	display: block;
	border: none;
	background-repeat: no-repeat;
	background-position: 80% center;
	float: right;
	background-image: url(../img/mark01.png);
	position: relative;
	height: 45px;
	padding-right: 50px;
	padding-left: 5px;
	line-height: 1em;
	font-family: Roboto Slab;
}
.default_form input[type="submit"]:hover, .default_form input[type="reset"]:hover {
	background-color: #fcbd01;
	color: #0d5ea5;
	background-image: url(../img/mark02.png);
}
.default_form .SumoSelect {
	border: 1px solid #D1D1D1;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.default_form .SumoSelect > .optWrapper.open {
    background-color: #19130f;
}
.default_form .SumoSelect > .optWrapper > .options > li label {
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}
.default_form .SumoSelect > .optWrapper > .options > li {
    border-bottom: 1px solid #2f251f;
}
.default_form .SumoSelect > .optWrapper > .options > li:hover {
	background-color: #ffb100;
}
ul.details_time {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	overflow: hidden;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	position: relative;
}
ul.details_time li {
	font-size: 12px;
	display: block;
	float: left;
	color: #3f2618;
	overflow: hidden;
	background-image: none;
	margin-right: 20px;
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.details_time li i {
	color: #ffbd00;
	float: left;
	margin-top: 3px;
	font-size: 16px;
	margin-right: 7px;
}
#contacts_details {
	overflow: hidden;
	
	margin: auto;
	left: 0px;
	top: 50px;
	right: 50px;
}
#contacts_details ul {
	display: block;
	overflow: hidden;
	position: relative;
}
#contacts_details li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#contacts_details li i {
	font-size: 18px;
	color: #cf8e28;
	display: block;
	float: left;
	width: 10%;
	text-align: center;
	margin-right: 10px;
}
#contacts_details li h1 {
	font-size: 15px;
	color: #452b1c;
	display: block;
	float: left;
	width: 30%;
}
#contacts_details li p {
	color: #666;
	display: block;
	float: left;
	width: 40%;
}
#contacts_details li a {
	color: #995533;
}
#contacts_details li a:hover {
	color: #d88d21;
}
#page_main #latest_featured_news {
	background-color: #3f2618;
	background-image: url("../img/gred15.png");
	margin-top: 0px;
	margin-bottom: 5px;
}
#page_main #latest_featured_news:hover {
	background-color: #FFFFFF;
	background-image: none;
    box-shadow:
        0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
}
#page_main .owl-carousel .owl-item .item_contents a h1 {
	font-size: 19px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #643b25;
}
#page_main #latest_featured_news:hover .item_contents a h1 {
	color: #c65a28;
	border-bottom-color: #E4E4E4;
}
#page_main .owl-theme .owl-controls .owl-buttons {
    left: 505px;
}
#page_main .owl-carousel .owl-item .item_contents .rating {
	margin-top: 30px;
	margin-bottom: 15px;
}
#page_main .filter_block {
	height: 32px;
	margin-bottom: 5px;
	position: relative;
}
#page_main .filter_block h1.block_title {
	float: left;
	width: 15%;
	margin-left: 0px;
	margin-right: 0.3%;
}
#page_main .filter_block form {
	position: relative;
	display: block;
	float: left;
	width: 40%;
	margin-right: 0.5%;
}
#page_main .filter_block .SumoSelect {
	display: block;
	float: left;
	width: 48%;
	margin-right: 1%;
}
ul.pagin {
	height: 32px;
	position: relative;
	float: left;
	background-color: #FFF;
	text-align: right;
	width: 45.4%;
	margin-left: -11px;
}
ul.pagin li {
	background-color: #7d675b;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
}
ul.pagin li:nth-child(odd) {
	background-color: #3f2618;
}
ul.pagin li a {
	font-family: 'Lato', sans-serif;
	display: block;
	width: 32px;
	height: 32px;
	color: #FFF;
	text-align: center;
	line-height: 3em;
	font-size: 11px;
	font-weight: bold;
}
ul.pagin li a.active, ul.pagin li a:hover {
	background-color: #fff;
	background-image: url(../img/gred11.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #1d1611;
	-moz-box-shadow: 0px 0px 10px #ffbd00;
	-webkit-box-shadow: 0px 0px 10px #ffbd00;
	box-shadow: 0px 0px 10px #ffbd00;
}
ul.pagin li a.prev, ul.pagin li a.next {
	background-color: #ffbd00;
	background-repeat: no-repeat;
	background-position: center center;
}
ul.pagin li a.prev {
	background-image: url(../img/mark06.png);
}
ul.pagin li a.next {
	left: 32px;
	background-image: url(../img/mark05.png);
}
ul.pagin li a.next:hover, ul.pagin li a.prev:hover {
	background-color: #fff;
}
ul#news {
	background-color: #FFF;
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
    box-shadow:
        0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
}
ul#news li.item {
	float: right;
	width: 47%;
	margin-left: 1.5%;
	overflow: hidden;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 1.5px;
	margin-top: 10px;
	padding-top: 10px;
}
ul#news li.item ul.rating {
	position: relative;
	background-color: #16100d;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ffbd00;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	width: 110px;
	margin-right: 20px;
}
ul#news li.item ul.rating li {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
ul#news li.item ul.rating li i {
	color: #ffbd00;
	font-size: 12px;
	display: block;
	float: left;
	margin-top: 1px;
	width: 15px;
	text-align: center;
	margin-right: 5px;
}
ul#news li.item ul.rating li span {
	font-size: 11px;
	color: #FFF;
	display: block;
	float: left;
	margin-right: 10px;
}
ul#news li.item ul.rating a.readmore {
	background-color: #ffbd00;
	background-image: url(../img/mark06.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 22px;
	width: 22px;
	position: absolute;
	bottom: -22px;
	right: 0px;
}
ul#news li.item:hover {
	background-image: url(../img/gred13.png);
	background-repeat: no-repeat;
	background-position: center top;
}
ul#news li.item:hover .item_contents a h1 {
	color: #16100d;
}
ul#news li.item:hover .item_contents a p {}
ul#news li.item:hover ul.rating a.readmore {
	width: 50%;
}
ul#news li.item .item_contents {
	margin-right: 20px;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
}
ul#news li.item .item_contents a h1 {
	font-size: 18px;
	color: #d88d21;
	line-height: 1.3em;
	display: block;
	margin-bottom: 15px;
}
ul#news li.item .item_contents p {
	color: #767676;
	font-size: 13px;
	line-height: 1.4em;
	display: block;
}
ul#news li.item .item_contents a.readmore {
	background-color: #ffbd00;
	background-image: url(../img/mark06.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 22px;
	width: 22px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#page_main .eventCalendar-daysList.eventCalendar-showAsWeek li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
#eventCalendarPage .eventCalendar-daysList li.today a {
	color: #FFFFFF;
	background-color: #999999;
}
.node-body * {font-family: 'Lato', sans-serif !important;}
ul#projects {
	display: block;
	overflow: hidden;
	position: relative;
}
ul#projects li.item {
	background-color: #e2f0fc;
	display: block;
	float: left;
	width: 24.3%;
	position: relative;
	margin-bottom: 35px;
	margin-right: 0.7%;
}
ul#projects li.item:nth-child(even) {
	width: 24%;
	margin-right: 0.7%;
	
}
ul#projects li.item .thumb {
	position: relative;
	height: 200px;
	width: 100%;
}
ul#projects li.item .thumb a {
	display: block;
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}
ul#projects li.item .thumb a img {
	position: absolute;
	height: auto;
	width: 100%;
	display: block;
	z-index: 3;
	left: 0px;
	top: 0px;
}
ul#projects li.item .thumb ul.rating {
	overflow: hidden;
	position: absolute;
	background-color: #16100d;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ffbd00;
	bottom: -9px;
	z-index: 5;
	padding-top: 7px;
	padding-bottom: 7px;
	left: 24px;
}
ul#projects li.item .thumb ul.rating li {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
ul#projects li.item .thumb ul.rating li i {
	color: #ffbd00;
	font-size: 12px;
	display: block;
	float: left;
	margin-top: 1px;
	width: 15px;
	text-align: center;
	margin-right: 5px;
}
ul#projects li.item .thumb ul.rating li span {
	font-size: 11px;
	color: #FFF;
	display: block;
	float: left;
	margin-right: 10px;
}
ul#projects li.item .item_contents {
	background-image: url(../img/gred14.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px 25px 5px 25px;
	min-height: 170px;
}
ul#projects li.item .item_contents a h1 {
	font-size: 20px;
	color: #0d5ea5;
	line-height: 1.2em;
	display: block;
	margin-bottom: 15px;
	font-family: Roboto Slab;
}
ul#projects li.item .item_contents p {
	color: #000;
	font-size: 14px;
	line-height: 1.4em;
	display: block;
}
ul#projects li.item a.readmore {
	background-color: #b7d8f5;
	background-image: url(../img/mark12.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 27px;
	width: 100px;
	position: absolute;
	bottom: -11px;
	color: #16100d;
	font-size: 12px;
	line-height: 2em;
	padding-left: 10px;
	right: 26px;
}
ul#projects li.item:hover {
	background-color: #0d5ea5;
}
ul#projects li.item:hover .thumb a img {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
ul#projects li.item:hover .item_contents {
	background-image: none;
}
ul#projects li.item:hover .item_contents a h1 {
	color: #ffbd00;
}
ul#projects li.item:hover .item_contents p {
	color: #fff;
}
ul#projects li.item:hover a.readmore {
	background-color: #fff;
}
#raw_activity_page_chart {
	height: 350px;
	position: relative;
	margin: auto;
}
#raw_activity_page_chart .highcharts-legend {direction: ltr;}
#raw_activity_page_chart .highcharts-legend-item {color: #ccc !important;}
#page_main .filter_block_page {
	height: 32px;
	margin-bottom: 5px;
	position: relative;
}
#page_main .filter_block_page h1.block_title {
	float: right;
	width: 98%;
	margin-left: 0.3%;
	margin-right: 0px;
	border: 1px solid #e5e5e5;
	height: 33px;
}
#page_main .filter_block_page form {
	position: relative;
    display: block;
	float: right;
	width: 98%;
	margin-left: 0.5%;
}
#page_main .filter_block_page .SumoSelect {
	display: block;
	float: left;
	width: 48%;
	border: 1px solid #e5e5e5;
	margin-right: 1%;
}
#page_main .filter_block_page .SumoSelect > .optWrapper.open {
    background-color: #19130f;
}
#page_main .filter_block_page .SumoSelect > .optWrapper > .options > li label {
    color: #fff;
}
#page_main .filter_block_page .SumoSelect > .optWrapper > .options > li {
    border-bottom: 1px solid #2f251f;
}
#page_main .filter_block_page .SumoSelect > .optWrapper > .options > li:hover {
	background-color: #ffb100;
}
#gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: auto;
}
.gallery_item {
	float: left;
	width: 24.3%;
	position: relative;
	overflow: hidden;
	z-index: 10;
	border: none;
	margin-right: 0.5%;
	margin-bottom: 1%;
}
.gallery_item:hover {
	z-index: 50;
}
.gallery_item img {
	position: relative;
	width: 100%;
	display: block;
	z-index: 10;
}
.gallery_item p {
	position: absolute;
	z-index: 20;
	width: 100%;
	left: 0px;
	bottom: 0px;
	display: block;
	height: 100%;
	background-color: #211914;
	text-align: center;
	vertical-align: middle;
	opacity: 0;
	color: #FFF;
	font-family: KiroL;
	font-size: 25px;
	background-image: url(../img/icon_zoom.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.gallery_item p span {
	display: none;
	margin-top: 20%;
	margin-right: 20px;
	margin-left: 20px;
}
.gallery_item:hover p {
	opacity: 0.9;
}
.gallery_item div.photo_icon {
	background-color: #ffb100;
	height: 35px;
	width: 35px;
	position: absolute;
	z-index: 30;
	bottom: 10px;
	left: 10px;
	text-align: center;
	overflow: hidden;
}
.gallery_item div.photo_icon i {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	display: block;
	margin-top: 8px;
}
.gallery_item:hover div.photo_icon {background-color: #fff;}
.gallery_item:hover div.photo_icon  i {color: #ffb100;}
.bb-bookblock {
	width: 400px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-page {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
}
.bb-vertical .bb-page {
	width: 50%;
	height: 100%;
	left: 50%;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}
.bb-horizontal .bb-page {
	width: 100%;
	height: 50%;
	top: 50%;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	transform-origin: center top;
}
.bb-page > div, .bb-outer, .bb-content, .bb-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
}
.bb-outer {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-vertical .bb-content {
	width: 200%;
}
.bb-horizontal .bb-content {
	height: 200%;
}
.bb-page > div {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.bb-page > div:not(:only-child) {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-vertical .bb-back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.bb-horizontal .bb-back {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.bb-outer {
	width: 100%;
	overflow: hidden;
	z-index: 999;
}
.bb-overlay, .bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.2);
}
/* */

.bb-bookblock.bb-vertical > div.bb-page:first-child, .bb-bookblock.bb-vertical > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.bb-bookblock.bb-horizontal > div.bb-page:first-child, .bb-bookblock.bb-horizontal > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
/* Content display */
.bb-vertical .bb-front .bb-content {
	left: -100%;
}
.bb-horizontal .bb-front .bb-content {
	top: -100%;
}
/* Flipping classes */
.bb-vertical .bb-flip-next, .bb-vertical .bb-flip-initial {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.bb-vertical .bb-flip-prev {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.bb-horizontal .bb-flip-next, .bb-horizontal .bb-flip-initial {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.bb-horizontal .bb-flip-prev {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.bb-vertical .bb-flip-next-end {
	-webkit-transform: rotateY(-15deg);
	-moz-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}
.bb-vertical .bb-flip-prev-end {
	-webkit-transform: rotateY(-165deg);
	-moz-transform: rotateY(-165deg);
	transform: rotateY(-165deg);
}
.bb-horizontal .bb-flip-next-end {
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	transform: rotateX(15deg);
}
.bb-horizontal .bb-flip-prev-end {
	-webkit-transform: rotateX(165deg);
	-moz-transform: rotateX(165deg);
	transform: rotateX(165deg);
}
.bb-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
}
/* No JS */
.no-js .bb-bookblock, .no-js ul.bb-custom-grid li {
	width: auto;
	height: auto;
}
.no-js .bb-item {
	display: block;
	position: relative;
}

.container.hide-overflow {
	overflow: hidden
}
.main {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.bookshelf {
	position: relative;
	margin: 40px auto 0;
	list-style: none;
	text-align: center;
}
.bookshelf figure {
	position: relative;
	display: inline-block;
	max-width: 75%;
	width: 324px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
.perspective {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1800px;
	perspective: 1800px;
}
.book {
	position: relative;
	margin: 0 auto;
	width: 180px;
	height: 260px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.book div {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-size: 100% 100% !important;
}
.cover {
	z-index: 10;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.cover::before {
	position: absolute;
	left: 0;
	z-index: 10;
	visibility: hidden;
	width: 20px;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transform: translateX(-100%) rotateY(-90deg);
	transform: translateX(-100%) rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.front {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.inner {
	border-width: 3px;
	border-style: solid;
	background-color: #fff;
}
.bookshelf .book .inner-left {
	border-right: none;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.inner-right {
	border-left: none
}
/* Buttons and figcaption */

.buttons {
	margin-top: 5px;
	text-align: center;
}
.buttons a {
	display: inline-block;
	padding: 0 8px;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
.buttons a:first-child:not(:only-child) {
	border-right: 1px solid rgba(100, 105, 106, 0.3)
}
.buttons a:hover, .buttons a:active {
	color: #64696a
}
.bookshelf figcaption {
	position: relative;
	top: 100%;
	padding: 0 2em;
	text-align: center;
}
.bookshelf figcaption h2 {
	margin: 1em 0 0 0;
	font-weight: 300;
	font-size: 1.8em;
}
.bookshelf figcaption h2 span {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	padding-top: 5px;
}
.bookshelf figcaption h2 span::before, .details ul li:first-child::after {
	position: absolute;
	top: 0;
	left: 40%;
	width: 20%;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	content: '';
}
.details {
	position: absolute;
	top: 0;
	width: 100%;
}
.details ul {
	margin: 0;
	padding: 60px 30px 0 30px;
	list-style: none;
}
.csstransformspreserve3d .details ul {
	padding: 60px 30px 0 70px
}
.details ul li {
	margin: 0 0 10px;
	font-weight: 300;
}
.details ul li:not(:first-child) {
	font-weight: 700
}
.details ul li:first-child {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
.details ul li:first-child::after {
	top: 100%;
	left: 0;
}
.close-details {
	position: absolute;
	top: 10px;
	right: 10px;
	visibility: hidden;
	width: 20px;
	height: 20px;
	font-size: 0;
	opacity: 0.6;
	cursor: pointer;
}
.details-open .close-details {
	visibility: visible
}
.close-details:hover {
	opacity: 1
}
.close-details::before, .close-details::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #333;
	content: '';
}
.close-details::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-details::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* Custom BookBlock */

.bb-custom-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 10px;
	width: 100%;
	height: 100%;
	border-width: 3px 10px;
	border-style: solid;
}
.bb-custom-wrapper::before, .bb-custom-wrapper::after {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 10px;
	height: 100%;
	background: -webkit-linear-gradient(left, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
	background: linear-gradient(to right, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
	background-size: 3px 100%;
	content: '';
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-custom-wrapper::before {
	left: 0
}
.bb-custom-wrapper::after {
	right: 0
}
.bb-custom-wrapper .bb-bookblock {
	width: 100%;
	height: 100%;
	-webkit-perspective: 2000px;
	perspective: 2000px;
}
.bb-custom-side {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 100%;
}
.bb-custom-side::before {
	position: absolute;
	top: 0;
	z-index: 100;
	width: 80px;
	height: 100%;
	box-shadow: inset 30px 0 40px -20px rgba(0, 0, 0, 0.1);
	content: '';
}
.bb-custom-side:first-child::before {
	right: 0;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.05), inset -30px 0 40px -20px rgba(0, 0, 0, 0.15);
}
.page-layout-1 h3, .page-layout-1 p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	max-width: 260px;
	width: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.page-layout-1 h3 {
	text-align: center;
	font-weight: 400;
	font-size: 3em;
}
.page-layout-1 h3 span {
	display: block;
	padding: 5px 0 15px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1;
}
.page-layout-1 p {
	padding: 0 10px;
}
.page-layout-2 {
	background: -webkit-linear-gradient(left, #64696a 50%, white 50%);
	background: linear-gradient(to right, #64696a 50%, white 50%);
}
.page-layout-2:first-child {
	background: -webkit-linear-gradient(left, white 50%, #64696a 50%);
	background: linear-gradient(to right, white 50%, #64696a 50%);
}
.page-layout-2 div {
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 0 10% 10%;
	width: 50%;
}
.page-layout-2 div:first-child {
	left: 0
}
.page-layout-2:first-child div:last-child, .page-layout-2:last-child div:first-child {
	color: #fff
}
.page-layout-2 h3 {
	margin: 0;
	font-size: 6em;
}
.page-layout-3:last-child {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../img/portrait.jpg) no-repeat top left;
	background-size: cover;
}
.page-layout-3 div {
	padding: 10%
}
.page-layout-3 h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14em;
}
.page-layout-3 p {
	margin: 0;
	text-indent: 5px;
	font-style: italic;
}
.bb-custom-wrapper > nav a {
	position: absolute;
	z-index: 1000;
	font-size: 0;
	opacity: 0.4;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-custom-wrapper > nav a:hover {
	opacity: 1
}
.bb-custom-wrapper > nav a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(221, 221, 221, 0.7);
}
.bb-nav-prev, .bb-nav-next {
	top: 50%;
	left: 25px;
	margin-top: -15px;
}
.bb-nav-close {
	top: 15px;
	right: 25px;
}
.bb-nav-next {
	right: 25px;
	left: auto;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bb-custom-wrapper > nav a::before, .bb-custom-wrapper > nav a::after {
	position: absolute;
	top: 0;
	left: 25%;
	width: 1px;
	height: 50%;
	background: #333;
	content: '';
}
.bb-custom-wrapper > nav a.bb-nav-close::before, .bb-custom-wrapper > nav a.bb-nav-close::after {
	top: 15%;
	left: 50%;
	height: 70%;
}
.bb-custom-wrapper > nav a:not(.bb-nav-close)::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.bb-custom-wrapper > nav a:not(.bb-nav-close)::after {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.bb-custom-wrapper > nav a.bb-nav-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bb-custom-wrapper > nav a.bb-nav-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.no-csstransforms3d .book[data-book="book-2"], .no-js .book[data-book="book-2"], .book[data-book="book-2"] .front {
	background: url(../img/cover2.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover2.svg), #f6a7a5;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover2.svg), #f6a7a5;
}
.book[data-book="book-2"] .inner {
	border-color: #f6a7a5
}
.book[data-book="book-2"] .cover::before {
	background: url(../img/spine2.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine2.svg), #f6a7a5;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine2.svg), #f6a7a5;
}
.no-csstransforms3d .book[data-book="book-3"], .no-js .book[data-book="book-3"], .book[data-book="book-3"] .front {
	background: url(../img/cover3.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover3.svg), #ebc989;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover3.svg), #ebc989;
}
.book[data-book="book-3"] .inner {
	border-color: #ebc989
}
.book[data-book="book-3"] .cover::before {
	background: url(../img/spine3.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine3.svg), #ebc989;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine3.svg), #ebc989;
}
.no-csstransforms3d .book[data-book="book-4"], .no-js .book[data-book="book-4"], .book[data-book="book-4"] .front {
	background: url(../img/cover4.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover4.svg), #a6a1a5;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover4.svg), #a6a1a5;
}
.book[data-book="book-4"] .inner {
	border-color: #a6a1a5
}
.book[data-book="book-4"] .cover::before {
	background: url(../img/spine4.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine4.svg), #a6a1a5;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine4.svg), #a6a1a5;
}
.no-csstransforms3d .book[data-book="book-5"], .no-js .book[data-book="book-5"], .book[data-book="book-5"] .front {
	background: url(../img/cover5.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover5.svg), #4cbb97;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover5.svg), #4cbb97;
}
.book[data-book="book-5"] .inner {
	border-color: #4cbb97
}
.book[data-book="book-5"] .cover::before {
	background: url(../img/spine5.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine5.svg), #4cbb97;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine5.svg), #4cbb97;
}
.no-csstransforms3d .book[data-book="book-6"], .no-js .book[data-book="book-6"], .book[data-book="book-6"] .front {
	background: url(../img/cover6.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover6.svg), #a1cae5;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover6.svg), #a1cae5;
}
.book[data-book="book-6"] .inner {
	border-color: #a1cae5
}
.book[data-book="book-6"] .cover::before {
	background: url(../img/spine6.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine6.svg), #a1cae5;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine6.svg), #a1cae5;
}
.no-csstransforms3d .book[data-book="book-7"], .no-js .book[data-book="book-7"], .book[data-book="book-7"] .front {
	background: url(../img/cover7.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover7.svg), #ebe6e5;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover7.svg), #ebe6e5;
}
.book[data-book="book-7"] .inner {
	border-color: #ebe6e5
}
.book[data-book="book-7"] .cover::before {
	background: url(../img/spine7.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine7.svg), #ebe6e5;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine7.svg), #ebe6e5;
}
.no-csstransforms3d .book[data-book="book-8"], .no-js .book[data-book="book-8"], .book[data-book="book-8"] .front {
	background: url(../img/cover8.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover8.svg), #f8eb48;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover8.svg), #f8eb48;
}
.book[data-book="book-8"] .inner {
	border-color: #f8eb48
}
.book[data-book="book-8"] .cover::before {
	background: url(../img/spine8.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine8.svg), #f8eb48;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine8.svg), #f8eb48;
}
.no-csstransforms3d .book[data-book="book-9"], .no-js .book[data-book="book-9"], .book[data-book="book-9"] .front {
	background: url(../img/cover9.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover9.svg), #f7a56e;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover9.svg), #f7a56e;
}
.book[data-book="book-9"] .inner {
	border-color: #f7a56e
}
.book[data-book="book-9"] .cover::before {
	background: url(../img/spine9.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine9.svg), #f7a56e;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine9.svg), #f7a56e;
}
#book-1 {
	border-color: #009bdb
}
#book-2 {
	border-color: #f6a7a5
}
#book-3 {
	border-color: #ebc989
}
#book-4 {
	border-color: #a6a1a5
}
#book-5 {
	border-color: #4cbb97
}
#book-6 {
	border-color: #a1cae5
}
#book-7 {
	border-color: #ebe6e5
}
#book-8 {
	border-color: #f8eb48
}
#book-9 {
	border-color: #f7a56e
}
.book {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.3s 0.3s;
	transition: transform 0.5s, opacity 0.3s 0.3s;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.csstransformspreserve3d .bookshelf figure.open .cover {
	-webkit-animation: openSmallBook 0.5s forwards;
	animation: openSmallBook 0.5s forwards;
}
.csstransformspreserve3d .bookshelf figure.close .cover {
	-webkit-animation: closeSmallBook 0.5s forwards;
	animation: closeSmallBook 0.5s forwards;
}
.bookshelf figure.open .book {
	z-index: 1000;
	-webkit-animation: scaleUpSmallBook 0.5s forwards;
	animation: scaleUpSmallBook 0.5s forwards;
}
.bookshelf figure.close .book {
	-webkit-animation: scaleDownSmallBook 0.5s forwards;
	animation: scaleDownSmallBook 0.5s forwards;
}
.inner-right {
	background-color: #ddd;
	-webkit-transition: background-color 0.5s 0.25s;
	transition: background-color 0.5s 0.25s;
}
.open .inner-right {
	background-color: #f9f9f9;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.bb-custom-wrapper {
	z-index: 2000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s 0.5s;
	transition: visibility 0s 0.5s;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}
.bb-custom-wrapper.show {
	visibility: visible;
	-webkit-transition: visibility 0s;
	transition: visibility 0s;
	-webkit-animation: openBigBook 0.5s forwards;
	animation: openBigBook 0.5s forwards;
}
.no-cssanimations .bb-custom-wrapper.show {
	opacity: 1
}
.bb-custom-wrapper.hide {
	-webkit-animation: closeBigBook 0.5s forwards;
	animation: closeBigBook 0.5s forwards;
}
.no-cssanimations .bb-custom-wrapper.hide {
	opacity: 0
}
.bookshelf figure {
	z-index: 100;
	-webkit-transition: z-index 0s 0.3s;
	transition: z-index 0s 0.3s;
}
.bookshelf figure.details-open {
	z-index: 101;
	-webkit-transition: none;
	transition: none;
}
.csstransformspreserve3d .details-open .book {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-36px) rotateY(90deg);
	transform: translateX(-36px) rotateY(90deg);
}
.no-csstransformspreserve3d .details-open .book {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0;
}
.csstransformspreserve3d .cover::before {
	-webkit-transition: visibility 0s 0.5s;
	transition: visibility 0s 0.5s;
}
.csstransformspreserve3d .details-open .cover::before {
	visibility: visible;
	-webkit-transition: none;
	transition: none;
}
.details {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.details-open .details {
	visibility: hidden;
	opacity: 1;
	z-index: 10;
	-webkit-transition: opacity 0.5s, visibility 0s;
	transition: opacity 0.5s, visibility 0s;
}
.details ul li {
	visibility: visible;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(30%);
	transform: translateX(30%);
	text-align: left;
}
.details-open .details ul li:first-child {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	padding-left: 20px;
}
.details-open .details ul li:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.details-open .details ul li:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.details-open .details ul li:nth-child(4) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.details-open .details ul li {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.bookshelf figure::before {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}
.bookshelf figure.details-open::before {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s, visibility 0s;
	transition: opacity 0.3s, visibility 0s;
}
.bookshelf figure::after {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	background: rgba(51, 51, 51, 0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, height 0s 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bookshelf figure.details-open::after {
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@-webkit-keyframes openSmallBook {
 0% {
}
 55%, 100% {
-webkit-transform: rotateY(-180deg)
}
}
@keyframes openSmallBook {
 0% {
}
 55%, 100% {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
}
@-webkit-keyframes closeSmallBook {
 0%, 45% {
-webkit-transform: rotateY(-180deg)
}
 100% {
-webkit-transform: rotateY(0deg)
}
}
@keyframes closeSmallBook {
 0%, 45% {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
 100% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@-webkit-keyframes scaleUpSmallBook {
 0% {
}
 85%, 100% {
-webkit-transform: scale(1.4)
}
}
@keyframes scaleUpSmallBook {
 0% {
}
 85%, 100% {
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
}
@-webkit-keyframes scaleDownSmallBook {
 0%, 15% {
-webkit-transform: scale(1.4)
}
 100% {
-webkit-transform: scale(1)
}
}
@keyframes scaleDownSmallBook {
 0%, 15% {
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
 100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes openBigBook {
 0% {
}
 45% {
opacity: 0;
-webkit-transform: scale(0.95);
}
 85% {
opacity: 1
}
 100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes openBigBook {
 0% {
}
 45% {
opacity: 0;
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
 85% {
opacity: 1
}
 100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes closeBigBook {
 0%, 15% {
opacity: 1;
-webkit-transform: scale(1);
}
 55%, 100% {
opacity: 0;
-webkit-transform: scale(0.95);
}
}
@keyframes closeBigBook {
 0%, 15% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
 55%, 100% {
opacity: 0;
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
}
@media screen and (max-width: 68.75em) {
.bb-custom-wrapper {
	font-size: 75%
}
.page-layout-3 h3 {
	font-size: 9em
}
}
 @media screen and (max-width: 41.375em) {
.bb-custom-wrapper {
	font-size: 60%
}
.page-layout-3 h3 {
	font-size: 6em
}
}
 @media screen and (max-width: 29.75em) {
.bb-custom-wrapper {
	font-size: 40%
}
.page-layout-2 div {
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
}
.page-layout-2 div:first-child {
	top: 0
}
.page-layout-2 {
	background: -webkit-linear-gradient(top, #64696a 50%, white 50%);
	background: linear-gradient(to bottom, #64696a 50%, white 50%);
}
.page-layout-2:first-child {
	background: -webkit-linear-gradient(top, white 50%, #64696a 50%);
	background: linear-gradient(to bottom, white 50%, #64696a 50%);
}
}
 @media screen and (max-width: 26.3125em) {
.details-open .book {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
}
.actions {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.actions a {
	text-align: center;
	display: inline-block;
	width: 100px;
	font-size: 12px;
	color: #999;
	padding-bottom: 5px;
}
.actions i {
	display: block;
	font-size: 20px;
	color: #ffb100;
	margin-bottom: 5px;
}
.actions a:hover {
	color: #19130f;
}
.actions a:hover i {
	color: #19130f;
	font-size: 25px;
}
#video_gallery {}
.video_gallery_col_right, .video_gallery_col_left {
	float: left;
	position: relative;
}
.video_gallery_col_right {
	width: 66.66666666666668%;
}
.video_gallery_col_left {
	width: 33.33333333333334%;
}
.video_gallery_player_area {
	min-height: 300px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
	background-color: #FFF;
	margin-bottom: 30px;
}
.video_gallery_player_area * {
	-webkit-transition-duration: 0s, 0s !important;
	-moz-transition-duration: 0s, 0s !important;
	transition-duration: 0s, 0s !important; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
ul.albums {
	display: block;
	overflow: hidden;
	position: relative;
}
ul.albums li.item {
	display: block;
	width: 49%;
	position: relative;
	float: left;
	height: 190px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	background-color: #ffe8b1;
	background-image: url(../img/gred07.png);
	margin-bottom: 15px;
	margin-right: 1%;
}
ul.albums li.item:nth-child(even) {width: 50%;margin-left: 0%;}
ul.albums li.item a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
ul.albums li.item:hover {
    box-shadow:
        0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
	z-index: 50;
}
ul.albums li.item:hover a {
	background-color: #FFF;
	background-image: none;
}
ul.albums li.item a h1 {
	color: #16100d;
	font-size: 27px;
	display: block;
	margin-bottom: 10px;
	margin-top: 35px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
ul.albums li.item a p {
	color: #16100d;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 14px;
	z-index: 3;
	position: relative;
	line-height: 1.2em;
}
ul.albums li.item a span.icon {
	background-image: url(../img/icon_play.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 25px;
	position: absolute;
	bottom: 20px;
	z-index: 7;
	right: 20px;
}
ul.albums li.item a ul.rating {
	overflow: hidden;
	position: absolute;
	background-color: #16100d;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ffbd00;
	z-index: 5;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100px;
	bottom: 0px;
	left: 15px;
}
ul.albums li.item a ul.rating li {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	background-color: transparent;
	background-image: none;
	height: auto;
	width: auto;
	font-size: 11px;
	color: #FFF;
}
ul.albums li.item a ul.rating li i {
	color: #ffbd00;
	font-size: 12px;
	display: block;
	float: left;
	margin-top: 1px;
	width: 15px;
	text-align: center;
	margin-right: 5px;
}
/*#blocks_map {
	text-align: center;
	position: relative;
	height: 1000px;
	overflow: hidden;
	width: 100%;
	background-color: #1d1611;
}*/
#blocks_map .parent {
	z-index: 2;
	position: absolute;
	height: 100%;
	width: 100%;
}
#blocks_map .parent .panzoom {
	position: absolute;
	height: 100%;
	width: 100%;
}
.map_buttons {
	z-index: 4;
	position: absolute;
	top: 20px;
	right: 20px;
}
.map_buttons button {
	background-color: #ebb217;
	height: 40px;
	width: 40px;
	color: #FFF;
	display: inline-block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-size: 20px;
	line-height: 0.3em;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}
.map_buttons button:hover {
	background-color: #cd8926;
}
button.zoom-in {}
button.zoom-out {}
button.reset {}
/*input type="range"*/
#block-14 {
	overflow: hidden;
	position: relative;
}
#ministers_carousel {
	background-color: #3f2618;
	margin-bottom: 31px;
	position: relative;
}
#ministers_carousel .thumb {
	min-height: 200px;
	width: 100%;
	overflow: hidden;
	float: none;
}
#ministers_carousel .thumb a img {
	position: absolute;
	height: auto;
	left: auto;
	top: auto;
	width: auto;
}
#ministers_carousel .item_contents {
	width: 100%;
	min-height: auto;
	text-align: center;
	float: none;
}
#ministers_carousel .item_contents a h1 {
	font-size: 16px;
	color: #f8d860;
	line-height: 1.2em;
	border: none !important;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	margin-right: 10px;
	margin-left: 10px;
}
#ministers_carousel .item_contents p {
	font-size: 13px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 60px;
}
#ministers_carousel .owl-controls {
	position: absolute;
	left: 0px;
	bottom: 15px;
	height: 20px;
	width: 100%;
}
#ministers_carousel .owl-pagination {
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
#ministers_carousel .owl-buttons {
	position: absolute;
	display: block;
	height: 35px;
	width: 100%;
	bottom: auto;
	left: 0px !important;
	top: 0px;
}
a.all_ministers {
	background-color: #ffbd00;
	background-image: url(../img/mark12.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 27px;
	width: 100px;
	position: absolute;
	bottom: -27px;
	color: #16100d;
	font-size: 12px;
	line-height: 2em;
	padding-left: 10px;
	right: 0px;
}
a.all_ministers:hover {
	background-color: #fff;
}
#ministers_list {
	display: block;
	position: relative;
}
ul#ministers_list {
	display: block;
	overflow: hidden;
	position: relative;
}
ul#ministers_list li {
	background-color: #FFFFFF;
	display: block;
	float: left;
	width: 33%;
	position: relative;
	margin-bottom: 20px;
	margin-right: 0.3%;
}
ul#ministers_list li .thumb {
	position: relative;
	height: 200px;
	width: 100%;
	overflow: hidden;
}
ul#ministers_list li .thumb a {
	display: block;
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}
ul#ministers_list li .thumb a img {
	position: absolute;
	height: auto;
	width: 100%;
	display: block;
	z-index: 3;
	left: 0px;
	top: 0px;
}
ul#ministers_list li .item_contents {
	padding: 25px;
	min-height: 190px;
}
ul#ministers_list li .item_contents a h1 {
	font-size: 18px;
	color: #c75914;
	line-height: 1.2em;
	display: block;
	margin-bottom: 15px;
	font-family: Roboto Slab;
}
ul#ministers_list li .item_contents p {
	color: #876a3b;
	font-size: 14px;
	line-height: 1.4em;
	display: block;
	margin-bottom: 20px;
}
ul#ministers_list li a.readmore {
	background-color: #ffbd00;
	background-image: url(../img/mark12.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 27px;
	width: 100px;
	position: absolute;
	bottom: -11px;
	color: #16100d;
	font-size: 12px;
	line-height: 2em;
	padding-left: 10px;
	right: 26px;
}
ul#ministers_list li:hover {
	background-color: #16100d;
}
ul#ministers_list li:hover .thumb a img {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
ul#ministers_list li:hover .item_contents {
	background-image: none;
}
ul#ministers_list li:hover .item_contents a h1 {
	color: #ffbd00;
}
ul#ministers_list li:hover .item_contents p {
	color: #fff;
}
ul#ministers_list li:hover a.readmore {
	background-color: #fff;
}
#museum {
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	min-height: 500px;
	font-size: 16px;
	line-height: 1.5em;
	color: #999;
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.museum_contents {
	margin: 30px;
}
.museum_contents h1, .museum_contents h2, .museum_contents h3 {
	font-family: 'Roboto Slab', serif;
}
.museum_contents h1 {
	font-size: 40px;
	color: #cd8926;
}
.museum_contents h2 {
	font-size: 35px;
	color: #ffbd00;
}
.museum_contents h3 {
	font-size: 25px;
	color: #FFF;
}
#museum_news {
	position: relative;
	margin: 10px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 40px;
}
.museum_news_item {
	float: right;
	position: relative;
	display: block;
	width: 32%;
	overflow: hidden;
	padding-bottom: 30px;
	z-index: 10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	margin-left: 1%;
}
.museum_news_item:hover {
	background-color: #3f2618;
	z-index: 50;
}
.museum_news_item h1 {
	font-size: 25px;
	display: block;
	line-height: 1.1em;
	color: #3f2618;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: 'Roboto Slab', serif;
}
.museum_news_item:hover h1 {
	color: #ebb217;
}
.museum_news_item .statics {
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}
.museum_news_item .statics small {
	display: inline-block;
}
.museum_news_item .statics small.date {
	color: #fff;
	background-color: #16100d;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 5px;
	line-height: 1.8em;
}
.museum_news_item .statics small.date i {
	margin-left: 3px;
	color: #ffbd00;
}
.museum_news_item img {
	width: 94%;
	height: auto;
	display: block;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.museum_news_item p {
	color: #999;
	font-size: 14px;
	line-height: 1.4em;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.museum_news_item:hover p {
	color: #fff;
}
.museum_news_item a.more {
	background-color: #ffbd00;
	display: block;
	width: 32px;
	background-image: url(../img/mark06.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.museum_news_item:hover a.more {
	width: 30%;
	background-color: #FFFFFF;
}
#museum #gallery {
	margin-right: 30px;
	margin-left: 30px;
	overflow: hidden;
	width: auto;
	padding-bottom: 20px;
}
#museum .gallery_item {
	float: left;
	width: 32.5%;
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: 0.3%;
}
#museum .gallery_item div.photo_icon {display:none;}
h1.museum_title_01 {
	font-size: 80px;
}
h1.museum_title_02 {
	font-size: 30px;
	color: #CCCCCC;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	display: block;
}
a.museum_more {
	font-family: 'Roboto Slab', serif;
	background-color: #3f2618;
	font-size: 25px;
	color: #ffbd00;
	text-align: left;
	display: block;
	margin: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 73px;
	background-image: url(../img/mobile_menu_icon.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
a.museum_more:hover {
	background-color: #ffbd00;
	color: #3f2618;
}
#photo-albums {
	display: block;
	overflow: hidden;
	position: relative;
}
#photo-albums .item {
	width: 25%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
#photo-albums .item a {
	height: 340px;
	display: block;
	margin: 3px;
	position: relative;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background-color: #ffe8b1;
	background-image: url(../img/gred07.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#photo-albums .item a:hover {
    box-shadow:
        0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
	z-index: 50;
}
#photo-albums .item:hover a {
	background-color: #FFF;
	background-image: none;
}
#photo-albums .item .album-pics {
	height: 150px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	clear: both;
}
#photo-albums .item .album-pics img {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
}
#photo-albums .item a h1 {
	color: #16100d;
	font-size: 27px;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#photo-albums .item a p {
	color: #16100d;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 14px;
	z-index: 3;
	position: relative;
	line-height: 1.2em;
	min-height: 70px;
}
#photo-albums .item a ul.rating {
	overflow: hidden;
	position: absolute;
	background-color: #16100d;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ffbd00;
	z-index: 5;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100px;
	bottom: -15px;
	left: 15px;
}
#photo-albums .item a ul.rating li {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	background-color: transparent;
	background-image: none;
	height: auto;
	width: auto;
	font-size: 11px;
	color: #FFF;
}
#photo-albums .item a ul.rating li i {
	color: #ffbd00;
	font-size: 12px;
	display: block;
	float: left;
	margin-top: 1px;
	width: 15px;
	text-align: center;
	margin-right: 5px;
}
/******************************/
.service_tracking {
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 100px;
	padding-left: 25px;
	background-image: url(../img/icon_service_tracking.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
	position: relative;
	margin-bottom: 7px;
}
.service_tracking h1 {
	color: #cd8926;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	z-index: 3;
	position: relative;
}
.service_tracking h1 span {
	font-size: 27px;
	display: block;
	margin-bottom: 10px;
}
.service_tracking p {
	font-size: 14px;
	color: #CCC;
}
.service_tracking form {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.service_tracking input {
	background-color: #e4e4e4;
	color: #16100d;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.service_tracking input[type="submit"] {
	background-color: #ffbd00;
	font-size: 12px;
	display: inline-block;
	color: #16100d;
	text-align: right;
	float: left;
	position: relative;
	background-image: url(../img/mark01.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	padding-right: 25px;
	padding-left: 10px;
	width: auto;
	line-height: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}
.service_tracking input[type="submit"]:hover {
	background-color: #c65713;
	width: 50%;
}
.service_statistics {
	background-color: #FFF;
	background-image: url(../img/icon_service_statistics.svg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	position: relative;
	margin-bottom: 7px;
}
.service_statistics h1 {
	color: #5c402d;
	font-size: 16px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 3;
	position: relative;
	margin-right: 25px;
	margin-left: 25px;
}
.service_statistics h1 span {
	font-size: 27px;
	display: block;
	margin-bottom: 10px;
}
.service_statistics_list {
	display: block;
	overflow: hidden;
	position: relative;
}
.service_statistics_list li {
	display: block;
	padding-top: 7px;
	padding-bottom: 12px;
	overflow: hidden;
	position: relative;
	color: #211914;
}
.service_statistics_list li:nth-child(1) {background-color: #ddb669;}
.service_statistics_list li:nth-child(2) {background-color: #e5c178;}
.service_statistics_list li:nth-child(3) {background-color: #f3d597;}
.service_statistics_list li:nth-child(4) {background-color: #fee4af;}
.service_statistics_list li:nth-child(5) {background-color: #ffeecc;}
.service_statistics_list li:hover {
	background-color: #FFF;
}
.service_statistics_list li strong {
	color: #430300;
	float: left;
	width: 50%;
	font-weight: normal;
	margin-left: 20px;
}
.service_statistics_list li span {
	color: #804E2F;
	display: block;
	float: left;
	width: 30%;
	text-align: right;
	font-family: Lato;
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
}
.service_request {
	background-color: #d1922a;
	background-image: url(../img/icon_service_request.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
	position: relative;
	margin-bottom: 7px;
	border: 5px solid #be6418;
    -webkit-animation: service_request 3s infinite;
    animation: service_request 3s infinite;
}
@-webkit-keyframes service_request {
    50% {background-color: #d1922a;}
}
@keyframes service_request {
    50% {background-color: #fff;}
}
.service_request a {
	background-image: url(../img/gred16.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	width: 100%;
	display: block;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 80px;
	padding-left: 25px;
    -webkit-animation: service_request_a 3s infinite;
    animation: service_request_a 3s infinite;
}
@-webkit-keyframes service_request_a {
    50% {background-position: right top;}
}
@keyframes service_request_a {
    50% {background-position: 400px top;}
}
.service_request h1 {
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	z-index: 3;
	position: relative;
    -webkit-animation: service_request_h1 3s infinite;
    animation: service_request_h1 3s infinite;
}
@-webkit-keyframes service_request_h1 {
    50% {color: #FFF;}
}
@keyframes service_request_h1 {
    50% {color: #d1922a;}
}
.service_request h1 span {
	font-size: 27px;
	display: block;
	margin-bottom: 10px;
}
.service_request p {
	font-size: 12px;
	color: #FFF;
    -webkit-animation: service_request_p 3s infinite;
    animation: service_request_p 3s infinite;
}
@-webkit-keyframes service_request_p {
    50% {color: #FFF;}
}
@keyframes service_request_p {
    50% {color: #d1922a;}
}
.service_request:hover {
	background-image: url(../img/icon_service_request_.svg);
	background-color: #211914;
	border-top-color: #795c49;
	border-right-color: #795c49;
	border-bottom-color: #795c49;
	border-left-color: #795c49;
}
.service_request:hover a {
	padding-top: 35px;
	padding-bottom: 90px;
	background-image: none;
}
.service_request:hover p {
	color: #795c49;
}
.service_slider {
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-bottom: 7px;
}
.service_slider .rslides {
	width: 100%;
	height: 100%;
	position: absolute;
}
.service_slider .rslides li {
	height: 100%;
	width: 100%;
}
.service_slider .rslides img {
	height: auto;
	width: 100%;
}
.service_slider .callbacks_nav {
	position: absolute;
	z-index: 20;
	text-indent: -9999px;
	height: 27px;
	width: 27px;
	background-repeat: no-repeat;
	background-position: center center !important;
	bottom: 15px !important;
	background-color: #ffbd00;
	top: auto;
}
.service_slider .callbacks_nav.prev {
	background-image: url(../img/mark05.png);
	left: 15px;
}
.service_slider .callbacks_nav.next {
	left: 45px;
	background-image: url(../img/mark06.png);
}
.service_slider .callbacks_nav.prev:hover, .service_slider .callbacks_nav.next:hover {
	background-color: #fff;
	background-position: center center;
}
.service_slider .callbacks .caption {
	right: 10px;
	left: 10px;
	bottom: 55px;
	top: auto;
	width: auto;
}
.service_slider .callbacks .caption h2 {
	font-size: 18px;
	color: #fff;
	max-width: auto;
	margin-bottom: 10px;
}
.service_slider .callbacks .caption h1 {
	font-size: 14px;
	color: #fff;
	max-width: auto;
}
.service_slider .callbacks_tabs {
	display: none;
}
#other_services .caption {
	right: 20px;
	left: 20px;
	bottom: auto;
	top: 50px;
	width: auto;
}
#other_services .caption h2, #other_services .caption h1 {
	color: #19130f;
}
.timeline * {
	box-sizing: border-box;
}
.timeline {
	direction: ltr;
	position: relative;
	overflow-y: hidden;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	box-sizing: border-box;
}
.timeline::before {
	box-sizing: border-box;
}
.timeline *::before {
	box-sizing: border-box;
}
.timeline .timeline-block {
	margin: 40px 0;
}
.timeline .timeline-icon {
	position: absolute;
	width: 42px;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -2px;
	border: 4px solid #fbb101;
	border-radius: 100%;
	background-color: #fff;
	text-align: center;
}
.timeline .timeline-icon span.step {
	font-family: Lato;
	font-size: 13px;
	color: #676767;
	margin-top: 10px;
	text-align: center;
	display: block;
	width: 100%;
	font-weight: bold;
}
.timeline .timeline-icon.timeline-icon-hide-border {
	border: 0;
}
.timeline .timeline-icon.timeline-icon-hide-border i.fa, .timeline .timeline-icon.timeline-icon-hide-border img {
	margin-left: 0;
	margin-top: 0;
}
.timeline .timeline-icon i.fa, .timeline .timeline-icon img {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: bottom;
	line-height: 32px;
	text-align: center;
	font-size: 25px;
	color: #878789;
}
.timeline .timeline-icon img {
	border-radius: 100%;
}
.timeline .approved {
	border: 4px solid #73C956;
	background-color: #73C956;
}
.timeline .approved span.step {
	color: #fff;
	margin-top: 12px;
}
.timeline .approved i.fa {
	color: #fff;
	margin-top: 3px;
}
.timeline .timeline-content {
	position: relative;
	width: 45%;
	padding: 12px;
	background-color: #FDFDFD;
	border: 1px solid #e1e1e1;
	line-height: 20px;
	min-height: 64px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #777777;
}
.timeline .timeline-content h2 {
	font-size: 18px;
}
.timeline .timeline-content p {
	margin-bottom: 3px;
}
.timeline .timeline-content p.approved-by {
	color: #16100d;
	display: block;
	margin-top: 20px;
}
.timeline .timeline-content p.approved-by span {color: #cd8926;}
.timeline .approved {
	border: 2px solid #73C956;
}
.timeline .approved h2 {
	color: #73C956;
}
.timeline.timeline-with-arrows .approved::before {
	border-left-color: #73C956 !important;
	border-right-color: #73C956 !important;
}
.timeline .timeline-date {
	position: absolute;
	width: 100%;
	top: 0;
	left: 120%;
	font-size: 14px;
	color: #5c402d;
	text-align: left;
}
.timeline::before {
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -1px;
	background-color: #CFCFC4;
	content: "";
}
 @media screen and (min-width: 800px) {
.timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-content {
	left: 55%;
}
.timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-date {
	left: auto;
	right: 120%;
	margin-left: -400px;
	text-align: right;
}
}
 @media screen and (max-width: 800px) {
.timeline.timeline-collapsing::before {
	left: auto;
	margin-left: 140px;
}
.timeline.timeline-collapsing .timeline-block {
	margin-left: 174px;
	margin-right: 10px;
}
.timeline.timeline-collapsing .timeline-icon {
	left: auto;
	margin-left: -49px;
}
.timeline.timeline-collapsing .timeline-content {
	width: auto;
}
.timeline.timeline-collapsing .timeline-date {
	width: auto;
	left: 0;
	margin-left: -130px;
	text-align: right;
}
}
.timeline.timeline-left::before {
	left: auto;
	margin-left: 140px;
}
.timeline.timeline-left .timeline-block {
	margin-left: 174px;
	margin-right: 10px;
}
.timeline.timeline-left .timeline-icon {
	left: auto;
	margin-left: -49px;
}
.timeline.timeline-left .timeline-content {
	width: auto;
}
.timeline.timeline-left .timeline-date {
	width: auto;
	left: 0;
	margin-left: -130px;
	text-align: right;
}
.timeline.timeline-with-arrows .timeline-content::after, .timeline.timeline-with-arrows .timeline-content::before {
	left: 100%;
	top: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
}
.timeline.timeline-with-arrows .timeline-content::after {
	border-left-color: #fdfdfd;
	border-width: 14px;
	margin-left: 0;
	margin-top: 0;
}
.timeline.timeline-with-arrows .timeline-content::before {
	border-left-color: #e1e1e1;
	border-width: 15px;
	margin-left: 1px;
	margin-top: -1px;
}
.timeline.timeline-with-arrows.timeline-left .timeline-content::after, .timeline.timeline-with-arrows.timeline-left .timeline-content::before {
	left: 0;
	right: 100%;
	border-left-color: transparent !important;
}
.timeline.timeline-with-arrows.timeline-left .timeline-content::after {
	border-right-color: #e1e1e1;
	margin-left: -28px;
}
.timeline.timeline-with-arrows.timeline-left .timeline-content::before {
	border-right-color: #fafafa;
	margin-top: -1px;
	margin-left: -31px;
}
.timeline.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::after, .timeline.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
	left: 0;
	right: 100%;
	border-left-color: transparent !important;
}
.timeline.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::after {
	border-right-color: #fdfdfd;
	margin-left: -28px;
}
.timeline.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
	border-right-color: #e1e1e1;
	margin-top: -1px;
	margin-left: -31px;
}
@media screen and (max-width: 800px) {
.timeline.timeline-with-arrows .timeline-content::after, .timeline.timeline-with-arrows .timeline-content::before {
	left: 0;
	right: 100%;
	border-left-color: transparent !important;
}
.timeline.timeline-with-arrows .timeline-content::after {
	border-right-color: #fdfdfd;
	margin-left: -28px;
}
.timeline.timeline-with-arrows .timeline-content::before {
	border-right-color: #e1e1e1;
	margin-top: -1px;
	margin-left: -31px;
}
}
.timeline-icon.timeline-icon-text {
	left: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	background-color: transparent;
}
.timeline-icon.timeline-icon-text span {
	display: inline-block;
	width: auto;
	background-color: #fff;
	border: 3px solid #fbb101;
	padding: 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #777777;
	line-height: 1.3em;
}
@media screen and (max-width: 800px) {
.timeline-icon.timeline-icon-text {
	left: auto;
	width: auto;
	margin-left: 0 !important;
}
}
.timeline.timeline-left .timeline-icon.timeline-icon-text {
	left: auto;
	width: auto;
	margin-left: 0 !important;
}
.timeline-block.timeline-block-icon-only .timeline-content {
	visibility: hidden;
}
#service_login {
	margin-top: 30px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #EEE;
	padding: 25px;
}
#service_login * {
	-webkit-transition-duration: 0s, 0s;
	-moz-transition-duration: 0s, 0s;
	transition-duration: 0s, 0s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
.accordionButton {
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	cursor: pointer;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding: 10px;
}
.accordionButton h1 {
	font-size: 25px;
}
.accordionButton h2 {
	font-size: 16px;
}
.accordionButton:hover h1 {color: #fcbd01;}
.accordionButton:hover h2 {color: #ccc;}
.accordionContent {
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #0d5ea5;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.accordionContent .SumoSelect {
	border: 1px solid #e5e5e5;
}
.accordionContent .SumoSelect > .optWrapper.open {
    background-color: #19130f;
}
.accordionContent .SumoSelect > .optWrapper > .options > li label {color: #fff;}
#service_login .on {}
#service_login form * {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
.col_service {
	width: 83.3332%;
	float: right;
	position: relative;
}
.service_title {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	background-image: url(../img/icon_quicklinks_guide.svg);
	background-repeat: no-repeat;
	background-position: right center;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
	background-color: #FFF;
}
.service_title h1 {
	font-size: 25px;
	display: block;
	margin: 10px;
	color: #d99523;
	padding-right: 120px;
	line-height: 1.2em;
}
.service_cols {
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
	background-color: #FFF;
	color: #777777;
	margin-bottom: 30px;
	overflow: hidden;
}
.service_cols hr {
	border-bottom-color: #F0F0F0;
	border-bottom-width: 3px;
	margin-top: 0px;
}
.service_col_right, .service_col_left {
	width: 50%;
	float: right;
}
.service_cols .contents {
	box-shadow: none;
	background-color: transparent;
	margin: auto;
	padding: 30px;
}
.service_cols .SumoSelect {
	display: block;
	float: right;
	width: 100%;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	height: 32px;
}
.service_cols .SumoSelect > .optWrapper.open {
    background-color: #19130f;
}
.service_cols .SumoSelect > .optWrapper > .options > li label {color: #fff;}
.responsive-calendar {
	margin-top: 10px;
	margin-bottom: 20px;
}
.responsive-calendar hr {
	border-bottom-width: 1px;
	margin-top: 20px;
}
.responsive-calendar .controls {
	text-align: center;
}
.responsive-calendar .controls a {
	cursor: pointer;
}
.responsive-calendar .controls h4 {
	display: inline;
	font-size: 12px;
}
.responsive-calendar .day-headers, .responsive-calendar .days {
	font-size: 0;
}
.responsive-calendar .day {
	display: inline-block;
	position: relative;
	font-size: 18px;
	width: 14.285714285714286%;
	text-align: center;
}
.responsive-calendar .future,
.responsive-calendar .day.not-current a,
.responsive-calendar .past {font-family: 'Economica', sans-serif;}
.responsive-calendar .day a {
	color: #666;
	display: block;
	cursor: pointer;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.responsive-calendar .day a:hover {
	background-color: #eee;
	text-decoration: none;
}
.responsive-calendar .day.header {
	border-bottom: 1px #e2e2e2 solid;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.responsive-calendar .day.active a {
	background-color: #fcbd01;
	color: #ffffff;
}
.responsive-calendar .day.active a:hover {
	background-color: #d99523;
}
.responsive-calendar .day.active .not-current {
	background-color: #8fcaef;
	color: #ffffff;
}
.responsive-calendar .day.active .not-current:hover {
	background-color: #bcdff5;
}
.responsive-calendar .day.not-current a {
	color: #ddd;
}
.responsive-calendar .day .badge {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1;
	display: block;
	font-size: 11px;
	color: #999;
	background-color: #FFF;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.booked {
	font-size: 12px;
	color: #999;
	overflow: hidden;
	position: relative;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 20px;
}
.booked span {
	background-color: #fcbd01;
	display: block;
	height: 20px;
	width: 20px;
	float: right;
	margin-left: 10px;
}
.dtpicker-overlay {
	z-index: 2000;
	display: none;
	min-width: 300px;
	background: rgba(0, 0, 0, 0.2);
	font-size: 70%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.dtpicker-mobile {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.dtpicker-overlay * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dtpicker-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(29,22,17, 0.8);
}
.dtpicker-cont {
	border: 1px solid #ECF0F1;
}
.dtpicker-mobile .dtpicker-cont {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
}
.dtpicker-content {
	font-family: 'Lato', sans-serif;
	margin: 0px auto;
	padding: 1em 0em;
	max-width: 500px;
	background: #fff;
}
.dtpicker-mobile .dtpicker-content {
	width: 97%;
}
.dtpicker-subcontent {
	position: relative;
}
.dtpicker-header {
	margin: 0.2em 1em;
}
.dtpicker-header .dtpicker-title {
	color: #5d6876;
	text-align: center;
	font-size: 16px;
}
.dtpicker-header .dtpicker-close {
	position: absolute;
	top: 0px;
	right: 10px;
	color: #d99523;
	font-size: 30px;
	cursor: pointer;
}
.dtpicker-header .dtpicker-close:hover {
	color: #d99523;
}
.dtpicker-header .dtpicker-value {
	padding: 0.8em 0.2em 0.2em 0.2em;
	color: #d99523;
	text-align: center;
	font-size: 20px;
}
.dtpicker-components {
	overflow: hidden;
	margin: 1em 1em;
	font-size: 1.4em;
}
.dtpicker-components * {
	margin: 0px;
	padding: 0px;
}
.dtpicker-components .dtpicker-compOutline {
	display: inline-block;
	float: left;
}
.dtpicker-comp2 {
	width: 50%;
}
.dtpicker-comp3 {
	width: 33.3%;
}
.dtpicker-comp5 {
	width: 20%;
}
.dtpicker-comp6 {
	width: 16.66%;
}
.dtpicker-components .dtpicker-comp {
	margin: 2%;
	text-align: center;
}
.dtpicker-components .dtpicker-comp > * {
	display: block;
	height: 30px;
	color: #5d6876;
	text-align: center;
	line-height: 30px;
}
.dtpicker-components .dtpicker-comp > *:hover {
	color: #5d6876;
}
.dtpicker-components .dtpicker-compButtonEnable {
	opacity: 1;
}
.dtpicker-components .dtpicker-compButtonDisable {
	opacity: 0.5;
}
.dtpicker-components .dtpicker-compButton {
	background: #FFFFFF;
	font-size: 30px;
	cursor: pointer;
}
.dtpicker-components .dtpicker-compValue {
	margin: 0.4em 0em;
	width: 100%;
	border: none;
	background: #FFFFFF;
	font-size: 20px;
	-webkit-appearance: none;
	font-family: 'Lato', sans-serif;
}
.dtpicker-overlay .dtpicker-compValue:focus {
	outline: none;
	background: #F2FCFF;
}
.dtpicker-buttonCont {
	overflow: hidden;
	margin: 0.2em 1em;
}
.dtpicker-buttonCont .dtpicker-button {
	display: block;
	padding: 0.6em 0em;
	width: 47%;
	background: #d99523;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.5em;
	cursor: pointer;
}
.dtpicker-buttonCont .dtpicker-button:hover {
	color: #FFFFFF;
}
.dtpicker-singleButton .dtpicker-button {
	margin: 0.2em auto;
}
.dtpicker-twoButtons .dtpicker-buttonSet {
	float: left;
}
.dtpicker-twoButtons .dtpicker-buttonClear {
	float: right;
}
.room_gallery {
	overflow: hidden;
	position: relative;
}
.room_gallery ul {
	display: block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.room_gallery li {
	border: 7px solid #F4F4F4;
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 15%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	background-image: url(../img/loading01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 1%;
}
.room_gallery li a {
	position: relative;
	width: 100%;
}
.room_gallery li:hover {border: 7px solid #ffbd00;}
.room_gallery li a img {
	display: block;
	height: auto;
	width: 100%;
}
.room_gallery li:hover img {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
.loading01 {
	background-image: url(../img/loading01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-top: 60px;
	font-size: 12px;
	color: #ffbd00;
}
.booked_times {
	min-height: 500px;
	background-color: #f9f9f9;
}
.booked_times .contents {
	box-shadow: none;
	background-color: transparent;
	margin: auto;
	padding: 30px;
}








#course_page {
	overflow: hidden;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 70px;
	margin-left: 20px;
}
p.course_day {
	font-size: 20px;
	color: #999;
	margin-bottom: 3px;
}
p.course_cato {
	font-size: 12px;
}
.counter {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	min-height:44px;
}
.counter a.join {
	font-size: 20px;
	color: #FFF;
	background-color: #d99523;
	display: block;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	position: absolute;
	top: 17px;
	white-space: nowrap;
	right: 10px;
}
.counter a.join:hover {
	background-color: #211914;
}
.is-countdown {
	overflow: hidden;
}
.countdown-rtl {}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 15%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: right;
	text-align: center;
	background-image: url(../img/mark14.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
}
.countdown-amount {
	font-size: 20px;
	color: #d99523;
}
.countdown-period {
	display: block;
	font-size: 12px;
	color: #666;
}
.countdown-descr {
	display: block;
	width: 100%;
}
ul.course_time {
	display: block;
	overflow: hidden;
}
ul.course_time li {
	display: block;
	float: left;
	color: #999;
	margin-right: 10px;
}
ul.course_time li i {
	color: #d99523;
	margin-right: 3px;
}
ul.course_time li.week {}
ul.course_time li.period {}
ul.course_time li.time {}
#course_page .brife {
	margin-top: 20px;
	margin-bottom: 20px;
}
#course_page .brife h1 {
	font-size: 20px;
}
#tabs_wrapper {}
#tabs_container {
	clear: both;
	padding-right: 20px;
	overflow: hidden;
}
#tabs {
	display: block;
	width: 100%;
	overflow: hidden;
}
#tabs li {
	display: inline;
	border: none;
}
#tabs li a {
	text-align: center;
	display: inline;
	float: left;
	color: #b1b1b1;
	padding: 10px;
	white-space: nowrap;
}
#tabs li a:hover {}
#tabs li.active a {
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #dadada;
	border-right-color: #dadada;
	border-left-color: #dadada;
	margin-bottom: -2px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#tabs li.active a:hover {}
#tabs_content_container {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.tab_content {
	height: auto;
	position: relative;
	overflow: hidden;
	display: none;
	margin: auto;
	min-height: 300px;
	border: 1px solid #dadada;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tab_content ul.submenu {
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.tab_content .week {
	margin-bottom: 20px;
}
.tab_content .week h1 {
	font-size: 16px;
	margin-bottom: 15px;
}
.tab_content .week h1 i {color:#cc8044;}
.tab_content .week h2 {
	font-size: 14px;
	color: #cc8044;
	margin-bottom: 10px;
}
.tab_content .week p {
	font-size: 13px;
	color: #999;
}
.tab_content li {
	min-height: 100px;
}
ul.trainer li {
	position: relative;
	display: block;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	overflow: hidden;
}
ul.trainer li img {
	height: auto;
	width: 100px;
	display: block;
	float: right;
	border: 5px solid #ffbd00;
	margin-left: 15px;
}
ul.trainer li p.msg {
	display: block;
	color: #999999;
	margin-top: 5px;
}
ul.other_time {}
ul.other_time li {
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	border-bottom-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	opacity: 0.7;
}
ul.other_time li:hover {opacity: 1;}
ul.other_time li h1 {
	text-align: right;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
}
ul.other_time li h1 i {
	color: #cc8044;
}
ul.other_time li p {
	font-size: 12px;
	color: #666;
}
#ajax_loader {
	background-image: url(../img/loading01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
.courses_list {
	display: block;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.courses_list li.item {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	float: left;
	width: 48%;
	border: 2px solid #EFEFEF;
	padding: 2%;
	margin-right: 2%;
}
.courses_list li.item:nth-child(even) {margin-left: 0%;}
.courses_list li.item .thumb {
	overflow: hidden;
	position: relative;
	float: right;
	height: 150px;
	width: 150px;
	margin-left: 20px;
	display: none;
}
.courses_list li.item .thumb img {
	position: relative;
	height: auto;
	width: 100%;
}
.courses_list li.item .item_details {
	overflow: hidden;
	position: relative;
}
.courses_list li.item h1 {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
.courses_list li.item p.course_cato {
	color: #999;
}
.courses_list li.item p.course_cato span {color:#d99523;}
.courses_list li.item p.course_summary {
	line-height: 1.3em;
	color: #999;
	font-size: 13px;
}
.courses_list li.item ul.course_time {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.courses_list li.item ul.course_time li {
	font-size: 12px;
	padding-bottom: 5px;
}
.courses_list li.item a.readmore {
	background-color: #ffbd00;
	background-image: url(../img/mark12.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 27px;
	width: 100px;
	position: relative;
	color: #16100d;
	font-size: 12px;
	line-height: 2em;
	float: right;
	margin-top: 10px;
	padding-left: 10px;
}
.courses_list li.item:hover a.readmore {
	background-color: #fff;
}
.courses_list li.item:hover {
	color: #fff;
	border: 2px solid #ffbd00;
	background-color: #1d1611;
}
.courses_list li.item:hover h1 {color: #ffbd00;}
.courses_list li.item:hover p.course_cato {color: #fff;}
.courses_list li.item:hover p.course_cato span {color:#fff;}
.courses_list li.item:hover p.course_summary {color:#fff;}
.courses_list li.item:hover ul.course_time li {color:#fff;}
.courses_filter {
	background-color: #E8E8E8;
	padding: 20px;
	position: relative;
	height: 75px;
}
.courses_filter .default_form input[type="submit"] {
	width: 45%;
	height: 32px;
	line-height: 0.8em;
}
.courses_filter h1.block_title {
	float: right;
	width: 98%;
	margin-left: 0.3%;
	margin-right: 0px;
	border: 1px solid #e5e5e5;
	height: 33px;
	font-size: 14px;
	margin-bottom: 0px;
}
.courses_filter .SumoSelect {
	display: block;
	float: right;
	width: 50%;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	margin-left: 1%;
}
.courses_filter .default_form {
    margin-bottom: 0px;
}
a.hide {
	background-color: #211914;
	background-image: url(../img/icon_close2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 42px;
	width: 42px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	font-size: 0px;
	z-index: 20;
}
a.hide:hover {
	background-color: #ffbd00;
}
table.tablesaw {
	empty-cells: show;
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.tablesaw {
	border-collapse: collapse;
	width: 100%;
}
.tablesaw {
	border: 0;
	padding: 0;
}
.tablesaw th, .tablesaw td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .7em;
}
.tablesaw thead tr:first-child th {}
.tablesaw-enhanced .tablesaw-bar .btn {
	border: 1px solid #ccc;
	background: none;
	background-color: #fafafa;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
	color: #4a4a4a;
	clear: both;
	cursor: pointer;
	display: block;
	font: bold 20px/1;
	margin: 0;
	padding: .5em .85em .4em .85em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: 0 1px 0 #fff;
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 255,255,255,.1 )), color-stop(50%, rgba( 255,255,255,.1 )), color-stop(55%, rgba( 170,170,170,.1 )), to(rgba( 120,120,120,.15 )));
	background-image: -webkit-linear-gradient(top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100%);
	background-image: linear-gradient( top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100% );
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	border-radius: .25em;
}
.tablesaw-enhanced .tablesaw-bar a.btn {
	color: #1c95d4;
}
.tablesaw-enhanced .tablesaw-bar .btn:hover {
	text-decoration: none;
}
.tablesaw-enhanced .tablesaw-bar .btn:active {
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 100,100,100,.35 )), to(rgba( 255,255,255,0 )));
	background-image: -webkit-linear-gradient(top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70%);
	background-image: linear-gradient( top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70% );
}
.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus {
	color: #208de3;
	background-color: #fff;
	outline: none;
}
.tablesaw-bar .btn:focus {
	-webkit-box-shadow: 0 0 .35em #4faeef !important;
	box-shadow: 0 0 .35em #4faeef !important;
}
.ie-lte8 .tablesaw-bar .btn:hover, .ie-lte8 .tablesaw-bar .btn:focus {
	color: #208de3;
	background-color: #fff;
	border-color: #aaa;
	outline: none;
}
.tablesaw-bar .btn-select select {
	background: none;
	border: none;
	display: block;
	position: absolute;
	font-weight: inherit;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	min-height: 1em;
}
.tablesaw-bar .btn-select select {
	opacity: 0;
	filter: alpha(opacity=0);
	display: inline-block;
	color: transparent;
}
.tablesaw-bar .btn select option {
	background: #fff;
	color: #000;
}
.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
	color: #4d4d4d;
	padding-right: 2.5em;
	min-width: 7.25em;
	text-align: left;
	text-indent: 0;
}
.ie-lte8 .tablesaw-bar .btn-select {
	min-width: 6.1em;
}
.tablesaw-bar .btn.btn-small, .tablesaw-bar .btn.btn-micro {
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	top: 0;
}
.tablesaw-bar .btn.btn-small {
	font-size: 1.0625em;
	line-height: 19px;
	padding: .3em 1em .3em 1em;
}
.tablesaw-bar .btn.btn-micro {
	font-size: .8125em;
	padding: .4em .7em .25em .7em;
}
.tablesaw-enhanced .tablesaw-bar .btn-select {
	text-align: left;
}
.tablesaw-bar .btn-select:after {
	background: #e5e5e5;
	background: rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 2px rgba(255,255,255,.25);
	box-shadow: 0 2px 2px rgba(255,255,255,.25);
	content: " ";
	display: block;
	position: absolute;
}
.tablesaw-bar .btn-select.btn-small, .tablesaw-bar .btn-select.btn-micro {
	padding-right: 1.5em;
}
.tablesaw-bar .btn-select:after {
	background: none;
	background-repeat: no-repeat;
	background-position: .25em .45em;
	content: "\25bc";
	font-size: .55em;
	padding-top: 1.2em;
	padding-left: 1em;
	left: auto;
	right: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	width: 1.8em;
}
.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
	width: 1.2em;
	font-size: .5em;
	padding-top: 1em;
	padding-right: .5em;
	line-height: 1.65;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-left-width: 0;
}
.tablesaw-advance .btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 0 1px 0 #fff;
	border-radius: .25em;
}
.tablesaw-advance .btn.btn-micro {
	font-size: .8125em;
	padding: .3em .7em .25em .7em;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
	display: inline-block;
	overflow: hidden;
	width: 1.8em;
	height: 1.8em;
	background-position: 50% 50%;
	margin-left: .5em;
	position: relative;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
	content: "\0020";
	overflow: hidden;
	width: 0;
	height: 0;
	position: absolute;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
	left: .5em;
	top: .65em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #808080;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
	left: .5em;
	top: .65em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #808080;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
	top: .45em;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
	left: .6em;
	border-right: 5px solid #808080;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
	left: .7em;
	border-left: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.disabled {
	opacity: .25;
	filter: alpha(opacity=25);
	cursor: default;
	pointer-events: none;
}
.tablesaw-bar {
	clear: both;
}
.tablesaw-toolbar {
	font-size: .875em;
	float: left;
}
.tablesaw-toolbar label {
	padding: .5em 0;
	clear: both;
	display: block;
	color: #888;
	margin-right: .5em;
	text-transform: uppercase;
}
.tablesaw-bar .btn, .tablesaw-enhanced .tablesaw-bar .btn {
	margin-top: .5em;
	margin-bottom: .5em;
}
.tablesaw-bar .btn-select, .tablesaw-enhanced .tablesaw-bar .btn-select {
	margin-bottom: 0;
}
.tablesaw-bar .tablesaw-toolbar .btn {
	margin-left: .4em;
	margin-top: 0;
	text-transform: uppercase;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	font-size: 1em;
	padding-left: .3em;
}
.tablesaw-bar .tablesaw-toolbar .btn-select {
	min-width: 0;
}
.tablesaw-bar .tablesaw-toolbar .btn-select:after {
	padding-top: .9em;
}
.tablesaw-bar .tablesaw-toolbar select {
	color: #888;
	text-transform: none;
	background: transparent;
}
.tablesaw-toolbar ~ table {
	clear: both;
}
.tablesaw-toolbar .a11y-sm {
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
 @media (min-width: 24em) {
.tablesaw-toolbar .a11y-sm {
	clip: none;
	height: auto;
	width: auto;
	position: static;
	overflow: visible;
}
}
table.tablesaw tbody th {
	font-weight: bold;
	color: #ce1e01;
}
table.tablesaw thead th, table.tablesaw thead td {
	color: #d88d21;
	font-size: 12px;
}
.tablesaw th, .tablesaw td {
	line-height: 1em;
	vertical-align: middle;
}
.tablesaw td, .tablesaw tbody th {
	vertical-align: middle;
}
.tablesaw td .btn, .tablesaw tbody th .btn {
	margin: 0;
}
.tablesaw thead {
	/* [disabled]border: 1px solid #e5e5e4; */
	color: #d88d21;
	border-bottom: 3px solid #d88d21;
	margin-bottom: 10px;
}
.tablesaw thead tr:nth-child(even) th {color: #777;}
.tablesaw thead th {
	color: #777;
	text-shadow: 0 1px 0 #fff;
	text-align: left;
}
.tablesaw thead tr:first-child th {
	border-right: 3px solid #fff;
}
.tablesaw tbody tr {
	border-bottom: 1px solid #dfdfdf;
}
.tablesaw caption {
	text-align: left;
	margin-bottom: 0;
	opacity: .5;
	filter: alpha(opacity=50);
	line-height: 2.4;
}
 @media (min-width: 25em) {
.tablesaw caption {
	margin-bottom: .6em;
	line-height: 1.1;
}
}
.tablesaw-cell-label-top {
	text-transform: uppercase;
}
.tablesaw-cell-label {
	color: #888;
}
 @media (min-width: 40em) {
.tablesaw td {
	line-height: 1.1em;
}
}
 @media only all {
.tablesaw-swipe .tablesaw-cell-persist {
	border-right: 1px solid #e4e1de;
}
.tablesaw-swipe .tablesaw-cell-persist {
	-webkit-box-shadow: 3px 0 4px -1px #e4e1de;
	box-shadow: 3px 0 4px -1px #e4e1de;
}
}
.tablesaw-stack tbody tr {
	border-bottom: 1px solid #dfdfdf;
}
.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
	display: none;
}
@media only all {
.tablesaw-stack td,  .tablesaw-stack th {
	text-align: right;
	display: block;
}
.tablesaw-stack tr {
	clear: both;
	display: table-row;
}
.tablesaw-stack td .tablesaw-cell-label,  .tablesaw-stack th .tablesaw-cell-label {
	display: block;
	padding: 0 .6em 0 0;
	width: 30%;
	display: inline-block;
}
.tablesaw-stack th .tablesaw-cell-label-top,  .tablesaw-stack td .tablesaw-cell-label-top {
	display: block;
	padding: .4em 0;
	margin: .4em 0;
}
.tablesaw-cell-label {
	display: block;
}
.tablesaw-stack tbody th.group {
	margin-top: -1px;
}
.tablesaw-stack th.group b.tablesaw-cell-label {
	display: none !important;
}
}
 @media (max-width: 39.9375em) {
.tablesaw-stack thead td,  .tablesaw-stack thead th {
	display: none;
}
.tablesaw-stack tbody td,  .tablesaw-stack tbody th {
	clear: left;
	float: left;
	width: 100%;
}
.tablesaw-cell-label {
	vertical-align: top;
}
.tablesaw-cell-content {
	max-width: 67%;
	display: inline-block;
}
.tablesaw-stack td:empty,  .tablesaw-stack th:empty {
	display: none;
}
}
@media (min-width: 40em) {
.tablesaw-stack tr {
	display: table-row;
}
.tablesaw-stack td,  .tablesaw-stack th,  .tablesaw-stack thead td,  .tablesaw-stack thead th {
	display: table-cell;
	margin: 0;
}
.tablesaw-stack td .tablesaw-cell-label,  .tablesaw-stack th .tablesaw-cell-label {
	display: none !important;
}
}
.tablesaw-fix-persist {
	table-layout: fixed;
}
@media only all {
.tablesaw-swipe th.tablesaw-cell-hidden,  .tablesaw-swipe td.tablesaw-cell-hidden {
	display: none;
}
}
.btn.tablesaw-columntoggle-btn span {
	text-indent: -9999px;
	display: inline-block;
}
.tablesaw-columntoggle-btnwrap {
	position: relative;
}
.tablesaw-columntoggle-btnwrap .dialog-content {
	padding: .5em;
}
.tablesaw-columntoggle tbody td {
	line-height: 1.5;
}
.tablesaw-columntoggle-popup {
	display: none;
}
.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
	display: block;
	position: absolute;
	top: 2em;
	right: 0;
	background-color: #fff;
	padding: .5em .8em;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	border-radius: .2em;
	z-index: 1;
}
.tablesaw-columntoggle-popup fieldset {
	margin: 0;
}
@media only all {
.tablesaw-columntoggle th.tablesaw-priority-6,  .tablesaw-columntoggle td.tablesaw-priority-6,  .tablesaw-columntoggle th.tablesaw-priority-5,  .tablesaw-columntoggle td.tablesaw-priority-5,  .tablesaw-columntoggle th.tablesaw-priority-4,  .tablesaw-columntoggle td.tablesaw-priority-4,  .tablesaw-columntoggle th.tablesaw-priority-3,  .tablesaw-columntoggle td.tablesaw-priority-3,  .tablesaw-columntoggle th.tablesaw-priority-2,  .tablesaw-columntoggle td.tablesaw-priority-2,  .tablesaw-columntoggle th.tablesaw-priority-1,  .tablesaw-columntoggle td.tablesaw-priority-1 {
	display: none;
}
}
.tablesaw-columntoggle-btnwrap .dialog-content {
	top: 0 !important;
	right: 1em;
	left: auto !important;
	width: 12em;
	max-width: 18em;
	margin: -.5em auto 0;
}
.tablesaw-columntoggle-btnwrap .dialog-content:focus {
	outline-style: none;
}
@media (min-width: 20em) {
.tablesaw-columntoggle th.tablesaw-priority-1,  .tablesaw-columntoggle td.tablesaw-priority-1 {
	display: table-cell;
}
}
@media (min-width: 30em) {
.tablesaw-columntoggle th.tablesaw-priority-2,  .tablesaw-columntoggle td.tablesaw-priority-2 {
	display: table-cell;
}
}
@media (min-width: 40em) {
.tablesaw-columntoggle th.tablesaw-priority-3,  .tablesaw-columntoggle td.tablesaw-priority-3 {
	display: table-cell;
}
.tablesaw-columntoggle tbody td {
	line-height: 2;
}
}
@media (min-width: 50em) {
.tablesaw-columntoggle th.tablesaw-priority-4,  .tablesaw-columntoggle td.tablesaw-priority-4 {
	display: table-cell;
}
}
@media (min-width: 60em) {
.tablesaw-columntoggle th.tablesaw-priority-5,  .tablesaw-columntoggle td.tablesaw-priority-5 {
	display: table-cell;
}
}
@media (min-width: 70em) {
.tablesaw-columntoggle th.tablesaw-priority-6,  .tablesaw-columntoggle td.tablesaw-priority-6 {
	display: table-cell;
}
}
@media only all {
.tablesaw-columntoggle th.tablesaw-cell-hidden,  .tablesaw-columntoggle td.tablesaw-cell-hidden {
	display: none;
}
.tablesaw-columntoggle th.tablesaw-cell-visible,  .tablesaw-columntoggle td.tablesaw-cell-visible {
	display: table-cell;
}
}
.tablesaw-columntoggle-popup .btn-group > label {
	display: block;
	padding: .2em 0;
	white-space: nowrap;
}
.tablesaw-columntoggle-popup .btn-group > label input {
	margin-right: .8em;
}
.tablesaw-sortable, .tablesaw-sortable thead, .tablesaw-sortable thead tr, .tablesaw-sortable thead tr th {
	position: relative;
}
.tablesaw-sortable thead tr th {
	padding-right: 1.6em;
	vertical-align: top;
}
.tablesaw-sortable th.tablesaw-sortable-head, .tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
	padding: 0;
}
.tablesaw-sortable th.tablesaw-sortable-head button {
	padding-top: .9em;
	padding-bottom: .7em;
	padding-left: .6em;
	padding-right: 1.6em;
}
.tablesaw-sortable .tablesaw-sortable-head button {
	min-width: 100%;
	color: inherit;
	background: transparent;
	border: 0;
	padding: 0;
	text-align: right;
	font: inherit;
	text-transform: inherit;
	position: relative;
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
	width: 7px;
	height: 10px;
	content: "\0020";
	position: absolute;
	right: .5em;
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
	content: "↑";
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
	content: "↓";
}
.tablesaw-sortable .not-applicable:after {
	content: "--";
	display: block;
}
.tablesaw-sortable .not-applicable span {
	display: none;
}
.tablesaw-advance {
	float: right;
}
.tablesaw-advance.minimap {
	margin-right: .4em;
}
.tablesaw-advance-dots {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tablesaw-advance-dots li {
	display: table-cell;
	margin: 0;
	padding: .4em .2em;
}
.tablesaw-advance-dots li i {
	width: .25em;
	height: .25em;
	background: #555;
	border-radius: 100%;
	display: inline-block;
}
.tablesaw-advance-dots-hide {
	opacity: .25;
	filter: alpha(opacity=25);
	cursor: default;
	pointer-events: none;
}
nav[role="navigation"] {
	text-align: center;
}
.cd-pagination {
	text-align: center;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 60px;
	margin-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
}
.cd-pagination li {
	display: none;
	margin: 0 .2em;
}
.cd-pagination li.button {
	display: inline-block;
}
.cd-pagination a, .cd-pagination span {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.cd-pagination a {
	border: 1px solid #CCC;
	border-radius: 0.25em;
	color: #3f2618;
}
.no-touch .cd-pagination a:hover, .cd-pagination a:hover {
	border: 1px solid #3f2618;
	background-color: #3f2618;
	color: #FFF;
}
.cd-pagination a:active {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.cd-pagination a.disabled {
	color: rgba(46, 64, 87, 0.4);
	pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
	opacity: .4;
}
.cd-pagination .button:first-of-type a::before {
	content: '\00ab  ';
}
.cd-pagination .button:last-of-type a::after {
	content: ' \00bb';
}
.cd-pagination .current {
	background-color: #ffbd00;
	border-color: #ffbd00;
	color: #ffffff;
	pointer-events: none;
}
@media only screen and (min-width: 768px) {
.cd-pagination li {
	display: inline-block;
}
}
@media only screen and (min-width: 1170px) {
}
.cd-pagination.no-space {
	width: auto;
	max-width: none;
	display: inline-block;
	border-radius: 0.25em;
	border: 1px solid #e6e6e6;
}
.cd-pagination.no-space:after {
	content: "";
	display: table;
	clear: both;
}
.cd-pagination.no-space li {
	margin: 0;
	float: left;
	border-right: 1px solid #e6e6e6;
}
.cd-pagination.no-space li:last-of-type {
	border-right: none;
}
.cd-pagination.no-space a, .cd-pagination.no-space span {
	float: left;
	border-radius: 0;
	padding: .8em 1em;
	border: none;
}
.cd-pagination.no-space li:first-of-type a {
	border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
	border-radius: 0 0.25em 0.25em 0;
}
.cd-pagination.move-buttons:after {
	content: "";
	display: table;
	clear: both;
}
.cd-pagination.move-buttons .button:first-of-type {
	float: left;
}
.cd-pagination.move-buttons .button:last-of-type {
	float: right;
}
.cd-pagination.no-space.move-buttons {
	width: 90%;
	max-width: 768px;
	display: block;
	overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
	float: none;
	border: none;
}
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
	float: none;
}
.cd-pagination.custom-icons .button a {
	position: relative;
}
.cd-pagination.custom-icons .button:first-of-type a {
	padding-left: 2.4em;
}
.cd-pagination.custom-icons .button:last-of-type a {
	padding-right: 2.4em;
}
.cd-pagination.custom-icons .button:first-of-type a::before, .cd-pagination.custom-icons .button:last-of-type a::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	background: transparent url("../img/cd-icon-arrow-1.svg") no-repeat center center;
}
.cd-pagination.custom-icons .button:first-of-type a::before {
	left: .8em;
}
.cd-pagination.custom-icons .button:last-of-type a::after {
	right: .8em;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span {
	vertical-align: middle;
}
.cd-pagination.custom-buttons .button a {
	width: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	color: transparent;
	background-image: url("../img/cd-icon-arrow-2.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.cd-pagination.custom-buttons .button:last-of-type a {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.no-touch .cd-pagination.custom-buttons .button:last-of-type a:active {
	-webkit-transform: scale(0.9) rotate(180deg);
	-moz-transform: scale(0.9) rotate(180deg);
	-ms-transform: scale(0.9) rotate(180deg);
	-o-transform: scale(0.9) rotate(180deg);
	transform: scale(0.9) rotate(180deg);
}
.cd-pagination.no-space.custom-buttons .button:last-of-type a {
	border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
	padding: 0 1.4em;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.cd-pagination.animated-buttons .button a {
	position: relative;
	padding: 0 2em;
}
.cd-pagination.animated-buttons .button:first-of-type a::before, .cd-pagination.animated-buttons .button:last-of-type a::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-pagination.animated-buttons .button:last-of-type a::after {
	-webkit-transform: translateX(-50%) rotate(180deg);
	-moz-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	-o-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
}
.cd-pagination.animated-buttons i {
	display: block;
	height: 100%;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.no-touch .cd-pagination.animated-buttons .button a:hover i {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.no-touch .cd-pagination.animated-buttons .button:first-of-type a:hover::before {
	-webkit-transform: translateX(-50%) translateY(-50px);
	-moz-transform: translateX(-50%) translateY(-50px);
	-ms-transform: translateX(-50%) translateY(-50px);
	-o-transform: translateX(-50%) translateY(-50px);
	transform: translateX(-50%) translateY(-50px);
}
.no-touch .cd-pagination.animated-buttons .button:last-of-type a:hover::after {
	-webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
	-moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
	-ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
	-o-transform: translateX(-50%) rotate(180deg) translateY(50px);
	transform: translateX(-50%) rotate(180deg) translateY(50px);
}
#tenders_list {
	position: relative;
}
#tenders_list li.item {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	background-image: url(../img/gred18.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
#tenders_list li.item:hover {
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
}
#tenders_list li.item h1 {
	font-size: 22px;
	margin-bottom: 7px;
}
#tenders_list li.item h3.title {
	font-size: 14px;
	color: #FFF;
	background-color: #3f2618;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-left: 5px;
}
#tenders_list li.item h3.title i {color:#ffbd00;}
#tenders_list li.item .tender_num {
	font-size: 18px;
	color: #d99523;
	margin-bottom: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffbd00;
	padding-bottom: 10px;
}
#tenders_list li.item .tender_num p {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 0px;
}
#tenders_list ul.tender_details {
	display: block;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
}
#tenders_list ul.tender_details li {
	display: block;
	overflow: hidden;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
#tenders_list ul.tender_details li h4 {
	display: block;
	float: left;
	width: 30%;
	font-size: 14px;
	margin-bottom: 0px;
	color: #be6418;
	margin-right: 2%;
}
#tenders_list ul.tender_details li p {
	display: block;
	float: left;
	font-size: 12px;
	margin-bottom: 0px;
}
#tenders_list .tender_counter {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEE;
	border-bottom-color: #EEE;
}
#tenders_list .tender_counter .countdown-section {
	width: 24%;
}
#tenders_list ul.tender_docs {
	display: block;
	overflow: hidden;
	position: relative;
}
#tenders_list ul.tender_docs li {
	display: block;
	overflow: hidden;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#tenders_list ul.tender_docs li a {
	font-size: 13px;
	color: #999;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#tenders_list ul.tender_docs li a:hover {color: #ffbd00;}
#tenders_list ul.tender_docs li a:hover i {color: #999;}
#tenders_list ul.tender_docs li a i {
	font-size: 16px;
	color: #ffbd00;
	margin-left: 5px;
}
#tenders_list a.join {
	font-size: 20px;
	color: #FFF;
	background-color: #d99523;
	display: block;
	padding-top: 17px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 25px;
	position: relative;
	white-space: nowrap;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/icon_slide_objective.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	margin-right: 5px;
}
#tenders_list a.join:hover {
	background-color: #be6418;
}
#tenders_list .closed {
	color: #FFF;
	background-color: #C73F3F;
	display: block;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 13px;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: 5px;
}
#tenders_list .closed i {
	font-size: 30px;
	float: left;
	display: block;
	position: relative;
	margin-top: 12px;
	margin-right: 10px;
}
#tenders_list .closed p {
	margin-bottom: 0px;
	display: block;
	position: relative;
	white-space: nowrap;
}
#tenders_list .closed p.close {
	font-size: 22px;
	color: #FFF;
}
#tenders_list .closed p.winner {
	font-size: 14px;
	color: #FFF;
}
#upload {
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	border: 4px solid #EEE;
	/*background-image: url(../img/gred19.png);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#drop {
	background-color: #EAEAEA;
	text-align: center;
	font-size: 14px;
	color: #666666;
	border: 3px dashed #C88D6F;
	padding-top: 80px;
	padding-right: 50px;
	padding-bottom: 80px;
	padding-left: 50px;
}
#drop a {
	background-color: #d99523;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	margin-top: 12px;
	padding-top: 7px;
	padding-right: 26px;
	padding-bottom: 9px;
	padding-left: 26px;
	margin-right: 10px;
	margin-left: 10px;
}
#drop a:hover {
	background-color: #be6418;
}
#drop input {
	display: none;
}
/*#upload ul {
	display: block;
	position: relative;
}
#upload ul li {
	background-color: #fff;
	height: 60px;
	position: relative;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
#upload ul li input {
	display: none;
}
#upload ul li p {
	width: 144px;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 6px;
	left: 100px;
	text-align: left;
}
#upload ul li i {
	color: #999999;
	display: block;
	font-style: normal;
	font-size: 12px;
}
#upload ul li canvas {
	top: 7px;
	left: 32px;
	position: absolute;
}
#upload ul li span {
	width: 15px;
	height: 12px;
	background: url('../img/icons.png') no-repeat;
	position: absolute;
	top: 24px;
	right: 33px;
	cursor: pointer;
}
#upload ul li.working span {
	height: 16px;
	background-position: 0 -12px;
}
#upload ul li.error p {
	color: red;
}*/
#tzine-download {
	opacity: 0.9;
	background-color: #257691;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
	height: 28px;
	line-height: 28px;
	text-decoration: none !important;
	display: inline-block;
	border-radius: 2px;
	color: #fff !Important;
	box-shadow: 0 -1px 2px #1e5e74 inset;
	border-top: 1px solid #26849c;
	text-shadow: 1px 1px 1px #1e6176;
	margin-top: 6px;
}
#tzine-download:hover {
	opacity: 1;
}
#tzine-actions {
	position: absolute;
	top: 0;
	width: 500px;
	right: 50%;
	margin-right: -420px;
	text-align: right;
}
#tzine-actions iframe {
	display: inline-block;
	height: 21px;
	width: 95px;
	position: relative;
	float: left;
	margin-top: 11px;
}
.id-num {
	font-size: 27px !important;
	color: #666;
	text-align: center;
	border: 3px solid #ffbd00 !important;
	font-family: Lato;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wizard, .tabcontrol {
	display: block;
	width: 100%;
	overflow: hidden;
}
.wizard a, .tabcontrol a {
	outline: 0;
}
.wizard ul, .tabcontrol ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}
.wizard ul > li, .tabcontrol ul > li {
	display: block;
	padding: 0;
}
.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
	position: absolute;
	left: -999em;
}
.wizard > .content > .title, .tabcontrol > .content > .title {
	position: absolute;
	left: -999em;
}
.wizard > .steps {
	position: relative;
	display: block;
	width: 100%;
}
.wizard.vertical > .steps {
	display: inline;
	float: right;
	width: 30%;
}
.wizard > .steps .number {
	font-family: Lato;
	font-weight: bold;
}
.wizard > .steps > ul > li {
	width: 25%;
}
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
	float: right;
}
.wizard.vertical > .steps > ul > li {
	float: none;
	width: 100%;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
	display: block;
	width: auto;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
	background: #eee;
	color: #aaa;
	cursor: default;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	background: #ffbd00;
	color: #fff;
	cursor: default;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
	background: #ffbd00;
	color: #fff;
}
.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
	background: #ff3111;
	color: #fff;
}
.wizard > .content {
	display: block;
	position: relative;
	width: auto;
	background-color: #F7F7F7;
	margin-bottom: 20px;
	overflow: hidden;
}
.wizard.vertical > .content {
	display: inline;
	float: left;
	width: 68%;
	margin-top: 0;
	margin-bottom: 0.5em;
}
.wizard > .content > .body {
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 70px;
	padding-left: 20px;
}
.wizard > .content > .body ul {
	list-style: disc !important;
}
.wizard > .content > .body ul > li {
	display: list-item;
}
.wizard > .content > .body > iframe {
	border: 0 none;
	width: 100%;
	height: 100%;
}
.wizard > .content > .body input {
	display: block;
	border: 1px solid #ccc;
}
.wizard > .content > .body input[type="checkbox"] {
	display: inline-block;
}
.wizard > .content > .body input.error {
	background: rgb(251, 227, 228);
	border: 1px solid #fbc2c4;
	color: #8a1f11;
}
.wizard > .content > .body label {
	display: inline-block;
	margin-bottom: 0.5em;
}
.wizard > .content > .body label.error {
	color: #8a1f11;
	display: inline-block;
	margin-left: 1.5em;
}
.wizard > .actions {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
}
.wizard.vertical > .actions {
	display: inline;
	float: left;
	margin: 0;
	width: 95%;
}
.wizard > .actions > ul {
	display: inline-block;
	text-align: lefy;
}
.wizard > .actions > ul > li {
	margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li {
	margin: 0px;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
	background: #ffbd00;
	color: #fff;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
	background: #eee;
	color: #aaa;
}
.wizard > .loading {
}
.wizard > .loading .spinner {
}
.tabcontrol > .steps {
	position: relative;
	display: block;
	width: 100%;
}
.tabcontrol > .steps > ul {
	position: relative;
	margin: 6px 0 0 0;
	top: 1px;
	z-index: 1;
}
.tabcontrol > .steps > ul > li {
	float: left;
	margin: 5px 2px 0 0;
	padding: 1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
	background: #edecec;
	border: 1px solid #bbb;
	padding: 0;
}
.tabcontrol > .steps > ul > li.current {
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	padding: 0 0 1px 0;
	margin-top: 0;
}
.tabcontrol > .steps > ul > li > a {
	color: #5f5f5f;
	display: inline-block;
	border: 0 none;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
	text-decoration: none;
}
.tabcontrol > .steps > ul > li.current > a {
	padding: 15px 30px 10px 30px;
}
.tabcontrol > .content {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 35em;
	overflow: hidden;
	border-top: 1px solid #bbb;
	padding-top: 20px;
}
.tabcontrol > .content > .body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%;
}
.tabcontrol > .content > .body ul {
	list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
	display: list-item;
}
h4.title {
	font-size: 14px;
	color: #fff;
	background-color: #3f2618;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h4.title i {color:#ffbd00;}
.file-box {
	text-align: center;
	float: left;
	width: 20%;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.file-box small {
	color: #999999;
	display: block;
	font-size: 14px;
	line-height: 1.1em;
	margin-top: -20px;
	text-align: center;
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.js .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
}
.inputfile + label span {font-size: 12px;}
.file-box progress {
	color: #a25310;
	background-color: #a25310;
	height: 8px;
	width: 50%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	border: none;
	position: absolute;
	right: 35px;
	top: 123px;
	overflow: hidden;
}
progress::-moz-progress-bar { background: #a25310; }
progress::-webkit-progress-bar { background: #a25310; }
progress::-webkit-progress-value { background: #fff; }
.file-box progress[value] {
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress#progressOthers {
	color: #fff;
	background-color: #fff;
	height: 12px;
	width: 50%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}
progress#progressOthers[value] {
	background-color: #a25310;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress#progressOthers::-moz-progress-bar { background: #ffbd00; }
progress#progressOthers::-webkit-progress-bar { background: #a25310; }
progress#progressOthers::-webkit-progress-value { background: #ffbd00; }
div.file {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
div.file:hover label {background-color: #c88618;}
div.file label {
	background-color: #d99523;
	display: block;
	float: right;
	padding-top: 1px;
	padding-right: 40px;
	padding-bottom: 4px;
	padding-left: 40px;
	color: #FFF;
	background-image: url(../img/mark15.png);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
}
div.file input#other_files {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	cursor: inherit;
	display: block;
	background-color: !important;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.upload_result {}
.upload_result ul {
	margin-top: 10px;
	margin-bottom: 35px;
	display: block;
	position: relative;
}
.upload_result li {
	display: block;
	overflow: hidden;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dacdb8;
	background-image: url(../img/mark01.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	padding-right: 35px;
}
.upload_result li a {
	display: block;
	font-size: 13px;
}
.upload_result li a.remove_additional {
	background-image: url(../img/icon_remove.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	left: 5px;
	top: 10px;
	font-size: 0px;
	height: 14px;
	width: 14px;
}
.no-js .inputfile + label {
	display: none;
}
.inputfile:focus + label, .inputfile.has-focus + label {
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {}
.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	margin-right: auto;
	margin-left: auto;
}
.inputfile-5 + label {
	color: #d99523;
}
.inputfile-5:focus + label, .inputfile-5.has-focus + label, .inputfile-5 + label:hover {
	color: #be6418;
}
.inputfile-5 + label figure {
	width: 100%;
	height: 135px;
	background-color: #d99523;
	display: block;
	position: relative;
	padding: 30px;
	margin: 0 auto 10px;
}
.inputfile-5:focus + label figure, .inputfile-5.has-focus + label figure, .inputfile-5 + label:hover figure {
	background-color: #be6418;
}
.inputfile-5 + label figure::before, .inputfile-5 + label figure::after {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
}
.inputfile-5 + label figure::before {
	border-top: 20px solid #fff;
	border-left: 20px solid transparent;
}
.inputfile-5 + label figure::after {
	border-bottom: 20px solid #be6418;
	border-right: 20px solid transparent;
}
.inputfile-5:focus + label figure::after, .inputfile-5.has-focus + label figure::after, .inputfile-5 + label:hover figure::after {
	border-bottom-color: #d99523;
}
.inputfile-5 + label svg {
	width: 100%;
	height: 100%;
	fill: #fff;
}
.inputfile-6 + label {
	color: #d99523;
}
.inputfile-6 + label {
	border: 1px solid #d99523;
	background-color: #f1e5e6;
	padding: 0;
}
.inputfile-6:focus + label, .inputfile-6.has-focus + label, .inputfile-6 + label:hover {
	border-color: #be6418;
}
.inputfile-6 + label span, .inputfile-6 + label strong {
	padding: 0.625rem 1.25rem;
}
.inputfile-6 + label span {
	width: 200px;
	min-height: 2em;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
}
.inputfile-6 + label strong {
	height: 100%;
	color: #f1e5e6;
	background-color: #d99523;
	display: inline-block;
}
.inputfile-6:focus + label strong, .inputfile-6.has-focus + label strong, .inputfile-6 + label:hover strong {
	background-color: #be6418;
}
 @media screen and (max-width: 50em) {
.inputfile-6 + label strong {
	display: block;
}
}
#upload .showlist li {
	height: auto;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.service-warehouse-message {
	text-align: center;
	background-color: #1d1611;
	padding-top: 70px;
	padding-right: 70px;
	padding-bottom: 100px;
	padding-left: 70px;
}
.service-warehouse-message .icon {
	font-size: 200px;
	color: #73C956;
	margin-bottom: 30px;
}
.service-warehouse-message h2 {
	color: #FFF;
	font-size: 18px;
}
.service-warehouse-message h2 span {
	color: #cd8926;
}
.service-warehouse-message h3 {
	font-size: 16px;
	color: #FFF;
}
.service-warehouse-message h4 {
	font-size: 14px;
	color: #FFF;
}
.service-warehouse-message h4 span {
	direction: ltr !important;
	color: #cd8926;
}
.service-warehouse-message p {
	color: #FFF;
	font-size: 15px;
}
.service-warehouse-message p span {
	color: #cd8926;
}
.service-warehouse-message a {color: #cd8926;}
ul.check_list {
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
ul.check_list li {
	width: 33.333%;
	overflow: hidden;
	position: relative;
	display: block;
	float: right;
}
a.register_link {
	background-color: #ddb669;
	display: block;
	width: 85%;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	line-height: 1.2em;
	margin-top: 20px;
}
a.register_link:last-child {
	margin-top: 0px;
}
a.register_link i {
	font-size: 45px;
	color: #211914;
	float: right;
	position: absolute;
	top: 30px;
	right: 28px;
	text-align: center;
	display: block;
	width: 50px;
}
a.register_link h3, a.register_link p {
	color: #211914;	
	display: block;
}
a.register_link h3 {
	font-size: 22px;
	margin-right: 65px;
	margin-top: 10px;
	margin-bottom: 5px;
}
a.register_link p {
	font-size: 14px;
	margin-right: 65px;
}
a.register_link:hover {
	background-color: #211914;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}
a.register_link:hover i {
	color: #fff;
}
a.register_link:hover h3, a.register_link:hover p {
	color: #ddb669;	
}
#accordion2 * {
	-webkit-transition-duration: 0s, 0s !important;
	-moz-transition-duration: 0s, 0s !important;
	transition-duration: 0s, 0s !important; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
#accordion2 {
	overflow: hidden;
	position: relative;
	margin-left: 7px;
}
.accordion-group {
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
}
.accordion-heading {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #d99523;
	padding-right: 20px;
	display: block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.accordion-heading:hover {
	color: #ffbd00;
	background-color: #3f2618;
}
.checkbox_block {
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	overflow: hidden;
	position: relative;
}
.selected_items {
	background-color: #F9F9F9;
	padding: 10px;
	min-height: 140px;
	border: 1px solid #E2E2E2;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.selected_items h6 {
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #5c402d;
}
.selected_items ul, .selected_items ol {
	display: block;
	margin-right: 10px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.selected_items li {
	background-image: url(../img/mark08.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 15px;
	line-height: 1.4em;
	padding-bottom: 2px;
}
.selected_items label {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.invoice-box {
	max-width: 800px;
	margin: auto;
	padding: 30px;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	line-height: 24px;
	color: #555;
}
.invoice-box table {
	width: 100%;
	line-height: inherit;
}
.invoice-box table td {
	padding: 5px;
	vertical-align: top;
}
.invoice-box table tr td:nth-child(2) {
	text-align: left;
	font-size: 13px;
}
.invoice-box table tr.top table td {
	padding-bottom: 20px;
}
.invoice-box table tr.top table td.title {
	font-size: 45px;
	line-height: 45px;
	color: #333;
}
.invoice-box table tr.top table td.title img {
	width: 50%;
	height: auto;
	max-width: 150px;
	float: left;
}
.invoice-box table tr.information table td {
	padding-bottom: 40px;
}
.invoice-box table tr.heading td {
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.invoice-box table tr.details td {
	padding-bottom: 20px;
}
.invoice-box table tr.item td {
	border-bottom: 1px solid #eee;
}
.invoice-box table tr.item.last td {
	border-bottom: none;
}
.invoice-box table tr.total td:nth-child(2) {
	border-top: 2px solid #eee;
	font-weight: bold;
}
@media only screen and (max-width: 600px) {
.invoice-box table tr.top table td {
	width: 100%;
	display: block;
	text-align: center;
}
.invoice-box table tr.information table td {
	width: 100%;
	display: block;
	text-align: center;
}
}
#printMessageBox {
	background-image: url(../img/icon_print.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	position: fixed;
	text-align: center;
	width: 150px;
	height: 150px;
	font-size: 12px;
	color: #FFF;
	opacity: 0;
	z-index: 1000;
	background-color: #fcbd01 !important;
	right: 2%;
	bottom: 3%;
}
.btnPrint {
	background-color: #fcbd01;
	display: inline-block;
	clear: both;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 15px;
	color: #5c402d;
}
.btnPrint i {
	color: #5c402d;
}
.btnPrint:hover {
	background-color: #5c402d;
	color: #fcbd01;
}
.btnPrint:hover i {
	color: #fcbd01;
}
a.table_btn {
	border-radius: 3px;
	background-color: #ffbd00;
	color: #16100d;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	padding-bottom: 6px;
	padding-top: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	display: inline-block;
}
a.table_btn:hover {color: #fff; background-color: #c65713;}
.instructions {}
.instructions ul {
	display: block;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	position: relative;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
}
.instructions li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	line-height: 1.4em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.instructions li i {
	color: #ffcc00;
	font-size: 16px;
	margin-top: 2px;
	margin-left: 15px;
}
.instructions li a {
	color: #3f2618;
}
.instructions li a:hover{
	color: #ffcc00;
}
ul.chkbox-grp {
	display: block;
	overflow: hidden;
	position: relative;
	padding-right: 20px;
}
ul.chkbox-grp li {
	display: block;
	clear: both;
	overflow: hidden;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	font-family: Lato;
}
ul.chkbox-grp li:nth-child(odd) {
	background-color: #F8F8F8;
}
ul.chkbox-grp li input[type=checkbox] {
	margin-left: 0px;
	width: auto;
	display: inline-block;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul.chkbox-grp li label {display: inline-block;}
ul.chkbox-grp li.parent-chkbox label {color: #3f2618;}
ul.chkbox-grp li.child-chkbox label {color: #683c24;}
/*ul.chkbox-grp li.parent-chkbox:nth-child(2) label {color: #c55612;}
ul.chkbox-grp li.child-chkbox:nth-child(2) label {color: #cd8611;}*/
#ContactInvestForm button, .form-link {
	font-size: 13px;
	width: auto;
	background-color: #ffbd00;
	color: #16100d !important;
	display: block;
	text-align: right;
	border: none;
	background-repeat: no-repeat;
	background-position: 10px center;
	float: right;
	background-image: url(../img/mark01.png);
	position: relative;
	padding-right: 5px;
	padding-left: 35px;
	cursor: pointer;
	height: 30px;
    line-height: 2em;
}
#ContactInvestForm button:hover, .form-link:hover {
	background-color: #16100d;
	color: #FFF !important;
	background-image: url(../img/mark02.png);
}
#ContactInvestForm input[type="checkbox"] {
	width: auto;
}
#ContactInvestForm label {
    display: inline;
}
.node-type-services {min-height: 850px;}
/************** MAP **************/
#blocks_map {
	font-family: 'Lato', sans-serif;
    background-color: #1d1611;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
	margin: auto;
}
#blocks_map svg * {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
#blocks_map svg {
	display: block;
	width: 95%;
	position: relative;
	margin: auto;
}
#blocks_map svg a:hover polygon {
	fill: #fff;
	stroke: #fff;
}
#blocks_map svg a:hover polygon text {
	fill: #ccc !important;
}
#GSPOC, #STAROIL, #PETRO-ENERGY, #GNPOC, #RPOC {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}
.popup_visible #GSPOC,
.popup_visible #STAROIL,
.popup_visible #PETRO-ENERGY,
.popup_visible #GNPOC,
.popup_visible #RPOC {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.block-info-popup {
	font-family: 'Lato', sans-serif;
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #ffbd00;
	max-width: 300px;
	width: 100%;
	color: #3f2618;
}
.block-info-popup h4 {
	font-family: 'Lato', sans-serif;
	background-color: #3f2618;
	font-size: 16px;
	color: #FFF;
	display: block;
	padding: 10px;
	text-align: left;
	overflow: hidden;
	margin: 0px;
}
.block-info-popup ul {
	display: block;
	clear: both;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.block-info-popup li {
	background-image: url(../img/mark08.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d29c00;
	line-height: 1.4em;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.block-info-popup button {
	background-color: transparent;
	background-image: url(../img/icon_close2.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 8px;
	right: 8px;
	overflow: hidden;
	font-size: 0px;
	cursor: pointer;
}
.tipso_bubble, .tipso_bubble > .tipso_arrow{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.tipso_bubble {
	font-family: 'Lato', sans-serif;
    position: absolute;
	text-align: center;
	/*border-radius: 6px;*/
	z-index: 9999;
}
.tipso_style{
	cursor: help;
	border-bottom: 1px dotted;
}
.tipso_title {
	padding: 10px;	/*border-radius: 6px 6px 0 0;*/
}
.tipso_content {
  	word-wrap: break-word;
	padding: 0.5em;
}
.tipso_bubble.tiny {
	font-size: 0.6rem;
}
.tipso_bubble.small {
	font-size: 0.8rem;
}
.tipso_bubble.default {
	font-size: 1rem;
}
.tipso_bubble.large {
	font-size: 1.2rem;
	width: 100%;
}
.tipso_bubble > .tipso_arrow{
	position: absolute;
	width: 0; height: 0;
	border: 8px solid;
	pointer-events: none;
}
.tipso_bubble.top > .tipso_arrow {
	border-top-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}
.tipso_bubble.bottom > .tipso_arrow {
	border-bottom-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
}
.tipso_bubble.left > .tipso_arrow {
	border-left-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	top: 50%;
	left: 100%;
	margin-top: -8px;
}
.tipso_bubble.right > .tipso_arrow {
	border-right-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	top: 50%;
	right: 100%;
	margin-top: -8px;
}
.tipso_bubble .top_right_corner, 
.tipso_bubble.top_right_corner {
	border-bottom-left-radius: 0;
}
.tipso_bubble .bottom_right_corner, 
.tipso_bubble.bottom_right_corner  {
	border-top-left-radius: 0;
}
.tipso_bubble .top_left_corner, 
.tipso_bubble.top_left_corner {
	border-bottom-right-radius: 0;
}
.tipso_bubble .bottom_left_corner, 
.tipso_bubble.bottom_left_corner  {
	border-top-right-radius: 0;
}
/************** MAP **************/