
*{
	font-family: 'Lato', sans-serif !important;	
}
html, body{
	
	font-family: 'Lato', sans-serif !important;
}
label {
    font-weight: 500;
	color:#ffcc00;
}

.nav-pills > li > a {
	color:#ffffff;
}

.wizard-card .description {
    color: #ffffff;
    font-size: 14px;
}

.card {
	/*background: rgba(0,0,0,0.8);*/
	background: rgba(44,109,179,0.90);
	border-radius:0px;
	color:#ffffff;

}

.wizard-card .wizard-title {
    color: #ffcc00;
}

.wizard-card .category {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

label.error {
	display: none !important;
}

.ninja-main-navigation {
	min-width: 160px;
	width: 100%;
	overflow-x: hidden;
}

.navbar-toggle .icon-bar {
	background-color: #f3bb45 !important;
}

.navbar-toggle:hover .icon-bar {
	background-color: #000000 !important;
}

.navbar .navbar-nav > li > a.btn.btn-primary, .btn-primary, .navbar .navbar-nav > li > a.btn.btn-primary.btn-fill, .btn-primary.btn-fill, .navbar .navbar-nav > li > a.btn.btn-primary.btn-fill:hover, .navbar .navbar-nav > li > a.btn.btn-primary.btn-fill:focus, .navbar .navbar-nav > li > a.btn.btn-primary.btn-fill:active, .navbar .navbar-nav > li > a.btn.btn-primary.btn-fill.active, .open > .navbar .navbar-nav > li > a.btn.btn-primary.btn-fill.dropdown-toggle, .btn-primary.btn-fill:hover, .btn-primary.btn-fill:focus, .btn-primary.btn-fill:active, .btn-primary.btn-fill.active, .open > .btn-primary.btn-fill.dropdown-toggle, .btn, .navbar .navbar-nav > li > a.btn {
	/*background-color: rgba(0,0,0,.7);*/
	background-color: rgba(44,109,179,0.90);
	/*border-color: rgba(0,0,0,.9);*/
	border-color: #f3bb45;
	color: #ffcc00;
	font-weight: 500 !important;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover, .navbar .navbar-nav > li > a.btn:hover, .navbar .navbar-nav > li > a.btn:focus, .navbar .navbar-nav > li > a.btn:active, .navbar .navbar-nav > li > a.btn.active, .navbar .navbar-nav > li > a.btn:active:focus, .navbar .navbar-nav > li > a.btn:active:hover, .open > .navbar .navbar-nav > li > a.btn.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.dropdown-toggle:focus, .open > .navbar .navbar-nav > li > a.btn.dropdown-toggle:hover {
	/*background-color: rgba(0,0,0,.7);*/
	background-color: rgba(44,109,179,0.90);
	/*border-color: rgba(0,0,0,.9);*/
	border-color: #f3bb45;
	color: #ffcc00;
	font-weight: 500 !important;
}

.btn-primary.btn-fill:hover, .btn:hover {
	background-color: #f3bb45;
	border-color: #f3bb45;
	color: #000000;
}

.navbar .navbar-nav > li > a.btn.btn-primary.btn-fill:hover, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
	color: #ffffff !important;
}

.brand img {
	max-width:100%;
	margin-top:0px;
}

.made-with-pk:hover img {
	margin-top:50px;
	opacity:0.01;
}

	
/*
.navbar .navbar-nav > li > a.btn.btn-primary, .btn-primary, .navbar .navbar-nav > li > a.btn.btn-primary.btn-fill, .btn-primary.btn-fill {
	background-color: rgba(0,0,0,.7);
	border-color: rgba(0,0,0,.9);
	color:#ffcc00;
}
*/

/*** Sanyi ***/


.container {
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'Lato', sans-serif !important;
}

.jumbotron {
	margin-top: 10px;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

table td span {
    display: none;
}

table td:hover span {
    display: block;
}

.btn.btn-warning {
    background: #C34541;
}

.blur {
    display: block;
    filter: blur(3px);
    transition: 0.25s ease all;
    cursor: default;
}

.blur:hover {
    filter: none;
}

.information {
    margin: 2em 0;
    background: #FFFFFF url(/sites/images/information-icon.svg) 1em center no-repeat;
    background-size: 4em;
    border: 1px solid #c9c9c9;
    border-radius: 0.32em;
    padding: 2em 2em 2em 6em;
}

.information.small {
    margin: 1em 0;
    background-size: 2em;
    padding: 1em 1em 1em 4em;
    font-size: 0.95em;
}


.category-color-preview {
	width: 24px;
	height: 24px;
}


/* Sizes */

.a_w1 {
    width: 1%;
}

.a_w5 {
    width: 5%;
}

.a_w10 {
    width: 10%;
}

.a_w15 {
    width: 15%;
}

.a_w20 {
    width: 20%;
}

.a_w25 {
    width: 25%;
}

.a_w30 {
    width: 25%;
}

.a_w100 {
	width: 100%;
}

.a_right {
    text-align: right;
}

.file-input .btn,
.file-input .filename {
    display: inline-block;
}

.spacing-top {
    margin-top: 2em;
}

.type-block {
    display: block;
}

.show-on-hover {
    display: none;
}

*:hover>.show-on-hover {
    display: block;
}

.font-code {
    font-family: monospace;
}


.custom-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 11000;
}
.custom-popup > div {
	width: 50%;
	min-width: 300px;
	margin: 25% auto 0 auto;
	padding: 2em;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 0.2em;
	color: #212121;
	text-align: center;
}


/*
  3rd-party trix
*/

.dataTables_filter {
    text-align: right;
}

.bootstrap-select .dropdown-menu>.selected>a:focus {
    color: #222222;
}

.loader {
    background: url(/sites/images/Wedges.svg) center center no-repeat;
    min-width: 200px;
    height: 300px;
}


.form-info {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 10px;
    font-size: 0.95em;
    font-style: italic;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0px solid #c9c9c9;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    background: #DCDCDC;
    background: linear-gradient(to bottom, #DCDCDC 0%, #FFFFFF 20%);
}

@media print {
	.drop-down-arrow {
		background: unset;
		height: 0;
		margin: 20px 0 60px 0;
		text-align: center;
	}
	.drop-down-arrow img {
		display: block;
		height: 40px;
		margin: 0 auto;
	}
}

html, body {
	min-width:240px;
}

/* body */
body {
	font-size: 13px;
}

/* wp theme */
.top-bar {
	padding: 1em 0;
	/*background: #212121;*/
	background: rgba(44,109,179,0.90);
	color: #FFFFFF;
	font-weight: 700;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 10;
}
.top-bar a {
	color: inherit;
	white-space: nowrap;
	text-align:center;
	display:block;
	line-height:24px;
	vertical-align:middle;
}
/*
.top-bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-bar ul li {
	display: inline-block;
}
.top-bar .row > div {
	text-align: right;
}
.top-bar .row > div:first-child {
	text-align: left;
}
.top-bar .row > div:first-child ul li:first-child {
	padding-left: 0;
}
.top-bar .row > div ul li {
	border-right: 1px solid #363636;
	padding: 0 1em;
}
.top-bar .row > div ul li:last-child {
	border-right: 0;
	padding-right: 0;
}
.top-bar .search {
	border: 0;
	border-bottom: 1px solid #313131;
	background: transparent;
	color: #FFFFFF;
	font-weight: normal;
	transition: 0.3s ease border;
}
.top-bar .search:focus {
	border-color: #FFFFFF;
}
*/
#topbarcontainer, #menucontainer {
	background:rgba(44,109,179,0.90) !important;
}

.menu-bar .logo img {
	float: left;
	margin-top: 26px;
	max-width: 40px;
}

.menu-bar .logo span {
	margin-top: 33px;
	margin-left:8px;
	display:block;
	font-size:15px;
	font-weight:500;
	float: left;
	width: auto !important;
	color:#ffffff;
	text-decoration:none;
}

.menu-bar .logo:hover {
	text-decoration:none;
}

#navbar .nav>li>a {
	padding:8px 6px !important;
}

