@CHARSET "UTF-8";

/* Home Page */
#home .row {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

#home img {
	width: 100%;
}

#home .intro {
	margin-bottom: 100px;
	text-align: center;
}

#home .intro p {
	font-size: 60px;
	font-family: 'Shadows Into Light', Serif;
	line-height: 1.6;
	color: #000;
}

#home .carousel-control {
	opacity: 1 !important;
	background-image: none !important;
}

#home .carousel-control:hover, #home .carousel-control:focus {
	opacity: 1 !important;
}

/* Contact Page */
#contact-form {
    background-color: #F1E1E1;
    padding: 13px;
}

#contact-form .social-icons {
	margin-top: 20px;
}

#contact-form .social-icons li {
	display: inline-block;
}

#contact-form .social-icons li a {
	color: #888;
	font-size: 130%;
	padding-right: 10px;
}

/* About Page */
#about .text {
	margin-top: 25px;
}


#about .text p  {
    margin-bottom: 25px;
	font-family: 'Shadows Into Light', Serif;
    font-size: 30px;
	color: #000;
	line-height: 1.3em;
}

#about .text ul {
	list-style-type: circle;
	margin-bottom: 35px;
}

#about .text li {
	margin-bottom: 10px;
    font-family: 'Shadows Into Light', Serif;
    font-size: 20px;
	color: #000;
}

/* Gallery Page */
#gallery .row {
	margin-bottom: 25px;
}

#gallery-lightbox .modal-dialog {
	width: 700px;
	text-align: center;
}

/* More Page */
#more .row:nth-child(2) {
	margin-top: 40px;
}

#more .row:nth-child(2) {
	margin-bottom: 70px;
}

#more .product {
	text-align: center;
}

#more .big img {
	width: 300px
}

#more .small img {
    width: 250px
}

#more .small:first-child {
	margin-left: 160px;
}

#more .small:last-child {
    margin-right: 160px;
}

#more .big .price, #more .small .price {
  position: absolute;
  top: -20px;
  font-size: 30px;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 25px;
  font-family: 'Shadows Into Light', Serif;
  color: black;
  opacity: 0.6;
  border: 1px solid #000;
  border-radius: 10px;
}

#more .big .price {
	right: 10px;
}

#more .small .price {
	right: 135px;
}

/* Create Page */
#block-compose {
    z-index: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    
}

#block-compose-mask {
	background-repeat: no-repeat; 
    position:absolute; 
    top:0px; 
    display:block; 
    z-index: 2; 
    opacity: 1; 
    pointer-events: none;
}

#create .options .upload-type {
	padding-top: 23px;
	font-family: 'Shadows Into Light', Serif;
    font-size: 20px;
    text-align: center;
}

#create .options .custom {
    padding-top: 7px !important;
}

#create .options .custom img {
	padding-top: 2px;
}

#create .options .upload-type img {
	width: 120px;
}

#thumb-list img {
	margin: 10px;
}

#collapse-upload {
	margin-top: 15px;
}

#upload-btn {
	margin-top: 10px;
}

#progressbox, #progressbox-output  {
	margin-top: 10px;
}

#statustxt {
	background-color: #428bca;
	text-align: center;
	color: #fff;   
}

#collapseOne img, #collapseTwo img, #collapseThree img {
	cursor: pointer;
}

#create .actions {
	text-align: right;
}

#chooseCustomImageTypeModalId .row div {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #000;
	font-family: 'Shadows Into Light', Serif;
	cursor: pointer;
}

#customImageModalId .modal-body a {
	cursor: pointer;
}

#customImageModalId .modal-body a img {
    padding: 10px;
	width: 170px;
}

/* Select Page */
#select .price {
  position: absolute;
  top:15px;
  left: 25px;
  font-size: 30px;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 25px;
  font-family: 'Shadows Into Light', Serif;
  color: black;
  opacity: 0.6;
}

