/* Enter Your Custom CSS Here */
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
p a {
	color: #c0893a;
}

p a:visited {
	color: #c0893a; 
}

p a:hover,
p a:focus,
p a:active {
	color: #c0893a;
    text-decoration: underline;
}

/* Text v tlačítku */
button a {
	color: #c0893a;
}

button a:visited {
	color: #c0893a; 
}

button a:hover,
button a:focus,
button a:active {
	color: #c0893a;
    text-decoration: none;
}


body,
button,
input,
select,
textarea {
	font-size: 17px;
/*  	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 300;*/
}


/* Obrázek pro homepage a v galerii */
   
.img-home {
	width: 100%;
	display: block;
	padding: 4px;
	border: 1px solid #e5e5e5; 
	margin-bottom: 20px;
}

.gallery img {
    max-width: 33%;
  	border: 1px solid #404040; 
	margin-right: 11px;
	margin-bottom: 2px;
}

.sold img {
	padding: 2px;
	border: 1px solid #e5e5e5;
    margin: 0 11px 6px 0;
}

.gridsby figure img {
	padding: 2px;
	border: 1px solid #e5e5e5; 
}

.dummy-img img {
	width: 100%;
	border: solid 1px #e5e5e5;
}

/* Barva odrážky citace */
blockquote {
    border-left: 5px solid #c0893a;
    border-radius: 0 4px 4px 0;
    color: #404040;
    font-style: italic;
    margin: 0 0 1em;
    padding: 22px 20px 1px;
}
/* Jiný rádius, velikost, barvy */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid;
	border-color: #404040;
	border-radius: 0px;
	background: #FFF;
	color: #404040;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	line-height: 1;
	padding: .4em 1em .4em;
}

/* Odkazy v patičce */
.site-info {
	color: #fff; 
}

.site-info a:visited {
	color:  #fff; 
}

.site-info a {
	color:  #fff; 
}

/* Ikona pro facebook */
.fa-facebook {
    color: #404040;
    padding: 7px 10px 5px 10px ;
    border: 2px solid;
    border-color: #000000;
}

/* Plná šířka polí v kontaktním formuláři */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
	width: 100%;
}

/* Tabulka - popiska k soše */
.table{
  display: table;
  width:100%;
  margin-top: 30px;
  border-collapse:collapse;
}

.table-row{
  display: table-row;
}

.table-cell-1{
      display: table-cell;
      width:33%;
      padding:1em;
}

.table-cell-2{
      display: table-cell;
      width:33%;
      padding:1em;
      text-align: right;
      border:#f0f0f0 1px solid;
}

.table-cell-3{
      display: table-cell;
      width:33%;
      padding:1em;
      border:#f0f0f0 1px solid;
}