/*#navbar { padding: 0; }*/
.ninja-main-navigation {
	float: right;
	font-size:12px;
	padding:8px 2px !important;
	margin-top: 1.2em;
	background: transparent;
	color: #FFFFFF;
}
.ninja-main-navigation li a {
	color: inherit;
	
	
	/*border-bottom: 3px solid transparent;
	transition: 0.2s ease border;*/
}
.ninja-main-navigation li.active > a,
.ninja-main-navigation li:hover > a,
.ninja-main-navigation li.open > a {
 -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
		color: #F3BB45;
}
.ninja-main-navigation li {
	
	font-size:14px;
	/*text-transform: uppercase;*/

}
#nav > li > a {
	padding: 1.2em 0;
	margin: 0 0.5em;
}
#nav > li:last-child > a { margin-right: 0; }
.nav > li > a:hover, .nav > li > a:focus {
	background: unset;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: transparent;
}

.main-header {
	/*margin-top: 32px;*/
	margin-top: 0px;
	/*background: #212121 url(/sites/images/top-bg.jpg) center center no-repeat;
	background: #212121 url(/sites/images/top-bg.jpg) center center no-repeat;*/
	background-size: cover;
}
.main-header.full-page {
	min-height: 100vh;
}

.main-header .main-attraction {
	margin-top: 12%;
}
.main-header .main-attraction h4,
.main-header .main-attraction h3 {
	padding: 0;
	margin: 0.05em 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.main-header .main-attraction h4 {
	font-size: 1.95em;
}
.main-header .main-attraction h3 {
	font-size: 6.95em;
}
.main-header .main-attraction .button {
	display: inline-block;
	margin-top: 1em;
	background: #FFB606;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1em 2.3em;
	color: inherit;
}
.main-header .main-attraction .button { text-decoration: none; }

.main-header .main-boxes {
	margin: 10% auto 0 auto;
	color: #FFFFFF;
}
.main-header .main-boxes > div > div {
}
.main-header .main-boxes > div > div > div {
	margin: 0 -10px;
	padding: 2em;
	background: rgba(0,0,0,0.6);
}
.main-header .main-boxes > div > div > div h3 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
}
.main-header .main-boxes > div > div > div a {
	display: block;
	margin: 1em 0 0 0;
	color: #FFB606;
	text-transform: uppercase;
}

