/* STICKY HEADER/MENU */
.sticky-wrapper.is-sticky {
	height: auto!important;
}

.is-sticky #sp-header {
height: 85px;
}



.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li > a:active,
.sp-megamenu-parent > li > a:focus {
   outline: 0;
}

.sp-megamenu-parent > li > a {
    display: inline-block;
    padding: 0 8px;
    line-height: 90px;
    font-size: 0.6vw;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #fff;
}

.sp-megamenu-parent {
    font-family: Arimo, sans-serif;
    font-weight: 300;
}

.pasek {

    border-bottom: 1px solid #dbdbea;
    /*border-top: 4px solid #000000;*/

}

#sp-top-bar a {
    color: #03c2c2;
    font-family: Arimo, sans-serif;
    font-weight: 400;
	letter-spacing: 2px;
	font-size: 14px;
	/*text-transform: uppercase;*/
}
#sp-header.menu-fixed {
	border-bottom: 1px solid #a296bf;
	}

	/*#sp-header {
		border-bottom: 6px solid #ffffff;
		padding-bottom: 12px;
		background: #ffffff;
	}*/

	

#sp-header {
    background: rgba(255,255,255,0.95) none repeat scroll 0 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
/*
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    border-bottom: 2px solid; color: #604c8d;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    border-bottom: 3px solid; color: #604c8d !important;
}
*/

#sp-main-body, #sp-page-title, #sp-header, #sp-header .logo, #offcanvas-toggler, .sp-megamenu-parent > li > a {
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -ms-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
/*
#sp-header, #sp-header.menu-fixed, .sp-megamenu-parent > li > a {
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -ms-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}*/

/***** HEAD ******/
#sp-main-body,
#sp-page-title,
#sp-header,
#sp-header .logo,
#offcanvas-toggler,
.sp-megamenu-parent >li >a {
	 -webkit-transition: .6s ease-in-out; 
	 -moz-transition:    .6s ease-in-out; 
	 -ms-transition:     .6s ease-in-out; 
	 -o-transition:      .6s ease-in-out; 
	 transition:         .6s ease-in-out; 
}
.sp-megamenu-parent #sp-header,
.sp-megamenu-parent #sp-header .logo {
	height: 70px!important;
}
.sp-megamenu-parent #offcanvas-toggler,
sp-megamenu-parent >li >a {
	line-height: 70px!important;
}

.speasyimagegallery-modal-wrapper {
    text-align: center;
    cursor: zoom-out;
    z-index: 99999999;
}