.layout_sample{
	border: 1px solid black;
	background-color: #d3d3d3;
	width: 603px;
	height: 660px;
}

#layout_box {
	width: 603px;
	height: 660px;
}

.layout_box{
	height: 660px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

#cust_bg div p span {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 8px 0;
}

.color_sample{
	border: 1px solid black;
	/*background-color: #d3d3d3;*/
	width:603px;
	min-height: 650px;
}

.color_sample_head{
	/*background-color: #111;*/
	width: 603px;
	min-height: 100px;
	/* padding: 20px; */
}

.color_sample_head > div.menu {
	background-color: transparent;
	color: #bbb;
	padding: 0px;
	text-align: right;
	display: block;
	height: 41px;
}

/********************* NEW STYLES CHECK FROM HERE *******************/
#color_sample_menu ul {
  list-style: none;
  background-color: transparent;
  margin: 0;
  /*padding-left: 10px;*/
  padding-right: 10px;
  float: right;
}

#color_sample_menu li {
  color: #111;
  background: transparent;
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
  
#color_sample_menu li a {
  /*background-color: inherit !important;*/
  color: #fff;
}

#color_sample_menu li a:hover {
  color: orange;
}

#color_sample_menu li:hover,
#color_sample_menu li:focus-within {
  /*background-color: #aaa !important;*/
  cursor: pointer;
	color: orange;
}

#color_sample_menu li:focus-within a {
  outline: none;
}

#color_sample_menu ul li ul {
  background-color: #aaa;
  visibility: hidden;
  opacity: 0;
  display: none;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 4px;
  /*left: 0;*/
  right: -10px;
	z-index: 1;
}

#color_sample_menu ul li:hover > ul,
#color_sample_menu ul li:focus-within > ul,
#color_sample_menu ul li ul:hover,
#color_sample_menu ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

#color_sample_menu ul li ul li {
  /*clear: both;
  width: 100%;*/
	float: right;
	padding: 6px 10px 6px 0;
	background-color: #aaa;
}

#color_sample_menu ul li ul li { background: #aaa; }
#color_sample_menu ul li ul li { color: #ddd; }
#color_sample_menu ul li ul li a { background-color: inherit !important; color: #ddd; } 
#color_sample_menu ul li ul li a:hover { color: #242424; }
#color_sample_menu ul li ul li:hover { color: #242424; } 
#color_sample_menu ul li ul li:focus-within { color: #242424; }
/************************ NEW STYLES CHECK TO HERE ********************/

.color_sample_head > div.menu_fixed {
	background-color: #888;
	color: #bbb;
	padding: 0px;
	text-align: center;
	display: block;
}

/********************* NEW STYLES CHECK FROM HERE *******************/
#color_sample_menu_fixed ul {
  /*background-color: #888;*/
  list-style: none;
  margin: 0;
  /*padding-left: 10px;*/
	padding: 0;
  display: block;
}

#color_sample_menu_fixed li {
  /*color: #bbb !important;*/
  /*background: #888 !important;*/
  display: block;
  /*padding: 1rem;*/
	padding: 6px 0 !important;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
  
#color_sample_menu_fixed li a {
  /*background-color: inherit !important;*/
  /*color: #fff !important;*/
}

#color_sample_menu_fixed li a:hover {
  /*color: orange !important;*/
}

#color_sample_menu_fixed li:hover,
#color_sample_menu_fixed li:focus-within {
  /*background-color: #aaa !important;*/
  cursor: pointer;
	/*color: orange;*/
}

#color_sample_menu_fixed li:focus-within a {
  outline: none;
}

#color_sample_menu_fixed ul li ul {
  /*background-color: #aaa;*/
  visibility: hidden;
  opacity: 0;
  display: none;
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
  margin-top: 4px;
  /*left: -10px;*/
}

#color_sample_menu_fixed ul li:hover > ul,
#color_sample_menu_fixed ul li:focus-within > ul,
#color_sample_menu_fixed ul li ul:hover,
#color_sample_menu_fixed ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

#color_sample_menu_fixed ul li ul li {
  clear: both;
  width: 100%;
	padding: 6px 0;
	/*background-color: #aaa !important;*/
}
/************************ NEW STYLES CHECK TO HERE ********************/

/*
.color_sample_head > div.menu a{
	color: #bbb;
}

.color_sample_head > div.menu a:hover{
	color: #eee;
}

.color_sample_head > div.menu_fixed a{
	color: #bbb;
}

.color_sample_head > div.menu_fixed a:hover{
	color: #eee;
}
*/

/* .color_sample_head > div.menu span, */
.color_sample_head > div.menu_fixed span{
	color: #afafaf;
}

.color_sample_body{
	/*background-color: #d3d3d3;*/
	width: 563px;
	padding: 20px;
}

.color_sample_body > h1{
	position: relative;
	top: 0;
	margin-bottom: 15px;
}

.color_sample_body > div.color_form > span{
	overflow: hidden;
	border-radius: 30px;
	background: #fff;
	width: 60%;
	position: relative;
	z-index: 1;
	display: inline-block
}

.color_sample_body > div.color_form > span > input{
	position: relative;
	display: block;
	float: right;
	padding-left: 10px;
	width: 80%;
	background: transparent;
	/* -webkit-transform: translate3d(1em, 0, 0); */ 
	transform: translate3d(1em, 0, 0);
	/* -webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s; */
	transition: transform 0.3s, -webkit-transform 0.3s;
	height: 50px;
	border-radius: 4px;
	border: none;
	color: #aaa;
	-webkit-appearance: none;
}

.color_sample_body > div.color_form > span > label{
	position: relative;
	display: inline-block;
	float: right;
	color: #aaa;
	font-weight: bold;
	margin-top: 20px;
}

.color_sample_footer{
	background-color: #aaa;
	width: 563px;
	min-height: 50px;
	padding: 20px;
}

.rotator_sample{
	border: 1px solid black;
	background-color: #d3d3d3;
	width: 600px;
	height: 342px;
}

#rotator_box {
	width: 600px;
	height: 342px;
}

.rotator_box{
	height: 600px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.full-normal {
	background-image: url("/sys/cms/images/samples/full-normal.jpg");
}

.full-skew {
	background-image: url("/sys/cms/images/samples/full-skew.jpg");
}

.full-reversed-skew {
	background-image: url("/sys/cms/images/samples/full-reversed-skew.jpg");
}

.full-big-triangle {
	background-image: url("/sys/cms/images/samples/full-big-triangle.jpg");
}

.boxed-normal {
	background-image: url("/sys/cms/images/samples/boxed-normal.jpg");
}

.boxed-skew {
	background-image: url("/sys/cms/images/samples/boxed-skew.jpg");
}

.boxed-reversed-skew {
	background-image: url("/sys/cms/images/samples/boxed-reversed-skew.jpg");
}

.boxed-big-triangle {
	background-image: url("/sys/cms/images/samples/boxed-big-triangle.jpg");
}

.carousel-classic {
	background-image: url("/sys/cms/video/carousel-classic.gif");
}

.slideshow {
	background-image: url("/sys/cms/video/slideshow.gif");
}

.kenburns {
	background-image: url("/sys/cms/video/kenburns.gif");
}