body{
	margin: 0px;
	font-family: 'Quicksand', sans-serif;
	background: #53586b;
}
input{
	font-family: 'Quicksand', sans-serif;
}
h1{
	font-size: 55px;
}
h2{
	text-transform: uppercase;
	font-size: 50px;
}
a{
	text-decoration: none;
	color: initial;
}
*{
	box-sizing: border-box;
}
td{
	padding: 0px;
	border-bottom: 1px solid #ffffff1a;
}

.content_container > .disp_content_text{
	max-width: 1000px;
	margin: auto;
	color: #fff;
}
.content_container > .disp_content_text h1,
.content_container > .disp_content_text h2{
	text-align: center;
}
 .content_container > .disp_content_text p{
	text-align: justify;
}

#tinymce-fixed-toolbar-4{
	z-index: 1000000000;
}
.objecteditor-drop{
	position: relative;
	z-index: 1000;
}
.templated-image-area-button-bar button{
	z-index: 10;
	position: relative;
}
.parallax_wrapper{
	overflow: hidden;
	width: 61.8%;
	height: 100%;
}
#footer{
	width: 100%;
	background: #fff;
}
#footer > div{
	padding: 20px 100px;
}
#header{
	position: fixed;
	width: 100%;
	background: white;
	top: 0px;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
}
.header_menu{
	padding: 10px 0px;
}
.header_menu ul{
	display: flex;
	margin: auto;
	margin-left: 0px;
	float: right;
	align-items: center;
	height: 50px;
	transition: max-height .5s ease-in-out, margin-top .5s ease-in-out;
	max-height: 100vh;
	overflow: hidden;
}
.header_menu li{
	list-style-type: none;
	/* padding: 10px 30px; */
	padding: 10px 15px;
}
.header_menu li a{
	color: #53586b;
	text-transform: uppercase;
	font-size: 14px;
}
.header_menu li a.active{
	color: #ba9f8a;
}
.content_row,
#slider{
	height: 100vh;
	width: 100%;
	display: flex;
}
.content_row.last.first{
	height: auto;
	min-height: 100vh;
}
.content_row svg{
	display: none;
}
#slider{
}
#easy_order_logo{
	position: absolute;
	width: 100%;
	height: 200px;
	text-align: center;
	top: 5vw;
	left: 0px;
	right: 0px;
	z-index: 3;
	pointer-events: none;
}
#easy_order_logo_sub{
	position: fixed;
	text-align: center;
	left: 0px;
	right: 0px;
	z-index: 3;
	top: 0px;
    width: 150px;
    height: 60px;
}
#easy_order_logo_sub.topLeft svg path.blue,
#easy_order_logo.topLeft svg path.blue{
	fill:#53586b;
}
#easy_order_logo_sub.topLeft svg rect.golden,
#easy_order_logo.topLeft svg rect.golden{
	fill:#ba9f8a;
}
#easy_order_logo svg rect,
#easy_order_logo svg path{
	transition: fill 1s ease-out;
}
#slider h2{
	color: #53586b;
	font-size: 3vw;
    text-align: center;
    margin: 0px;
    padding: 2vw 4vw;
    background: rgba(256, 256, 256, .6);
    border: 10px solid #53586b;
    max-width: 50%;
    position: relative;
    z-index: 1;
}
#slider .headline_container{
    margin: 0px;
    position: absolute;
    left: 0vw;
    top: 0vw;
    bottom: 0vw;
    margin: auto;
    display: flex;
    align-items: center;
    width: 100%;
    background: rgba(256, 256, 256, 0);
    justify-content: center;
    flex-direction: column;
}
#slider .headline_container .masking{
	background: -moz-linear-gradient(top, rgba(83,88,107,.75) 25%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(83,88,107,.75) 25%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(83,88,107,.75) 25%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53586b', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.content_row{
	display: flex;
	align-items: center;
}
.content_row:not(.video):not(:nth-child(2)){
	margin-top: -6.5vw;
	margin-bottom: 0vw;
}
.content_row:not(.video).last{
	margin-bottom: 0px;
}
.content_row .content{
    width: 38.2%;
    padding: 6vw;
    padding-top: 4vw;
}
.content_row .content.form_content{
	width: 34.2%;
}
.content_row.kapcsolat .content{
	width: 34.2%;
}
.content_row.hibabejelentes .content{
	width: 34.2%;
}
.content_row.hibabejelentes .content{
	padding-top: 7vw;
}
.content_row .content.parallax_wrapper{
    width: 61.8%;
    height: 100%;
    padding: 0px;
}
.content_row:not(.video):nth-child(odd) .content.fullwidth{
	width: 61.8%!important;

}
.content_row:not(.video):nth-child(even) .content.fullwidth{
	width: 61.8%!important;
}
.content_row .content table{
	width: 100%;
}
.content_row .content table td{
	font-size: 18px;
	padding: 3px;
}
.content_row .content table td:not(:first-child){
	text-align: center;
	color: #95a5b5;
	font-weight: 700;
}
/*.content_row .content table td:first-child{
	font-size: 14px;
}*/
/*.content_row:not(.video):nth-child(even){
    clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
}
.content_row:not(.video):nth-child(odd){
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
}
.content_row:not(.video).last:nth-child(odd){
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}
.content_row:not(.video).last:nth-child(even){
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}*/
.content_row:not(.video):not(.last):nth-child(even) .services_svg.even{
    display: block;
}
.content_row:not(.video):not(.last):nth-child(odd) .services_svg.odd{
    display: block;
}
.content_row:not(.video).last:nth-child(even) .services_svg.even-last{
    display: block;
}
.content_row:not(.video).last:nth-child(odd) .services_svg.odd-last{
    display: block;
}
.content_row:not(.video).first:nth-child(even) .services_svg.even-first{
    display: block;
}
.content_row:not(.video).first:nth-child(odd) .services_svg.odd-first{
    display: block;
}
.content_row.content_row_video:nth-child(2n+1) .content{
	margin-left: 38%;
}
.content_row:not(.video):nth-child(1) .content.fullwidth{
	margin-left: 0;
}
.content_row.first{
	margin-top: 0px!important;
	height: unset;
	padding-bottom: 50px;
}
.slider-container{
	padding: 25px;
	display: block;
	margin: 0 auto;
	background-color: #737990;
}
.slider-container p{
	text-align: center;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
}
.slider-container p:nth-child(2){
	margin-bottom: 35px;
    margin-top: 15px;
}


