@import url(http://fonts.googleapis.com/css?family=Jura:400,600,500,300);
@import url(http://fonts.googleapis.com/css?family=Exo:100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic);
/**
 * Theme Name: Foundation
 * Author: ZURB.Foundation
 * Author URI: http://foundation.zurb.com/
 * Version: 2.1
**/


/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}

/* -----------------------------------------
   General fixes
----------------------------------------- */

#header-search-tf {
float:right;
}

#search-send-tf {
width:30%;
}

.row.collapse>.columns {
margin-left:5px;
}

input#searchsubmit {
color:#76adfe!important;
padding:0px!important;
text-align:center!important;
}

#wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}
#wpadminbar:hover, 
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=button] {	
    -webkit-appearance: none;
    -moz-appearance:none;
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #888; }
::-moz-placeholder { color: #888; }
::-o-placeholder { color: #888; }
:-ms-input-placeholder { color: #888; }
input:-moz-placeholder { color: #888; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }
embed, iframe, object { max-width: 100%; }

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: 'Jura', sans-serif;}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------
    Slider
------------------------------------- */
#home-slider .slider_caption {
    position: absolute;
    top:	40%;
    padding: 0 20px;
    width: 100%;
    text-align: center;
}
#home-slider .slider_caption p,
#home-slider .slider_caption h3 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
#home-slider .slider_caption p { margin-top: 50px; }

/* ------------------------------------
    Basic Styles
------------------------------------- */
p,a {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.title-blue {
    color: #1a58b5;
    font-size: 18px;
    font-family: 'Jura', sans-serif;
    font-weight: 600;
}
.link-blue-uppercase {
    color: #1a58b5;
    font-size: 9px;
    text-transform: uppercase;
    padding-right: 15px;
    background: url(images/img-bullet.gif) right center no-repeat;
}
.link-blue-uppercase:hover {
    color: #76adfe;;
}
.title-green-uppercase {
    margin: 0;
    text-transform: uppercase;
    color: #94c435;
    font-weight: bold;
    font-size: 12px;
}
.title-blue-uppercase,
.title-white-uppercase {
    color: #2862b9;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.title-white-uppercase {
    color: #fff;
}
.title-blue-bg,
.title-green-bg,
.single_post_ring_types h2 {
    border-bottom: 1px solid #000;
    background: url(images/title-bg.gif) 0 100% no-repeat;
    box-shadow: inset 0 10px 5px #fff;
    text-transform: uppercase;
    color: #1a58b5;
    font-size: 16px !important;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
}
.title-green-bg {
    color: #94c435;
    display: block;
}
.link-green {
    color: #94c435;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
}
.link-green:hover {
    color: #76adfe;
}
.jura-font {
    font-family: 'Jura', sans-serif;
}
.font12px {
    font-size: 12px;
}


/* ------------------------------------
    Header Styles
------------------------------------- */
header {
    position: relative;
}
.header-top {
    min-height: 135px;
    padding: 18px;
    padding-bottom: 10px;
    background: url(images/header-top-bg.jpg) no-repeat;
    background-size: cover;
}
div.header-text {
    padding: 20px 0 0 0;
}
.header-text > div > img {
    float: right;
    margin-right: 60px;
}
.header-text > div > a  {
    line-height: 14px;
    color: #b4ef41;
    margin: 0;
}
.header-text > div > a:hover {
    color: #fff;
}
.header-toll-free > p {
    font-size: 13px;
    text-align: right;
    color: #999;
    margin: 45px 0 0 0;
}
.header-toll-free > p span > a {
    font-size: 24px;
    color: #b4ef41;
    font-weight: 600;
}
#menu-header-extra-menu {
    text-align: right;
    margin: 0;
    margin-top: -5px;
}
#menu-header-extra-menu > li {
    display: inline-block;
    margin-left: 20px;
}
#menu-header-extra-menu > li > a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    color: #76adfe;
}
#menu-header-extra-menu > li > a:hover {
    color: #fff;
}
.header-main-menu {
    padding: 0;
}

/* ------------------------------------
    Search
------------------------------------- */
#search-2 {
    display: inline-block;
    width: 290px;
    height: 30px;
    float: right;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    background: url(images/play-sign.png) 265px 4px no-repeat,
                linear-gradient(#b4ef41 45%,#96c736 60%);
    margin-top: 10px;
}
input#s,
input#searchsubmit {
    height: 30px;
    line-height: 30px;
    margin: 0;
    border: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#searchform > div.collapse {
    height: 30px;
}
input#searchsubmit {
    background: transparent;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    padding-left: 12px;
}
input#searchsubmit:hover {
    color: #444;
}
input#s {
    height: 26px;
    margin: 2px 0 0 2px;
    font-size: 11px;
    line-height: normal;
}

