






*
{
  margin: auto  auto !important;               
}





body {

	background: #c1dae2;
	width: 100%;
	height: auto;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #54c2c7;

}

body h1 {
	font-size: 30px;
	color: #4e9b9e;
	padding: 5px;
	text-align: center;
}


body h2 {
	font-size: 20px;
	color: #4e9b9e;
	padding: 10px;
	text-align: center;
}

body h3 {
	font-size: 20px;
	color: #4e9b9e;
	padding: 10px;
	text-align: center;
}




.main_div_all{
	background: none;
	max-width: 1000px;
	height: auto;
}





.header_content{
	background: none;
	max-width: 100%;
	min-height: 30px;
	height: auto;
	padding: -10px;
}



.header_logo_img_and_txt_div_holder{
	display: flex;
	background: none; 
	width:100%; 
	height: auto; 
	padding: 0px;
}

.header_logo_img_div{
	background: none;
	width: auto;
	min-height: 30px;
	height: auto;
	margin-left: 0px !important;
	padding: 5px;
}

.header_logo_img{
	width: 150px;
	min-height: 30px;
	height: auto;
	border-radius: 5px;
}


.header_txt_div{
	background: none;
	width:50%;
	min-height: 30px;
	height: auto;
	margin-top: 7px !important;
	margin-right: 5px !important;
}

.header_txt_div h1{
	font-size: 25px;
	background: none;
	text-align: right;
	float: right;
	color: #468588;
}


#header_desktop_txt_div{
	display: block;
}

#header_mobile_txt_div{
	display: none;	
}


.center_img_content{
	background: url("../images/slika05.webp");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	width: 100%;
	min-height: 350px;
	height: auto;
	margin-top: 40px;
	padding: 0px;
	border-top: solid #8aaebf 5px;
	border-bottom: solid #8aaebf 5px;
}

#menu_top{
	display: flex;
	position: fixed;
	top: 90px;
	background: #c1dae2; // rgba(95,175,175,0.4);	// #c1dae2;
	width: 100%;
	min-height: 30px;
	height: auto;
	margin-top: 0px;
	padding: 0px;
	padding-left: 5px !important;
}

.menu_icons{
	background: #79bdc7;	// #7bd0b0;
	width: 25%;
	min-height: 10px;
	height: auto;
	margin-top: 10px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	margin-bottom: 10px !important;
	padding: 7px !important;
	cursor: pointer;
	text-align: center;
	font-size: 25px;
	color: #186e77;

	border-radius: 5px;
	border: solid #186e77 1px;
	box-shadow: 0px 3px 5px black;

	-webkit-transition:	250ms;
  	-moz-transition:	250ms;
   	-ms-transition: 250ms;
   	-o-transition:	250ms;
    transition:    	250ms;
}

.menu_icons:hover{
	background: #79bdc7;
	color: #c8e3e6;
	box-shadow: 0px 1px 1px black;
}


.menu_icons_active{
	background: #9ed0d0;	// #7bd0b0;
	width: 25%;
	min-height: 10px;
	height: auto;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 7px;
	cursor: pointer;
	text-align: center;
	font-size: 25px;
	color: #186e77;

	border-radius: 5px;
	border: solid #186e77 1px;
	box-shadow: 0px 1px 1px black;

	-webkit-transition:	250ms;
  	-moz-transition:	250ms;
   	-ms-transition: 250ms;
   	-o-transition:	250ms;
    transition:    	250ms;
}

.menu_icons_active:hover{
	background: #9ed0d0;	// #7bd0b0;
	color: #c8e3e6;
	box-shadow: 0px 1px 1px black;
}

.center_img{
	width: 100%;
	height: auto;
}

.page_content{
	background: white;
	width: 100%;
	min-height: 500px;
	height: auto;
	padding: 0px;
	color: #4e9b9e;
	border-bottom: solid #8aaebf 5px;
}


.page_content h1{
	color: #4e9b9e;
	padding: 10px;
	text-align: center;
	text-shadow: 0px 0px 0px black;
}


.page_content h2{
	background: #c1dae2;
	font-size: 20px;
	color: #468588;
	padding: 20px;
	text-align: center;
	text-shadow: 0px 0px 0px black;
}


.page_content p{
	color: #4e9b9e;
	padding: 10px;
	text-align: center;
	text-shadow: 0px 0px 0px black;
}

.bottom_content{
	background: #467b71;
	width: 100%;
	min-height: 80px;
	height: auto;
	padding: 0px;
	color: #467b71;
	border-bottom: solid #8aaebf 5px;
}




.content_img_holder_div{
	display: flex;
	// background: none;
	width: 100%;
	min-height: 50px;
	height: auto;
}

.content_img_left_div{
	background: none;
	width: 50%;
	min-height: 20px;
	height: auto;
	padding: 10px;
}

.content_img_right_div{
	background: none;
	width: 50%;
	min-height: 20px;
	height: auto;
	padding: 10px;
}


.content_img_center_full_width_div{
	background: none;
	width: 100%;
	min-height: 20px;
	height: auto;
	padding: 0px;
}


.content_img{
	width: 100%;
	height: auto;
}







.contact_form{
	background: none;
	max-width: 90% !important;
	min-height: 50px;
	height: auto;

	border-radius: 5px;
	border: solid #c1dae2 4px;
}


.contact_form_holder{
	background: none;
	display: flex;
	max-width: 100% !important;
	min-height: 50px;
	height: auto;
}

