/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {margin: 0;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {display: block;}
audio,
canvas,
progress,
video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none;   height: 0; }
[hidden],
template {display: none;}
a {background-color: transparent;}
a:active,
a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b,
strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {font-size: 2em;  margin: 0.67em 0;}
mark {background: #ff0;  color: #000;}
small {font-size: 80%;}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
pre {overflow: auto;}
code,
kbd,
pre,
samp { font-family: monospace, monospace; font-size: 1em;}
/* Forms */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {overflow: visible;}
button,
select {text-transform: none;}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {  -webkit-appearance: button; cursor: pointer; }
button[disabled],
html input[disabled] {cursor: default;}
button::-moz-focus-inner,
input::-moz-focus-inner {border: 0; padding: 0;}
input {line-height: normal;}
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box;  padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {
  -webkit-appearance: textfield; 
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none; }
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {border: 0; padding: 0; }
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse; border-spacing: 0;}
td,
th {padding: 0;}
/* ========================================================================== end normalize  */






/* Tags */
html {
	height: 100%;
}

body {
	height: 100%;
	min-width: 400px;
	font-size: 17px;
	font-family: 'Mali', cursive;
	line-height: 1.4em;
	color: #295871;
	background-color: #ddeeef;
}

a,
a:visited {
	color: #295871;
    text-decoration: underline;
/*    text-decoration-style: dotted;*/
	transition: all 0.3s ease;
}

a:hover,
a:focus {
	color: #295871;
    text-decoration: underline;
    text-decoration-style:solid;
}

li {
	list-style-position: inside;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Mali', cursive;
	line-height: 1.2em;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
}

h1, h2 {
	font-size: 40px;
	line-height: 1.2em;
  	color: #005c82;
    text-decoration: underline;
}

/*h2 {
	font-size: 36px;
	line-height: 1.2em;
}*/

h3 {
	font-size: 32px;
	line-height: 1.2em;
}

h4 {
	font-size: 28px;
	line-height: 1.2em;
}

h5 {
	font-size: 24px;
	line-height: 1.2em;
}

h6 {
	font-size: 18px;
	line-height: 1.2em;
}


/* Layout */

.header,
.content,
.footer,
.ft_copyright {
    float: none;
    clear: both;
	width: 100%;
	margin: 0px auto;
    padding: 0px;
}

.costum {
	margin: 25px 0px;
}


/* Header */

.header {
	background-color: transparent;
}

