.clear{
	clear:both;
}

*{
	outline: 0;
}

img{
    border:none;
    max-width: 100%;
    height: auto;
}

iframe{
    max-width: 100%;
    width:100%;
}

.nowrap{
    white-space: nowrap;
}

.hidden{
    visibility: hidden;
}

a{
    color:inherit;
}

.alert{
	padding: 20px;
	margin-bottom: 20px;
}

.back-success, tr.back-success td{
	color:#fff;
	background-color: #339900;
}

.back-warning, tr.back-warning td{
	color:#fff;
	background-color: #FF681C;
}

.back-danger, tr.back-danger td{
	color:#fff;
	background-color: #cc3300;
}

.back-success a, .back-warning a, .back-danger a, tr.back-success td a, tr.back-warning td a, tr.back-danger td a{
    color:#fff;
}

tr.highlighted td{
    font-weight: bold;
}

.pretty{
    margin-top: 5px;
    margin-bottom: 5px;
}

.pretty .state label:before{
    border-color:#AA9166;
}

.pretty.p-default input:checked~.state label:after{
    background-color:#AA9166 !important;
}
.pretty .state label{
    font-size: .8em;
    text-transform: none;
}

html{
	padding:0px;
	margin:0px;
	min-height:100%;
	height: 100%;
    text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body{
	padding:0px;
	margin:0px;
	min-height:100%;
	width:100%;
    height: 100%;
    max-width: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #4A4A4A;
    font-weight:normal;
    background-color: #fff;
}

h1{
    font-family: 'Playfair Display', serif;
    font-size: 2.222em;
    font-weight: normal;
}

h1.hometitle{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size:1.222em;
    margin-top: 50px;
    margin-bottom: 35px;
    display: inline-block;
    width:100%;
}


h2{
    font-family: 'Playfair Display', serif;
    font-size: 1.444em;
    font-weight: normal;
}

h2.fat{
    
    font-weight: bold;
}

h3{
    font-size: 1em;
}

h4{
    font-size: 0.722em;
    font-weight: 600;
}

.maincontent a{
    text-decoration: none;
    color:#AA9166;
    font-weight: 500;
}

.maincontent ul, .maincontent ul li{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.maincontent ul li{
padding-left: 1.5em;
   margin-bottom: 1em;
}
.maincontent ul li:before{
    content:"•";
    display: inline-block;
    width: 1.5em;
    margin-left:-1.5em;
}

.inside{
    position: relative;
    width:calc(100% - 30px);
    max-width: 1170px;
    margin: auto;
}

a.buttonlink, button{
    font-size: 0.688em;
    text-transform: uppercase;
    color:#AA9166;
    font-weight: 600;
    border: 1px solid #AA9166;
    display: inline-block;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
}

a.buttonlink.primary, button.primary{
    background-color:#AA9166;
    color:#fff;
}

a.buttonlink.large, button.large{
    width:100%;
    box-sizing: border-box;
    text-align: center;
}

a.buttonlink:hover{
    background-color:#AA9166;
    color:#fff;
}

a.buttonlink.noborder{
    border:none;
}

a.buttonlink.inverted{
    color:#fff;
    border: 1px solid #fff;
}

a.buttonlink.inverted:hover{
    color:#AA9166;
    background-color:#fff;
}

a.portal_btn{
    border:1px solid #AA9166;
    background-color:#AA9166;
    color:#fff;
    padding-top:7px;
    padding-bottom: 7px;
    padding-left:34px;
    padding-right: 19px;
    position: relative;
}

a.portal_btn:before{
    content:"";
    display: block;
    position: absolute;
    left: 19px;
    top:50%;
    transform: translateY(-50%);
    width:10px;
    height:12px;
    background-image: url(../img/lock_white.svg);
    background-position: center center;
    background-size: contain;

}



a.portal_btn:hover{
    color:#AA9166;
    background-color:#fff;
}

a.portal_btn:hover:before{
    background-image: url(../img/lock_gold.svg);
}

a.portal_user{
    border:1px solid #AA9166;
    border-right:none;
    color:#AA9166;
    background-color:#fff;
    padding-top:7px;
    padding-bottom: 7px;
    padding-left:19px;
    padding-right: 19px;
}

a.portal_user:hover{
    background-color:#AA9166;
    color:#fff !important;  
}



.mm-navbar a.portal_user{
    font-size: 0.722em;
    padding-top:0px;
    padding-bottom: 0px;
    flex: auto !important;
    height:44px;
    line-height: 44px;
}

.mm-navbar a.portal_btn{
    font-size: 0.722em;
    flex: auto !important;
    height:44px;
    line-height: 44px;
    padding-top:0px;
    padding-bottom: 0px;
    color:#fff !important;
}

hr{
    background-color: #E6E6E6;
    width:100%;
    height:1px;
    margin: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border:none;
}

hr.small{
    background-color: #AA9166;
    width:100%;
    max-width: 40px;
    height:1px;
    margin: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border:none;
}

.protectedbox{
    border: 1px solid #AA9166;
    display: block;
}
.protectedbox h3{
    color:#fff;
    background-color: #AA9166;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.611em;
    display: block;
    margin: 0px;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.protectedbox .content{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 0.778em;
}

a.download{
    display: inline-block;
    padding-left:35px;
    background-image: url(../img/move-layer-down.svg);
    background-position: left center;
    background-repeat: no-repeat;
}


table{
    width:100%;
    font-size: 0.778em;
}

tr th, tr td{
    padding:10px;
    padding-left:0px;
    text-align: left;
}

tr td[align=right]{
    text-align: right;
}

tr th{
    border-bottom:1px solid #2F2F2F;
    text-transform: uppercase;
    font-weight: 600;
    font-size:0.929em;
}

tr td{
    border-bottom:1px solid #E6E6E6;

}

table.horizontal tr th{
    border-bottom:1px solid #E6E6E6;
}

#header .headertop, #header .headerbottom{
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom:1px solid #E6E6E6;
}

#header .logo{
    display: inline-block;
    width:424px;
    height:55px;
    background-image: url(../img/logo.svg);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

#header .secondary_menu{
    position: absolute;
    right:0px;
    top:22px;
    font-size: 0.667em;
}

#header .secondary_menu ul, #header .secondary_menu li{
    margin:0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    
}