.contact_form_left_col {
	background: none;
	width: 50%;
	min-height: 50px;
	height: auto;
}


.contact_form_right_col {
	background: none;
	width: 50%;
	min-height: 50px;
	height: auto;
}


.contact_send_button{
	background: lightblue;
	width: 70%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	cursor: pointer;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	padding: 15px;
	outline: none;
	color: #186e77;
	border-radius: 5px;
	border: solid #186e77 3px;

	-webkit-transition:	350ms;
  	-moz-transition:	350ms;
   	-ms-transition: 350ms;
   	-o-transition:	350ms;
    transition:    	350ms;
}

.contact_send_button:hover{
	background: #186e77;
	color: lightblue;
	border: solid lightblue 3px;
}
.contact_form_input{
	display: block;
	width: 95%;
	height: 40px;
	margin-top: 10px;
	padding: 5px;
	outline: none;
	color: #186e77;
	font-size: 17px;
	text-indent: 5px;
	border-radius: 5px;
	border: solid #c1dae2 2px;
}

.contact_form_textarea{
	width: 80%;
	height: 150px;
	display: block;
	overflow-y: none;
	padding: 5px;
	outline: none;
	color: #186e77;
	font-size: 17px;
	text-indent: 5px;
	border-radius: 5px;
	border: solid #c1dae2 2px;
}

.contact_form_textarea:hover{
	overflow-y: scroll;
}



::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #c1dae2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c1dae2;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c1dae2;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c1dae2;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:  	 #c1dae2;
}








.contact_information_div{
	background: white;
	width: 90%;
	min-height: 50px;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;

	border-radius: 5px;
	border: solid #c1dae2 4px;
}


.contact_information_div h3 {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: solid #c1dae2 1px;
}



.bottom_contact_information_div{
	background: white;
	width: 100%;
	min-height: 50px;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}


.bottom_contact_information_div h3{
	text-align: center;
	padding-bottom: 5px;
	border-bottom: solid #467b71 1px;
}

.bottom_contact_information_div p{
	text-indent: 10px;
}


.google_maps_div{
	display: block;	
	width: 100%; 
	height: 300px;
	margin-top: 50px;
	margin-bottom: 50px;
}


.move_to_top_div{
	background: #467b71 !important;
	width: 50%;
	height: 75px;
	padding-top: 15px;
	font-size: 17px;
	cursor: pointer;
	color: #8cbbc5 !important;
	border-radius: 8px;

	-webkit-transition:	350ms;
  	-moz-transition:	350ms;
   	-ms-transition: 350ms;
   	-o-transition:	350ms;
    transition:    	350ms;
}


.move_to_top_div h2{
	background: #8cbbc5;
	color: #467b71;

	-webkit-transition:	350ms;
  	-moz-transition:	350ms;
   	-ms-transition: 350ms;
   	-o-transition:	350ms;
    transition:    	350ms;
}
.move_to_top_div h2:hover{
	background: #467b71;
	color: #8cbbc5;
}

.move_to_top_div:hover{
	background: #8cbbc5 !important;
	color: #467b71 !important;
}


#div_with_water_background{
	background-image: url("../images/water_background.webp");

	background-position: bottom right;
	background-repeat: no-repeat;
	// background: black url(images/background.png) repeat-x;
	background-size: 100% 100%;
	background-attachment: fixed;

}


#div_with_water_background p{
	background: #2f6a7b;
	width: 100%;
	color: #afd6de;
	border-radius: 5px;
	padding: 5px;
}



.text_index_in_image_inside{
	padding: 10px;
	display: none;
}

.text_index_in_image_outside{
	padding: 10px;
	display: block;
}


#two_way_filter_title_mobile{
	display: none;
}

#sand_filter_title_mobile{
	display: none;
}

#two_way_filter_title_desktop{
	display: block;
}

#sand_filter_title_desktop{
	display: block;
}







.general_loading_screen{
	background: none;
	display: block; // Showen by default;
	position: fixed; // Stay in place;
	z-index: 29; // Sit on top;
	padding-top: 50px; // Location of the box;
	left: 0;
	top: 0;
	width: 100%; // Full width;
	height: 100%; // Full height;
	overflow: auto; // Enable scroll if needed;
	background-color: rgb(0,0,0); // Fallback color;
	background-color: rgba(0,0,0,0.4); // Black w/ opacity;

}

.general_loading_screen .spinner-border{
	display: block;
	width: 10rem; 
	height: 10rem; 
	background: #DEE2E6;
	// color: #776122 !important;
	// border: .35em solid #a57030;

}

.general_loading_screen .text-success{
	color: #343A40 !important;
}








/* -----------------------------------------------------deo za SCROLLBAR ------------------------------------------------------------- */

::-webkit-scrollbar {
	width: 11px !important;
	height: 11px !important;
	background: #467b71 !important;
}


::-webkit-scrollbar-track {
	background: #E9ECEF !important; 
	box-shadow: inset 0 0 1px  white !important; 
	border: double #343A40 1px !important;
	border-radius: 2px !important;
}
 
::-webkit-scrollbar-thumb {
	background: #467b71 !important;  
	border-top: double #343A40 1px !important;
	border-bottom: double #343A40 1px !important;
	border-radius: 2px !important;	
	box-shadow: inset 0 0 5px black !important; 
}

/* ------------------------------------------------------------------------------------------------------------------------------------- */






