body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #515151;
    padding-top: 90px;
    width: 100%;
    height: 100%;
	margin: 0;
}
div#header_nav {
    height: 58px;
    text-align: right;
    display: flex;
	z-index: 999;
    background: #fff;
    position: fixed;
    /*  box-shadow: 0px 0px 7px rgba(0,0,0,0.3);*/
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
	font-weight: normal;
}

.content_wrapper {
    max-width: 1200px;
    width: 72%;
    margin: auto;
}

.content_wrapper.main {
	font-size: 0;
}

div#header_links {
    display: inline-block;
	overflow: hidden;
	line-height: 58px;
	z-index: 9999999999;
	cursor: pointer;
	font-size: 16px;
}

div#header_img {
    display: inline-block;
    float: left;
}

div#header_links > a {
    width: 149px;
    display: inline-block;
    text-align: right;
    cursor: pointer;
	text-decoration: none;
	color: #515151;
}

.content_wrapper.content_two_sides {
    display: flex;
}

.img_text_item_inner_wrapper {
    width: 300px;
}

.title_big {
    font-size: 30px;
    line-height: 1.27;
    color: #515151;
	height: 60px;
	font-weight: normal;
}


.title_insidePage {
    font-size: 30px;
    line-height: 1.27;
    color: #515151;
	height: 40px;
	font-weight: normal;
	margin-top: 25px;
}


.title_insidePage_light {
    font-size: 22px;
    line-height: 1.27;
    color: #515151;
	height: 60px;
	font-weight: 300;
}


.title_small {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.36;
	margin-bottom: 10px;
	
}

.text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.88;
}

.content_text {
	width: 600px;
    margin-right: auto;
    margin-left: 0;
    max-width: 100%;
	padding-right: 15px;
}

.content_text_example {
	width: 812px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}



.title_header_big {
    font-size: 30px;
    font-weight:normal;
    line-height: 1.06;
    margin-bottom: 10px;
    
}


.title_header_small {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.36;
    margin-bottom: 30px;
    
}


p {
    margin-top: 10px;
}

.title_big {
    margin-bottom: 40px;
}

.content_side_list {
    width: 200px;
	margin-bottom: 40px;
}

.side_list_wrapper {
    width: 100%;
}

.list_item {
    margin: 30px 0px 30px;
	position: relative;
}

.list_item_row.text_bold {
    line-height: 1.31;
    font-weight: normal;
}

.list_item_row {
    line-height: 1.31;
    font-weight: 300;
	text-decoration: none !important;
    color: #515151;
	padding: 3px 0px;
}

.list_item_row :hover {
	text-decoration: underline !important;
}

.content_three_parts {
    display: flex;
}

.content_three_parts > div {
    width: 33%;
    box-sizing: border-box;
    padding: 20px 0px;
}

.img > img, .img_full img {
    margin: auto;
    display: block;
	max-width: 100%;
	width: 100%;
}

a {
    text-decoration: none;
}

.img_text_item .img > a {
    display: block;
    text-align: center;
} 

.img_text_item .list_item {
	width: 230px;
	margin: 40px auto;
	font-size: 18px;
}

.content_side_list.side_list_left {
    padding-right: 32px;
	width: 110px;
	position: absolute;
}

.content_side_list.side_list_left img {
    width: 106px;
}

.list_item_comment {
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: right;
    width: 71px;
    position: absolute;
    left: -100px;
    bottom: 0;
}

.padding_top {
    padding-top: 30px;
}

.content_p {
    margin-bottom: 50px;
}

.content_g {
    padding-top: 30px;
    margin-bottom: 50px;
}

div#header_links::before {
    font-family: fontawesome;
    font-size: 25px;
    content: '\f039';
    display: none;
	cursor: pointer;
	height: 58px;
    line-height: 58px;
}

div#header_links > a:hover {
	/* text-decoration: underline; */
	font-weight: normal;
}

div#header_links > a.active {
    color: #5590cc ;
	font-weight: normal;
}

.bg_img {
    position: absolute;
	display: block;
	
}

.bg_img.floor {
    bottom: 0;
	height: 230px;
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
	max-height: 30%;
}

.bg_img.floor img {
	width: 1920px;
	min-width: 100%;
	max-width: unset;
}

.bg_img.table {
    max-width: 100%;
	left: 60%;
	bottom: 119px;
	width: 343px;
}

.bg_img.papers {
	max-width: 100%;
    bottom: 10%;
    left: calc(50% - 223px);
    width: 446px;
}

.bg_img.name {
    top: 17%;
	width: 304px;
	max-width: 100%;
	/* left: calc(50% - 152px); */
	left: 20%;
}

.bg_img img {
	display: block;
	max-width: 100%;
	height: 100%;
}

iframe {max-width: 100% !important;}

