@charset "utf-8";
/* CSS Document Omegapa */
@import url("../css/normalize.css");
@import url("../css/fonts.css");
@import url("../css/dd.css");
/* 	-----------------------------------------------------
	------------------- Header Styles -------------------
	----------------------------------------------------- */
#header_section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	border-top: 1px solid #303030;
	background-color: #232323;
}
#header_section header {
	margin: 0 auto;
	padding: 0;
	max-width: 1228px;
	height: auto;
}
#header_section header .section01 {
	height: 50px;
}
div.sectionRight.sectionRight-cal.sectionRight-page {
	min-height:300px;	
}
div.sectionRight.sectionRight-cal.sectionRight-page p{
	line-height:20px;
	font-size:14px;
	margin-bottom:20px;
}
div.sectionRight.sectionRight-cal.sectionRight-page ul {
	line-height:20px;
	font-size:14px;
	margin-bottom:20px;
}
div.sectionRight.sectionRight-cal.sectionRight-page ol {
	line-height:20px;
	font-size:14px;
	margin-bottom:20px;
	padding-left:20px;
}
div.sectionRight.sectionRight-cal.sectionRight-page h1,
div.sectionRight.sectionRight-cal.sectionRight-page h2 {
	margin-bottom:0.3em;	
}
div.sectionRight.sectionRight-cal.sectionRight-page h3,
div.sectionRight.sectionRight-cal.sectionRight-page h4,
div.sectionRight.sectionRight-cal.sectionRight-page h5,
div.sectionRight.sectionRight-cal.sectionRight-page h6 {
	margin-bottom:0.5em;	
}
div.sectionRight.sectionRight-cal.sectionRight-page li {
	margin-bottom:4px;	
}
#header_section header .section01 aside {
	float: right;
	padding: 0;
	height: 50px;
	background-color: #333333;
}
#header_section header .section01 nav {
	float: right;
	margin: 0 20px;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	margin: 0 1px;
	padding: 0;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 50px;
	color: #d39962;
	text-transform: uppercase;
	position: relative
}
#nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 0 12px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#nav li a:hover, #nav li:hover > a, #nav li a:active, #nav li.selected > a {
	color: #4b4b4b;
	background-color: #e5e5e5;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	background: #e5e5e5;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 200px;
	z-index: 999;
}
#nav li ul ul {
	top:0;
	left:100%;
	display:none;	
}
#nav li ul li {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #4b4b4b;
	text-transform: uppercase;
	float: none;
	margin: 0;
}
#nav li ul li a {
	display: block;
	padding: 5px 12px;
	color: #4b4b4b;
	border-bottom: 1px solid #f1f1f1;
}
#nav > li:last-child ul {
	left:auto;
	right:0;	
}
#nav li:last-child ul ul {
	right:100%;
	left:auto;	
}
#nav li ul li a:hover {
	color: #FFF;
	background-color: #d39962;
}
#nav li:hover > ul {
	display: block;
}
.tinynav {
	display: none;
}
#header_section header .section01 nav select {
	margin: 0;
	padding: 15px 4%;
	width: 100%;
	height: 50px;
	background: #333333;
	border: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 50px;
	color: #FFFFFF;
	text-transform: uppercase;
	color: #FFFFFF;
}
#header_section header .section01 nav option {
	color: #FFFFFF !important;
	padding: 2% 4%;
	background-color: #d39962;
}
#header_section header .section02 {
	height: 96px;
	background-color: #e5e5e5;
}
#header_section header .section02 figure {
	float: left;
	width: 216px;
	height: 72px;
	background-color: #FFFFFF;
	padding: 14px 50px 10px 70px;
}
#header_section header .section02 figure img {
	display: inline-block;
}
#header_section header .section02 aside {
	float: right;
	width: 862px;
	height: 66px;
	background-color: #FFFFFF;
	margin: 15px;
}
#header_section header .section02 aside .menu {
	float: left;
	padding: 0 7px 0 0;
	background: url(../images/sprites.png) no-repeat 100% -356px;
	position:relative;
	z-index:99;
}
#header_section header .section02 aside .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header_section header .section02 aside .menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 17px;
	line-height: 66px;
	color: #FFFFFF;
	position: relative;
}
#header_section header .section02 aside .menu ul li a {
	color: #323232;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 0 28px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#header_section header .section02 aside .menu ul li a:hover, #header_section header .section02 aside .menu ul li:hover > a, #header_section header .section02 aside .menu ul li a:active, #header_section header .section02 aside .menu ul li.selected > a {
	color: #323232;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#header_section header .section02 aside .menu ul li:nth-child(1) {
	background: url(../images/sprites.png) repeat-x 0 -40px;
}
#header_section header .section02 aside .menu ul li:nth-child(2) {
	background: url(../images/sprites.png) repeat-x 0 -106px;
}
#header_section header .section02 aside .menu ul li:nth-child(3) {
	background: url(../images/sprites.png) repeat-x 0 -172px;
}
#header_section header .section02 aside .menu ul li:nth-child(4) {
	background: url(../images/sprites.png) repeat-x 0 -238px;
}
#header_section header .section02 aside .menu ul li:nth-child(1) a:hover {
	color: #ffc423;
}
#header_section header .section02 aside .menu ul li:nth-child(2) a:hover {
	color: #1689fe;
}
ul.sub-menu li#menu-item-293.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-293 a:hover{
	color:#ffc423 !important;
}
ul.sub-menu li#menu-item-294.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-294 a:hover{
	color:#ffc423 !important;
}


