* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	scrollbar-width: thin;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'regular', sans-serif;
	/**background: #d4ba95;**/
}
/*********FONTS**********/
  @font-face {
  font-family: "regular";
  src: url("fonts/gothicb.ttf");
  }
  @font-face {
  font-family: "headline";
  src: url("fonts/headline.otf");
  } 
  @font-face {
  font-family: "written";
  src: url("fonts/Authentic Signature.otf");
  }  
#wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.frame {
	position: fixed;
	border: 1px solid black;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
}
.stripe_0_5 {
	width: 9.8%;
	height: 100%;
	float: left;
}
.stripe_1_0 {
	border-left: 1px solid #ededed;
	width: 20%;
	height: 100%;
	float: left;
}
.top_frame {
	position: fixed;
	border: 1px solid black;
	width: 100%;
	height: auto;
	background: #006536;
	z-index: 100;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border: none;
}
.top_logo {
	position: relative;
	border: 1px solid black;
	width: 110px;
	height: 50px;
	left: .5%;	
	z-index: 1;
	border: none;
	flex: 0 0 auto;
}
.top_logo img {
	width: 100%;
	height: 100%;
}
.top_logo a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.top_options_frame {
	position: relative;
	border: 1px solid black;
	width: auto;
	height: 60px;	
	flex: 1 0 auto;
	text-align: right;
	border: none;
}
ul.top_options {
	display: inline-flex;
}
ul.top_options li {
	position: relative;
	font-size: 17px;
	border-right: 1px solid white;
	top: -10px;
	height: 60px;
	margin: 10px;
	padding-top: 18px;
	padding-right: 15px;
	list-style-type: none;	
	
}
ul.top_options a {
	text-decoration: none;
	display: block;
}
ul.top_options li a:link {
	color: white;
}
ul.top_options li a:visited {
	color: white; 
}
ul.top_options li:hover > a {
	transition: all 0.5s ease 0s;
	color: white;
}
.menu_button {
	display: none;
}
.menu_button a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.home_frame {
	position: relative;
	border: 1px solid black;
	width: 100%;
	padding: 50px 0px;
	height: auto;
	top: 60px;
	border: none;
	
}
.home_picture {
	position: absolute;
	border: 1px solid red;
	width: 100%;
	height: auto;
	border: none;
	z-index: 2;
	top: 0px;
	left: 0px;
}
.home_picture img {
	width: 100%;
	height: 100%;
}
.main_frame {
	position: relative;
	border: 1px solid black;
	width: 100%;
	height: auto;
	margin-top: 50px;
	text-align: center;
	border: none;
}
.home_frame_2 {
	position: relative;
	border: 1px solid black;
	width: 50%;
	height: 350px;
	margin-top: 35%;
	margin-left: 25%;
	border: none;
}
.home_frame_2 img {
	position: absolute;
	border: 1px solid red;
	width: 40%;
	height: auto;
	float: left;
	border: none;
}
.home_frame_2_text {
	position: absolute;
	border: 1px solid blue;
	height: auto;
	left: 40%;
	margin-top: 10%;
	padding-left: 40px;
	color: #006536;
	text-align: left;
	font-size: 32px;
	font-family: 'headline'; 
	z-index: 4;
	border: none;
}
.frame_info_1 {
	position: relative;
	border: 1px solid red;
	width: 50%;
	margin-top: 50px;
	margin-left: 50%;
	transform: translateX(-50%);
	vertical-align: top;
	border: none;
}
.frame_info_2 {
	position: relative;
	border: 1px solid red;
	width: 50%;
	margin-top: 50px;
	margin-left: 50%;
	transform: translateX(-50%);
	vertical-align: top;
	border: none;
}
.frame_info_3 {
	position: relative;
	border: 1px solid red;
	width: 50%;
	margin-top: 50px;
	margin-left: 50%;
	transform: translateX(-50%);
	vertical-align: top;
	border: none;
}
.frame_info_4 {
	position: relative;
	border: 1px solid red;
	width: 50%;
	margin-top: 50px;
	margin-left: 50%;
	transform: translateX(-50%);
	vertical-align: top;
	border: none;
}
.frame_info_header {
	margin-top: 20px;
	font-size: 32px;
	color: #006536;
	font-family: 'headline'; 
}
.frame_info_text {
	margin-top: 50px;
	font-size: 20px;
	color: #006536;
}
.home_frame_3 {
	position: relative;
	border: 1px solid black;
	width: 100%;
	height: 70%;
	margin-top: 5%;		
	border: none;
}
.home_frame_3 img {
	width: 100%;
	height: 100%;
}
.home_frame_3_text {
	position: absolute;
	border: 1px solid blue;
	width: 40%;
	height: auto;
	top: 20%;
	left: 50%;	
	padding-left: 40px;
     background-image: linear-gradient(to bottom, #FECB86, #AE8B50, #FECB86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: left;
	font-size: 39px;
	font-family: 'headline'; 
	z-index: 4;
	border: none;
}
.down_headline {
	position: relative;
	border: 1px solid black;
	width: 80%;
	margin-top: 10%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 75px;
	font-family: 'written'; 	
	border: none;
}
.down_frame_logo {
	border: 1px solid red;
	position: relative;
	width: 650px;
	height: 250px;
	margin-left: 50%;
	margin-top: 10%;
	transform: translateX(-50%);
	border: none;
}
.down_frame_logo img {
	width: 100%;
	height: 100%;
}
.down_frame_logo_service {
	border: 1px solid red;
	position: relative;
	width: 300px;
	height: 250px;
	margin-left: 50%;
	margin-top: 50px;
	transform: translateX(-50%);
	border: none;	
}
.down_frame_logo_service img {
	width: 100%;
	height: 100%;
}
.down_frame {
	position: relative;
	border: 1px solid black;
	width: 100%;
	height: auto;
	overflow: hidden;
	top: 90px;
	margin-left: 0%;
	z-index: 3;
	border: none;
}
.down_frame img {
	border: 5px solid red;
	width: 100%;
	height: 350px;
	border: none;
}
.down_frame_logo_text {
	position: absolute;
	float: left;
	border: 1px solid red;
	width: 12%;
	height: auto;
	left: 5%;
	top: 110px;
	border: none;
}
.down_frame_logo_text img {
	width: 100%;
	height: 100%;
}
.down_frame_options {
	position: absolute;
	border-left: 2px solid white;
	float: left;
	width: auto;
	height: auto;
	text-align: left;
	top: 100px;
	margin-left: 25%;
}
ul.down_options {
display: inline-block;
}
ul.down_options li {
	position: relative;
	font-size: 18px;
	font-family: 'headline';	
	margin: 15px;
	list-style-type: none;
}
ul.down_options a {
	text-decoration: none;
	display:block;
}
ul.down_options li a:link {
	color: white;
}
ul.down_options li a:visited {
	color: white;
}
ul.down_options li:hover > a {
	transition: all 0.5s ease 0s;
	color: white;
}
.down_frame_address {
	position: absolute;
	border-left: 2px solid white;
	width: 25%;
	height: auto;
	text-align: left;
	margin-left: 45%;
	float: left;

	top: 100px;
}
ul.down_address {
display: inline-block;
}
ul.down_address li {
	position: relative;
	font-size: 15px;
	margin: 10px;
	line-height: 5px;
	list-style-type: none;
	color: white;
}
.down_frame_working_hours {
	position: absolute;
	border-left: 2px solid white;
	width: 20%;
	height: auto;
	text-align: left;
	margin-left: 75%;
	float: left;
	top: 100px;
}
ul.down_working_hours {
display: inline-block;
}
ul.down_working_hours li {
	position: relative;
	font-size: 15px;
	line-height: 5px;
	margin: 10px;
	list-style-type: none;
	color: white;
}
/**HOME PAGE PICTURES**/
.vendingpic_1 {
	position: relative;
	border: 1px solid gray;
	width: 14%;
	height: 65%;
	margin-top: 10%;
	margin-left: 35%;
	transform: translateX(-35%);
	border: none;
	float: left;
}
.vendingpic_1 img {
	width: 100%;
	height: 100%;
}
.vendingpic_2 {
	position: relative;
	border: 1px solid gray;
	width: 14%;
	height: 65%;
	margin-top: 10%;
	margin-left: 65%;
	transform: translateX(-65%);
	border: none;
}
.vendingpic_2 img {
	width: 100%;
	height: 100%;
}
.vendingpic_1_mobile {
	display: none;
}
.vendingpic_2_mobile {
	display: none;
}
.page_header_logo {
	position: relative;
	border: 1px solid red;
	width: 100%;
	height: auto;
	background: white;
	border: none;
}
.page_header_logo img{
	width: 600px;
	height: 250px;
	margin-top: 120px;
	margin-left: 50%;
	transform: translateX(-50%);	
}
/**CATEGORY OPTION PAGE**/
.category_button {
	position: relative;
	border: 1px solid red;
	width: 20%;
	height: 100%;
	margin-top: 0px;
	left: 10%;
	border: none;
    cursor: pointer;
	float: left;
	color: black;
	transition: .5s;
	transition: width 1s;
	border: none;
}
.category_button:hover {
	color: white;
}
.category_button_animation {
	width: .1%;
	height: 100%;
	transition: width 1s;
}
.category_button:hover > .category_button_animation{
	background-image: linear-gradient(to bottom, #006536, white);
	color: white;
	width: 100%;
}
.category_list {
	position: absolute;
	border: 1px solid black;
	width: 90%;
	height: 250px;
	text-align: left;
	top: 25%;
	transform: translateY(-35%);
	padding-left: 10px;
	border: none;
}
.category_list_num {
	font-family: 'headline'; 
	font-size: 26px;
}
.category_list_name {
	margin-top: 20px;
	font-size: 16px;
}
.category_list_detail {
	border: 1px solid black;
	width: 100%;
	margin-top: 10px;
	border: none;
}
.category_button_picture {
	width: 100%;
	margin-top: 70%;
	margin-left: 8px;
}
.category_button_frame_mobile {
	display: none;
}
.category_options_pic {
	position: absolute;
	border: 1px solid black;
	width: 200px;
	height: 200px;
	top: 80%;
	left: 75%;
	border: none;
}
.category_options_pic img{
	width: 100%;
	height: 100%;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}
/**CONTACT**/
.contact_frame {
	border: 1px solid black;
	width: 50%;
	height: auto;
	margin-top: 30px;
	margin-left: 25%;
	overflow: hidden;
	border: none;
	display: flex;
	flex-direction: row-reverse;
}
#new_project_contact_form {
	position: relative;
	border: 1px solid green;
	width: 100%;
	height: auto;
	border: none;
}
.message_form{
	border: 1px solid black;
	width: 50%;
	border: none;
}
.message_form input{
	border: none;
	border-bottom: 2px solid #006536;
	width: 100%;
	height: 40px;
    margin-top: 5px;	
	background: none;
	font-size: 18px;
	color: #006536;
	outline: none;
}
.message_form label{
	width: auto;
	height: auto;
}
.message_form label p{
	width: 100%; 
	height: 40px;
}
::placeholder {
	font-size: 14px;
    color: #006536;
	font-weight: bold;
	font-family: 'font_1', sans-serif;
}

#message{
	border: none;
	width: 100%;
	height: 100px;
	resize: none;
	font-size: 18px;
	color: #006536;
	background: none;
	outline: none;
}
#send_message {
	border: 1px solid black;
	margin-top: 1%;
	width: 170px;
	height: 60px;
	font-family: 'headline'; 
	display: inline-block;
	text-align: center;
	line-height: 65px;
	font-size: 12px;
    transition: .6s;
	background: #006536;
    cursor: pointer;
	color: white;
	border: none;
}
#send_message:hover {
	transition: all 0.5s ease 0s;
	background: #006536;		
}



