html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

:focus {
    outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* template */

* {
    outline: none;
	margin: 0;
    padding: 0;
}

html {
	margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
	font-family: 'Roboto', sans-serif;
}

header {
    display: block;
}

section {
    display: block;
}

a,
a:link,
a:active,
a:visited {
	color: #3e77aa;
}

a:hover {
	color: #cc3333;
}

input[type="text"],
select,
textarea {
	font-family: 'Roboto', sans-serif;
}

.article-info time {
	display: block;
	color: #999;
	font-size: 80%;
	padding-bottom: 10px;
}

.container-fluid-limit {
	max-width: 1280px;
}

.leading-item {
	padding-bottom: 20px;
}

.leading-item h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 50px;
	position: relative;
}

.leading-item h2::after {
    content: ' ';
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 0;
    width: 30px;
    border-bottom: 3px solid #ffc40d;
}

.item-page h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 50px;
	position: relative;
}

.item-page h2::after {
    content: ' ';
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 0;
    width: 30px;
    border-bottom: 3px solid #ffc40d;
}

.item-page h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 10px 0;
}

.item-page ul {
	list-style: disc;
	margin-left: 20px;
	padding-bottom: 8px;
}

.item-page ul li {
	padding-bottom: 4px;
	line-height: 20px;
}

.list_product .sblock4 {
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	box-sizing: border-box;
}

.site-header {
	z-index: 50;
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
	max-width: 1280px;
	margin: 0 auto;
    min-height: 60px;
    background: #fff;
}

.page-content {
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.page-content-inner {
    margin: 20px 0;
    padding: 0 20px;
}

a.readmore-button-large,
a.readmore-button-large,
a.readmore-button-large:link,
a.readmore-button-large:visited {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 20px;
    display: block;
    max-width: 300px;
    text-transform: uppercase;
    padding: 18px 0px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
	background: #1969b4;
	border: 2px solid #1969b4;
	color: #fff;
}

input.readmore-button-large {
	width: 100%;
}

.readmore-button-large:hover,
a.readmore-button-large:hover {
	background: #1a7cd8;
	border: 2px solid #1a7cd8;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
}

.readmore-btn-small {
	display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 18px;
    line-height: 16px;
    text-align: center;
    background: transparent;
    color: #1969b4;
	border: 2px solid #1969b4;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.2s;
}

.readmore-btn-small:hover {
	background: #1969b4;
    color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
}

.readmore-btn-small-white {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.readmore-btn-small-white:hover {
	background: #fff;
	color: #000;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
}

.page-content .item-page img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.page-header h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	margin: 50px 0;
}

.section-header-separator {
    display: block;
    width: 50px;
    padding: 20px 0;
    margin: 0 auto;
}

.section-header-separator span {
    display: block;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #ccc;
}

.site-header-inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    display: block;
	width: 184px;
    height: 60px;
	float: left;
}

.site-logo a {
	display: block;
	padding: 12px 10px;
}

.site-logo img {
    display: block;
	width: 164px;
    height: 36px;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: block;
}

.main-navigation ul li {
    display: block;
}

.main-navigation ul li:hover a {
    color: #333;
}

.main-navigation ul li a {
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
	text-align: center;
}
















.nav__container { 
  background-color: rgb(255, 255, 255);
  flex-direction: column;	
  justify-content: space-between;
  align-items: stretch;
}


.nav__mobile .nav__btn {
  display: block;
}


.nav__mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.nav__logo {
  font-size: 1.4rem;
  font-weight: 700;
  color: #555
}


.nav__menu {
  display: flex;
  flex-direction: column; 
  overflow: hidden; 
 }

.showing {
  max-height: 37rem;  
  transition: all .5s;
}


.nav__menu li {
  list-style: none;
  position: relative;
  white-space: nowrap; 
  padding: 1rem 0 0 0; 
}


.nav__menu li a {
  display: block;
  font-size: 1rem;  
  color: #222;
  text-decoration: none;
}

.nav__menu li a:hover {
   color: rgb(0, 98, 163);

}






/* Dropdown */ 

.nav__menu .dropdown ul {
  display: flex;
  flex-direction: column;
  position: static;   
  padding: 0;
  max-height: 0px; 
  overflow: hidden;
  transition: all .4s;
}

.nav__menu .dropdown ul.show {
  max-height: 20rem;
  transition: all .4s;
}


.nav__menu .dropdown li a {
  display: block;
  font-size: .875rem;
  text-transform: capitalize;
  color: #222;
  text-decoration: none;
}

