: Adrian Huber
  Author URL: http://huber.or.at
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #f8f8ff;
  color: #696969;
  font-family: raleway, serif;
  font-weight: 200;
  font-size: 1.8rem;
  font-variant: normal;
  font-style: normal;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

a {
  color: #212e78;
  transition: 0.5s;
  text-decoration: none;
}

a.descr {
  color: #212e78;
  transition: 0.5s;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: raleway, serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #696969;
}

/* Preloader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #03c5ec;
  color: #fff;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#intro,
#law,
#pp,
#terms {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/sof_fullview.jpg) top center;
  background-size: cover;
  z-index: 50;
}



#intro .intro-logo {
  margin: 20px;
}

#intro .intro-logo img {
  max-width: 100%;
}

#intro .intro-container {
	background: url(../img/bg_label.png) center no-repeat;
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#intro h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #212e78;
}

#intro h2 {
  color: #696969;
  margin-bottom: 50px;
}

#intro .rotating > .animated {
  display: inline-block;
}

#intro .actions a {
  font-family: raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#intro .btn-get-started {
  background: #696969;
  border: 2px solid #696969;
  color: #fff;
}

#intro .btn-get-started:hover {
  background: none;
  border: 2px solid #696969;
  color: #696969;
}

#intro .btn-services {
  border: 2px solid #696969;
  color: #696969;
}

#intro .btn-services:hover {
  background: #696969;
  border: 2px solid #696969;
	color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(105, 105, 105, .85);
  padding: 20px 0;
  height: 90px;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: raleway, sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #03c5ec;
}

#header #logo img {
  padding: 5px;
  margin-top: -15px;
  max-height: 80px;
  background-color: #fff;
}

.is-sticky #header {
/*  background: rgba(0, 0, 0, 0.85); */
  background: rgba(105, 105, 105, .85);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Menu Styling */
.nav-menu a {
  padding: 10px 0 10px 20px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: raleway, sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
	color: #03c5ec;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #f6f6f6;
}

.nav-menu ul li a {
  color: #333;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 36px;
  display: none;
  transition: all 0.4s;
  outline: none;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 24px;
  padding-left: 15px;
  bottom: 0;
  z-index: 998;
  background: rgba(105, 105, 105, 0.85);
  left: -200px;
  width: 200px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 5px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #03c5ec;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #03C4EB;
}

#mobile-nav ul .menu-item-active {
  color: #03C4EB;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/*
#header {
   height: 90px;

   top:90px;
   right:0;
   left:0;
   transition: transform .5s .1s ease-in-out;
}

.down #header {
   transform: translate3d(0, -90px, 0);
   }
*/
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
  font-size: 32px;
  color: #212e78;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-description {
	text-align: center;
	margin-bottom: 40px;
	font-size: 2.2rem;
	font-weight: 500;
	color: #212e78;
}

.section-title-divider {
  width: 100px;
  height: 3px;
  background: #696969;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}
/*
#about .about-container {
	background: url(../img/generations66.png) left no-repeat;
	background-size: contain;
	background-position: ;
}
*/
#about .about-content {
  background: #fff;
}

#about .about-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#about .about-text {
  line-height: 26px;
  font-size: 1.8rem;
  text-align: justify;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

/* Actual Section
--------------------------------*/
#actual {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/shutterstock_713634940.png") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#actual .actual-item {
	font-size: 1.8rem;
}



#actual .actual-link,
#actual .actual-subtitle,
#actual .actual-description {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

#actual .actual-icon {
  float: left;
  background: #212e78;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #212e78;
}

#actual .actual-icon i {
  color: #fff;
  font-size: 24px;
}

#actual .actual-item:hover .actual-icon {
  background: #fff;
}

#actual .actual-item:hover .actual-icon i {
  color: #03C4EB;
}

#actual .actual-title {
  margin-left: 80px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #212e78;
}

#actual .actual-title a,
#actual .actual-link a {
  color: #212e78;
}

#actual .actual-link a:hover {
	color: #03c4eb;
}

#actual .actual-description {
  margin-left: 80px;
  line-height: 24px;
  text-align: justify;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

#actual .actual-subtitle {
  margin-left: 80px;
  line-height: 1rem;
  font-weight: bold;
  margin-bottom: 1em;
}

#actual .actual-subtitle a {
	color: #212e78;
}