#prozorcic{
	width: 100%;
	height: 100%;
	position: fixed;
	background: white;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
#unutrasnji_prozorcic{
	position: relative;
	border: 1px solid black;
	background: white;	
	width: 80%;
	height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
}
#confirmation_message{	
	position: relative;
	border: 1px solid black;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
	text-align: center;	
	font-size: 35px;
	font-family: 'headline'; 
	border: none;
}
#zatvori{	
	position: relative;
	width: 70px;
	height: 30px;
	font-size: 20px;
	font-family: 'headline'; 
	text-align: left;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -80%);
    transition: .6s;
    cursor: pointer;
	color: #f6a444;
}


/************************************************************************/
/************************************************************************/
/************************************************************************/
/**QUERY - TABLET**/
@media only screen and (max-width:1200px) {
.down_frame_logo_text {
	display: none;
}
.down_frame_options {
	margin-left: 5%;
	border: none;
}
.down_frame_address {
	margin-left: 30%;
	width: auto;
}
.down_frame_working_hours {
	margin-left: 75%;
	width: auto;
}






}





@media only screen and (max-width:1100px) {
/**HOME PAGE**/
.top_logo {
	width: 110px;
	height: 50px;
	left: 5px;
	top: 5px;
}
.home_frame_2 img {
	width: 50%;
}
.home_frame_2_text {
	left: 50%;
	font-size: 30px;
}
.frame_info_1 {
	width: 70%;
}
.frame_info_2 {
	width: 70%;
}
.frame_info_3 {
	width: 70%;
}
.frame_info_4 {
	width: 70%;
}
.down_headline {
	font-size: 60px;
}
/**HOME PAGE PICTURES**/
.vendingpic_1 {
	width: 18%;
}
.vendingpic_2 {
	width: 18%;
}
/**CATEGORY**/
.category_vending_picture {
	width: 25%;
	height: 85%;
}
.category_option_picture_office {
	width: 30%;
	height: 70%;
}
.category_vending_name {
	font-size: 26px;
	margin-top: 15%;
	transform: translateY(-15%);

}
/**CONTACT**/
.contact_frame {	
	display: block;
}
#new_project_contact_form {
	width: 100%;
	left: 0%;
}




}
@media only screen and (max-width:900px) {
	
.home_frame_2 {
	width: 70%;
	margin-left: 15%;
}
	
.home_frame_2_text {
	padding-left: 20px;
	font-size: 25px;
}
.down_frame_logo {
	width: 450px;
	height: 150px;
}	
	
	
}





