/**************************************************************************************/
/*   language swicer																		  */

a.disable {
   pointer-events: none;
   cursor: default;
}

.lang-inline {
   float: right;
   width: 140px;
   height: 20px;
   background-color: transparent;
   background-image: none;
}

/**************************************************************************************/
/*   my gallery																		  */

 #my_gallery {
   float:left;
   margin-top: 5px;
   width: 100%;
   height: 95px;
 }
   
   #my_gallery_photo01 {
      background-image: url(https://prosurf.com.hr/web/images/gallerymodule/thumbs/porec001.jpg);
      background-repeat: no-repeat;
	  text-indent:-9999px;
	  width: 16%;
      height: 100%;  
	  float:left;
	  list-style:none;
	  margin:1px;
	  display:inline-block;
   }

   #my_gallery_photo02 {
      background-image: url(https://prosurf.com.hr/web/images/gallerymodule/thumbs/porec002.jpg);
      background-repeat: no-repeat;
	  text-indent:-9999px;
	  width: 16%;
      height: 100%;  
	  float:left;
	  list-style:none;
	  margin:1px;
	  display:inline-block;
      
   }
   
   #my_gallery_photo03 {
      background-image: url(https://prosurf.com.hr/web/images/gallerymodule/thumbs/porec003.jpg);
      background-repeat: no-repeat;
	  text-indent:-9999px;
	  width: 16%;
      height: 100%;  
	  float:left;
	  list-style:none;
	  margin:1px;
	  display:inline-block;
   }

   #my_gallery_photo04 {
      background-image: url(https://prosurf.com.hr/web/images/gallerymodule/thumbs/porec004.jpg);
      background-repeat: no-repeat;
	  text-indent:-9999px;
	  width: 16%;
      height: 100%;  
	  float:left;
	  list-style:none;
	  margin:1px;
	  display:inline-block;
      
   }

   #my_gallery_photo05 {
      background-image: url(https://prosurf.com.hr/web/images/gallerymodule/thumbs/porec005.jpg);
      background-repeat: no-repeat;
	  text-indent:-9999px;
	  width: 16%;
      height: 100%;  
	  float:left;
	  list-style:none;
	  margin:1px;
	  display:inline-block;
      
   }

   #my_gallery_photo06 {
      background-image: url(https://prosurf.com.hr/web/images/gallerymodule/thumbs/porec006.jpg);
      background-repeat: no-repeat;
	  text-indent:-9999px;
	  width: 16%;
      height: 100%;  
	  float:left;
	  list-style:none;
	  margin:1px;
	  display:inline-block;
      
   }

/**************************************************************************************/
/*   my social																		  */

 #my_social {
   float:right;
   margin-top:20px;
 }
   
   #my_social_linkedin {
      background-image: url(https://prosurf.com.hr/web/images/linkedin.png);
      background-repeat: no-repeat;
	  text-indent:-9999px;
	  width: 32px;
      height: 32px;  
	  float:right;
	  list-style:none;
	  margin:3px;
	  display:inline-block;
   }

   #my_social_googleplus {
      background-image: url(https://prosurf.com.hr/web/images/google_plus.png);
      background-repeat: no-repeat;
	  text-indent:-9999px;
	  width: 32px;
      height: 32px;  
	  float:right;
	  list-style:none;
	  margin:3px;
	  display:inline-block;
      
   }
   
   #my_social_twitter {
      background-image: url(https://prosurf.com.hr/web/images/twitter.png);
      background-repeat: no-repeat;
	  text-indent:-9999px;
	  width: 32px;
      height: 32px;  
	  float:right;
	  list-style:none;
	  margin:3px;
	  display:inline-block;
   }
    #my_social_facebook {
      background-image: url(https://prosurf.com.hr/web/images/facebook.png);
      background-repeat: no-repeat;
	  text-indent:-9999px;
	  width: 32px;
      height: 32px;  
	  float:right;
	  list-style:none;
	  margin:3px;
	  display:inline-block;
      
   }

/**************************************************************************************/
/*   slider                                                                           */

   
#textMessage { 
background-color: none;
text-align:left;
color: #ff0786;
font-family:sans-serif;
font-size: 32px;
margin-top: 15px;
}

.textContent { display:none !important;}




/**************************************************************************************/
/*   text dropdown keywords                                                                      */

.dropbtn {
    background-image: url("https://prosurf.com.hr/web/images/bookmark.png");
	background-size: 50px 50px;
    background-repeat: no-repeat;
	background-color: transparent;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width:50px;
    height:50px;
    margin-top:10px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 450px;
    z-index: 1;
	text-transform: capitalize;
}

.dropdown:hover .dropdown-content, .dropdown:active.dropdown-content {
    display: block;
    bottom: 100%;
    position:relative;
}

.dropdown:hover .dropbtn, .dropdown:active .dropdown-content {
    background-color: transparent;
}