.getInTouch,
.contactUs,
.visitWebsite,
.submitForm {
	display: inline-block;
	width: fit-content;
	width: -moz-fit-content;
	margin: 0;
	padding: 7px 16px;
	line-height: 1.7;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	border: 1px solid transparent;
	background: #10218b;
	color: white;
	transition: opacity 0.2s;
}
.getInTouch[hidden],
.contactUs[hidden],
.visitWebsite[hidden],
.submitForm[hidden] {
	display: none;
}
.getInTouch:hover,
.contactUs:hover,
.visitWebsite:hover,
.submitForm:hover {
	text-decoration: none;
	opacity: 0.8;
    color: white;
}

/* ISV */
#isv h2,
#isv h2 + p {
	text-align: center;
}
#isv > nav {
	margin: 25px 0 30px;
}
#isv > nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
#isv > nav li {
	position: relative;
	flex: 0 0 220px;
	margin: 10px;
}
.msedge #isv > nav li {
	flex-basis: 218px;
}
#isv > nav a {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: auto;
	height: 220px;
	padding-bottom: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #10218b;
	border: 1px solid transparent;
}
#isv > nav a:hover {
	color: #10218b;
	border-color: #10218b;
}
#isv > nav a.active {
	color: #f68f39;
	border-color: #f68f39;
}
#isv > nav ul img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#isv .isv:not(.opened) section:not(.category),
#isv .isv:not(.opened) .cta,
#isv .isv:not(.opened) .category h4,
#isv .isv:not(.opened) .close,
#isv .isv.opened .getInTouch {
	display: none;
}
#isv .items {
	margin: 0 -10px;
	padding-top: 30px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
#isv .isv {
	flex: 0 0 300px;
	margin: 0 10px 20px;
	position: relative;
	min-height: 284px;
	padding: 170px 25px 50px;
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #b8b8b8;
	cursor: pointer;
	content: '';
}
.ie11 #isv .isv {
	flex-basis: 248px;
}
#isv .isv.opened {
	flex-basis: 300px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 50px;
	border-left: 0;
	border-right: 0;
	cursor: default;
}
@media (min-width: 620px) {
	#isv .isv.opened {
		flex-basis: 620px;
	}
}
@media (min-width: 1024px) {
	#isv .isv.opened {
		flex-basis: calc(100% - 20px);
	}
}
#isv .isv.opened[hidden] {
	display: none;
}
#isv .isv.opened .meta {
	flex-basis: 210px;
}
#isv .isv h3 {
	margin: 0;
	font-size: 16px;
	color: #10218b;
}
#isv .isv.opened h3 {
	flex-basis: 100%;
	margin: 0 0 18px;
	padding: 25px 0 0;
	font-size: 22px;
	border-top: 1px solid #ddd;
}
#isv .isv h4 {
	margin: 0 0 2px;
	font-size: 13px;
}
#isv .isv .logo {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 10px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
}
.isv[data-product-id="59191"] .logo {
	background-size: contain;
}
#isv .isv.opened .logo {
	background-position: left;
}
[dir=rtl] #isv .isv.opened .logo {
	background-position: right;
}
#isv .isv section {
	margin-bottom: 12px;
}
[dir=rtl] #isv .isv .cta {
	right: auto;
	left: 0;
}
#isv .contactUs,
.submitForm {
	background: #f68f39;
	margin-right: 20px;
}
[dir=rtl] #isv .contactUs {
	margin-right: 0;
	margin-left: 20px;
}
#isv .visitWebsite,
#isvContact .visitWebsite {
	padding: 0 24px 0 0;
	color: #10218b;
	background: url("https://epsonemear.a.bigcontent.io/v1/static/moverio-remote-assistance-solutions_1121_icon-globe") no-repeat right center;
}
[dir=rtl] #isv .visitWebsite,
[dir=rtl] #isvContact .visitWebsite {
	background-position: left center;
	padding: 0 0 0 24px;
}
#isv .isv .cta {
	margin-bottom: 20px;
}
#isv .getInTouch {
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: calc(100% + 2px);
	height: 40px;
}
#isv .isv .close {
	position: absolute;
	right: 0;
	top: 14px;
	width: 20px;
	height: 20px;
	background: url("https://epsonemear.a.bigcontent.io/v1/static/moverio-remote-assistance-solutions_1121_icon-close") no-repeat;
	cursor: pointer;
}
@media (min-width: 600px) {
	#isv .isv.opened {
		display: flex;
		flex-wrap: wrap;
	}
	#isv .isv.opened .description {
		flex-basis: calc(100% - 210px);
		padding-left: 30px;
	}
	#isv .isv .cta {
		position: absolute;
		right: 0;
		top: 84px;
	}
}
@media (min-width: 768px) {
	#isv .items {
		justify-content: center;
	}
}
@media (min-width: 768px) and (max-width: 959px) {
	#isv .isv {
		flex-basis: 341px;
	}
}