#header .secondary_menu li{
    margin-left: 30px;
}

#header .secondary_menu li a{
    display: inline-block;
    text-decoration: none;
    transition: color .2s ease-out;
}

#header .secondary_menu li a:hover, #header .secondary_menu li a.active{
    color:#AA9166;
}

#header .secondary_menu li a.active{
    font-weight:500;
}

#header .main_menu{
    font-size: 1.222em;
    font-family: 'Playfair Display', serif;
}

#header .main_menu ul{
    display: flex;
    width:100%;
    justify-content: space-between;
}

#header .main_menu li{
    position: relative;
}

#header .main_menu > ul > li  ul{
    display: block;
}
#header .main_menu > ul > li  ul > li{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.636em;
    margin-top: 20px;
    margin-bottom: 20px;
}

#header .main_menu ul, #header .main_menu li{
    margin:0px;
    padding: 0px;
    list-style: none;
}

#header .main_menu li a{
    display: inline-block;
    text-decoration: none;
    transition: color .2s ease-out;
}

#header .main_menu li a:hover, #header .main_menu li a.active{
    color:#AA9166;
}

#header .main_menu li a.active{
    font-weight: 500;
}

.submenu{
    float:left;
    width:250px;
    margin-right: 50px;
    margin-top: 50px;
    font-size: 0.778em;
    border-top : 1px solid #E6E6E6;
}

.maincontent{
    
    width:100%;
    padding-top: 25px;
    width:calc(100% - 300px);
    margin: auto;
}

.maincontent p, .maincontent li{
    line-height:1.556em;
}

.maincontent.withsubmenu{
    float:left;
}

.submenu ul, .submenu li{
    margin:0px;
    padding: 0px;
    list-style: none;
}

.submenu > ul > li{
    border-bottom: 1px solid #E6E6E6;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
}

.submenu li a{
    display: block;
    text-decoration: none;
    transition: color .2s ease-out;
}

.submenu li a:hover, .submenu li a.active{
    color:#AA9166;
    
}
.submenu li a.active{
    font-weight:500;
}

.submenu > ul > li > ul{
    margin-left: 25px;
    margin-top: 13px;
    margin-bottom:-13px;
}

.submenu > ul > li > ul >li{
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
}

.submenu.countries{
    border-top:none;
}

.submenu.countries h3{
    border-top : 1px solid #E6E6E6;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.786em;
    padding-top: 30px;
    padding-bottom: 10px;
}

