/* (1366x768) WXGA Display */
@media only screen and (max-width : 1540px) {
	body p, .rangeLabel{font-size: 13px;}
	#leftPanel{
		padding: 20px 40px;
	}
	#logo {
		min-width: 160px;
		margin-bottom: 15px;
	}
	#logo img {
		width: 80px;
		height: 80px;
	}
	#leftPanel h3{
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.like-labels, #content1 p, #content2 p, #content3 p {
		margin-bottom: 1px;
	}
	p.like-labels {
		margin-bottom: 5px;
		margin-top: 10px;
	}
	select, .selectField.sportfield-select select{font-size: 14px;}
	.selectField{
		height: 1.3em;
		line-height: 1;
	}
	.selectField::after{
		top: 3px;
	}
	.can-toggle label .can-toggle__switch {
		height: 28px;
	}
	.can-toggle label .can-toggle__switch:before{
		line-height: 27px;
	}
	.can-toggle label .can-toggle__switch:after{
		top: -4px;
		width: 35px;
		line-height: 34px;
	}
	.can-toggle.for-2d-3d {
		padding-bottom: 15px;
	}
	.switch-options { margin: 7px auto 1px;}
	.switch { height: 24px;}
	button#saveSVGasPNG, button#priceRequest, button#resetButton{
		font-size: 12px;
		width: 8em;
		line-height: 0.8;
	}
	button#resetButton{
		width: 10em;
		display: inline-block;
	}
	.slider{
		width: 44px;
		height: 14px;
	}
	.slider:before{
		bottom: -4px;
		height: 14px;
		width: 14px;
	}
	.tabLabel{
		font-size: 13px;
		line-height: 14px;
		padding: 7px 0px 5px;
	}
	#content1, #content2, #content3 { padding-top: 13px;}
	#content1 p, #content2 p, #content3 p { margin-top: -6px;}
	.selectField.sportfield-select{
		margin-bottom: 5px;
	}
	.fullSlider {
		margin-bottom: 0px;
		padding-bottom: 11px;
	}
	.fullSlider input[type=number], .halfSlider input[type=number]{
		height: 37px;
		line-height: 1.65;
	}
	.quantity-nav {
		float: left;
		position: relative;
		height: 42px;
	}
	.quantity-button{
		font-size: 16px;
		line-height: 23px;
	}
	.quantity-button.quantity-up {
		top: -1px;
	}
	.quantity-button.quantity-down {
		bottom: 4px;
	}
	.div-for-half-slider {
		margin-bottom: 3px;
	}
	.tooltip_templates { margin-top: 10px;}
	.powered{margin-top: 13px;}
	.powered p{font-size: 10px;}
	.e-range{height: 21px;}
	hr{margin: 3px auto;}
	.modal{padding-top: 30px;}
	.modal-body p{
		font-size: 14px;
		line-height: 18px;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.form-group { margin-bottom: 12px;}
	.contact-form-control{
		height: 22px;
		padding-top: 4px;
		padding-bottom: 5px;
		font-size: 14px;
		line-height: 17px;
	}
	.selectize-input {
		height: 33px;
    	line-height: 16px;
	}
	textarea.contact-form-control{
		height: 60px;
		padding-top: 1px;
	}
	label.label-ico{
		top: 4px;
		font-size: 10px;
	}
	div.popupfoot{margin: 5px auto 10px;}
	/*.modal-footer-btns{
		width: 11em;
		height: 2.5em;
		line-height: 15px;
		padding: 5px 4px;
		font-size: 15px;
	}
	.close.modal-footer-btns{
		height: 1.7em;
		line-height: 27px;
	}*/
	.colorPicker{
		width: 40px;
		margin-right: 7px;
		margin-top: 2px;
	}
	.colorPicker > span{
		display: block;
		margin: -3px auto 0px;
		padding: 0px;
	}
	html {
		scroll-behavior: smooth;
	}
	.instalationBtn {
		padding: 2px;
		padding-right: 10px;
		margin-left: 24px;
		font-size: 12px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#leftPanel, #rightPanel{
		position: fixed;
		top: 0;
		height: 100%;
	}
	#leftPanel{
		left: 0;
	}
	#rightPanel{
		right: 0;
	}
	#content1, #content2, #content3{padding-top: 30px;}
	.colorPicker{
		margin-right:10px;
		margin-top: 10px;
		width: 50px;
	}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	button#saveSVGasPNG, button#priceRequest, button#resetButton{
		height: 3em;
		font-size: 14px;
		width: 10em;
		line-height: 1;
	}

	button#resetButton {
		width: 100%;
		display: block;
	}
	.can-toggle.for-2d-3d{
		padding-bottom: 30px;
	}
	hr{margin:5px auto;}
	.powered{margin-top: 25px;}
	.selectField.sportfield-select{margin-bottom: 15px;}
	#container{margin-top: 1vh;}
}