/* ISV contact form */
#isvContact {
	display: none;
	background: white;
}
.PagePopup #isvContact {
	display: block;
}
#isvContact > header {
	margin-bottom: 30px;
	background-color: transparent;
}
#isvContact > header h2{
	display: none;
}
#isvContact > header .h2{
	font-weight: 300;
  color: #10218b;
	font-size: 28px;
  line-height: 33px;
	margin: 0 0 20px;
  font-family: inherit;
  text-transform: none;
}
#isvContact .h2 b {
	font-weight: inherit;
}
#isvContact > header > p > b {
	font-weight: normal;
}
#isvContact > header > strong {
	font-size: 13px;
}
#isvContact h2 b {
	font-weight: inherit;
}
#isvContact fieldset[name=gender] {
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
}
#isvContact fieldset[name=gender] label {
	margin: 0 0 0 10px;
	font-weight: normal;
	font-size: 13px;
}
#isvContact fieldset[name=gender] input {
	margin: 0 5px;
}


/* General */
/* override cms picture */
.page picture,
.page picture img {
	max-width: none;
}
.right-fixed-wrap {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    display: block;
    height: 50px;
    width: 100vh;
    -ms-transform: rotate(-90deg) translateX(50px);
    transform: rotate(-90deg) translateX(50px);
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    text-align: center;
    pointer-events: none
}

