@charset "utf-8";

html {
	width: 100%;
	height: 100%;	
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	background-color: #1b1b1b;
	position: relative;
	min-height:100%;
}


h2 {
	margin: 0px;
	color: #b18950;	
}

p {
	color: #b18950;	
	font-size: 14px;
	line-height:24px;
}

p a {
	color: #b18950;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}
li {
	color: #b18950 !important;
}
img {
	max-width: 100%;
}

.bgImage {
	min-width: 100%;
	min-height: 100%;
	display: block;
	position:fixed;
	bottom: 0px;
	top: auto;
	width:100%;
	z-index:0;
	max-width: none;
	display: none;
	
}

.backgroundChange {
	position: fixed;
	background-size:cover;
	width: 100%;
	height: 100%;
}

.sirina {
	background-image: url(img/bg.jpg);
}



@media all and (min-width: 1200px) and (max-width: 1600px) { 
  .sirina{
  background-image: url(img/bgnew.jpg);
  }
  }

.visina {
	background-image: url(img/bg3.jpg);
}


#header {
	width: 100%;
	border-bottom: 1px solid #b18950;
	position: fixed;
	top: 0px;
	z-index:10;
}

#headerWrapper {
	width:90%;
	max-width: 1080px;
	margin:auto;
}

#headerWrapper ul {
	width: 100%;
	text-align: center;
	list-style-type: none;
	padding:0px;
	margin:0px;
	display: block;
}

#headerWrapper ul li {
	display: inline-block;
	color: #b18950;
	font-size:16px;
	line-height:20px;
	padding-top:30px;
	padding-bottom:15px;
	border-bottom: 2px solid transparent;
	margin-left:20px;	
	cursor: pointer;
}

#headerWrapper ul li:first-child {
	margin-left: 0px;
}

.mobileTrigger {
	display: none;
	width: 32px;
	height: 32px;
	position: relative;
	background-color: transparent;
	background-image: url("img/mobileMenuIcon.png");
	background-position: center center;
	background-size: 100% 100%;
	margin-left: 20px;
	margin-top: 18px;
	margin-bottom: 17px;
	cursor: pointer;
}



#content {
	width: 100%;
	padding-top:235px;
	padding-bottom: 150px;
}

#contentWrapper {
	width:90%;
	max-width: 1080px;
	margin:auto;
}

.boxContent {
	width: 100%;
	float: none;
	clear: both;
	position:relative;
	z-index: 20;
}

.boxContent p {
	width: 50%;
}

.boxContent .homeText {
	display: block;
	position: relative;
	margin-top:50px;
}




#footer {
	width:100%;
	position: fixed;
	top: auto;
	bottom: 0px;
	z-index:10;
   	border-top: 1px solid #b18950;
 
	}
	
	@media all and (max-width: 800px) {
  #footer {
    border-top: none;
  }
}

#footerWrapper {
	width:90%;
	max-width: 1080px;
	margin:auto;
	
}

#footerWrapper ul {
	width: 100%;
	text-align: center;
	list-style-type: none;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	padding-top: 13px;
}

#footerWrapper ul li {
	display: inline-block;
	color: #b18950;
	font-size:16px;
	line-height:35px;
	border-bottom: 4px solid transparent;
	margin-left:50px;	
	cursor: pointer;
	vertical-align:middle;
	text-shadow: 1px 1px 1px #333;
}

#footerWrapper ul li:first-child {
	margin-left: 0px;
}

#footerWrapper ul li a {
	color: #b18950;
	font-size:16px;
	line-height:35px;
	text-decoration: none;
}

#footerWrapper ul li a:hover {
	text-decoration: underline;
}

#footerWrapper ul li .logoHok {
	width: 267px;
	height:35px;
	display:block;
	background-image:url(img/HoK.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow:hidden;
}

#footerWrapper ul li .logoHok:hover {
	background-position: center top;	
}


#header, #content, #footer {
	display: none;
}