/*****************************/
/****** MOBILE VERSION *******/
/*****************************/

.body_mobile{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	flex-direction: column;
}

/*  PRICE REQUEST AND OTHER ACTION BUTTONS  */

#theMenu{display: none;}

.action-btn-div.action-btn-div_mobile #theMenu {
	width: 36px;
	height: 36px;
	background-color: transparent;
	display: block;
	position: absolute;
	z-index: 100;
	margin-top: 10px;
	top: 0;
}

.menuButton {
	overflow: hidden;
	-moz-border-radius: 18.25em;
	-webkit-border-radius: 18.25em;
	border-radius: 18.25em;
	padding: 5px;
	margin: 0px 7px;
}

.action-btn-div.action-btn-div_mobile{
	flex-direction: column;
	position: absolute;
	top: 0;
	margin-top: 0px;
	z-index: 21;
}

.action-btn-div.action-btn-div_mobile #priceRequest{
	margin-top: 10px;
}

.action-btn-div_mobile #saveSVGasPNG, .action-btn-div_mobile #resetButton{
	top: 0px;
	z-index: 10;
	margin-top: -45px;
}

.action-btn-div.action-btn-div_mobile .actionButtons{
	box-shadow: none;
	padding: 5px;
	width: min-content;
}

.action-btn-div_mobile .actionButtons.requestButton svg{
	margin-right: 0px;
}

.action-btn-div_mobile .actionButtons img{
	margin: 0px;
}

.action-btn-div_mobile .actionButtons p{display: none;line-height: 32px;}

/* buttons transition style */
#priceRequest.transitionY1 {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: auto;
	padding-right: 20px;
}

.mobileDisplay{
	position: relative!important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding-right: 20px!important;
	margin-top: 10px!important;
}

/* END OF BUTTONS STYLE*/

/* Tooltip and tooltip transitions */
.courtTooltip {
	height: 25px;
	width: 140px;
	top: -40px;
	position: relative;
	background: white;
	border-radius: 5em;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	margin: 0 auto;
	display: none;
	font-size: 12px;
	line-height: 25px;
}

.elementToFadeInAndOut {
	animation: fadeinout 1.5s linear forwards;
	-webkit-animation: fadeinout 1.5s linear forwards;
	-moz-animation: fadeinout 1.5s linear forwards;
	-o-animation: fadeinout 1.5s linear forwards;
	display: block !important;
	opacity: 1;
	z-index: 999;
}

@-webkit-keyframes fadeinout {
	70% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeinout {
	70% { opacity: 1; }
	100% { opacity: 0; }
}

@-moz-keyframes fadeinout {
	70% { opacity: 1; }
	100% { opacity: 0; }
}

@-ms-keyframes fadeinout {
	70% { opacity: 1; }
	100% { opacity: 0; }
}
/* END TOOLTIP TRANSITIONS */

.container_mobile {
	width: 80%!important;
	height: 28vh!important;
	margin-top: 10vh!important;
}

/* TABS CONTENT STYLE */

.rightPanel_mobile {
	width: 100%!important;
	min-width: 100%;
	max-width: 100%;
	background: #fff!important;
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
	animation: none;
	-webkit-animation: none;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
	overflow: hidden;
	height: 62vh!important;
	top: 38vh!important;
}

.rightPanel_mobile li[for=tab4]{display: block!important;}

.rightPanel_mobile #versaLogoIconImg, .rightPanel_mobile #mainSelectIcon,
.rightPanel_mobile #optionSelectIcon, .rightPanel_mobile #optionSelectIcon2,
.rightPanel_mobile .optionSelectIconImg {
	width: 45px;
	height: 45px;
}

.rightPanel_mobile #VersacourtselectOption,
.rightPanel_mobile #mainSelectIcon,
.rightPanel_mobile #optionSelectIcon,
.rightPanel_mobile #optionSelectIcon2{
	width: 45px;
	height: 45px;
	border-color: #fff!important;
}

