@charset "utf-8";
/* CSS Document */

.bg1{ background-color:#000}
.cl1{ color:#000}


.bg_white{background-color:#FFF}
.site_width{max-width:1200px}

/*.fnt1{ font-family: 'Fira Sans Extra Condensed', sans-serif;}*/

.fnt1{ font-family: 'EB Garamond', serif;}
fnt2{ font-family: 'Fira Sans Extra Condensed', sans-serif;}

body{
	font-family: 'Open Sans', sans-serif;
	background-color:#fff;
}

.klik_cl1{color:#000; text-decoration:none; transition:  color .5s;}
.klik_cl1:hover{color:#444}

.dugme{ text-decoration:none; text-transform:uppercase; font-size:14px; padding:18px 24px; color:#FFF; background-color:#333}

.dugme:hover{background-color:#555}



		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			
		}
		
		@media only screen and (max-width:490px){
			
		}

