/* ------ */
/* basics */
/* ------ */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
html {
	-ms-overflow-style: scrollbar;
}
body {
	/* background images + color */
	/*background: url('../images/bg-tex.png') repeat left center;*/
	background: url('../images/cloud_1.png') no-repeat 18% 130px,
				url('../images/cloud_2.png') no-repeat 75% 200px,
				url('../images/cloud_3.png') no-repeat 92% 310px,
				url('../images/bg-bottom.png') no-repeat 50% 100%,
				-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), /* FF3.6-15 */
				url('../images/bg-tex.png') repeat left center;
	background:	url('../images/cloud_1.png') no-repeat 18% 130px,
				url('../images/cloud_2.png') no-repeat 75% 200px,
				url('../images/cloud_3.png') no-repeat 92% 310px,
				url('../images/bg-bottom.png') no-repeat 50% 100%,
				-webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%), /* Chrome10-25,Safari5.1-6 */
				url('../images/bg-tex.png') repeat left center;
	background:	url('../images/cloud_1.png') no-repeat 18% 130px,
				url('../images/cloud_2.png') no-repeat 75% 200px,
				url('../images/cloud_3.png') no-repeat 92% 310px,
				url('../images/bg-bottom.png') no-repeat 50% 100%,
				linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%), /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				url('../images/bg-tex.png') repeat left center;
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif, Arial;	
	color: #000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	min-height: 100vh;
}
body.menu-open {
	/*overflow: hidden;*/
}
a,
a:focus {
	color: #35b8e9;
	text-decoration: underline;
}
a:hover {
	color: #35b8e9;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Comic Sans MS', sans-serif;
	margin: 10px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
h1 {
	color: #35b8e9;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 30px;
}
h2 {
	color: #35b8e9;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}
h3 {
	color: rgba(53, 184, 233, 0.7);
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
}
h4,
h5,
h6 {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
p,
ul,
ol,
table {
	margin: 0 0 15px 0;
	padding: 0;
}
/* ------ */
/* lists */
/* ------ */
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}
ul > ul,
ul > ol,
ol > ul,
ol > ol {
	margin-bottom: 0;
	padding: 0 0 0 20px;
}
ol > ol {
	padding: 0 0 0 5px;
}
ul ol:first-of-type {
	padding: 0 0 0 17px;
}
ul li,
ol li {
	padding: 2px 0 2px 18px;
	position: relative;
	list-style: none;
}
ol > li {
	padding-left: 5px;
}
ul li:before {
	content: '';
	background: url('../images/arrow-list.png') no-repeat !important;
	display: block;
	width: 8px;
	height: 12px;
	position: absolute;
	top: 7px;
	left: 0;
}
ol {
	padding: 0 0 0 15px;
}
ol li {
	list-style: decimal;
}
ol li:before {
	display: none;
}
/* ------ */
/* images */
/* ------ */
img {
	max-width: 100%;
	height: auto;
}
/* ------ */
/* tables */
/* ------ */
.table-responsive {
	width: 100%;
	overflow-y: hidden;
}
table.cms-editor-table {
	border: 1px solid #000;
	border-collapse: collapse;
}
table.cms-editor-table td,
table.cms-editor-table th {
	border: 1px solid #000;
	padding: 10px;
}
table.cms-editor-table td {
	font-size: 100%;
}
table.cms-editor-table.table td,
table.cms-editor-table.table th {
	border: 1px solid #000 !important;
	 /*for bootstrap*/ 
}
table.cms-editor-table.table-full {
	width: 100%;
}
table.cms-editor-table.standard {
	border-color: #aaa;
}
table.cms-editor-table.standard td,
table.cms-editor-table.standard th {
	border-color: #aaa;
}
table.cms-editor-table.standard th {
	background-color: #ccc;
}
table.cms-editor-table.highlighted {
	border-color: #094c83;
}
table.cms-editor-table.highlighted td {
	border-color: #35b8e9;
}
table.cms-editor-table.highlighted th {
	background-color: #35b8e9;
	border-color: #35b8e9;
	color: #fff;
}
table.cms-editor-table.highlighted th {
	border-right-color: #fff;
}
table.cms-editor-table.highlighted th:last-of-type {
	border-right-color: #35b8e9;
}
table.cms-editor-table.invisible {
	border: none;
	visibility: visible;
}
table.cms-editor-table.invisible td,
table.cms-editor-table.invisible th {
	border: none;
}
table.cms-editor-table.invisible th {
	color: #35b8e9;
}
table.cms-editor-table.invisible td:first-child,
table.cms-editor-table.invisible th:first-child {
	padding-left: 0;
}
/* ------ */
/* bootstrap tables */
/* ------ */
.table-responsive {
	margin: 0 0 20px 0;
}
.table-responsive table,
.table-responsive table.cms-editor-table {
	margin-bottom: 0;
}
/* ------ */
/* bootstrap containers */
/* ------ */
.container.block-gray,
.container-fluid.block-gray {
	background: #f5f5f5;
}
.container.block-gray-dark,
.container-fluid.block-gray-dark {
	background: #d6d6d6;
}
/* ------ */
/* bootstrap rows */
/* ------ */
.row {
	margin-top: 40px;
	margin-bottom: 40px;
}
.content .row {
	margin-top: 0;
}
/* ------ */
/* bootstrap buttons */
/* ------ */
.btn-default,
.btn-default:focus,
.btn-default:hover {
	background-color: #35b8e9;
	border-color: #35b8e9;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: 0;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	white-space: normal;
}
.btn-default:hover {
	background-color: #fff;
	border-color: #35b8e9;
	color: #35b8e9;
}
.btn-default .btn-file {
	white-space: nowrap;
}
/* ------ */
/* bootstrap alerts */
/* ------ */
.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.alert-hp {
	margin-top: 20px;
}
/* ------ */
/* bootstrap modals */
/* ------ */
.modal-dialog .modal-content {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(53, 184, 233, .5);
}
.modal-dialog .modal-header {
	background-color: #35b8e9;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px #35b8e9 solid;
}
.modal-dialog .modal-header .close {
	color: #fff;
	opacity: 1;
}
.modal-dialog .modal-body .alert {
	margin: 0 0 15px 0;
}
.modal-dialog .modal-body .alert:last-of-type {
	margin-bottom: 0;
}
.alert-danger {
	background-color: #fff;
	border-color: #35b8e9;
	color: #35b8e9;
}
/* bootstrap page navi */
.page-navi a {
	font-weight: 700;
	text-decoration: none;
}
.page-navi a:hover {
	text-decoration: underline;
}
.page-navi a:not(:last-of-type) span:after {
	content: ' | ';
	display: inline-block;
	margin: 0 5px 0 10px;
	color: #35b8e9;
	font-weight: bold;
}

/* bootstrap pagination */
.pagination > li:before {
	display: none;
}
.pagination > li > a,
.pagination > li > span {
	color: #35b8e9;
	font-weight: 600;
	border-color: #fff;
	background-color: #fff;
	margin: 0 2px;
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
}
.pagination > li:first-child a,
.pagination > li:last-child a,
.pagination > li:first-child span,
.pagination > li:last-child span {
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
}
.pagination > li.active a,
.pagination > li.active span {
	background-color: #35b8e9;
	border-color: #35b8e9;
	color: #fff;
	transition: .3s;
}
.pagination > li.active a:focus,
.pagination > li.active span:focus,
.pagination > li.active a:hover,
.pagination > li.active span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover {
	background-color: #fff;
	border-color: #35b8e9;
	color: #35b8e9;
}
.pagination > li > span:hover {
	background-color: transparent;
	border-color: #fff;
	color: #35b8e9;
}
.pagination .glyphicon {
	top: 2px;
}
.pagination .pager-item {
	width: 34px;
	height: 34px;
}
.pagination .pager-item-first a,
.pagination .pager-item-prev a,
.pagination .pager-item-next a,
.pagination .pager-item-last a {
	padding: 6px 7px; 
}
.pagination .glyphicon.glyphicon-triangle-left,
.pagination .glyphicon.glyphicon-backward {
	left: -1px;
	margin: 0 2px;
}
.pagination .glyphicon.glyphicon-triangle-right,
.pagination .glyphicon.glyphicon-forward {
	left: 1px;
	margin: 0 2px;
}

/* pagination + page navi */
.navi-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 40px 0 0 0;
	padding: 0;
	line-height: 14px;
}
.block-content.content .content-right .page-navi a {
	color: #35b8e9;
}
.page-navi,
.pagination {
	margin: 0;
}
.page-navi {
	padding: 0 15px;
}
.pagination li {
	padding: 0;
}
.page-pagination {
	text-align: right;
}

/* ------ */
/* cms */
/* ------ */
.cms-editor-image {
	border: 1px solid #eaeaea;
	padding: 15px;
}
.cms-editor-link-image,
.cms-editor-link-image:focus {
	outline: none;
}
.block-two-cols {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	clear: both;
}
/* ------ */
/* header navbar fixed*/
/* ------ */
.navbar-fixed-top {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

/******* form *******/
.form-control {
	border-color: #d6d6d6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.form-control:focus {
	border-color: #35b8e9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ------ */
/* custom form */
/* ------ */
.custom-form {
	width: 100%;
	margin: 0 0 20px 0;
}
/* ------ */
/* form block */
/* ------ */
.custom-form .form-block {
	width: 100%;
	margin: 0 0 20px 0;
}
.custom-form .form-block.sm {
	width: 50%;
}
.custom-form .form-block.ssm {
	width: 33.333333333%;
}
/* ------ */
/* form group */
/* ------ */
.custom-form .form-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	height: auto;
	margin: 20px -5px -20px -5px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	line-height: normal;
}
.custom-form .form-group .form-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 5px;
}
.custom-form .form-group.input-sm .form-control,
.custom-form .form-group.input-ssm .form-control {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
/* ------ */
/* label */
/* ------ */
.custom-form label {
	width: 100%;
}
.custom-form label .title {
	position: relative;
}
/* ------ */
/* required */
/* ------ */
.custom-form .required {
	position: absolute;
	top: 0;
	right: -12px;
	color: #35b8e9;
	cursor: help;
	font-size: 120%;
	font-weight: bold;
}
/* ------ */
/* note */
/* ------ */
.custom-form .note {
	width: 100%;
	margin: 0 0 5px 0;
	position: relative;
	color: #777;
	font-size: 85%;
}
.custom-form .note-main {
	width: 100%;
	margin: 0 0 20px 0;
}
.custom-form .note-main .title {
	position: relative;
}
.custom-form .note-main .required {
	position: static;
}
/* ------ */
/* heading */
/* ------ */
.custom-form .form-heading {
	margin: 40px 0 20px 0;
}
.custom-form .form-heading h2 {
	margin: 0;
}
/* ------ */
/* cherad */
/* ------ */
.custom-form .cherad {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d6d6d6;
}
.custom-form .cherad div {
	display: inline-block;
	margin: 0 15px 0 0;
}
.custom-form .cherad div:last-of-type {
	margin-right: 0;
}
.custom-form .cherad label {
	display: inline-block;
	width: auto;
	margin: 0;
	position: relative;
	top: -3px;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
}
.custom-form .cherad .checkbox,
.custom-form .cherad .radio {
	display: none;
}
.custom-form .cherad .checkbox + label:before,
.custom-form .cherad .radio + label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	top: 5px;
	border: 1px solid #d6d6d6;
}
.custom-form .cherad .checkbox:checked + label:before,
.custom-form .cherad .radio:checked + label:before {
	background: url('../images/icon-checked.png') no-repeat 50% 50%;
}
.custom-form .cherad .radio + label:before {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.custom-form .cherad .radio:checked + label:before {
	background-image: url('../images/icon-dot.png');
	-moz-background-size: 8px 8px;
	-o-background-size: 8px 8px;
	background-size: 8px 8px;
}
.custom-form .cherad-top-down div {
	display: block;
	margin-right: 0;
}
.custom-form .cherad-input {
	display: inline-block;
	width: 95px;
	height: 25px;
	margin: 0 0 0 10px;
	padding: 0 5px;
	font-size: 13px;
}
/* ------ */
/* file input */
/* ------ */
.custom-form input[type='file'] {
	height: auto;
	cursor: pointer;
}
/* ------ */
/* custom form controls */
/* ------ */
.custom-form-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}
/* ------ */
/* captcha */
/* ------ */
.custom-form .g-recaptcha {
	width: 50%;
}
.grecaptcha-badge {
	display: none;
}
/* ------ */
/* submit button */
/* ------ */
.btn-submit,
.btn-submit:active,
.btn-submit:hover,
.btn-submit:focus {
	min-width: 200px;
	background-color: #35b8e9;
	border: 1px #35b8e9 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	line-height: 50px;
	outline: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	white-space: nowrap;
}
.btn-submit:active,
.btn-submit:hover {
	background-color: #fff;
	color: #35b8e9;
}
.custom-form .btn-submit {
	margin: 0 0 0 auto;
	padding: 0 15px;
}
.custom-form .btn-submit:active,
.custom-form .btn-submit:hover {
	background-color: #fff;
	color: #35b8e9;
}
/******* form-end *******/

/* nice file input */
.nice {
	width: 100%;
	display: block;
	background: #fff;
	border: 0;
	-webkit-box-shadow: 0 0 0 2px #fff;
	-moz-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff;
}
.nice .NFI-button {
	width: 25%;
	height: 34px;
	background: #35b8e9;
	color: #fff;
	line-height: 34px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.nice .NFI-button:hover {
	background-color: rgba(53, 184, 233, .2);
	font-weight: 600;
	color: #35b8e9;
}
.nice .NFI-filename {
	display: block;
	width: 75%;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 1px solid #d6d6d6;
	border-left: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
}
.nice .NFI-filename:focus {
	border-color: #35b8e9;
}

/* search */
.search-content {
	width: 100%;
}
.search-content h2 {
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #094c83;
	font-weight: bold;
}
.search-tips {
	margin-top: 60px;
}

/******* boxes *******/
.boxes h2 {
	margin-top: 0;
	font-size: 20px;
	line-height: 26px;
}
.boxes h2 .month-name {
	font-size: 20px;
	line-height: 24px;
}
.boxes h2 a {
	color: #35b8e9;
}
.boxes ul {
	margin: 0;
}
.boxes ul li {
	margin: 0 0 5px 0;
}

/* boxes item */
.boxes-item {
	margin: 0 0 20px 0;
	padding: 30px;
	background-color: #fff;
}
.boxes-item:last-of-type {
	margin: 0;
}
.boxes-item .login-icon {
	width: 50px;
	height: 60px;
	margin-right: 15px;
	float: left;
	color: #094c83;
	font-size: 45px;
	line-height: 60px;
}
.boxes-item .btn-default {
	font-weight: normal;
	text-decoration: none;
}
.box-type-banner {
	text-align: center;
}
.box-type-article-new a,
.box-type-event-new a {
	font-weight: 700;
}
.box-type-mgallery-new ul li {
	margin-bottom: 10px;
	list-style: none;
}
.box-type-mgallery-new ul li:last-of-type {
	margin-bottom: 20px;
}
.box-type-mgallery-new ul li:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: #094c83;
}
.box-type-mgallery-new ul li a {
	font-weight: 700;
}
/******* boxes-end *******/

/******* gallery *******/
.gallery-pictures {
	margin-top: 20px;
	text-align: center;
}
.gallery-item .gallery-pictures {
	display: none;
}
.gallery-pictures .picture,
.gallery-pictures .picture:focus {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	outline: none;
}
.gallery-pictures .picture img,
.gallery-pictures .picture:focus img {
	max-height: 115px;
}
.gallery-item .image {
	margin-bottom: 40px;
}
/******* gallery-end *******/

/* header */
header {
	position: relative;
	z-index: 500;
}
header ul li {
	padding: 0;
}
header ul li:before {
	display: none;
}
.header-line {
	height: 96px;
	background: url('../images/header-bg.png')repeat-x left top;
}
.header-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 96px;
	position: relative;
}
.header-top-logo img {
	width: 210px;	
}