.logo {
	display: flex;
	justify-content: space-between;
	min-height: 130px;
	text-align: left;
  background: url("../images/header_bg.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 25px;
}
.logo a {
	text-decoration: none;
}
.logo_link, .logo_link:hover {
  text-decoration: none;
}
.logo_link {
    display: flex;
    justify-content: center;
    float: none;
    clear: both;
  }
.p_4 {
    display: flex;
    justify-content: flex-end;
}

.logo_img {
	display: block;
	float: left;
	height: 105px;
	width: 205px;
	background: url("../images/logo.png") top center no-repeat;
	text-decoration: none;
    text-decoration: none !important;
    margin:0 25px 40px 40px;
  
}
.logo_text {
   display: inline-flex;
  flex-direction: column;
}
.logo_text__item {
		margin: 0;
    color: rgb(48, 103, 131);
    text-shadow: 3px 2px 0px #5FDCE4;
}
.logo_text__item:first-child {
  font-size: 43px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.logo_text__item:last-child {
  font-size: 65px;
}


/* Menu top */

.p_5 {
	/*margin: 0 0 -50.5px 0;*/
	padding: 0px;
  position:relative;
}
.p_5::before {
  width:100%;
  height: 15px;
  content: "";
  background: url(../images/wave_menu.png) top center no-repeat;
  background-size: cover;
  position:absolute;
  top: -15px;
}

.p_5 ul.dj-megamenu {
	display: flex;
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #2b5c76;
	border-top: 5px solid #306783;
	text-align: center;
    transition: all 0.3s ease; 
}

.p_5 ul.dj-megamenu li {
	position: relative;
    float: left;
    width: auto !important;
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
    background-color: #2b5c76;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.p_5 ul.dj-megamenu li a {
	display: block;
	padding: 16px 23px;
	color: #fff;
	font-family: 'Mali', cursive;
	font-size: 27px;
	font-weight: 400;
    line-height: 1em;
	border-left: transparent 1px solid;
	/* text-shadow: 0px -1px #eeeeee; */
	text-decoration: none;
    transition: all 0.3s ease;
}
.p_5 ul.dj-megamenu li.parent {
  z-index: 30;
  display: flex;
  flex-direction:column;
} 
.dj-submenu li a {
  display: block;
}
.dj-subwrap {
  position: relative;
  top: 0;
}


.p_5 ul.dj-megamenu > li:first-child a {padding-left: 40px; }
.p_5 ul.dj-megamenu > li.item-108 a { padding-right:  40px; }


.p_5 ul li a:focus,
.p_5 ul li a:hover {
	color: #295871;
    /*text-shadow: -1px -1px 3px #ffffff;*/
	background-color: #5fdce4;

}

.p_5 ul.dj-megamenu li.active a {
	background-color: #3b708b;
}
.p_5 ul.dj-megamenu li.active a:hover {
	color: #fff;
}

.p_5 ul.menu .item-107,
.p_5 ul.menu .item-108,
.p_5 ul.menu .item-109,
.p_5 ul.menu .item-110 {float: right;}
.p_5 ul li a.fa {
    padding: 10px 17px 5px;
    font: 34px/1 FontAwesome;
    content: "&nbsp;";
    color: #ffff66;
    text-shadow: -1px -1px #7c7c7c;
    text-align: center;
}



/* Second level */
.p_5 ul.dj-megamenu li ul {
	display: none;
	position: absolute;
	width: 380px;
	top: 0;
	left: 0;
    padding: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
    -ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 200;
}

.p_5 ul.dj-megamenu li ul li {
		display: block;
		color: #fff;
		border: none;
    background: #2b5c76;
    transition: all 0.3s ease;
    z-index: 250;
}
.p_5 ul.dj-megamenu li ul li:first-child a {
	border-bottom: 1px solid rgba(255,255,255, .1);
}
.p_5 ul.dj-megamenu li ul li a {
	display: block;
    padding: 17px 23px 16px;
    font-size: 22px;
    text-align: left;
    border: none;
    transition: all 0.3s ease;
}

.p_5 ul.dj-megamenu li.active ul.dj-submenu li a {
	background-color: #2b5c76;
}
.p_5 ul.dj-megamenu li.active ul.dj-submenu li a:hover {
	color: #2b5c76;
	background-color: #5fdce4;
}

.p_5 ul.dj-megamenu li ul li:hover a {
    transition: all 0.3s ease;
}

.p_5 ul.dj-megamenu li:hover ul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	opacity: 1;
	visibility: visible;
    transition: all 0.3s ease;
}

/* Mobile menu */

#dj-megamenu91mobile .dj-mobile-open-btn {
	padding: 3px 8px 5.5px;
	margin-right: -10px;
	background-color: #295871;
	color: #A6D5E8;
}
#dj-megamenu91mobile .dj-mobile-open-btn:hover, #dj-megamenu91mobile .dj-mobile-open-btn:active {
	background-color: #A6D5E8;
	color: #295871;
}
#dj-megamenu91mobile .dj-accordion-dark .dj-accordion-in {
	position: relative;
	top: 17.5px;
	right: -15px;
	margin: 0;
	
}

#dj-megamenu91mobile .dj-accordion-in:hover {
	background: #5fdce4;
	color: #295871;
}
#dj-megamenu91mobile ul.dj-mobile-dark li.dj-mobileitem > a {
	background: #295871;
	color: #fff;
	font-size: 18px;
	border-top: 1px solid rgba(255,255,255, .1);
}
#dj-megamenu91mobile ul.dj-mobile-dark li.dj-mobileitem.active > a {
	background: #3b708b;
}
#dj-megamenu91mobile ul.dj-mobile-dark li.dj-mobileitem:first-child > a {
	border-top: 5px solid #3b708b;
}
#dj-megamenu91mobile ul.dj-mobile-dark li.dj-mobileitem ul li:first-child > a {
    border-top: 1px solid rgba(255,255,255, .1);
}
#dj-megamenu91mobile ul.dj-mobile-dark li.dj-mobileitem > a:hover, #dj-megamenu91mobile ul.dj-mobile-dark li.dj-mobileitem > a:active {
	background: #5fdce4;
	color: #295871;
}

