/* 
Document   : style
Created on : 2013.11.08., 8:51:55
Author     : tomket
Description:
    Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
html, body {
    background-color: #3e2917;
    background-image: url("../data/floral_pattern.png");
    background-repeat: repeat;
    background-size: 15%;
}
.container {
    font-family: 'Amarante', cursive;
    position: relative;
}
.header{
    box-sizing: border-box;
}
.header .titleText {
    display: block;
    /*    font-size: 5vw;*/
    font-size: 4em;
    margin: 0.6em 5px;
    color:#ffc700;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(150, 150, 150, 0.4);
}
.container-fluid {
    padding: 0px;
}
.language-menu {
    background-color: rgba(255,255,255,0.1);
    position: absolute;
    top: 0px;
    padding: 10px 10px 10px;
    right: 0px;
    border-bottom-left-radius: 10px;

}
.language-menu li {
    display: inline;
}
.slide-menu {
    padding-top: 5px;
    padding-left:5px;
}
.container .content {
    background-color: white;
    margin-right: 5px;
    display: block;
    float: left;
    width: 100%;
    min-height: 400px;
    padding-bottom: 20px;
    box-shadow: 0 7px 10px #777;
}
.content {
    padding: 25px 0px 0px;
}

.main-image_cont
{
    z-index: 100;
    margin: 10px 10px 0px;;
}
.main-image {
    width: 235px;
    height: 235px;
    float: left;
    margin: 5px;
    padding-bottom: 0px;
    position: relative;
}
.inner-image {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.inner-image img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
}
.main-image:hover .inner-image {
    border-radius: 120px;
}
.inner-title {
    width: 100%;
    text-align: center;
}
.main-image:hover .inner-title {
    position: absolute;
    top: 25%;
    right: 25%;
    width: 50%;
    height: 50%;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 150px;
}
.footer {
    border-top: 1px solid #444;
    padding: 10px;
    color: black;
    text-align: center;
    color: lightgray;
    background-color: rgba(255,255,255,0.1);
}
.content-text {
    clear: both;
    padding: 20px;
    text-align: justify;
    margin: 10px 0px;
}
.content-text h3 {
    text-align: center;
}
.main-image_cont a, .footer a {
    color: inherit;
    cursor: pointer;
}
.welcome {
    clear: both;
    padding: 5px 20px;
}
.welcome div {
    font-size: 16px;
    text-align: center;
}
.thumbnails {
    margin-top: 30px;
    margin-left: 50px;
}
.thumbnails li {
    margin: 0px 30px; 
}
.thumbnails div {
    min-height: 315px;
}
.thumbnails i {
    margin-top: 5px;
}
.thumbnails li h5 {
    text-align: center;
}
.thumbnails p {
    text-align: center;
    padding: 0px 10px;
}

