/* CSS Document */
body
{
	font-family: 'Roboto', sans-serif;
}
*:focus {
outline: none;
}
input[type='checkbox'] {
  outline:0;
}
a, a:hover, a:focus, input, input:hover, input:focus, img, img:hover, img:focus
{
	text-decoration:none;
	outline: 0;
	color:#000;
}
ul, li
{
	padding:0;
	margin:0;
	list-style:none;
}
.margin-left-5
{
	margin-left:5px !important;
}
.margin-top-5
{
	margin-top:5px !important;
}
.margin-bottom-5
{
	margin-bottom:5px !important;
}
.margin-right-5
{
	margin-right:5px !important;
}

.margin-left-off
{
	margin-left:0px !important;
}
.margin-top-off
{
	margin-top:0px !important;
}
.margin-bottom-off
{
	margin-bottom:0px !important;
}
.margin-right-off
{
	margin-right:0px !important;
}

.margin-left-10
{
	margin-left:10px !important;
}
.margin-top-10
{
	margin-top:10px !important;
}
.margin-bottom-10
{
	margin-bottom:10px !important;
}
.margin-right-10
{
	margin-right:10px !important;
}



.padding-left-5
{
	padding-left:5px !important;
}
.padding-top-5
{
	padding-top:5px !important;
}
.padding-bottom-5
{
	padding-bottom:5px !important;
}
.padding-right-5
{
	padding-right:5px !important;
}

.padding-left-off
{
	padding-left:0px !important;
}
.padding-top-off
{
	padding-top:0px !important;
}
.padding-bottom-off
{
	padding-bottom:0px !important;
}
.padding-right-off
{
	padding-right:0px !important;
}

.padding-left-10
{
	padding-left:10px !important;
}
.padding-top-10
{
	padding-top:10px !important;
}
.padding-bottom-10
{
	padding-bottom:10px !important;
}
.padding-right-10
{
	padding-right:10px !important;
}

.padding-left-20
{
	padding-left:20px !important;
}
.padding-top-20
{
	padding-top:20px !important;
}
.padding-bottom-20
{
	padding-bottom:20px !important;
}
.padding-right-20
{
	padding-right:20px !important;
}
.grey_bg
{
	background:#f0f0f0;
}
.configurator .tab-content
{
	padding:15px 0;
}
.configurator .nav-tabs
{
	border-bottom:none;
}
.configurator .nav-tabs > li > a
{
	border-radius:0;
	color:#9e9e9e;
	font-size:12px;
	padding:6px 25px;
	border:1px solid #f0f0f0;
	margin-right: 15px;
}
.configurator .nav-tabs > li > a i
{
	font-size:24px;
	vertical-align:sub;
	margin-right:5px;
}
.configurator .nav-tabs > li > a:hover
{
	border-bottom:0;
	color:#9e9e9e;
}
.configurator .nav-tabs > li.active > a,
.configurator .nav-tabs > li.active > a:hover,
.configurator .nav-tabs > li.active > a:focus
{
	border-color:#f0f0f0;
	background:#f0f0f0;
	color:#555555;
}
.white_btn.active
{
	background:#e32213;
	display:inline-block;
	color:#fff;
}
@media (max-width: 887px)
{
	.white_btn
	{
		margin-right: 10px !important;
	}
}
.white_btn
{
	min-width: 100px;
	min-height: 90px;
	float: left;
	background:#fff;
	display:inline-block;
	color:#9e9e9e;
	text-align:center;
	padding:15px 10px;
	margin-bottom:10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.12);
box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.12);
}
.white_btn i
{
	display:block;
	font-size:20px;
}
.white_btn span
{
	display:block;
	font-size:12px;
	line-height:14px;
}
.image_main_block
{
	background:#fff;
	border:1px dashed #cccccc;
	min-height:335px;
}
.image_controls p
{
	font-size:12px;
	color:#b0b0b0;
}
.image_controls .col-sm-4
{
	padding:0;
}
.rightside_main
{
	background:#fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.20);
	box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.20);
	margin: 15px 0;
}

.vertical-slider-container {
    margin:0px auto;
    position: relative;
    text-align: center;
	padding:10px 0;
}

.slideshow {
    background: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
	margin: 40px 0;
}