textarea{
	  background: rgba(10, 9, 9, 0.4) ; 
    width: 276px;
    height: 110px;
    border: 1px solid black;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    display:block;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#d7c6a9;
    padding-right:20px;
    padding-top:12px;
    margin-bottom:20px;
    overflow:hidden;
}

input {
    width: 276px;
    height: 48px;
    text-indent: 10px;
    border: 1px solid black;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    display:block;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#d7c6a9;
    padding-right:20px;
    margin-bottom:20px;
}

input[type=submit] {
    cursor:pointer;
}

input.name {
	  background: rgba(10, 9, 9, 0.4) ; 
	  
}

input.email {
	  background: rgba(10, 9, 9, 0.4) ;
	 
}

input.message {
	  background: rgba(10, 9, 9, 0.4) ;
	  
}

::-webkit-input-placeholder {
	  color: #d7c6a9;
}

:-moz-placeholder{ 
    color: #d7c6a9; 
}

::-moz-placeholder {
    color: #d7c6a9;
}

:-ms-input-placeholder {  
	  color:#d7c6a9; 
}

input:focus, textarea:focus { 
	  background-color: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
    box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
	  overflow: hidden; 
}

.btn {
	  width: 88px;
	  height: 37px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	  float:left;
    border:rgba(10, 9, 9, 0.4);
    background:rgba(10, 9, 9, 0.4);
     
     
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    
}

textarea {
	text-indent: 10px;
}

.btn:hover {
    border:rgba(10, 9, 9, 0.4);
    text-shadow: rgba(10, 9, 9, 0.4) 0 1px 0;
    
 }

 
 
 
 @media all and (min-width: 320px)  and (max-width: 370px) { 
 
	.bgImage {
		width: 100%;
		height: auto;
		position: fixed;
		z-index: 0;
		max-width: 100%;
		max-height: none;
		padding-top: 0px;
	}
	
	 

	.boxContent p {
		width: 90%;
		margin: auto;
	}
	
	#headerWrapper ul {
		display: none;
		width: 100%;
		margin-top: 20px;
	}
	
	#headerWrapper ul li {
		width: 90%;
		margin: auto;
		margin-bottom: 10px;
	}

	h2 {
		width: 90%;
		margin: auto;
	}

	#header {
		z-index: 100;
	}
	
	#header.darkHeader {
		background-color: rgba(0,0,0,0.7);
	}

	#content {
		position: relative;
		padding-top: 120px;
		padding-bottom: 400px;
	}

	.boxContent .homeText {
	 
		margin-top:  75px;
	}

	#headerWrapper ul li {
		padding-top: 10px;
		padding-bottom: 8px;
	}

	#footer {
		position: absolute;
		 
		bottom:0;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0)   0%, rgba(0,0,0,0.65)   100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)  ), color-stop(100%,rgba(0,0,0,0.65)  )); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0)   0%,rgba(0,0,0,0.65);