#header_section header .section02 aside .menu ul li:nth-child(3) a:hover {
	color: #ba7735;
}
#header_section header .section02 aside .menu ul li:nth-child(4) a:hover {
	color: #bab835;
}
#header_section header .section02 aside .menu ul ul {
	position: absolute;
	left: 0;
	top: 66px;
	display: none;
	background: #f9f9f9;
	/*border: 1px solid #000;*/
	padding: 0;
	margin: 0;
	list-style: none;
	min-width: 180px;
	
	-webkit-box-shadow: 1px 10px 9px 0px rgba(71, 50, 50, 0.75);
	-moz-box-shadow:    1px 10px 9px 0px rgba(71, 50, 50, 0.75);
	box-shadow:         1px 10px 9px 0px rgba(71, 50, 50, 0.75);
}
#header_section header .section02 aside .menu ul ul li {
	float: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #616161;
	background: none !important;
}
#header_section header .section02 aside .menu ul li:hover > ul {
	display: inline;
	z-index: 100;
}
#header_section header .section02 aside .menu ul ul li a {
	display: block;
	padding: 10px 20px;
	color: #616161;
	border-bottom:#eaeaea solid 1px;
}
#header_section header .section02 aside .menu ul ul li a:hover, #header_section header .section02 aside .menu ul ul li a.select {
	color: #FFFFFF;
	background-color: #141414;
}
#header_section header .section02 aside .menu ul li ul li ul {
	position: absolute;
	top: -1px;
	left: 100%;
	display: none;
}
#header_section header .section02 aside .menu select {
	margin: 0;
	padding: 10px 4%;
	width: 100%;
	height: 42px;
	background: none;
	border: none;
	font-size: 16px;
	font-weight: normal;
	line-height: 42px;
	color: #FFFFFF;
	background-color: #000000;
}
#header_section header .section02 aside .menu option {
	color: #FFFFFF !important;
	padding: 2% 4%;
	background-color: #000000;
}
#header_section header .section02 aside .search {
	/*margin: 18px;
	float: right;
	width: 192px;
	height: 30px;
	background-color: #323232;
	border-radius: 4px;*/
	background-color: #323232;
	border-radius: 4px;
	float: right;
	height: 30px;
	margin: 18px 18px 18px;
	position: relative;
	width: 192px;
}
#header_section header .section02 aside .search input[type="text"] {
	margin: 0;
	padding: 5px 10px;
	width: 142px;
	height: 20px;
	background: none;
	border: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #b9b9b9;
	float: left;
}
#header_section header .section02 aside .search input[type="submit"] {
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/sprites.png) no-repeat 0 0;
	border: none;
	text-indent: -5000px;
	cursor: pointer;
}
/* 	-----------------------------------------------------
	------------------- Banner Styles -------------------
	----------------------------------------------------- */
#banner_section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
}
#banner_section section {
	margin: 0 auto;
	padding: 0;
	max-width: 1228px;
	height: 500px;
}
#innerbanner_section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
}
#innerbanner_section section {
	margin: 0 auto;
	padding: 24px 0;
	max-width: 1228px;
	height: auto;
}
/* 	-----------------------------------------------------
	------------------ Content Styles -------------------
	----------------------------------------------------- */
.clearf:after,
.clearf:before {
	content:'';
	display:table;
	clear:both;	
}
#content_section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
}
#content_section section {
	margin: 0 auto;
	padding: 0;
	max-width: 1228px;
	height: auto;
}
#content_section section .section01 {
	padding: 46px 62px;
	background-color: #232323;
}
#content_section section .section01 .box {
	width: 300px;
	padding: 0 34px;
	float: left;
}
#content_section section .section01 .box figure {
	width: 124px;
	float: left;
}
#content_section section .section01 .box article {
	margin-left: 140px;
}
#content_section section .section01 h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	padding-bottom: 6px;
}
#content_section section .section01 p {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
	padding: 8px 0;
}
#content_section section .section02 {
	padding: 10px 20px;
}
#content_section section .section02 h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	color: #232323;
	padding-bottom: 8px;
}
#content_section section .section02 h6 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	color: #444444;
	padding-bottom: 8px;
}
#content_section section .section02 p {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #a09f9f;
	padding: 8px 0;
}
#content_section section .section02 .left_section {
	width: 576px;
	float: left;
	padding: 28px 104px;
}
#content_section section .section02 .left_section .find {
	margin-bottom: 10px;
}
#content_section section .section02 .left_section .find label {
	width: 214px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	color: #232323;
}
#content_section section .section02 .left_section .find input[type="text"] {
	margin: 0;
	padding: 10px;
	width: 260px;
	height: 20px;
	background: none;
	border: 1px solid #d3d3d3;
	border-right-color: #232323;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #a09f9f;
	float: left;
}
#content_section section .section02 .left_section .find input[type="submit"] {
	margin: 0;
	padding: 0;
	width: 80px;
	height: 42px;
	background: #232323;
	border: none;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
}
#content_section section .section02 .right_section {
	width: 384px;
	padding: 28px 0 28px 19px;
	float: right;
	border-left: 1px solid #bdbdbd;
}
#products_categories {
	height: 68px;
	background-color:#f2f2f2;
}
#products_categories h3 {
	float: left;
	background-color: #a67242;
	padding: 16px 20px;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #FFFFFF;
}
#products_categories nav {
	float: left;
}
#products_categories nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#products_categories nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #4c4b4b;
}
#products_categories nav ul li a {
	color: #4c4b4b;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 25px 19px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#products_categories nav ul li a:hover, #products_categories nav ul li a.active {
	color: #FFFFFF;
	background-color: #232323;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#products_filter {
	height: 20px;
	padding: 11px 20px;
	background-color: #f5f5f5;
	border: 1px solid #c9c9c9;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
	margin-top:10px;
}
#products_filter input[type="radio"] {
	margin-left: 44px;
	margin-right: 6px;
}
#products_banner {
}
#products_banner img {
	display: block;
}
#products_descrition {
	padding: 12px 0;
	border-bottom: 1px solid #e4e4e4;
}
#products_descrition p {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #4c4b4b;
	padding: 8px 0;
}
#products_listing {
	margin: 0 0 0 -49px;
	padding: 20px 0;
}
#products_listing .box {
	width: 350px;
	height: 300px;
	float: left;
	margin: 20px 0 30px 60px;
}
#products_listing .box figure {
	width:100%;
	height: 162px;
	float: left;
	text-align:center;
}