.rightPanel_mobile #VersacourtselectOption{
	background-size: cover;
}

.rightPanel_mobile #tabs{
	padding: 0px;
	max-width: 100%;
	overflow: hidden;
	height: 100%;
	/* padding-bottom: 35px; */
	-webkit-overflow-scrolling: touch;
}

.rightPanel_mobile #tabs-ul-wrapper {
	position: relative;
	height: 70px;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
}

.rightPanel_mobile .ui-tabs .ui-tabs-nav{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	z-index: 10;
	background: #fff;
	-webkit-box-shadow: 0px 1px 6px 0px #0000001a;
	-moz-box-shadow: 0px 1px 6px 0px #0000001a;
	box-shadow: 0px 1px 6px 0px #0000001a;
	width: 100%;
	left: 0;
	right: 0;
	position: relative;
	height: 70px;
}

.rightPanel_mobile .ui-tabs .ui-tabs-nav li {
	width: 25%;
	background: transparent !important;
	border: 0px!important;
}

.rightPanel_mobile .ui-tabs-active {
	background: #ffffff !important;
	border-top: none;
}

.rightPanel_mobile .ui-state-active div {
	-webkit-box-shadow: 0 0 0 3px #31ac1b!important;
	box-shadow: 0 0 0 3px #31ac1b!important;
	border: 3px solid #31ac1b !important;
	margin: 8px auto 7px;
}

.rightPanel_mobile .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	padding: .1em 1em 0em;
	height: 100%;
}

.rightPanel_mobile #tabWrraper {
	position: relative;
	height: -webkit-calc(100% - 50px);
  height: expression(100% - 50px);
  height: -moz-calc(100% - 50px);
	height: -o-calc(100% - 50px);
	height: calc(100% - 50px);
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;


	-webkit-flex: 1;
  -ms-flex: 1;
	flex: 1;
	overflow-x: hidden;
	overflow-y: scroll;

	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.rightPanel_mobile #tabWrraper #tabs-1,
.rightPanel_mobile #tabWrraper #tabs-2,
.rightPanel_mobile #tabWrraper #tabs-3,
.rightPanel_mobile #tabWrraper #tabs-4{
	padding: 10px 20px 0px;
	margin: 0px;
	max-width: 100%;
	/*width: 100%;*/
	height: 100%;
	overflow-x: hidden;
}


/* Tab4 STYLE */

.rightPanel_mobile #tabs-4 p.like-labels{
	clear: both;
	text-align: center;
}

.rightPanel_mobile #gameTileSvg{
	right: -20px;
	top: 15px;
	margin-top: 0px;
	width: 25%;
}

.rightPanel_mobile .flexible-div-for-environment,
.rightPanel_mobile .flexible-div-for-lights {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.rightPanel_mobile .flexible-div-for-environment {
	-webkit-flex-direction: column;
	flex-direction: column;
	position: relative;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
}

.rightPanel_mobile .env-div, .div-with-tile{
	display: inline-block;
	width: auto;
}

.rightPanel_mobile .flexible-div-for-environment .selectField{
	width: 12em;
}

.rightPanel_mobile .can-toggle.unit-switcher .can-toggle__label-text {display: none;}
.rightPanel_mobile .can-toggle label .can-toggle__switch{
	height: 35px;
	margin: 0 auto;
	flex: 0 0 70px;
}

.rightPanel_mobile .can-toggle.unit-switcher label .can-toggle__switch{
	margin-left: 4px;
}

.rightPanel_mobile .can-toggle label .can-toggle__switch:before {
	line-height: 34px;
	font-size: 13px;
	left: 25px;
	width: 55px;
}

.rightPanel_mobile .can-toggle.unit-switcher label .can-toggle__switch:before{
	left: 22px;
}

.rightPanel_mobile .can-toggle label .can-toggle__switch:after {
	top: -2px;
	width: 38px;
	line-height: 37px;
}

.rightPanel_mobile .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
	-webkit-transform: translate3d(32px, 0, 0);
	-ms-transform: translate3d(32px, 0, 0);
	transform: translate3d(32px, 0, 0);
}

