.boxes_container {
	display: flex;
	flex-wrap: wrap;
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	padding: 20px 0;

}

@media only screen and (max-width: 767px) {
	.boxes_container {
		justify-content: center;
	}
}

.box {
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(157, 157, 157, 0.5);
	border: solid 1px #ff8001;
	max-width: 173px;
	width: 173px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 9px;
}


@media only screen and (max-width: 419px) {
	.box {
		width: calc(50% - 20px);
	}
	.box:nth-child(even),
	.box:last-child {
		margin-right: 0;
	}
}

@media only screen and (max-width: 359px) {
	.box {
		width: 100%;
		margin-right: 0;
	}
}


.box__title {
	margin-top: 10px !important;
	font-size: 20px !important;
	line-height: 28px !important;
}
.box__img {
	width: 60px;
	margin: auto;
	height: 70px;
}

.box__img img {
	width: 100%;
}

.box__btn {
	font-size: 15px;
	line-height: 18px;
	border-radius: 50px;
	background-color: #ff8001;
	color: #fff;
	text-decoration: none;
	padding: 5px 39px 5px 15px;
	display: inline-block;
	text-align: center;
	position: relative;
	border: 2px solid #FF8001;
	cursor: pointer;
	-webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0s;
	-webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0s;
	transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0s;
	transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0s;
	transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0s, -webkit-box-shadow 0s;
}

.box__btn:hover {
	background: rgba(245, 245, 245, 0.3);
	border-color: #FF8001;
	color: #FF8001;
	text-decoration: none;
}

.box__btn:after {
	background: url("img/path-2.svg");
	content: "";
	position: absolute;
	width: 10px;
	height: 15px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.box__btn:hover:after {
	background: url("img/path-2a.svg");
}

.corner {

}
.corner__phone {
	display: block;
	text-align: center;
	font-size: 15px;
	margin: 0 0 0 .1rem !important;
	line-height: 15px !important;
	margin-bottom: 4px !important;
	padding: 0 0 0 0 !important;
	position: relative;
	font-family: 'Roboto';
	font-weight: 300;
	color: #000;
	top: -6px;
	left: 13px;
	border-bottom: 1px solid transparent;
	border-bottom-color: transparent;
	text-decoration: none;
	-webkit-transition: all .5s cubic-bezier(.23,1,.32,1),box-shadow 0s;
	-webkit-transition: all .5s cubic-bezier(.23,1,.32,1),-webkit-box-shadow 0s;
	transition: all .5s cubic-bezier(.23,1,.32,1),-webkit-box-shadow 0s;
	transition: all .5s cubic-bezier(.23,1,.32,1),box-shadow 0s;
	transition: all .5s cubic-bezier(.23,1,.32,1),box-shadow 0s,-webkit-box-shadow 0s;
}



body.ver19 .top-header .buttons-col .corner__mail,
body.ver19 .top-header .buttons-col .corner__phone{
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
	line-height: 15px !important;
	margin-bottom: 4px !important;
	font-size: 15px !important;
	padding: 0 0  0 0 !important;
	position: relative;
	font-family: 'Roboto';
	font-weight: 300;
	top: -5px;
	right: -13px;
	border-bottom: 1px solid transparent;
	border-bottom-color: transparent;
	text-decoration: none;
	-webkit-transition: all .5s cubic-bezier(.23,1,.32,1),box-shadow 0s;
	-webkit-transition: all .5s cubic-bezier(.23,1,.32,1),-webkit-box-shadow 0s;
	transition: all .5s cubic-bezier(.23,1,.32,1),-webkit-box-shadow 0s;
	transition: all .5s cubic-bezier(.23,1,.32,1),box-shadow 0s;
	transition: all .5s cubic-bezier(.23,1,.32,1),box-shadow 0s,-webkit-box-shadow 0s;

}


body.ver19 .top-header .buttons-col .corner__mail:hover,
body.ver19 .top-header .buttons-col .corner__phone:hover{
	border-bottom-color: rgba(0,0,0,.8);
	text-decoration: none;
}

body.ver19 .top-header .buttons-col a {
	padding: .5em 1em !important;
}



body.ver19 .top-header .buttons-col a, body.ver19 .top-header .buttons-col li {
	font-size: .8rem !important;
}
.corner__rel {
	position: relative;
	margin-right: 10px;
}


.corner__ico {
	display: flex;
	justify-content: center;
}
.corner__ico img{
	margin-right: 5px;
	position: relative;
	top: -4px;
	right: -9px;
}


.icon-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
}


.top-header ul li svg.right-arrow {
	margin-left: 0;
	right: 5px;
	position: absolute;
	top: 10px;
}






@media only screen and (max-width: 1023px) {
	#heart_big {
		display: none;
	}

	body.ver19 .section-lectures-examples .lecture .heart--right {
		display: none !important;
	}
}


body.ver19 .section-lectures-examples .lecture:nth-of-type(1) .heart--right {
	display: none !important;
}

body.ver19 .section-lectures-examples .lecture:nth-of-type(3) .heart--right {
	display: none !important;
}

body.ver19 .section-lectures-examples .lecture .heart--left.alt2 {
	display: none;
}