#products_listing .box figure img {
	max-height: 162px;
}	
#products_listing .box aside {
	width:100%;
	float: right;
	text-align: center;
	padding: 5px 0;
}
#products_listing .box article {
	padding:0px 0;
}
#products_listing h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	color: #995c04;
	padding: 15px 0 15px 49px;
}
#products_listing h3 {
	font-size: 14px;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
}
#products_listing h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #1a1a1a;
	padding: 8px 0;
}
#products_listing p {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	color: #000;
	padding: 4px 0;
}
#products_listing hr {
	background-color: #e5e5e5;
	border: none;
	height: 1px;
	margin:3px 0;
}
#products_listing p em {
	font-style: italic;
	padding: 8px 10px;
}
#products_back {
	margin: 15px 0;
	height: 26px;
}
#products_back img {
	float: left;
}
#products_back span {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #313030;
	text-transform: uppercase;
	float: left;
	background-color: #c3c3c3;
}
#products_back a {
	color: #313030;
	text-decoration: none;
}
#products_back a:hover {
	color: #995c04;
	text-decoration: none;
}
#product_details {
	padding: 15px 0;
	border-bottom: 1px solid #c3c3c3;
}
#product_details .left_section {
	width: 470px;
	float: left;
}
#product_details .left_section .image_gallery {
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 10px;
}
#product_details .left_section .data_sheet {
	padding: 20px;
}
#product_details .left_section .data_sheet h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #995c04;
	padding-bottom: 15px;
}
#product_details .left_section .data_sheet ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 50%;
	float: left;
}
#product_details .left_section .data_sheet ul li {
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #4c4b4b;
}
#product_details .left_section .data_sheet ul li a {
	color: #4c4b4b !important;
	text-decoration:underline;
	vertical-align: middle;
}
#product_details .left_section .data_sheet .pdf_icon {
	padding:0px 4px 0px 4px;
	vertical-align: middle;
}
#product_details .left_section .simple_tips {
	background-color: #efefef;
	padding: 20px;
}
#product_details .left_section .simple_tips h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 54px;
	color: #6e6e6e;
}
#product_details .left_section .simple_tips h4 img {
	float: left;
	margin-right: 15px;
}
#product_details .left_section .simple_tips p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	color: #1e1e1e;
	padding: 18px 0 0 0;
}
#product_details .right_section {
	width: 720px;
	float: right;
}
#product_details .right_section h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	color: #995c04;
	padding: 0 15px 15px 15px;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 15px;
}
#product_details .right_section h1 span {
	color: #1a1a1a;
	font-weight: normal;
}
#product_details .right_section p {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #4c4b4b;
	padding: 8px 15px;
}
#product_details .right_section .content01 {
}
#product_details .right_section .content02 {
	padding: 17px 15px;
	border-bottom: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
}
#product_details .right_section .content02 .lists {
	
	float: left;
	padding: 10px 0;
}
#product_details .right_section .content02 .lists ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#product_details .right_section .content02 .lists ul li {
	margin: 0;
	padding: 8px 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #4c4b4b;
	background: url(../images/icon-02.png) no-repeat 5px 10px;
}
#product_details .right_section .content02 .video {
	padding: 10px 0 10px 29px;
	width: 290px;
	float: right;
	border-left: 1px solid #c3c3c3;
}
#product_details .right_section .content03 {
	padding: 20px 0;
}
#product_details .right_section .content03 h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #995c04;
	padding: 0 15px 15px 15px;
}
#product_details .right_section .content03 p {
	padding: 8px 0;
}
#product_details .right_section .content03 p strong {
	font-weight: bold;
	font-size: 14px;
	color: #4c4b4b;
}
#product_details .right_section .content03 .box {
	padding: 0 15px;
	width: 210px;
	float: left;
}
#color_categories {
	height: 110px;
	background-color: #232323;
}
#color_categories .left {
	width: 170px;
	height: 72px;
	text-align: center;
	background-color: #3e3e3e;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	color: #bababa;
	padding: 19px 0;
}
#color_categories .right {
	width: 1050px;
	height: 72px;
	padding: 19px 4px;
	background: #232323 url(../images/icon-03.png) no-repeat center left;
}
#color_categories .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#color_categories .right ul li {
	margin: 0;
	padding: 10px 0 10px 30px;
	width: auto;
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #cecdcc;
	vertical-align: top;
}
#color_categories .right ul li:hover{ cursor: pointer;}
#color_categories .right ul li.active {
	color: #fff;
	font-weight: 700;
}
#color_categories .right ul li a {
	color: #cecdcc;
	text-decoration: none;
}
#color_categories .right ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#color_categories .right ul li a img {
	vertical-align: middle;
}
#color_lists {
	padding: 20px 0;
	margin: 0 0 0 -36px;
}
#color_lists .box {
	width: 280px;
	height: 420px;
	float: left;
	margin: 15px 0 15px 36px;
}
#color_lists .box figure {
	height: 184px;
}
#color_lists .box article {
	padding: 10px 0;
}
#color_lists .box article h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	color: #3e3e3e;
	padding: 8px 0;
	min-height: 58px;
}
#color_lists .box article p {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #4c4b4b;
	padding: 8px 0;
	min-height: 108px;
}
.readmore {
	width: 70px;
	height: 24px;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	margin: 8px 0;
}
.readmore a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #3e3e3e;
}
.readmore a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#color_store {
	border-top: 1px solid #bdbdbd;
}
#color_store .left_section {
	width: 600px;
	float: left;
	padding: 22px 19px;
}
#color_store .left_section .find {
	margin-bottom: 10px;
}
#color_store .left_section .find label {
	width: 230px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
	color: #232323;
}
#color_store .left_section .find input[type="text"] {
	margin: 0;
	padding: 10px;
	width: 260px;
	height: 20px;
	background: none;
	border: 1px solid #d3d3d3;
	border-right-color: #232323;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #a09f9f;
	float: left;
}
#color_store .left_section .find input[type="submit"] {
	margin: 0;
	padding: 0;
	width: 80px;
	height: 42px;
	background: #232323;
	border: none;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
}
#color_store p {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #4c4b4b;
	padding: 8px 0;
}
#color_store .right_section {
	width: 555px;
	padding: 0 0 0 25px;
	float: right;
	min-height: 150px;
	border-left: 1px solid #bdbdbd;
}
#color_store .right_section img {
	float: right;
	margin-left: 30px;
}
#color_store .right_section h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #232323;
	padding: 20px 0 0 0;
}
#color_range {
	margin-top: 20px;
}
#color_range .left_section {
	float: left;
	padding: 20px;
}
#color_range .left_section h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #232323;
	padding: 10px 0;
}
#color_range .left_section p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #525353;
}
#color_range .left_section p a {
	color: #525353;
	text-decoration: none;
}
#color_range .left_section p a:hover {
	color: #000000;
	text-decoration: none;
}
#color_range .left_section p span {
	padding: 0 8px;
}
#color_range .right_section {
	float: right;
	padding: 10px;
	background-color: #232323;
	margin-bottom: 10px;
}
#find_color {
	padding: 10px 20px;
}
#find_color h3 {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	color: #232323;
}
#find_color p {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	color: #232323;
	padding: 10px;
}
#find_color .search {
	margin: 5px 0;
	float: right;
	width: 440px;
	height: 40px;
	background-color: #323232;
	border-radius: 4px;
}
#find_color .search input[type="text"] {
	margin: 0;
	padding: 10px 10px;
	width: 380px;
	height: 20px;
	background: none;
	border: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #b9b9b9;
	float: left;
}
#find_color .search input[type="submit"] {
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/sprites.png) no-repeat 5px 5px;
	border: none;
	text-indent: -5000px;
	cursor: pointer;
}
#color_tabs {
	padding: 10px 0 36px 0;
}
#color_tabs .tabs {
	border-bottom: 1px solid #909090;
	margin-bottom:20px;
}
#color_tabs .tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#color_tabs .tabs ul li {
	margin: 0 0px 0 0px;
	padding: 0;
	float: left;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	color: #232323;
}
#color_tabs .tabs ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	background:#f5f5f5;
	border-top:1px solid #c9c9c9;
	border-left:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	/*BORDER RUDS*/
		-webkit-border-top-left-radius: 2px;
		-webkit-border-top-right-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-topright: 2px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
}
.tooltip-holder a {
	display:none;
	padding-left:10px;
	padding-top:4px;
}
#color_choose .right_section .top_part {
	position:relative;	
}
#color_choose  .tooltip-holder{
	position:absolute;
	top:50%;
	left:50%;
	width:100px;
	height:100px;
	margin-left:-50px;
	margin-top:-50px;
	color:#000;
	z-index:999;
}
#color_tabs .tabs ul li a.active {
	color: #4b4b4b;
	background: #FFF;
	margin: 0 0px -2px 0px;
	/*border-top:1px solid #909090;
	border-left:1px solid #909090;
	border-right:1px solid #909090;*/
	border:1px solid #909090;
	border-bottom:1px solid #FFF;
	/*BORDER RUDS*/
		-webkit-border-top-left-radius: 2px;
		-webkit-border-top-right-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-topright: 2px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;	
}
#color_tabs .tab_details {
	padding: 30px 0px;
}
#color_tabs .tab_details .box {
	width: 156px;
	height: 190px;
	float: left;
	margin: 0px 8px 20px;
	overflow:hidden;
}
#color_tabs .tab_details .box:first-child{
	/*margin:0px 8px 20px 0px;*/
}

