
body {
  background-color: transparent;
  font-family: 'Fira Sans Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}

body.intro {
	background: url("/images/about-background.jpg") no-repeat right top;
	background-attachment: fixed;
	background-size: cover;
}

body.marble {
	background: #342f2b url("/images/angel.png") no-repeat left -70px;
}

div.clear {
  clear: both;
  width: 100%;
}

.container {
	width: 84%;
	margin-left: 8%;
}

.content {
  width: 1100px;
  margin: 0px auto;
}

aside {
  width: 45px;
	height: 100%;
  overflow: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
	list-style: none;
  background: #3f372c;
    background: -moz-linear-gradient(top, #3f372c 0%, #2b2622 100%);
    background: -webkit-linear-gradient(top, #3f372c 0%,#2b2622 100%);
    background: linear-gradient(to bottom, #3f372c 0%,#2b2622 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f372c', endColorstr='#2b2622',GradientType=0 );
}

aside ul {
	width: 45px;
	padding: 0;
	margin-top: 16px;
	    z-index: 1000;
}

aside li { 
	height: 55px;
	text-align: center;
	width: 45px;
	/* display: table-cell; */
	font-size: 21px;
	border-bottom: 1px solid #3F3B37;
}

aside li a {
  color: #948E80;
  cursor: pointer;
  transition: all .2s ease-in-out
}

aside li a i {
  padding-top: 18px;
}

aside li a:hover {
  color: #dba962;
}

aside li a img {
	padding-top: 12px;
}

nav.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 40;
	top: 0;
	left: 0;
	background-color: #383531f5;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
	width: 320px;
}

nav.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #948E80;
  display: block;
  transition: 0.3s;
  margin-left: 0px;
      font-family: 'Unica One', cursive;
    text-transform: uppercase;
  line-height: 23px;
}

nav.sidenav.hide a {
	margin-left: -320px;
	font-size: 5px;
}

nav.sidenav a:hover {
  color: #dba962;
  transform: scale(1.1);
}

nav.sidenav .closebtn {
  position: absolute;
  top: 9px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

nav.sidenav.hide {
	width: 0px;
}

menu {
	position: fixed;
	top: 135px;
	right: 0px;
	transform: translate(-15px,-0px);
	transition: all 1s;
	width: 50px;
	height: 50px;
	background: white;
	box-sizing: border-box;
	border-radius: 25px;
	border: 4px solid white;
	padding: 5px;
	z-index: 50;
}

menu:hover {
	width: 200px;
	cursor: pointer;
}

menu input[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
	overflow: visible;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 42.5px;
	outline: 0;
	border: 0;
	display: none;
	border-radius: 20px;
	padding: 0 20px;
	font-size: 16px;
}

menu:hover input[type="search"] {
	display: block;
}

menu i {
	box-sizing: border-box;
	padding: 10px;
	width: 42.5px;
	height: 42.5px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
	color: #dba962;
	text-align: center;
	font-size: 1.2em;
	transition: all 1s;
}

menu:hover i {
	background: #dba962;
	color: white;
}


header {
	float: left;
	width: 100%;
}

header div.topbar {
	position: relative;
	z-index: 20;
}

header nav {
	clear: both;
}

header h1 {
	float: left;
	display: block;
	width: 320px;
	height: 115px;
	text-indent: -9000px;
	background: url("/images/kamenarstvo-terrastone-logo.svg") no-repeat left 25px;
	margin-left: 1.5%;
}

header nav ul {
	padding: 14px;
	background: -moz-linear-gradient(left, rgba(77,73,70,0.4) 0%, rgba(43,38,34,0.99) 99%, rgba(43,38,34,1) 100%);
	background: -webkit-linear-gradient(left, rgba(77,73,70,0.4) 0%,rgba(43,38,34,0.99) 99%,rgba(43,38,34,1) 100%);
	background: linear-gradient(to right, rgba(77,73,70,0.4) 0%,rgba(43,38,34,0.99) 99%,rgba(43,38,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#664d4946', endColorstr='#2b2622',GradientType=1 );
	border-radius: 12px;
	margin-top: 20px;
	float: left;
}

header nav ul {
	display: block;
	list-style-type: none;
}

header nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

header nav ul li a {
	display: inline;
	text-decoration: none;
	padding: 15px 15px;
	font-family: 'Unica One', cursive;
    text-transform: uppercase;
	color: #948E80;
	text-decoration: none;
	transition: all .2s ease-in-out;
	font-size: 22px;
}

header nav ul li a:hover {
	color: #dba962;
}

header div.mslider {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 10;
}

header div.mslider div.slider {
	float: right;
	width: 60%;	
	background-color: #342f2b;
}

header div.mslider div.slmask {
	top: 0px;
	width: 100%;
	position: absolute;
	background: url("/images/bg_hslider.png") no-repeat 45px top;
	background-size: 100% 100%;
	z-index: 5;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10%;
}

#slbox {
	float: left;
	width: 40%;
	position: relative;
	margin-top: 200px;
}

#slbox > li {
	float: left;
	width: 100%;
	position: relative;
	margin-left: -250%;
	transition: all .7s ease-in-out;
}

#slbox li.show {
	position: relative;
	margin-left: 0px;
}

#slbox li:first-child {
	display: block;
}

#slbox li h2 {
	font-family: 'Unica One', cursive;
  text-transform: uppercase;
	font-size: 70px;
	font-weight: 700;
	color: #dba962;
	margin-top: 30px;
}