#actual .actual-subtitle a:hover {
	color: #03C4EB;
}

#actual .actual-link {
	margin-left: 100px;
	line-height: 1.2em;
	margin-bottom: 1em;
}

.fa-cloud-download {
	padding-right: .5em;
}

/* Subscribe Section
--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/desktop_entree.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}
.subscribe-container {
	width: 100%;
	margin: 0 auto;
}
#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
  width: 100%;
  text-align: center;
}

#subscribe .subscribe-text {
  color: #fff;
  font-size: 1.8rem;
    text-align: center;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
}

#subscribe .subscribe-btn {
  font-family: raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}


/* =================== */

.js fieldset {
	background: white;
	border: 1px solid black;
	border-radius: 0.5em;
	margin: 0 0 1rem 0;
}

.js legend {
	background: white;
	border: 1px solid black;
	border-radius: 0.5rem;
	box-shadow: 0 0 0.5rem #888;
	padding: 0.5rem 1rem;
}

.js #article-1,
.js #article-2 {
	width: 2rem;
}

.js #recipient-zip,
.js #buyer-zip {
	width: 2rem;
}

.js dt {
	font-weight: bold;
	padding: 0 0 0.5em 3em;
}

.js dt:not(:first-of-type) {
	margin: 2em 0 0 0;
}

.js dd {
	margin: 0;
	padding: 0;
}

.js dd ul {
	list-style: none;
	padding: 0;
}

.js dd li {
	margin: 0;
	padding: 0;
}

.js dd label:first-of-type {
	display: inline-block;
	text-align: right;
	width: 8em;
}

.js #message {
	height: 5rem;
	width: calc(100% - 1rem);
}

.varfield {
	color: red;
	}

label {
	font-family: raleway, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: white;
}


/* press Section
--------------------------------*/
#press {
  background: #f6f6f6;
  padding: 80px 0;
}

#press .press-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 260px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 30px;
}

#press .press-item .details {
  height: 260px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}

#press .press-item .details h4 {
  font-size: 16px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}

#press .press-item .details span {
  display: block;
  color: #666666;
  font-size: 13px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

#press .press-item:hover .details {
  opacity: 0.8;
}

#press .press-item:hover .details h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#press .press-item:hover .details span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#press iframe.i1 {
	float: left;
	}

#press iframe.i2 {
	float: right;
	}


/* Services Section
--------------------------------*/
#services {
  background: #f6f6f6;
  padding: 80px 0;
}



#services .terms {
  position: relative;
  background: #fff;
  padding: 30px;
  margin-top: 0px;
  font-size: 16px;
  font-style: normal;
  border-radius: 5px;
  margin-bottom: 2em;
}

#services .quote {
  display: inline-block;
  font-size: 1.8rem;
  left: -9px;
  position: relative;
  top: -8px;

}

#services .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#services .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}


/* Team Section
--------------------------------*/
#team {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/shutterstock_713634940.png") fixed center center;
  background-size: cover;
/*  background: #fff; */
  padding: 80px 0 60px 0;

}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #03c5ec;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

#team .member .social .descr {
	margin-top: 2rem;
	font-size: 1.8rem;
	font-style: normal;
	text-align: justify;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #fff;
  padding: 70px 0;
}
#contact .row-contact {
	margin: 0 auto;
}

#contact .info a {
  color: #212e78;
}

#contact .info h5 {
  font-weight: 500;
  font-size: 2.2rem;
  color: #212e78;
  margin-bottom: 1em;
}

#contact .info a:hover {
  color: #03c5ec;
}

#contact .info i {
  font-size: 32px;
  color: #b3b3b3;
  float: left;
}

#contact .info p {
  padding: 0 0 5px 50px;
  line-height: 1.4em;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 1.8rem;
}

#contact .info p.info {
	padding-left: 0;
}

#contact .form #sendmessage {
  color: #03C4EB;
  border: 1px solid #03C4EB;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #b3b3b3;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #212e78;
}
#contact img.contact-logo {
		float: right;
		margin-right: 0;
		margin-bottom: 5%;
		width: 80%;
}
#contact .partner-logos {
	font-size: 1.8rem;
}

#contact .partner-logo img.wko-logo {
	float: right;
	width: 40%;
}

#contact .partner-logo img.g_u_o-logo {
	float: left;
	margin: 4% 5% 0 ;
	width: 40%
}