.home .section01 h2 a{ color: #fff;}
@media only screen and (max-width:360px) {
	#color_tabs .tab_details .box ,#color_tabs .tab_details .box:first-child {
		float:none;
		margin:10px auto;
		height:auto;
	}
}
.view {
	width: 156px;
	height: 234px;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.view .mask, .view .content {
	 display: table;
    height: 191px;
    left: 0;
    overflow: hidden;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 153px;
}
.view img {
	display: block;
	position: relative;
}
.view a.info {
	 color: #000000;
    display: table-cell;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 100%;
    line-height: 24px;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
}
.view a.info: hover {
}
.view-first img {
}
.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(0,0,0, 0.9);
}
.view-first:hover img {
}
.view-first a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(0,0,0, 0);
}
.view-first:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.view-first:hover a.info {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
#color_choose {
	padding: 30px 0;
}
#color_choose .left_section {
	width: 670px;
	float: left;
}
#color_choose .left_section .top_part {
	min-height: 466px;
}
#color_choose .left_section .bot_part {
	padding: 20px 0;
	height: auto;
}
#color_choose .left_section .bot_part .more_color {
	border-right: 1px solid #8f8f8f;
	padding-right: 10px;
	height: 34px;
	float: left;
}
#color_choose .left_section .bot_part .more_color h6 {
	font-size: 12px;
	font-weight: normal;
	line-height: 34px;
	color: #5e5d5d;
	float: left;
	padding-right: 20px;
}
#color_choose .left_section .bot_part .more_color .prev {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 5px;
}
#color_choose .left_section .bot_part .more_color .next {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 5px;
}
#color_choose .left_section .bot_part .choose_color {
	padding-left: 15px;
	float: left;
}
#color_choose .left_section .bot_part .choose_color h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	color: #5e5d5d;
	float: left;
	padding-right: 20px;
}
#color_choose .right_section {
	width: 512px;
	float: right;
}
#color_choose .right_section .top_part {
}
#color_choose .right_section .bot_part {
	padding: 20px 0;
}
#color_choose .right_section .bot_part h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	color: #232323;
	float: left;
}
#color_choose .right_section .bot_part p {
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #232323;
	float: left;
}
#color_choose .right_section .top_part img {
	display: block;
}
ul.blueShades, ul.showcolour {
	float: left;
	list-style: none;
}
ul.blueShades li, ul.showcolour li {
	float: left;
	width: 66px;
	height: 66px;
	margin: 0 1px 1px 0;
	position: relative;
}
ul.blueShades li a {
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #FFF;
	border-top: none;
}
ul.blueShades li a:hover {
	border: 4px solid #000;
	z-index: 100;
	position: absolute;
	top: -3px;
	left: -3px;
}
ul.showcolour {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 20px 0;
	display: none;
}
ul.showcolour li {
	margin: 3px;
}
ul.showcolour li small {
	width: 66px;
	height: 66px;
	display: block;
}
ul.blueShades li div.tooltip span a {
	border: none !important;
}
ul.blueShades li div.tooltip span a:hover {
	border: none !important;
	position: inherit !important;
	top: auto !important;
	left: auto !important;
}
ul.rangeShades {
	float: left;
	list-style: none;
}
ul.rangeShades li {
	float: left;
	width: 37px;
	height: 37px;
	margin: 0 1px 1px 0;
	position: relative;
}
ul.rangeShades li a {
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #FFF;
}
ul.rangeShades li a:hover {
	border: 1px solid #000;
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content-area {
	padding: 30px 0;
	min-height: 400px;
}
#colourdispaly {
	padding: 30px 0;
}
#scrapbook {
	padding: 40px 100px;
	min-height: 860px;
	background: url(../images/scrapbook.png) no-repeat top;
}
#scrapbook .color_scrapbook {
	margin: 30px 0;
	padding: 0;
	width: 47%;
	float: left;
	height: 700px;
	overflow: auto;
	background: #f9f9f9 url(../images/color-bg.png) repeat-x bottom left;
	border: 1px solid #CCC;
}
table#my_color {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table#my_color th {
	margin: 0;
	padding: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: none;
	color: #323232;
	text-align: left;
	background: #FFF url(../images/color-bg.png) repeat-x bottom left;
}
table#my_color td {
	margin: 0;
	padding: 20px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-collapse: collapse;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: none;
	color: #323232;
}
#scrapbook .idea_scrapbook {
	margin: 30px 0;
	padding: 0;
	width: 47%;
	float: right;
	height: 700px;
	overflow: auto;
	background: #f9f9f9 url(../images/color-bg.png) repeat-x bottom left;
	border: 1px solid #CCC;
}
table#my_idea {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table#my_idea th {
	margin: 0;
	padding: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: none;
	color: #323232;
	text-align: left;
	background: #FFF url(../images/color-bg.png) repeat-x bottom left;
}
table#my_idea td {
	margin: 0;
	padding: 20px;
	border-bottom: 1px solid #CCC;
	border-collapse: collapse;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: none;
	color: #323232;
}
h1.entry-title {
}
.add_idea {
	float: right;
	background: #1689FE url(../images/idea-sign.png) no-repeat left;
	color: #FFF;
	margin-bottom: 20px;
	font-weight: bold;
	position: relative;
}
.add_idea a {
	color: #FFF !important;
	text-decoration: none;
	padding: 10px 10px 10px 30px;
	display: block;
}
.myideasdetails {
	margin: 0 0 20px 0;
	padding: 20px;
	background-color: #f1f1f1;
}
.myideasdetails .left_section {
	width: 280px;
	float: left;
}
.myideasdetails .right_section {
	width: 850px;
	float: right;
}
.myideasdetails .right_section h3 {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 24px;
	line-height: 26px;
	color: #000;
	font-weight: 600;
}
.myideasdetails .right_section p {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
	padding: 10px 0;
}
/* 	-----------------------------------------------------
	------------------- Footer Styles -------------------
	----------------------------------------------------- */
