/* FRONTEND CSS
*********************************************/
/* FONTS
*********************************************/
@font-face{font-family:RobotoRegular;src:url(../fonts/RobotoRegular/RobotoRegular.eot);src:url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"),url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoLight;src:url(../fonts/RobotoLight/RobotoLight.eot);src:url(../fonts/RobotoLight/RobotoLight.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoLight/RobotoLight.woff) format("woff"),url(../fonts/RobotoLight/RobotoLight.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoMedium;src:url(../fonts/RobotoMedium/RobotoMedium.eot);src:url(../fonts/RobotoMedium/RobotoMedium.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoMedium/RobotoMedium.woff) format("woff"),url(../fonts/RobotoMedium/RobotoMedium.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoBold;src:url(../fonts/RobotoBold/RobotoBold.eot);src:url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoBold/RobotoBold.woff) format("woff"),url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoCondensedRegular;src:url(../fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot);src:url(../fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoCondensedRegular/RobotoCondensedRegular.woff) format("woff"),url(../fonts/RobotoCondensedRegular/RobotoCondensedRegular.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoCondensedLight;src:url(../fonts/RobotoCondensedLight/RobotoCondensedLight.eot);src:url(../fonts/RobotoCondensedLight/RobotoCondensedLight.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoCondensedLight/RobotoCondensedLight.woff) format("woff"),url(../fonts/RobotoCondensedLight/RobotoCondensedLight.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoCondensedBold;src:url(../fonts/RobotoCondensedBold/RobotoCondensedBold.eot);src:url(../fonts/RobotoCondensedBold/RobotoCondensedBold.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoCondensedBold/RobotoCondensedBold.woff) format("woff"),url(../fonts/RobotoCondensedBold/RobotoCondensedBold.ttf) format("truetype");font-style:normal;font-weight:400}



/* Main Styles
*********************************************/
html {
	font-family: RobotoRegular;
	font-size: 10px;
	line-height: 10px;
}

body {
	font-family: RobotoRegular;
	font-size: 10px;
	line-height: 10px;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

table.swqbr4 tr td p {
    font-size: 12px !important;
    line-height: 18px;
    font-weight: normal;
}

nav.navbar.navbar-default.s-nav ul li:nth-child(1) {
    border-left: 1px solid #fff;
}

nav.navbar.navbar-default.s-nav ul li {
    border-right: 1px solid #fff;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
} 

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideOutUp {
  0% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  100% {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  }
  }
  @keyframes slideOutUp {
  0% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  100% {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideOutDown {
  0% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  100% {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  }
  }
  @keyframes slideOutDown {
  0% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  100% {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  }
}

.carousel-wrapper {
    position: relative;
    margin-top: 31px;
    max-height: 198px;
    text-align: center;
    position: relative;
}

.owl-prev {
    position: absolute;
    top: -20px;
    width: 100%;
    font-size: 30px;
    color: #2E79A8;
}

.owl-next {
    position: absolute;
    bottom: -20px;
    width: 100%;
    font-size: 30px;
    color: #2E79A8;
}

table tr td {
    padding: 5px;
}

table tr td p {
    font-size: 16px !important;
    line-height: 22px;
    margin: 5px 0;
}

table {
    border: 1px solid #EEE !important;
}

.news-wrapper-module.text-left h2 {
    margin: 0;
    font-size: 2.2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #2E79A8;
    margin-top: 18px;
    padding-bottom: 16px;
    border-bottom: 2px solid #2E79A8;
}



/* Theming styles
*********************************************/

/* Header with background
*********************************************/
.background-wrapper {
    width: 100%;
    background: url(/templates/semenaya/img/common/header-background.jpg) 0 -42px no-repeat;
    height: 185px;
}

a.logo {
    line-height: 185px;
}

.text-with-logo h3 {
    margin: 0;
    line-height: 2.4rem;
    font-size: 1.9rem !important;;
    padding-top: 4.45rem;
    font-family: RobotoMedium;
    font-weight: normal;
    color: #282828;
}
.header_flex_center{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
/* Search
*********************************************/
.search form input[type="image"] {
    position: absolute;
    right: 0;
    top: 4.5px;
    right: 8.5px;
}

.search {
    position: relative;

}

input#mod-search-searchword {
    padding: 12px;
    margin: 0;
    width: 100%;
    max-width: 540px;
    float: right;
    border: 0;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #282828;
    outline: none;
    max-height: 36px;
}

/* Main menu
*********************************************/
.s-nav {
    box-shadow: none;
    border: 0;
    background: #00AC5F;
    border-radius: 0;
    min-height: 44px;
}

.s-nav ul.nav li a {
	padding: 0 1.9rem;
	line-height: 44px;
	color: #fff;
	font-size: 12px;
	font-family: RobotoMedium;
	text-transform: uppercase;
	transition: .25s;
	text-shadow: none;
}

.s-nav ul.nav li.active a {
    box-shadow: none;
    background: #fff;
    color: #282828;
    transition: .25s;
}

.s-nav ul.nav li:hover a {
    box-shadow: none;
    background: #fff;
    color: #282828;
    transition: .25s;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #282828;
    background-color: #fff;
}

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

/* First side menu
*********************************************/
.sf-title-wrapper h6 {
    margin: 0;
    color: #d1c9af;
    text-transform: uppercase;
    font-family: RobotoMedium;
    font-weight: normal;
    border-bottom: 2px solid #D5CAAF;
    padding-bottom: 3px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-top: 3.6rem;
    padding-left: 10px;
}

ul.nav.navbar-nav.menu.side-menu-wrapper {
    padding: 0;
    margin: 0;
}

ul.nav.navbar-nav.menu.side-menu-wrapper li {
    width: 100%;
    height: 52px;
    background: #00AC5F;
    padding: 0;
    margin: 1px 0px;
}

ul.nav.navbar-nav.menu.side-menu-wrapper li:nth-child(1) {
	margin-top: 16px;
}

ul.nav.navbar-nav.menu.side-menu-wrapper li a {
    line-height: 52px;
    padding: 0;
    padding-left: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: RobotoMedium;
    font-size: 1.4rem;
    background: url(/templates/semenaya/img/common/arrow.png) 197% 50% no-repeat;
    transition: .45s;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    transition: .45s;
}

ul.nav.navbar-nav.menu.side-menu-wrapper li:hover {
	background: #F2EFE7;
	transition: .45s;
}

ul.nav.navbar-nav.menu.side-menu-wrapper li:hover a {
	background-color: transparent;
	color: #282828;
	background: url(/templates/semenaya/img/common/arrow.png) 96% 50% no-repeat;
	transition: .45s;
}

ul.nav.navbar-nav.menu.side-menu-wrapper li.active {
	background: #F2EFE7;
	transition: .45s;
}

ul.nav.navbar-nav.menu.side-menu-wrapper li.active a {
	background-color: transparent;
	color: #282828;
	background: url(/templates/semenaya/img/common/arrow.png) 96% 50% no-repeat;
	transition: .45s;
}

/* Content area
*********************************************/
.content {
    border: 1px solid #E5DECF;
    margin-top: 78px;
    padding-top: 54px;
    padding-bottom: 54px;
    padding-left: 20px;
    padding-right: 20px;
}

p {
    margin: 0 0 10px;
    font-family: RobotoRegular;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #383838;
}

/* Footer with news
*********************************************/
footer.s-footer {
    margin-top: 36px;
    border-top: 2px solid #E5DECF;
}

.news-wrapper-module.text-right h2 {
    margin: 0;
    font-size: 2.2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #2E79A8;
    margin-top: 18px;
    padding-bottom: 16px;
    border-bottom: 2px solid #2E79A8;
}

.news-wrapper-module.text-right h2 a {
	color: #2E79A8;
}

.wrapper-item-news {
    min-height: 198px;
    position: relative;
    margin-top: 30px;
}

.title-news-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 60%;
}

.title-news-wrapper h3 a {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-shadow: 0 0 1px #000;
}

.overlay-w {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: RGBA(0, 0, 0, 0.35);
}

.side-news-wrapper {
    width: 100%;
    max-width: 80px;
    position: absolute;
    height: 100%;
    right: 0;
    background: RGBA(0, 172, 95, 0.9);
}

.side-news-wrapper:after {
    width: 10px;
    height: 20px;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid RGBA(0, 172, 95, 0.9);
    content: ' ';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
}

.col-xs-12.col-sm-4.module-news-item:nth-child(3) .side-news-wrapper {
	background: RGBA(46, 121, 168, 0.9);
}

.col-xs-12.col-sm-4.module-news-item:nth-child(3) .side-news-wrapper:after {
    width: 10px;
    height: 20px;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid RGBA(46, 121, 168, 0.9);
    content: ' ';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
}

p.day-n {
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: RobotoMedium;
    font-size: 3.6rem;
    line-height: 4.5rem;
    margin-top: 10px;
}

p.month-p-year {
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: RobotoMedium;
    font-size: 1rem;
    line-height: 1.2rem;
    border-bottom: 2px solid #fff;
    margin: 0px 10px;
}

.readmore a {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #fff;
}

.readmore {
    position: absolute;
    width: 100%;
    bottom: 18px;
    text-align: center;
}

/* Contacts footer
*********************************************/
.contacts-footer {
	margin-top: 44px;
}

.contacts-footer {
    margin-top: 44px;
    border-top: 3px solid #2E79A8;
    position: relative;
    background: #E5DECF;
}

.contacts-footer:before {
    content: ' ';
    position: absolute;
    height: 37px;
    width: 37px;
    z-index: 999;
    top: -18.5px;
    left: 50%;
    background: url(/templates/semenaya/img/common/top.png) 0 0 no-repeat;
    cursor: pointer;
}

.hiden-scroller {
	top: -18.5px;
	left: 50%;
	position: absolute;
	z-index: 1001;
	background: transparent;
	width: 37px;
	height: 37px;
	cursor: pointer;
}

.with-left-border {
    margin-top: 33px;
    margin-bottom: 33px;
    padding-left: 30px;
}

.with-left-border p span {
    font-family: RobotoMedium;
    color: #000;
}

.with-left-border p {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-family: RobotoRegular;
    color: #282828;
    margin: 0;
    padding: 0 3px;
    padding-left: 20px;
    border-left: 2px solid #00AC5F;
}

.copyrights-wrapper p a {
    color: #b1a88c;
    font-size: 0.9rem;
}

.copyrights-wrapper {
    margin-top: 40px;
}

.copyrights-wrapper p {
    border: 0;
    color: #b1a88c;
}


/* plugin */

/* =access
----------------------------------------------- */
.access {
    font: 62.5%/1.3 "Times New Roman", serif;
    background: #fff;
}
.access {
    height: 46px;
    background: #9ed1ff;
    position: relative;
    border: 2px solid black;
    font-size: 17px;
    color: #000;
    top: 0;
    padding: 0 25px;
    max-width: 850px;
    z-index: 1000;
}
.a-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.a-container dd{
    margin:0;
}
.access a {
	outline: none
}

.a-fontsize {
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin: 0;
    margin-right: 5px;
}

.a-fontsize dt {
	text-shadow: #fff 0 1px 0;
}

.a-fontsize dt, .a-fontsize dd {
	float: left;
}

.a-fontsize a {
	text-decoration: none;
	margin-left: 5px;
	display: inline;
	float: left;
	position: relative;
	font-weight: bold;
	font-family: sans-serif;
	color: black;
}

.a-fontsize-small {
	width: 20px;
	font-size: 15px !important;
	top: 2px;
}

a.a-fontsize-small:hover, .fontsize-small a.a-fontsize-small {
	background-position: 0 -31px;
}

.a-fontsize-normal {
	width: 26px;
	font-size: 23px !important;
}

a.a-fontsize-normal:hover, .fontsize-normal a.a-fontsize-normal {
	background-position: -20px -31px;
}

.a-fontsize-big {
	width: 26px;
	font-size: 31px !important;
}

a.a-fontsize-big:hover, .fontsize-big a.a-fontsize-big {
	background-position: -46px -31px;
}

.a-simple {
	float: left;
	padding-top: 13px;
	margin-left: 13px;
	display: inline;
}

.a-simple dt {
	text-shadow: #fff 0 1px 0;
}

.a-simple dt, .a-simple dd {
	float: left;
}

.a-simple a {
	text-decoration: none;
	height: 31px;
	margin-left: 5px;
	display: inline;
	float: left;
	position: relative;
	top: -5px;
}

.a-simple-small {
	width: 20px;
	height: 31px;
}

a.a-simple-small:hover, .simple-small a.a-simple-small {
	background-position: 0 -31px;
}

.a-simple-normal {
	width: 26px;
	background-position: -20px 0;
}

a.a-simple-normal:hover, .simple-normal a.a-simple-normal {
	background-position: -20px -31px;
}

.a-simple-big {
	width: 26px;
	background-position: -46px 0;
}

a.a-simple-big:hover, .simple-big a.a-simple-big {
	background-position: -46px -31px;
}

.a-colors {
    display: flex;
    width: auto;
    margin: 0;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.a-colors dt {
	text-shadow: #fff 0 1px 0;
	float: left;
	margin-right: 10px;
}

.a-colors dd {
	float: left;
}

.a-colors a {
	height: 31px;
	margin-left: 5px;
	display: inline;
	float: left;
	background-image: url(../images/colors.png);
	position: relative;
	text-decoration: none;
	width: 26px;
}

.eng .a-colors a {
	height: 31px;
	margin-left: 5px;
	display: inline;
	float: left;
	background-image: url(../images/colors.png);
	position: relative;
	top: -5px;
	text-decoration: none;
	width: 26px;
}

.a-color1 {}

.a-color2 {
	background-position: -26px 0;
}

.a-color3 {
	background-position: 100% 0;
}

.a-color1:hover, .color1 .a-color1 {
	background-position: 0 -31px;
}

.a-color2:hover, .color2 .a-color2 {
	background-position: -26px -31px;
}

.a-color3:hover, .color3 .a-color3 {
	background-position: 100% -31px;
}

.a-images {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.a-images dt {
	text-shadow: #fff 0 1px 0;
	float: left;
	margin-right: 5px;
}

.a-images dd {
	float: left;
}

.a-images a {
	height: 27px;
	display: inline;
	float: left;
	background-image: url(../images/images.png);
	position: relative;
	text-decoration: none;
	width: 90px;
}

.eng .a-images a {
	height: 27px;
	margin-left: 5px;
	display: inline;
	float: left;
	background-image: url(../images/images.webp) !important;
	position: relative;
	top: -5px;
	text-decoration: none;
	width: 90px;
}

.imageson .a-images a {
	background-position: 0 -27px;
}

.a-search, .a-settings {
	float: left;
	padding-left: 0;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 6px;
	text-shadow: #fff 0 1px 0;
	margin-left: 13px;
	display: inline;
	font-size: 20px !important;
}

.a-search a, .a-settings a {
	color: #000;
}

.a-settings a {
	font-size: 20px !important;
	padding-right: 18px;
	background: url(../images/arr00000.png) no-repeat 100% 60%;
}

.popped {
    box-sizing: border-box;
    border: 2px solid #000;
    background: #9ed1ff;
    position: absolute;
    left: 0;
    top: 47px;
    width: 100%;
    z-index: 100;
    padding: 13px 21px 23px 21px;
    color: #063462;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.access .popped a {
	color: #063462;
}

.access dl, .access dl dt, .access dl dd, .access dl dt dd, .access dl dt dd a {
	background: none !important;
}

.access dl dd a {
	background-color: initial !important;
}

.popped h2 {
	font-size: 44px;
	margin-bottom: 15px;
}

.popped p span {
	font-weight: normal
}

.choose-font-family {
	margin-bottom: 10px;
}

#serif {
	font-family: "Times New roman", serif;
}

.font-family, .letter-spacing {
	padding: 2px 4px;
	border: 1px solid #063462;
	text-decoration: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #063462;
}

.here.font-family, .here.letter-spacing, .spacing-small #spacing-small, .spacing-normal #spacing-normal, .spacing-big #spacing-big, .serif #serif, .sans-serif #sans-serif {
	background: #063462;
	color: #9ed1ff;
}

.choose-letter-spacing {
	margin-bottom: 1em;
}

#out #spacing-small {
	letter-spacing: 0px;
}

#out #spacing-normal {
	letter-spacing: 2px;
}

#out #spacing-big {
	letter-spacing: 5px;
}