.jf_mm_wrapper a {    text-decoration: none !important;}
.jf_mm_wrapper .levelHolderClass {
    background: #d9dadb;
    font-family: 'Mali', cursive;
    font-size: 18px;
    zoom: 1;
}
.jf_mm_wrapper .iconSpacing_ltr,
.jf_mm_wrapper .iconSpacing_rtl {
    padding: 0 .5em 0 0;
    font-size: 20px;
    color: #222;
}

/*Slider*/
.p_6 {
    display: block;
    float: none;
    clear: both;
    padding: 0px;
}
.p_6 img.n2-ow.nextend-shadow-image {
	position: absolute;
}
.n2-ss-slider .n2-ss-layer-row-inner {
    justify-content: space-between !important;
}
div#n2-ss-1 .n2-ss-layer .n2-font-04cad3948b4fec549deb33baa8b6abb3-paragraph a, div#n2-ss-1 .n2-ss-layer .n2-font-50ea328322b2f873ddc4472ba58f6017-paragraph, div#n2-ss-1 .n2-ss-layer .n2-font-bd2b96eb0a936520befc3595497d0e75-paragraph {
	font-family: Mali, cursive !important;
}
div#n2-ss-1 .n2-ss-layer .n2-font-50ea328322b2f873ddc4472ba58f6017-paragraph, div#n2-ss-1 .n2-ss-layer .n2-font-bd2b96eb0a936520befc3595497d0e75-paragraph {
	text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.7) !important;
}
div#n2-ss-1 .n2-ss-layer-row.n2-ss-row-wrapped > .n2-ss-row-break {
    display: none !important;
}
div#n2-ss-1 .opacity .n2-ss-img-wrapper img {
    filter: opacity(.7) !important;
    position: relative !important;
    left: 20px !important;
    transform: scale(.9) !important;
}
.p_6 div#n2-ss-1 .n2-ss-layer.n2-ow.slider__link.n2-ss-last-in-row {
    width: 50% !important;
}
/* Left column */

.left {
	float: left;
	width: 22%;
}


/* Right column */

.right {
	float: right;
	width: 29%;
}


