
@charset "utf-8";
/*Code by GlobalQuickWeb
author url: www.globalquickweb.com
*/

@font-face {
font-family: 'SourceSansPro-Regular';
font-style: normal;
font-weight: normal;
src: local('SourceSansPro-Regular'), url('/fonts/SourceSansPro-Regular.ttf') format('ttf');
}

@font-face {
font-family: 'SourceSansPro-Light.ttf';
font-style: normal;
font-weight: normal;
src: local('SourceSansPro-Light'), url('/fonts/SourceSansPro-Light.ttf') format('ttf');
}

@font-face {
font-family: 'SourceSansPro-Bold.ttf';
font-style: normal;
font-weight: normal;
src: local('SourceSansPro-Bold'), url('/fonts/SourceSansPro-Bold.ttf') format('ttf');
}

.item-103 > a:after{
    background-image: url(img/caret.png);
    background-repeat: no-repeat;
    background-position:2px 2px;
    background-size: 17px;
    width: 16px;
    height: 16px;
    display: inline-block;
    content: '';
}
















@media screen and (min-width: 800px){
.megamenu .menu {
text-align: right;
z-index: 90;
}

.menu-absolute{
position: absolute;
top: 0px;
right: 0px;
z-index: 2;
width: 100%;

}
}

@media screen and (max-width: 799px){
.megamenu .menu {
text-align: center;
}
}

@media screen and (min-width: 1200px){
.menu-bg, .menu-bg-white{
height: 100px;
}

.megamenu .menu a, .megamenu .menu .separator {
   font-size: 17px;
   padding-top: 39px;
   padding-bottom: 15px;
}

.megamenu .menu li {
margin-left: 20px;
margin-right: 20px;
}

.megamenu .menu {
height: 100px;
}
}

@media screen and (min-width: 1000px) and (max-width: 1199px){
.menu-bg, .menu-bg-white{
height: 100px;
}

.megamenu .menu a, .megamenu .menu .separator {
   font-size: 20px;
   padding-top: 39px;
   padding-bottom: 15px;
}

.megamenu .menu li {
margin-left: 12px;
margin-right: 12px;
}

.megamenu .menu {
height: 100px;
}
}


@media screen and (min-width: 500px) and (max-width: 999px){
.megamenu .menu a, .megamenu .menu .separator {
   font-size: 16px;
   padding-top: 22px;
   padding-bottom: 22px;
}

.megamenu .menu li {
margin-left: 12px;
margin-right: 12px;
}
}


/*
@media screen and (min-width: 375px) and (max-width: 499px){
.megamenu .menu a, .megamenu .menu .separator {
font-size: 15px;
   padding-top: 22px;
   padding-bottom: 22px;
}

.megamenu .menu li {
margin-left: 10px;
margin-right: 10px;
}
}

@media screen and (min-width: 0px) and (max-width: 374px){

.menu-bg{
height: auto;
}

.megamenu .menu a, .megamenu .menu .separator {
font-size: 15px;
   padding-top: 22px;
   padding-bottom: 21px;
}

.megamenu .menu li {
margin-left: 10px;
margin-right: 10px;
}
.megamenu .menu {
height: auto;
}
}

*/