.main-header a:hover, .main-header a:focus {
	color: #FFB606;
	text-decoration:none;
	background:rgba(0,0,0,0.6);
}

.page-header {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: unset;
}
.page-header::after {
	display: block;
	width: 3.8%;
	min-width: 32px;
	max-width: 50px;
	margin-top: 1em;
	content: ' ';
	border-bottom: 1px solid #414141;
}

article.news {
	margin: 0 0 2em 0;
}
article.news h3 {
	font-size: 72px;
	font-weight: bold;
}
article.news p {
	text-transform: uppercase;
}
article.news .date {
	text-align: center;
	font-weight: bold;
	color: #FFB606;
}
article.news h2 {
	font-size: 2em;
}
article.news h2 a {
	font-weight: bold;
	color: #212121;
}
article.news .entry-content {
	color: #99A6BF;
}
article.news .cover {
	overflow: hidden;
	padding: 1em 0 0 0;
}
article.news .cover img {
	width: 100%;
}

.tab-pane{
	padding-top:80px;
	padding-bottom:80px;
}
.tab-pane .info-text{
	padding-bottom:80px;
}
.footer {
	/*position: fixed;*/
	position: relative;
	bottom: 0;
	line-height: 160%;
	height: auto;
	/*background:rgba(0,0,0,0.8);*/
	/*background: rgba(44,109,179,0.90);*/
}
.footer .container{
	width:84%;
}
.footer .row{
	background: rgba(44,109,179,0.90);
}

.footer ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

.footer .p15 {
	line-height: 20px;
	font-size: 12px;
	color: #c0c0c0;
	margin-top: 10px;
}

.footer .p15 img {
	margin-top: -4px;
	margin-bottom: 22px;
}