/* Content */
.content {
    background-color:rgba(221, 238, 239, .5);
}
.right_c {
	float: right;
	width: 100%;
}
.component {padding:2% 5% 2% 10%;}
.component p {
	text-indent: 0px;
    color: #005c82;
}
.component span {
  color: #4f18c8;
}
.blog .page-header h1 {
    display: inline-block;
    margin-left: -25px;
    padding: 10px 50px 10px 25px;
    font-weight: 300;
    background-color: #ffffbd;
}
.cat-children h3.page-header.item-title a{color: #D9DADB;}

.component table tr:first-child {
  font-weight: 700;
}

.component .price_page table tr td {
  padding: 15px;
  border-color: #448db4;
}

/* Content images */
.img-intro-left,
.img-intro-right,
.pull-left.item-image,
.pull-right.item-image,
.multithumb,
.multithumb_blog {
	float: left;
	margin: 0px 25px 25px 5px;
  transition: all 0.3s ease;
	max-width: 100%;
  height: auto;
}
.img-intro-right,
.pull-right.item-image {
	float: right;
	margin: 0px 25px 25px 5px;
}
.img-intro-left a:hover img,
.img-intro-right a:hover img,
.pull-left.item-image a:hover img,
.pull-right.item-image a:hover img,
a:hover .multithumb,
a:hover .multithumb_blog {
    /*transform: scale(1.05);*/
    transform: translateY(-7px);
}
.component .item-page a img.multithumb {
    float: none;
    margin: 0px auto 25px;
}

.mtGallery {
    float: none;
    margin: 15px;
    text-align: center;
    transition: all 0.3s ease;
}
.mtGallery a:hover img {transform: scale(1.1); box-shadow: 2px 2px 30px #2D5C75;}
table.mtGallery {
    width: auto;
    max-width: 100%;
    margin: 0px !important;
}

tr.mtGallery {
    margin: 0px;
    padding: 0px;
}

td.mtGallery {
    margin: 0px;
    padding: 0px;
}

td.mtGallery img {
    max-width: 100%;
    height: auto !important;
    margin: 0px;
    padding: 0px;
}

/* Content video */
iframe {max-width: 95%;}


/* Content column */

.items-row {
	float: none;
	clear: both;
	height: auto;
	margin: 1px 0px 15px;
	padding: 1px 0px;
}

.items-row.cols-1 {
	float: left !important;
	clear: none !important;
    width: 100%;
}

.cols-2 .column-1 {
	width: 48%;
	float: left;
	margin: 1%;
}

.cols-2 .column-2 {
	width: 48%;
	float: right;
	margin: 1%;
}

.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
	width: 31%;
	float: left;
	margin: 1%;
	padding: 0.1%;
}

.cols-4 .span3 {
	width: 21%;
	float: left;
	margin: 1px 3% 2% 0%;
	padding: 1px;
}

.cols-4 .column-1,
.cols-4 .column-2,
.cols-4 .column-3,
.cols-4 .column-4 {
	width: 100%;
	min-width: 200px;
	float: left;
	margin: 1px;
}


/*   Pagination   */

div.pagination {
	float: none;
	clear: both;
    width: 100%;
    margin-top: 50px;
    
}

div.pagination ul {
	padding-left: 0px;
}

.pagination ul li,
ul.pagenav li {
	background-image: none;
	list-style-type: none;
	list-style-image: none;
	display: inline-block;
}

.pagination ul li a,
.pagination ul li span,
.pagination-bg > a,
.pagination-bg > span,
ul.pagenav li a,
.readmore a {
	display: inline-block;
	margin: 0px 10px 0px 0px;
	padding: 4px 15px 7px 15px;
    color: #000;
	background-attachment: none;
	background: rgba(250, 250, 250, 0.8);
	border: #111 1px solid;
	box-shadow:  1px 1px 1px #789;
	text-decoration: none !important;
    opacity: 0.7;
}

.pagination li:before {
	content: none;
}

.pagination li a:hover,
.pagenav li a:hover,
.readmore a:hover {
	box-shadow: 3px 3px 5px #456;
    opacity: 1;
}

.pagination ul li a,
.pagination-bg > a,
.pagenav ul li {}

.pagination li a:hover,
.pagenav li a:hover {
	text-decoration: none !important;
}

.pagenav {
	margin: 55px 0px;
}

.pagination-prev,
.pagination-next {
	display: none !important;
}

/* Tags */
ul.tags.inline {
    margin: 35px 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
    text-align: left;
}
ul.tags.inline li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}
ul.tags.inline li a {
    display: block;
    padding: 3px 14px 7px;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #3696a9;
    opacity: 0.3;
	  color: #3696a9;
}
ul.tags.inline li a:hover {
    opacity: .7;
}

fieldset.filters.btn-toolbar {
    float: none;
    clear: both;
    margin: 0px 0px 25px;
    padding: 25px;
    border: none;
    background-color: #eee;
}
input#filter-search {width: 50%;}
.btn-group {float: left; width: 80%;}
.btn-group.pull-right {float: right; width: auto;}
button.btn {vertical-align: bottom; }
span.icon-search:before,
span.icon-remove:before {
    display: block;
    float: left;
    padding: 3px;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 24px;
    opacity: 1;
}
span.icon-remove:before { content: "\f12d"; }
.tag-category ul li {
    list-style: none;
}

/*Breadcrumb*/
ul.breadcrumb {
	margin: 5px 0px 15px;
	padding: 0px;
}

ul.breadcrumb li {
	display: inline-block;
	margin: 0px 5px;
	padding: 0px;
	list-style-type: none;
}

span.divider {
	display: inline-block;
	margin-left: 10px;
}

.custom {
	text-shadow: 0px 5px 6px rgba(0, 46, 54, 0.23);
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #8dc3cd;
  position: relative;
  padding: 68px 0;
}
.custom::before {
  position: absolute;
  bottom: 0;
  content: "";
  height: 15px;
  width: 100%;
  background: url(../images/wave_menu.png) top center no-repeat;
  background-size:cover;
  
}
.custom p {
  font-size: 30px;
  color: #fff;
}
.custom a {
	text-shadow: 0px 5px 6px rgba(0, 46, 54, 0.23);
  color: #fff;
  text-decoration: none;
  position: relative;
}
.custom a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #fff;
}


