/*  #d80919  #f3df6e*/
header.sticked {
    background-color: #749b6c;
   
}
.btn.btn-main {
    background-color: #749b6c;
}


.rooms.rooms-widget:before, .blog.blog-widget:before {

    background-color:#f3df6e;


}

.linearicons, .lnr{
    font-size:1.5em;
}

.blocks ul{
    list-style-type: none;
}

.blocks span.linearicons{
    font-size:2em;
    color:#749b6c;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
footer img{
    max-width: 12%;
}

header.sticked nav.navigation-main .logo {

    background-color: #749b6c;
 
}

@media only screen and  (min-width: 992px){

    header.sticked nav.navigation-main .logo img {
        height: auto;
        width: 90%;
    }
    
    
    }
    

@media only screen and (max-width: 600px) {
    footer img{
        max-width: 25%;
    }
  }



