@import url('https://fonts.googleapis.com/css?family=Forum|Montserrat:400,700&display=swap&subset=cyrillic');

body {
  color: #222;
  background: #fff;
  word-wrap: break-word;
  line-height: 1.55;
  font-size: 2em;
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}

a:hover,
a:focus {
  color: #e64b49;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #2a447b;
  font-family: 'Forum', cursive;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 35px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

img {
  height: auto; 
  max-width: 100%;
}
button,
input,
select,
textarea {
  font-size: 100%; 
  margin: 0; 
  vertical-align: baseline; 
  *vertical-align: middle;
}
select {
    width: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; 
}
input[type="search"] {
  -webkit-appearance: textfield; 
  -webkit-box-sizing: content-box;
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { 
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { 
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; 
  padding-left: 3px;
  vertical-align: top; 
  width: 100%;
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}


.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
}
#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #e64b49;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 32px;
  color: #444;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}
.btn.btn-default.read-more {
  float: right;
  border: 1px solid #E8E8E8;
  color: #e64b49;
  background-color: transparent;
  margin-top: 10px;
}
.btn.btn-default.read-more:hover {
  color: #FFF;
  background-color: #e64b49;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #e64b49;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #e64b49;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.page-links a:hover span {
  background-color: #e64b49;
  border: 1px solid #e64b49;
  color: #fff;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}


embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget > ul > li,
li.recentcomments {
  border-bottom: 1px solid #EEE;
  position: relative;
  display: block;
  padding: 10px 0;
}
.widget ul li {
    list-style: none;
}
.widget ul {
    padding: 10px 10px;
}
.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #E8E8E8;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
  font-size: 12px;
}
.tab-thumb.thumbnail {
  margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #e64b49;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
  background-color: #99ffff;
  border-color: #99ffff;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-default {
    color: #2a447b;
	font-size: 1.1em;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 12px;
  background: transparent;
  border: 1px solid #E8E8E8;
  color: #e64b49;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #e64b49;
  color: #fff;
}
.woocommerce #infinite-handle {
    display: none;
}
.woocommerce div.product form.cart .variations label {
  color: #6B6B6B;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
}

/* =Custom Styles
----------------------------------------------- */

#video-header{
    overflow: hidden;
}
.video-bg-cover{
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    position: relative;	
}
#video-header video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;	
    position: absolute;
    overflow: hidden;
    background-size: cover;	
    z-index: -5555;	
}

.video-overlay {
	width:100%;
	height:100%;
	background: url(/wp-content/uploads/2020/02/video-overlay.png);
}


.logo img {
	padding: 100px;
	width: 600px;	
}

.header-slogan h1 {
	color: #fff;
	padding: 0 50px 20px 50px;
	font-size: 1.4em;
	text-align: center;	
}	

.header-slogan h1 span {
	padding: 20px;
	width: auto;	
	font-family: 'Montserrat', sans-serif;			
}	


@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(60px);
	}
}

svg #wheel {
	animation: scroll ease 2s infinite;
	margin-bottom: 100px;
}


.icons-cards {
	text-align: center;
	font-size: 0.8em;
}

.icons-cards img {
	max-width: 100px;
}	


.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  clear: both;
  color: #777;
  font-weight: 200;
  font-size: 14px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #E8E8E8;
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #e64b49;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}
h1.site-title {
  margin: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 16px;  
  text-decoration: none;
}
.navbar > .container .navbar-brand {
  color: #2a447b;
  margin: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
	-webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.55);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #2a447b;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #999;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 0;
}
.dropdown-menu > li > a {
  padding: 14px 20px;
  color: #999;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #e64b49;
  color: #fff;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  float: right;
}

.navbar-default .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 15px;
  left: 0;
  background-color: #2a447b;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav >li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}	



@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
}
/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}
p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #E8E8E8;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #E8E8E8;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}


/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #e64b49;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

.scroll-to-top {
  background: #3B3B3B;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s linear;
     -moz-transition: background-color 0.1s linear;
       -o-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: #e64b49;
  opacity: .8;
}


/* =Custom
----------------------------------------------- */

#logo img {
	padding: 10px;
}	

.navbar-default {  
  margin-bottom: 0;
  font-weight: 500;
  z-index: 10;
  background: #fff;
  height: 60px;
}
.lightblue {
	background: #dcf2ff;
	padding: 30px 0;
}	
.content-section h2  {
	text-align: center;
	padding: 50px 0 20px 0;
}	

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


.wp-block-cover h2{
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2em;	
	font-size: 1.6em;
}


.selected-para {
	font-family: 'Montserrat', sans-serif;	
}


.cover-text {
	text-align: center;
	font-size: 2em;
}


.box {
  background:#fff;
  box-shadow: 0px 0px 0px rgba(0,0,0,.2);
  margin:2em auto;
  padding:1em 1em 0.6em 1em;
  position:relative;
  text-transform: uppercase;
  text-align: center;
  color: #1e467e;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.card .card__corner {
position: absolute;
top: 0;
right: 0;
width: 2em;
height: 2em;
background-color: #e6e7e8;

}