#footer_section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
}
#footer_section footer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
}
#footer_section footer .section01 {
	height: 80px;
	position: relative !important;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	z-index:999;
}
#footer_section footer .section01 .box01 {
	padding: 14px 0px;
	float: left;
	width:49%;
	border-right: 1px solid #333333;
}
#footer_section footer .section01 .box02 {
	padding: 14px 0px;
	float: left;
	width:100%;
	border-right: 1px solid #333333;
}
#footer_section footer .section01 .box03 {
	padding: 0 20px;
	float: left;
}
/*#footer_section footer .section01 img {
	display:inline-block;
}*/

#footer_section footer .section01 a.roundimg {
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50%;
    float: left;
    height: 70px;
    margin-right: 15px;
    width:70px;
	text-align:center;
	overflow:hidden;
	margin-left:14px;
}
#footer_section footer .section01 a.roundimg img {
	max-width:100%;
	max-height:100%;
}

#footer_section footer .section01 > div > a {
	float: left;
	margin-right: 15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	height: 70px;
	width: 70px;
	margin-top: 5px;
	background: #FFF;
	text-align:center;
	overflow:hidden;	
}
#footer_section footer .section01 h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 18px;
	color: #084778;
	white-space: nowrap;
	padding: 22px 0 0 0;
	float: left;
}
#footer_section footer .section01 h3 span {
	display: block;
	color: #FFF;
	font-weight:bold;
}
#footer_section footer .section01 h3 a {
	color: #FFF;
	text-decoration: none;
}
#footer_section footer .section01 .right {
	padding: 20px 15px;
}
#footer_section footer .section01 .mycolors {
	float: left;
	margin: 5px;
	width: 130px;
	height: 30px;
	background-color: #63c0b6;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	color: #FFF;
	text-align: center;
}
#footer_section footer .section01 .mycolors a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#footer_section footer .section01 .myideas {
	float: left;
	margin: 5px;
	width: 130px;
	height: 30px;
	background-color: #a4c11f;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	color: #FFF;
	text-align: center;
}
#footer_section footer .section01 .myideas a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#footer_section footer .section01 .viewproject {
	/*float: left;*/
	margin:33px auto 0 auto;
	/*margin: 5px;*/
	width: 130px;
	height: 30px;
	background-color: #ecb01a;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	color: #FFF;
	text-align: center;
}
#footer_section footer .section01 .viewproject a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#footer_section footer .section02 {
	padding: 50px 0;
}
#footer_section footer .section02 .left {
	padding: 0 10px 0 20px;
}
#footer_section footer .section02 .left h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #084778;
	padding-bottom: 10px;
}
#footer_section footer .section02 .left ul {
	margin: 0;
	padding: 0 15px;
	list-style: disc;
}
#footer_section footer .section02 .left ul li {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #878888;
}
#footer_section footer .section02 .left ul li a {
	color: #878888;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#footer_section footer .section02 .left ul li a:hover {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#footer_section footer .section02 .right {
	padding: 0 20px;
	width: 250px;
}
#footer_section footer .section02 .newsletter {
	padding: 15px;
	width: 220px;
	background-color: #00a3e3;
	float: left;
}
#footer_section footer .section02 .newsletter h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	color: #FFF;
	padding-bottom: 5px;
}
#footer_section footer .section02 .newsletter input[type="text"] {
	margin: 0;
	padding: 5px 2%;
	width: 96%;
	height: 20px;
	background: #FFF;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #5e5e5e;
}
#footer_section footer .section02 .call {
	padding: 12px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #ababab;
	float: left;
}
#footer_section footer .section02 .socials {
	padding: 12px 0;
	float: right;
}
#footer_section footer .section02 .socials ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_section footer .section02 .socials ul li {
	margin: 0 0 0 6px;
	padding: 0;
	float: left;
	width: 22px;
	height: 22px;
}
#footer_section footer .section02 .socials ul li.fb a {
	width: 22px;
	height: 22px;
	display: block;
	background: url(../images/sprites.png) no-repeat 0 -320px;
	text-indent: -5000px;
}
#footer_section footer .section02 .socials ul li.gp a {
	width: 22px;
	height: 22px;
	display: block;
	background: url(../images/sprites.png) no-repeat -22px -320px;
	text-indent: -5000px;
}
#footer_section footer .section02 .socials ul li.tw a {
	width: 22px;
	height: 22px;
	display: block;
	background: url(../images/sprites.png) no-repeat -44px -320px;
	text-indent: -5000px;
}
#footer_section footer .section02 .socials ul li.yt a {
	width: 22px;
	height: 22px;
	display: block;
	background: url(../images/sprites.png) no-repeat -66px -320px;
	text-indent: -5000px;
}
#footer_section footer .section03 {
	background: url(../images/copy_top.gif) repeat-x 0 0;
	padding: 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #878888;
}
#footer_section footer .section03 a {
	color: #878888;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#footer_section footer .section03 a:hover {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#footer_section footer .section03 .left {
	font-size: 12px;
}
#footer_section footer .section03 .right {
	font-size: 14px;
}
/*===============

PAINNT CALCULATOR STYLES
=================*/
.contentLeft-cal {
	float: left;
	width: 20%;
	margin-bottom: 24px;
	margin-top: 30px;
}
#power-sideNav {
	margin-bottom: 20px;
}
#power-sideNav h3 {
	background-color: #1689fe;
	color: #fff;
	padding: 14px 0 14px 15px;
	font-size: 18px;
	font-weight: bold;
}
#power-sideNav ul {
	border-left: 1px solid #e5e6e8;
	border-right: 1px solid #e5e6e8;
	border-bottom: 1px solid #E5E6E8;
}
#power-sideNav a {
	color: #192435;
	display: block;
	padding: 14px 30px 14px 15px;
	background: #fcfcfc url(../images/nav-rightArrow.png) 90% 50% no-repeat;
}
#power-sideNav a.active,  #power-sideNav a:hover {
	background-color: #e5e5e5;
}
#power-sideNav li {
	margin: 1px 0 0 0;
}
#power-sideNav .last {
	border-bottom: none;
}
.power-intro-right a.active {
	text-decoration: underline;
}
.side-storeFind {
	margin: 0;
}
.contentLeft-cal .left_sec {
	margin: 0px;
	width: 100%;
}
.contentLeft-cal .left_sec .store {
	float: none;
	width: auto;
	margin-left: 0;
}
.contentLeft-cal .left_sec .store h3 {
	font-size: 18px;
	font-weight: bold;
	color: #1689fe;
}
.sectionRight-cal {
	float: right;
	width: 78%;
	margin-bottom: 24px;
}
.calc .sectionRight-cal .tabs {
	width: 100%;
}
.calc.basic .sectionRight-cal .tabContent {
	width: 100%;
	background:#f6f6f6;
	border-right:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
}
.sectionRight-cal .calcBlock2_right {
	width: 74%;
}
.sectionRight-cal .paintDesign_sec {
	width: 100%;
}
.sectionRight-cal .paintDesign_top h2 {
	float: none;
	display: inline-block;
	vertical-align: middle;
	clear: none;
}
.sectionRight-cal .paintDesign_top span {
	float: right;
}
.sectionRight-cal .paintDesign_top {
	width: auto;
	float: none;
	display: block;
	position: relative;
}
.sectionRight-cal .paintDesign_bottom {
	width: 100%;
}
.paintDesign_right.surfaceLitreage {
	border-right: 1px solid #c9c9c9;
	margin-top: 12px;
	padding-top: 0;
}
#form-wrap p.email {
	float: left;
	width: 74%;
}
p.submit {
	float: left;
	width: 26%;
}
#form-wrap p {
    float: left;
    
   
}
p.submit input[type="submit"] {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	background-color: #000;
	border: none;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
}
#searchForm {
	width: 296px;
	padding: 20px;
	float: left;
	background-color: #00A3E3;
	margin-top: 30px;
}
#searchForm label {
	padding: 10px 0;
	width: 100% !important;
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	text-align: left !important;
}
#searchForm input[type="text"] {
	margin: 0;
	padding: 5px;
	width: 96% !important;
	background-color: #FFF;
	border: 1px solid #333 !important;
	color: black;
	font-size: 14px;
}
#searchForm select {
	margin: 0;
	padding: 5px;
	width: 100% !important;
	background-color: #FFF;
	border: 1px solid #333 !important;
	color: black;
	font-size: 14px;
}
#addy_in_radius {
	width: 100% !important;
}
#radius_in_submit {
	margin: 0 !important;
	padding: 10px 0 !important;
}
#radius_in_submit input[type="submit"] {
	margin: 0;
	padding: 5px 20px !important;
	width: auto;
	height: 30px;
	background-color: #000 !important;
	border: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