.choose-colors {
	font-size: 22px;
	list-style: none;
}
.choose-colors li{
    line-height: 29px;
}
.choose-colors a {
	display: block;
	padding: 10px 22px;
	text-decoration: none;
	zoom: 1;
}

.choose-colors a span {
	display: none
}

#color1 a {
	color: #000 !important;
	background: #fff !important;
}

#color2 a {
	color: #fff !important;
	background: #000 !important;
}

#color3 a {
	color: #063462 !important;
	background: #9dd1ff !important;
	border: 6px solid #063462 !important;
	padding: 4px 16px !important;
}

#color4 a {
	color: #4d4b43 !important;
	background: #f7f3d6 !important;
}

#color5 a {
	color: #a9e44d !important;
	background: #3b2716 !important;
}

.color1 #color1 span, .color2 #color2 span, .color3 #color3 span, .color4 #color4 span, .color5 #color5 span {
	display: inline;
	margin-right: 5px;
}
/*  */
.saveit {
	width: 100%;
	overflow: hidden;
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
	padding: 5px 0;
}

#out .saveit a {
	float: right;
	border: 4px solid #063462;
	text-decoration: none;
	color: #9dd1ff;
	background: #063462;
	margin-left: 28px;
	display: inline
}

.saveit a span {
	padding: 6px 14px;
	border: 2px solid #063462;
    float: left;
    font-size: 21px !important;
}

