.colorpicker {
  display: none;
  width: 356px;
  height: 178px;
  overflow: hidden;
  position: fixed;
  background: url(../../img/colorpicker_background.png);
  font-family: Arial, Helvetica, sans-serif;
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  right:280px;
}

.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 14px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
  z-index: 9999;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(../../img/colorpicker_overlay.png);
  z-index: 9999;
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  /*background: url(../../img/colorpicker_select.gif);*/
  margin: -5px 0 0 -5px;
}
.colorpicker_hue {
  position: absolute;
  top: 14px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(../../img/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px;
}
.colorpicker_new_color {
  position: absolute;
  width: 62px;
  height: 28px;
  left: 213px;
  top: 14px;
  background: #f00;
}
.colorpicker_current_color {
  position: absolute;
  width: 63px;
  height: 28px;
  left: 280px;
  top: 14px;
  background: #f00;
}
.colorpicker input {
  position: absolute;
  top: 4px;
  left: 16px;
  width: 26px !important;
  height: 10px !important;
  line-height: 10px !important;
  margin: 0 !important;
  padding: 2px !important;
  text-align: right !important;
  font-size: 10px !important;
  font-family: Tahoma, Helvetica, sans-serif !important;
  color: #ccc;
  border: none !important;
  background: none !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.colorpicker input:hover,
.colorpicker input:focus
{
  padding: 1px !important;
  color: #fff;
  border: 1px solid #999 !important;
  background: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  left: 213px;
  top: 142px;
}
.colorpicker_hex input {
  width: 37px !important;
}
.colorpicker_tt {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}
.colorpicker_tt span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  top: 61px;
  left: 213px;
}
.colorpicker_rgb_g {
  top: 88px;
  left: 213px;
}
.colorpicker_rgb_b {
  top: 115px;
  left: 213px;
}
.colorpicker_hsb_h {
  top: 61px;
  left: 280px;
}
.colorpicker_hsb_s {
  top: 88px;
  left: 280px;
}
.colorpicker_hsb_b {
  top: 115px;
  left: 280px;
}
.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  /*background: url(../../img/colorpicker_submit.png) top;*/
  left: 322px;
  top: 142px;
  overflow: hidden;
}
.colorpicker_focus {
  background-position: center;
}
.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_slider {
  background-position: bottom;
}

