body {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  position: relative;
  font-size: 16px;
  background-color: #9ad9f9;
}
.navbar-reliable {
  background-color: rgba(20, 150, 217, 0.5);
  height: 80px;
  z-index: 10;
}
.navbar-reliable .navbar-nav > li > a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 900;
  padding: 30px 0;
  margin: 0 20px;
}
.navbar-reliable .navbar-nav > li > a:hover,
.navbar-reliable .navbar-nav > li > a:focus,
.navbar-reliable .navbar-nav > li > a:active {
  background-color: transparent;
}
.navbar-reliable .navbar-nav > li.active > a {
  padding-bottom: 26px;
  border-bottom: 4px solid #ffffff;
}

.navbar-toggle .icon-bar {
    border: #fff 1px solid;
}
.navbar-toggle{
	margin-top: 25px;
}


.section-home {
  min-height: 700px;
  background: url('../img/bg-home.jpg') no-repeat top center;
  font-size: 18px;
  color: #ffffff;
  margin-top: -100px;
  z-index: 5;
}
.section-home .header .text-small {
  margin-top: 20px;
  font-size: 14px;
}
.section-home p > a {
  color: #ffffff;
  font-weight: 900;
}
.section-home h1 {
  color: #ffffff;
  margin-bottom: 60px;
  line-height: 1;
  font-size: 72px;
  font-weight: 900;
  z-index:5;
}
.section-home .btn {
  margin-right: 5px;
}
.section-home .btn-rounded {
  font-size: 22px;
  font-weight: 900;
  padding: 13px 60px;
  background-color: #ffffff;
  border-radius: 30px;
  line-height: 1;
  margin-right: 30px;
  color: #1496d9;
}
.section-home .btn-lang {
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 13px 0;
  min-width: 50px;
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
  box-shadow: none;
}
.section-home .btn-lang.active {
  background-color: #ffffff;
  color: #1496d9;
}
.section-home .block-bordered {
  margin-top: 20px;
  font-size: 16px;
  background-color: rgba(20, 150, 217, 0.5);
  padding: 30px;
  border-radius: 4px;
}
.section-home .block-bordered h3 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 900;
}
.section-home .block-bordered p {
  margin-bottom: 20px;
}
.section-home .block-bordered .btn {
  background-color: #ffffff;
  color: #1496d9;
}
.section-home.bg-faq {
  background-image: url('../img/bg-faq.jpg');
  background-size: auto 100%;
  min-height: 970px;
}
.section-home.bg-about {
  background-image: url('../img/bg-about.jpg');
}
.section-home.bg-contact {
  background-image: url('../img/bg-contact.jpg');
}
.section-services {
  padding: 60px 0;
  background-color: #ffffff;
}
.section-services .title {
  font-weight: 900;
  font-size: 22px;
  color: #1496d9;
}
.section-services p > img {
  margin-bottom: 30px;
}
.section-about {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.section-about h3 {
  color: #000000;
  font-weight: 900;
}
.section-about .hr {
  margin: 15px 0 25px;
}
.section-about .hr span {
  background-color: #9ad9f9;
  display: inline-block;
  height: 4px;
  width: 80px;
}
.section-about .block-bordered {
  border: 2px solid #9ad9f9;
  border-radius: 4px;
  padding: 20px 30px;
  background-color: #f9f9f9;
}
.section-footer {
  background-color: #9ad9f9;
  padding: 30px 0;
  font-size: 13px;
}
.section-footer h5 {
  font-weight: 900;
}
.accordion {
  margin-bottom: 40px;
}
.accordion > div .accordion-more {
  font-size: 18px;
}
.accordion > div .accordion-more > p {
  margin-bottom: 0;
}
.accordion > div > input {
  display: none;
}
.accordion > div > input:checked + label {
  border-bottom: none;
}
.accordion > div > input:checked + label:before {
  content: '-';
  width: 15px;
  display: inline-block;
  text-align: center;
}
.accordion > div > input:checked + label + .accordion-more {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.accordion > div > input:checked ~ .accordion-more {
  height: auto;
  padding: 0 20px 15px;
}
.accordion > div > label {
  padding: 15px 15px 18px 5px;
  line-height: 1.1;
  font-size: 22px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.accordion > div > label:before {
  position: absolute;
  content: '+';
  width: 15px;
  display: inline-block;
  text-align: center;
  top: 10px;
  right: 5px;
  font-size: 32px;
  font-family: sans-serif;
  font-weight: 300;
}
.accordion > div > label + .accordion-more {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.accordion > div:nth-child(2n) {
  background-color: transparent;
}
.accordion .accordion-radio > label {
  display: block;
  padding: 3px 0;
  font-size: 18px;
}

@media screen and (max-width: 800px) {
	p {
		margin: 0 0 10px;
		font-size: 14px;
		text-align: justify;
	}
	.nav{
		background-color: rgba(20, 150, 217,1);
		z-index: 10;
	}	
	.section-home h1 {
		color: #ffffff;
		margin-bottom: 29px;
		line-height: 1;
		font-size: 50px;
		font-weight: 900;
		z-index: 5;
	}
	.section-home .btn-lang {
		border: 2px solid #ffffff;
		border-radius: 30px;
		padding: 13px 0;
		min-width: 50px;
		line-height: 1;
		font-weight: 900;
		color: #ffffff;
		box-shadow: none;
	}
	
	.services-btn, .mobile-hide{
		display:none;
	}
	.languages p:nth-last-child(2){
		display:none;
	}
	.contact-title{
		margin-top: -17px;
	}
}
