/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* @humans: UX design and Frontend by notsoda, graphic design by workship */

/* main color: #c00058 */

/*********************
* Box Model
**********************/
* { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*********************
* Core
**********************/
html, html body, input, select, textarea {
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  color: #151515;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, html body {
  /* Sets up the Base 10 stuff */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

a {
  color: #c00058;
  text-decoration: none;
}

h1 {
	font-size: 2em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

p {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1em;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* forms */
.simple-form input {
	display: block;
	width: 200px;
	margin: 10px 0;
}
#dsk .header-second .submenu {
	margin-top: -9px !important;
}
/*********************
* Helpers
**********************/
  .column-container > .column {
    float: left;
  }
  .column-container > .column.twelve-columns {
    width: 100%;
  }
  .column-container > .column.eleven-columns {
    width: 91.666%;
  }
  .column-container > .column.ten-columns {
    width: 83.333%;
  }
  .column-container > .column.nine-columns {
    width: 75%;
  }
  .column-container > .column.eight-columns {
    width: 66.666%;
  }
  .column-container > .column.seven-columns {
    width: 58.333%;
  }
  .column-container > .column.six-columns {
    width: 50%;
  }
  .column-container > .column.five-columns {
    width: 41.666%;
  }
  .column-container > .column.four-columns {
    width: 33.333%;
  }
  .column-container > .column.three-columns {
    width: 25%;
  }
  .column-container > .column.two-columns {
    width: 16.666%;
  }
  .column-container > .column.one-columns {
    width: 8.333%;
  }

.item-list {
  padding-left: 0;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.extended {
	display: none;
}

.icon {
	display: block;
	width: 25px;
	height: 25px;
	background: url("../img/sprite.png") no-repeat -25px -25px;
}

		.share-links li {
			float: left;
			margin-left: 12px;
		}
		.share-links li:first-child {
			margin-left: 0;
		}
			.share-links li a {
				display: block;
				text-align: center;
			}
				.share-links li a .fa {
					color: #3e3e3e;
					font-size: 2.4em;
				}
				.share-links li a .label {
					display: none;
				}
        .share-links li a:hover .fa {
          color: #c00058;
        }

/* clearfix */
.column-container:after, .share-links ul:after, #header #top-badges:after, #header > .inner:after, #main-menu nav > ul:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/*********************
* Layout
**********************/
.wrapper {
  width: 1200px;
  margin: 0 auto;
}

/*********************
* Main
**********************/
#page {
  padding: 0 40px;
  background: white;
}
.centrar {
	width: 100%;
	max-width: 1200px;
	padding: 0 10px;
	box-sizing: border-box !important;
}
	#header > .inner {
		height: 90px;
		padding: 20px 0 0;
	}
		#header #logo {
			float: left;
			width: 20%;
			margin: 0;
			font-size: 1em;
		}
			#header #logo img {
				max-width: 217px;
			}
		#header #search-block {
			float: left;
			width: 35%;
		}
				#header #search-block .form-item {
					position: relative;
				}
					#header #search-block input[type="text"] {
						font-size: 2em;
            max-width: none;
						height: 45px;
						padding: .3em 50px .3em .3em;
						border: 3px solid #c00058;
					}
					#header #search-block [type="submit"] {
						position: absolute;
						top: 5px;
						right: 5px;
						border: none;
						background: none;
            font-size: 1em;
            display: inline;
            padding: 0;
            width: auto;
					}
						#header #search-block [type="submit"] .fa {
							color: #c00058;
							font-size: 3.2em;
						}
		#header #top-menu {
			float: left;
			width: 30%;
			padding-left: 25px;
		}
				#header #top-menu nav ul {
					padding-top: 15px;
				}
					#header #top-menu nav li {
            position: relative;
						display: inline;
					}
						#header #top-menu nav li a {
              font-size: 1.2em;
              padding: 4px;
            }
            #header #top-menu nav li a[data-action="register"] {
              color: white;
              background: #c00058;
            }
            #header #top-menu nav li a[data-action="login"]:hover,
            #header #top-menu nav li a[data-action="login"].active {
              background: #DDD;
            }

		#header #top-badges {
			float: right;
		}
			#top-badges .badge {
				position: relative;
				float: left;
				width: 50px;
				height: 50px;
				padding-top: 9px;
				margin-left: 10px;
				background: white;
				text-align: center;
        border: 2px solid #c00058;
			  border-radius: 50%;
			}
				#top-badges .badge .fa {
					color: #c00058;
					font-size: 3em;
				}
			#top-badges [data-action="go-to-cart"] {
        border: none;
        background: #c00058;
      }
        #top-badges [data-action="go-to-cart"] .fa {
          color: white;
        }
				#top-badges [data-action="go-to-cart"] .num {
					display: block;
					position: absolute;
					top: -6px;
					right: -6px;
					width: 25px;
					height: 25px;
					color: white;
					font-size: 1.2em;
					font-weight: bold;
					padding-top: 4px;
					background: black;
				  border-radius: 50%;
				}

  	#main-menu {
      background: #333;
  	}
  			#main-menu nav > ul {
  				margin-left: -33px;
  			}
  				#main-menu nav > ul > li {
  					float: left;
  				}
  					#main-menu nav > ul > li > a {
  						padding: 27px;
  						display: block;
  						text-transform: uppercase;
  						text-align: center;
  						color: white;
  						font-size: 1.4em;
  						font-weight: bold;
  						-webkit-transition: border .3s, color .3s;
				     	-moz-transition: border .3s, color .3s;
				      -o-transition: border .3s, color .3s;
				      transition: border .3s, color .3s;
  					}
  					#main-menu nav > ul > li > a:hover,
  					#main-menu nav > ul > li > a.current {
  						position: relative;
					    top: 4px;
					    margin-top: -4px;
					    color: #f26c69;
					    border-bottom: 8px solid #f26c69;
  					}
  					#main-menu nav > ul > li > a.current {
  						width: 120%;
  						margin-left: -10%;
  					}
  					#main-menu nav > ul > li ul {
  						display: none;
  					}

  		#author-header > .inner {
  			padding: 60px 0 115px;
  			position: relative;
  		}
      #author-header.compact > .inner {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 220px;
      }
	  		#author-header a {
	  			color: #f26c69;
	  		}
	  		#author-header > .inner > .column-container > .column {
	  			padding: 0 40px 0 0;
	  			position: relative;
	  		}
        #author-header.compact > .inner > .column-container > .column-portrait {
          max-width: 100px;
          margin-right: 30px;
          padding-right: 0;
        }
		  		#author-header .portrait {
		  			width: 100%;
		  			min-width: 100px;
		  			height: auto;
		  		}
		  			#author-header .portrait img {
		  				display: block;
		  				border: 5px solid #c00058;
		  				-webkit-box-shadow: 0 0 1px rgba(0,0,0,.6);
          		box-shadow: 0 0 1px rgba(0,0,0,.6);
						  border-radius: 50%;
		  			}

		  		#author-header .full-name {
		  			text-transform: uppercase;
		  			font-weight: normal;
		  			font-size: 2em;
		  			line-height: 1.1;
		  			margin-bottom: 1.5em;
		  		}
		  			#author-header .author-facts li {
		  				font-size: 1.4em;
		  				margin-bottom: .7em;
		  			}
			  			#author-header .author-facts li .fa {
			  				position: relative;
			  				margin-top: -4px;
			  				margin-right: 12px;
			  				text-align: center;
			  				display: block;
			  				width: 22px;
			  				font-size: 1.6em;
			  				float: left;
			  			}

		  		#author-header .description {
		  			width: 100%;
		  			margin-top: -7px;
          			height: 283px;
          			overflow: hidden;
		  		}
		  		
					#author-header .description div {
		  				max-height: 264px;
		  				margin-bottom: 5px;
		  				font-size: 1.6em;
		  				overflow: hidden;
		  			}
		  			
		  			#biography .body {
						font-size: 1.6em;
					}

		  			#author-header .description p {
						margin-bottom: 10px;
						font-size: 1em;
					}

					#biography .body p {
						margin-bottom: 15px;
						font-size: 1em;
					}
					
					#author-header .description ul, #biography .body ul {
						display: block;
						list-style-type: disc;
						margin: 1em 0;
						padding-left: 40px;
						font-size: 1em;
					}
					
					#author-header .description ol, #biography .body ol {
						display: block;
						list-style-type: decimal;
						margin: 1em 0;
						padding-left: 40px;
						font-size: 1em;
					}
		  		
		  			#author-header .description .readmore {
		  				font-size: 1.1em;
		  			}

					#author-header .author-numbers {
						float: left;
						width: 100%;
						margin-top: 20px;
					}

		  			#author-header .author-numbers li {
		  				font-size: 1.4em;
		  				font-weight: bold;
		  				display: inline;
		  			}
		  			#author-header .author-numbers li:before {
		  				content: "/";
		  				padding: 0 5px;
		  			}
		  			#author-header .author-numbers li:first-child:before {
		  				content: "";
		  				padding: 0;
		  			}
		  		#author-header .share-links {
		  			position: absolute;
		  			bottom: -50px;
		  			right: 20px;
		  		}
		  			#author-header .share-links li a {
							width: 36px;
							height: 36px;
							padding-top: 6px;
							background: white;
						  border-radius: 50%;
						}

				#author-menu {
					position: absolute;
					bottom: 0;
					left: 0;
				}
		  			#author-menu nav > ul {
		  				overflow: hidden;
		  			}
		  				#author-menu nav > ul > li {
		  					float: left;
		  				}
		  					#author-menu nav > ul > li > a {
		  						padding: 17px 24px 13px;
		  						display: block;
		  						text-align: center;
		  						color: black;
		  						font-size: 1.2em;
		  						font-weight: bold;
                  				background: white;
		  						border-top: 1px solid #c00058;
		  						border-right: 1px solid #c00058;
		  					}
		  					#author-menu nav > ul > li:first-child > a {
		  						border-left: 1px solid #c00058;
		  					}
		  					#author-menu nav > ul > li > a:hover,
		  					#author-menu nav > ul > li > a.current {
                  color: white;
		  						background: #c00058;
		  					}

  #content-area {
    border-top: 1px solid #c00058;
  }
  	#content-area > .inner {
  		padding: 18px 0 50px;
  	}

    #content-area section {
    	margin-bottom:40px;
    }
    
      #content-area section > header h1,
      #content-area section > header h2 {
        color: #999;
        text-transform: uppercase;
        font-size: 1.6em;
        font-weight: normal;
        margin-bottom: 10px;
        float: left;
        width: 100%;
        margin-top: 20px;
      }

  		.breadcrumb {
  			font-size: 1.2em;
  			margin-bottom: 50px;
  		}

  .art-pieces-list .item-list {
  	overflow: hidden;
    width: 103%;
    margin-left: -1.5%;
  }
    .art-pieces-list .item-list > .item {
      float: left;
      width: 25%;
      padding: 0 5px 20px;
    }
    .art-pieces-list .item-list > .item a img {
    	width: 100%;
    }
    .column.nine-columns > .art-pieces-list .item-list > .item {
      width: 31.333%;
      margin-left: 1%;
      margin-right: 1%;
    }
    		.art-pieces-list .art-piece > .image {
          display: block;
	    	}
	    	.art-pieces-list .art-piece > .content {
	    		padding: 20px 15px;
	    		background: #e6e7e9;
	    	}
		    	.art-pieces-list .art-piece > .content .artist-name {
            font-size: 1.4em;
            margin-bottom: .3em;
		    	}
            .art-pieces-list .art-piece > .content .artist-name a {
              color: #1f2022;
            }
		    	.art-pieces-list .art-piece > .content .title {
            font-size: 1.5em;
            text-transform: uppercase;
            margin-bottom: .3em;
		    	}
            .art-pieces-list .art-piece > .content .title a {
              color: #1f2022;
            }
		    	.art-pieces-list .art-piece > .content .technique,
          .art-pieces-list .art-piece > .content .year {
            display: inline;
            font-size: 1.2em;
            font-weight: bold;
		    	}
		    	.art-pieces-list .art-piece > .content .year:before {
            content: "/";
            padding: 0 5px;
		    	}
		    	.art-pieces-list .art-piece > .content a[data-action="favourite"] {
            display: block;
            padding: 15px 0 0;
            font-size: 2.2em;
            font-weight: bold;
		    	}
		    .art-pieces-list .art-piece .sell-actions {
		    	padding: 15px;
		    	position: relative;
		    	min-height: 46px;
		    	background: #e6e7e9;
		    	border-top: 3px solid white;
		    }
		    	.art-pieces-list .art-piece .sell-actions .offer,
          .art-pieces-list .art-piece .sell-actions .sold,
          .art-pieces-list .art-piece .sell-actions .reproduction {
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: .2em;
            background: none;
            position: static;
            color: #444;
            height: auto;
            width: auto;
            display: block;
		    	}
		    .art-pieces-list .art-piece .sell-actions .offer {
		    	margin-top: 25px;
		    }
		    	.art-pieces-list .art-piece .sell-actions .price {
            position: absolute;
            top: 7px;
            right: 45px;
            font-size: 2.2em;
            font-weight: bold;
            color: #c00058;
		    	}
		    	.art-pieces-list .art-piece .sell-actions a[data-action="send-to-cart"] {
            position: absolute;
            top: 7px;
            right: 15px;
            font-size: 2.2em;
		    	}
		    	.art-pieces-list .art-piece .sell-actions .icon-sold {
		    		position: absolute;
		    		top: -3px;
		    		right: 0;
		    		width: 50px;
		    		height: 50px;
		    		background-position: -350px 0;
		    	}
          .art-pieces-list .art-piece .sell-actions .reproduction {
            margin-top: .5em;
            color: #555;
            text-align: right;
          }
          
