html {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    min-height: 100%;
    padding-bottom: 134px;
    font-size: 16px;
    color: #3f4a52;
    background-color: #f6f6f6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    color: #3f4a52;
}

a:hover,
a:focus {
    color: #000;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}



/* general styles */

.alignleft {
    float: left;
    margin-right: 28px;
}

.alignright {
    float: right;
    margin-left: 28px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignnone {
    float: none;
}

.relative {
    position: relative;
}

.margin-top-16 {
    margin-top: 16px;
}

.static {
    position: static;
}

.display-table {
    display: table;
}

.text-align-right {
    text-align: right;
}



/* header styles */

.header {
    padding: 14px 0 0 0;
    background-color: #80206d;
}

.header-container {
    margin-bottom: -6px;
    padding-bottom: 6px;
    background: url(../images/theme/header-shadow.png) bottom left repeat-x;
    background-size: 100% 6px;
}

.header .header-wrapper {
    display: table;
    width: 100%;
}

.header .logo-wrapper {
    display: table-cell;
    padding: 0 32px 9px 0;
    vertical-align: middle;
}

.header .menu-wrapper {
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
}

.header .logo {
    white-space: nowrap;
}

.header .logo img {
    max-width: 120px;
    max-height: 79px;
}

.header .logo span {
    display: inline-block;
    line-height: 1;
    padding-bottom: 4px;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 20px;
    font-weight: normal;
    vertical-align: bottom;
}

.header .brandings {
    padding-bottom: 16px;
    text-align: center;
}

.header .brandings .brands {
    display: inline;
    margin: 0;
    padding: 0;
}

.header .brandings .brands li {
    list-style: none;
    display: inline-block;
    padding: 0 16px;
}

.header .brandings .brands li img {
    max-height: 24px;
}

.header-socials {
    text-align: right;
}

.header-socials ul,
#megaMenu ul.socials {
    margin: 0;
    padding: 0;
}

#megaMenu ul.socials {
    padding-bottom: 8px;
}

.header-socials ul li,
#megaMenu ul.socials li {
    list-style-type: none;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    border-width: 0 ! important;
    vertical-align: middle;
}

.header-socials ul li:last-child {
    margin-right: 0;
}

#megaMenu ul.socials li:first-child {
    margin-left: 0;
}

.topnav #megaMenu ul li {
    padding: 8px 0 4px 0;
}

.header-socials ul li span.text,
#megaMenu ul.socials li span.text {
    display: block;
    width: 28px;
    height: 28px;
    font-size: 0;
    text-indent: -9999px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.header-socials ul li.instagram span.text,
#megaMenu ul.socials li.instagram span.text {
    background-image: url(../images/theme/socials-instagram-28px.png);
}

.header-socials ul li.pinterest span.text,
#megaMenu ul.socials li.pinterest span.text {
    background-image: url(../images/theme/socials-pinterest-28px.png);
}

.header-socials ul li.facebook span.text,
#megaMenu ul.socials li.facebook span.text {
    background-image: url(../images/theme/socials-facebook-28px.png);
}

.header-socials ul li.twitter span.text,
#megaMenu ul.socials li.twitter span.text {
    background-image: url(../images/theme/socials-twitter-28px.png);
}

.header-socials ul li.youtube span.text,
#megaMenu ul.socials li.youtube span.text {
    background-image: url(../images/theme/socials-youtube-28px.png);
}

.header-search .form-group {
    margin-bottom: 0;
}

.header-search {
    height: 40px;
    padding: 5px 8px 0 8px;
    text-align: right;
    border-left: #b5bfc5 1px solid;
}

#searchform .form-group {
    margin: 0;
}



/* Primary Navigation styles */

.topnav {
    height: 40px;
    margin: 0;
    padding: 0 0 6px 16px;
    background: url(../images/theme/topnav-texture.png) top left repeat-x;
    background-size: contain;
    border-radius: 16px 0px 0px 0px;
    -moz-border-radius: 16px 0px 0px 0px;
    -webkit-border-radius: 16px 0px 0px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.topnav ul.menu {
    margin: 0;
    padding: 0;
}

.topnav ul.menu li {
    list-style-type: none;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 28px;
    border-right: #b5bfc5 1px solid;
}

.topnav ul.menu li:first-child {
    padding-left: 0;
}

.topnav ul.menu a {
    color: #3f4a52;
}

.topnav ul.menu a:hover,
.topnav ul.menu a:focus {
    color: #80206d;
}

.topnav .form-group {
    margin: 5px 0 0 0;
    padding: 0;
}

.topnav .newsletter-signup-text {
    display: block;
    line-height: 40px;
    text-align: right;
}

.topnav .nav-search {
    position: absolute;
    width: 100%;
    right: 0;
    top:0;
}

.topnav .nav-search > div {
    z-index: 101;
}

.topnav .menu-post {
    overflow: hidden;
    vertical-align: top;
}

.topnav .menu-post * {
    vertical-align: top;
}

.topnav .menu-post img {
    /*display: inline-block;*/
    float: left;
    width: 84px;
    margin-right: 8px;
}

.topnav .getting-started-menu {
    font-size: 15px;
    font-weight: 500;
    font-family: "museo-slab";
    text-transform: uppercase;
}

.topnav #megaMenu .getting-started-menu li {
    height: 46px;
    line-height: 46px;
    padding-left: 54px;
    border-width: 0 ! important;
}

.topnav #megaMenu .getting-started-menu li a {
    display: table;
    width: 100%;
    height: 46px;
    vertical-align: middle;
}

.topnav #megaMenu .getting-started-menu li a span {
    display: table-cell;
    height: 46px;
    vertical-align: middle;
}

.topnav #megaMenu p {
    margin-bottom: 4px;
    line-height: 1.2;
    font-family: 'Myriad Pro';
    text-transform: none;
}

.topnav #megaMenu .getting-started-menu li.project-videos {
    background: url(../images/theme/menu-project-videos.png) center left no-repeat;
    background-size: 44px 43px;
}

.topnav #megaMenu .getting-started-menu li.techniques {
    background: url(../images/theme/menu-techniques.png) center left no-repeat;
    background-size: 46px 46px;
}

.topnav #megaMenu .getting-started-menu li.see-all-projects {
    background: url(../images/theme/menu-see-all-projects.png) center left no-repeat;
    background-size: 43px 43px;
}