.slideshow img {
    display: block;
    height: 100px;
    padding: 5px;
	margin:0 auto;
}
.cycle-carousel-wrap
{
	right:0;
}
.vertical-slider-nav {
    color: rgba(0,0,0,0.8);
    cursor: pointer;
    display: block;
    height: 40px;
    margin-left: -20px;
    left: 50%;
    z-index: 10;
    position: absolute;
    overflow: hidden;
    opacity: 1;
    text-decoration: none;
    width: 40px;
    transition: all .3s ease;
}

.vertical-slider-nav-up {
    top:7px;
}
.vertical-slider-nav-down {
    bottom: 7px;
}
.buttons_bottom
{
	padding:10px;
}
.red_btn
{
    line-height: 37px;
    text-align: center;
	background:#e32213;
	width:42px;
	height:42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display:inline-block;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.20);
	box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.20);
}
.red_btn i
{
	font-size:23px;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
}
.rightside_main .tooltip .tooltip-inner
{
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.picario_logo
{
	font-size:12px;
	color:#7f7f7f;
	font-weight:500;
}
.main_heading
{
	margin:0;
	font-size:26px;
	color:#767a7b;
	font-weight:900;
}
.fabric_listing ul li
{
	display:inline-block;
	width:25%;
	float:left;
	text-align:center;
	padding: 3px;
}
.fabric_listing ul li span
{
	font-size:11px;
	color:#666666;
	display:none;
}
.fabric_listing ul li a
{
	margin:0 auto;
	overflow: hidden;
	display:block;
	width:100%;
	overflow:hidden;
	background:#fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.20);
-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.20);
box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.20);
}
.fabric_listing ul li a img
{
/* 	width:100%; */
	max-height: 100px;
/* 	max-width: 100%; */
}
#UploadPopup .modal-dialog
{
	background: #fff none repeat scroll 0 0;
    height: 355px;
    padding: 6px;
    width: 418px;
}
#UploadPopup .modal-dialog .modal-content
{
	box-shadow:none;
	min-height:343px;
	border-radius:0;
	border: 1px dashed #cccccc;
}
.upload_images p
{
	font-size:14px;
	font-weight:300;
	margin:10px 0;
}
.upload_images i
{
	font-size:50px;
	color:#e4e4e4;
	display:block;
	line-height:1;
}
.upload_images span
{
	font-size:12px;
	font-weight:300;
	font-style:italic;
	margin:0;
	display:block;
	color:#b0b0b0;
}
.btn-green, .btn-green:hover, .btn-green:focus
{
	background:#90ce9c;
	border:1px solid #90ce9c;
	font-size:13px;
	color:#fff;
	padding:7px 12px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(128, 181, 138, 1);
-moz-box-shadow:    0px 2px 0px 0px rgba(128, 181, 138, 1);
box-shadow:         0px 2px 0px 0px rgba(128, 181, 138, 1);
}

    .btn-file {
        position: relative;
        overflow: hidden;
    }
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
.uploaded_images
{
	margin-bottom:15px;
}
.uploaded_images li
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
}
.uploaded_images li a 
{
	display:block;
	width:100%;
	height:80px;
	overflow:hidden;
	background:#fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.20);
	box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.20);
}
.hex-color-picker-wrapper
{
	margin:0 auto;
}
.close_pop {
    color: #000;
    position:absolute;
	right:8px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
	top:6px;
}
.uploaded_images li .delete_image
{
	display:none;
	background:none;
	border:none;
}
.uploaded_images li:hover .delete_image
{
	display:block !important;
	position:absolute;
	right:5px;
	top:5px;
	color:#000;
	font-size:16px;
}
.controls
{
	display: block;
    height: 80px;
    position: relative;
	width:80px;
	margin:0 auto;
}
.controls a
{
	width:23px;
	height:23px;
	position:absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
display:block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow:    1px 1px 2px 0 rgba(0, 0, 0, 0.12);
box-shadow:         1px 1px 2px 0 rgba(0, 0, 0, 0.12);
text-align:center;
line-height:23px;
}
.controls a i
{
	font-size:15px;
	color:#949494;
}
.controls a.left {
    top: 30px;
}
.controls a.right {
    top: 30px;
	right:0;
}
.controls a.top {
    top: 00px;
	left:30px;
}
.controls a.bottom {
    bottom: 00px;
	left:30px;
}

