﻿/* 
    Document   : Style
    Created on : 10-Jan-2013, 10:04:42
    Author     : Roberts Golubs
    Description:
        Main stylesheet
*/


/*Icons Start*/

@font-face{
    font-family: Batch;
    font-weight: normal;
    font-style: normal;
}

.batch {
    font-family: "Batch"; /*or whatever you've decalred your font name as*/
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

i.batch {
    text-decoration: none;   
    font-style: normal;
}

.batch:before {
    content:attr(data-icon);
}

/*Icons End*/

root { 
    display: block;
}

body {
    margin: 0px;
    font-family: Arial;
    background-color: #F6F8FA;
    color: #000;
}

/*IMG max width - START*/

img {
    max-width: 100%;
    height: auto !important;
    border: none;
}

/*IMG max width - END*/

/*Clear fix - START*/
.clear {
    clear: both;
}
/*Clear fix - END*/

/*Display block - START*/
.block {
    display: block !important;
}
/*Display block - END*/

/*Display inline - START*/

.inline {
    display: inline-block;
    width: auto;
}

/*Display inline - END*/

/*Hide - START*/
.hide {
    display: none;
}
/*Hide - END*/

/*Float right - START*/

.right {
    float: right;
}

/*Float right - END*/

/*Float left - START*/

.left {
    float: left;
}

/*Float left - END*/

/*Text align right - START*/

.text_right {
    text-align: right;
}

/*Text align right - END*/

/*Links - START*/
a {
    text-decoration: none;
}
/*Links - END*/

/*Scroll - START*/

div#scroll_1 {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: inset #000 0px 0px 10px -2px;
}

/*Scroll - END*/

/*Menu - START*/
div.menu {
    height: 100%;
}

div#menu {
    height: 100%;
    text-align: left;
}

div.menu img.menu_tab {
    position: absolute;
    right: -79px;
    top: 5px;
}

div.menu img.logo {
    max-width: 100%;
    height: auto;
    border-radius: 0px;
    display: block;
}

div.search {
    padding: 0px 10px 5px;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.menu ul li {
    margin: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 1px 3px;
    border: 2px solid #fff;
    border-radius: 5px;
}

div.menu ul li.list-divider {
    background-color: #000;
    color: #fff;
    padding: 5px;
}

div.menu ul li a {
    color: #fff;
    background-color: #383735;
    background-repeat: repeat-x;
    background-position: top;
    display: block;
    padding: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: inset rgba(0, 0, 0, 0.7) 0px 0px 3px;
}

div.menu ul li a:hover {
    background-color: #585755;
}

/*Menu - END*/

/*Logo - START*/

img.main_logo {
    width: 100%;
    height: auto;
    display: block;
}

div.banner_container {
    margin: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.7);
}

div.banner_container.map_container {
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 2px 3px;
}