#contact .partner-logo img.ovi-logo {
	float: leftt;
	margin: 0;
	width: 70%
	}
}
/*--------------------------------------------------------------
# Law
--------------------------------------------------------------*/

h6 {
  font-family: raleway, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin: 0;
  padding: .7rem 1.2rem 0 0;
  color: #696969;
  float: right;
}

h4.term {
  font-weight: 700;
  font-size: 1.8rem;
  color: #212e78;
  margin-bottom: .8rem;
  padding: 0;
}

.terms {
  position: relative;
  background-color: rgba(255,255,255,.9);
  padding: 30px;
  margin-top: 0px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  border-radius: 5px;
  margin-bottom: 2em;
  text-align: justify;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.terms-title {
  font-size: 32px;
  color: #212e78;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
}

.terms-description {
	text-align: left;
	margin-bottom: 40px;
	font-size: 2.2rem;
	font-weight: 500;
	color: #212e78;
}

img.logo_terms {
	width: 30%;
	margin: 30px 0 1rem 0;
	float: right;
}


iframe,
.press-item {
	box-shadow: 3px 3px 20px grey;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #696969;
  padding: 30px 0;
  color: #fff;
}

#footer .copyright {
  text-align: center;
}

#footer .advice {
	float: right;
  padding-top: 10px;
  font-size: 1.8rem;
  color: #fff;
}

#footer .advice a {
	  color: #fff;
}

a.terms_notes,
a.pp_notes {
	  margin-left: 3rem;
}
#footer .advice a:hover {
	color: #03c5ec;
}

#footer .dedic {
	padding-top: 10px;
	float: left;
	font-size: 1.6;
	border-bottom: 1px solid #fff;
	border
	}
	




@media only screen and (min-device-width: 1368px) {
	.container {
		width: 1280px;
		margin: 0 auto;
	}
	#intro {
		background-attachment: fixed;
	}
	#press .webinar {
		padding: 0 2%;;
	}
	iframe.i1 {
		float: left;
	}
	iframe.i2 {
		float: right;
	}
	.row {
		margin-left: 1%;
		margin-right: 1%;
	}
	#services .profile {
		font-size: 1.8rem;
	}
	#services .col-md-35 {
		width: 18%;
		padding: 0;
		float: left;
	}
	#services .profile .col-md-35 {
		padding: 15px;
		overflow: hidden;
		z-index: 1000;
		text-align: right;
		font-size: 40:
	}
	#services .profile .pic {
		max-width: 70%;
		z-index: 1000;
		font-size: 8rem;
		font-weight: bold;
		text-shadow: 2px 2px 2px white, 5px 5px 10px black;
		color: #212e78;
	}
	.col-md-95 {
		width: 80%;
		float: left;
		margin: 0;
		padding: 15px 0 15px 15px;
		text-align: justify;
			-moz-hyphens: auto;
			-o-hyphens: auto;
			-webkit-hyphens: auto;
			-ms-hyphens: auto;
		hyphens: auto;
	}
	#services .profile h4 {
		font-weight: 700;
		font-size: 1.8rem;
		color: #212e78;
		margin-bottom: 5px;
	}
	#services .profile span {
		color: #333333;
	}
	.col-md-13 {
		width: 30%;
		float: left;
		margin: 0 1.5% 1rem 1.5%;
	}
	#law .col-md-121,
	#pp .col-md-121,
	#terms .col-md-121 {
		padding-top: 60px;
		width: 60%;
		float: left;
	}
	img.logo_terms {
		width: 25%;
		margin: 30px 0 0 0;
		float: right;
	}
	.col-md-51 {
		width: 40%;
		float: right;
		margin-right: 5%;
	}
	#contact .info {
		margin-top: 20px;
	}
	#contact img.wko-logo,
	#contact img.g_u_o-logo {
		width: 30%;
		margin-left: 25px;
	}
	#contact img.ovi-logo {
		width: 30%;
		margin-left: 30px;

	}
	.col-md-5 {
		width: 30%;
	}
	.col-md-32 {
		width: 50%;
		margin-left: 10%;
	}
}
@media only screen and (max-device-width: 1367px) {
	.container {
		width: 90%;
		margin: 0 auto;
		}
}