#author-collections .item-list {
  overflow: hidden;
  width: 103%;
  margin-left: -1.5%;
}
  #author-collections .item-list > .item {
    float: left;
    width: 23.6%;
    margin: 0 .7% 20px;
  }
      .collection  > .image img {
        width: 100%;
      }
    .collection  > .content {
      padding: 10px 12px;
      background: #DDD;
    }
      .collection  > .content h2 {
        text-transform: uppercase;
        font-size: 1.1em;
      }
        .collection  > .content h2 a {
          color: black;
        }
    
#collection-info {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #CCC;
}
  #collection-info > .content .body {
    max-width: 50%;
    min-width: 320px;
  }
    #collection-info > .content .body p {
      font-size: 1.6em;
    }
    
.super-badge {
  display: block;
  width: 150px;
  height: 150px;
  padding-top: 40px;
  margin: 0 auto 20px;
  background: #c00058;
  text-align: center;
  border-radius: 50%;
}
  .super-badge .fa {
    color: white;
    font-size: 6.6em;
  }
    
  .pager ul {
    padding: 20px 0;
    text-align: center;
  }

    .pager li {
      display: inline-block;
      font-size: 1.6em;
      font-weight: bold;
      padding: 0 10px;
      color: #999;
    }

        .pager li a {
          color: #1f1f1f;
        }