.card .card__corner .card__corner-triangle {
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 2em 2em 0;
border-color: transparent #f1f2f2 transparent transparent;
}


.advanced-cover {
	background:url(/wp-content/uploads/2020/02/pattern-bg-blue.png) #2a447b;
}	

.advanced-cover h2 {
	color: #fff;
}	

.itemcard {
	background: #fff;
	padding: 0px;
	margin: 0 20px;
	font-size: 0.8em;
	text-align: center;	
	min-height: 450px;	
	margin-bottom: 20px;
}
.itemcard h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;	
	font-size: 1.4em;	
	background: #6ecde2;
	padding: 20px;
	min-height: 140px;
}	

.itemcard p {
	padding: 20px 20px 40px 20px;
}	

.numberedcards {
	background: #fff;
}	

.numbercard {
	background: #fff;	
	font-size: 0.8em;
	background: #dcf2ff;
	padding: 20px 20px 20px 60px;
	min-height: 160px;	
	position: relative;
	margin-right: 20px;
}

.numbercard i {
	display: block;
	position: absolute;
	width: 100px;
	height: 130px;
	left: -48px;
	top: -20px;
}	


.nc1 i {
	background:url(/wp-content/uploads/2020/02/icon1.png) no-repeat left center;
	background-size: cover;
}

.nc2 i{
	background:url(/wp-content/uploads/2020/02/icon2.png) no-repeat left center;
	background-size: cover;	
}

.nc3 i{
	background:url(/wp-content/uploads/2020/02/icon3.png) no-repeat left center;
	background-size: cover;	
}


.vcard {
	background: #fff;
	padding: 50px 20px 50px 180px;
	margin: 0 40px 20px 0;
	background:url(/wp-content/uploads/2020/02/otragenie-logol.png) no-repeat 15% center #fff;
	background-size: 100px;	
	color: #1e467e;
}	

.practic {
	font-size: 0.8em;	
}	

.practic .wp-block-columns h2 {
	font-family: 'Montserrat', sans-serif;	
	font-size: 1.4em;	
	text-align: left;
	margin-top: 0;
	padding-top: 0;
}	


blockquote {
    border-radius: 3px;
    position: relative; 
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%; 
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #E8E8E8;
}

blockquote:before,
blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    color: #E8E8E8;
    font-size: 34px;
}
blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}
blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;  
}

.numbers {
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;			
	text-align: center;
}

.numbers .value {
	font-size: 2.5em;
	font-weight: bold;
}	

.numbers .red {
	color:#e64b49;
}	

.bg-map {
	position: relative;
}	

.adress-cover {
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	top:0;
	height: 400px;
	min-width: 450px;
	font-size: 0.9em;	
	z-index: 777;	
	padding: 40px 40px 20px 40px;
	background:url(/wp-content/uploads/2020/02/pattern-bg-blue.png) #2a447b;
	text-align: left;
}	


.adress-cover  .small {
	line-height: 0.5em;
	line-height: 1.1em;
	font-size: 0.8em;
	color: #99ffff;
}

.adress-cover  a {
	color: #99ffff;
	text-decoration: underline;
}	

.partner {
	background: #fff;
	padding: 20px 10px;
	margin: 0 20px 0 0;
	background: #fff;
	color: #1e467e;
	font-size: 0.8em;
	min-height: 100px;
	text-align: center;	
}


.social-menu  {
	padding: 0;
	width: 200px;
}	

.social-menu  li {
	list-style:none;
	font-size: 1em;
	margin-right: 15px;
	float:left;
}	

.social-menu  li a {
	text-decoration: none;	
}	

.social-menu svg {
	width: 30px;
	height: 30px;
	margin:0;
	color: #99ffff;	
}	

.no-gutters {
	padding-right: 0;
    padding-left: 0;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 768px) {

	#video-header{
		overflow: hidden;
	}
	.video-bg-cover{
		background-repeat: no-repeat;
		display: block;
		background-size: auto;
		position: relative;	
	}
	#video-header video {
		display: block;
		min-width: 50%;
		min-height: 50%;
		width: 200%;
		height: auto;	
		position: absolute;
		overflow: hidden;
		background-size:  auto;	
		z-index: -5555;	
	}
	.logo img {
		padding: 80px 0 0 0;
		width: 200px;	
	}

	
	body {
	  font-size: 1.2em;
	}

	h1,
	.h1 {
	  font-size: 25px;
	}

	h2,
	.h2 {
	  font-size: 20px;
	}

	h3,
	.h3 {
	  font-size: 14px;
	}

	.adress-cover {
		font-size: 1.5em;
		position: relative;
		width: 100%;
		height: 450px;
	}

	.wp-block-cover, .wp-block-cover-image {
		min-height: 250px;
	}
	
	.cover-text {
		font-size: 2em;
	}
	.itemcard {
		min-height: auto;	
	}	
	.itemcard h2 {
		min-height: auto;	
	}		
		
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .site-info, .copyright {
      text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
  .flex-caption {
    display: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding: 15px 10px;
  }
}


@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
  .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
    float: none;
  }
}