.color1 .popped {
	border-color: #000;
	background: #fff;
	color: #000;
}

.color1 .popped a, .color1 .access .popped a {
	color: #000
}

.color1 #out .font-family, .color1 #out .letter-spacing {
	color: #000;
	border-color: #000
}

.color1 #out .here.font-family, .color1 #out .here.letter-spacing, .color1.spacing-small #out #spacing-small, .color1.spacing-normal #out #spacing-normal, .color1.spacing-big #out #spacing-big, .color1.serif #out #serif, .color1.sans-serif #out #sans-serif {
	color: #fff;
	background: #000
}

.color1 #out .saveit a {
	background: #000;
	border-color: #000
}

.color1 .saveit a span {
	border-color: #fff;
	color: #fff
}



/* =spacing
----------------------------------------------- */

.spacing-normal .page, .spacing-normal .popped {
	letter-spacing: 2px
}

.spacing-big .page, .spacing-big .popped {
	letter-spacing: 5px
}

.sans-serif .page, .sans-serif .nav a, .sans-serif .subnav a, .sans-serif .footer, .sans-serif #out h2, .sans-serif .popped {
	font-family: Arial, sans-serif
}

.serif .popped {
	font-family: Georgia, serif
}

.imagesoff .page img {
	display: none
}





.left h3 {
	background: none repeat scroll 0 0 black;
	color: white;
	font-size: 21px;
	text-align: center;
}