5)'>  100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0)   0%,rgba(0,0,0,0.65)   100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0)   0%,rgba(0,0,0,0.65)   100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0)   0%,rgba(0,0,0,0.65)   100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	
	
	}

	#footerWrapper ul li {
		margin: 0px;
		width: 90%;
		clear: both;
		 
	}

	#footerWrapper ul li .logoHok {
		display: block;
		margin: auto;
		max-width:  100%;
	}

	form {
		display: block;
		margin: auto;
		width: 90%;
	}

	input {
		max-width: 100%;
	}

	textarea {
		max-width: 100%;
	}
	
	}
	
	

	
	@media all and (min-width: 370px)  and (max-width: 450px) { 
 
	.bgImage {
		width: 100%;
		height: auto;
		position: fixed;
		z-index: 0;
		max-width: 100%;
		max-height: none;
		padding-top: 0px;
	}
	
	 

	.boxContent p {
		width: 90%;
		margin: auto;
	}
	
	#headerWrapper ul {
		display: none;
		width: 100%;
		margin-top: 20px;
	}
	
	#headerWrapper ul li {
		width: 90%;
		margin: auto;
		margin-bottom: 10px;
	}

	h2 {
		width: 90%;
		margin: auto;
	}

	#header {
		z-index: 100;
	}
	
	#header.darkHeader {
		background-color: rgba(0,0,0,0.7);
	}

	#content {
		position: relative;
		padding-top: 120px;
		padding-bottom: 400px;
	}

	.boxContent .homeText {
	 
		margin-top:  74px;
	}

	#headerWrapper ul li {
		padding-top: 10px;
		padding-bottom: 8px;
	}

	#footer {
		position: absolute;
		 
		bottom:0;
	}

	#footerWrapper ul li {
		margin: 0px;
		width: 90%;
		clear: both;
		 
	}

	#footerWrapper ul li .logoHok {
		display: block;
		margin: auto;
		max-width:  100%;
	}

	form {
		display: block;
		margin: auto;
		width: 90%;
	}

	input {
		max-width: 100%;
	}

	textarea {
		max-width: 100%;
	}
	
	}
  
  
  
  
  
   @media all and (min-width: 600px) and (max-width: 750px) { 
   
   .boxContent .homeText {
	 
		margin-top:  120px;
	}
   
   .bgImage {
		width: 100%;
		height: auto;
		position: fixed;
		z-index: 0;
		max-width: 100%;
		max-height: none;
		padding-top: 0px;
	}
	
	 

	.boxContent p {
		width: 90%;
		margin: auto;
	}
	
	#headerWrapper ul {
		display: block;
		width: 100%;
		margin-top: 120px;
	}
	
  

	h2 {
		width: 90%;
		margin: auto;
	}

	#header {
		z-index: 100;
	}
	
	#header.darkHeader {
		background-color: rgba(0,0,0,0.7);
	}

	#content {
		position: relative;
		padding-top: 120px;
		padding-bottom: 400px;
	}
   
   #headerWrapper ul li {
		padding-top: 10px;
		padding-bottom: 8px;
	}

	#footer {
		position: absolute;
		 
		bottom:0;
		
		background: -moz-linear-gradient(top, rgba(0,0,0,0)   0%, rgba(0,0,0,0.65)   100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)  ), color-stop(100%,rgba(0,0,0,0.65)  )); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0)   0%,rgba(0,0,0,0.65);
5)'>  100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0)   0%,rgba(0,0,0,0.65)   100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0)   0%,rgba(0,0,0,0.65)   100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0)   0%,rgba(0,0,0,0.65)   100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}

	#footerWrapper ul li {
		margin: 0px;
		width: 90%;
		clear: both;
		 
	}

	#footerWrapper ul li .logoHok {
		display: block;
		margin: auto;
		max-width:  100%;
	}

	form {
		display: block;
		margin: auto;
		width: 90%;
	}

	input {
		max-width: 100%;
	}

	textarea {
		max-width: 100%;
	}
   
   }
  
  
  
  
  
  
  
  @media all and (min-width: 750px) and (max-width: 820px) { 
   
   .boxContent .homeText {
	 position:fixed;
		margin-top:  13px;
	}
   
   .bgImage {
		width: 100%;
		height: auto;
		position: fixed;
		z-index: 0;
		max-width: 100%;
		max-height: none;
		padding-top: 0px;
	}
	
	 

	.boxContent p {
		width: 90%;
		margin: auto;
	}
	
	#headerWrapper ul {
		display: block;
		width: 100%;
		margin-top: 120px;
	}
	
  

	h2 {
		width: 90%;
		margin: auto;
	}

	#header {
		z-index: 100;
		margin-top:-100px;
	}
	
	#header.darkHeader {
		background-color: rgba(0,0,0,0.7);
	}

	#content {
		position:fixed;
		
	}
   
   #headerWrapper ul li {
		padding-top: 10px;
		padding-bottom: 8px;
	}

	#footer {
		position: fixed;
		 
		bottom:0;
		background: -moz-linear-gradient(top, rgba(0,0,0,0)   0%, rgba(0,0,0,0.65)   100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)  ), color-stop(100%,rgba(0,0,0,0.65)  )); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0)   0%,rgba(0,0,0,0.65);