/* Footer */

.footer {
	min-height: 100px;
	padding-top: 15px;
}

.footer_top > div {
	float: left;
	width: 25%;
	font-size: 16px;
}

.footer_top ul,
.footer_top > div {
	padding-left: 15px;
}

.footer_top ul li {
	display: block;
}

.footer_top ul li a {
	display: block;
	padding: 3px 0px;
}

.footer .p_15 {
	float: none;
	clear: both;
	width: 100%;
}

/* Copyright */
.ft_copyright {
	padding: 38px 0;
	position: relative;
	  display: flex;
    color: #737272;
    background: linear-gradient(to bottom, rgba(184,209,213,1) 0%,rgba(221,238,239,1) 61%,rgba(221,238,239,1) 100%);
    text-align: center;
}
.ft_copyright div {
 
}
.ft_copyright div.copyright {
	text-align: center;
	margin: 0 auto;
}
.ft_copyright div.copyright a{
	  color: #737272;
}

/* Counters */
.counters {
	display: none;
	float: left;
	width: 25%;
	margin: 10px 1% 10px 1%;
}
 
/* Webus */
.cr {
	position:absolute;
	top: 29px;
	right: 15px;
	opacity: 0.5;
}

.cr:hover {
	opacity: 1;
}



.cr a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* System */ 
.clearfix{
	float: none !important;
	clear: both !important;
}
.clear_both {
	float: none !important;
	clear: both !important;
	height: 1px !important;
	line-height: 1% !important;
	width: 99% !important;
}
#system-message {
	min-height: 74px;
	color: #993300 !important;
	border: #fff 1px solid;
	background-color: rgba(255,255,255,0.8);
	box-shadow: inset 0px 0px 20px #44aa77;
	}
#system-message a { display: none; }
#system-message h4,
#system-message p{ float: left; display: block; margin: 20px 10px 20px 30px; color: #008000 !important; font-size: 26px !important; }
ul.actions {float:right; margin-top:-45px; list-style-type:none}
div.tip{padding: 4px 6px; color:533; background: #fff; border: #fff 1px solid; border-radius: 5px; box-shadow: 0px 0px 3px #111;}
.counters {float: left; margin: 10px 8px 5px; width: 150px;}
a[title], a[data-original-title] { }
.tooltip-inner {display: none !important;} /* Всплывающие подсказки Bootstrap */
.icons {position: relative; top: -50px; margin-right: 15px; float:right; width:30px;}
ul.dropdown-menu, ul.dropdown-menu li {margin: 0px !important; padding: 0px !important; list-style-type: none !important;}
ul.dropdown-menu li.edit-icon a {opacity: 0; font-size: 1px;}
ul.dropdown-menu li.edit-icon a:before {display: block; float: left; content: "\f040"; font-family: "FontAwesome"; font-size: 24px; padding: 10px 0px 0px 10px; opacity: 1;}


/* Mobile adaptation */
@media (max-width: 1550px) {
    .p_5 ul.menu li a {
	padding: 11px 16px 16px;
	font-size: 21px;
    font-weight: 400;
    }
    .p_5 ul li a.fa {
    padding: 10px 15px 5px;
    font: 34px/1 FontAwesome;
    }
}
@media (max-width: 1400px) {
    .p_5 ul.menu li a {
	padding: 15px 17px 16px;
	font-size: 19px;
    font-weight: 600;
    }
    .p_5 ul li a.fa {
    padding: 10px 15px 5px;
    font: 34px/1 FontAwesome;
    }
}

@media (max-width: 1250px) {
    .p_5 ul.menu li a {
	padding: 15px 15px 16px;
	font-size: 18px;
    font-weight: 600;
    }
    .p_5 ul li a.fa {
    padding: 12px 13px 5px;
    font: 30px/1 FontAwesome;
    }
}
@media (max-width: 1160px) {
    .p_5 ul.menu li a {
	padding: 16px 10px 16px;
	font-size: 17px;
    font-weight: 600;
    }
    .p_5 ul li a.fa {
    padding: 13px 7px 8px;
    font: 28px/1 FontAwesome;
    }
    .p_5 ul.menu > li:first-child a {	padding-left: 20px; }
    .p_5 ul.menu > li.item-108 a { padding-right:  10px; }
}
@media (max-width: 960px) {
    .p_5 ul.menu > li:first-child a {	padding-left: 10px; }
    .p_5 ul.menu > li.item-108 a { padding-right:  10px; }
    
    .p_5 ul.menu {display: block; height: auto; text-align: center;}

    .p_5 ul.menu li.item-107,
    .p_5 ul.menu li.item-108,
    .p_5 ul.menu li.item-109,
    .p_5 ul.menu li.item-110 {
        float: none;
        clear: both;
        width: 25% !important;
    }
    .p_5 ul.menu li a.fa {
        padding: 13px 15px 8px;
        font: 34px/1 FontAwesome;
    }
 
}
@media (max-width: 768px) {

    .p_5 nav ul.menu {display: none !important;}
   
}


.dj-subwrap {
  z-index: 30;
}

.social-menu ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
	margin-right: 50px;
  margin-top: 25px;
}
.social-menu a {
  font-size: 0;
  margin: 15px;
  text-decoration: none;
  color: #306783;
}
.social-menu a:hover {
	color: #2b5c76;
}
.social-menu a::before {
  font-size: 40px;
} 