/* ------------------------------------
    Menu Roller
------------------------------------- */
.roller {
    position: absolute;
    z-index: 80;
    top: -14px;
    -webkit-transition: .5s;
       -moz-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}



/* ------------------------------------
    Right Sidebar
------------------------------------- */
.ask-a-question {
    font-size: 20px;
    border: 1px solid #c6ff30;
    border-bottom: none;
    background: linear-gradient(#a2df2d,#719e1b);
    line-height: 45px;
    color: #fff;
    text-shadow: 0 1px 2px #444;
    padding-left: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0;
}
.sidebar-cf-padding {
    padding: 0 10px;
}
.side-shadow {
    margin-bottom: 20px;
}
.side-shadow:before,
.side-shadow:after {
    content: "";
    display: block;
    width: 4px;
    height: 180px;
    position: absolute;
    background: linear-gradient(rgba(102,102,102,.2) 30%,#fff 100%);
    top: 2px;
}
.side-shadow:before {
    left: 11px;
    box-shadow: inset 2px 0 5px #fff;
}
.side-shadow:after {
    right: 11px;
    box-shadow: inset -2px 0 5px #fff;
}
.white-bg {
    background-color: #fff;
}
.wpcf7-form > p,
.main-contact-form-fields > p {
    margin-bottom: 0;
}
.wpcf7-form > p:nth-child(even) {
    padding-top: 7px;
}
.wpcf7-form > p > span > input,
.sidebar-cf-textarea,
.wpcf7-textarea.cf-part-number,
.main-contact-form-fields > p > span > input,
.city-state-zip > .columns > span > input {
    margin-bottom: 0;
    height: 24px;
    padding: 2px;
    border: 1px solid #666;
    font-size: 12px;
    background: linear-gradient(#ececec 20%,#fff 80%);
}
textarea.sidebar-cf-textarea,
.wpcf7-textarea.cf-part-number {
    height: 54px;
}

.wpcf7-textarea.cf-part-number {
    margin-bottom: 7px;
}

.submit-btn {
    color: #fff;
    width: 73px;
    height: 26px;
    font-size: 11px;
    background: linear-gradient(#1a58b5 45%,#144389 60%);
    text-align: center;
    border-radius: 5px;
    transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    border: none;
    border-radius: 3px !important;
    float: right;
}
.sidebar-cf-padding .submit-btn {
    margin-top: -10px;
}
.submit-btn:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.download-catalog {
    display: block;
    height: 75px;
    border: 1px solid #e3e3e3;
    background: url(images/pdf-icon.jpg) 8px 8px no-repeat,
        linear-gradient(#fff 20%,#ececec 80%);
    border-radius: 10px;
    position: relative;
    padding: 10px 5px 10px 40px;
    margin: 0 0 10px 0;
}
.download-catalog:hover {
    background: url(images/pdf-icon.jpg) 8px 8px no-repeat,
                linear-gradient(#ececec 10%,#fff 40%);
}
.download-catalog:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 10px;
}
.download-catalog-text {
    margin: 0;
    color: #000;
}
.download-catalog-text span {
    color: #999;
    font-style: italic;
}
.word-optional {
    color: #666;
    font-size: 9px;
    font-style: italic;
}
.design-ring-link {
    display: block;
    height: 75px;
    border-radius: 10px;
    background: linear-gradient(#1b60c7,#113c7b);
    padding: 10px 15px;
}
.design-ring-link-text {
    color: #b4ef41;
    margin: 0;
}
.design-ring-link:hover {
    background: linear-gradient(#779e2b,#94c435);
    color: #000;
}
.additional-link {
    display: block;
    height: 40px;
    border: 1px solid #e3e3e3;
    background: url(images/pdf-icon.jpg) 8px 8px no-repeat,
        linear-gradient(#fff 20%,#ececec 80%);
    border-radius: 10px;
    position: relative;
    padding-left: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #000;
}
.additional-link:hover {
    background: url(images/pdf-icon.jpg) 8px 8px no-repeat,
                linear-gradient(#ececec 10%,#fff 40%);
    color: #000;
}
.add-link-wrap > p {
    margin-bottom: 0;
}


/* ------------------------------------
    Default Template
------------------------------------- */
.default-page-bl-bg {
    background: #131313 url(images/bg-page-top.gif) center bottom no-repeat;
    height: 312px;
    margin-top: -223px;
    padding-top: 216px;
    padding-bottom: 20px;
}
.link-under-header {
    text-transform: uppercase;
    color: #555;
    font-size: 9px;
    padding-top: 20px;
    margin-bottom: 0;
}
.link-under-header a {
    color: #777;
    text-decoration: underline;
    font-size: 9px;
}
.link-under-header > a:hover {
    color: #888;
}
.page-title-green {
    color: #b4ef41;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
}
.default-page-bl-bg > div.row > p {
    margin: 0;
}
.sidebar-margin-top {
    margin-top: -48px;
}
.content-top-gradient {
    background: url(images/content-bg.jpg) center top repeat-x;
    background-size: 100% 30px;
    border-top: 2px solid #fff;
}
.content-padding {
    padding-top: 20px;
}
/*Product posts styles*/
.ring-type-description > p {
    font-size: 12px;
    margin: 5px 0;
}
.ring-type {
    float: left !important;
}
.ring-type {
    margin-bottom: 10px;
}
.default-page-info p {
    font-size: 12px;
}
.default-page-info a {
    font-size: 12px;
    text-decoration: underline;
    color: #1a58b5;
}
.default-page-info a:hover {
    color: #76adfe;
}

/* ------------------------------------
    Home page
------------------------------------- */
.home-black-bg {
    margin-top: -223px;
    height: 582px;
    background: #131313 url(images/black-wrapper-bg-image.png) center 100% no-repeat;
    padding-top: 216px;
    padding-bottom: 50px;
}
.home-page-banner h1 {
    color: #76adfe;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 80px 0 0 0;
    font-weight: 600;
}
.home-page-banner p {
    color: #999;
    font-size: 13px;
}
.home-page-banner a {
    color: #fff;
    font-size: 13px;
}
.home-page-banner a:hover {
    color: #b4ef41;
}
a.download-btn {
    display: inline-block;
    width: 147px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    background: linear-gradient(#1a58b5 45%,#144389 60%);
    text-align: center;
    border-radius: 5px;
    transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}
.build-ring-btn {
    margin: 10px 0;
}
.download-btn:hover,
.build-ring-btn:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
a.build-ring-btn {
    display: inline-block;
    width: 215px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    background: url(images/play-sign.png) 191px 3px no-repeat,
        linear-gradient(#b4ef41 45%,#96c736 60%);
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: 600;
    padding-left: 5px;
    transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}
a.build-ring-btn {
    color: #000;
}
a.build-ring-btn:hover {
    color: #000;
}
.banner-image {
    padding-top: 60px;
}
.certified > div {
    padding: 0 5px;
    margin-top: 10px;
}
.certified p {
    margin: 0;
}
.certified > div > img {
    padding-left: 5px;
}
.certified-right-col {
    padding-left: 0;
}
.certified-left-col {
    padding-right: 0;
}
.background-gradient {
    background: url(images/gradient-bg.jpg) center top repeat-x;
    background-size: 100% 100px;
    border-top: 2px solid #fff;
}
.home-page-column {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0 10px;
}
.des-pro-title {
    margin: 10px 0 0 0;
}
.des-pro-numb {
    font-size: 32px;
    color: #ccc;
    font-weight: bold;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 30px;
}
.des-pro-descr {
    padding-left: 30px;
}
.des-pro-descr > p {
    margin: 0;
}
.des-pro-item {
    margin-bottom: 10px;
}
.certified-right-col > div > img {
    margin-bottom: 10px;
}
.certified-right-col > div > a:hover {
    opacity: .8;
}
.home-columns > div.columns {
    margin-top: -18px;
}
.home-page-column > .row > .link-blue-uppercase {
    margin-right: 20px;
}

/* ------------------------------------
    Contact Us Page
------------------------------------- */

#rfq-textarea {
margin-bottom:6px;
}

.contact-address {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 190px;
    margin-bottom: 15px;
}
.contact-info > p {
    margin: 0;
    font-size: 12px;
}
.contact-info > p:last-child {
    margin-top: 15px;
}
.contact-info > p > span {
    font-style: italic;
}
.contact-info > p > a {
    font-size: 12px;
    color: #1a58b5;
    text-decoration: underline;
}
.contact-info > p > a:hover {
    opacity: .8;
}
/*Some contact form styles are in "Right Sidebar" section of this file*/
.main-contact-form-fields > p > span > input,
.city-state-zip > .columns > span > input {
    margin-bottom: 6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.city-state-zip > .columns:first-child {
    padding-right: 6px;
}
.city-state-zip > .columns:last-child {
    padding-left: 6px;
}
.city-state-zip > .columns:nth-child(2) {
    padding: 0;
}
.contact-us-hint {
    display: block;
    color: #666;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: -7px;
    margin-bottom: 7px;
}
.main-contact-form-fields .submit-btn {
    float: left;
    margin-top: 6px;
}
.main-cf-field-names {
    padding-right: 5px;
}
.main-cf-field-names > p {
    line-height: 24px;
    margin-bottom: 6px;
}
p.address-margin-bottom {
    margin-bottom: 67px;
}

/* ------------------------------------
    Springs Page
------------------------------------- */
.post-type > p {
    font-size: 12px;
    margin-bottom: 5px;
}
.post-type > a.title-green-bg {
    margin-top: 15px;
}
.post-type > a.title-green-bg:hover {
    color: #76adfe;
}
.springs-page-description > p {
    font-size: 12px;
}

/* ------------------------------------
    Post Single Page
------------------------------------- */
.post-page-style p,
.post-page-style a {
    font-size: 12px;
}
.post-page-style a {
    text-decoration: underline;
    color: #1a58b5;
}
.post-page-style a:hover {
    color: #76adfe;
}

/* ------------------------------------
    Spiral Rings
------------------------------------- */
.table-border-grey {
    border: 1px solid #ccc;
}
.spiral-ring-type {
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left !important;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer-wrapper {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}
.footer-info > p,
#menu-footer-menu > li {
    color: #666;
    font-size: 10px;
    line-height: 24px;
    margin: 0;
    display: inline-block;
}
.footer-text {
    padding-left: 10px;
}
.footer-text:after {
    content: " |";
}
#menu-footer-menu {
    margin-left: 35px;
}
#menu-footer-menu > li {
    margin: 0;
}
#menu-footer-menu > li > a,
.footer-right-column > p > a {
    color: #1a58b5;
    font-size: 10px;
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu-footer-menu > li > a:hover,
.footer-right-column > p > a:hover {
    opacity: .8;
}
#menu-footer-menu > li:not(#menu-item-47) > a:after {
    content: "|";
    float: right;
    margin: 0 5px;
}
.footer-right-column {
    color: #666;
    font-size: 10px;
    line-height: 24px;
    margin: 0;
    padding-left: 40px;
}
.footer-right-column > a:hover {
    opacity: .8;
}

/*Ask to Dmitry Ryzkov*/
.single_ring_thumbnail {
    float: right;
    margin: 5px 0 5px 5px;
}
.single_post_ring_types li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.additional_info p {
    margin-bottom: 0px;
}
.additional_info img {
    margin: 20px 0;
}
.single_post_ring_types h3 {
    color: #94c435;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.table_wrapper table {
    margin: 20px 0;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor: default;
}
.table_wrapper table thead tr th,
.table_wrapper table tr td {
    /*font-size: 8px;*/
    /*padding: 2px 4px;*/
    font-size: 10px;
    padding: 4px 6px;
}
.table_wrapper table thead tr th,
.table_wrapper table thead tr td {
    text-align: center;
    background: #222;
    color: #b4ef41;
    border: 1px solid #666;
}
.table_wrapper table tr td {
    border-right: 1px solid #222;
}
.table_wrapper table tr {
    /*background: #e7e7e7;*/
}
.table_wrapper table tr:hover {
    background: #ccc;
}
.table_wrapper table tr.alt {
    background: #f3f3f3;
}
.table_wrapper table {
    border: 1px solid #222;
}
.side_nav {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    position: relative;
    padding: 10px 5px 10px 5px;
    margin: 0 0 10px 0;
    background: linear-gradient(#fff 10%,#ececec 90%);
}
.side_nav h5 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}
.side_nav h5 a {
    color: #2862b9;
    text-decoration: none;
    font-size: 12px;
}
.side_nav h5 a:hover {
    color: #76adfd;
}
.side_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #777;
}
.side_nav ul li {
    border-bottom: 1px solid #fff;
}
.side_nav ul a:link, .side_nav ul a:visited {
    color: #222;
    text-decoration: none;
    display: block;
    padding: 2px 0;
    font-size: 11px;
    font-weight: normal;
}
.side_nav ul a:hover, .side_nav ul a:active {
    color: #94c435;
    text-decoration: none;
}
.ring-type-description {
    line-height: 1;
}
.single-ring-types h5 a {
    pointer-events: none;
}
.header_last_post img {
    max-height: 60px;
    width: auto;
}
.header_last_post {
    line-height: 0.5;
}