5)'>  100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0)   0%,rgba(0,0,0,0.65)   100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0)   0%,rgba(0,0,0,0.65)   100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0)   0%,rgba(0,0,0,0.65)   100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}

	#footerWrapper ul li {
		margin: 0px;
		
		width: 90%;
		clear: both;
		 
	}

	#footerWrapper ul li .logoHok {
		display: block;
		margin: auto;
		max-width:  100%;
	}

	form {
		display: block;
		margin: auto;
		width: 90%;
	}

	input {
		max-width: 100%;
	}

	textarea {
		max-width: 100%;
	}
   
   }
  
  
  
  
  @media all and (min-width: 450px)  and (max-width: 599px) { 
  	.bgImage {
		width: 100%;
		height: auto;
		position: fixed;
		z-index: 0;
		max-width: 100%;
		max-height: none;
		padding-top: 0px;
	}
	
	 

	.boxContent p {
		width: 90%;
		margin: auto;
	}
	
	#headerWrapper ul {
		display: none;
		width: 100%;
		margin-top: 20px;
	}
	
	#headerWrapper ul li {
		width: 90%;
		margin: auto;
		margin-bottom: 10px;
	}

	h2 {
		width: 90%;
		margin: auto;
	}

	#header {
		z-index: 100;
	}
	
	#header.darkHeader {
		background-color: rgba(0,0,0,0.7);
	}

	#content {
		position: relative;
		padding-top: 120px;
		padding-bottom: 400px;
	}

	.boxContent .homeText {
	 
		margin-top:  72px;
	}

	#headerWrapper ul li {
		padding-top: 10px;
		padding-bottom: 8px;
	}

	#footer {
		position: absolute;
		 
		bottom:0;
	}

	#footerWrapper ul li {
		margin: 0px;
		width: 90%;
		clear: both;
		 
	}

	#footerWrapper ul li .logoHok {
		display: block;
		margin: auto;
		max-width:  100%;
	}

	form {
		display: block;
		margin: auto;
		width: 90%;
	}

	input {
		max-width: 100%;
	}

	textarea {
		max-width: 100%;
	}
  }
  
  
  
@media all and (max-width: 600px) { 
.mobileTrigger {
		display: block;
		 
	}
	
	#headerWrapper ul {
		display: none;
		width: 100%;
		margin-top: 20px;
	}
	
	#headerWrapper ul li {
		width: 90%;
		margin: auto;
		margin-bottom: 10px;
	}

	h2 {
		width: 90%;
		margin: auto;
	}

	#header {
		z-index: 100;
		
	}
	
	#header.darkHeader {
		background-color: rgba(0,0,0,0.7);
	}
	
  }
    
  
  
   @media all and (min-width: 620px) and (max-width: 1200px) { 
  
  #footer {
		position: absolute;
	 
	}

	#footerWrapper ul li {
		margin: 0px;
		width: 90%;
		clear: both;
		display:inline;
		 
	}

	#footerWrapper ul li .logoHok {
		display: block;
		margin: auto;
		max-width:  100%;
	}
	
	.boxContent .homeText {
	 
		margin-top:  100px;
	}
  
  }
.alert {
	text-align: center;  
}
@media all and (min-width:1050px){
	.alert {
		margin-top: 5%;
	} 
}
@media all and (max-width:1050px){
	.alert {
		margin-top: 10%;
	}
}
@media all and (max-width:600px){
	.alert {
		margin-top: 20%;
	}
}


  .btn{
  	text-align: inherit;
  }
 /* @media all and (min-width: 620px) and (max-width: 1200px) { */
   
  