body.ver19 .section-lectures-examples .lecture:nth-of-type(3) .heart--left.alt2 {
	display: block !important;
}



body.ver19 .section-lectures-examples .lecture:nth-of-type(4) .heart--right,
body.ver19 .section-lectures-examples .lecture:nth-of-type(4) .heart--right,
body.ver19 .section-lectures-examples .lecture:nth-of-type(4) .heart--left {
	display: none !important;
}

body.ver19 .section-lectures-examples .lecture:nth-of-type(6) .heart--right {
	display: none !important;
}

body.ver19 .section-lectures-examples .lecture:nth-of-type(7) .heart--right.alt {
	display: block;
}

.modal-contact-alt {
	z-index: 99999 !important;
}

.section-header-with-video .top-text .content,
.section-header-with-video .bottom-text .content {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

body.ver19 .section-lectures-examples .lectures .col-md-12 h3, body.ver19 .section-lectures-examples .lectures .col-md-12 h4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
body.ver19 .section-rubrik .rubrik {
	width: 33%;
}



.section-people-list .details {
	font-family: 'Hind' !important;
}

.box-justified {
	-webkit-box-pack: center !important;
	-moz-box-pack: center !important;
	-ms-flex-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

header .box-justified {
	-webkit-box-pack: space-between !important;
	-moz-box-pack: space-between !important;
	-ms-flex-pack: space-between !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}
.logos .box-justified  {
	-webkit-box-pack: space-between !important;
	-moz-box-pack: space-between !important;
	-ms-flex-pack: space-between !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}

body .section-header-with-video .content {
	position: relative;
	z-index: 1;
	font-family: "Hind Semibold";
	font-size: 70px;
	font-weight: 600;
	line-height: 70px;
	white-space: nowrap;
}

footer.footer img {
	height: auto;
}

.svg-mail {
	height: 16px;
}

.svg-phone {
	height: 19px;
	right: -14px !important;
	top: -6px !important;
}

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

	body {
		padding-top: 100px !important;
	}
}
body.ver19 .section-lectures-examples .lecture .heart--left {
	left: 0px !important;
}
.abg-header.top-header {
	padding: 0.8rem 0 0.6rem 0 !important;
}
.section-image-pointing-buttons:not(#3-buttons-horizontal-start) .buttons {
	padding-top: 0px !important;
}
.section-lectures-examples .lecture {
	padding-bottom: 60px !important;
}

body.ver19 .top-header .desktop-list img.icon {
	max-height: 24px;
}
@media only screen and (max-width: 767px) {
	body.ver19 .section-lectures-examples .lectures .col-md-12 h3, body.ver19 .section-lectures-examples .lectures .col-md-12 h4 {
		width: 100%;
	}
	body.ver19 .section-orange-skills h2 {
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
	}
	#modal-contact-alt {
		z-index: 99999 !important;
	}
}

@media only screen and (max-width: 767px) {
	.section-header-with-video .top-bg {
		right: 0;
	}
	.section-header-with-video .mobile_only h1 .content {
		font-size: 28px;
	}
	.section-header-with-video .video-img img {
		height: auto;
	}
	body .section-header-with-video .mobile_only {
		margin-top: -85px;
	}
}

img {
	height: auto;
	max-width: 100%;
}


@media only screen and (max-width: 419px) {
	.section-header-with-video .mobile_only h1 .content {
		font-size: 24px;
	}
	body .section-header-with-video .bottom-text .top-bg,
	body .section-header-with-video .top-bg {
		top: 8px;
		bottom: 8px;
	}
}
@media only screen and (max-width: 359px) {
	.section-header-with-video .mobile_only h1 .content {
		font-size: 20px;
	}
}
.home .row.lecture.position-relative:not(.grey-bg) {
	display: none;
}

footer.footer  a[href^="tel:"]:hover {
	border-bottom-color: transparent !important;
}


.top-header ul .sub-menu li.menu-item-has-children {
	padding-bottom: 0;
	margin-bottom: 5px;
}

.top-header ul .sub-menu li svg.right-arrow {
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.section-header-text-and-image img {
	max-width: none;
}

@media only screen and (max-width: 632px) {
	body .section-info-columns .find_section > span.tooltip {
		left: 143px;

	}
}


.page-id-214 .review br,
.page-id-214 .review p {
	display: block;
	margin-bottom: 0.5em;
}

body.ver19 .section-lectures-examples .lectures .col-md-12 h3,
body.ver19 .section-lectures-examples .lectures .col-md-12 h4,
.section-header-with-video .top-bg,
.abg-section_three_cols .heading {
	box-shadow: 0 0 1px #FF8001;
}


.find_section {
	margin-right: 20px ;
}
body.ver19 .section-orange-skills.section-orange-skills-reducing-area {
	padding: 5em 0 4em 0;
}

body.ver19 .section-orange-skills.section-orange-skills-reducing-area img.tomas {
	bottom: -4.1em ;
}



/*.section-orange-skills.section-orange-skills-normal-image img.tomas {
	position: static;
	bottom: 0;
}*/

.row-centered-image img.tomas{
	left: 0;
	right: 0;
	margin: auto;
}