.rtl .right-fixed-wrap {
    right: auto;
    left: 0;
    -ms-transform: rotate(90deg) translateX(-50px);
    transform: rotate(90deg) translateX(-50px);
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.right-fixed-wrap a {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    color: #fff;
		background: #f48f44;
    text-decoration: none;
		text-transform: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    padding: 0 15px 0 10px;
    letter-spacing: 1px;
    margin: 0 3px;
    pointer-events: auto
}

.right-fixed-wrap a .icon {
    display: inline-block;
    vertical-align: middle
}

.rtl .right-fixed-wrap a {
    padding: 0 10px 0 15px
}

.rtl .right-fixed-wrap a .icon {
    background-position: right center
}

@media only screen and (max-width: 479px) {
    .right-fixed-wrap {
        display:none
    }
}


.products {
	padding: 50px 0;
}


@media only screen and (max-width:599px) {
    .products {
        margin-bottom: 30px
    }
}

.products .products_title {
    margin-bottom: 40px
}

.products .products_tabs {
    margin-bottom: 60px;
    width: 100%;
    background-color: #F6F6F6
}

.products .products_tabs .products_tab_holder {
    width: 960px;
    margin: 0 auto
}

.products .products_tabs .products_tab_holder .products_tab {
    text-align: center;
    cursor: pointer;
    background-color: #F6F6F6;
    padding: 30px 0px;
    width: 157px;
    display: inline-block
}

.products .products_tabs .products_tab_holder .products_tab img {
    margin: 0 auto;
    padding-bottom: 20px
}

@media only screen and (max-width:767px) {
    .products .products_tabs .products_tab_holder .products_tab img {
        padding-top: 20px
    }
}

.products .products_tabs .products_tab_holder .products_tab p {
    color: #575755;
    font-size: 12px;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .products .products_tabs .products_tab_holder .products_tab {
        width: 100%
    }
}

.products .products_tabs .products_tab_holder .products_tab.selected {
    background-color: #FFFFFF
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .products .products_tabs .products_tab_holder {
        width: 720px
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    .products .products_tabs .products_tab_holder {
        width: 566px
    }
}

@media only screen and (min-width:480px) and (max-width:599px) {
    .products .products_tabs .products_tab_holder {
        width: 480px
    }
}

@media only screen and (max-width:479px) {
    .products .products_tabs .products_tab_holder {
        width: 300px
    }
}

@media only screen and (max-width:767px) {
    .products .products_tabs {
        background-color: #FFFFFF
    }
}

.products .products_section .product_text {
    position: relative
}

.products .products_section .product_text h4 {
    font-size: 13px;
    color: #101F8B;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase
}

.products .products_section .product_text h3 {
    font-size: 19px;
    color: #575755;
    margin-top: 0;
    margin-bottom: 20px
}

.products .products_section .product_text p {
    color: #575755;
    margin-bottom: 40px
}

.products .products_section .product_text ul {
    padding-left: 15px
}

.products .products_section .product_text ul li {
    font-size: 12px;
    padding-bottom: 12px;
    list-style-image: url("https://epsonemear.a.bigcontent.io/v1/static/moverio-remote-assistance-solutions_1121_blue-bullet");
    color: #575755
}

.products .products_section .product_text ul li strong {
    display: block
}

.products .products_section .product_text ul li span {
    display: block;
    margin-top: 5px
}

@media only screen and (min-width:767px) {
    .products .products_section .product_text {
        min-height: 380px
    }
}

@media only screen and (max-width:767px) {
    .products .products_section .product_text {
        width: 100% !important
    }
}

.products .products_section .products_logos {
    padding-top: 40px
}

.products .products_section .products_logos img {
    display: inline-block;
    padding-right: 20px
}

@media only screen and (max-width:767px) {
    .products .products_section .products_logos img {
        padding-left: 20px
    }
}

@media only screen and (max-width:479px) {
    .products .products_section .products_logos img {
        padding-bottom: 20px
    }
}

@media only screen and (max-width:479px) {
    .products .products_section .products_logos img:last-child {
        padding-bottom: 0px
    }
}

@media only screen and (max-width:767px) {
    .products .products_section .products_logos {
        text-align: center
    }
}

.products .products_section .product_image img {
    padding-top: 20px;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    .products .products_section .product_image img {
        padding-top: 40px
    }
}

@media only screen and (max-width:767px) {
    .products .products_section .product_image {
        width: 100% !important
    }
}

[lang=tr] .print365_products #tab-select .products_pagination_holder .select {
    width: 180px !important
}
.absolute-hide{
	opacity: 0;
	position: absolute;
	z-index: -10;
	left: -2000px;

}
.btn-blue, .btn-info, .btn-primary{
	text-transform: none;
}

/* Popups */
.PagePopup {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99998;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-y: auto;
	background: rgba(0,0,0,0.85);
}
.PagePopup__content {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	flex-shrink: 0;
	background: white;
}
.PagePopup__section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.PagePopup__section > img {
	max-width: 100%;
}
.PagePopup__closeButton {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 15px;
	height: 15px;
	background: url("https://epsonemear.a.bigcontent.io/v1/static/moverio-remote-assistance-solutions_1121_popup-close-icon") no-repeat;
	cursor: pointer;
	content: '';
}
[dir=rtl] .PagePopup__closeButton {
	right: auto;
	left: 15px;
	top: 15px;
}
@media (min-width: 768px) {
	.PagePopup {
		padding: 20px 0;
	}
	.PagePopup__content {
		margin-top: auto;
		margin-bottom: auto;
		max-width: calc(100vw - 40px);
	}
}
@media (min-width: 960px) {
	.PagePopup__content {
		max-width: 940px;
	}
}

/* Forms */
.moverio-remote-assistance ::placeholder {
	font-weight: 300;
}
.moverio-remote-assistance [type=checkbox] {
	margin: 1px 6px 0 0;
}
[dir=rtl] .moverio-remote-assistance [type=checkbox] {
	margin: 1px 0 0 6px;
}
.moverio-remote-assistance [type=text],
.moverio-remote-assistance [type=date],
.moverio-remote-assistance [type=tel],
.moverio-remote-assistance [type=number],
.moverio-remote-assistance [type=email],
.moverio-remote-assistance textarea,
.moverio-remote-assistance select,
.moverio-remote-assistance select.is-invisible { /* cms */
	padding: 10px 5px;
	font-size: 13px;
	font-family: inherit;
	line-height: 15px !important;
	border-style: solid;
	border-color: #c1c1c1;
	box-shadow: none;
	background-color: transparent;

	overflow: hidden;
	text-overflow: ellipsis;

}

.chrome .moverio-remote-assistance select {
	white-space: pre-wrap;
}

.moverio-remote-assistance [type=text],
.moverio-remote-assistance [type=date],
.moverio-remote-assistance [type=number],
.moverio-remote-assistance [type=tel],
.moverio-remote-assistance [type=email],
.moverio-remote-assistance select {
	margin: 0;
	border-width: 0 0 1px 0;
}
.moverio-remote-assistance textarea {
	border-width: 1px;
}
.moverio-remote-assistance select {
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 25px;
	box-sizing: border-box; /* cms */
	appearance: none;
	border-radius: 0;
	color: inherit;
	background: url("https://epsonemear.a.bigcontent.io/v1/static/moverio-remote-assistance-solutions_1121_select-arrow") no-repeat right 5px center;
}
[dir=rtl] .moverio-remote-assistance select {
	padding-right: 0;
	padding-left: 25px;
	background-position: left 5px center;
}
.moverio-remote-assistance select::-ms-expand {
	display: none;
}
.moverio-remote-assistance select.is-invisible + div,
.moverio-remote-assistance select.is-invisible + div + div {
	display: none !important; /* cms */
}
.moverio-remote-assistance select.is-invisible { /* cms */
	height: auto !important;
	clip: auto !important;
	outline: initial !important;
	position: static !important;
}

.moverio-remote-assistance textarea {
	display: block;
	width: 100% !important; /* cms */
	height: 120px;
	min-height: 1px;
}

.moverio-remote-assistance fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.moverio-remote-assistance fieldset[name=main],
.moverio-remote-assistance fieldset[name=main] .fieldsetfix {
	display: flex;
	flex-wrap: wrap;
}
.moverio-remote-assistance fieldset[name=main] {
	margin: 0 -10px 5px;
}
.moverio-remote-assistance fieldset[name=main]::before,
.moverio-remote-assistance fieldset[name=main] .fieldsetfix::before {
	flex-basis: 100%;
	display: block; /* ie */
	content: '';
}
.moverio-remote-assistance fieldset[name=main] > select[name=EnquiryType],
.moverio-remote-assistance fieldset[name=main] .fieldsetfix > select[name=EnquiryType] {
	order: -1;
}
.moverio-remote-assistance fieldset[name=main] > select,
.moverio-remote-assistance fieldset[name=main] > input,
.moverio-remote-assistance fieldset[name=main] > .item,
.moverio-remote-assistance fieldset[name=main] .fieldsetfix > select,
.moverio-remote-assistance fieldset[name=main] .fieldsetfix > input,
.moverio-remote-assistance fieldset[name=main] .fieldsetfix > .item {
	width: 100% !important; /* !important cms */
	margin: 0 10px 25px;
}
@media (min-width: 481px) {
	.moverio-remote-assistance fieldset[name=main] > select,
	.moverio-remote-assistance fieldset[name=main] > input,
	.moverio-remote-assistance fieldset[name=main] > .item,
	.moverio-remote-assistance fieldset[name=main] .fieldsetfix > select,
	.moverio-remote-assistance fieldset[name=main] .fieldsetfix > input,
	.moverio-remote-assistance fieldset[name=main] .fieldsetfix > .item {
		width: calc(50% - 20px) !important; /* !important cms */
	}
}
@media (min-width: 768px) {
	.moverio-remote-assistance fieldset[name=main] > select,
	.moverio-remote-assistance fieldset[name=main] > input,
	.moverio-remote-assistance fieldset[name=main] > .item,
	.moverio-remote-assistance fieldset[name=main] .fieldsetfix > select,
	.moverio-remote-assistance fieldset[name=main] .fieldsetfix > input,
	.moverio-remote-assistance fieldset[name=main] .fieldsetfix > .item {
		width: calc(33.333% - 20px) !important; /* !important cms */
	}
}
.moverio-remote-assistance fieldset[name=extra] label {
	font-weight: bold;
	font-size: 12px;
	display: inline;
}
.moverio-remote-assistance fieldset[name=extra] textarea {
	margin-top: 6px;
}
.moverio-remote-assistance fieldset[name=checks] {
	margin-top: 30px;
	margin-bottom: 2px;
}
.moverio-remote-assistance fieldset[name=checks] label {
	display: flex;
	margin-bottom: 7px;
	font-size: 13px;
}
.moverio-remote-assistance fieldset[name=checks] input {
	margin-top: 2px;
	flex-shrink: 0;
	order: -1;
}
@media (min-width: 481px) and (max-width: 599px) {
	[lang=es] moverio-remote-assistanceinput[name=Email],
	[lang=hu] moverio-remote-assistanceselect[name=EnquiryType] {
		font-size: 11px
	}
}
@media (min-width: 768px) and (max-width: 959px) {
	[lang=es] moverio-remote-assistanceinput[name=Email],
	[lang=hu] moverio-remote-assistanceselect[name=EnquiryType] {
		font-size: 10px
	}
}
.formpopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 100;
	background: rgba(0,0,0,.2);
} 
.formpopup.active {
	display: flex;
}
.formpopup__content {
	width: 90%;
	max-height: 90%;
	max-width: 600px;
	padding: 40px 0 30px 30px;
	position: relative;
	display: flex;
	justify-content: center;
	background: white;
}
.formpopup__content.cent {
	display: block;
	text-align: center;
}
.formpopup__content img {
	max-width: 68px;
    margin: 20px auto 0;
}
.formpopup__content p {
	margin: 0;
}
.formpopup__content button {
	margin-top: 20px;
}
.formpopup__content .success,
.formpopup__content .error {
	display: none;
}
.active.success .formpopup__content .success,
.active.error .formpopup__content .error {
	display: block;
}
.formpopup__content>div {
	overflow-y: auto;
}
.formpopup__close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 15px;
	height: 15px;
	background: url(https://epsonemear.a.bigcontent.io/v1/static/popup-close-icon) no-repeat;
	cursor: pointer;
	content: '';
}
.pop-top{
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}
.pop-top .h2,
.pop-top .pop-link{
    padding: 0 10px;
    align-self: center;
}
.pop-description{
    padding: 5px 0 15px;
}