.nav__menu li a:hover {
   color: rgb(0, 98, 163);

}

.nav__menu .dropdown > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;    
  font-size: .875rem;
  padding-left: 5px;
  color: rgb(126, 126, 126);
}

.nav__menu .active.dropdown > a:after {
  content: "\f106";
}

.nav__menu .dropdown .dropdown > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;    
  font-size: .875rem;
  padding-left: 5px;
  color: rgb(126, 126, 126);
}

.nav__menu .dropdown .active.dropdown > a:after {
  content: "\f106";
}


.menu-toggle {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
 
}

.menu-toggle.opened {
  max-height: 100vh;
  transition: all 0.8s ease;
  
}
 
.resize-animation-stopper * {
  transition: none !important;
  animation: none !important;
}






.site-footer {
    background: #fff;
	border-top: 1px solid #f0f0f0;
	padding-bottom: 50px;
}

.site-footer-outer {
	max-width: 1280px;
	margin: 0 auto;
}

.site-footer-inner {
	display: flex;
    flex-flow: row wrap;
    padding: 30px 20px;
}

.site-footer p {
    font-size: 14px;
    line-height: 18px;
    color: #999;
}

.site-footer-item {
	padding: 8px 0;
    text-align: center;
}

.site-footer-item .mod-languages {
	padding-top: 10px;
}

.site-footer-item ul.lang-inline li {
	margin: 0;
}

.site-footer-item ul.lang-inline a {
	display: inline-block;
	padding: 4px 8px;
	line-height: 14px;
	font-size: 14px;
	border-radius: 4px;
}

.site-footer-item ul.lang-inline .lang-active a {
	background: #666;
	color: #fff;
}

.site-footer-item ul.nav {
	flex-direction: column;
}

.site-footer-item ul.nav li {
	padding-bottom: 8px;
}

.site-footer-item ul.nav li a {
	font-size: 14px;
    line-height: 18px;
}

.site-footer-item-copyright,
.site-footer-item-menu,
.site-footer-item-address,
.site-footer-item-logo {
	width: 100%;
}

.site-footer-social-icons {
	display: flex;
	flex-flow: row nowrap;
	padding-top: 16px;
	justify-content: center;
}

.site-footer-social-item {
	padding-right: 8px;
}

.site-footer-social-item a {
	display: block;
	width: 32px;
	height: 32px;
	opacity: 0.7;
	transition: 0.3s;
}

.site-footer-social-item img {
	display: block;
	width: 32px;
	height: 32px;
}

.site-footer-social-item a:hover {
	opacity: 1;
}

.breadcrumb-outer {
	width: 100%;
	background: #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.breadcrumb-inner {
	max-width: 1260px;
	margin: 0 auto;
	padding: 12px 10px;
}

.breadcrumb li {
	display: inline-block;
	padding: 4px 0;
	font-size: 14px;
}

.breadcrumb .divider {
	color: #ccc;
	padding: 0 3px;
}

.page-content p {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 8px;
}

.contacts-page-map-container {
	width: 100%;
}

.contacts-page-map-iframe {
	display: block;
	width: 100%;
	height: 350px;
}

.singlepage-section {
    display: block;
    width: 100%;
}

.singlepage-section-inner {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 0;
}

.pagination-list {
	display: table;
}

.pagination-list li {
	display: table-cell;
}

.singlepage-section-inner h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
}

.singlepage-section-inner h2 {
    padding: 12px 0;
    font-size: 24px;
    font-weight: 400;
}

.readmore-button {
    display: block;
    width: 220px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px 0px;
    line-height: 18px;
    text-align: center;
    background: transparent;
    color: #1969b4;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    border: 2px solid #1969b4;
    border-radius: 4px;
    transition: 0.3s;
}

.readmore-button:hover {
    color: #fff;
    background: #1969b4;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
}

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}
  
.nav-collapse li {
    width: 100%;
    display: block;
}
  
.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}
  
.nav-collapse.opened {
    max-height: 9999px;
}

.nav-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 14px;
	cursor: pointer;
}

.nav-toggle .bar1, .nav-toggle .bar2, .nav-toggle .bar3 {
	width: 28px;
	height: 3px;
	background-color: #333;
	margin: 6px 2px;
	transition: 0.4s;
}

.nav-toggle.active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 7px);
	transform: rotate(-45deg) translate(-7px, 7px);
}

.nav-toggle.active .bar2 {
	opacity: 0;
}