.content h4 {
    clear: both;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.navbar {
    margin-bottom: 0px;
    background-color: rgba(255,255,255,0.1);
    width: 100%;
}
.navbar div {
    background: none;
    background-image: none;
    border: none;
    border-radius: 0px;
    min-height: 0px;
}
.navbar .navbar-inner {
    padding: 0px;
}
.navbar .nav li a {
    color: #BBB;
    border-radius: 0px;
    margin: 0px;
}
.navbar .brand {
    display: none;
}
@media (max-width: 979px) {
    .navbar .brand {
        text-align: center;
        margin-left: 40%;
        display: block !important;
        color: #BBB;
        font-weight: normal;
    }   
    .header .titleText {
        font-size: 3em;
        margin: 0.4em 5px;
    }
}
.navbar .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    color: #BBB;
    font-weight: normal;
}
.navbar .nav li a:hover, .nav .active a:hover,.nav a:focus, .nav-collapse .dropdown-menu a:hover,.nav-collapse .nav .active a{
    background-color: #FFF !important;
    color: black !important;
    background-image: none !important;
}
.navbar .nav .active a,.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    color:black;
    background-color: #FFF;
}
.navbar .nav .dropdown-menu {
    background-color: #3E2917;
}
.rslides_container {
    display: none;
}
.cbp-ig-icon {
    padding: 0px 10px;
    padding-right: 18px;
}
.cbp-ig-grid li > a:hover {
    background-color: rgba(62,41,23,0.9);
    text-decoration: none;
}
.cbp-ig-grid li > a:hover .cbp-ig-title {
    padding-top: 30px;
    margin-bottom: 0px;
}
.cbp-ig-grid li > a:hover img {
    box-shadow: none;
    border: 4px solid #FFF;
}
.cbp-ig-grid li {
    height: auto;
    padding-top: 20px;
}
.cbp-ig-grid li img,.cbp-ig-grid li video {
    border: 4px solid #333;
    box-shadow: 0px 5px 10px #777;
}
.cbp-ig-grid .cbp-ig-title {
    font-size: 1.5em;
    text-transform: capitalize;
}
.cbp-ig-grid .cbp-ig-title:before {
    background: none repeat scroll 0 0 #777;
}
.cbp-ig-grid .cbp-ig-category {
    padding-bottom: 10px;
}
.cbp-ig-grid li > a {
    color: #333;
}
.cbp-ig-grid {
    padding-bottom: 0px;
}
.footer-inner div{
    float: left;
    width: 25%;
}
.footer-inner .languages a {
    line-height: 2.5em;
}
.footer-inner .maps iframe {
    box-shadow: 2px 0px 5px #666;
}
.footer-inner .languages a img {
    margin-right: 5px;
    box-shadow: 2px 0px 5px #666;
}
.cbp-ig-grid li:nth-child(3n+1) {
    clear: left;
}
@media screen and (max-width: 62.75em) {
    .cbp-ig-grid li:nth-child(3n+1) {
        clear: none;
    }
    .cbp-ig-grid li:nth-child(2n+1) {
        clear: left;
    }
    .footer-inner div{
        width: 50%;
    }    
    .footer-inner .maps {
        float: right;
    }
    .language-menu {
        padding: 5px;
    }
    .language-menu img {
        width: 20;
        height: 15px;
    }
}
@media screen and (max-width: 25em) { 
    .cbp-ig-grid li {
        clear: left;
    }
    .footer-inner div{
        width: 100%;
    }
    .language-menu {
        display: none;
    }
    .header .titleText {
        font-size: 2em;
        margin: 0.2em 5px;
    }
}
.well {
    text-align: center;
    margin: 25px;
}
.subpage {
    margin: 5px;
    padding: 0px 15px;
}
.subpage h4 {
    margin-bottom: 30px;
}
.categor-image_cont {
    padding: 20px;
}
.categor-image_cont .cbp-ig-icon {
    height: 290px;
}
.categor-image_cont .cbp-ig-icon img {
    max-height: 260px;
}
#cboxCurrent {
    display: none !important;
}
.contact_text {
    line-height: 2em;
    float: left;
    padding: 20px 10px;
}
.contact_maps {
    float: left;
    margin: 20px;
    margin-left: 25%;
}
.toolbarNumber {
    font-size: medium;
    color: #333;
}
.toolbarNumber:hover {
    color: #666;
}
.btn-disable i {
    color: #888;
}
.btn-toolbar {
    text-align: center;
}
.imgTitle {
    text-transform: uppercase;
}
.itemInfo {
    center: top;
    display: block;
    height: 40px;
    position: absolute;
    right: 10px;
    text-indent: 9999px;
    top: 35px;
    width: 40px;
    background: url("../data/info.svg");
}
#imgColor div {
    box-sizing: border-box;
}
#imgColor .imgColor {
    /*    max-height: 90vh;*/
    width: auto;
    border: 4px solid #333;
    box-shadow: 0px 5px 10px #777;
}
#imgColor .imgColorContent {
    text-align: center;
    padding: 20px;
    width: 65%;
    display: block;
    float: left;
    box-sizing: border-box;
}
/*#imgColor {
    height: 100%;
}*/
.imgData {
    width: 30%;
    display: block;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    position: relative;
    float: left;
    /*    min-height: 85vh;*/
}
@media screen and (max-width: 1011px) {
    #imgColor .imgColorContent, .imgData {
        float: none;
        width: 100%;
    }
}
#imgColor div {
    max-height: 100%;
    margin: 0px;
}
#imgColor .imgButton {
    padding-top: 9px;
    padding-bottom: 9px;
}
#imgColor .imgButtonContent {
    margin-top: 40px;
    width: 100%;
    display: inline-block;

    /*    display: none;*/

}
.imgDataContent {
    display: none;
}
.btn-toolbar .actualToolbar {

    background-color: #333;
    background-image: linear-gradient(to bottom, #555,#444);
    color: white;
}
.loan {
    text-align: center;
}
.loan h5 {
    font-size: 18px;
    margin-bottom: 20px;
}
.row {
    height: auto;
    width: auto;

}
.cart-img {
    width: 25px;
    height: auto;
    color:white;
    margin-right: 10px;
}
.imgButtonContent input {
    display: inline-block;
    height: 35px;
    width: 50px;
}
.imgButtonContent  .add-on {
    height: 26px;
    font-weight: bold;
    padding-top: 13px;
}
.bold {
    font-weight: bold;
}
.checkout-item {
    position: relative;
}
.badge-count {
    position: absolute;
    top: 32px;
    left: 25px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 200;
}
/*.checkout-item:hover .badge-count{
    top: 32px;
}
.checkout-item:hover .remove-element {
    top:30px;
}*/
.remove-element {
    position: absolute;
    top: 32px;
    right: 25px;
    z-index: 200;
    cursor: pointer;
}
.checkout-form {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.checkout-form .alert {
    margin-bottom: 2px;
}
.checkout-cart {
    position: fixed;
    top: 20vh;
    right: 0px;
}
.main-cart {
    width: 45px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.captcha-group .alert {
    width: 286px;
    padding-right: 0px;
}
.badge .badge-input {
    width: 30px;
    background-color: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
    color:white;
    font-weight: bold;
    text-align: right;
}