@media only screen and (max-device-width: 1280px) {
	#services .profile {
		font-size: 1.8rem;
	}
	#services .col-md-35 {
		width: 18%;
		padding: 0;
		float: left;
	}
	#services .profile .col-md-35 .pic {
		padding: 15px;
		overflow: hidden;
		z-index: 1000;
		text-align: right;
	}
	#services .profile .pic img {
		max-width: 80%;
		z-index: 1000;
	}
	.col-md-95 {
		width: 80%;
		float: left;
		margin: 0;
		padding: 15px 0 15px 15px;
		text-align: justify;
			-moz-hyphens: auto;
			-o-hyphens: auto;
			-webkit-hyphens: auto;
			-ms-hyphens: auto;
		hyphens: auto;
	}
	#law .col-md-121,
	#pp .col-md-121,
	#terms .col-md-121 {
		padding-top: 60px;
		width: 60%;
		float: left;
	}
	img.logo_terms {
		width: 25%;
		margin: 30px 0 1rem 0;
		float: right;
}
	#footer .advice {
		margin-right: 7%;
	}
	.col-md-13 {
		width: 30%;
		float: left;
		margin: 0 1.5% 1rem 1.5%;
}
	#team .descr {
		text-align: justify;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
	hyphens: auto;
	}
	.col-md-51 {
		width: 50%;
		float: right;
		margin-right: 10%;
	}
	#contact .info {
		margin-top: 20px;
	}
	#contact img.wko-logo,
	#contact img.g_u_o-logo {
		width: 30%;
		margin-left: 15px;
	}
	#contact img.ovi-logo {
		width: 30%;
	}
	.col-md-5 {
		width: 30%;
	}
	.col-md-32 {
		width: 50%;
		margin-left: 10%;
	}
}
@media only screen and (max-device-width: 1024px) {
	.container {
		width: 90%;
		}
	#about .about-container {
		background: url(../img/generations1.png) left no-repeat;
		background-size: contain;
	}
	#press .press-item {
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		height: 260px;
		width: 100%;
		display: table;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.col-md-3 {
		width: 25%;
		float: left;
		margin: 0;
	}
	.webinar {
		width: 100%;
	}
	iframe.i1 {
		float: left;
		margin-bottom: 3%;
	}
	iframe.i2 {
		float: right;
	}
	#services .profile .col-md-35 .pic {
		padding: 40px 15px 0;
	}
	#services .profile .pic img {
		max-width: 100%;
	}
	.col-md-51 {
		width: 60%;
		float: right;
	}
	#contact .info {
		margin-top: 20px;
	}
	#contact img.wko-logo,
	#contact img.g_u_o-logo {
		width: 35%;
		margin-left: 15px;
	}
	#contact img.ovi-logo {
		width: 35%;
	}
	#law .col-md-121,
	#pp .col-md-121,
	#terms .col-md-121 {
		padding-top: 40px;
		width: 60%;
		float: left;
	}
	img.logo_terms {
		width: 25%;
		margin: 30px 0 1rem 0;
		float: right;
	}
	.col-md-13 {
		width: 30%;
		float: left;
		margin: 0 1.5% 1rem 1.5%;
		}
	#team .descr {
		text-align: justify;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 10px 50px;
	}
	#contact .col-md-32 {
		width: 50%;
	}
	.col-md-5 {
		width: 30%;
	}
	.col-md-32 {
		width: 45%;
		margin-left: 10%;
	}
}


@media only screen and (max-device-width: 1023px) {
	#nav-menu-container {
		display: none;
	}
	#mobile-nav-toggle {
		display: inline;
	}
}

@media only screen (max-width: 800px) {

	#contact .info {
		width: 60%;
		margin-top: 20px;
		padding-right: 0;
		float: right;
	}
		#contact .col-md-32 {
		width: 50%;
	}
	.col-md-5 {
		width: 35%;
		float: right;
	}
	.col-md-32 {
		width: 40%;
		margin-left: 0;
	}
	#contact img.wko-logo,
	#contact img.g_u_o-logo {
		width: 20%;
		margin-left: 15px;
	}
	#contact img.ovi-logo {
		width: 33%;
	}
	#footer .advice {
		margin-right: 0;
	}
	.col-md-121 {
		padding-top: 40px;
		width: 50%;
	}
	img.logo_terms {
		width: 25%;
		float: right;
	}
	.terms-title {
		font-size: 3rem;
	}
}
*/