#calculator_slider{
	display: block;
	margin: 0 auto;
}
#calculator_slider span{
	background: #ba9f8a !important;
	border: 0;
}
#calculator_slider span:focus{
	outline: 0;
}

.content_row.first table.packs{
	padding: 20px;
}
.content_row.first table.packs tr td p{
	text-align: center;
}
table.packs tr td {
    padding: 10px 0;
}
table.packs tr:nth-child(2) td{
	border: 0;
}
table.packs tr:nth-child(1) td:nth-child(3){
	background-image: url('tag_popular_2.png');
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 1.3rem 1.6rem;
}
table.packs tr td:nth-child(2){
	padding: 0 10px;
}
table.packs tr td:nth-child(3){
	background: #737990;
	font-size: 1.5rem;
    padding: 1.3rem 0;
}
table.packs tr td:nth-child(4){
	padding:0 10px;
}
div.div-packs{
	display: block;
	margin: 150px auto 150px auto;
	padding: 25px 0;
}
div.div-packs h2{
	text-align: left;
	border-bottom: 10px double #ba9f8a;
}
div.div-packs table.prices tr td{
    padding: 10px 0;
}
/*.content_row:nth-child(2):nth-child(even){
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%)!important;
}
.content_row:nth-child(2):nth-child(odd){
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%)!important;
}
.content_row:nth-child(2):nth-child(even).last{
    clip-path: none!important;
}
.content_row:nth-child(2):nth-child(odd).last{
    clip-path: none!important;
}*/
.content_row .content_image{
	width: 100%;
	height: 100%;
}