.rightPanel_mobile .flexible-div-for-lights{
	margin-top: 15px;
	margin-bottom: 25px;
}

.rightPanel_mobile .flexible-div-for-lights .switch-half-div {
	flex: 1;
	justify-content: flex-start;
	text-align: center;
	width: auto;
}

.rightPanel_mobile #tabs-4 .switch-half-div > p {margin: auto;}

.rightPanel_mobile .flexible-div-for-lights .switch-half-div label svg{
	width: 25px;
	height: 25px;
}

.rightPanel_mobile .flexible-div-for-lights .sideEquipment[type=checkbox] + label {
	height: 25px;
	width: 25px;
	padding: 11px 10px;
}

.rightPanel_mobile .flexible-div-for-lights .for-fence-options .sideEquipment[type=checkbox] + label {
	padding: 0px;
}

.rightPanel_mobile .flexible-div-for-lights .for-fence-options table {
	margin: 3px auto 0px;
}

.rightPanel_mobile #tabs-4 .switch-div{
	-webkit-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	border-bottom: 1px solid #eaeaea;
	margin-top: 13px;
	padding-bottom: 5px;
	height: 40px;
	justify-content: center;
}

.rightPanel_mobile #tabs-4 .switch-div .switch-options{ margin:5px 0px;}
.rightPanel_mobile #tabs-4 .switch-div p.switch-options > span{
	vertical-align: top;
}
.rightPanel_mobile #tabs-4 .switch-div .equipment_Ico{margin: 0px 45px 0px 0px;}

.rightPanel_mobile #tabs-4 .switch-div hr{display: none;}

/****  MOBILE LANDSCAPE STYLE ****/
.html_landscape{overflow: hidden;}
.body_landscape.loaded .modal { padding-top: 0px;}
.body_landscape.loaded .modal.modal_mobile .modal-content,
.body_landscape.loaded .modal .modal-content{
	width: 100%;
	border: none;
}

.body_landscape.loaded #resetModal.modal.modal_mobile,
.body_landscape.loaded #resetModal.modal,
.body_landscape.loaded #activeTileResetModal.modal.modal_mobile,
.body_landscape.loaded #activeTileResetModal.modal {
	padding-top: 10vh;
}

#container.container_landscape{
	height: 80%;
	width: 80%;
}
/*
.body_landscape.loaded .close.modal-footer-btns{
	height: 2.2em;
	line-height: 33px;
}*/

.modal.modal_mobile #btnClosePriceRequest,
.modal.modal_mobile #testBtnLoader{
	margin-top: 10px;
}

/**** SCREENS UNDER 390px ****/

.rightPanel_mobile .small390 select,
.rightPanel_mobile .small390 .selectField.sportfield-select select {
	font-size: 12px;
}

.rightPanel_mobile .small390 #tabs-1 .selectField.sportfield-select,
.rightPanel_mobile .small390 #tabs-2 .selectField.sportfield-select,
.rightPanel_mobile .small390 #tabs-3 .selectField.sportfield-select{
	width: 10em;
	margin-right: 0px;
}

.rightPanel_mobile .small390 .selectField::after {
	top: 3px;
	right: 7px;
	height: 29px;
}

.rightPanel_mobile .small390 #tabs-1 .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before,
.rightPanel_mobile .small390 #tabs-2 .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before,
.rightPanel_mobile .small390 #tabs-3 .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before{
	left: -10px;
}