div#sl_div div#map {
	float: right !important;
	width: 874px !important;
	margin-top: 30px;
	border-bottom: 1px solid #CCCCCC;
}
div#sl_div div#slp_tagline {
	float: right !important;
	width: 874px !important;
}
div#sl_div div#slp_tagline {
	clear: both !important;
	display: none !important;
}
div#map_sidebar {
	clear: both !important;
	padding: 30px 0;
}
div.results_row_left_column {
	padding: 2% !important;
	width: 36% !important;
}
div.results_row_center_column {
	padding: 2% !important;
	width: 36% !important;
}
div.results_row_right_column {
	padding: 2% !important;
	width: 14% !important;
}
.results_wrapper {
	margin: 10px 0 !important;
	background-color: #f1f1f1 !important;
	font-size: 14px;
	line-height: 20px;
}
span.slp_result_contact a {
	background: #00A3E3 url(../images/directions-sign.png) no-repeat left;
	padding: 10px 10px 10px 40px !important;
	width: auto !important;
	border-radius: 5px;
	color: #FFF !important;
	font-size: 16px;
	font-weight: bold;
}
span.slp_result_contact a:hover {
	background: #00A3E3 url(../images/directions-sign.png) no-repeat left !important;
}
.sectionRight-page {
	margin-top: 61px;
}