.content_row h2{
	padding-bottom: 20px;
	margin-bottom: 25px;
	margin-top: 0px;
	border-bottom: 10px double #ba9f8a;
}
.content_row h3{
	margin: 0px;
	font-size: 22px;
}
.content_row.video{
	background: #ba9f8a;
	color: white;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.content_row.video h2{
	border-bottom: 10px double #53586b;
}
.content_row.video div:first-child{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.content_row:nth-child(3n) polygon{
	fill: #53586b;
}
.content_row:nth-child(3n) td{
	border-color: #ffffff2b!important;
}
.content_row:nth-child(3n){
	background: transparent;
	color: white;
}
.content_row:nth-child(3n) h2{
	border-bottom: 10px double #ba9f8a;
}
.content_row:nth-child(3n) .call_to_action{
	background: #e3e4e6;
	padding: 10px 20px;
	font-weight: 800;
	display: inline-block;
	border: 2px solid #ba9f8a;
	margin-top: 10px;
}
.content_row:nth-child(3n) .call_to_action a{
	color: #53586b;
}
.content_row:nth-child(3n) #trial_form input[type=submit]{
	background-color: #ba9f8a;
}
.content_row:nth-child(3n+1) polygon{
	fill: #dfd5cc;
}
.content_row:nth-child(3n+1){
	color: #53586b;
}
.content_row:nth-child(3n+1) h2{
	border-bottom: 10px double #ba9f8a;
}
.content_row:nth-child(3n+1) .call_to_action{
	background: #53586b;
	padding: 10px 20px;
	font-weight: 800;
	display: inline-block;
	border: 2px solid #fff;
	margin-top: 10px;
}
.content_row:nth-child(3n+1) .call_to_action a{
	color: #fff;
}
.content_row:nth-child(3n+2) polygon{
	fill: #e3e4e6;
}
.content_row:nth-child(3n+2){
	color: #53586b;
}
.content_row:nth-child(3n+2) h2{
	border-bottom: 10px double #ba9f8a;
}
.content_row:nth-child(3n+2) .call_to_action{
	background: #53586b;
	padding: 10px 20px;
	font-weight: 800;
	display: inline-block;
	border: 2px solid #fff;
	margin-top: 10px;
}
.content_row:nth-child(3n+2) .call_to_action a{
	color: #fff;
}
#bottom_menu{
	position: fixed;
	bottom: 0px;
	left:0px;
	right: 0px;
	margin: auto;
	display: flex;
	justify-content: center;
	z-index: 3;
	transition: all .1s ease-in-out;
}
#bottom_menu ul{
	display: flex;
	padding-left: 0px;
	background: #53586b;
	margin: 0px;
	padding: 10px 20px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#bottom_menu li{
	list-style-type: none;
	padding: 10px 20px;
}
#bottom_menu li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
#bottom_menu li a.active{
	color:#ba9f8a;
}
#trial_form{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#trial_form select{
	color: #8e8e8e;
	border: 0px;
	font-family: 'Quicksand', sans-serif;
}
#trial_form textarea,
#trial_form select,
#trial_form input,
div.textarea{
	padding: 10px 20px;
	margin: 2px 0px;
}
#trial_form textarea{
	font-family: 'Quicksand', sans-serif;
	min-height: 260px;
	resize: none!important;

}
#trial_form input{
	transition: .3s ease-out background-color;
}
#trial_form textarea:focus,
#trial_form select:focus,
#trial_form input:focus,
div.textarea:focus{
	outline: 1px solid #53586b;
}
#trial_form input:not([type=submit]){
	border: 0px;
}
#trial_form input[type=submit]{
	background: #53586b;
	border: 0px;
	color: white;
	font-weight: 700;
	cursor: pointer;
}
#trial_form input[type=submit]:hover{
	background: #ba9f8a;
}

div.textarea{
	width: 100%;
	height: 250px;
	overflow-y: auto;
	background-color: white;
    padding: 10px 20px;
    margin: 2px 0px;
    	color: #000;
    	font-size: 13px;
}

