@charset "utf-8";

* {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing:border-box;
	letter-spacing: .025em;
}
html {
	min-height: 100%; position: relative;
	height:100%; width:100%;
	overflow:hidden;
	background-image: url(img/bg_btm.jpg);
	background-position: 25% bottom;
	background-attachment:fixed;
	background-size: 100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: rgb(42,43,43);
}
body {
    height:100%; width:100%;
    overflow:auto;
	min-height: 100%;
	color: rgb(224,224,224);
}
body, h1, h2 { font-size: 21px; }
a { color: rgb(170, 159, 122);}	
a:hover { color: rgb(198, 188, 153);}
p, h1, h2, li { cursor: default; }
p strong { font-weight:700; }

.btn-prizrak-white {
	border: solid 2px rgb(255,255,255);
	color: rgb(255,255,255);
	background-color: transparent;
}
.btn-prizrak-white:hover {
	color: rgb(75,158,172);
	background-color: rgb(255,255,255);
}
.radius-50, .text-bottom ul li:after { 
	-webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; 
	border-radius: 50%; }
.sbros { clear: both; float: none; height: 0px; display: block; }
.uppercase { text-transform: uppercase; }
.clr-bronz { color: rgb(198, 188, 153) !important; }




.main-wrap-box {
	max-width: 1400px;
	min-width: 260px;
	margin:0 auto;
	padding:0 20px;
}
.logo-box { padding-top: 5em; }
.logo-box img { max-width: 100%; width: auto; }
.logo {
	max-width:401px;
	min-width:200px;
	width:30%;
	margin: 0px auto;
}
.weropen h2 {
	text-transform:uppercase;
	text-align:center;
	font-size:2em;
	font-weight:500 !important;
	color: rgb(255,255,255);
	margin: 1em 0;
}
.text-top {
	text-align:center;
	max-width:960px;
	margin:2em auto 3em;
}
.text-top p {
	margin: 1em;
	font-weight:300;
}
.insta-show {
	margin: 2em auto;
}
.text-bottom {
	text-align:center;
	margin:1em auto 5em;
}
.text-bottom p {
	margin: 1em;
}
.text-bottom h2 {
	position:relative;
	font-size: 1.5em;
	margin-top:2em;
	padding-bottom:.75em;
	font-weight:700;
}
.text-bottom h2:after {
	content:'';
	display:block;
	position:absolute;
	left:45%; bottom:0;
	width:10%; height:1px;
	background-color: rgb(124,124,124);
}
.text-bottom ul {
	margin-bottom: 4em;
}
.text-bottom ul li {
	position:relative;
	padding-top:1.5em;
}
.text-bottom ul li+li:after {
	content:'';
	position:absolute;
	display:block;
	left:50%; top: .75em;
	width:12px;
	height:12px;
	margin-left:-6px;
	margin-top: -6px;
	background-color: rgb(255,255,255);
}
.attention {
	border: solid 1px #666666;
	margin-bottom: 2em !important;
	display:inline-block;
	padding:1.5em 2em;
	margin-bottom: 3em !important;
}



@media only screen and (max-width: 1480px) {
body { font-size: 19px; }
.insta-show { margin: 2em; }
}
@media only screen and (max-width: 1280px), screen and (max-height: 800px) {
body { font-size: 18px; }
}
@media only screen and (max-width: 1100px) {	
body { font-size: 16px; }
}
@media only screen and (max-width: 991px) {
body { font-size: 15px; }
}
@media only screen and (max-width: 991px) and  (max-height: 640px) {
html { background-image: url(img/bg_btm_991.jpg); }
}
@media only screen and (max-width: 640px) and  (max-height: 480px){
html { background-image: url(img/bg_btm_640.jpg); }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
}
@media only screen and (max-width: 480px) {
body { font-size: 15px; }
}
@media only screen and (max-width: 480px) and  (max-height: 480px) {
html { background-image: url(img/bg_btm_480.jpg); }
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-height: 420px) {
body { font-size: 15px; }
}