/*COLOR TRENDS*/
section#content_section section.clearfix.color-trends{
	min-height:300px;
	padding:20px 0;
}
/*18-08-2014*/
section#content_section section.clearfix div#color_categories.media_color{
	height:60px;
}
div#color_categories.media_color div.right{
	height:40px;
	padding:10px 4px;
}



section#content_section section.clearfix div#color_categories.media_color div.left{
	background-color: #3e3e3e;
    color: #bababa;
    font-size: 20px;
    font-weight: normal;
    height: auto !important;
    line-height: 36px;
    padding: 12px 0;
    text-align: center;
    width: 170px;
}
div#color_lists.clearfix.media_pg div.box figure{
	height:auto !important;
}
.captifyTitle {
	clear:both;

}
.captifyTitle h3{
    font-family: 'Nunito',sans-serif;
    font-size: 17px;
    color: #024970;
}
div#color_lists.clearfix.media_pg div.box figure a img:hover{
	opacity: 0.6;
	transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
div#color_lists.clearfix.media_pg div.box{
	height:260px;
	background: none repeat scroll 0 0 #e7f3fd;
	padding:10px 10px;
	width: 260px;
	position:relative;
}
.jf_category_title {
    background: none repeat scroll 0 0 #0a2949;
    bottom:100px;
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
    padding: 5px 13px;
    position: absolute;
    text-transform: uppercase;
}
/*blog page*/
body.blog.masthead-fixed.list-view.full-width.footer-widgets{
	background:url(../images/blog_bg.jpg) top center repeat-x;
}
body.archive.date.masthead-fixed.list-view.full-width.footer-widgets{
	background:url(../images/blog_bg.jpg) top center repeat-x;
}



/*	--------------------------------------------------
	Pupup Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
	}
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -310px;
	width: 50%;
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding:10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	}
	
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
} 


.wpcf7-form{
	margin-top:10px;
}
#myModal {
    background-color:#F2F7F9;
    border: 6px solid #232323;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
	z-index:999;
}
 
#myModal h1 {
    font-size: 30px;
    text-align: center;
	border-bottom:1px solid #cfcfcf;
	padding-bottom:5px;
	margin-bottom:10px;
}
 
#myModal h2 {
    margin-bottom:15px;
    font-style:italic;
    font-weight:normal;
}
 
#myModal input,
#myModal select,
#myModal textarea,
#myModal label {
    font-size:15px;
    margin-bottom:2px;
}
 
#myModal input,
#myModal select,
#myModal textarea {
    width:99%;
    border: 1px solid #CEE1E8;
    margin-bottom:6px;
    padding:4px;
}
 
 
#myModal textarea {
    height:150px;
    resize: none;
}
 
#myModal label {
    display:block;
}
 
#myModal .required {
    font-weight:bold;
    color:#F00;   
}
 
#myModal #submit-button {
    width: 100px;
    background-color:#333;
    color:#FFF;
    border:none;
    display:block;
    float:right;
    margin-bottom:0px;
    margin-right:6px;
    background-color:#8FB5C1;
    -moz-border-radius:8px;
}
 
#myModal #submit-button:hover {
    background-color: #A6CFDD;
}
 
#myModal #submit-button:active {
    position:relative;
    top:1px;
}
 
#myModal #loading {
    width:32px;
    height:32px;
    background-image:url(../img/loading.gif);
    display:block;
    position:absolute;
    right:130px;
    bottom:16px;
    display:none;
}
 
#errors {
    border:solid 1px #E58E8E;
    padding:10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
    display:none;
}
 
#errors li {
    padding:2px;
    list-style:none;   
}
 
#errors li:before {
    content: ' - ';   
}
 
#errors #info {
    font-weight:bold;
}
 
#errors #info:before {
    content: '';   
}
 
#success {
    border:solid 1px #83D186;
    padding:25px 10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
    font-weight:bold;
    display:none;
}
 
#errors.visible, #success.visible {
    display:block;   
}
 
#req-field-desc {
    font-style:italic;
}
 
/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}
 
/* Normalize placeholder styles */
 
/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}
 
/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}
 
/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  {
    color:#CCC;
    font-style:italic;
}
.wpcf7-submit, .wpcf7-submit:focus{
	background:#232323;
	border:2px solid #232323;
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
}
/*INNER PAGE*/
.inner_contant{
	margin-top:30px;	
}
.inner_contant h3{
	padding:5px 0px;
}
.power-intro-txt{
	line-height:18px;
	font-size:14px;
}
.img_marg{
	margin:10px 0px;
	float:left;
}
div.text_con {
	float: left;
	width: 70%;
	margin-bottom: 30px;
}

/*21-08-2014*/
#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
}
 
#breadcrumbs li{
    float:left;
    margin-right:7px;
}
 
#breadcrumbs .separator{
    font-weight:700;
    font-size:10px;
    color:#333;
}
#breadcrumbs a{
	color:#a36f4a;
}

.tagline {
	font: 17px/27px 'Nunito', sans-serif;
	margin-bottom: 20px;
}
.power-intro-txt h4{
	font-size: 16px;
	line-height: 2.4;
}
.power-intro-txt p {
	padding: 0;
	margin: 18px 0;
}
.power-intro-txt ul {
	margin-left: 18px;
	list-style: disc;
}
.power-intro-txt a {
	color: #1A81B2;
}
.listing_sheet{
	width:99%;
	float:left;
	clear:both;
	margin-top:20px;
}
.listing_sheet .item {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dfdfdf;
}
.fRight {
	float: right;
}
/*22-08-14*/
.full_set{
	width:100%;
	clear:both;
	float:left;
}