body.color1 *, body.color1 {
	background-color: #fff !important;
	color: black !important;
	border-color: black !important;
}

body.color2 *, body.color2 {
	background-color: #000 !important;
	color: #fff !important;
}

body.color3 *, body.color3 {
	background-color: #9dd1ff !important;
	color: #063462 !important;
	border-color: #063462 !important;
}

body.color4 *, body.color4 {
	background-color: #f7f3d6 !important;
	color: #59422e !important;
	border-color: #59422e !important;
}

body.color5 *, body.color5 {
	background-color: #3b2716 !important;
	color: #a9dd38 !important;
	border-color: #a9dd38 !important;
}
.s-header_container_pugin{
    position: absolute;
    right: 0;
    display: flex;
    z-index: 10000;
}
.row-flex {
	display: none;
    justify-content: center;
    position: fixed;
    left: 50%;
    margin-left: -425px;
  
}

.head-menu-visual .a-fontsize, .head-menu-visual .a-images {
	margin: 0;
}

.head-menu-visual {
    height: 28px;
    display: flex;
    width: auto;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
    color: white;
    background: #00AC5F;
    border-radius: 5px;
    padding: 0 5px;
    
    
}

.head-menu-visual .a-open , .head-menu-visual .a-reset {
	font-size: 16px;
	color: bla;
	font-weight: inherit;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}