.nav-toggle.active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
}

.main-navigation .mod-languages {
	display: flex;
	justify-content: center;
	border-top: 1px solid #ccc;
	height: 40px;
	padding: 10px 0;
}

.main-navigation .mod-languages ul {
	width: 76px;
	display: flex;
	flex-flow: row nowrap;
}

.main-navigation .mod-languages ul li {
	margin: 0;
	height: 40px;
}

.main-navigation .mod-languages ul li a {
	height: 40px;
	line-height: 40px;
}

.main-navigation .mod-languages li {
	position: relative;
}

.main-navigation .mod-languages li.lang-active:before {
    content: "";
    position: absolute;
    bottom: 2px;
    background: #999;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: calc(50% - 3px);
}

.pagination {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}

.pagination .icon-first,
.pagination .icon-previous,
.pagination .icon-next,
.pagination .icon-last {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/raformat-pagination-arrows.png) top left no-repeat;
	opacity: 0.5;
}

.pagination .icon-previous {
	background-position: top -16px left;
}

.pagination .icon-next {
	background-position: top -32px left;
}

.pagination .icon-last {
	background-position: top -48px left;
}

.pagination li:hover .icon-first,
.pagination li:hover .icon-previous,
.pagination li:hover .icon-next,
.pagination li:hover .icon-last {
	opacity: 1;
}

.pagination li.disabled .icon-first,
.pagination li.disabled .icon-previous,
.pagination li.disabled .icon-next,
.pagination li.disabled .icon-last {
	opacity: 0.2;
}

.pagination .counter {
	text-align: center;
	color: #999;
	font-size: 14px;
}

.pagination .pagination-list {
	display: flex;
}

.pagination .pagination-list .hidden-phone {
	display: none;
}

.pagination .pagination-list li {
	display: inline-block;
	margin : 0 4px;
}
.pagination .pagination-list li a {
	display: inline-block;
	padding: 8px 12px;
	line-height: 16px;
	border: 1px solid #f0f0f0;
	text-decoration: none;
}

.pagination .pagination-list li.active a {
	background: #f0f0f0;
	color: #666;
}

.sections-navigation {
	position: fixed;
	top: 50%;
	right: 10px;
	z-index: 10;
	transform: translate(0, -50%);
}

.sections-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sections-navigation li {
	padding: 5px;
}

.sections-navigation a {
	outline: none;
	display: block;
	width: 12px;
	height: 12px;
	background: #000;
	border: 2px solid #fff;
	border-radius: 50%;
	text-indent: 100px;
	overflow: hidden;
	opacity: 0.1;
	transition: 0.2s;
}

.sections-navigation a:hover {
	opacity: 0.2;
}

