html, body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: 'Libre Baskerville', serif;

}

html, body {
    background: url('../img/pattern.png') repeat;
}

div.content {

    font-size: 1em;
    line-height: 1.1em;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;

    background-color: #1a1a1a;
}

#header {
    border-bottom: 1px solid #666;
    padding: 8px 0 0;
}

.capitalize {
    text-transform: capitalize;
}

.dataTables_wrapper div {
    padding: 0.5em;
}

.dataTables_paginate {
    width: 500px;
}

.ui-buttonset .ui-button {
    margin: 0.2em;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:visited,
.btn-primary:active,

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus

{

    background-color: #777777;
    border-color: #5d5d5d;;
}

.btn-primary:hover {
   /* background-color: #b3ed6d;*/
}

input, textarea {
    padding: 6px!important;


    border-style: solid!important;
    border-width: 1px!important;
}

.menu_panel h3,
.menu_panel p
{
    text-align: center;
}

.menu_panel h2.title {
    color: #a84821;
    border-bottom: 1px dotted #DDDDDD;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#gMap {
    height: 400px;
}

blockquote {
    border-left-width-value: 0px!important;
}

/*Products*/
img.product {
    border-bottom: solid 1px #eee;
    border-right: solid 1px #c6c6c6;
    box-shadow:  0 4px 8px rgba(100, 100, 100, 0.5);
}
img.product-small {
    margin-right: 5px;
    margin-top: 5px;
}

/*Upload form*/
* {
   /* font-family: helvetica;*/

}

div.fileUploadcontainer,
div#filedrag {
    width: 500px;
    height: 120px;
    border-style: solid;
    border-color: #649961;
    border-width: 3px;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #e3e3e3;


    box-shadow: inset 2px 2px 2px rgba(100, 100, 100, 0.5);

}

#filedrag.hover
{
    color: #f00;
    border-color: #649961;
    border-style: dotted;
    box-shadow: inset 0 3px 4px #888;


}

p#debug {
    font-family: monospace;
    background-color: #eeeeee;
    padding: 0.5em;
    display: none;
}

.nav-tabs li {
    background-image: none;
}

.tab-content {
    padding-top: 1em;
}

.opaque {
    opacity: 0.5;
}

.menu-item a:hover img {
    opacity: 1;
    cursor: pointer;
}

img.img-gallery {
    margin: 0.5em;
}

.comment-content {

    overflow: visibile!important;
}

.main a,
#nav a,
a,
a.sf-with-ul {
    text-decoration: none!important;
   /* text-transform: uppercase;*/
}

.sc_infobox h3 {
   /* text-transform: capitalize;*/
}

.reviews blockquote {
    color: #eedebc;
}

.ext-grid .span3 {
    width: 260px;
}

article.news_archivio {
    margin-bottom: 2em;
}

#admin-buttons {
    margin-top: 1em;
}

#flickr-2 {
    margin-top: 50px;
}

.span8  h2 {
    margin-bottom: 1em;
}

h2.titleMenu {
    font-size: 22px;
}

.menu_panel {
    margin-top: 4em;
    margin-bottom: 4em;
}

address
{
    margin-bottom: 10px;
}

#footer {
    background-color: #212121;
    padding: 15px;
}

#footer section {
    padding-top: 0px;
}

#footer {
    color: #b8b8b8;
    font-size: 0.8em;
}

/*Back to top*/
.back-to-top {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;



    background: none repeat scroll 0 0 #777777;
    border-bottom: 1px solid #333333;
    border-image: none;
    border-radius: 50%;
    border-top: 1px solid #b8b8b8;
    bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
    color: #ffffff;
    cursor: pointer;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: 13px 10px 8px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    width: 59px;
    z-index: 2000;
}

/*soldout*/
.soldout {
    position: absolute;
   /* height: 50px;*/
    width: 100px;
    background-color: rgba(159, 13, 36, 0.80);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);

    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-10deg);
}

/*Gallery*/

.gallery ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: auto;
    overflow-y: auto;
    list-style: none;
}
.gallery ul li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    float:left;

    margin-right: 1em;
}

.gallery img {
    margin-bottom: 30px;

    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #1d1d1d;
}

.table-striped > tbody {
    background-color: #181818;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
}

.ui-toolbar {
    color: black;
}

#header h1 {
    color: #fff;
}

.thumbnail {
    min-height: 350px;
    padding-top: 1em;
}

.thumbnail,
.breadcrumb {
    background-color: #222;
    color: #fff;
    margin-bottom: 1em;
    border-color: #333;
}
.photoThumb {

}