.content_text{
	font-size: 16px;
}
.content_text li{
	list-style-type: none;
	position: relative;
}
.content_text li:before{
	content: '\00bb';
	position: absolute;
	left: -20px;
	font-size: 25px;
	line-height: 15px;
	color: #ba9f8a;
}
.content_row:nth-child(odd) .content{
	margin: 0 0 0 auto;
}
/* .content_row.first.last .content{
	margin: 0 0 0 auto;
} */
.content_row.first.last .content.fullwidth{
	margin: 0;
}
.content_row.content_row_video.last .services_svg.narrow.even-last{
	display: none;
}
#mobile_menu_activator{
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 14vw;
    justify-content: center;
    display: none;
    z-index: 10;
    transition: background .3s ease-in-out, color .5s ease-in-out;
}
#mobile_menu_activator.open{
	background: #dfd5cc;
	color: #fff;
}
/*
#trial_form input:first-child{
	border-radius: 10px 10px 0px 0px;
}
#trial_form input:last-child{
	border-radius: 0px 0px 10px 10px;
}*/
div[data-area=content_anchor]{
	position: absolute;
	top: 0px;
}
.integraciok .video_content img{
	width: 225px;
}
.integraciok .content_row{
	height: 500px !important;
}
.integraciok .content_row.first{
	height: unset !important;
}
.integraciok .content_row.last{
		height: 0px !important;
}
.integraciok .content_row.last{
	margin-top: 0vw;
}



@media screen and (max-width: 1680px){
	.content_text{
		font-size: 14px;
	}
	h2{
		font-size: 45px;
	}
}