.sections-navigation li.active a,
.sections-navigation li.active a:hover {
	opacity: 0.4;
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

.site-footer-logo {
	width: 171px;
	height: 39px;
}

@media all and (min-width: 576px) {
    .site-footer-item {
        padding: 0;
        text-align: left;
    }
	
	.site-footer-item-copyright {
		width: 30%;
	}

	.site-footer-item-menu {
		width: 30%
	}
	
	.site-footer-item-menu .site-footer-item-inner {
		padding: 0 20px;
	}

	.site-footer-item-address {
		width: 40%;
	}

	.site-footer-item-logo {
		width: 100%;
		text-align: center;
	}
	
	.site-footer-item-logo .site-footer-item-inner {
		padding-top: 20px;
	}
	
	.site-footer-social-icons {
		justify-content: flex-start;
	}
	
	.site-footer-social-item a {
		width: 24px;
		height: 24px;
	}
	
	.site-footer-social-item img {
		width: 24px;
		height: 24px;
	}
}

@media all and (min-width: 768px) {
	.page-header h1 {
		font-size: 42px;
		line-height: 54px;
	}

    .singlepage-section-inner h1 {
        font-size: 42px;
		line-height: 54px;
    }
	
	.site-footer {
		padding-bottom: 0;
	}

    .site-footer-inner {
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 50px 20px;
    }

    .site-footer-item {
        text-align: left;
    }

    .section-callback-text p {
        font-size: 24px;
    }
	
	.site-footer-item-copyright {
		width: 30%;
	}

	.site-footer-item-menu {
		width: 20%
	}

	.site-footer-item-address {
		width: 25%;
	}

	.site-footer-item-logo {
		width: 25%;
		text-align: right;
	}
	
	.site-footer-item-logo .site-footer-item-inner {
		padding-top: 0;
	}
	
	.jsop-homepage-categories .jshop-categories-item {
		width: 33.33%;
	}
	
	.pagination .pagination-list .hidden-phone {
		display: inline-block;
	}
}

@media all and (min-width: 850px) {
	.main-navigation {
        position: static;
        margin-top: 0;
        width: auto;
        background: #fff;
        border-bottom: 0;
    }

	.menu-toggle {
		display: flex !important;    
		max-height: 100vh;
		overflow: visible
	} 

	.nav__container {
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
  
	.nav__mobile {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
  
	.nav__mobile .nav__btn {
		display: none;
	}
  
	.nav__logo img {
		width: 100%;
		max-width: 58px;
	}
  
	.nav__menu {
		display: flex;
		flex-direction: row;
		max-height: 100%;
		overflow: visible;
	}
  
	.nav__menu li {
		list-style: none;
		position: relative;
		white-space: nowrap;
		padding: 1rem;
	}

	.nav__menu li a {
		font-size: 1rem;
		color: #222;
		text-decoration: none;
	}
  
	.nav__menu li a:hover {
		color: rgb(0, 98, 163);
	}

	.nav__menu .dropdown {
		position: relative;
	}

	.nav__menu .dropdown ul {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: -30px;
		opacity: 0;
		visibility: hidden;  
		overflow: visible; 
		padding: 0 1rem; 
		transition: all .4s ease ;    
	}

	.nav__menu .dropdown:hover > ul { 
		top: 100%;
		left: 0;
		opacity: 1;
		visibility: visible;
		overflow: visible;
		padding: 0 1rem;  
	}

	.nav__menu .dropdown ul li {
		padding: .7rem;
		background-color: rgb(16, 118, 201);
		position: relative;
	}

	.nav__menu .dropdown ul li:hover {
		background-color: rgb(52, 147, 224);
	}

	.nav__menu .dropdown ul li a {
		display: block;
		color: #fff;  
		text-transform: capitalize;
	}

	.nav__menu .dropdown ul li a:hover {
		display: block;
		color: rgb(199, 224, 245); 
	}

	.nav__menu .dropdown > a:after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;    
		font-size: .875rem;
		padding-left: 5px;
		color: rgb(124, 124, 124);      
	}

	.nav__menu .dropdown:hover > a:after {
		content: "\f106";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;    
		font-size: .875rem;
		padding-left: 5px;
		color: rgb(124, 124, 124);    
	}

	.nav__menu .dropdown .dropdown > a:after {
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;    
		font-size: .875rem;
		padding-left: 10px;
		color: rgb(255, 255, 255);
	}

	.nav__menu .dropdown .dropdown:hover > a:after {
		content: "\f104";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;    
		font-size: .875rem;
		padding-left: 10px;
		color: rgb(255, 255, 255);
	}

  /* 2nd level dropdown */

	.nav__menu .dropdown .dropdown:hover > ul {
		position: absolute;
		top: 0;
		right: calc(100% - 17px); 
		left: auto;
		opacity: 1;
		visibility: visible; 
	}

	.nav__menu .dropdown .dropdown ul {
		position: absolute;
		top: 0;
		right: calc(100% - 17px); 
		left: auto;
		opacity: 0;
		visibility: hidden;
		transition: all .4s ease-in-out;
	}

    .nav-toggle {
      display: none;
    }

    .nav-collapse ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        list-style: none;
    }

    .nav-collapse li {
        width: 100%;
        display: inline-block;
    }

    .main-navigation ul {
        display: flex;
		flex-flow: row nowrap;
        align-items: center;
    }

    .main-navigation ul li {
        height: 60px;
		display: inline-block;
    }

    .main-navigation ul li a {
        display: block;
        width: auto;
        line-height: 60px;
        white-space: nowrap;
    }

	.main-navigation .mod-languages {
		border-top: 0;
	}
	
	.main-navigation .mod-languages ul {
		border-left: 1px solid #ccc;
	}
}
	
@media all and (min-width: 992px) {
	.page-header h1 {
		font-size: 48px;
		line-height: 60px;
	}

    .singlepage-section-inner h1 {
        font-size: 48px;
		line-height: 60px;
    }

	.site-footer-item-copyright {
		width: 30%;
	}

	.site-footer-item-menu {
		width: 20%
	}

	.site-footer-item-address {
		width: 30%;
	}

	.site-footer-item-logo {
		width: 20%;
	}
}

@media all and (min-width: 1200px) {

}