.submenu.countries a{
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
}

.submenu.countries a:hover {
    color: #AA9166;
}

.submenu.countries a.active {
    color: #AA9166;
    padding-left: 23px;
}

.submenu.countries a.active:before{
    content:"";
    display: block;
    width:18px;
    height:1px;
    background-color: #AA9166;
    position: absolute;
    left:0px;
    top:50%;
    transform: translateY(-50%);
}

#footer{
    background-color: #AA9166;
    color:#fff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}



#footer  .footer_nav {
    font-size: 1.222em;
    font-family: 'Playfair Display', serif;
    border-top:1px solid #fff; 
    padding-bottom: 10px;
    padding-top: 30px;
}

#footer  .footer_nav ul{
    display: flex;
    width:100%;
    justify-content: space-between;
}

#footer  .footer_nav > .footernav > li{
    flex-grow: 1;
    flex-basis: 0;
    box-sizing: border-box;
    padding-right: 20px;
}
#footer  .footer_nav  li{
    position: relative;
}

#footer  .footer_nav  > ul > li  ul{
    display: block;
}
#footer  .footer_nav  > ul > li  ul > li{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.636em;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer  .footer_nav  ul, #footer  .footer_nav  li{
    margin:0px;
    padding: 0px;
    list-style: none;
}

#footer  .footer_nav li a{
    display: inline-block;
    text-decoration: none;
    transition: color .2s ease-out;
}


#footer  .footer_annexenav{
    border-top:1px solid #fff; 
    padding-bottom: 10px;
    padding-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.778em;
}

#footer  .footer_annexenav ul{
    display: flex;
    width:100%;
    justify-content: flex-end;
}



#footer  .footer_annexenav  > ul > li  ul{
    display: block;
}
#footer  .footer_annexenav  > ul > li  ul > li{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.636em;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer  .footer_annexenav  ul, #footer  .footer_annexenav  li{
    margin:0px;
    padding: 0px;
    list-style: none;
}

#footer  .footer_annexenav  li{
    position: relative;
    margin-left: 30px;
}

#footer  .footer_annexenav li a{
    display: inline-block;
    text-decoration: none;
    transition: color .2s ease-out;
}

#footer  .footer_newsletterbox{
    border-top:1px solid #fff; 
    padding-bottom: 10px;
    padding-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.778em;
}

#newsletterfooterform{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#newsletterfooterform label{
    color:#fff;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

#newsletterfooterform input{
    border-color:#fff;
    background-color: transparent;
    color:#fff;
    font-size: 14px;
    padding-left:20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
}

#newsletterfooterform input::-webkit-input-placeholder { /* Edge */
    color: #fff;
    opacity: .7;
}

#newsletterfooterform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    opacity: .7;
}

#newsletterfooterform input ::placeholder {
    color: #fff;
    opacity: .7;
}

#newsletterfooterform button{
    background-color:#fff;
    color:#AA9166;
}

.inside.login{
    margin-top: 50px;
    border: 1px solid #AA9166;
    padding:40px;
    box-sizing: border-box;
    width:100%;
    max-width: 450px;
}

a.pluslink{
    display: block;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left:36px;
    position: relative;
    cursor: pointer;
    color:inherit;
}

a.pluslink:before{
    content: "";
    display: block;
    position:absolute;
    left:0px;
    top:3px;
    width:16px;
    height:16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/icon-plus.svg);
    background-size: contain;
}

dt{
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left:36px;
    position: relative;
    cursor: pointer;
}

dt:before{
    content: "";
    display: block;
    position:absolute;
    left:0px;
    top:3px;
    width:16px;
    height:16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/icon-plus.svg);
    background-size: contain;
}

dt.opened:before{
    background-image: url(../img/icon-moins.svg);
}

dd{
    padding-left:36px;
    margin: 0px;
    display: none;
}

dd.opened{
    display: block;
}

.smallnote{
    font-size: 0.611em;
}

.memberitem{
    text-align: center;
    display: block;
    text-decoration: none;
}

