/*  ----------  COMPANIES  ----------  */

.companies .companies-list .item {
	width: 30%;
	float: left;
	margin-right: 5%;
	background-color: #f4f5f5;
	min-height: 125px;
	padding: 10px 20px;
	position: relative;
	margin-bottom: 3%;
	cursor: pointer;
	display: block;
}

.companies .companies-list .item:hover {
	background-color: #e5e5e5;
}

.companies .companies-list .item:after {
	content: ' ';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0;
	width: 0;
	border-top: 9px solid transparent;
	border-right: 9px solid #42b3e5;
	border-bottom: 9px solid #42b3e5;
	border-left: 9px solid transparent;
}

.companies .companies-list .item:nth-child(3n) {
	margin-right: 0;
}

.companies .companies-list .item .name {
	color: #42b3e5;
	font-family: 'Proxima Nova';
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 0.2em;
	max-height: 2em;
	overflow: hidden;
	display: block;
}

.companies .companies-list .item .description {
	font-size: 0.9em;
	line-height: 1.25em;
	overflow: hidden;
	max-height: 2.5em;
	display: block;
	color: #737373;
}

.companies .companies-detail .name {
	color: #42b3e5;
	font-family: 'Proxima Nova';
	font-size: 48px;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.companies .companies-detail .data {
	width: 100%;
	margin-bottom: 20px;
}

.companies .companies-detail .data thead tr {
	background-color: #42b3e5;
}

.companies .companies-detail .data thead th {
	height: 38px;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Proxima Nova';
	font-size: 24px;
	line-height: 1em;
	padding: 0 10px;
}

.companies .companies-detail .data thead th:last-child {
	background-image: url("../images/table-header-corner.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.companies .companies-detail .data tbody td {
	background-color: #f4f5f5;
	padding: 20px 10px;
	color: #737373;
	font-size: 0.9em;
	line-height: 1.25em;
	border-right: 2px solid #fff;
}

.companies .companies-detail .data .category {
}

.companies .companies-detail .data .activity {
	width: 28%;
}

.companies .companies-detail .data .employees {
}

.companies .companies-detail .data .settlement {
}

.companies .companies-detail .data .address {
}

.companies .companies-detail .data tbody tr td:last-child {
	border-right: 0 none;
}

.companies .form {
	margin-bottom: 3%;
}

.companies .form .form-group {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.companies .form .form-group:last-child {
	margin-right: 0;
}

.companies .form .form-group.submit {
	padding-top: 24px;
}

.companies .form .form-group label {
	display: block;
	line-height: 24px;
	padding: 0 10px;
}


.companies .form .form-group input[type="text"],
.companies .form .form-group select,
.companies .form .form-group input[type="submit"] {
	width: 100%;
}

/*  ----------  CONTACT  ----------  */

.contact form,
.contact-info{
	width: 50%;
	float: left;
	margin: 15px 0;
}

.contact .form-group {
	margin: 10px 0;
	width: 100%;
}

.contact .form-group label {
	display: block;
	line-height: 1.5em;
	padding: 0 10px;
}

.contact .form-group .contact-captcha input[type="text"] {
	width: 50%;
}

.contact .form-group .contact-captcha {
	position: relative;
}

.contact .form-group.contact-send-submit {
	margin-top: 40px;
}

.contact-info{
	height: 282px;
	padding-left: 10%;
}

.contact-data{
	width: 100%;
	display: flex;
	margin: 10% 0;
}
.contact-data span{
	width: 50%;
	display: inline-block;
	color: #42b3e5;
	font-size: 24px;
	font-family: 'Proxima Nova';
}


/*  ----------  CONTACT BLOCK  ----------  */
.contact-block{
	/* margin-bottom: 45px; */
}

.contact-block h4{
	margin-bottom: 5px;
}

.contact-block span{
	display: block;
	position: relative;
	padding: 5px 5px 5px 35px;
}

.contact-block span:before{
	content: '';
	width:24px;
	height: 24px;
	position: absolute;
	top: 6px;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.contact-block .icon-logo:before{
	background-image: url("");
}
.contact-block .icon-home:before{
	background-image: url("../images/icons/icon-home.png");
}
.contact-block .icon-phone:before{
	background-image: url("../images/icons/icon-phone.png");
}
.contact-block .icon-info:before{
	background-image: url("../images/icons/icon-info.png");
}

/*  ----------  FOGALOMTAR  ----------  */
.main-content ul.fogalomtar li:before{
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: -40px;
	width: 26px;
	height: 32px;
	background: url("../images/icons/icon-book.png") no-repeat center;
	background-size: contain;
}

/*  ----------  PAGER  ----------  */

.pager {
	padding-top: 3%;
	border-top: 1px solid #ececec;
	text-align: center;
}

.pager .pages {
	display: inline-block;
	height: 40px;
}

.pager .pages > div {
	float: left;
}

.pager .pages a,
.pager .pages span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
	text-align: center;
	margin: 0 2px;
	font-size: 1em;
	background-color: #1c4c62;
	color: #fff;
	font-weight: bold;
}

.pager .pages span.current {
	background-color: #42b3e5;
}

.pager .pages a:hover {
	opacity: 0.8;
}

.pager .pages span {
	background: #e5e5e5;
}

.pager .pages .paginator-pages {
	margin: 0 10px;
}

.pager .pages .paginator-pages a,
.pager .pages .paginator-pages span {
	text-indent: 0;
}

.pager .pager-text {
	float: left;
	display: none;
}

.pager .pager-text span {
	font-weight: bold;
}

/*  ----------  GALLERY  ----------  */

.gallery td {
	padding: 8px;
}

.gallery td a,
.gallery td img {
	display: block;
	margin: 0 auto;
}

.gallery td img {
	margin-bottom: 10px;
}

/*  ----------  DOCUMENTS  ----------  */
.documents-layout{
	padding: 45px 0;
}

.documents-layout .documents-wrapper{
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.documents-layout .documents-wrapper .document-box {
	width: 25%;
	min-width: 250px;
	padding: 10px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}

.documents-layout .documents-wrapper .main-category{
	width: 100%;
}
.documents-layout .documents-wrapper .main-category h2{
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #222325;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1;
}

.documents-layout .documents-wrapper .main-category h2:before{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	max-width: 100%;
	width: 540px;
	height: 2px;
	background-color: #37a1a1;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.documents-layout .documents-wrapper .sub-category h3{
	margin-top: 0;
	margin-bottom: 15px;
}
.documents-layout .documents-wrapper .sub-category{
	width: 100%;
}

.documents-layout .documents-wrapper .title h3{
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 6px 15px;
	font-size: 17px;
	background-color: #222325;
	color: #fff;
	min-height: 56px;
	display: flex;
	align-items: center;
	line-height: 1.1;
}

.documents-layout .documents-wrapper .image a span{
	content: '';
	display: block;
	width: 100%;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.documents-layout .documents-wrapper .download{
	margin-top: auto;
	font-size: 14px;
	font-weight: bold;
	background: rgba(162, 162, 162, 0.1);
	padding: 8px;

	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ms-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.documents-layout .documents-wrapper .download:hover{
	background: rgba(86, 86, 86, 0.3);
}

.documents-layout .documents-wrapper .download a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #000;
}

.documents-layout .documents-wrapper .download .icon{
	content: '';
	display: inline-block;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	background: url("../images/icons/icon-document.png") no-repeat center;
	background-size: contain;
	margin: auto 10px auto 0;
}

#layout .documents-layout .btn.green{
	background-color: #293133 !important;
	border: 2px solid #293133;
}
#layout .documents-layout .btn.green:hover{
	background: #fff !important;
	color: #293133;
}