/************************************************************************/
/************************************************************************/
/************************************************************************/
/**QUERY**/
@media only screen and (max-width:800px) {
/**HOME PAGE**/
ul.top_options{
	display: none;
}
.menu_button {
	position: absolute;
	border: 1px solid black;
	width: 30px;
	height: 30px;
	display: inline-block;
	top: 50%;
	left: 95%;
	transform: translate(-95%, -50%);
	font-family: 'headline'; 
	font-size: 15px;
	border: none;
}
.menu_button img {
	width: 100%;
	height: 100%;
}
.home_frame_2 {
	height: 250px;
}
.home_frame_2 img {
	width: 50%;
}
.home_frame_3 {
	display: none;
}
.home_frame_3_headline {
	font-size: 30px;
}
.down_frame img {
	display: none;
}
ul.down_options {
	display: none;
}
.down_frame_address {
	width: 100%;
	margin-left: 0;
	top: 20px;
	text-align: center;
	line-height: 7px;
	position: relative;
}
ul.down_address li {
	color: black;
}
.down_frame_working_hours {
 	width: 100%;
	top: 50px;
	margin-left: 0%;
	line-height: 7px;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}
ul.down_working_hours li {
	position: relative;
	font-size: 15px;
	margin: 10px;
	list-style-type: none;
	color: black;
}
.page_header_logo img{
	width: 380px;
	height: 140px;	
}
/**HOME PAGE PICTURE**/
.vendingpic_1{
	display: none;
}
.vendingpic_2{
	display: none;
}
.vendingpic_1_mobile {
	position: relative;
	border: 1px solid gray;
	width: 180px;
	height: 390px;
	margin-top: 15%;
	margin-left: 50%;
	transform: translateX(-50%);
	border: none;
	display: block;
}
.vendingpic_1_mobile img {
	width: 100%;
	height: 100%;
}
.vendingpic_2_mobile {
	position: relative;
	border: 1px solid gray;
	width: 180px;
	height: 390px;
	margin-top: 15%;
	margin-left: 50%;
	transform: translateX(-50%);
	border: none;
	display: block;
}
.vendingpic_2_mobile img {
	width: 100%;
	height: 100%;
}
/**CATEGORY OPTIONS PAGE**/
.frame {
	display: none;
}
.category_button {
	display: none;
}
.category_options_pic {
	display: none;
}
.category_button_frame_mobile {
	position: relative;
	border: 1px solid black;
	width: 80%;
	height: auto;
	top: 25%;
	left: 6%;
	transform: translateY(-55%);
	display: block;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 100px;
	border: none;
}
ul.category_button_mobile {
display: inline-block;
}
ul.category_button_mobile li {
	position: relative;
	font-size: 25px;
	font-family: 'regular'; 
	list-style-type: none;
}
ul.category_button_mobile a {
	text-decoration: none;
	display:block;
}
ul.category_button_mobile li a:link {
	color: #006536;
}
ul.category_button_mobile li a:visited {
	color: #006536; 
}
ul.category_button_mobile li:hover > a {
	transition: all 0.5s ease 0s;
	color: #006536;
}
/**CATEGORY**/
.category_headline {
	font-size: 30px;
}
/**CATEGORY**/
.category_pic {
	width: 100%;
	height: 60%;
	margin-left: 0;
}
.category_vending {
	width: 50%;
	height: auto;
	margin-top: 280px;
	margin-left: 25%;
	border: 1px solid black;
	float: none;	
	border: none;
	overflow: hidden;
}
.category_vending_picture {
	border: 1px solid black;
	width: 58%;
	height: 100%;
	margin-left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	border: none;
}
.category_option_picture_office {
	width: 90%;
	height: 80%;
	margin-left: 50%;
	transform: translateX(-50%);
}
.category_vending_name_frame {
	position: relative;
	border: 1px solid red;
	top: 10px;
	margin-left: 0%;
	width: 100%;
	height: auto;
	display: inline-block;
	border: none;
}
.category_vending_name {
	postition: relative;
	margin-top: 10px;
	font-size: 18px;
	border: 1px solid black;
	border: none;
}
.category_vending_button {
	width: 180px;
	height: 60px;
	line-height: 55px;
	font-size: 11px;
	margin-top: 15px;
}
.main_frame_category {
	margin-top: 250px;
}
#category_down_frame {
	display: none;
}
/**OPTIONS**/
.options_page_frame {
	position: absolute;
	border: 1px solid black;
	margin-top: 45%;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	border: none;
}
ul.options_page {
display: inline-block;
}
ul.options_page li {
	position: relative;
	font-size: 35px;
	margin: 10px;
	text-align: center;
	top: 10px;
	list-style-type: none;
}
ul.options_page a {
	text-decoration: none;
	display: block;
}
ul.options_page li a:link {
	color: #006536;
}
ul.options_page li a:visited {
	color: #006536; 
}
ul.options_page li:hover > a {
	transition: all 0.5s ease 0s;
	color: #006536;
}	
/**CONTACT**/
.contact_frame {
	width: 80%;
	margin-left: 10%;
}
.down_frame_logo_service {
	width: 230px;
	height: 210px;
}


}