@media screen and (min-width: 800px){
menu{
	height: auto;
	border: 0px solid #000;
	z-index: 100;

	/*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
}

.menu-bg, .menu-bg-white{
max-width: 100%;
border: 0px solid #ff0000;
}


menu  {
    margin: 0;
    padding: 0;
}



.close{
display: none;
}



/*.megamenu .nav .deeper.parent{
background:  url(../images/down.gif);
background-position: 50%  43px;
background-repeat: no-repeat;
border: 0px solid#000;
}
*/

li.mega ul.megamodule{
height: 0px;
overflow: hidden;
position: absolute;
transition: all 500ms ease 0s;
opacity: 0;
}

li.mega:hover ul.megamodule {
display: block;
position: absolute;
height: auto;
width: auto;
z-index: 150;
padding: 0px;
border: 0px solid#000;
transition: all 500ms ease 0s;
opacity: 1;
overflow: visible;
background-color: #E3654F;
}

li.mega ul.megamodule ul.menu{
max-width: 430px;
height: auto;
margin-left: 0px!important;
margin-right:0px!important;
padding: 0px!important;
}



li.mega ul.megamodule ul.menu li {
display: inline-block;
height: auto;
width: 200px;
position: relative;
border: 1px solid#fff;
margin:0px;

}

li.mega ul.megamodule li {
padding: 5px;
border: 0px solid#fff;
margin-left: 0px;
margin-right: 0px;
}

li.mega:hover ul.megamodule li {
padding: 5px;
border: 1px solid#fff;
margin-left: 0px;
margin-right: 0px;
}


li.mega ul.megamodule:hover{
}

li.mega ul.megamodule li:hover {
}

.megamenu li.language  ul.nav-child li{
padding: 0px;
}

li.mega{
background:  url(../images/down.gif) ;
background-position: right 50%  top 43px;
background-repeat: no-repeat;
border: 0px solid#000;
/*position: relative;*/
}

.megamenu ul {
   margin: 0px auto;
   border: 0px solid #000;

}

.megamenu .nav {
margin: 0px auto;
border: 0px solid #ff0000;
}





/* general styles */
.megamenu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0px auto;
	text-align: left;
}

.megamenu .menu {
margin: 0px auto;
border: 0px  solid #00ff00;
list-style-type: none;
padding-inline-start: 0px;
display: block!important;
}

.megamenu .menu li {
min-width: 40px;
transition: all 800ms ease 0s;
border: 0px  solid #000;
}



.megamenu .menu > li {
display: inline-block;
}





.megamenu .menu > li:first-child {
    border-radius: 0px;
}

.megamenu .menu .nav-child li{
padding-bottom: 0px;
min-width: 150px;
}

.sloganmini {
display: none;
}

.megamenu .menu a, .megamenu .menu .separator {
    display: block;
	border: 0px solid#000;
    cursor: pointer;
    text-decoration: none;
	/*font-family: SourceSansPro-Regular, Source Sans Pro;*/
}












/* onhover styles */

.megamenu .menu li  a:hover{
transition: all 500ms ease 0s;
display: block;

/*color: #fff;*/
}

.megamenu .menu li.active a{
transition: all 500ms ease 0s;
display: block;
font-weight: bold;
}


.megamenu .menu li > a:hover {
   text-decoration: none;
display: block;
    border-left: 0px solid #ffffff;
    /*color: #fff;*/
}









/* submenu styles */
.nav-child {


    position: absolute;

    z-index: 100;
 height: 0px;
 overflow: hidden;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}


.deeper.parent:hover .nav-child{
display: block;
 overflow: visible;
   -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
height:auto;
/*background: #fff;*/
transition: all 2s ease 0s;
}








.megamenu .menu .nav-child li a {

border-radius: 0px;
border: 0px #ff0000 solid;
padding: 15px 25px 15px 25px;
margin: 0px;
color: #fff;
background: rgba(86,142,121, 0.1);
}

.megamenu .menu .nav-child li {
    opacity: 0;

margin: 0px;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.megamenu .menu .nav-child li:hover a, .megamenu .menu .nav-child li.active a {
    border-left: 0px solid #454545;
    border-radius: 0;
    color: #fff;

padding: 15px 25px 15px 25px;
}






.megamenu .menu > li:hover .nav-child, .menu > li:focus .nav-child {
    max-height: 2000px;
    z-index: 100;
opacity: 1;
}
.megamenu .menu > li:hover .nav-child li, .megamenu .menu > li:focus .nav-child li {
    opacity: 1;
z-index: 100;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 delays for transition effects */
.menu li:hover .nav-child li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .nav-child li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .nav-child li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .nav-child li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .nav-child li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .nav-child li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .nav-child li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .nav-child li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.nav-child li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.nav-child li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.nav-child li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.nav-child li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.nav-child li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.nav-child li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.nav-child li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.nav-child li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}


ul.nav-child li  span.next{
display: none;
}

}











#background{
display: none;
transition: all 2s ease 0s;
opacity: 0;
}


/************************************************************************************
MOBILE
*************************************************************************************/

@media  (max-width: 799px) {

menu{

  height: 75px;

	border: 0px solid #00ff00;
	z-index: 105;
	width:100%;
	padding-inline-start: 0px;
	padding: 0px;
	    margin: 0;

}

.menu-bg{
height: 75px;
position: absolute;
border: 0px solid #ff0000;
width: 100%;
z-index: 105;
}

.menu-bg-white{
height: 75px;
position: absolute;
border: 0px solid #ff0000;
width: 100%;
z-index: 105;
}





#background.active{
width: 100%;
height: 100%;
z-index:104;
position: fixed;
background:  rgba(5,29,19,0.8);
top: 0px;
opacity: 1;
display: block;
}








#menu-icon.transparent-bg{
width: 75px;
height: 75px;
border: 0px solid#000;
background:  /*rgba(0,48,135,0.6)*/  url(../images/menu-icon2.png) ;
background-repeat:  no-repeat;
background-position: center center;
position: absolute;
z-index: 105;
top: 0%;
right: 0%;
}


#menu-icon.transparent-bg.active{