.memberitem .flag{
    display: inline-block;
    width:100%;
    max-width: 140px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    background-size: 60% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.memberitem .flag:after{
    display: block;
    content:"";
    padding-top: 100%;
}
.countryletter h1{
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.countryitem{
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 20px;
    padding-bottom: 20px;
}
.countryitem .countryname{
    padding-right: 50px;
}

.countrydetails .flag{
    /*position: absolute;
    top:0px;
    right:0px;*/
    float:right;
    display: inline-block;
    width:100%;
    max-width: 142px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    background-size: auto 60%;
    background-position: center center;
    background-repeat: no-repeat;
}
.countrydetails .flag:after{
    display: block;
    content:"";
    padding-top: 100%;
    
}

.countrydetails .stamp{
    width:100%;
    max-width: 205px;
    float: right;
    margin-top: 6px;
    margin-right:-36px;
   /* position: absolute;
    top:6px;
    right:82px;*/
}

.countrydetails .dateupdate{
    display: inline-block;
    border:1px solid #AA9166;
    background-color:#AA9166;
    color:#fff;
    padding-top:7px;
    padding-bottom: 7px;
    padding-left:19px;
    padding-right: 19px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.611em;
}

.countrydetails .markscontainer{
    border:1px solid #AA9166;  
}

.countrydetails .markscontainer a{
    display: inline-block;  
}

.countrydetails .smallnote{
    font-size:0.778em;
    margin-top: 30px;
}

.newslisting{
    border-top: 1px solid #E6E6E6;
    margin-bottom:30px;
}

.news_events .buttonlink{
    margin-bottom: 60px;
}

.newsitem{
    border-bottom: 1px solid #E6E6E6;
    padding-top: 30px;
    padding-bottom: 30px;
}
.newsitem a, a.smalllink{
    text-transform: uppercase;
    font-size: 0.611em;
}

.newsitem .image{
    float:left;
    width:155px;
    margin-right: 20px;

}

.newsitem .content{
    float:left;
    width: calc(100% - 175px);

}

.newsitem h4{
    margin:0px;
    text-transform: uppercase;
}

.newsitem h2{
    margin-top: 8px;
    margin-bottom: 10px;
}

.newsitem .resume{
    font-size:0.778em
}

.newsdetails .image{
    float:left;
    max-width: 370px;
    margin-right: 30px;
    margin-bottom: 60px;
}


.tooltipmenucontainer {
    position:absolute;
    bottom:0px;
    left:50%;
    transform: translate(-50%, 100%);
    padding-top: 20px;
    z-index: 200;
    display: none;
}

#header .main_menu li:hover .tooltipmenucontainer{
    /*display: block;*/
}

.tooltipmenu {
    width: 40rem;
    text-align: center;
    position: relative;
    max-width: 210px;
   
  }
  
  /* here's where the magic happens */
  
  .tooltipmenu--container {
    position: relative;
    z-index:0;

  }
  
  .tooltipmenu--text:before,
  .tooltipmenu--text:after{
    display: block;
    content: "";
    position: absolute;
    z-index: -100;
    width: 50%;
    top: 0;
    bottom: 0;
    box-shadow: 0 1px 18px 0 rgba(0,0,0,0.12);
    transition: transform 200ms ease-out;
  }
  
  .tooltipmenu--text:before {
    left: 0;
    border-top-right-radius: 1rem;
  }
  
  .tooltipmenu--text:after{
    right: 0;
    border-top-left-radius: 1rem;
  }
  
  .tooltipmenu--text {
    background: #fff;
    padding: 0.75rem 1rem;
    
  }
  
  .tooltipmenu--tip {
    position: absolute;
    z-index: -100;
    display: block;
    width: 1rem;
    height: 1rem;
    background: #fff;
    left: 50%;
    top: -0.5rem;
    transform: 
      translateX(-50%)
      rotate(45deg);
      box-shadow: 3px 1px 18px 0 rgba(0,0,0,0.12);
    transition: transform 200ms ease-out;
  }

  .owl-carousel.homecarousel{
      margin-top: 35px;
      margin-bottom: 35px;
      display: inline-block;
  }

.owl-carousel.homecarousel .owl-nav button.owl-prev, .owl-carousel.homecarousel .owl-nav button.owl-next{
      position: absolute;
      top:50%;
      transform: translateY(-50%);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width:14px;
      height:28px;
      overflow: hidden;
      text-indent: -3000px;
  }


.owl-carousel.homecarousel .owl-nav button.owl-prev{
      left:-40px;
      background-image: url(../img/left_arrow_brown.svg);
  }

.owl-carousel.homecarousel .owl-nav button.owl-next{
    right:-40px;
    background-image: url(../img/right_arrow_brown.svg);
}

.owl-carousel.homecarouseltop{
    display: inline-block;
}

.owl-carousel.homecarouseltop .owl-nav button.owl-prev, .owl-carousel.homecarouseltop .owl-nav button.owl-next{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width:14px;
    height:28px;
    overflow: hidden;
    text-indent: -3000px;
}


.owl-carousel.homecarouseltop .owl-nav button.owl-prev{
    left:-20px;
    background-image: url(../img/left_arrow_brown.svg);
}

.owl-carousel.homecarouseltop .owl-nav button.owl-next{
  right:-20px;
  background-image: url(../img/right_arrow_brown.svg);
}

  .homeboxitem{
      font-size: 0.778em;
  }

  .homeboxitem h1{
      font-weight: 600;
      font-size: 0.786em;
      text-transform:uppercase;
      font-family: 'Montserrat', sans-serif;
      margin: 0px;
  }

  .homeboxitem h2{
    font-weight: normal;
    font-size: 2.857em;
    color:#AA9166;
    margin-top: 10px;
    margin-bottom: 20px;
}

.graycontainer{
    background-color: #F3F3F3;;
}

.browncontainer{
    background-color: #AA9166;
    color:#fff;
}

.browncontainer .homeboxitem h2{
    color:#fff;
}

.browncontainer  .owl-carousel.homecarousel .owl-nav button.owl-prev{
    background-image: url(../img/left_arrow_white.svg);
}

.browncontainer  .owl-carousel.homecarousel .owl-nav button.owl-next{
  background-image: url(../img/right_arrow_white.svg);
}

.browncontainer .buttonlink{
    border-color: #ffffff;
    color:#fff;

}

.browncontainer a.buttonlink:hover {
    color: #AA9166;
    background-color: #fff;
}

.browncontainer hr{
    background-color: #fff;
}

.homeboxcalltoaction{
    border: 1px solid #AA9166;
    box-sizing: border-box;
    padding: 50px;
    text-align: center;
    font-size: 0.778em;
}


.homeboxcalltoaction h1{
    font-size: 2em;
    margin: 0px;
}



.homenewsitem{
    text-align: center;
    background-color: #AA9166;
    color:#fff;
    min-height: 315px;
    padding: 10px;
    padding-top: 50px;
    font-size: 0.778em;
}

.homenewsitem h1{
    font-weight: 600;
      font-size: 0.786em;
      text-transform:uppercase;
      font-family: 'Montserrat', sans-serif;
      margin: 0px;
}

.homenewsitem h2{
    font-size: 2em;
    margin: 0px;
}

.dashboardbox{
    border: 1px solid #AA9166;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 0.778em;
    position: relative;
    
}

.dashboardbox p{
    line-height: 1.556em;
}


.dashboardbox h1{
    font-size: 2em;
    margin: 0px;
}

.dashboardbox.dark{
    background-color: #AA9166;
    color:#fff;
}

.dashboardbox.topbutton a.buttonlink{
   /* position: absolute;
    top:20px;
    right:20px;*/
}

.userinfos{
    display: none;
    margin-top: 10px;
}

.submenutoggle{
    display: block;
    text-decoration: none;
    font-weight: 600;
    display: none;
    box-sizing: border-box;
    padding-right:36px;
    position: relative;
}

.submenutoggle:after{
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/icon-plus.svg);
    background-size: contain;
}