@media (min-width: 979px) and (max-width:1180px) {
	.p_5 ul.dj-megamenu li a {
		font-size: 22px;
		padding-right: 18px;
		padding-left: 18px;
	}
	.p_5 ul.dj-megamenu li ul li a {
		font-size: 20px;
	}
	.p_5 ul.dj-megamenu li ul {
		width: 330px;
	}
}
@media (max-width: 979px) {
	.p_5 {
		height: 0;
	}
  .social-menu a::before {
  font-size: 55px;
	}
	.logo {
		flex-direction: column;
	}
	.logo_img {
		margin: 0 15px 15px 0;
		
	}
	.p_4 {
		justify-content: center;

	}
	.social-menu ul {
		padding-left: 0;
		margin-right: 0;
    margin-top: 0;
	}
	#dj-megamenu91mobile {
		position: relative;
		right: 15px;
		top: -68px;
	}
	
	.dj-megamenu-accordion-dark {
		z-index: 40;
	}
	.social-menu {
		z-index: 41;
	}
	.social-menu a {
		margin: 0 15px;
	}
}
  
@media (min-width: 1100px) {
		.cr span {
   margin-right: 10px;
}
}
@media (max-width: 1100px) {
	div#n2-ss-1 .n2-ss-img-wrapper img {
		transform: scale(.7);
	}
	.ft_copyright {
		padding: 15px 0 50px;
	}
	.cr {
		margin-top: 10px;
		right: 50%;
		transform: translateX(50%) !important;
		
	}
	.cr a img {
		transform: scale(.8);
	}
	.cr span {
   margin-right: 0px;
}
}
@media (max-width: 768px) {
	.custom {
		padding: 15px 15px 25px;
	}
	.custom p {
		font-size: 20px;
    line-height: 2.4;
    margin: 0;
	}
	.logo_img {
		width: 137px;
		height: 70px;
		background-size: cover;
	}
	.logo_text__item:first-child {
		font-size: 30px;
		margin: 5px 0 10px;
		text-shadow: 2px 2px 0px #5FDCE4;
	}
	.logo_text__item:last-child {
		font-size: 50px;
	}
	.component {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 400px) {
	.logo {
		padding-top: 15px;
	}
	.logo_img {
		width: 110px;
		height: 56px;
		margin: 0 5px 5px;
	}
	.logo_text__item:first-child {
		font-size: 25px;
		margin: 0 0 10px;
		text-shadow: 1px 1px 0px #5FDCE4;
}
	
	.logo_text__item:last-child {
		font-size: 40px;
		margin-bottom: 12px;
	}
	.social-menu a {
    margin: 0 10px;
 } 
	.social-menu a::before {
		font-size: 40px;
	}
	.custom p {
    font-size: 16px;
	}
 .cr a {
    font-size: 14px;
	}
 .cr a img {
    transform: scale(.7);
 }
 
}