background: /*rgba(0,48,135,0.6)*/  url(../images/menu-icon-hover.png) ;
background-repeat:  no-repeat;
background-position: center center;
}


#menu-icon.white-bg{
width: 75px;
height: 75px;
border: 0px solid#000;
background:  /*rgba(0,48,135,0.6)*/  url(../images/menu-icon2.png) ;
background-repeat:  no-repeat;
background-position: center center;
position: absolute;
z-index: 105;
top: 0%;
right: 0%;
}

#menu-icon.white-bg.active{

background: /*rgba(0,48,135,0.6)*/  url(../images/menu-icon-hover.png) ;
background-repeat:  no-repeat;
background-position: center center;
}







.top-menu{

display: block;
max-width: 800px;
top: 0px;
height: 50px;
border: 0px solid#0000ff;
z-index: 105;

}




.top-menu .menu{

display: none;
z-index: 105;
/*background: rgba(0,48,135,0.5);*/
left: 0px;
top: 0px;
width: 100%;
padding: 60px 0px 20px 0px;
border-radius: 0px 0px 0px 0px;

margin:0px auto;
}


.top-menu .menu.active{

display: block;

/*background: rgba(0,48,135,0.5);*/
top: 0px;
width: 100%;
padding: 60px 0px 20px 0px;
border-radius: 0px 0px 0px 0px;
z-index: 105;
margin: 0px auto;
}


















.megamodule{
display: none;
}




li.deeper.parent ul.nav-child{
border: 0px solid#000;
display: none;
padding-bottom: 5px;
}







.parent span.next, .language span.next{
width: 25px;
height: 25px;
border: 0px solid #000;
display: block;
position: relative;
float: right;
top: 5px;
right: 5px;
border-radius: 50%;
background: rgba(255,255,255,0.1)  url(../images/down.gif) ;
background-repeat:  no-repeat;
background-position: center center;
transition: all 800ms ease 0s;
cursor: pointer;
padding: 5px;
}
ul.lang-block{
padding-inline-start: 0px;
}












span.mega:hover, .parent span.next:hover, span.mega.active, .parent span.next.active{
width: 25px;
height: 25px;
border: 0px solid #000;
display: block;
position: relative;
float: right;
top: 5px;
right: 5px;
border-radius: 50%;
background: rgba(255,255,255,0.1)  url(../images/down.gif) ;
background-repeat:  no-repeat;
background-position: center center;
}

.megamenu{
z-index: 105;
}
.megamenu .nav >  li.deeper.parent:hover a, .megamenu .nav >  li.deeper.parent.active a{
color: #fff;

}

.megamenu .nav >  li.deeper.parent{
height: auto;
}


.megamenu .nav >  li.deeper.parent.open a{
color: #fff;

}
.megamenu .nav >  li.deeper.parent.open li:hover a, .megamenu .nav >  li.deeper.parent.open li.active a{
color: #fff;

}




.megamenu ul.nav li {
width: 250px;
height: 45px;
margin: 5px auto ;
border: 0px solid #fff;
display: block;
/*border-radius: 10px;*/

transition: all 800ms ease 0s;
}


.megamenu ul.nav li ul.small li {
width: 240px;
height: 45px;
margin: 5px auto ;
border: 0px solid #fff;
display: block;
/*border-radius: 10px;*/
}

.megamenu ul.nav li ul.small li a{
width: 240px;
}

.megamenu ul.nav li ul.small {
padding-inline-start: 0px;
}



.megamenu ul.nav > li ul.small li:hover, .megamenu ul.nav > li ul.small li.active {
width: 240px;
height: 45px;
margin: 5px auto ;
border: 0px solid #fff;
display: block;
/*border-radius: 10px;*/

}

.megamenu ul.nav > li.language ul.small li{
height: auto;

}




.megamenu ul.nav > li:hover, .megamenu ul.nav > li.active {
width: 250px;
height: 45px;
margin: 5px auto ;
border: 0px solid #fff;
display: block;
/*border-radius: 10px;*/

}



.megamenu ul.nav li a  {
width: 200px;
line-height: 35px;
font-size: 14px;
padding: 5px 0px;
display: block;
border: 0px solid#ff0000;
color: #fff;
margin: 0 auto;
}


.megamenu ul.nav li .separator {
width: 170px;
line-height: 35px;
font-size: 14px;
padding: 5px 0px;
display: block;
border: 0px solid#ff0000;
color: #fff;
margin:0px auto;
}






.megamenu ul.nav li:hover a, .submenu ul.nav li.active a{
width: 170px;
line-height: 35px;
font-size: 14px;
padding: 5px 0px;
display: block;
border: 0px solid#ff0000;
color: #fff;
}


}