.submenutoggle.opened{
    border-bottom:1px solid #E6E6E6;
    padding-bottom: 20px;
}

.submenutoggle.opened:after{
    background-image: url(../img/icon-moins.svg);
}

.headermobile{
	height:78px;
	background-color: #fff;
	box-sizing: border-box;
	width:100%;
	padding-left:15px;
	padding-right: 0px;
	position: fixed;
	top:0px;
	left:0px;
	justify-content: space-between;
	align-items: center;
    display: none;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
}

#headermobilespacer {
    height: 78px;
    display: none;
}



#logo_mobile{
	display: block;
    width: calc(100% - 81px);
    max-width: 400px;
	height:78px;
	background-image: url(../img/logo.svg);
	background-position: left center;
    background-repeat: no-repeat;
	background-size: contain;
}

#mmenu:not( .mm-menu) {
    display: none;
}

.dataTables_wrapper label{
    display: inline-block;
    font-weight: normal;
    text-transform: none;
    font-size: 0.778em;
}

.dataTables_wrapper select{
    background: #FFFFFF;
    border: 1px solid #E3E5E7;
    border-radius: 5px;
    padding: 1em;
    padding-top: .7em;
    padding-bottom: .7em;
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.dataTables_wrapper input{
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding: 1em;
    padding-top: .3em;
    padding-bottom: .3em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    font-size: 14px;
}

.dataTables_info, dataTables_paginate{
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background:none;
    background-color: transparent;
    color: #AA9166 !important;
    border: 1px solid#AA9166;
    border-radius: 0px;
}

table.dataTable.no-footer{
    border: none;
    margin-bottom: 30px;
    margin-top: 30px;
}

table.dataTable thead th, table.dataTable tbody td{
    padding:10px !important;
    padding-left:30px !important;
    padding-right: 0px;
}

table.dataTable thead th:first-child, table.dataTable tbody tr td:first-child{
    padding-left: 0px !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
    background-size: 6px auto;
}

table.dataTable thead th.sorting_asc, table.dataTable thead th.sorting_desc{
    color: #AA9166 !important;
}

table.dataTable.smallheader thead th{
    font-size: 9px;
}

.round{
    border-radius:50%;
}

.countries_authorities_item:not(.mainauthority){
    clear:both;
}

.authoritymark{
    width:100px;
    float:left;
    margin-right:30px;
    margin-bottom: 30px;
}

.authoritymark .image{
    border: 1px solid #E6E6E6;
}

.alertcontainer{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.alertcontainer .alert{
    width:calc(100% - 40px);
    max-width: 500px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.alertcontainer .alert .buttonlink{
    color: #fff;
    border-color: #fff;
    margin-bottom: 0px;
}

.alertcontainer .alert .buttonlink:hover{
    background-color: #fff;
    color:#FF565C;
}

.closealert{
    cursor: pointer;
}

@media (max-width:1300px){
    .inside.witharrow{
        width:calc(100% - 100px);
    }
}


@media (max-width:1023px){
    #header .logo{
        width:324px;
    }
    .secondary_menu li:not(.portalitemnav){
        display: none !important;
    }

    #footer .col-6{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }

    #footer .footer_annexenav ul{
        justify-content:flex-start;
    }

    #footer .footer_annexenav li{
        margin-left: 0px;
        margin-right: 30px;
    }
}