.head-menu-visual .a-reset{
    display: none;
}

.head-menu-visual .a-fontsize {
	margin-left: 0;
	height: 35px;
	margin: 0;
}

.head-menu-visual .a-colors {
	width: auto;
	margin-right: 13px;
	margin-left: 5px;
	margin-bottom: 0;
}

.a-images a {
	height: 25px;
	background-image: url(../images/5e8eaca56ae8316d27167b93f2a92f39.png);
	position: relative;
	top: -5px;
	text-decoration: none;
	width: 32px;
	background-size: contain;
}

.a-imagesoff.active {
	background-color: red !important;
}

.a-closed {
	background: url(../images/2000px-Gnome-window-close.svg.png)no-repeat -2px 0;
	width: 44px;
	height: 39px;
	background-size: contain;
	float: left;
	padding-left: 0;
	margin-top: 0px;
	text-shadow: #fff 0 1px 0;
	margin-left: 13px;
	cursor: pointer;
}

.a-backup {
	padding-left: 0;
	margin-top: 4px;
	margin-left: 5px;
	cursor: pointer;
}

body.color2 .a-backup svg g {
	fill: white;
}
/* plugin-end */

/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1280px) {
	.container {
	    width: 1280px;
	}
}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}

@media screen and (max-width: 1279px) {
    html, body {
        font-size: 8px;
        overflow-x: hidden;
    }

    a.logo img {
        width: 100%;
        max-width: 120px;
    }

    .background-wrapper {
        width: 100%;
        background: #E2E7EA;
        height: auto;
    }

    .search {
        position: relative;
        margin-top: 0;
    }

    .text-with-logo h3 {
        margin: 0;
        line-height: 1.6rem;
        font-size: 1.2rem !important;;
        padding-top: 7%;
        font-family: RobotoMedium;
        font-weight: normal;
        color: #282828;
    }

    a.logo {
        line-height: 62px;
        display: block;
        margin: 10px 0;
    }

    .s-nav ul.nav li a {
        padding: 0;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 11px;
        font-family: RobotoMedium;
        text-transform: uppercase;
        transition: .25s;
        text-shadow: none;
    }

    .content {
        border: 1px solid #E5DECF;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    p {
        margin: 0 0 5px !important;
        font-family: RobotoRegular;
        font-size: 1.8rem !important;
        line-height: 2.4rem !important;
        color: #383838;
    }

    .carousel-wrapper {
        display: none;
    }

    .with-left-border {
        margin-top: 20px;
        margin-bottom: 0px;
        padding-left: 30px;
    }

    .content h1 {
        font-weight: normal;
        font-size: 22px;
        margin: 0;
        line-height: 30px;
    }

    .news-wrapper-module.text-left h2 {
        margin: 0;
        font-size: 2.2rem;
        line-height: 2.5rem;
        text-transform: uppercase;
        color: #2E79A8;
        margin-top: 18px;
        padding-bottom: 16px;
        border-bottom: 2px solid #2E79A8;
    }
}