.topnav #megaMenu .getting-started-menu li.new-products {
    background: url(../images/theme/menu-new-products.png) center left no-repeat;
    background-size: 44px 43px;
}

.topnav #megaMenu .getting-started-menu li.new-product-catalog {
    background: url(../images/theme/menu-new-product-catalog.png) center left no-repeat;
    background-size: 44px 43px;
}



/* breadcrumbs styles */

.breadcrumbs {
    margin-top: 6px;
    color: #9aa6ac;
}

.breadcrumbs a {
    color: #9aa6ac;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: #34495e;
}



/* Footer styles */

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 14px 0;
    background-color: #80206d;
}

.footer .row {
    text-align: center;
}

.footer .row > div {
    display: inline-block;
}

.footer ul.menu {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer ul.menu li {
    list-style-type: none;
    display: inline-block;
    padding: 0 22px;
    line-height: 1 ! important;
    border-right: #fff 1px solid;
}

.footer ul.menu li:first-child {
    padding-left: 0;
}

.footer ul.menu a {
    color: #fff;
    font-weight: normal;
}

.footer ul.menu a:hover,
.footer ul.menu a:focus {
    color: #ccc;
}

.footer ul.menu.right-menu {
    display: inline-block ! important;
}

.footer ul.menu.right-menu li {
    list-style-type: none;
    display: inline-block;
    padding: 0 22px;
    line-height: 1 ! important;
    color: #fff;
    border-left: #fff 1px solid;
    border-right: none;
}

.footer ul.menu.right-menu li span.made-in-usa {
    display: block;
    padding-left: 36px;
    background: url(../images/theme/made-in-usa.png) center left no-repeat;
    background-size: 26px 14px;
}

.footer ul.menu.right-menu li span.we-give-back {
    display: block;
    padding-left: 32px;
    background: url(../images/theme/we-give-back.png) center left no-repeat;
    background-size: 25px 15px;
}

.footer ul.menu.right-menu li:last-child {
    padding-right: 0;
}

.footer ul.socials {
    display: inline-block;
    margin: 0 22px;
    padding: 0;
}

.footer ul.socials li {
    list-style-type: none;
    display: inline-block;
    margin-left: 8px;
    padding-top: 4px;
    vertical-align: top;
}

.footer ul.socials li:first-child {
    margin-left: 0;
}

.footer ul.socials li span.text {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 0;
    text-indent: -9999px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer ul.socials li.pinterest span.text {
    background-image: url(../images/theme/socials-pinterest-18px.png);
}

.footer ul.socials li.facebook span.text {
    background-image: url(../images/theme/socials-facebook-18px.png);
}

.footer ul.socials li.twitter span.text {
    background-image: url(../images/theme/socials-twitter-18px.png);
}

.footer ul.socials li.youtube span.text {
    background-image: url(../images/theme/socials-youtube-18px.png);
}

.footer .developed-by {
    font-size: 12px;
    color: #fff;
	opacity:0.4;
}

.footer .developed-by a,
.footer .developed-by a:hover,
.footer .developed-by a:focus {
    color: #fff;
    font-weight: normal;
}

.footer .developed-by img {
    margin-left: 8px;
	opacity:0.4;
}



/* category template styles */

.category-title {
    height: 89px;
    margin-bottom: 20px;
    background: url(../images/theme/taxonomy-title-texture.png) top left repeat-x;
    background-size: contain;
}

.category-title h2.taxonomy-title {
    display: table-cell;
    width: 100%;
    height: 89px;
    font-size: 28px;
    font-weight: normal;
    color: #3f4a52;
    text-align: right;
    vertical-align: middle;
}

.category-title .taxonomy-description {
    display: table-cell;
    width: 100%;
    height: 89px;
    line-height: 1.7;
    font-size: 12px;
    color: #3f4a52;
    vertical-align: middle;
}

.category-title .taxonomy-description .description {
    padding-left: 28px;
    border-left: #dcddde 1px solid;
}

.category-title .taxonomy-description p {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: inherit;
}

.category-title .taxonomy-description .description-link-container {
    display: table;
    height: 46px;
    padding-left: 16px;
}

.category-title .description-link {
    display: table-cell;
    height: 100%;
    padding-left: 54px;
    line-height: 1;
    font-weight: 500;
    font-family: "museo-slab";
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
}

.category-title .view-this-technique {
    background: url(../images/theme/menu-techniques.png) no-repeat scroll left center / 46px 46px;
}

.category-title .see-all-projects {
    background: url(../images/theme/menu-see-all-projects.png) no-repeat scroll left center / 46px 46px;
}

.category-title .compare-clay-lines {
    background: url(../images/theme/menu-new-product-catalog.png) no-repeat scroll left center / 46px 46px;
}



/* Flat UI styles redefinition */

.form-control {
    height: 30px;
    padding: 0 10px;
    font-style: italic;
    background: url(../images/theme/input-texture.png) top left repeat-x;
    background-size: auto 100%;
    border-width: 1px;
    border-color: #d9d9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-control + .input-icon {
    height: 20px;
    line-height: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 10px;
    font-size: 14px;
    background-color: transparent;
}

.btn-primary {
    background-color: #02c2b9;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #04aa9d;
    border-color: #04aa9d;
}

.btn-info {
    background-color: #ad6eba;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #7e2271;
    border-color: #7e2271;
}

.tagsinput {
    background: transparent none;
    border-width: 0;
    border-radius: 0;
    padding: 0;
}

.tagsinput-add-container:before {
    display: block;
    float: left;
    content: "FILTER";
    margin-left: -1px;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: "museo-slab";
    background-color: #00c3b9;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tagsinput-add-container {
    float: left;
    margin-right: 12px;
    border: #d9d9d9 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tagsinput-add-container .tagsinput-add {
    margin: 0;
    padding: 6px 4px;
    color: #9aa6ac;
    font-weight: bold;
    background-color: transparent;
    border-radius: 0;
}

.tagsinput-add-container input {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    padding-top: 2px;
    min-width: 162px ! important;
    font-style: italic;
}

.tagsinput .default-tag:hover .defaulttag-remove-link {
    width: 20pt !important;
}

.tagsinput .default-tag {
    background-color: #c4d0d4 !important;
}

.tagsinput .tag a,
.tagsinput .tag a:hover {
    color: #fff;
}



/* FAQ Accordion styles */

.faq-accordion:before {
    display: block;
    content: "";
    height: 32px;
}

.faq-accordion {
    margin-bottom: 32px ! important;
}

.faq-accordion:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    background: url(../images/theme/faq-topic-list-bottom-texture.png) bottom left repeat-x;
}

.faq-accordion h3.topic-title {
    cursor: pointer;
    margin: 0 0 -4px 0;
    padding: 20px 8px 16px 8px;
    line-height: 1.3;
    color: #3f4a52;
    font-size: 24px;
    font-weight: 500;
    font-family: "museo-slab";
    font-weight: normal;
    background: url(../images/theme/faq-topic-header-texture.png) top left repeat-x;
}

.faq-accordion h3.topic-title .accordion-btn {
    font-size: 15px;
    color: #fff;
    font-family: "Lato",​ Helvetica,​ Arial,​ sans-serif;
}

.faq-accordion h3.topic-title .row {
    display: table;
    width: 100%;
}

.faq-accordion h3.topic-title .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.faq-accordion > div {
    margin-bottom: -4px;
    padding-bottom: 16px;
    background-color: #fff;
}

.faq-accordion .faq-item {
    padding-top: 16px;
}

.faq-accordion .faq-item article {
    margin-bottom: 32px;
    border-bottom: #dcddde 1px solid;
}

.faq-accordion .faq-item article:first-child {
    border-top: #dcddde 1px solid;
}

.faq-accordion .faq-item article h3 {
    margin: 32px 0 6px 0;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.faq-accordion .faq-item article .entry-content {
    margin-bottom: 24px;
    line-height: 1.4;
}

.faq-accordion .faq-item article .entry-content * {
    line-height: 1.4;
}

.faq-accordion .faq-item .ajax-loader {
    width: 100%;
    height: 160px;
    background: url(../images/theme/loading-animation.gif) center center no-repeat;
}

.loader-container .ajax-loader {
    width: 100%;
    height: 40px;
    background: url(../images/theme/loading-animation.gif) center 100px no-repeat;
    
}

.updatable .loader-container .ajax-loader {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 101;
}

.faq-accordion .ui-state-default .ui-icon,
.faq-accordion .ui-state-active .ui-icon {
    display: none;
}

.faq-accordion .ui-state-active,
.faq-accordion .ui-state-focus,
.faq-accordion .ui-state-hover,
.faq-accordion .ui-widget-content .ui-state-active,
.faq-accordion .ui-widget-header .ui-state-active,
.faq-accordion .ui-widget-content,
.faq-accordion .ui-accordion-header {
    margin-top: 0 ! important;
    border-width: 0 ! important;
}

.faq-accordion .ui-corner-all,
.faq-accordion .ui-corner-top,
.faq-accordion .ui-corner-bottom,
.faq-accordion .ui-corner-right,
.faq-accordion .ui-corner-left,
.faq-accordion .ui-corner-tr,
.faq-accordion .ui-corner-tl,
.faq-accordion .ui-corner-br,
.faq-accordion .ui-corner-bl {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}



/* article styles */

article p:empty {
    display: none;
}

article .img-wrap {
    padding: 0;
    text-align: center;
    background: white;
    border: #fff 10px solid;
    box-shadow: 0 0 6px 0 #999;
}

article .img-wrap a {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

article .img-wrap img {
    display: inline-block;
    max-height: 400px;
    margin: 0;
    border: none;
    box-shadow: none;
}

article .img-wrap .magnifying-glass-icon:before {
    content: "\e01c";
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    color: #9f9f9f;
    font-size: 12px;
    font-family: 'Flat-UI-Icons';
    padding: 6px 2px 2px 5px;
    line-height: 1;
    background-color: #fff;
    z-index: 2;
}

article img {
    margin: 4px 0 12px 0;
    border: #fff 10px solid;
    box-shadow: 0 0 6px 0 #999;
}

article img.img-circle {
    border-width: 7px;
}

article h3 {
    margin: 8px 0;
    padding: 0;
    line-height: 1.3;
    font-weight: 500;
    font-family: "museo-slab";
    font-size: 25px;
}

article h4 {
    margin: 8px 0;
    padding: 0;
    line-height: 1.3;
    font-weight: 500;
    font-family: "museo-slab";
    font-size: 18px;
}

article p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 100;
}

article p.font-big {
    font-size: 18px;
}

.section {
    margin: 24px 0;
}

.section:last-child {
    margin-bottom: 0;
}

.white-section:before {
    display: block;
    content: "";
    height: 5px;
    background: #f6f6f6 url(../images/theme/faq-topic-header-texture.png) top left repeat-x;
}

.white-section {
    background-color: #fff;
}

.white-section >div {
    padding-top: 24px;
    padding-bottom: 24px;
}

.white-section:after {
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
    background: url(../images/theme/faq-topic-list-bottom-texture.png) bottom left repeat-x;
}

.faq-links-list {
    margin: 0;
    padding: 0;
    font-family: Myriad Pro;
}

.faq-links-list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    border-top: #d0d2d3 1px solid;
}

.faq-links-list li:first-child {
    border-top-width: 0;
}

.faq-links-list a {
    color: #3f4a52;
}

.faq-links-list a:hover {
    color: #6f7a82;
}



/* contact form 7 styles */

.wpcf7-form .form-line {
    font-family: Myriad Pro, Helvetica;
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    font-size: 14px;
    font-family: Myriad Pro, Helvetica;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="tel"],
select,
textarea {
    border: #818181 1px solid;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="password"]:focus,
.wpcf7-form input[type="tel"]:focus,
select:focus,
textarea:focus {
    border: #a5a5a5 1px solid;
}

.wpcf7-form .form-line {
    margin-top: 4px;
    margin-bottom: 4px;
}

.wpcf7-form .form-line label {
    line-height: 1.2;
    font-size: 14px;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    color: #fff;
    background-color: #ce332c;
    border-width: 0;
    font-size: 10pt;
    left: 20%;
    line-height: 1.2;
    padding: 4px 4px;
    position: absolute;
    top: 20%;
    width: 280px;
    z-index: 100;
}

.wpcf7-form .ajax-loader {
    display: none;
}



/* blog post styles */

.post {
    margin-bottom: 32px;
}

.post.featured {
    border-bottom: #d0d2d3 1px solid;
}

article.post img {
    float: left;
    clear: both;
    margin-right: 28px;
}

article.post.featured img {
    margin-right: 0;
}

h2.post-title {
    margin: 0 0 16px 0;
    font-weight: 500;
    font-family: "museo-slab";
    font-size: 24px;
    font-weight: normal;
}

.post-meta {
    margin-bottom: 20px;
    padding: 6px 0 5px 0;
    line-height: 1.1;
    font-family: Myriad Pro, Helvetica;
    font-size: 12px;
    border-top: #d0d2d3 1px solid;
    border-bottom: #d0d2d3 1px solid;
}

.post-meta .semibold {
    font-weight: 600;
}

.post-content,
.post-content p {
    line-height: 1.5;
    font-family: Myriad Pro, Helvetica;
    font-size: 14px;
}

.post-content a:not(.btn) {
    color: #00c4b9;
    font-weight: bold;
    text-decoration: underline;
}

.designer-projects-buttons {
    margin-top: 12px;
    padding: 8px 0;
    border-top: #d0d2d3 1px solid;
}

.addthis_toolbox {
    margin-top: 3px;
}

.addthis_toolbox > a {
    float: right ! important;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.blog-readmore {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -45px;
    margin-right: 15px;
}

.btn-readmore {
    float: right;
}

.blog-post-thumbnail {
    margin-bottom: 0;
}



/* blog sidebar styles */

.sidebar {
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 #999999;
}

.sidebar .widget {
    padding: 6px 16px;
    line-height: 1.3;
    border-top: #d0d2d3 1px solid;
}

.sidebar .widget:first-child {
    border-top-width: 0;
}

.sidebar .widget .widget-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: "museo-slab";
}

.sidebar .widget .designers-list {
    margin: 0;
    padding: 0 0 0 12px;
}

.sidebar .widget .designers-list li {
    list-style-type: none;
    margin: 8px 0;
    padding: 0;
}

.sidebar #searchform .form-group {
    margin: 0 -10px;
}

.safety-products-benefits {
    font-weight: 500;
    font-family: "museo-slab";
}

.safety-products-benefits .benefits-title {
    display: block;
    padding-top: 54px;
}

.safety-products-benefits ul {
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 20px;
    border-left : #d0d2d3 1px solid;
}

.safety-products-benefits li {
    list-style-type: none;
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    padding: 0 0 0 28px;
    background: url(../images/theme/products-benefits-icon.png) top left no-repeat;
    background-size: auto 100%;
}

.safety-products-benefits .half-width {
    width: 50%;
}

.msds-support-section {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 100;
}



/* wp-pagenavi styles */

.section.pagenavi .container {
    padding: 12px 0;
}

.section.pagenavi .wp-pagenavi {
    text-align: center;
}

.section.pagenavi .wp-pagenavi a,
.section.pagenavi .wp-pagenavi span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 0;
    line-height: 18px;
    font-family: Arial;
    font-size: 11px;
    text-align: center;
    color: #9f9f9f;
    border: #d9d9d9 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.section.pagenavi .wp-pagenavi span.current {
    color: #000;
    background-color: #eaeaea;
    background: -webkit-linear-gradient(bottom, #eaeaea, #f1f1f1);
    background: -o-linear-gradient(bottom, #eaeaea, #f1f1f1);
    background: -moz-linear-gradient(bottom, #eaeaea, #f1f1f1);
    background: linear-gradient(to bottom, #eaeaea, #f1f1f1);
}

.section.pagenavi .wp-pagenavi .previouspostslink,
.section.pagenavi .wp-pagenavi .nextpostslink {
    margin-right: 6px;
    margin-left: 6px;
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(bottom, #f5f5f5, #f1f1f1);
    background: -o-linear-gradient(bottom, #f5f5f5, #f1f1f1);
    background: -moz-linear-gradient(bottom, #f5f5f5, #f1f1f1);
    background: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
}

.section.pagenavi .row {
    text-align: center;
}
.section.pagenavi .wp-pagenavi, .page-size-container {
    display: inline-block;
}

/* project template styles */

.single-project-data {
    padding-bottom: 41px;
}

.single-project-actions {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 15px;
}

.single-project-actions .to-share,
.single-project-actions .to-print {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    margin-left: 4px;
    text-indent: -9999px;
    border: #fff 3px solid;
    box-shadow: 0 0 4px #999;
}

.single-project-actions .to-share {
    background: #00c3b9 url(../images/theme/project-actions-share.png) center center no-repeat;
    background-position: 3px center;
    background-size: 18px 18px;
}

.single-project-actions .to-print {
    background: #00c3b9 url(../images/theme/project-actions-print.png) center center no-repeat;
    background-size: 18px 17px;
}

.project-techniques {
    min-height: 46px;
    padding-left: 54px;
    line-height: 1.5;
    font-size: 15px;
    font-family: Helvetica;
    font-weight: bold;
    color: #00c4b9;
    background: url(../images/theme/project-techniques-icon.png) top left no-repeat;
    background-size: 46px 46px;
}

.project-techniques h3 {
    line-height: 1;
    font-size: 15px;
    color: #3f4a52;
    text-transform: uppercase;
}

.project-techniques a {
    color: #00c4b9;
    text-decoration: underline;
}

.project-step {
    position: relative;
    margin-left: 26px;
    margin-bottom: 8px;
    padding: 24px 3%;
    background-color: #fff;
    box-shadow: 0 0 6px #999;

    /* This is preloading the step-stage image for .project-step.completed .step-state...  Remove if causing trouble */
    background-image: url(../images/theme/step-state-completed.png);
    background-position: -999999px -9999999px;
    background-repeat: no-repeat;
}

.project-step a:first-child img {
    margin-top: 0;
}

.project-step img {
    margin: 24px 0 0 0;
    padding: 0;
    border-width: 0;
    box-shadow: none;
}

.project-step h3 {
    font-size: 25px;
    font-weight: normal;
}

.project-step.completed {
    margin-bottom: 0;
}

.project-step:last-child {
    margin-bottom: 8px ! important;
}

.project-step.completed > .row {
    overflow: hidden;
    height: 76px ! important;
    margin-bottom: -24px;
}

.project-step:last-child > .row {
    overflow: visible;
    height: auto ! important;
    margin-bottom: 0;
}

.project-step .step-state {
    cursor: pointer;
    position: absolute;
    width: 53px;
    height: 53px;
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-left: -26px;
    background: url(../images/theme/step-state-not-completed.png) top left no-repeat;
    background-size: 100% 100%;
    transition: background .2s;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
}

.project-step.completed .step-state {
    background: url(../images/theme/step-state-completed.png) top left no-repeat;
    background-size: 100% 100%;
}

.project-step .images-row {
    margin: 16px -8px 0 -8px;
}

.project-step .images-row img {
    float: left;
    width: 20%;
    margin: 0 8px 12px 8px;
}

.project-shopping-list {
    position: relative;
    margin-left: 26px;
    margin-bottom: 8px;
    padding: 24px 3%;
    background-color: #fff;
    box-shadow: 0 0 6px #999;
}

.project-shopping-list h3 {
    font-size: 25px;
    font-weight: normal;
}

.project-shopping-list .step-state {
    position: absolute;
    width: 53px;
    height: 53px;
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-left: -26px;
    background: url(../images/theme/project-shopping-list-icon.png) top left no-repeat;
    background-size: 100% 100%;
}

.project-shopping-list .project-additional-info {
    margin-top: 0;
}

.project-additional-info {
    font-family: Helvetica;
    font-size: 15px;
}

.project-additional-info a {
    color: #3f4a52;
}

.project-additional-info .project-shoppinglist-subtitle {
    margin: 0;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

.project-additional-info .single-project-actions {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.project-additional-info .post-title {
    vertical-align: middle;
}

.project-additional-info .post-title > span {
    display: inline-block;
    vertical-align: middle;
}

.project-additional-info .related-projects-title {
    margin: 4px 0 20px 0;
}

.project-shopping-list .project-additional-info > row {
    display: table;
}

.project-shopping-list .shopping-list-col {
    display: table-cell;
    float: none;
    height: 100%;
    padding-left: 16px;
    border-left: #bbcad2 1px solid;
}

.project-shopping-list .shopping-list-col:first-child {
    border-left: none;
}

.project-clays {
    margin: 0 0 24px 0;
    padding: 0;
}

.project-clays li {
    list-style: none;
    margin: 0 0 0 24px;
}

.project-clays li .colorwatch {
    margin-left: -24px;
}

.project-tools {
    margin: 0 0 24px 0;
    padding: 0;
}

.project-tools li {
    list-style: none;
    margin: 0;
}

.related-project-thumbnail {
    margin: 0 0 16px 0;
    padding: 0;
    border-width: 0;
    box-shadow: none;
}

.techniques-grid-section .technique-grid-item {
    margin-bottom: 16px;
}

.techniques-grid-section .technique-title {
    line-height: 1.1;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
}

.cltv-project-share {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 6px;
    padding: 16px 24px;
    color: #3f4a52;
    background-color: #fff;
    box-shadow: 0 0 4px #999999;
}

.project-additional-info .cltv-project-share {
    top: auto;
    right: auto;
    bottom: 100%;
    z-index: 12;
}

.project-additional-info .cltv-project-share:after {
    right: auto;
    margin-right: 0;
    left: 0;
    margin-left: 11px;
}

.cltv-project-share:after {
    background: url(../images/theme/tooltip-triangle.png) no-repeat scroll left top / 100% 100% rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 20px;
    top: 100%;
    right: 0;
    margin-right: 49px;
}

.cltv-project-share h3 {
    margin: 0 0 12px 0;
    line-height: 1;
    font-weight: normal;
}

.cltv-project-share ul.cltv-project-share-list {
    margin: 0 0 12px 0;
    padding: 0;
    white-space: nowrap;
}

.cltv-project-share ul.cltv-project-share-list li {
    list-style-type: none;
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0;
}

.cltv-project-share ul.cltv-project-share-list li:first-child {
    margin-left: 0;
}

.cltv-project-share ul.cltv-project-share-list li img {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border-width: 0;
    box-shadow: none;
}

.cltv-project-share textarea {
    width: 280px;
    height: 64px;
    font-size: 12px;
}

.project-pinit-container {
    position: absolute;
    bottom: 4px;
    right: 6px;
}

.project-pinit-container a {
    transition: none;
}

.project-pinit-container img {
    margin: 0;
    border: none;
    box-shadow: none ! important;
}



/* featured-post styles */

.featured-project {
    position: relative;
    margin: 0;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 100;
    background-color: #fff;
    border: 20px solid #fff;
    box-shadow: 0 0 6px 0 #999999;
}

.featured-project .image {
    position: relative;
}

.featured-project img {
    margin: 0 auto;
}

.featured-project p {
    margin: 12px 0 8px 0;
    padding: 0;
    line-height :1.2;
}

.wednesday-project p {
    font-size: 12.5px;
}

.banner {
    position: absolute;
    height: 32px;
    line-height: 32px;
    top: 0;
    left: -10px;
    margin-top: 8px;
    margin-left: -20px;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 15px;
    font-family: Helvetica;
    font-weight: bold;
    background-color: #00c3b9;
    z-index: 5;
}

.banner:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    left: 0;
    border-top: 5px solid #00a099;
    border-left: 10px solid transparent;
    z-index: 5;
}

.banner:after {
    position: absolute;
    display: block;
    content: "";
    left: 100%;
    top: 0;
    width: 0px;
    height: 0px;
    border-right: 16px solid transparent;
    border-top: 16px solid #00c3b9;
    border-left: 16px solid #00c3b9;
    border-bottom: 16px solid #00c3b9;
    z-index: 5;
}

.featured-project span.play-icon {
    display: block;
    position: absolute;
    width: 175px;
    height: 175px;
    top: 50%;
    left: 50%;
    margin-top: -87px;
    margin-left: -87px;
    background: url(../images/theme/thumbnail_play-button_2x.png) center center no-repeat;
    background-size: 175px 175px;
    z-index: 2;
}



/* create styles */

.promo-links {
    margin-top: 20px;
}

div.promo-link.project-videos {
    background: url(../images/theme/menu-project-videos.png) center left no-repeat;
    background-size: 44px 43px;
    padding-left: 54px;
}

div.promo-link.techniques {
    background: url(../images/theme/menu-techniques.png) center left no-repeat;
    background-size: 46px 46px;
    padding-left: 54px;
}

div.promo-link a {
    display: table-cell;
    height: 46px;
    vertical-align: middle;
}

div.promo-link a span {
    display: inline-block;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "museo-slab";
}

.projects-by-list {
    margin: 0;
    padding: 0;
}

.projects-by-list li {
    list-style-type: none;
    border-top: 1px solid #d0d2d3;
}

.projects-by-list li:first-child {
    border-top-width: 0;
}

.project-item {
    position: relative;
    margin: 8px 0;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 100;
    background-color: #fff;
    border: 10px solid #fff;
    box-shadow: 0 0 6px 0 #999999;
}

.project-item img {
    margin: 0;
    border-width: 0;
    box-shadow: none;
}

.project-item .datetime {
    display: none;
}



/* mailchimp Signup modal popup styles */

#mailchimpSignupModal .modal-dialog {
    width: auto;
    max-width: 960px;
}



/* community styles */

.community-item {
    position: relative;
    margin: 0 0 16px 0;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 100;
    background-color: #fff;
    border: 10px solid #fff;
    box-shadow: 0 0 6px 0 #999999;
}

.community-item img {
    margin: 0;
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
}

.community-item .media-block {
    position: relative;
    margin-bottom: 4px;
    text-align: center;
}

.community-item .userinfo-block {
    overflow: hidden;
    line-height: 1.3;
    font-family: Helvetica;
}

.community-item .userinfo-block .avatar img {
    float: left;
    width: 48px;
    margin-top: 2px;
    margin-right: 6px;
}

.community-item .userinfo-block .username {
    display: block;
    font-size: 12.5px;
    padding-right: 42px;
    padding-left: 54px;
}

.community-item .userinfo-block .timestamp {
    display: block;
    font-size: 10px;
    padding-left: 54px;
}

.community-item .userinfo-block .message {
    display: block;
    margin-top: 4px;
    font-size: 9px;
    padding-left: 54px;
}

.community-feed .item.instagram .media-block span {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 0;
    margin-bottom: -16px;
    margin-right: 4px;
    background: url(../images/theme/community-item-instagram-icon.png) top left no-repeat;
    background-size: 100% 100%;
}

.community-feed .item.tweet .media-block span {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 0;
    margin-bottom: -16px;
    margin-right: 4px;
    background: url(../images/theme/community-item-twitter-icon.png) top left no-repeat;
    background-size: 100% 100%;
}

.community-feed .buttons-block {
    position: absolute;
    left: 8px;
    bottom: 8px;
}
.community-feed .buttons-block .button {
    background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBBBBB;
    color: #333333;
    text-shadow: 0 1px 0 #FFFFFF;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 23px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
}

h3.inline-block-title {
    display: inline-block;
    margin-right: 32px;
}

.socialize-section h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 35px;
}

.socialize-section .socials {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.socialize-section .socials li {
    overflow: hidden;
    list-style-type: none;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-left: 6px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.socialize-section .socials li:first-child {
    margin-left: 0;
}

.socialize-section .socials li a {
    color: #fff;
}

.socialize-section .socials li span.icon {
    float: left;
    display: block;
    height: 35px;
}

.socialize-section .socials li span.text {
    float: left;
    display: block;
    padding: 0 18px 0 8px;
}

.socialize-section .socials li.pinterest {
    border-bottom: #af1124 1px solid;
}

.socialize-section .socials li.pinterest span.icon {
    width: 36px;
    background: #ce142a url(../images/theme/community-socialize-printerest.png) center center no-repeat;
    background-size: auto 24px;
    border-right: #af1424 1px solid;
}

.socialize-section .socials li.pinterest span.text {
    background-color: #ce142a;
    border-left: #e82b43 1px solid;
}

.socialize-section .socials li.instagram {
    border-bottom: #00a388 1px solid;
}

.socialize-section .socials li.instagram span.icon {
    width: 36px;
    background: #00c3b8 url(../images/theme/community-socialize-instagram.png) center center no-repeat;
    background-size: auto 24px;
    border-right: #0c9c8f 1px solid;
}

.socialize-section .socials li.instagram span.text {
    background-color: #00c3b8;
    border-left: #00d3c8 1px solid;
}

.socialize-section .socials li.facebook {
    border-bottom: #0c9c8f 1px solid;
}

.socialize-section .socials li.facebook span.icon {
    width: 28px;
    background: #3c5a94 url(../images/theme/community-socialize-facebook.png) center center no-repeat;
    background-size: auto 24px;
    border-right: #22446f 1px solid;
}

.socialize-section .socials li.facebook span.text {
    font-weight: 500;
    font-family: "museo-slab";
    background-color: #3c5a94;
    border-left: #4977b3 1px solid;
}

.socialize-section .socials li.twitter {
    border-bottom: #34afce 1px solid;
}

.socialize-section .socials li.twitter span.icon {
    width: 36px;
    background: #3dcdf3 url(../images/theme/community-socialize-twitter.png) center center no-repeat;
    background-size: auto 24px;
    border-right: #34afce 1px solid;
}

.socialize-section .socials li.twitter span.text {
    background-color: #3dcdf3;
    border-left: #6ee6fd 1px solid;
}

.socialize-section .socials li.youtube {
    border-bottom: #af1124 1px solid;
}

.socialize-section .socials li.youtube span.icon {
    width: 42px;
    background: #ce142a url(../images/theme/community-socialize-youtube.png) center center no-repeat;
    background-size: auto 24px;
    border-right: #af1424 1px solid;
}

.socialize-section .socials li.youtube span.text {
    background-color: #ce142a;
    border-left: #e82b43 1px solid;
}



/* isotope styles */

.isotope-row {
    margin: 0 -16px;
}



/* product category styles */

article.product-category {
    margin-bottom: 32px;
}

article.product-category .post-title {
    margin: 12px 0;
}

article.product-category .post-content {
    margin-top: 16px;
}

article.product-category .post-content .content-text {
    padding-bottom: 33px;
}

.post-attachments {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
    padding: 0 15px;
}



/* Clay Line styles */

.clay-line > span {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
}

.clay-line .colors {
    overflow: hidden;
    display: block;
    float: left;
}

.clay-line .colors span {
    cursor: pointer;
    display: block;
    float: left;
    width: 22px;
    height: 22px;
}

.clay-line .colors span.light {
    border: #bbbdbf 1px solid;
}

.color-expandable .expandable-src {
    display: none;
}



/* customSelect styles */

.yks-mailchimpFormContainer .yks-mailchimpFormDivRowField {
    position: relative;
}

.yks-mailchimpFormDivRowField select {
    width: 100% ! important;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

span.customSelect {
    height: 30px;
    line-height: 28px;
}

span.customSelect.changed {
    background-color: #f0dea4;
}

.customSelectInner {
    width: 100% ! important;
    background: url(../images/custom-select/custom-select-arrow.png) no-repeat center right;
    background-size: 14px 7px;
}

.customSelectInner:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 28px;
    background-color: #d9d9d9;
    top: 0;
    right: 0;
    margin-top: 1px;
    margin-right: 34px;
}



/* single product styles */

article.product .product-number {
    margin-bottom: 14px;
}

.product-palette .color {
    cursor: pointer;
    position: relative;
    display: block;
    float: left;
    width: 76px;
    height: 196px;
}

.product-palette .color:hover {
    width: 82px;
    margin-right: -6px;
    z-index: 2;
}

.product-palette .color .name {
    display: block;
    font-family: Helvetica;
    font-size: 12px;
    line-height: 1.3;
    left: 100%;
    margin: 12px 0;
    padding: 8px 0;
    position: absolute;
    width: 138px;
    color: #6d6e70;
    background-color: none ! important;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
}

.product-palette .color.dark .name,
.product-palette .expandable.dark {
    color: #fff;
}

.product-palette .color .weight,
.product-palette .expandable .weight {
    cursor: pointer;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    color: #7b7b7b;
    font-size: 9px;
    text-align: center;
    background-color: #fff;
    border: #f1f1f1 1px solid;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.product-palette .color .weight {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 8px;
    margin-bottom: 4px;
}

.product-palette .color .weight-1 {
    margin-bottom: 34px;
}

.product-palette .color .weight-2 {
    margin-bottom: 64px;
}

.product-palette .color .weight-3 {
    margin-bottom: 94px;
}

.product-palette .color .weight-4 {
    margin-bottom: 124px;
}

.product-palette .expandable {
    position: absolute;
    left: 0;
    width: 100%;
    height: 196px;
    padding: 16px 20px;
    z-index: 3;
}

.product-palette .expandable .inner {
    position: relative;
    height: 100%;
}

.product-palette .expandable a.close {
    cursor: pointer;
    color: inherit ! important;
    text-decoration: none;
    text-shadow: none;
    opacity: 1;
}

.product-palette .expandable .weights-set {
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-palette .expandable .weights-set .weight {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-right: 4px;
    margin-bottom: 4px;
}

.product-palette .expandable .weights-set .weight-1 {
    margin-bottom: 34px;
}

.product-palette .expandable .weights-set .weight-2 {
    margin-bottom: 64px;
}

.product-palette .expandable .weights-set .weight-3 {
    margin-bottom: 94px;
}

.product-palette .expandable .weights-set .weight-4 {
    margin-bottom: 0;
    margin-left: 200px;
}

.product-palette .expandable .weights-set .weight-5 {
    margin-bottom: 34px;
    margin-left: 200px;
}

.product-palette .expandable .weights-set .weight-6 {
    margin-bottom: 64px;
    margin-left: 200px;
}

.product-palette .expandable .weights-set .weight-7 {
    margin-bottom: 94px;
    margin-left: 200px;
}

.product-palette .expandable .weights-set .sku {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 26px;
    margin-left: 34px;
    margin-bottom: 4px;
    white-space: nowrap;
}

.product-palette .expandable .weights-set .sku-1 {
    margin-bottom: 34px;
}

.product-palette .expandable .weights-set .sku-2 {
    margin-bottom: 64px;
}

.product-palette .expandable .weights-set .sku-3 {
    margin-bottom: 94px;
}

.product-palette .expandable .weights-set .sku-4 {
    margin-bottom: 0;
    margin-left: 234px;
}

.product-palette .expandable .weights-set .sku-5 {
    margin-bottom: 34px;
    margin-left: 234px;
}

.product-palette .expandable .weights-set .sku-6 {
    margin-bottom: 64px;
    margin-left: 234px;
}

.product-palette .expandable .weights-set .sku-7 {
    margin-bottom: 94px;
    margin-left: 234px;
}

.product-palette .expandable .color-title {
    font-family: Helvetica;
    font-size: 15px;
}

.single-product-instructions {
    margin-bottom: 24px;
}



/* other styles */

.kit .kit-title {
    line-height: 1.2;
    margin-bottom: 8px;
}

.kit .clay-line {
    margin-bottom: 12px;
 }

.btn-pdf,
.btn-pdf:hover,
.btn-pdf.active {
    padding-left: 34px;
    background-image: url(../images/theme/product-instructions-btn-icon.png);
    background-position: 6px center;
    background-repeat: no-repeat;
    background-size: auto 60%;
}

.btn-video,
.btn-video:hover,
.btn-video.active {
    padding-left: 34px;
    background-image: url(../images/theme/product-video-btn-icon.png);
    background-position: 6px center;
    background-repeat: no-repeat;
    background-size: auto 60%;
}

.colorwatch {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.isotope-filters div.tagsinput {
    display: table-cell;
    margin: 0;
    padding: 0 30px 0 15px;
    vertical-align: top;
}

.isotope-filters div.tagsinput .tag {
    line-height: 16px;
    padding-top: 7px;
}

.isotope-filters {
    position: relative;
}

.isotope-filters .dropdown {
    display: none;
    left: 0;
    margin-left: 83px;
    position: absolute;
    top: 32px;
    width: 191px;
    background-color: #fff;
    border: #231f20 1px solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 1000;
}

.isotope-filters .dropdown ul {
    margin: 0;
    padding: 0;
}

.isotope-filters .dropdown li {
    list-style-type: none;
    width: 100%;
    padding: 4px 0 4px 16px;
    font-size: 15px;
    line-height: 18px;
    border-top: #b2b2b2 1px solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.isotope-filters .dropdown li.group-title {
    padding-left: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background-color: #b16eb2;
    border-top: none;
}

.isotope-filters .dropdown > ul {
    max-height: 560px;
    overflow: scroll;
}

.video-switch-container {
    display: table-cell;
    vertical-align: top;
}

.video-projects-switch {
    float: right;
    padding: 1px 8px;
    color: #fff;
    font-size: 14px;
    background-color: #00c4b9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
}

.video-projects-switch > span > label {
    margin: 0;
}

.video-projects-switch > span {
    float: left;
    dispaly: inline-block;
    vertical-align: middle;
}

.video-projects-switch .switch.has-switch {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}

article.no-results {
    text-align: center;
}

article.no-results h2 {
    color: #3F4A52;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}

a.see-all {
    color: #00afb6 ! important;
}

.yks-mailchimpFormContainer .yks-mailchimpFormDiv .yks-mailchimpFormDivRow {
    float: left;
    margin: 4px 0;
}

.yks-mailchimpFormDiv .yks-mailchimpFormDivRow.yks-mc-form-row-first-name {
    width: 48.8%;
    margin-right: 1.2%;
}

.yks-mailchimpFormDiv .yks-mailchimpFormDivRow.yks-mc-form-row-last-name {
    width: 48.8%;
    margin-left: 1.2%;
}

.image {
    position: relative;
}

.modal-dialog .modal-title {
    line-height: 1;
}

.modal-dialog .modal-header {
    border-bottom-width: 0;
    min-height: 0;
    padding: 8px 15px 0 15px;
}

.modal-body {
    padding: 8px 20px 20px 20px;
}

.modal-dialog .modal-footer {
    display: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #00c4b9;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #00c4b9;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00c4b9;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #00c4b9;
}

.tooltip-inner {
    background-color: #00c4b9;
}

#searchform label {
    display: none;
}

.results-search-form #searchform label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    margin-right: -4px;
    padding: 0 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "museo-slab";
    text-transform: uppercase;
    background-color: #00c4b9;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 2;
}

.results-search-form #searchform input[name="s"] {
    padding-left: 96px;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.smooth_slider{
    margin: -6px auto -28px auto;
}

.smooth_slider .left{
    left: 0;
}

.smooth_slider .right{
    right: 0;
}

.smooth_slider .right,
.smooth_slider .left{
    position: absolute;
    top: 200px;
    background: rgba(62, 182, 172, 0.7);
    color: #ffffff;
    padding: 20px 40px;
    font-family: Helvetica;
    font-size: 20px;
    width: 600px;
}

.smooth_slider span {
    line-height: 24px !important;
    font-family: Helvetica;
}

.smooth_slider .right h2,
.smooth_slider .left h2{
    text-transform: uppercase;
    font-size: 35px;
    margin: 10px 0;
    font-weight: 500;
    font-family: "museo-slab";
}

.smooth_slider .smooth_nav{
    z-index: 10;
    width: 300px;
    left: 50%;
    margin-left: -150px!important;
}

.smooth_slider .smooth_nav a.smooth_slider_inav {
    float: none!important;
    display: inline-block!important;
}

.smooth_slider .smooth_nav a.smooth_slider_bnav {
    background-image: url(../images/theme/slider-buttons.png)!important;
    margin: 0 11px!important;
}

.smooth_slider img.full{
    min-height: 250px !important;
}



/* search results styles */

.results-count {
    margin: 4px 0 12px 0;
}

article.filterable {
    margin-bottom: 18px;
    font-size: 16px;
}

article.filterable h2.post-title {
    margin-top: 6px;
    margin-bottom: 8px;
}

article.filterable h2.post-title a {
    color: #25afa6;
}

article.filterable .post-content {
    font-size: inherit;
}

article.filterable p {
    margin: 0;
    font-size: inherit;
}

article.filterable .post-link {
    line-height: 1;
    font-size: 16px;
}

article.filterable .post-link a {
    color: #25afa6;
}

.search-tabs-section .container {
    padding-top: 0;
    padding-bottom: 0;
}

.search-tabs {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.search-tabs li {
    list-style: none;
    display: table-cell;
    height: 40px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    font-family: "museo-slab";
    text-align: center;
    vertical-align: middle;
    border-right: #b5bfc4 1px solid;
}

.search-tabs li:first-child {
    border-left: #b5bfc4 1px solid;
}

.search-tabs li a.active {
   color: #80206d;
}

.search-tabs li a:hover {
   color: #ad6eba;
}



/* subscribe me wisget styles */

.widget.subscribe_me {
    position: relative;
}

.widget.subscribe_me p {
    margin: 0;
    line-height: inherit;
    font-size: inherit;
}

.widget.subscribe_me .float_feed_button img {
    width: 16px;
    height: 16px;
}

.widget.subscribe_me .subscribe_me_extra {
    left: auto ! important;
    right: 0;
}

.clay-thumbnail {
    margin: 4px 0 12px;
    border: 10px solid #fff;
    box-shadow: 0 0 6px 0 #999999;
}

.clay-thumbnail img {
    margin: 0 auto;
    border-width: 0;
    box-shadow: none;
}

.smooth_slider {
    overflow: hidden;
    width: auto !important;
    padding: 0 ! important;
}

.home .smooth_slider .smooth_slideri {
    height: 266px !important;
}

.smooth_slider .smooth_slider_thumbnail {
    max-width: none ! important;
}



/* distributorships page */
.distributorships a {
    text-decoration: underline;
}



/* sculpey university section */

.sculpey-university-wrapper {
    display: table;
    width: 100%;
}

.sculpey-university-wrapper .cell {
    display: table-cell;
    padding-left: 16px;
    vertical-align: middle;
}

.sculpey-university-wrapper .cell:first-child {
    padding-left: 0;
}

.sculpey-university-wrapper .logo-cell {
    min-width: 300px;
    max-width: 300px;
}

.sculpey-university-wrapper .logo-cell img {
    margin: 0px; border: medium none; box-shadow: none; width: auto ! important; display: inline ! important;
}

.sculpey-university-wrapper .text-cell {
    width: 100%;
}

.sculpey-university-wrapper .btn-cell {
    min-width: 140px;
}