img.banner {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

img.social_icon {
    border-radius: 5px;
}
/*Header Logo - END*/

/*Top buttons - START*/

div.top_button_table_container {
    margin: 10px;
}

table.top_buttons {
    width: 100%;
    border-collapse: collapse;
}

table .button {
    padding: 7px;
}

table .icon {
    max-height: 20px;
    position:relative;
    top:5px;
}

/*Top buttons - END*/

/*Banner - START*/
div.banner {

    background-repeat: no-repeat;
    background-size: 100%;
    padding: 10px;
}

div.banner div.right {
    float: right;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0px;
}

div.banner div.right span.buy_title {
    font-weight: bold;
    font-size: 40px;
    display: block;
}

div.banner div.right span.buy_subtitle {
    font-size: 30px;
    display: block;
}
/*Banner - END*/

/*Pages - START*/
div.pages span.title {
    font-weight: bold;
    display: block;
}

div.pages span.read_more {
    display: block;
    margin-top: 10px;
}
/*Pages - END*/

/*Theme specific - START*/

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

div.white_container {
    margin: 20px 0px;
    background-color: #fff;
    border: 1px solid #d7dade;
    border-radius: 3px;
    padding: 10px;
    box-shadow: inset #ddd 0px 0px 10px;
}

div.white_container img.logo {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

div.border_container {
    display: inline-block;
    padding: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}

div.white_container.padding_20 {
    padding: 0px 20% 20px;
}
/*Theme specific - END*/

/*Page title - START*/
h2.title {
    text-align: right;
    margin: 10px 0px;
}
/*Page title - END*/

/*Carousel - START*/
div.carousel_container {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.4);
}

div.carousel_container img {
    height: 100%;
    width: auto;
}
/*Home table - END*/
div.footer_bar {
    height: 40px;
}

/*Footer bar - START*/
div.footer_bar div {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px;
}
/*Footer bar - END*/

/*Page speciffic - START*/

/*Twitter - START*/
div.twitter img.profile_picture {
    float: left;
    border-radius: 3px;
    margin-right: 5px;
}
/*Twitter - END*/

/*Videos - START*/

div.videos div.thumbnail {
    float: left;
    margin-right: 5px;
}

/*Videos - END*/

/*Gallery - START*/

div.gallery div.border_container {
    margin: 0px 5px 5px 0px;
}

/*Gallery - END*/

/*Categories - START*/

div.categories {
    overflow-y: scroll;
}

div.categories div.resize_category_image {
    background-size: cover;
    background-position: center;
}

div.categories h3 {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

/*Categories - END*/

/*Products - START*/

div.products h2 {
    margin: 0px;
    padding: 5px;
}

div.products ul.product_list {
    list-style: none;
    margin: 0px 10px;
    padding: 0px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

div.products ul.product_list li {

    background-repeat: repeat-x;
    background-size: contain;
    border-bottom: 1px solid #aaa;
}

div.products ul.product_list li:first-child div.resize_image {
    border-top-left-radius: 5px;
}

div.products ul.product_list li:last-child div.resize_image {
    border-bottom-left-radius: 5px;
}

div.products ul.product_list li:last-child {
    border-bottom: none;
}

div.products ul.product_list li div.resize_image {
    margin-right: 5px;
    width: 35%;
    height: 120px;
    border-right: 1px solid #aaa;
    background-size: cover;
    background-position: center;
}

div.products ul.product_list li h3 {
    /*    white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
    padding-top: 5px;
    font-size: 16px;
}

div.price span.old_price {
    text-decoration: line-through;
    opacity: 0.5;
}

/*Products - END*/

/*Product - START*/

div.product div.main_image {
    margin-bottom: 10px;
}

div.product div.other_images div.border_container {
    margin: 0px 5px 5px 0px;
}

div.product div.other_images div.extra_image {
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
}

div.product h3 {
    margin-bottom: 0px;
}

div.product div.price span.old_price {
    text-decoration: line-through;
    opacity: 0.5;
}

div.product p {
    text-align: justify;
}

/*Product - END*/

/*Location - START*/

#map_canvas {
    background-size: cover;
    background-position: center;
}

/*Location - END*/

/*Basket - START*/

div.basket h3 {
    margin: 0px;
}

div.basket input[type="image"] {
    float: right;
    position: relative;
    top: -24px;
    right: -21px;
}

div.basket input[value="remove"] {
    width: 30px;
}

/*Basket - END*/

/*Checkout - START*/

div.checkout {
    text-align: left;
}

div.checkout h3 {
    margin: 0px;
}

div.checkout.checkout_form div.border_container {
    margin-bottom: 5px;
}

div.checkout div.padding_top {
    padding-top: 10px;
}

/*Checkout - END*/

/*Expand - START*/

div.expand {
    font-weight: bold;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: -9px -9px;
    padding: 10px;
}

div.expand img {
    height: 20px !important;
    float: left;
    margin-right: 5px;
}

/*Expand - END*/

/*Payment - START*/

.payment h3 {
    margin: 0px;
}

.payment table.review_order {
    width: 100%;
}

.payment table.review_order tr:first-child {
    font-weight: bold;
    color: #fff;
    text-shadow: #000 0px 1px 0px;
}

.payment table.review_order tr:first-child td {
    background-color: #000 !important;

    background-repeat: repeat-x;
}

.payment table.review_order tr td {
    padding: 5px;
}

.payment table.review_order tr:nth-child(even) td {
    background-color: #ddd;
}

.payment table.review_order tr:nth-child(odd) td {
    background-color: #eee;
}

.payment table.review_order tr td:last-child {
    text-align: right;
}

/*Payment - END*/

/*People - START*/

.people img.person_image {
    float: right;
    border-radius: 5px;
    max-width: 40%;
}

.people table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

.people table tr td {
    width: 50%;
}

/*People - END*/

/*Featured Products - START*/

div.featured_products {
    border-radius: 5px;
    margin: 5px 10px;
}

div.featured_products div.header {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: none;
    background-color: #333;

    background-repeat: repeat-x;
    background-position: top;
    padding: 5px;
    color: #fff;
    text-shadow: #000 0px 1px 1px;
}

div.featured_products .scroll {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.featured_products div.resize_image {
    background-size: cover;
    background-position: center;

    width: 100px;
    height: 100px;
}

div.featured_products h3 {
    font-size: 15px;

    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    width: 120px;
}


/*Featured Products - END*/

/*Content - START*/

div.content {
    padding: 1px 10px 5px;
    line-height: 155%;
}

/*Content - END*/

div.footer_content {
    margin: 10px;
}

table.footer_buttons {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

table.footer_buttons img {
    height: 30px !important;
    width: 30px !important;
    border-radius: 3px;
    position: relative;
    top: 1px;
}

table.footer_buttons tr td:first-child img {
    margin-left: 5px;
}

table.footer_buttons tr td:last-child img {
    margin-right: 5px;
}

table.footer_buttons tr td:first-child,
table.footer-buttons tr td:last-child {
    width: 75px;
}

table.footer-button tr td {
    text-align: center;
}

/*Footer content - end*/

/*Pagination - START*/

div.pagination {
    margin-top: 15px;
    margin-bottom: 13px;
    text-align: center;
}

div.pagination a {
    font-size: 16px;
    margin: 2px;
    padding: 5px;
}

/*Pagination - END*/

/*Page speciffic - END*/

.show_more_content {
    display: none;
}

/*Social share buttons - START*/
div.social_share_container {
    margin: 10px;
}

table.social_share {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.7);
}

table.social_share tr:first-child td {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

table.social_share tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

table.social_share tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

table.social_share td a {
    display: block;
    padding: 5px;
}

table.social_share img {
    border: none;
    max-height: 25px;
    display: block;
    margin: auto;
}
/*Social share buttons - END*/