/* navbar toggle */
.navbar-toggle {
	width: 30px;
	height: 35px;
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
	background-color: transparent;
}
.navbar-toggle .icon-bar {
	width: 100%;
	height: 3px;
	background: #094c83;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.navbar-toggle .icon-bar:not(:last-of-type) {
	margin: 0 0 6px 0;
}
.navbar-toggle .icon-bar:first-of-type {
	-webkit-transform: rotate(45deg) translate(8px, 5px);
	-moz-transform: rotate(45deg) translate(8px, 5px);
	-ms-transform: rotate(45deg) translate(8px, 5px);
	-o-transform: rotate(45deg) translate(8px, 5px);
	transform: rotate(45deg) translate(8px, 5px);
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggle .icon-bar:last-of-type {
	-webkit-transform: rotate(-45deg) translate(8px, -5px);
	-moz-transform: rotate(-45deg) translate(8px, -5px);
	-ms-transform: rotate(-45deg) translate(8px, -5px);
	-o-transform: rotate(-45deg) translate(8px, -5px);
	transform: rotate(-45deg) translate(8px, -5px);
}
.navbar-toggle.collapsed .icon-bar {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* main-menu */
.collapse.navbar-collapse {
	margin-left: auto;
}
.main-menu-wrap {
	height: 100% !important;
}
.nav.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: 30px;
}
.nav.navbar-nav li {
	margin: 0 5px;
	background: transparent;
}
.nav.navbar-nav a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 1px 10px;
	font-family: 'Comic Sans MS', sans-serif;
}
.navbar-nav > li > a {
	line-height: 28px;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active,
.nav > li.active > a {
	background-color: #f54d7f;
	border-radius: 5px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #f54d7f;
}
.nav.navbar-nav .dropdown.open .dropdown-menu.level2,
.nav.navbar-nav .caret {
	display: none !important;
	height: 0 !important;
	padding: 0 !important;
}
.dropdown-menu {
	border: 0;
	background: transparent;
}

/* main menu darkness */
.main-menu-darkness {
	display: none;
	width: 100%;
	height: 200%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #000;
	opacity: .5;
}

/* mobile search */
.search-mobile {
	display: none;
}

/* mobile lang */
.nav.navbar-nav.lang-mobile {
	display: none;
}

/* header -search */
.header-top-search {
	max-width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: right;
	position: absolute;
	top: 33px;
	right: 15px;
}
.header-top-search .btn-default.search {
	width: 30px;
	height: 30px;
	outline: none;
	border-radius: 5px;
	border: 0;
	background-color: #f54d7f;
}
.header-top-search.open .btn-default.search {
	border-radius: 0 5px 5px 0;
	background-color: #35b8e9;
	color: #fff;
}
.header-top-search .btn-default.search:hover {
	background-color: #fff;
	color: #35b8e9;
}
.header-top-search .form-control {
	width: 0;
	height: 30px;
	background: #fff;
	font-family: 'Open Sans', sans-serif, Arial;
	font-weight: 400;
	font-size: 14px;
	padding: 0;
	border: 0;
	border-radius: 5px 0 0 5px;
	outline: none;
}
.header-top-search .form-control.open {
	width: calc(100% - 30px);
	padding: 0 15px;
}
.header-print-logo {
	display: none;
}

/* block-content */
.block-content {
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.block-content .content-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.block-content .content-left {
	margin-top: 80px;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.block-content .content-right {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	position: relative;
}
.block-content .content-left .boxes-item,
.block-content .content-left .boxes-submenu,
.block-content .content-right .main-text {
	background: rgba(255, 255, 255, 1);
	padding: 15px 30px;
	border-radius: 15px;
	margin-bottom: 100px;
}
.block-content .content-left .boxes-item,
.block-content .content-left .boxes-submenu {
	border-radius: 0;
}
.block-content .content-right .main-text-out {
	width: 100%;
	position: relative;
}
.block-content .content-right .main-text {
	padding: 0 15px 15px;
	margin-bottom: 20px;
	position: relative;
}	
.block-content .content-right .content-main,
.block-content .content-right .text {
	padding: 0 15px;
	margin-top: 35px;
}
.block-content .content-right .detail-gallery .text {
	padding: 0;
}
.block-content.content-page .content-right .main-text {
	padding-bottom: 40px;
}
.block-content .content-right .main-text-image {
	width: 100%;
	position: relative;
	margin-bottom: 35px;
}
.block-content .content-right .text {
/*	margin-top: 35px;
	padding: 0;*/
}
.block-content .content-left .boxes-item:last-of-type {
	margin-bottom: 200px;
}
.block-content .content-right .main-text-out:before {
	content: '';
	background: url('../images/main-top.png') no-repeat left top;
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 41px;
	display: block;
	z-index: 10;
}
.block-content .content-right .main-text-image:after {
	content: '';
	background: url('../images/main-bottom-img.png') no-repeat left bottom;
	position: absolute;
	bottom: -15px;
	left: -15px;
	width: calc(100% + 30px);
	height: 41px;
	display: block;
	z-index: 10
}
.block-content .content-right .main-text:after {
	content: '';
	background: url('../images/main-bottom.png') no-repeat left bottom;
	position: absolute;
	bottom: -12px;
	left: 20px;
	width: 309px;
	height: 12px;
	display: block;
	z-index: 10;
}
.content-left .boxes-item {
	position: relative;
}
.block-content .content-left .boxes-item:before {
	content: '';
	background: url('../images/box-top.png') no-repeat left top;
	width: 100%;
	height: 32px;
	position: absolute;
	top: -32px;
	left: 0;
	display: block;
	z-index: 10;
}
.block-content .content-left .boxes-item:after {
	content: '';
	background: url('../images/box-bottom.png') no-repeat left bottom;
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: -33px;
	left: 0;
	display: block;
	z-index: 10;
}
.block-content .content-left .boxes-item:last-of-type:after {
	content: '';
	background: url('../images/box-bottom-ufo.png') no-repeat left bottom;
	width: 100%;
	height: 165px;
	position: absolute;
	bottom: -160px;
	left: 0;
	display: block;
	z-index: 10;
}

/* gallery */
.block-content .row .gallery-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.gallery-list .image img {
	border-radius: 10px;
}
.content-page .row.gallery-pictures {
	margin-top: 40px;
}