.rightPanel_mobile .small390 #tabs-1 .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after,
.rightPanel_mobile .small390 #tabs-2 .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after,
.rightPanel_mobile .small390 #tabs-3 .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after{
	-webkit-transform: translate3d(32px, 0, 0);
	-ms-transform: translate3d(32px, 0, 0);
	transform: translate3d(32px, 0, 0);
}

/**** SCREENS UNDER 360px ****/

.rightPanel_mobile.small360{
	top: 40vh!important;
	height: 70vh!important;
}
.container_mobile.small360{
	height: 30vh!important;
}

.rightPanel_mobile.small360 #tabWrraper{
	height: -webkit-calc(100% - 45px);
  height: expression(100% - 45px);
  height: -moz-calc(100% - 45px);
	height: -o-calc(100% - 45px);
	height: calc(100% - 45px);
}

.rightPanel_mobile.small360 .env-div {
	margin-right: 0px;
}

.rightPanel_mobile.small360 .flexible-div-for-environment .selectField {
	width: 10em;
}

.rightPanel_mobile.small360  #gameTileSvg {
	right: -30px;
}

.rightPanel_mobile.small360 .e-range.full.sliderIndicator {
	width: 50%!important;
}

/* Switcher style for hoops, goals and net */

.rightPanel_mobile #tabs-4 .switch-options .switch {
	height: 25px;
	vertical-align: top;
}

.rightPanel_mobile #tabs-4 .switch-options .slider {
	width: 48px;
	height: 20px;
	background-color: #EBEBEB;
}

.rightPanel_mobile #tabs-4 .switch-options .slider:before{
	bottom: -2px;
	height: 25px;
	width: 25px;
	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: 0 0 2px rgba(152, 152, 152, 0.8);
	-moz-box-shadow: 0 0 2px rgba(152, 152, 152, 0.8);
	box-shadow: 0 0 2px rgba(152, 152, 152, 0.8);
	border:none;
}

.rightPanel_mobile #tabs-4 .switch-options input:checked + .slider {
	background-color: #EBEBEB;
}

.rightPanel_mobile #tabs-4 .switch-options input:checked + .slider:before {
	background-color: #31ac1b;
}

.rightPanel_mobile #tabs-4  input:checked + .slider:before {
	-webkit-transform: translateX(23px);
	-ms-transform: translateX(23px);
	transform: translateX(23px);
}

.rightPanel_mobile #tabs-4 .switch-div input:focus + .slider {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.rightPanel_mobile .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
	left: -8px;
}

/* Tab1, Tab2, Tab3 style */

.rightPanel_mobile select, .rightPanel_mobile .selectField.sportfield-select select {
	font-size: 13px;
}

.rightPanel_mobile .selectField.sportfield-select{
	margin-top: 5px;
	margin-bottom: 15px;
}

.rightPanel_mobile .selectField {
	height: 25px;
	line-height: 1;
}

.rightPanel_mobile .can-toggle.unit-switcher,
.rightPanel_mobile .can-toggle.for-rotation{
	padding-top: 7px;
	margin-left: 10px;
}

.rightPanel_mobile .can-toggle.unit-switcher {
	display: inline-block;
	vertical-align: top;
}

.rightPanel_mobile #tabs ul.ui-tabs-nav > li > a > p{display: none;}
.rightPanel_mobile p.tab-type {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 5px;
	font-size: 15px;
	color: #000;
	font-family: 'open_sansregular';
	text-align: left;
}

.rightPanel_mobile .inputfile + label{max-width: 185px;}
.rightPanel_mobile .rangeLabel {
	font-size: 12px;
	margin-bottom: 3px;
}

.rightPanel_mobile .fullSlider {
	margin-bottom: 7px;
	padding-bottom: 15px;
}

/* Quantity box */

.rightPanel_mobile .fullSlider span{
	position: relative;
	float: right;
	margin-top: -5px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.rightPanel_mobile .fullSlider input[type=number]{
	height: auto;
	line-height: inherit;
	float: none;
	padding-left: 0px;
	border: none;
	text-align: right;
	color: #bdbdbd;
	width: 28px;
}

.rightPanel_mobile .fullSlider .quantity-nav {
	height: auto;
	clear: left;
	display: inline-block;
	position: relative;
	left: 0;
	margin-left: 10px;
}

.rightPanel_mobile .fullSlider .quantity-nav .quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 0px;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #333;
	font-size: 25px;
	line-height: 19px;
	-webkit-transform: none;
	transform: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: inline-block;
	border: 1px solid #31ac1b;
	border-radius: 50px;
}

