/* Add here all your CSS customizations */

body {
}

body.boxed {
}

/* Responsive image scaling */
img {
	max-width: 100%;
	height: auto;
}


/* For Bonsait admin */ 
.slider-container .bonsait-content-header-menu {
	position: absolute;	
	left: 0;
	top: 0px;
	z-index: 5000;
}

/* menu customoinnit */
.header-nav-main #mainNav.nav li a {
    color: #000 !important;
    background: transparent;
    font-family: refrigerator-deluxe;
    font-weight: 700;
    font-size: 1.4em !important;
    border-left: solid 2px #009de0;
    padding: 10px 20px !important;
    margin: 0px !important;
    
}

.header-nav-main #mainNav.nav li a:hover {
    color: #fff !important;
    background: #009de0 !important;
}

/* page-header customoinnit */
section.page-header {
    background: #009de0 !important;
    border-bottom: solid 5px #dadada;
    border-top: solid 5px #dadada;
}

section.page-header h1 {
    text-transform: uppercase !important;
    color: #fff;
    letter-spacing: 0.05em;
    border-bottom: solid 5px #0088cc !important;
}
section.page-header a {
    color: #fff ;
    font-weight: 900;
}
section.page-header .breadcrumb li {
    color: #dadada !important;
}





/* main content */
section.main-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* */

/* merkit */
section.merkit {
    background: #fff;
}
section.merkit img:hover {
    opacity: 0.7;
}

/* */


/* footer customoinnit */
#footer {
    background: #009de0 !important;
    border-top: solid 0px #0088cc !important;
    padding: 30px 0px 0px 0px !important;
    margin-top:0px !important;
}
#footer h4 {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 900 !important;
}
#footer p {
    color: #fff !important;
}
#footer a {
    color: #000 !important;
    font-weight: 700;
}
#footer a:hover {
    color: #fff;
}

#footer .footer-copyright {
    background: #000 !important;
    border-top: solid 0px #0088cc !important;
    margin-top: 0px;
}

#footer .footer-copyright a {
    color: #fff !important;
    font-weight:400 !important;
}
#footer .footer-copyright a:hover {
    color: #009de0 !important;
    text-decoration: none !important;

}


/* */


/* nettimoto */
#nettimoto iframe {
    border: 0px !important;
    min-height: 500px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #e5e5e5;
    padding: 20px;
}
/* */

/* painike address */
address a {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #009de0;
    color: #fff;
    font-family: refrigerator-deluxe, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: 1.2em;
}
address a:hover {
    background: #0088cc;
    color: #fff;
    text-decoration: none;
}

/* */


