/*
Theme Name: 3DLDTHEME
*/

p{
	text-indent: 25px;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	background: #e6e9e9;
}
header{
    background: #e6e9e9;
}

body{
	background: #e6e9e9;
}
@font-face{
	font-family: a_Monumento_Demibold;
	src: url(fonts/a_monumento-demibold.ttf);
}
@font-face{
	font-family: Myriad Pro;
	src: url(fonts/MyriadPro-Regular.ttf);
}
@font-face{
	font-family: MyriadProBold;
	src: url(fonts/Myriad-Pro-Bold.ttf);
}

p{
	font-family: Myriad Pro;
}
a{
	font-family: Myriad Pro;
}
footer{
	
}
.header__navbar
{

    background: url(back_header.png);
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    justify-content: flex-start;
    display: flex;
}
.dropdown-toggle::after{
	    margin-left: 15px !important;
}
.logo{

}

.header__menu{
    color: black;
    margin-right: 15px;
    font-family: Myriad Pro;

}

.header__navbar__menu{
	display: flex;
margin-bottom: 25px;
	flex-grow: 1;
	    font-size: 15px;

}
.post-text iframe{
	position: relative;
    left: 30%;
}
.header__login{
    display: flex;
    align-items: center;
    margin-bottom: 23px;
        font-size: 15px;
}

.header__login input{
max-width: 100px;
}

.header__login p{
margin-bottom: 0;
font-size: 12px;
display: flex;

}

.login__header{
	    float: right;
    margin-top: -80px;
}

.login__button{
	background: white;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
}

.login__button i{
	    padding: 0px 5px 0px 5px;
}

.container__back{
    height: 380px;
    background: url(back_container.png);
    width: 100%;
    margin: auto;
    background-size: cover;
}

.container__about{
	    height: 660px;
    background: url(back.jpg);
    width: 100%;
    margin: auto;
    background-size: cover;
    padding-left: 35px;
    padding-right: 35px;
}
.container__about h2{
text-transform: uppercase;
    color: #5d5f5e;
    font-family: MyriadProBold;
    font-weight: bold;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 26px;
}
.container__about img{
	    margin-bottom: 25px;
    margin-right: 50px;
    float: left;
}
.container__about p{
    font-size: 12px;
    margin-bottom: 20px;
    color: #231f20;
    font-family: Myriad Pro;
    font-weight: 600;
}
.container__news{
    width: 100%;
    margin: auto;
    background-size: cover;
    padding-left: 35px;
    padding-right: 35px;
	display: flex;
    justify-content: center;
}
.container__news3{
width: 100%;
    margin: auto;
    background-size: cover;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    justify-content: center;
    font-size: 25px;
}
.container__news3 a{
color:#b33b3b;
}
.container__news3 i{
margin-left: 10px;
}
.container__news h2{
text-transform: uppercase;
    color: #5d5f5e;
    font-family: MyriadProBold;
    font-weight: bold;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 26px;
}
.container__news img{
    margin-bottom: 20px;

}
.container__news p{

    margin-bottom: 20px;
    color: #3b3b3b;
    font-family: Myriad Pro;
    font-weight: 600;
}

.jumbotron{
	background: none;
}

.jumbotron h1{
	 font-family: 'a_Monumento_DemiBold', arial;
	 color: white;
	     font-size: 42px;
}

.lead{
    color: white;
    font-size: 25px;
    font-family: Myriad Pro;

}

.btn-primary {
    color: #fff;
    background-color: #b13a3a;
    border-color: #b13a3a;
    font-family: Myriad Pro;
    font-size: 14px;
    font-weight: 600;
   }

 .btn-primary:hover {
    color: #fff;
    background-color: #b74848;
    border-color: #b74848;
    font-family: Myriad Pro;
    font-size: 14px;
    font-weight: 600;
   }
 .login__header a{
 	    margin-right: 20px;
 }

 .news__image{
 	display: flex;
 	    justify-content: space-around;
 }

 .news__header{
 	text-align: center;
 	font-family: a_Monumento_Demibold;
 	color:#b33b3b;
 	text-decoration: underline;
 	 }

 	  .news1 .news__header  h3{
    font-size: 22pt;
 	 }
 	 .news1 .news__text p{
 	 	font-size: 12pt;
 	 }
 	  	 .news2 .news__text p{
 	 	font-size: 10pt;
 	 }

 	  	  	 .news3 .news__text p{
 	 	font-size: 10pt;
 	 }
 	  .news2 .news__header h3{
    font-size: 14pt;
 	 }

 	  	  .news3 .news__header h3{
    font-size: 14pt;
 	 }


.news1{
 		    display: flex;
    flex-direction: column;
    max-width: 420px;
        margin-right: 30px;
 	}

 .news2{
 		    display: flex;
    flex-direction: column;
        max-width: 280px;
            margin-right: 30px;
 	}

 .news3{
 		    display: flex;
    flex-direction: column;
        max-width: 280px;
 	}

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

 	.date__news a{
 		color: #b6bdbe !important;
 		max-width: 20%;
 		    margin-right: 20px;
 	}
 	 	.date__news hr{
 		width: 70%;
    float: right;
 	}

 	.news1 img{
 		    max-width: 90%;
    min-height: 100%;
 	}

.news{
	
}
.contacts{
    padding-top: 50px;
    padding-bottom: 50px;
	min-height: 650px;
}
footer .footer-row{
	background: url('back_footer.jpg');
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-start;
    justify-content: flex-start;
	flex-direction: column;
    display: flex;
}
footer ul{
    list-style: none;
    display: flex;
    align-items: baseline;
    color: white;
    font-size: 18px;
    font-weight: 500;
    max-height: 100px;
}

footer .row{
	justify-content: space-between;
}

.logo_footer_img{
	max-height: 120px;
}

.patent-img{
    max-width: 85%;
}

.patent-block{
    text-align: center;
}
.container__images img{
    max-width: 100%;
    object-fit: cover;
    height: auto;
    padding: 0px 20vw 0px 20vw;
	    width: 100%;
}
.container__news2 img{
	max-width: 100%;
    object-fit: contain;
    height: auto;
	max-height: 200px;
}
.container__news2 {
text-align:center;
}
.post-title{
    text-align: center;
}
.pagination{
    color: black;
	font-size: 20px;
	justify-content: center;
	text-align: center;
    font-family: Myriad Pro;

}