/*-------------------------------------------------------------------- CREDITS --*/
/**
 * Public Cascading Style Sheet (css/public.css)
 *
 * @project		<Velvet Soft>
 * @author 		JK Thysse <http://www.jkthysse.com><jkthysse@gmail.com>
 * @copyright     	Copyright (C) 2014 Semantix ISP <http://www.semantix.co.za>
 * 
 */
/*-------------------------------------------------------------------- CONTENT --*/

body {
    background: #222;
}

#wrapper {
    width: 90%;
    margin-left: 5%;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}

h1 {
    font-size: 23px;
    margin: 10px;
    font-weight: normal;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

img {
    width: 80%;
}

table {
    width: 100%;
    padding: 15px;
}

.headings {
    color: #fff;
    border-bottom: 1px solid #000;
}

td {
    padding: 5px;
}

tr {
    margin-bottom: 5px;
}

.invalid {
    width: 100%;
    color: #A289CA;
}

.success {
    color: #009933;
}

.date-form { 
    margin: 10px; 
}

/*Style the date glyph here:*/
.quote-container .input-group.date {
    padding: 0;
    margin: 0;
    height: 34px !important;
    width: 100%;
}

.quote-container .input-group-addon {
    padding: 5px 5px;
    font-size: 12px;
    font-weight: 200;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #282828;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    height: 34px !important;
    /*added to disable this feature:*/
    display: none;
}
.quote-container .input-group.date .input-group-addon i {
    cursor: pointer;
    width: 8px;
    height: 8px;
}
.glyphicon {
    display: block;
    margin-top: -20px;
}	
.input-group .form-control:first-child {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}	

/*Style the date pop-up here:*/
.datepicker.dropdown-menu {
    position: absolute;
    top: 130px !important;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #2E2E2E;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
}
.datepicker table tr td:hover {
    color: #333;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
    color: #333;
}
.datepicker tfoot tr th:hover {
    background: #eeeeee;
    color: #333;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: #eeeeee;
    color: #333;
}
.login-menu {
    margin: 20px 0 0 !important;
    background: #333;
    font-size: 12px;
    list-style: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}
.datepicker table tr td.old, .datepicker table tr td.new {
    color: #FEC81D;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #FEC81D;
}
.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
    border-bottom: 6px solid #FEC81D;
}			

label.control-label span { 
    cursor: pointer; 
}

#upper_header {
    width: 100%;
    padding: 10px 25px;
    background: #000;
    font-size: 11px;
}

.sns {
    font-size: 16px;
}

.sns .fa-phone {
    color: #fff;
    font-size: 18px;
    padding-right: 5px;
}

.sns span {
    color: #fff;
    font-size: 14px;
}

.sns i {
    color: #a289ca;
    margin-right: 8px;
    padding: 5px;
    width: 25px;
    text-align: center;
    border-radius: 5px;
}

.sns i:hover {
    color: #fff;
}

.hhbutton img {
    width: 150px;
    
}

#lower_header {
    width: 100%;
    padding: 10px 25px;
    background: #a289ca;
    font-size: 14px;
}


#lower_header img {
    width: fit;
    max-width: 320px;
}

#nav {
    text-decoration: none;
    padding-top: 45px;
}

#nav ul {
    list-style: none;
}

#nav ul li {
    display: inline-block;
    padding: 5px;
}

#nav ul li a {
    text-decoration: none;
    color: #fff;
}

#nav ul li a > div {
    border: 1px solid #fff;
    padding: 8px 25px;
}

#nav ul li a:hover > div {
    background: #fff;
    color: #a289ca;
}

#page {
    width: 100%;
}

.page_section {
    width: 100%;
}

#page-title {
   text-align: center;
   padding: 10px;
   color: #fff;
   background: #121212;
}

#section-title {
   text-align: center;
   padding: 10px;
   color: #fff;
   background: #121212;
}

.bg-black {
    color: #fff;
    background: #000;
}

.bg-white {
    color: #222;
    background: #fff;
}

.bg-white p {
    color: #222;
}

.bg-white a {
    color: #000;
}

.bg-white a:hover {
    color: #222;
}

.bg-white button {
    width: 100%;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px;
    background: #425462;
}

.bg-white button:hover {
    color: #a289ca;
    border: 0;
    border-radius: 0;
    background: #222;
}

.bg-gray {
    color: #fff;
    background: #425462;
}

.bg-gray button {
    width: 100%;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px;
    background: #000;
}

.bg-gray button:hover {
    color: #a289ca;
    background: #222;
}

.bg-vs {
    color: #fff;
    background: #a289ca;
}

.added {
    color: #000 !important;
    background: #fff !important;
}

.utq {
    width: 100%;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px;
    background: #000;
}

.utq:hover {
    color: #a289ca;
    background: #222;
}

.quote_cart_title {
    color: #000;
    margin: 0;
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #000;
}

.line-black {
    background: #000;
    height: 7px;    
}