.tab_search .search {
	margin: 2px 0;
	float: right;
	width: 300px;
	height: 30px;
		border: solid 1px #bcbcbc;
		border-radius: 3px;
		color: #666666;
}
.tab_search .search input[type="text"] {
	margin: 0;
	padding: 10px 10px;
	width: 240px;
	height: 10px;
	background: none;
	border: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	float: left;
}
.tab_search .search input[type="submit"] {
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/sprites.png) no-repeat 5px 1px;
	border: none;
	text-indent: -5000px;
	cursor: pointer;
}
.red_more{
	font: 13px/16px;
	color: #1a81b2;
	margin: 4px 0 2px;
	display: inline-block;
}
#innerbanner_section{
	padding:20px 0 0 !important;
}

div.box.set{
	width:290px !important;
}


/*Contact us*/
.about-row1 {
	width: 100%;
	float: left;
}
.contact_us-wrap {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.contat-leftbar {
	width: 20%;
	margin-right: 4%;
	float: left;
}
.contat-middle h3, .contat-leftbar h3, .contact-rightbar h3 {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 12px;
	text-align: left;
}
.contat-leftbar p {
	font-size: 13px;
	color: #939393;
	padding: 13px 0;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}
.contat-leftbar p span {
	font-weight: bold;
}
.contact-icons {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.contact-icons-row {
	width: 100%;
	float: left;
	color: #333333;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	margin: 5px 0;
}
.contact-icons-row img {
float: left;
margin-right: 4.5%;
}
.contat-middle {
width: 43%;
margin-right: 6%;
float: left;
}
.contact-rightbar {
width: 26%;
float: left;
/*height: 300px;*/
}

.con_form input[type=text]{
	margin-top: 12px;
	width: 91%;
	float: left;
	padding: 8px 2%;
	border-radius: 1px;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	font-family: 'Open Sans';
}
.con_form input[type=email]{
	margin-top: 12px;
	width: 91%;
	float: left;
	padding: 8px 2%;
	border-radius: 1px;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	font-family: 'Open Sans';
}
.con_form input[type=tel]{
	margin-top: 12px;
	width: 91%;
	float: left;
	padding: 8px 2%;
	border-radius: 1px;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	font-family: 'Open Sans';
}
.con_form textarea {
	margin-top: 12px;
	width: 87%;
	float: left;
	padding: 12px 4%;
	border-radius: 1px;
	border: 1px solid #d2d2d2;
	resize: none;
	color: #666666;
	font-size: 14px;
	font-family: 'Open Sans';
	height: 48px;
	line-height: 20px;
}
.sent-button {
	padding: 8px 42px;
	width: 32px;
	background: #232323;
	border-radius: 6px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Open Sans';
	float: left;
	width: auto;
	margin-top: 25px;
}

.con_form div.wpcf7-mail-sent-ok{float:left;}
.con_form div.wpcf7-validation-errors{float:left;}

div.contat-leftbar a{
	color:#00a3e3;
}
a.pdf-st{
	background: url(../images/pdf-icon.png) no-repeat right;
	display: inline-block;
	line-height: 40px;
	padding: 0 25px 0 0px;
	font-size: 12px;
}

/*Footer Menu*/
ul#menu-footer-menu{
		
}
ul#menu-footer-menu li{
	padding:0 10px 0 20px;
	display:inline;		
}
ul#menu-footer-menu li:first-child{
	padding:0px;
}
ul#menu-footer-menu li a{
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #084778;
	padding-bottom: 10px;
}
.rightfdiv {
	float:right;
	width:33%;
}
.leftdiv {
	float:left;
	width:33%;
}
.news_box{
	background-color: #00a3e3;
	float: right;
	padding: 23px 0;
	width:33%;
	/*margin-left:8%;*/
}
.news_box input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #5e5e5e;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 5px 2%;
    width: 96%;
}

.news_box h4 {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 5px;
	padding-left:14px;
}
.news_box .sendpress {
	padding-left:14px;
}
.news_box p.submit {
	margin-right:14px;
}
.news_box #form-wrap p.email {
	width:69%;
}
.sendpress-signup-form #thanks {
	margin:0 !important;
}
.sendpress-signup-form #error {
	position:absolute;
	left:0;
	top:24px;
}
.ajaxloader {
	position:absolute;
	right: 23px;
    top: -35px;
}
#color_categories .right ul li {
	margin:18px 0;
}
.about-logo-block {
	list-style:none;
	margin:30px -10px;	
}
.about-logo-block:after,
.about-logo-block:before {
	content:'';
	display:table;
	clear:both;	
}
.about-logo-block li {
	float:left;
	width:25%;
	padding:0 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;	
}


.ul-list {
	list-style:none;
	margin-bottom:20px;
	font-size:14px;
	list-style-type:disc;
	margin-left:20px;	
}
.ul-list > li {
	line-height:1.5;
	margin-bottom:7px;	
}
img.alignleft {
	float:left;
	margin:0 20px 20px 0;	
}
img.alignright {
	float:right;
	margin:0 0px 20px 20px;	
}
img.aligncenter {
	margin:20px auto 20px;
	display:block;	
}
img.alignnone {
	margin:0 20px 20px 0;	
}


.top-phone{ float:left; color:#FFFFFF; font-size:18px; margin-left:75px;}
.top-phone img{ width:32px; display:block; margin-right:10px; margin-top:7px; float:left;}
.top-phone span{ margin-top:16px; display:inline-block;}



@media all and (max-width:767px) {
	.about-logo-block li {
		width:50%;	
	}
}


@media (max-width:1023px){
.top-phone{ margin-left:0; margin-right:20px;}
}

.view_detail{float: left;}
.buy_now{float: right;}
.buybutton{clear: both;}
.buy_now_single {
    
float: left;
width: 130px;
height: 30px;
background-color: #995c04;
border-radius: 4px;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 30px;
color: #FFF;
text-align: center;
margin-top: 15px;
}