@media only screen and (max-width:650px) {
.home_picture {
	height: 140px;
}
.home_frame_2 {
	width: 90%;
	margin-left: 5%;
	margin-top: 180px;
}
.home_frame_2 img {
	width: 45%;
}
.home_frame_2_text {
	left: 45%;
	font-size: 20px;
}
.down_frame_logo {
	width: 350px;
	height: 100px;
}	
	
}



/************************************************************************/
/************************************************************************/
/************************************************************************/
/**QUERY - MOBILE**/
@media only screen and (max-width:500px) {
/**HOME PAGE**/

.frame_info_1 {
	margin-top: 15%;
	width: 80%;
}
.frame_info_2 {
	width: 80%;
}
.frame_info_3 {
	width: 80%;
}
.frame_info_4 {
	width: 80%;
}
.frame_info_header {
	font-size: 25px;
}
.frame_info_text {
	font-size: 17px;
}
.home_frame_2 {
	height: 200px;
}
.home_frame_3 {
	margin-top: 20%;
	height: 50%;
}
.home_frame_3_headline {
	width: 100%;
	font-size: 28px;
}
.down_headline {
	font-size: 55px;
	margin-top: 20%;
}
/**HOME PAGE PICTURES**/
.vendingpic_1_mobile {
	width: 160px;
	height: 350px;
}
.vendingpic_2_mobile {
	width: 160px;
	height: 350px;
}
/**CATEGORY**/
.category_pic {
	height: 50%;
}
.category_description_text {
	width: 80%;
	margin-top: 10%;
	margin-left: 10%;
	font-size: 18px;
	color: black;
}
.category_vending {
	width: 80%;
	height: auto;
	margin-top: 100px;
	margin-left: 10%;
	border: 1px solid black;
	float: none;
	border: none;
}
.category_vending_picture {
	width: 55%;
	height: 100%;
}
.category_option_picture_office {
	width: 75%;
	height: 80%;
	margin-left: 50%;
	transform: translateX(-50%);
}
.category_vending_button {
	width: 180px;
	height: 60px;
	line-height: 55px;
	font-size: 11px;
	margin-top: 15px;
}
/**CONTACT**/
#send_message {
	width: 110px;
	height: 50px;
	line-height: 55px;
	font-size: 12px;
	margin-top: 10px;
}
.page_header_logo img{
	width: 320px;
	height: 140px;	
}


}