/* Cart Page */
#cart .item {
	margin-bottom: 20px;
}

#cart .item-info {
	font-size: 30px;
	color: #000;
	font-family: 'Shadows Into Light', Serif;
}

#cart .item-info div {
	margin-bottom: 20px;
}

#cart .item-info label {
    font-size: 30px;
    color: #000;
    font-family: 'Shadows Into Light', Serif;
	font-weight: bold;
}

#cart img {
	width: 400px;
}

#cart .empty {
	font-size: 30px;
    color: #000;
    font-family: 'Shadows Into Light', Serif;
    text-align: center;
	margin: 60px;
}

#cart .shipping-cost {
	text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
}

#cart .buy {
	text-align: right;
}

/* Buy Page */
#known-form-modal .modal-title img {
	width: 50px;
}

#known-form-modal .radio {
	margin-bottom: 20px;
}

#known-form-modal .radio img {
	width: 100px;
}

#known-form-modal label {
	font-family: 'Shadows Into Light', Serif;
	font-size: 30px;
	color: #000;
}

#buy .item {
    margin-bottom: 20px;
}

#buy .item-info {
    color: #000;
}

#buy .item-info div {
    margin-bottom: 20px;
}

#buy .item-info label {
    color: #000;
    font-weight: bold;
}

#buy img {
    width: 150x;
}

#buy .choose-invoice-data-row {
	margin-bottom: 20px;
}

#buy .use-invoice-data-row {
	display: none;
}

#buy .pay, #buy .total-price, #buy .full-price, #buy .shipping-cost {
	text-align: right;
}

#buy .pay img {
	cursor: pointer;
	width: 200px;
}

#buy .total-price {
    margin-left: -50px;
    font-size: 14px;
	margin-bottom: 10px;
}

#buy .shipping-cost {
	margin-left: -50px;
    padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}

#buy .full-price {
	margin-left: -50px;
	font-weight: bold;
	font-size: 16px;
}

#buy .discharge {
	margin-top: 25px;
	margin-bottom: 25px;
}

#buy .invoice-data {
	display: none;
	margin-top: 15px;
}

/* My Page */
#my .empty {
    font-size: 30px;
    color: #000;
    font-family: 'Shadows Into Light', Serif;
    text-align: center;
    margin: 60px;
}

#my table {
    font-family: 'Shadows Into Light', Serif;	
	font-size: 20px;
	margin-top: 20px;
	width: 80%;
}

#my .cover-img {
	margin: 20px;
	width: 300px;
	max-width: 100%;
}

#my h2 {
    margin-bottom: 15px;
	margin-left: 20px;
	margin-top: 15px;
}

#my h3 {
	margin-top: 20px;
}

#my h5 {
    margin-top: 10px;
	margin-left: 10px;
}

#my button {
	margin-left: 15px;
}

/* Limited edition */
#limited .intro {
	text-align: center;
	margin-top: 30px;
}

#limited .intro img {
	width: 100%;
}

/* Privacy/Condizioni */
#privacy div, #conditions div {
	margin-bottom: 10px;
}

#privacy ul, #conditions ul {
	list-style: disc;
    margin-bottom: 10px;
    margin-left: 20px;
}

#privacy h4, #conditions h4 {
	margin-bottom: 15px;
}

/* Images Collection */
#imagescollection .col-xs-6 {
	text-align: center;
}

#imagescollection p {
    margin: 20px;
    font-size: 25px;
    text-align: center;
    font-family: 'Shadows Into Light', Serif;
}

#imagescollection img {
	 width: 300px;
}

/* Admin */
#admin-orders .creato td {
	background-color: rgb(241, 126, 126);
}

#admin-orders .annullato td {
    background-color: yellow;
}

#admin-orders .spedito td {
    background-color: blue;
}

#admin-orders .cancellato {
    display: none;
}

#admin-orders .chiuso {
    display: none;
}