/**
 * Puzzle
 */
body {
	font-family: 'dinpro';
}

.text-success {
	color: #2ecc71;
}

.text-danger {
	color: #e74c3c;
}

.text-warning {
	color: #f39c12;
}

#menu.cbp-fbscroller {
    display: block !important;
}

.btn {
		display: inline-block;
		padding: 6px 2px !important;
		margin-bottom: 0;
		font-size: 12px !important;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
}
/**
 * Main slider
 */
.section-slider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #aaa;
}

.section-slider .item {
	position: relative;
	height: 100%;
}

.section-slider .item img {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.section-slider .section-slider-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 225px;
	display: block;
	height: 100%;
}

.section-slider .section-slider-content {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	position: relative;
	z-index: 1;
}

.section-slider .section-slider-text {
	display: table-cell;
	vertical-align: middle;
}

.section-slider .section-slider-box {
	margin: 0 10%;
	padding: 30px;
	background-color: rgba(7, 58, 115, .55);
	color: #fff;
}

.section-slider .section-slider-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 34px;
}

.section-slider .section-slider-desc {
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
}


/**
 * Owl
 */
.owl-carousel,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-item {
	height: 100%;
}

.owl-theme .owl-dots {
	position: absolute;
	bottom: 50px;
	left: 225px;
	right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, .5);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, .85);
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	bottom: 46%;
	background: none !important;
	padding: 0;
	font-size: 36px;
	margin: 0;
	color: rgba(255, 255, 255, .85);
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-prev:focus {
	color: rgba(255, 255, 255, 1);
}

.owl-carousel .owl-nav .owl-prev {
	left: 250px;
}

.owl-carousel .owl-nav .owl-next {
	right: 25px;
}


/**
 * Navbar
 */
.navbar-left {
	background-color: rgba(0, 0, 0, .35);
	border: 0;
	position: fixed;
	left: 0;
	bottom: 0;
	height: auto;
	margin: 0;
	top: 0;
	width: 225px;
	transition: left .15s linear;
}

.navbar-left .container {
	width: 100% !important;
}

.navbar-left .navbar-header {
    float: none;
}

.navbar-left .navbar-brand {
	float: none;
	display: block;
	margin-right: -15px;
	background-color: #053961;
	height: auto;
	text-align: center;
}

.navbar-left .navbar-brand img {
	display: inline-block;
}

.navbar-left .navbar-brand:hover,
.navbar-left .navbar-brand:focus {
	background-color: rgba(5, 57, 97, .75);
}

.navbar-left .navbar-collapse,
.navbar-left .navbar-form {
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-left .navbar-nav {
    float: none;
}

.navbar-left .navbar-nav > li {
    float: none;
	position: relative;
}

.navbar-left .navbar-nav > li .control-menu {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	width: 0px;
	padding-left: 22px;
	background: none !important;
}

.navbar-left .navbar-nav > li > a {
	position: relative;
	padding-left: 42px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.navbar-left .navbar-nav > li > a .icon,
.navbar-left .dropdown-menu > li > a .icon {
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 18px;
	line-height: 1;
}

.navbar-left .dropdown-menu > li > a .icon {
	display: none;
}

.navbar-left .navbar-nav > .active > a,
.navbar-left .navbar-nav > .active > a:focus,
.navbar-left .navbar-nav > .active > a:hover,
.navbar-left .navbar-nav > .open > a,
.navbar-left .navbar-nav > .open > a:focus,
.navbar-left .navbar-nav > .open > a:hover {
    color: #ffffff;
    background-color: rgba(5, 57, 97, .35);
}

.navbar-left .navbar-nav > li > a:focus,
.navbar-left .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, .9);
}