.input_range
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
display:block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow:    1px 1px 2px 0 rgba(0, 0, 0, 0.12);
box-shadow:         1px 1px 2px 0 rgba(0, 0, 0, 0.12);
line-height:23px;
height:23px;
}

.input_range input
{
	display:inline-block;
	width:60%;
	margin-top:3px;
}
.input_range i {
    display: inline-block;
    float: left;
	padding: 0 10px;
	color: #868686;
}
.input_range i + input + i {
    display: inline-block;
    float: right;
	padding: 0 10px;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
 border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.43);
-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.43);
box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.43);
  height: 9px;
  width: 9px;
  border-radius:50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -7px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.43);
-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.43);
box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.43);
  height: 9px;
  width: 9px;
  border-radius:50%;
  background: #ffffff;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.43);
-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.43);
box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.43);
  height: 9px;
  width: 9px;
  border-radius:50%;
  background: #ffffff;
  cursor: pointer;
}



input[type=range]::-webkit-slider-runnable-track {
   width: 100%;
  height: 4px;
  cursor: pointer;
  background: #adccce;
  border-radius: 1.3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #adccce;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #adccce;
  border-radius: 1.3px;
}

input[type=range]::-ms-track {
   width: 100%;
  height: 4px;
  cursor: pointer;
  background: #adccce;
  border-radius: 1.3px;
}
input[type=range]::-ms-fill-lower {
  background: #adccce;
  border-radius: 2.6px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #adccce;
}
input[type=range]::-ms-fill-upper {
  background: #adccce;
  border-radius: 2.6px;
}
input[type=range]:focus::-ms-fill-upper {
  background: #adccce;
}
.load_scene, .zoom_out, .zoom_in{
	cursor: pointer;
}
#loader {
	display:none;
    height: 70px;
    left: 40%;
    position: absolute;
    top: 40%;
    width: 70px;
}
#progressBar {
	display: none;
	width: 100%;
}
.uploaded_images img{
	max-width: 100px;
	max-height:100px;
}

#canvas {
	display:none;
}

/*Pan zoom*/
#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.portfolio-modal .modal-content {
    padding: 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	/*background-color: rgba(0, 0, 0, 0.95);*/
}


.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
    z-index: 99;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #a2a2a2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #a2a2a2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.portfolio-modal
{
	z-index:999999999;
	padding:0 !important;
}

.zoom-range {
    display: inline-block !important;
    width: 200px !important;
	vertical-align:middle;
}
/*.panzoom
{
	 -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}*/
.panzoom-parent { border: 2px solid #333; }
.panzoom-parent .panzoom { border: 2px dashed #666; }
.zoom-buttons { margin: 40px 0 0; position:absolute; top:0; left:0; right:0; }
.zoom-buttons btn
{
	padding:10px;
}
.zoom-buttons i
{
	font-size:21px;
	line-height:normal;	
}
/*Pan zoom finish*/

.cycle-slide{
	position: relative !important;
}
.active_icon {
	display: none;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 30%;
    vertical-align: middle;
}
.active .active_icon {
	display: block;
}
#picker_container {
	display: inline-block;
}

.colorpicker-2x .colorpicker-saturation { 
	width: 270px; 
	height: 270px; 
} 
.colorpicker-2x .colorpicker-hue, .colorpicker-2x .colorpicker-alpha { 
	width: 30px; 
	height: 270px; 
} 
.colorpicker-2x .colorpicker-color, .colorpicker-2x .colorpicker-color div { 
	height: 20px; 
/* 	width: 100% !important; */
}
.colorpicker.colorpicker-horizontal{
/* 	width: 280px !important; */
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha, .colorpicker.colorpicker-horizontal .colorpicker-hue{
/* 	width: 100% !important; */
}

.panzoom {
  text-align: center;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}
.configurator {
    padding: 10px 0;
}
.normal_text
{
	color: #b0b0b0;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
}

.rgb_code_input {
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.12);
box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0;
    margin-bottom: 10px;
	border:none;
	display:none;
}
.rgb_boxes input {
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.12);
box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0;
    margin-bottom: 10px;
	border:none;
	display:inline-block;
	width:50px;
	text-align:center;
}
.rgb_boxes span
{
	display:inline-block;
	margin-right:5px;
	margin-left:5px;
}