a:link {
  color: #515151; 
  /* text-decoration: underline; */
}

a:visited {
  color: #5a93f0 
  /* text-decoration: underline; */
 }

a:hover {
  color: #515151; 
  font-weight: bold;
  text-decoration: underline;
}

a#header_img {
    display: flex;
    float: left;
    height: 58px;
	max-width: calc(85% - 150px);
}

a#header_img img {
    margin: auto;
    display: inline-block;
	margin-bottom: 0;
}

.content_three_parts > .img_text_item:nth-child(1) .img_text_item_inner_wrapper {
	    margin-left: 0;
}

.content_three_parts > .img_text_item:nth-child(2) .img_text_item_inner_wrapper {
	    margin: auto;
}
.content_three_parts > .img_text_item:nth-child(3) .img_text_item_inner_wrapper {
	    margin-right: 0;
		margin-left: auto;
}

.img_text_item .img img {
    max-width: 100%;
}

.content_div:not(.content_three_parts) .img_text_item_inner_wrapper {
    width: auto;
    text-align: left;
}

.content_div:not(.content_three_parts) .img_text_item .list_item {
    width: auto;
    margin: auto 0px auto 70px;
}

.content_div:not(.content_three_parts) .img_text_item_inner_wrapper > * {
    display: inline-block;
    vertical-align: middle;
}

.content_div:not(.content_three_parts) .img_text_item_inner_wrapper .img {
    max-width: 100%;
    width: 330px;
}

.content_div:not(.content_three_parts) .img_text_item {
    margin: 0;
    padding: 45px 0;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #ffffff;   /* If I want a line under every project, the border color should be: #e9e9e9; */
     
    
}




.content_div:not(.content_three_parts) .img_text_item .img img {
    width: 100%;
}

.content_div:not(.content_three_parts) .list_item_row.text_bold {
    font-weight: bold;
    font-size: 24px;
}

.content_div:not(.content_three_parts) .rtl .img_text_item_inner_wrapper {
    direction: rtl;
    text-align: right;
}

.content_div:not(.content_three_parts) .rtl .list_item {
    margin: auto 70px auto 0px;
}

@media only screen and (max-width: 1450px) {
.content_text_example {
	width: calc(100% - 300px);
}

@media only screen and (max-width: 1350px) {
	div.img_text_item_inner_wrapper {
		width: 230px;
	}

	.img_text_item .list_item {
		font-size: 16px;
	}

	.img_text_item .list_item {
		width: 170px;
	}
	
	.content_div:not(.content_three_parts) .img_text_item .list_item, .content_div:not(.content_three_parts) .rtl .img_text_item .list_item {
        margin: 15px 20px;
    }
}

@media only screen and (max-width: 1050px) {
	.content_three_parts > div {
		width: 100%;
	}

	.content_three_parts {
		display: block;
	}

	.img_text_item_inner_wrapper {
		margin: auto !important;
	}

	.title_big {
		text-align: center;
	}

	.content_text_example .title_big, .content_text .title_big {
		text-align: left;
	}

	.content_wrapper.content_two_sides {
		display: block;
	}

	.content_text {
		margin-right: 0px;
		margin-left: 0px;
		max-width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 40px;
	}

	.content_side_list.side_list_left {
		padding: 0;
		display: flex;
		width: 100%;
		position: unset;
	}

	.side_list_wrapper {
		width: unset;
		padding-left: 40px;
	}

	.content_text_example {
		width: 90%;
	}

	.content_text_example div.title_big, .content_text div.title_big {
		text-align: center;
		height: unset;
	}

}

@media only screen and (max-width: 875px) {
	div.content_wrapper {
		width: 85%;
	}

	.img_text_item .list_item {
		width: 170px;
		margin: 40px auto;
	}

	.img_text_item {
		margin: auto;
	}

	div#header_links {
		width: 150px;
		min-height: 50px;
	}

	div#header_links::before {
		display: inline-block;
	}

	div#header_links > a {
		display: block;
		max-height: 0;
		transition: max-height 0.5s, padding 0.5s, border-width 0.5s;
		background: #fff;
		text-align: left;
		box-sizing: border-box;
		border-style: solid;
		border-width: 0px;
		border-color: #51515126;
		white-space: nowrap;
		line-height: 40px;
		padding: 0px 0px 0px 20px;
		/* color: transparent !important; */
	}

	div#header_links.show > a {
		max-height: 50px;
		border-width: 1px;
	}

	.bg_img.table {
		display: none;
	}

	.bg_img.name {
		left: calc(50% - 152px);
	}

}

@media only screen and (max-width: 760px) {
    .content_div:not(.content_three_parts) .img_text_item_inner_wrapper, .content_div:not(.content_three_parts) .rtl .img_text_item_inner_wrapper {
        text-align: center;
    }
}

