/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*{

  padding: 0;

  margin: 0;

  text-decoration: none;

  font-family: 'Roboto', sans-serif;

}

.icon-fb{
	width: 50px;
	height: auto;
}


.wrapper{

	width: 100%;

} 

.upute-wrapper{
	width: 95%;
	margin: 50px auto 0;
}

.upute-wrapper > h1{
	padding: 25px 0;
}

.upute{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.upute-left{
	width: 70%;
}

.upute-left > *{
	margin-bottom: 15px;
}

.upute-left > ul{
	margin-left: 30px;
}

.upute-right{
	width: 20%;
	min-width: 15px;
}

.upute-item{
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}

.upute-item > *{
	margin-bottom: 10px;
}

.upute-item > ul{
	margin-left: 15px;
	text-align: left;
}

.upute-item > a{
	background-color: #A60000;
	color: #fff;
	padding: 5px 20px;
	border-radius: 10px;
}

.upute-item > img{
	width: 100%;
}

.upute-item > a:hover{
	font-weight: 700;
}
/*Header*/

.header-wrapper{

  width: 100%;

  background-color: rgba(255, 255, 255, 0.7);;

  position: fixed;

  top: 0;

  z-index: 999999;

	padding: 10px 0;

}



header{

  width: 95%;

  margin:0 auto;

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.logo {

	display: block;

	font-size: 30px;

	font-weight: 600;

	color: #52852C;

}



nav{

  width: 58%;

}



nav ul{

  display: flex;

  justify-content: flex-end;

  width: 100%;

  list-style-type: none;

}



nav li{

  margin-left: 5%;

}



nav a{

  color: #1a171c;

  font-size: 24px;

  display: inline-block;

}



nav a:hover{

  color: #CC263D;

}



.nav-active{

	color: #CC263D !important;

}



.menu-mob{display: none;}



.languages a {

	color: #52852C; 

}



.languages {

	margin-left: 2%;

}

/*Header*/



/*Main section*/

.first-wrapper{

	width: 100%;

	position: relative;

	top: 0;

}



.bg-img > img{

	width: 100%;

}



.first-text{

  position: absolute;

  width: 45%;

  top: 55px;

  right: 5%;

}



.first-text > h1{

  font-size: 52px;

}



.first-text > p{

	font-size: 20px;

	margin-bottom: 15px;

}



.kapsule{

	font-size: 30px !important;

}



.beta-wrapper{

  width: 90%;

  margin: 0 auto;

  display: flex;

  flex-wrap: wrap-reverse;

  margin-top: 25px;

}



.beta-left{

  width: 100%;

}



.beta-left p{

	margin-top: 15px;

	margin-bottom: 15px;

	font-weight: 500;

}



.beta-left h2{

  margin-bottom: 15px;

}



.beta-left h2 a{

	color: #fff;

}



.beta-right{

  width: 40%;

  text-align: right;

  display: flex;

  justify-content: center;

  align-items: center;

}



.beta-right > img{

  width: 40%;

  min-width: 150px;

}



.free-advice{

	width: 100%;

	color: #fff;

	background-color: #A60000;

	text-align: center;

	padding: 10px 0;

}



.liki-wrapper{

  width: 90%;

  margin: 25px auto 0;

	padding-bottom: 25px;

  display: flex;

  flex-wrap: wrap;

	justify-content: space-between;

}



.liki-wrapper.liki-next{

	flex-wrap: wrap-reverse;

}



.liki-left{

	width: 40%;
}

.liki-left > *{
	margin-bottom: 15px;
}



.liki-left > img{

	width: 210px;
	
	display: block;
	
	margin: 0 auto 15px;

}



.liki-right{

	width: 55%;

}



.liki-right > h2{

	margin-bottom: 15px;

}



.liki-right > p{

	margin-bottom: 15px;

}

.liki-number{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.numb-left,.numb-right{
	text-align: right;
}

.numb-left > p{
	margin-bottom: 5px;
}

.numb-right > p{
	margin-bottom: 5px;
}

.numb-left{
	margin-right: 20px;
}

.bg-line-left{

	width: 60%;

	background-color: #A60000;

	height: 5px;

}



.bg-line-right{

	width: 60%;

	background-color: #A60000;

	height: 5px;

	position: relative;

	left: 40%;

}



.form-wrapper{

  width: 90%;

  margin: 25px auto 0;

  padding-bottom: 25px;

  display: flex;

  flex-wrap: wrap;

}



.form-left{

  width: 45%;

}



.form-right{

  width: 100%;

  text-align: center;

  margin: 15px auto;

}



.bot{

	color: #fff !important;

	background-color: #08643C;

	display: block;

	margin: 10px auto;

	padding: 10px;

	width: 200px;

}



.form-right *{

  margin-bottom: 15px;

}





.form-right > h3{

  font-size: 18px;

}



.form-right > a{

    color: #fff;

    font-size: 18px;

    padding: 15px 50px;

	background: #a60000; /* Old browsers */

	background: -moz-linear-gradient(left,  #a60000 0%, #a60000 22%, #a60000 26%, #a60000 26%, #a60000 29%, #da1200 100%, #da1200 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(left,  #a60000 0%,#a60000 22%,#a60000 26%,#a60000 26%,#a60000 29%,#da1200 100%,#da1200 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to right,  #a60000 0%,#a60000 22%,#a60000 26%,#a60000 26%,#a60000 29%,#da1200 100%,#da1200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60000', endColorstr='#da1200',GradientType=1 ); /* IE6-9 */

    border-radius: 50px;

    width: 200px;

    margin: 0 auto;

    display: block;

}



.contact-wrapper{

	width: 95%;

	margin: 75px auto 0;

}



.contact-wrapper > h1{

	margin-bottom: 25px;

}



.contact{

	width: 100%;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap-reverse;

}



.contact-left{

	width: 47%;

}



.contact-right{

	width: 47%;

}



.contact-right *{

	margin-bottom: 15px;

}



.contact-right a{

	color: #000;

}

/*Main section*/



/*footer*/



/*NEWS*/

.news-wrapper{

  width: 100%;

}



.news-main{

  width: 95%;
  margin: 0 auto;
  padding: 5% 0;

}



.article{

  width: 100%;

  display: flex;

  flex-wrap: wrap;

  margin-bottom: 5vh;

}



.article-left{

  width: 40%;

  max-width: 400px;

}



.article-left img{

  width: 100%;

  min-width: 250px;

  height: 40vh;

}



.article-right{

  width: 55%;

  padding-left: 5%;

  color: #000;

}

.article-right h2 a{
	color: #000;
}

.link-more{display: none;}

.article-right > ul{
	margin-left: 30px;
	margin-top: 15px;
}


.article-right > a{

	color: #fff;

	background: #a60000; /* Old browsers */

	background: -moz-linear-gradient(left,  #a60000 0%, #a60000 22%, #a60000 26%, #a60000 26%, #a60000 29%, #da1200 100%, #da1200 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(left,  #a60000 0%,#a60000 22%,#a60000 26%,#a60000 26%,#a60000 29%,#da1200 100%,#da1200 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to right,  #a60000 0%,#a60000 22%,#a60000 26%,#a60000 26%,#a60000 29%,#da1200 100%,#da1200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60000', endColorstr='#da1200',GradientType=1 ); /* IE6-9 */

	margin: 5vh 0;

	display: block;

	padding: 10px 25px;

	width: 150px;

	text-align: center;

	border-radius: 50px;

}



.article-right > a:hover{

  font-weight: 700;

}



.article-date{

	margin: 2vh 0;
	width: 100%;

}



.article-wrapper{

	width: 80%;

	padding:10px 10%;

	margin-top: 82px;

	text-align: left;

}



.article-wrapper > h1{

	color: #fb4545;

}



.article-wrapper > img{

	width: 200px;

	float: left;

	margin: 0 50px 40px 0;

}



.article-wrapper > p{

	color: #000;

	margin-bottom: 5vh;

}



.back{

	color: #fff;

	background-color: rgba(255, 255, 255, 0.5);

	border-radius: 0 10px 10px 0;

	padding: 10px 20px;

}



.news-main > h1{

	margin-bottom: 20px;

}





.article{

	width: 100%;

	margin: 25px auto 0;

}



.article > *{

	margin-bottom: 15px;

}

.article > h1{width: 100%;}

.article > p{width: 100%;}

.article > img{

	display: block;

	width: auto;
	
	margin: 0 auto;

}

/*NEWS*/

.footer-wrapper{

	width: 100%;

	background-image: url(images/footer-bg.png);

	background-size: 100% 100%;

	background-repeat: no-repeat;

	padding: 50px 0 25px;

}



footer{

  width: 90%;

  margin: 50px auto 0;

  padding: 2%;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center

}



footer a{

	font-size: 24px;

	color: #fff;

}





.footer-right > a{

	margin-left: 10px;

}

.numb > a{color: #000;}

.numb-mobile > a{color: #000;}



.footer-right > a:hover{

	color: #08643C;

}



.copy-right{

	width: 100%;

	text-align: center;
}

.copy-right a{color: #fff;}

/*footer*/



.beta-mobile{display: none;}



.numb-mobile{display: none;}

.contact-right > h2 br{display: none;} 

.responsive-menu {
          display: none;
          width: 100%;

      }

      .responsive-menu:hover {
          color: #fff;
          text-decoration: none;
      }

@media screen and (max-width: 1500px){
	.first-text > h1{font-size: 42px;}
	
	.kapsule{font-size: 24px!important;}
	
	.beta-left h2{font-size: 24px;}
	
	.bg-img > img{height: 785px;}
	
	.first-wrapper{height: 785px;}
}

@media screen and (max-width: 1300px) {

	.first-text > h1{font-size: 36px;}

	.first-text{right: 0; width: 50%;}
	
	.beta-left p{margin-bottom: 10px; margin-top: 10px;}
	
	.beta-left h2{margin-bottom: 10px;}

}

@media screen and (max-width: 1100px){

          .menu {
              display: none;
              position: absolute;
			  top: 57px;
              right: 0;
			  width: 300px;
			  background-color: rgba(0, 0, 0, 0.7);
          }
	.menu li{padding-bottom: 10px; text-align: center;}
	
	.menu li a{color: #fff;}
	
	.menu li a:hover{color: #CC263D;}

          .responsive-menu {
              display: block;
			  color: #CC263D;
          }
	
	.responsive-menu:hover{color: #CC263D;}
	
	nav{width: 21px;}
}

@media screen and (max-width: 1024px){

	.beta-left{display: none;}

	

	.beta-mobile{display: block;}

	

	.bg-img > img{height: auto;}

	

	.first-wrapper{height: auto;}

	

	.first-text{top: calc( 50% - 40px);}

	

	.kapsule{font-size: 20px!important;}

	

	.beta-mobile{width: 90%; margin: 25px auto 0;}
	
	.upute-left{width: 100%;}
	
	.upute-right{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 40px;}
	
	.upute-item{width: 250px; margin: 0 auto 40px;}
	
	.upute-item > img{width: 100%;}
	
	.article > img{width:90%; height: auto;}

}



@media screen and (max-width: 768px) {

  .first-text > h1{font-size: 24px;}

	

	.liki-left{width:100%;}

	

	.liki-right{width:100%;}

	

	.form-left{width: 100%;}

	

	.form-right{width: 100%;}

	

	.fotter-left{width: 100%; text-align: center; margin-bottom: 15px;}

	

	.fotter-center{width: 100%; text-align: center; margin-bottom: 15px;}

	

	.footer-right{width: 100%; text-align: center; margin-bottom: 15px;}

	

	.contact-left{width: 100%;}

	

	.contact-right{width: 100%;}

	

	.article-left{width: 100%; max-width: 800px;}

	

	.article-right{width: 100%; padding-left: 0; margin-top: 15px;}

	

	.news-main{margin-top: 30px;}

	

	.article-left > img{height: auto;}

	

	.article-wrapper{padding: 10px 2.5%; width: 95%;}

	.footer-wrapper {padding-bottom: 0;}
	
	footer{padding-bottom: 0; padding-top: 50px;}

}



@media screen and (max-width: 650px){

	.first-text{width: 64%;}

	

	.first-text > p{font-size: 16px;}

	

	.beta-left h2{font-size: 20px;}

	

	.liki-right > h2{font-size: 20px;}

	

	.form-right > h3{font-size: 20px;}

}

@media screen and (max-width: 600px){
	.article > img{width: 100%; height: auto;}
}

@media screen and (max-width: 480px) {

  .first-text{width: 100%; text-align: center;}

	

	.fotter-left{width: 100%; text-align: center; margin-bottom: 15px;}

	

	.footer-right{width: 100%; text-align: center;}

	

	.numb{display: none;}

	

	.numb-mobile{display: block;}

	

	.form-right > a{padding: 15px 0;}
	
	.contact-right > h2 br{display: block;}
	
	.beta-mobile{text-align: justify;}
	
	.liki-wrapper{text-align: justify;}
	
	.upute-wrapper{text-align: justify;}
	
	.contact-wrapper{text-align: justify;}
	
	.article-wrapper{text-align: justify;}
	
	.article-right{text-align: justify;}

}

.row-icons{
	display: flex;
	align-items: center;
}

.h-30{
	height: 30px;
	padding: 0 5px;
}
.h-35{
	height: 35px;
	padding: 0 5px;
}
.qr-img{
	position: absolute;
	z-index: 999;
	top: 155px;
	right: 20px;
}
.h-qr-img{
	height: 150px;
}
@media (max-width: 1025px){
	.row-icons{
		justify-content: center;
		padding-top: 10px;
	}
	.qr-img{
		bottom: 20px;
		top: auto;
	}
	.h-qr-img{
		height: 100px;
	}
}
@media (max-width: 576px){
	.qr-img{
		right: 10px;
		bottom: 10px;
		top: auto;
	}
	.h-qr-img{
		height: 80px;
	}
}