.footer .p9 {
	line-height: 12px;
	font-size: 12px;
	color: #c0c0c0;
	margin-top: 9em;
}

.footer img {
	max-width: 100%;
	margin-top: 4em;
}

@media screen and (max-width: 1367px) {
	.main-header .main-attraction {
		margin-top: 16%;
	}
	.main-header .main-boxes {
		margin-top: 15%;
	}
	
	.footer .p15 {
		margin-top: 20px;
	}

	.footer .p9 {
		line-height: 18px;
		font-size: 12px;
		color: #c0c0c0;
		margin-top: 10px;
	}
	
	.footer .p9 br {
		font-size: 2px;
		line-height: 2px;
	}
	
	.footer img {
		max-width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 992px) {
	.main-header {
		margin-top: 48px;
	}
	
	.footer {
		position: relative;
	}
	
}

@media screen and (max-width: 766px) {
	.main-header {
		margin-top: 90px;
	}
	
	.ninja-main-navigation {
		margin-top: -45px;
	}
}

.container {
	width:85%;
}

#topbarcontainer, #menucontainer {
	/*max-width:980px !important;*/
	/*max-width:70%;*/
	width:69.222223333%;
	background: rgba(44,109,179,0.90) !important;
	/*border-radius: 10px;*/
}

.wizard-container {
	padding-top:0px;
}

.wizard-header h3 {
	margin-bottom:16px;
}

.wizard-card .icon-circle {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.2);
    width: 28px !important;
    height: 28px !important;
    top: -18px;
}

.wizard-card .icon-circle [class*="ti-"] {
    top: 4px;
    font-size: 14px;
}
/*.nav-pills > li.active > a:after, .nav-pills > li > a:after*/
.nav-pills > li > a, .nav-pills > li.active > a [class*="ti-"], .nav-pills > li.active > a:hover [class*="ti-"], .nav-pills > li.active > a:focus [class*="ti-"] {
	max-width:26px;
	width: 26px;
    height: 26px;
	top: 4px;
    font-size: 14px;
}

.nav-pills > li.active > a:after, .nav-pills > li > a:after {
	max-width:26px;
	width: 26px;
    height: 26px;
	top: -18px;
	left:2px;
    font-size: 14px;
}

.nav-pills > li.active > a [class*="ti-"] {
	right:14px !important;
}

.wizard-card .wizard-navigation .progress-with-circle {
    top: 36px;
}

.nav-pills {
	top:36px;
}

.wizard-card .icon-circle.checked [class*="ti-"] {
	left:0px;
}
/*
.icon-circle .checked i {
	left:-4px;
	right:4px;
	margin-right:4px;
}
*/

.main-header.full-page {
	background-color:rgba(0,0,0,0.6);
}

.card .card-checkboxes {
	background:transparent;
	/*border:2px solid #ffcc00;*/
	color:#FFFFFF;
	/*border-radius:6px;
	padding:20px;
	min-height:170px;*/
}
.card .card-checkboxes:hover{
	text-decoration: underline;
}
.choice.active .card-checkboxes {
	/*background:#000000;
	
	color:#ffcc00;
	border-radius:6px;
	padding:20px;*/
	/*border:2px solid #f3bb45;
	background:rgba(44,109,179,0.90);*/
	color:#ffcc00;
}

hr {
	clear:both;
	margin-top:20px;
}

.wizard-footer {
	/*margin-bottom:220px;*/
}

.description {
	clear:both;
	margin-bottom:20px;
}

.card h3 {
	clear:both;
	margin:20px auto 10px auto;
	text-align:center;
}

strong {
	float:none;
}

.description img {
	max-width:100%;
	max-height:200px;
	width:auto;
	float:left;
	margin:10px 10px 10px 0px;
}

.description ul {
	margin:10px 10px 10px 30px;
}

/*
.description img:nth-child(2n+0) {
	max-width:90%;
	max-height:200px;
	width:auto;
	float:left;
	margin:10px 10px 10px 0px;
}

.description img:nth-child(2n+1) {
	max-width:90%;
	max-height:200px;
	width:auto;
	float:right;
	margin:10px 0px 10px 10px;
}
*/