@font-face {
    font-family: 'latolight';
    src: url('/fonts/Lato-Light-webfont.eot');
    src: url('/fonts/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Light-webfont.woff2') format('woff2'),
        url('/fonts/Lato-Light-webfont.woff') format('woff'),
        url('/fonts/Lato-Light-webfont.ttf') format('truetype'),
        url('/fonts/Lato-Light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('/fonts/Lato-Regular-webfont.eot');
    src: url('/fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Regular-webfont.woff2') format('woff2'),
        url('/fonts/Lato-Regular-webfont.woff') format('woff'),
        url('/fonts/Lato-Regular-webfont.ttf') format('truetype'),
        url('/fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight_italic';
    src: url('/fonts/Lato-LightItalic-webfont.eot');
    src: url('/fonts/Lato-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-LightItalic-webfont.woff2') format('woff2'),
        url('/fonts/Lato-LightItalic-webfont.woff') format('woff'),
        url('/fonts/Lato-LightItalic-webfont.ttf') format('truetype'),
        url('/fonts/Lato-LightItalic-webfont.svg#latolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('/fonts/SegoeUI.eot');
    src: url('/fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SegoeUI.woff2') format('woff2'),
        url('/fonts/SegoeUI.woff') format('woff'),
        url('/fonts/SegoeUI.ttf') format('truetype'),
        url('/fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}


:focus{
	outline:none !important;
}

.hide{
	display:none;
}

.headerview{
	width:100%;
	height:50px;
	top:0px;
	z-index:150;
	text-align:center;
	/*background:#DCDCDC;*/
	border-bottom: 2px solid #fff;
    background: #efefef;
}

.headerview span{
	font-family:"latolight_italic";
	font-size:20px;
	color:white;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: -10px;
}

.bg-body{
	position:fixed;
	background:#808080;
	opacity:0.1;
	width:100%;
	height:100%;
	z-index:1;

}

.container.tpl-default{
	margin-top:25px;
	font-size:1rem;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

label{
	line-height:1.0;
}

.p-top{
	padding-top:50px;
}
.m-top{
	margin-top:25px;
}

.column-2{
	right:0;
	/*top:50px;*/
	overflow:hidden;
}

.h-100{
	height:90vh !important;
}
.title{
	font-size:35px;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
	text-transform:uppercase;
}

p.cover_txt{
	margin-bottom:.5rem;
	line-height: 1.3em;
	font-size:16px;
	letter-spacing:0.05em;
	width:auto;
}

p.cover_label{
	margin-bottom:0;
	display:inline-block;
	line-height: 50px;
	margin-left:10px;
	height: 50px;
	letter-spacing:0.05em;
}
.column-1,
.column-2{
	position:relative;
}

.column-2{
	/*height:calc(100vh - 200px);*/
	/*height:calc(100vh - 100px);*/
	height:calc(100vh /2);
	padding:0;
}

/*.column-2-sofa{
	height:calc(100vh /2);
	padding:0;
}*/

.flipHOR{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.flipVER{
	-moz-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

#imageprew{
	
	display: block;
	height:80vh;
 /*   height: calc(100vh - 200px); */
    width: 100%;
   	overflow: hidden;
   	/*border: 2px dashed #333; */
}

html.ua-ie #imageprew{
	display: block;
	height:80vh;
	-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	/*height: 265px;*/
	width: 20vw;
}

.img-sofa{
	background-repeat: no-repeat;
    width: 100%;
	height: 100% !important;
  /*  border: 2px dashed #333;*/
    /* background-size: auto 100%; */
    background-size: cover;
    background-position: 50% left;
}


#cover_image_tpl_2{
	width: 100%;
	height:100vh;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

.img-product{
	background-repeat: no-repeat;
    width: 100%;
	height: 100% !important;
  	background-size: contain;
	background-position:center center;
}

.btn-configure{
	margin-top:2.0rem;
	z-index:5;
	cursor: pointer;
	position:relative;
	display:block;
	height: 20px;
    line-height: 20px;
}

.btn-cover{
	background: #ff5a4e none repeat scroll 0 0;
    border: medium none;
    color: white;
    font-size: 14px;
    padding: 8px 20px;
	text-align: center;
	text-transform:uppercase;
	width:100%;
	letter-spacing:0.1em;

}
/* css for template cover and menu */

.cover-row-title{
	margin-bottom:1rem;
}
.cover-startoption > h5{
	margin-left:15px;
}

.cover_show_more{
	font-weight: 700;
	text-transform:capitalize;
    text-align: center;
    margin: 0 auto;
}


@media screen and (min-width:1024px){
	.m-top{
		margin-top:0;
	}
}

@media screen and (min-width:768px){
	.img-sofa{
		background-position:center center;
		background-size: contain;
	}
	.column-2{
		padding-right:15px;
	}

	.col{
		display:block;
		margin:auto;
	}

	.h-100{
		height:inherit !important;
	}
}
@media only screen and (max-width: 991px){
#cover-sidebar-item,
#cover-360,
#cover-sidebar-footer{
	display:none;
}

#cover-sidebar-footer-mobile{
	display:block;
}
#cover_image_tpl_2{
	height:100%;
}
}

@media only screen and (min-width: 992px){
	#cover-sidebar-item,
	#cover-360,
	#cover-sidebar-footer
	{
		display:block;

	}
	#cover-sidebar-footer-mobile{
		display:none;
	}

}


@media screen and (min-width:569px) and (max-width:767px){

	.col-info-sofa{
		display:block;
		margin:auto;
	}

	.column-1-Hsofa{
		height:inherit !important;
	}

}

@media screen and (min-width:622px) and (max-width:767px){
	.col-info-product{
		display:block;
		margin:auto;
	}

	.column-1-Hprod{
		height:inherit !important;
	}

}


@media screen and (max-width:768px){

	.container.tpl-default{
		max-width:100%;
		padding-right: 0;
		overflow:hidden;
	}

	.column-2{
		height:50vh;
		padding-left: 0px;
	}

	.h-50{
		height:25vh;
	}
	.d-table{
		display:block !important;
	}

	

}
@media screen  and (max-width:621px) {

	
	.img-sofa{
		width:200% !important;
	/*	background-size: contain;*/

	}
	.img-product{
		background-size: contain;
		width:140% !important;
	
	}
	.column2-product-mobile{
		position: fixed;
		left: 0;
		z-index: -1;
		right: 0;
		margin-left: 60px;
		max-width: 100%;

	}
}

@media screen  and (max-width:568px) and (orientation:portrait){
	.column2-sofa-mobile{
		position: fixed;
		left: 0;
		z-index: -1;
		right: 0;
		margin-left: 95px;
		max-width: 100%;

	}
	.img-sofa{
		width:200% !important;
		background-size: contain;

	}
}

@media screen and (max-width:422px){
	p.cover_txt{
		width:118px;
	}
	p.cover_label{
		line-height: 1.2;
    	font-size: 14px;
		letter-spacing: 0;
		height: 35px;
	}

	.cover-icon{
		width:35px;
	}


	.btn-cover{
		letter-spacing:0;
		width:145%;
		padding:8px 5px;
	}
}


@media screen and (max-width:340px){
	p.cover_label{
		margin-left:0;
		font-size:14px;
		letter-spacing:0;
		width:auto;
	}
}

@media screen and (min-width:320px) and (max-width:768px) and (orientation:landscape){
	.h-100{
		height:100% !important;
	}
}
/*
@media (max-width: 783px) {
 
	.cover-box-image-tpl-2{
		padding-left:0;
	}
	
    
}*/