.rightPanel_mobile .fullSlider .quantity-nav .quantity-button.quantity-up{
	top: 0px;
	font-size: 20px;
	line-height: 23px;
	float: right;
	margin-left: 10px;
}

.rightPanel_mobile .fullSlider .quantity-nav .quantity-button.quantity-down {
	bottom: 0px;
}

.rightPanel_mobile .e-range.full.sliderIndicator{ width: 50%!important;}
.rightPanel_mobile .e-range{
	/*touch-action: pan-x;
	-ms-touch-action: pan-x;*/
	-ms-touch-action: none;
	touch-action: none;
}

.rightPanel_mobile .container.logo-container{
	overflow-x: hidden;
	display: block;
}

.rightPanel_mobile .container.logo-container .div-for-half-slider .halfSlider{margin-right: 0px;}


/* Price Request Modal */

.modal.modal_mobile{
	padding-top: 0px;
}

#resetModal.modal.modal_mobile,
#activeTileResetModal.modal.modal_mobile {
	padding-top: 10vh;
}

#resetModal.modal.modal_mobile .popupfoot a,
#activeTileResetModal.modal.modal_mobile .popupfoot a {
  margin-bottom: 10px;
}

.modal.modal_mobile .modal-content{
	border: 0px;
	max-width: 100%;
	width: 100%;
}

.modal.modal_mobile.small600 .form-halfInput {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.modal.modal_mobile.small600 .form-field-wrap .form-halfInput:first-child {
	margin-right: 0px;
}

.modal.modal_mobile.small600 .selectize-input, .selectize-control.single .selectize-input.input-active{width: 100%;}
.modal.modal_mobile.small600 .modal-footer-btns{margin-bottom: 10px;}
#successfullModal.modal.modal_mobile .modal-content{height: 100%;}

/* Color Picker Modal */

.rightPanel_mobile .tooltip_templates{
	position: fixed;
	background-color: rgba(149, 188, 234, 0.49);
	top: 38vh;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	opacity: 1;
	transition: all 0.3s;
	border: none;
	transform: none;
	width: 100%;
	padding: 0px;
	border-radius: 0px;
	margin: 0px;
	opacity: 0;
	visibility: hidden;
}

.rightPanel_mobile.small360 .tooltip_templates{top: 42vh;}
.rightPanel_mobile .tooltip_templates .tooltip_content{
	width: 77%;
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 1.5em 2em 2em;
	background: #eaeaea;
}

.rightPanel_mobile .tooltip_templates .tooltipArrow{display: none;}
.rightPanel_mobile .tooltip_templates .tooltip-infos{margin-bottom: 15px;}
.rightPanel_mobile .tooltip_templates span.hidecolors {font-size: 25px; display: block;}
.rightPanel_mobile .tooltip_templates .selectColor {
	width: 25px;
	height: 25px;
	border: 4px solid white;
	margin: 4px;
}

.rightPanel_mobile .tooltip_templates .selectColor:hover,
.rightPanel_mobile .tooltip_templates .selectColor:active,
.rightPanel_mobile .tooltip_templates .selectColor:focus{
	border: 2px solid white;
	width: 29px;
	height: 29px;
}

.rightPanel_mobile .tooltip_templates.show-picker {
	opacity: 1;
	visibility: visible;
}


/* STYLE FOR IPAD PORTRAIT */

.body_ipadportrait .modal.modal_mobile{
	padding-top: 65px;
}

#container.container_ipadportrait{
	height: 35vh;
	margin-top: 13vh;
	width: 80%;
}

.body_ipadportrait .rightPanel_mobile{
	height: -webkit-calc(65vh - 45px)!important;
  height: expression(65vh - 45px)!important;
  height: -moz-calc(65vh - 45px)!important;
	height: -o-calc(65vh - 45px)!important;
	height: calc(65vh - 45px)!important;
}