#footer {
  padding-top: 20px;
  background: #e6e7e9;
}
  #footer .footer-group {
    padding: 20px 0;
    border-bottom: 2px solid white;
  }
    #footer .footer-group:first-child .column {
      min-height: 200px;
    }
      #footer .column h2 {
        font-size: 1.2em;
        text-transform: uppercase;
        margin-bottom: .4em;
        font-weight: bold;
      }
      #footer .column p {
        font-size: 1.2em;
        margin-bottom: .4em;
      }
          #footer-menu li {
            float: left;
            width: 25%;
            padding-right: 15px;
            font-size: 1.2em;
            text-transform: uppercase;
            margin-bottom: .4em;
            font-weight: bold;
          }
            #footer-menu li a {
              color: #333;
            }
            #footer-menu li ul {
              padding-top: 8px;
            }
              #footer-menu li li {
                float: none;
                width: auto;
                padding-right: 0;
                font-size: 1em;
                font-weight: normal;
              }
    #footer .column-newsletter, #footer .column-evaluation {
      padding-left: 15px; 
      border-left: 1px solid #333;
    }
      #footer .artelista-evaluation {
        margin-top: -8px;
      }
        #footer .newsletter-subscription form {
          padding-top: 20px;
        }
          #footer .newsletter-subscription form input[type="text"], #footer .newsletter-subscription form input[type="email"], #footer .newsletter-subscription form input[type="tel"] {
            background: #414141;
            color: white;
            border: none;
            font-size: 1.2em;
            padding: 5px;
            width: 55%;
            max-width: 150px;
          }
          #footer .newsletter-subscription form input[type="submit"] {
            background: none;
            border: none;
            font-size: 1.2em;
            padding: 5px;
            color: #c00058;
          }
        #footer .column-sponsors .sponsor {
          max-width: 480px;
          overflow: hidden;
          margin-top: 10px;
        }
        #footer .column-sponsors .sponsor:first-child {
          margin-top: 0;
        }
          #footer .column-sponsors .sponsor a {
            display: block;
          }
          #footer .column-sponsors .sponsor img {
            display: block;
            margin-bottom: 10px;
            max-width: 150px;
            float: left;
            width: 30%;
          }
          #footer .column-sponsors .sponsor p {
            float: left;
            width: 70%;
            padding: 6px 0 0 12px;
            margin: 0;
          }
      #footer .column-extra {
        float: right;
        width: auto;
      }
        #footer .copy {
          display: inline;
          margin-right: 10px;
          line-height: 1.7;
        }
        #footer #legal-menu {
          display: inline;
        }
          #footer #legal-menu nav {
            display: inline;
          }
            #footer #legal-menu ul {
              display: inline;
              line-height: 1.7;
            }
              #footer #legal-menu li {
                font-size: 1.2em;
                display: inline;
              }
                #footer #legal-menu li a {
                  color: #333;
                  text-decoration: underline;
                }
          #footer .site-settings h3 {
            font-weight: normal;
            font-size: 1.2em;
            display: inline;
            margin-right: 5px;
          }
          #footer .site-settings ul {
            display: inline;
            margin-right: 10px;
          }
            #footer .site-settings li {
              display: inline;
              font-size: 1.2em;
            }
            #footer .site-settings li:before {
              content: "/";
              padding: 0 3px;
            }
            #footer .site-settings li:first-child:before {
              content: "";
              padding: 0;
            }
          #footer .payment-methods ul {
            overflow: hidden;
          }
            #footer .payment-methods li {
              float: left;
              margin-left: 10px;
            }
            #footer .payment-methods li:first-child {
              margin-left: 0;
            }
              #footer .payment-methods img {
                max-height: 35px;
              }
      #footer .column-social {
        float: right;
        width: auto;
      }
            #footer .social-network-list li {
              float: left;
              margin-left: 12px;
            }
            #footer .social-network-list li:first-child {
              margin-left: 0;
            }
              #footer .social-network-list li a {
                display: block;
                text-align: center;
                width: 36px;
                height: 36px;
                padding-top: 8px;
                background: #3e3e3e;
                border-radius: 50%;
              }
                #footer .social-network-list li a .fa {
                  color: white;
                  font-size: 2em;
                }
                #footer .social-network-list li a .label {
                  display: none;
                }