#slbox li p {
	text-align: left;
	font-size: 20px;
	color: #948E80;
	line-height: 30px;
	padding: 30px 0px;           
}

#slbox li ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#slbox li ul li {
	float: left;
	width: auto;
	padding: 0;
	display: inline;
	color: #948E80;
	padding-right: 30px;
	font-size: 16px;
}

#slbox li ul li i {
	color: #dba962;
	padding-right: 5px;
}

.slider-arrow {
	padding: 40px 0px;
}

.slider-arrow img {
	padding-right: 60px;
	transition: all .2s ease-in-out;
}

.slider-arrow a:hover img {
	opacity: 0.4;
}

div.slthumbs {
	float: left;
	width: 100%;
}

div.slmask h3 {
	font-size: 24px;
	font-family: 'Unica One', cursive;
	color: #dba962;
	margin-bottom: 20px;
}

div.slthumbs ul {
	float: left;
	width: 100%;
}

div.slthumbs ul li {
	float: left;
	width: 12%;
	margin-right: 0.5%;
}

div.slthumbs ul li:last-child {
	margin-right: 0px;
}

div.slthumbs ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #dba962;
}

div.slthumbs ul li a img {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	transition: all .2s ease-in-out;
}

div.slthumbs ul li a span {
	font-family: 'Unica One', cursive;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	padding: 10px 0px;
	display: block;
	color: #dba962;
}

div.slthumbs ul li a:hover img, div.slthumbs ul li a.act img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	opacity: 0.7;
}

div.slthumbs ul li a:hover span, div.slthumbs ul li a.act span {
	color: #948E80;
}

section.midcontent {
	float: left;
	width: 100%;
	padding: 1% 0px 0% 0px;
	position: relative;
	z-index: 3;
}

.half {
	width: 55%;
}

.ls {
	float: left;
}

.rs {
	float: right;
}

.full {
	width: 100%;
}

.center {
	text-align: center;
}

section.midcontent h2 {
	font-family: 'Unica One', cursive;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	color: #dba962;
	margin: 20px 0px;
	padding: 10px 0px;
}

section.midcontent p {
	text-align: left;
	font-size: 20px;
	color: #948E80;
	line-height: 30px;
	padding: 30px 0px;
}

div.secimage {
	float: left;
	position: relative;
	z-index: 10;
	width: 90%;
	padding-top: 200px;
}

div.secimage img {
	width: 36%;
}

section.samples {
	float: left;
	width: 100%;
	padding: 2.3% 0px 10% 0px;
	position: relative;
	z-index: 4;
	margin-top: -1%;
	background: url("/images/samples-back.png") no-repeat center 90px;
}

section.samples h4 {
	font-family: 'Unica One', cursive;
	font-size: 40px;
	font-weight: 700;
	color: #dba962;
	margin-top: 10px;
}

section.samples p {
	color: #EFE5CA;
	font-size: 20px;
	line-height: 30px;
	padding: 5px 0px;
	text-align: center;
}

section.samples ul {
	display: block;
	list-style: none;
	margin-left: 5%;
	margin-top: 25px;
}

section.samples ul li {
	display: inline;
	padding-right: 50px;	
}

section.samples ul li a {
	font-family: 'Unica One', cursive;
	font-size: 27px;
	color: #EFE5CA;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

section.samples ul li a:hover {
	color: #dba962;
}

section.samples ul li a i {
	color: #dba962;
	padding-right: 5px;
}

footer {
	float: left;
	width: 100%;
	background: url("/images/footer-back.png") no-repeat center top;
	min-height: 150px;
	text-align: center;
	background-size: cover;
	z-index: 5;
	position: relative;
	margin-top: -100px;
	padding-top: 8%;
}

footer img {
	max-width: 230px;
}

footer p {
	color: #948E80;
	font-size: 20px;
}

a {
    font-family: 'Unica One', cursive;
    text-transform: uppercase;
    color: #948E80;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

@media screen and (min-width: 1140px) and (max-width: 1349px) {
	header nav ul li a {
		padding: 15px 10px;
		font-size: 14px;
	}
}

@media screen and (min-width: 1080px) and (max-width: 1139px) {
	header nav ul li a {
		padding: 12px 5px;
		font-size: 14px;
	}
}


@media screen and (min-width: 310px) and (max-width: 1079px) {
	header nav {
		display: none;
	}
}

@media screen and (min-width: 310px) and (max-width: 640px) { 
	footer {
		float: right;
		width: 94%;
		background: url("/images/footer-back.png") no-repeat center top;
		padding-top: 12%;
		background-size: auto 100%;
	}
	
	footer p {
		font-size: 16px;
		width: 80%;
		margin-left: 10%;
	}
	
	div.container {
		width: 84%;
    margin-left: 10%;
	}
	
}