/* TOOLTIP ON TABS */
/*
.body_mobile li#tab1li,
.body_mobile li#tab2li,
.body_mobile li#tab3li,
.body_mobile li#tab4li{
	position: relative;
	border: 0px !important;
}

.body_mobile li#tab1li:before,
.body_mobile li#tab2li:before,
.body_mobile li#tab3li:before,
.body_mobile li#tab4li:before{
	content: 'Select \A Options';
	white-space: pre;
	display: inline-block;
	position: absolute;
	bottom: 50%;
	background: #31ac1b;
	color: #FFF;
	padding: 6px 10px;
	border-radius: 5px;
	opacity: 0;
	transition: 0.2s;
	overflow: hidden;
	pointer-events: none;
	left: 50%;
	transform: translate(-50%, 0%);
	font-size: 11px;
	text-align: center;
}

.body_mobile li#tab1li:before{
	content: 'Main \A Game Lines';
}

.body_mobile li#tab2li:before{
	content: 'Optional Games \ALines 2';
}

.body_mobile li#tab3li:before{
	content: 'Optional Games \A Lines 3';
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1;}
	99% { opacity: 1;}
	100% { opacity: 0;}
}
@keyframes fadeOut {
	0% { opacity: 1;}
	99% { opacity: 1;}
	100% { opacity: 0;}
}

.body_mobile li#tab1li:hover::before,
.body_mobile li#tab1li:hover:after,
.body_mobile li#tab2li:hover::before,
.body_mobile li#tab2li:hover::after,
.body_mobile li#tab3li:hover::before,
.body_mobile li#tab3li:hover::after,
.body_mobile li#tab4li:hover::before,
.body_mobile li#tab4li:hover::after{
	opacity: 1;
	bottom: 100%;

	-webkit-animation: fadeOut 1.3s;
	animation: fadeOut 1.3s;
	animation-fill-mode: forwards;
}

.body_mobile li#tab1li:after,
.body_mobile li#tab2li:after,
.body_mobile li#tab3li:after,
.body_mobile li#tab4li:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 0%);
	top: 0px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #31ac1b;
	clear: both;

	opacity: 0;
	transition: 0.3s;
	overflow: hidden;
	pointer-events: none;
}*/

/* 2D, 3D  BUTTON IN CONTAINER */

.can-toggle.for-2d-3d.mobile-2d-3d {
	background: #ffffffcc;
	padding: 12px 10px;
	margin: 0px;
	position: absolute;
	top: 11px;
	right: 11px;
	border-radius: 5px;
	z-index: 95;
}

.full-screen-mobile{
	background: #ffffffcc;
	width: 30px;
	height: 30px;
	padding: 4px;
	margin: 0px;
	position: absolute;
	right: 11px;
	border-radius: 5px;
	z-index: 95;
}

.full-screen-mobile.landscape {
	top: 80%;
}

.full-screen-mobile.profile {
	top: 31%;
}

.can-toggle.for-2d-3d.mobile-2d-3d label{
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}


.rightPanel_mobile .empty-space-div{
	position: relative;
	/* height: 100px; */
	min-height: 100px;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-evenly;
}

.rightPanel_mobile .empty-space-div a.button-for-back{
	cursor: pointer;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	padding: 10px 35px 10px 0px;
	text-decoration: none;
	font-size: 14px;
	color: #31ac1b;
	height: 20px;
	border-radius: 3px;
	letter-spacing: 2px;
}

.rightPanel_mobile .empty-space-div a.button-for-back svg{
	width: 10px;
	margin-right: 15px;
	position: relative;
}

.footer-logo svg{
	width: 85px;
	height: 38px;
}

.rightPanel_mobile .handle-all-tabs{
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

/* arrow scroll to bottom */

#sectionBottom .demo a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font: normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}

#sectionBottom a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

#sectionBottom a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

#sectionBottom a span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

#sectionBottom a span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

#sectionBottom::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 80%;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}

@media only screen and (max-width : 1280px) {
	.actionButtons p {
		display: none;
	}
	.actionButtons {
		padding: 5px;
	}
}