.form-contact-artist-sheet .content {
  	clear: both;
  	float: left;
  	margin-top: 10px;
  	width: 100%;
  }
  
  .form-contact-artist-sheet h2 {
  	font-size: 16px;
  }
  
  .form-contact-artist-sheet input {
  	width: 100% !important;
  	max-width: none !important;
  	box-sizing: border-box;
  }


/*********************
* Responsive
**********************/
@media only screen and (max-width: 1280px) {
  .wrapper {
    width: 100%;
  }
  .wrapper,
  #content-area > .inner,
  #author-header > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*********************
* Print
**********************/
@media print {
  *,
  *:before,
  *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
  }

  a,
  a:visited {
      text-decoration: underline;
  }

  a[href]:after {
      content: " (" attr(href) ")";
  }

  abbr[title]:after {
      content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
      content: "";
  }

  pre,
  blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
  }

  thead {
      display: table-header-group;
  }

  tr,
  img {
      page-break-inside: avoid;
  }

  img {
      max-width: 100% !important;
  }

  p,
  h2,
  h3 {
      orphans: 3;
      widows: 3;
  }

  h2,
  h3 {
      page-break-after: avoid;
  }
  
 label {
    display: inline-block;
    width: 5em;
   	padding: 10px;
    background: #e6e7e9;
  }
  
  
  
  
  