@media screen and (max-width: 1650px){
	.content_text{
		font-size: 14px;
	}
	h2{
		font-size: 40px;
	}
	.content_row .content.form_content{
		width: 33.2%;
	}
}
@media screen and (max-width: 1366px){
	.content_text{
		font-size: 13px;
	}
	h2{
		font-size: 35px!important;
	}
	.content_row .content{
		padding: 4vw;
	}
	/* #trial_form input, #trial_form select, #trial_form textarea{
		width: 90%;
	} */
}
@media screen and (max-width: 1300px){
	h2{
		font-size: 30px!important;
	}
	h2 span{
		font-size: 20px!important;
	}
}
@media screen and (max-width: 1024px){
	.content_row .content{
		padding-top: 10vw!important;
		padding-bottom: 10vw!important;
	}
	.content_row{
		height: auto!important;
	}
	h2 span{
		font-size: 20px!important;
	}
	#easy_order_logo{
		top: 12vw;
	}
	div.div-packs{
		padding: 25px 20px;
	}
	table.packs tr td{
		font-size: 0.8rem;
	}
	table.packs tr td:nth-child(3){
		font-size: 1.1rem;
	}
	table.packs tr td:nth-child(4), table.packs tr td:nth-child(2){
		padding: 0 5px;
	}
	table.packs tr:nth-child(2) td{
		font-size: 12px;
	}
	table.packs tr:nth-child(2) td span{
		font-size: 20px !important;
	}
	/* #trial_form input, #trial_form select, #trial_form textarea{
		width: 85%;
	} */
	.content_row .content.form_content{
		width: 30%;
	}
	.content_row.header_size h2{
		font-size: 24px!important;
	}

	.content_row.kapcsolat .services_image{
		left: 50%;
	}
	.content_row.kapcsolat .services_image{
		display: block !important;
		position: absolute;
		top: 0px;
		bottom: 0px;
		width: 50%;
		background-size: cover!important;
	}
	.content_row.kapcsolat .content {
    width: 50%!important;
	}
	.content_row.kapcsolat svg {
    display: none!important;
	}

	.content_row.kapcsolat:nth-child(3n+1) {
    color: #53586b;
    background: #dfd5cc;
	}
	.content_row.hibabejelentes .services_image{
		display: block !important;
		position: absolute;
		top: 0px;
		bottom: 0px;
		width: 50%;
		background-size: cover!important;
	}
	.content_row.hibabejelentes .content {
    width: 50%!important;
	}
	.content_row.hibabejelentes svg {
    display: none!important;
	}

	.content_row.hibabejelentes:nth-child(3n+1) {
    color: #53586b;
    background: #dfd5cc;
	}
}
@media screen and (max-width:800px){
	.content_row svg{
		display: none!important;
	}
	.content_row:nth-child(3n){
		color: white;
		background: #53586b;
	}
	.content_row:nth-child(3n+1){
		color: #53586b;
		background: #dfd5cc;
	}
	.content_row:nth-child(3n+2){
		background: #e3e4e6;
		color: #53586b;
	}
	.content_row:not(.video):not(:nth-child(2)){
		margin-top: 0px;
	}
	.content_row .services_image{
		display: block!important;
		position: absolute;
		top: 0px;
		bottom: 0px;
		width: 50%;
		background-size: cover!important;
	}
	.integraciok 	.content_row .services_image{
		display: none !important;
	}
	.content_row:nth-child(even) .services_image{
		left: 50%
	}
	.content_row:nth-child(odd) .content{
		margin-left: 50%;
	}
	.content_row:not(.video):nth-child(odd) .content.fullwidth,
	.content_row:not(.video):nth-child(even) .content.fullwidth,
	.content_row .content{
		width: 50%!important;
	}
	.content_row:not(.video):nth-child(odd) .content.fullwidth{
		margin-left: 50%!important;
	}
	#slider h2{
		max-width: 75%;
		font-size: 45px!important;
	}
	.header_menu li{
		padding: 10px 15px;
	}
	#calculator_slider{
		width: 500px !important;
	}
	/* #trial_form input, #trial_form select, #trial_form textarea{
		width: 100%;
	} */
	.content_row.header_size h2 {
    font-size: 30px!important;
	}
}
@media screen and (max-width: 700px){
	.content_row .services_image{
		position: relative;
		width: 100%;
		height: 50vh;
	}
	.integraciok .content_row{
		height: 100% !important;
	}
	.content_row.kapcsolat .services_image, .content_row.hibabejelentes .services_image{
		position: relative;
		width: 100%;
		height: 50vh;
	}
	.content_row.kapcsolat .content, .content_row.hibabejelentes .content  {
    width: 100%!important;
		padding: 10vw;
	}
	.content_row.kapcsolat .content_text h2{
		font-size: 24px !important;
	}
	.content_row:nth-child(even) .services_image{
		left: 0px;
	}
	.content_row{
		flex-direction: column;
	}
	.content_row:not(.video):nth-child(even) .content.fullwidth,
	.content_row .content{
		width: 100%!important;
		padding: 10vw;
	}
	.content_row:not(.video):nth-child(odd) .content.fullwidth,
	.content_row:not(.video):not(.last):nth-child(odd) .content.fullwidth,
	.content_row:not(.video):not(.last):nth-child(even) .content.fullwidth{
		width: 100%!important;
		margin-left: 0px!important;
	}
	.content_row:nth-child(odd) .content{
		margin-left: 0px;
	}
	#footer > div{
		padding: 5vw;
	}
	#footer > div > p{
		margin: 0px;
	}
	.header_menu li{
		padding: 10px;
	}
}
@media screen and (max-width:600px){
	.header_menu ul{
		flex-direction: column;
		height: auto;
		background: #fff;
		padding-left: 0px;
		margin-top: 40px;
		max-height: 0;
	}
	#mobile_menu_activator{
		display: flex;
		color: #ba9f8a;
	}
	#header{
		justify-content: center;
	}
	#easy_order_logo_sub,
	#easy_order_logo{
		width: 100%!important;
		top: 0px!important;
		height: 60px!important;
		position: fixed!important;
	}
	#slider h2{
		font-size: 30px!important;
	}
	#easy_order_logo_sub svg path.blue,
	#easy_order_logo svg path.blue{
		fill:#53586b!important;
	}
	#easy_order_logo_sub svg rect.golden,
	#easy_order_logo svg rect.golden{
		fill:#ba9f8a!important;
	}
	#bottom_menu li a{
		font-size: 11px;
	}
	#bottom_menu li{
		padding: 5px;
		display: flex;
	}
	#bottom_menu li:last-child a{
		font-size: 20px!important;
	}
	#calculator_slider{
		width: 400px !important;
	}
	div.div-packs p{
		font-size: 14px;
	}
	div.div-packs div.slider-container p{
		font-size: 18px;
	}
	table.packs tr td{
		font-size: 12px;
	}
	table.packs tr td:nth-child(1){
		font-size: 14px;
	}
	table.packs tr td:nth-child(3){
		font-size: 16px;
	}
	table.packs tr:nth-child(2) td span{
		font-size: 13px !important;
	}
	table.packs tr td:nth-child(1){
		width: 200px !important;
	}
	table.packs tr td:nth-child(2), table.packs tr td:nth-child(4){
		width: 100px !important;
	}
	table.packs tr td:nth-child(3){
		width: 150px !important;
	}
}
@media screen and (max-width: 500px){
	#calculator_slider {
	    width: 300px !important;
	}
	table.packs tr td:nth-child(1){
		font-size: 12px;
	}
	table.packs{
		display: block;
    	overflow: auto;
    }
    table.packs tr:nth-child(2) td span{
    	font-size: 17px !important;
    }
    table.packs tr:nth-child(1) td p{
    	font-size: 18px;
    	padding: 0 20px;
    }


}
@media screen and (max-width:400px){
	.content_row .content table td:first-child{
		font-size: 12px;
	}
	.content_row .content{
		padding: 5vw;
	}
	#slider h2{
		font-size: 25px!important;
	}
	#calculator_slider {
	    width: 200px !important;
	}
}
@media screen and (max-height:500px){
	#easy_order_logo{
		width: 150px!important;
		top: 0px!important;
		height: 60px!important;
	}
	#easy_order_logo_sub svg path.blue,
	#easy_order_logo svg path.blue{
		fill:#53586b!important;
	}
	#easy_order_logo_sub svg rect.golden,
	#easy_order_logo svg rect.golden{
		fill:#ba9f8a!important;
	}

}
@media (max-width: 1024px){

}