@media (max-width:950px){
    .portal_dashboard .col-4{
        width: calc(((100% - (12 * 30px))/12)*6 + (5 * 30px));
    }

    .homenewsitem.col-3{
        width: calc(((100% - (12 * 30px))/12)*6 + (5 * 30px));
    }
}



@media (max-width:767px){

    .homeboxitem .col-6{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
        float:none;
    }
    #header{
        display: none;
    }
    #headermobilespacer {
        display: block;
    }
    .headermobile{
        display: flex;
    }
    .submenutoggle{
        display: block;
    }

    .submenu.countries{
        display: none;
    }
    .submenu{
            float: none;
            width:100%;
            border:1px solid #E6E6E6;
            padding: 20px;
            box-sizing: border-box;
    }
    .submenu ul{
        display: none;
    }
    .maincontent{
        width:100%;
        float: none;
    }
}

@media (max-width:650px){

    table{
        width:100% !important;
    }
    
    .col-3.memberitem{
            width: calc(((100% - (12 * 30px))/12)*4 + (3 * 30px));
    }
    .portal_dashboard .col-4{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }

    #footer .footer_nav ul{
        flex-direction: column;
    }
    #footer .footer_nav > .footernav > li{
        margin-bottom: 30px;
    }

    #footer .footer_annexenav ul{
        flex-direction: column;
    }

    #footer .footer_annexenav ul li{
        margin-bottom: 10px;
    }

    .homeboxitem .col-6{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
        float:none;
    }
}




@media (max-width:500px){
    .countrydetails .flag{
        float: left;
    }

    .countrydetails .stamp{
        max-width: 142px;
        margin-right: auto;
    }

    .authoritymark{
        float: none;
        clear: both;
    }
    .authoritycontent{
        width:100%;
        clear: both;
    }

    .col-3.memberitem{
            width: calc(((100% - (12 * 30px))/12)*6 + (5 * 30px));
    }

    .homenewsitem.col-3{
            width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }

    .homeboxcalltoaction.col-6{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }
}

@media print {
    #header, .submenu, #footer, #headermobilespacer{
        display: none;
    }
}