#slider {
   overflow: hidden;
}

#slider img {
   width: 960px;
   height: 360px;
   margin: 0px;
   padding: 0px;
}

#teasers {
    background: #fff;
}

#teaser-about {
    width: 290px;
    height: 235px;
    margin: auto;
    background: url("../../../img/content-images/about_us.jpg") no-repeat center;
    background-size: 100%;
}

#teaser-about:hover {
    cursor: pointer;
    background: url("../../../img/content-images/about_us_ro.jpg") no-repeat center;
    background-size: 100%;
}

#teaser-our {
    width: 290px;
    height: 235px;
    margin: auto;
    background: url("../../../img/content-images/our_products.jpg") no-repeat center;
    background-size: 100%;
}

#teaser-our:hover {
    cursor: pointer;
    background: url("../../../img/content-images/our_products_ro.jpg") no-repeat center;
    background-size: 100%;
}

#teaser-all {
    width: 290px;
    height: 235px;
    margin: auto;
    background: url("../../../img/content-images/all_products.jpg") no-repeat center;
    background-size: 100%;
}

#teaser-all:hover {
    cursor: pointer;
    background: url("../../../img/content-images/all_products_ro.jpg") no-repeat center;
    background-size: 100%;
}

#teaser-paper {
    width: 290px;
    height: 235px;
    margin: auto;
    background: url("../../../img/content-images/paper.jpg") no-repeat center;
    background-size: 100%;
}

#teaser-paper:hover {
    cursor: pointer;
    background: url("../../../img/content-images/paper_ro.jpg") no-repeat center;
    background-size: 100%;
}

#teaser-tissue {
    width: 290px;
    height: 235px;
    margin: auto;
    background: url("../../../img/content-images/tissue.jpg") no-repeat center;
    background-size: 100%;
}

#teaser-tissue:hover {
	cursor: pointer;
	background: url("../../../img/content-images/tissue_ro.jpg") no-repeat center;
	background-size: 100%;
}

#teaser-delivery {
	width: 295px;
	height: 235px;
    margin: auto;
	background: url("../../../img/content-images/delivery.jpg") no-repeat center;
	background-size: 100%;
}

#teaser-delivery:hover {
   background: url("../../../img/content-images/delivery_ro.jpg") no-repeat center;
   background-size: 100%;
}

#teasers img:hover {
   cursor: pointer;
}

#paper_products {
    padding: 25px;
}

#tissue_products {
    padding: 25px;
}

.content-text {
    padding: 15px;
}

.content-text p {
    padding: 10px;
}

#contact_form {
    padding: 25px;
}

.form-control {
    margin: 3px;
    border: 2px solid #777;
    border-radius: 0;
}

#recaptcha_widget {
}

#recaptcha_image {
    background-color: #FFF; 
    border: 3px solid #777; 
    width: 322px !important; 
    height: 83px !important; 
    padding: 10px;
    margin-left: 32%;
}

.product {
    padding: 15px;
	padding-top: 5px;
    text-align: center;
}

.product-image {
    width: 100%;
    padding: 15px;
    text-align: center;
}

.product-image img {
    width: 80%;
    border: 3px solid #000;
}

.product-title {
    color: #fff;
    font-weight: bold;
}

.product-code {
    color: #a289ca;
    font-weight: normal;
    font-size: 18px;
}

.product-description {
    color: #000;
    font-weight: normal;
    padding: 7px;
}

.product-qty {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding: 10px;
	padding-top: 0;
}

.product-qty input {
    color: #a289ca;
    padding: 3px;
}

.product-row-partition {
    color: #000 !important;
    text-align: middle;
    padding: 15px;
}

.modal{
}

.modal-header {
    color: #fff;
    background: #a289ca;    
}

.close {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=50);
    opacity: .5;
}

.close:hover, .close:focus {
    color: #121212;
    cursor: pointer;
}
.modal-body{
    color: #fff;
    background: #425462;
}

.modal-body h2{
    
}

.modal-body .form-control {
    margin: 5px;
    border: 2px solid rgba(18, 18, 18, 0.7);
}

.modal-footer{
    margin-top: 5px;
    background: #a289ca;    
}

.quote-button {
    color: #fff;
    background: #000;
}

.quote-button:hover {
    color: #a289ca;
    background: #000;
}

.about-toggle:hover {
    cursor: pointer;
}

#request_delivery {
    padding: 25px;
    margin-top: -100px;
}

#upper_footer {
    padding: 15px;
    padding-top: 5px;
    width: 100%;
}

#upper_footer img {
    padding-top: 100px;
    max-width: 400px;
}

#upper_footer ul {
    list-style: none;
    padding-left:0;
}

#upper_footer ul li {
    padding: 0;
    margin: 0;
    line-height: 11px;
}

#upper_footer ul li a {
    text-decoration: none;
}

#lower_footer {
    padding: 15px;
    font-size: 11px;
    width: 100%;
}