.video_content{
	padding: 6vw;
    padding-top: 6vw;
    z-index: 1;
}
.templated-video-area-button-bar{
	position: relative;
	z-index: 999;
}
.content_row:nth-child(3n+2) .video_content {
    position: absolute;
}


@media (max-width: 1400px){
	.content_row_video.content_row .content{
		padding: 50px;
	}
	.content_row_video.content_row:not(.video):nth-child(odd) .content.fullwidth{
		margin-left: 45% !important;
	}
}
@media (max-width: 1200px){
	.content_row_video.content_row:not(.video):nth-child(odd) .video_content{
		padding: 30px;
	}
	.content_row_video.content_row:not(.video):nth-child(odd) .content.fullwidth{
		margin-left: 55% !important;
	}
}
@media (max-width: 1000px){
	.content_row_video.content_row:not(.video):nth-child(even) .content.fullwidth{
		width: 50% !important;
	}
	.video_content{
		width: 50%;
    	padding: 20px;
	}
	.video_content iframe{
		border: none;
	    margin: 0 auto;
	    height: 254px !important;
	    width: 350px !important;
	}
}
@media (max-width: 800px){
	.video_content iframe{
		border: none;
	    margin: 0 auto;
	    height: 200px !important;
	    width: 250px !important;
	}
}
@media (max-width: 700px){
	.content_row_video.content_row:not(.video):nth-child(odd) .content.fullwidth{
		margin-left: 0 !important;
	}
	.video_content{
		width: 80%;
	}
	.video_content iframe{
		width: 100% !important;
		height: 300px !important;
	}
	.content_row_video.content_row:not(.video):nth-child(even) .content.fullwidth{
		width: 100% !important;
		padding: 25px;
	}
	.content_row:nth-child(3n+2) .video_content{
		position: relative;
	}
	.content_row_video.content_row .services_image{
		display: none !important;
	}
}
@media (max-width: 600px){
	.video_content iframe{
		width: 100% !important;
		height: 180px !important;
	}
}