.colorSelector {
  cursor: pointer;
  position: relative;
  width: 22px;
  height: 22px;
  background: url("../../img/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("../../img/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div:hover {
  background-position:  100% 0;
}
.tt-demo-wrap {
    top: 200px;
    right: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-radius: 3px;
    z-index: 1000;
    /* overflow: hidden; */
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    position: fixed;
    background: #ffffff;
}
.tt-demo-wrap .tt-demo-title {
    border: 2px dashed #555555;
    color: #555555;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
	margin:0 0 30px;
}
.tt-demo-wrap.active {
    width: 267px;
    height: 760px;
    border-radius: 0;
    right: 25px;
    padding: 20px;
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
    border: 10px solid #ffffff;
	overflow-y:scroll;
}
.tt-demo-wrap.active::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.tt-demo-wrap.active::-webkit-scrollbar {
    width: 6px;
	background-color: #F5F5F5;
} 
.tt-demo-wrap.active::-webkit-scrollbar-thumb {
	background-color: #333;
	
}
@media(max-width:991px){
.tt-demo-wrap.active {
    height: 550px;
    overflow-y: scroll;
}
.tt-demo-wrap .control {
	right:-25px !important;
}
}
.tt-demo-wrap.active .tt-demo-color {
   opacity: 1;
    -webkit-transition: opacity .3s .4s ease;
    -o-transition: opacity .3s .4s ease;
    transition: opacity .3s .4s ease;
}
.tt-demo-color {
    opacity: 0;
    -webkit-transition: opacity 0s ease;
    -o-transition: opacity 0s ease;
    transition: opacity 0s ease;
    background: #ffffff;
	float:left;
	width:100%;
}
.tt-demo-wrap .control {
    width: 62px;
    height: 50px;
    top: 150px;
    right: 0;
    border: 0;
    padding: 10px;
    text-align: center;
    z-index: 5;
    cursor: pointer;
    position: fixed;
    left: auto;
    bottom: 0;
    transition: all .45s ease;
    background: #fff;
    border-radius: 64px 0 0 64px;
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
}
.tt-demo-wrap .control:hover {
    padding: 10px 17px 10px 10px;
    width: 67px;
}
.tt-demo-wrap .control.active:hover {
    padding: 10px;
    width: 62px;
}
.tt-demo-wrap .control::before {
    content: '';
    background: url(../../img/color-wheel.svg);
    height: 30px;
    width: 30px;
    float: none;
    display: inline-block;
    vertical-align: middle;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.tt-demo-wrap .control.active {
    border: none;
    top: 150px;
    right: 25px !important;
    border-radius: 64px 64px 0 0;
    padding: 10px 16px;
	box-shadow:0px -2px 7px -5px rgba(0,0,0,.5);
}
.tt-demo-wrap .control.inactive {
        border: medium none;
}
.tt-demo-wrap .control a:hover {
    cursor: pointer;
	text-decoration: none;
	outline: none;
}
.tt-demo-wrap .tt-demo-option {
	float: left;
}

.tt-demo-wrap .tt-wrapper {
    float: left;
}
.tt-demo-wrap .tt-container {
    float: left;
    width: 100%;
}
.tt-demo-wrap .tt-table {
    float: left;
}
.tt-demo-wrap .tt-tr {
    float: left;
    width: 100%;
  padding: 0 0 15px; 
}
.tt-demo-wrap .tt-tr.tt-tr-color {
    border-bottom: 1px solid #f4f4f4;
    margin: 0 0 15px;
}
.tt-row-body {}
.tt-row-header {}
.tt-row-main {}
.tt-row-footer {}
.tt-tr.last {
	background: none;
}
.tt-td-l,
.tt-td-r{
    float: left;
    width: 50%;
    text-indent: 0;
    color: #444444 !important;
}
.tt-tr-mode div.radio span{
    vertical-align: middle;    
}
.tt-tr-background .tt-td-l,
.tt-tr-link .tt-td-l,
.tt-tr-color .tt-td-l{
	width: 88%;
}
.tt-demo-wrap [type="radio"] {
    vertical-align: middle;
}
.tt-row-body .tt-td-l {
	padding-top: 60px;
}
.tt-tr-link .tt-td-r, .tt-tr-background .tt-td-r, .tt-tr-main .tt-td-r {
	float: left;
}
.tt-demo-wrap .tt-tr-font { padding: 10px 0 8px; }
.tt-td-l-font {
	width: 40px;
}
.tt-td-r-font {
	float: left;
	width: auto;
}
.tt-tr-background .tt-td-r,
.tt-tr-link .tt-td-r,
.tt-tr-color .tt-td-r{
	width: 12%;
}
.tt-tr.first .tt-td-r {
	padding-top: 8px;
}
.tt-tr.last .tt-td-r {
	padding-bottom: 8px;
}
.tt-td-r .cl-label {
    float: left;
    width: 90px;
    text-align: right;
	padding-right: 8px;
}
.tt-tr.tt-tr-mode label{
    cursor: pointer;
    font-weight: normal;
    margin: 0 0 0 8px;
}
.colorSelector {
	cursor: pointer;
	position: relative;
}
.colorSelector div {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
}
.colorSelector div:hover{
	box-shadow:0 0 2px rgba(0,0,0, .2);
}
.cl-pattern .cl-pattern {
    float: left;
    width: 104px;
}
.cl-pattern .cl-image {
    border: 1px solid #aaa;
    cursor: pointer;
    float: left;
    height: 22px;
    margin: 0 0 6px 6px;
    width: 22px;	
}
.cl-pattern .cl-image:hover {
	border-color: #000;
}

.tt-row-reset {
	text-align: center;
	padding: 10px 0;
}
.tt-row-reset .tt-reset {
    background: #fed604 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: auto;
    line-height: 24px;
    width: auto;
	float:none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	border-radius: 50px;
}
.tt-row-reset .tt-reset a {
    padding: 8px 20px;
    float: none;
    color: #111111;
	display:inline-block;
	vertical-align:top;
}
.tt-row-reset .tt-reset:hover a {
	color:#ffffff;
}
.tt-row-reset .tt-reset:hover {
	cursor: pointer;
    background: none repeat scroll 0 0 #222222;
}
.tt-td-bg, .tt-td-text, .tt-td-link {
    float: left;
	padding: 3px;
}


.tt-demo-wrap .tt-tr-style { padding: 0 0 10px; }
.tt-demo-wrap .tt-tr-style .tt-td-l,
.tt-demo-wrap .tt-tr-style .tt-td-r { float: left; width: 90px; height: 30px; padding: 0; text-indent: -9999px; border: none; }
.tt-demo-wrap .tt-tr-style .tt-td-l:hover,
.tt-demo-wrap .tt-tr-style .tt-td-r:hover { border-color: #000; }
.tt-demo-wrap .tt-tr-style .tt-td-l {}
.tt-demo-wrap .tt-tr-style .tt-td-r { margin-left: 10px; }
.tt-demo-wrap .tt-tr-style .tt-td-l a,
.tt-demo-wrap .tt-tr-style .tt-td-r a { color: #fff; text-transform: uppercase; font-size: 12px; line-height: 30px; width: 100%; height: 100%; display: block; text-align: center; box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);}
.tt-demo-wrap .tt-tr-style .tt-td-l a:hover,
.tt-demo-wrap .tt-tr-style .tt-td-r a:hover { text-decoration: none; }
.tt-demo-wrap .tt-tr-style .tt-td-l-clothing { background: #E72526; }
.tt-demo-wrap .tt-tr-style .tt-td-r-furniture { background: #e66f19; }
.tt-demo-wrap .tt-tr-style .tt-td-l-hitech { background: #1E84C4; }
.tt-demo-wrap .tt-tr-style .tt-td-r-watch { background: #5AA2AF; }

.tt-demo-wrap .tt-tr-style .tt-td-layout1,
.tt-demo-wrap .tt-tr-style .tt-td-layout2,
.tt-demo-wrap .tt-tr-style .tt-td-layout3,
.tt-demo-wrap .tt-tr-style .tt-td-layout4,
.tt-demo-wrap .tt-tr-style .tt-td-layout5,
.tt-demo-wrap .tt-tr-style .tt-td-layout6 {
	background: #666;
	width: 90px;
}
.tt-demo-wrap .tt-tr-style .tt-td-layout1 {  }
.tt-demo-wrap .tt-tr-style .tt-td-layout2 { }
.tt-demo-wrap .tt-tr-style .tt-td-layout3,
.tt-demo-wrap .tt-tr-style .tt-td-layout4,
.tt-demo-wrap .tt-tr-style .tt-td-layout5,
.tt-demo-wrap .tt-tr-style .tt-td-layout6 {
	width: 90px;
	height: 30px;
}
.tt-demo-wrap .tt-tr-style .tt-td-layout1 span,
.tt-demo-wrap .tt-tr-style .tt-td-layout2 span,
.tt-demo-wrap .tt-tr-style .tt-td-layout3 span,
.tt-demo-wrap .tt-tr-style .tt-td-layout4 span,
.tt-demo-wrap .tt-tr-style .tt-td-layout5 span,
.tt-demo-wrap .tt-tr-style .tt-td-layout6 span{
	float: left;
	width: 30px;
	height: 30px;
}
.tt-demo-wrap .tt-tr-style .tt-td-layout1 { background: #00bba6; }

.tt-demo-wrap .tt-tr-style .tt-td-layout2 { background: #54c3f0; }

.tt-demo-wrap .tt-tr-style .tt-td-layout3 { background: #7fb602; margin: 0; }

.tt-demo-wrap .tt-tr-style .tt-td-layout4 { background: #9b8864; }

.tt-demo-wrap .tt-tr-style .tt-td-layout5 { background: #f16355;margin: 0; }
.tt-demo-wrap .tt-tr-style .tt-td-layout6 { background: #f6917d; }

.tt-demo-wrap .tt-tr-style .tt-td-layout1 a,
.tt-demo-wrap .tt-tr-style .tt-td-layout2 a,
.tt-demo-wrap .tt-tr-style .tt-td-layout3 a,
.tt-demo-wrap .tt-tr-style .tt-td-layout4 a,
.tt-demo-wrap .tt-tr-style .tt-td-layout5 a,
.tt-demo-wrap .tt-tr-style .tt-td-layout6 a {
	font-size: 11px;
}


.container_img_bread .breadcrumb {
    padding: 0;
}
.container_img_bread .breadcrumb .parallex {
    background-color: #000000;
    float: left;
    padding: 100px 15px;
    text-align: center;
    width: 100%;
}
#wrapper .container_img_bread  .breadcrumb li a{
	color:#ffffff;
}
.tt-tr-main {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
#wrapper .container_img_bread .breadcrumb li::after {
    content: "/";
    color: #ffffff;
}
.tt-tr.tt-tr-mode-label, .tt-tr-style-label {
	color: #111;
	font-weight: 700;
	font-size: 14px;
}
.tt-demo-wrap .tt-tr-style .tt-td-layout{
-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.tt-demo-wrap .tt-tr-style .tt-td-layout:hover{
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media(max-width:543px) {
	.tt-demo-wrap {
		top:90px;
	}
	.tt-demo-wrap .control {
	    top: 40px;
	}
	.tt-demo-wrap .control.active {
		top:40px;
	}
}