.navbar-left .navbar-collapse {
	position: absolute;
	width: 225px;
	left: 15px;
	right: 0;
	bottom: 0;
	top: 92px;
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-left .dropdown-menu {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	background-color: rgba(5, 57, 97, .35);
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.navbar-left .dropdown-menu > li > a {
	color: #ffffff;
	padding: 12px 15px 12px 40px;
	text-transform: uppercase;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-size: 13px;
}

.navbar-left .dropdown-menu > li > a:focus,
.navbar-left .dropdown-menu > li > a:hover {
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
    background-color: transparent;
}

.navbar-left .dropdown .caret {
	position: absolute;
	right: 15px;
	top: 22px;
}

.navbar-left .dropdown.open .caret {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/**
 * Scoller
 */
.scroller {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 65%;
	color: #ffffff;
}

.scroller .scroller-inner {
	position: absolute;
	top: 42px;
	bottom: 42px;
	left: 0;
	right: 0;
}

.scroller .scroller-action {
	height: 100%;
	margin-bottom: 30px;
}

.scroller .scroller-label {
	padding: 10px 15px 10px 15px;
	border-top: 1px solid rgba(255, 255, 255, .25);
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.scroller .scroller-lang {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 15px;
	border-top: 1px solid rgba(255, 255, 255, .25);
	background-color: rgba(5, 57, 97, .25);
}

.scroller .scroller-lang a {
	color: #fff;
	display: inline-block;
	line-height: 1;
	font-size: 12px;
}

.scroller .scroller-lang a:first-child {
	margin-right: 7.5px;
	padding-right: 7.5px;
	border-right: 1px solid rgba(255, 255, 255, .25);
}

.scroller .scroller-content {
	padding: 10px 15px;
}

.scroller .scroller-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgba(255, 255, 255, .2);
}

.scroller .scroller-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.scroller .scroller-stat {
	position: relative;
	padding-left: 20px;
}

.scroller .scroller-stat .icon {
	position: absolute;
	left: 0;
	top: 1px;
}

.mCSB_scrollTools {
	width: 5px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.navbar-toggle {
	border: 1px solid rgba(255, 255, 255, .67);
	z-index: 9;
	margin-top: 15px;
	border-radius: 0;
	background-color: rgba(7, 58, 115, .25);
	position: fixed;
	right: 0;
}

.navbar-toggle .icon-bar {
	background-color: rgba(255, 255, 255, .77);
}


/**
 * Partner page
 */
.partner-page .container-fluid {
    background: #fff;
}

.partner-page .partner-item {
     padding: 20px;
}

.partner-page .partner-title {
    font-weight: 700;
    font-size: 22px;
    margin-top: 0;
    color: #2059A9;
}

.partner-page .partner-logo img {
    max-height: 60px;
    margin-top: -15px;
}

.partner-page .partner-image {
    border-right: 30px solid #2059A9;
}

.partner-page .partner-wrap {
    overflow-y: auto;
    padding-top: 30px;
}

.partner-page p {
    font-size: 15px;
}

.partner-page #fbsection10 {
    background-blend-mode: normal;
    background-image: url(../images/slider-2.jpg);
}

/* Small Devices, Tablets */
@media only screen and (max-width :768px) {
	.navbar-left {
		width: 250px;
		left: -250px;
		background-color: rgba(7, 58, 115, 1);
	}

	.navbar-left.opened {
		left: 0;
	}

	.navbar-left .navbar-brand {
		margin-right: 0;
	}

	.navbar-left .navbar-collapse {
		width: 250px;
		padding-right: 0;
	}

	.navbar-left .navbar-nav {
		margin-right: 0 !important;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: rgba(255, 255, 255, .75) !important;
	}

	.section-slider .section-slider-inner {
		left: 0;
	}

	.section-slider .section-slider-title {
		font-size: 25px;
	}

	.section-slider .section-slider-desc {
		font-size: 16px;
		line-height: 1.35;
	}

	.section-slider .section-slider-title {
		margin-bottom: 15px;
	}

	.section-slider .section-slider-box {
		margin: 0 7%;
		padding: 20px;
	}

	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev {
		font-size: 25px;
	}

	.owl-carousel .owl-nav .owl-prev {
		left: 15px;
	}

	.owl-carousel .owl-nav .owl-next {
		right: 15px;
	}

	.owl-theme .owl-dots {
		left: 0;
		bottom: 25px;
	}
}

@media only screen and (max-width :480px) {
	.owl-carousel .owl-nav .owl-prev {
		left: 10px;
	}

	.owl-carousel .owl-nav .owl-next {
		right: 10px;
	}

	.section-slider .section-slider-box {
		margin: 0 10%;
	}

	.section-slider .section-slider-title {
		font-size: 22px;
	}
}
