/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif!important;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        font-family: sans-serif!important;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  color: none;  
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }
/*correction le 27/03/2017*/
.list-of-maps a,.list-of-maps a:hover,.list-of-maps a:visited,.col.s12.m12.l4 a,.col.s12.m12.l4 a:hover,.col.s12.m12.l4 a:visited,.col.s12.m12.l8 a,.col.s12.m12.l8 a:hover,.col.s12.m12.l8 a:visited{
    color: blue!important;
}
.col.s12.m12.l8 .card .card .card-content{
    margin-top: 0px!important;
}


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  width: 100%;
  height: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }







.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }









.container .row {
/*  margin-left: -0.75rem;
  margin-right: -0.75rem;*/
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  /*padding: 0 0.75rem;*/
  min-height: 1px;
  padding-right: 10px!important; 
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
#flags-button{
    margin-left: 10px;
}
.ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-all{
    width: 178px;
    border-top: 0px;
    height: 25px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
@media only screen and (max-width: 601px) {
    
    
/*    #change-display{
        padding: 0px!important;
    }*/
	.row .col.m1 {
	    width: 8.3333333333%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	  }
	  .row .col.m2 {
	    width: 16.6666666667%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	  }
	  .row .col.m3 {
	    width: 25%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	  }
	  .row .col.m4 {
	    width: 33.3333333333%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	  }
	  .row .col.m5 {
	    width: 41.6666666667%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	  }
	  .row .col.m6 {
	    width: 50%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	  }
	  .row .col.m7 {
	    width: 58.3333333333%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	  }
	  .row .col.m8 {
	    width: 66.6666666667%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	  }
	  .row .col.m9 {
	    width: 75%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	  }
	  .row .col.m10 {
	    width: 83.3333333333%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	  }
	  .row .col.m11 {
	    width: 91.6666666667%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	  }
	  .row .col.m12 {
	    width: 100%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	  }
}
@media only screen and (min-width: 993px) {
    
/*#change-display{
        padding: 0px!important;
    }*/
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
    padding-left: 0px;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
    padding-right: 0px;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 .card{
      padding-top: 20px; 
  }
}

.green {
	color: #4caf50;
}

.left {
  float: left !important; }

.right {
  float: right !important; }

header nav {
  /*color: #fff;
  background-color: #ee6e73;*/
  width: 100%;
  height: 101px;
  display: inline-block;
}

header nav a {
  color: #333; }


header nav .nav-wrapper {
  position: relative;
  height: 100%; }

header nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 10px 0;
  white-space: nowrap; }

@media only screen and (max-width: 992px) {
  header nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }



header nav.primary .top-nav-list {
	display: flex;
	margin: 0;
	padding: 0;
}
header nav.primary .top-nav-list li a.btn {
    text-decoration: none;
    background-color: #36445e;
    color: #fff;
    padding: 5px 15px 7px;
    margin-left: 10px;
    display: flex;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 12px;
}

header nav select{
    text-decoration: none;
    background-color: #36445e;
    color: #fff;
    padding: 4px 15px 7px;
    margin-left: 10px;
    display: flex;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 12px;
    height: 25px;
    border: none;
}


ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
    height: 100%;
}
ul:not(.browser-default) li {
    list-style-type: none;
}
ul:not(.browser-default) li a {
    text-decoration: none;
}

section nav {
    color: #fff;
    background-color: #1968c7;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
section nav ul {
	display: table;
    width: calc(100% - 1px);
    margin-top: 0;
}
section nav ul li {
	display: table-cell;
	transition: background-color .3s;
    padding: 0;
}

section nav ul li a.btn {
    border-left: 1px solid rgb(79, 136, 206);
    border-right: 1px solid rgb(5, 74, 156);
	transition: background-color .3s;
    font-size: 12px;
    color: #fff;
    display: block;
    padding: 0 18px;
    cursor: pointer;
    text-transform: uppercase;
}
section nav ul li:first-child a.btn {
	border-left: none;
}
section nav ul li:last-child a.btn {
	border-right: none;
}
section nav ul li:first-child a.btn:hover,
section nav ul li:first-child a.btn.active {
	border-top-left-radius: 10px;
}
section nav ul li:last-child a.btn:hover,
section nav ul li:last-child a.btn.active {
    border-top-right-radius: 10px;
}
section nav ul li a.btn:hover,
section nav ul li a.btn.active {
	color: #ff8f00;
    background-color: #074b9c;
}

.list-of-maps {
	background-color: #8899E3; /*ancienne valeur : #6C84E5; */
    background: url('../images/transparent_bg.png'),linear-gradient(to right,rgb(170, 247, 203),rgb(136, 153, 227)); /*anciennes valeurs : rgb(134, 247, 183),rgb(109, 131, 227) */
    background-size: 300px 300px, auto;
}
.list-of-maps .newtitle {
	margin: 0;
    padding: 30px 30px 0;
    font-weight: 400;
	font-size: 1.2em;
        color: black!important;
        text-transform: none;
}
.list-of-maps ul,
.list-connects ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 16px 0;
    padding-bottom: 16px;
}
.list-of-maps ul li a {
	width: 48px;
	height: 48px;
}
.list-of-maps ul li a,
.list-connects ul li a {
    display: flex;
    font-size: 13px;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px 30px;
    transition: background-color .3s;
}
.list-of-maps ul li a img {
	margin-bottom: 5px;
}
.list-of-maps ul li a:hover,
.list-of-maps ul li a.active {
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.53);
	transition: background-color .3s;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.list-of-maps select{
    margin: 1em 1em 1em 30px;
}

.list-connects ul {

}


.card .card-content {
	margin-left: 20px;
	margin-bottom: 40px;
    position: relative;
    /*padding-right: 15px;*/
}
.card .card-content .newtitle {
	font-weight: 300;
    border-left: 5px solid #1968c7;
    padding-left: 10px;
    line-height: 40px;
    margin-left: -20px;
    text-transform: uppercase;
        color: black;
        
    
}
body, input, textarea, select{
    color: black!important;
}
.iStore,
.gPlay,
.lRespect {
	width: 215px;
}

.iStore,
.lRespect {
	padding: 6px !important;
	height: 62px;
}
.gPlay {
    height: 75px;
    padding: 0 !important;
}
.lArs {
    padding: 0 !important;
	height: 68px;
}

.has-checklist li:before {
	content: '\f058';
	font-family: FontAwesome;
	color: #4caf50;
	margin-right: 10px;
}

.video-container {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    border: 6px solid #fff;
    border-radius: 4px;
}
.video-container iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-inline {
	display: flex;
    justify-content: flex-start;
}
.list-inline li a {
	border-radius: 50%;
    border: 1px solid #ccc;
    width: 48px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    margin-right: 20px;
}

#twitter {
	color: #1da1f2;
}
#twitter:hover {
	background-color: #1da1f2;
	border-color: #1da1f2;
	color: #fff;
	transition: .3s ease-out;
}
#deviant {
	color: #05cc47;
}
#deviant:hover {
	background-color: #05cc47;
	border-color: #05cc47;
	color: #fff;
	transition: .3s ease-out;
}
#facebook {
	color: #3b5998;
}
#facebook:hover {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
	transition: .3s ease-out;
}
#google {
	color: #d34836;
}
#google:hover {
	background-color: #d34836;
	border-color: #d34836;
	color: #fff;
	transition: .3s ease-out;
}
/***Omar modifcation BEGIN***/
.ui-selectmenu-button span.ui-selectmenu-text {
    display: block!important;
    padding: 0px!important;
    background: #36445e!important;
    color: #ffffff!important;
        font-size: 11px!important;
        font-weight: 300!important;
            line-height: 1!important;
}
.ui-selectmenu-button span.ui-selectmenu-text:hover{
    
}
.ui-widget-content .ui-state-focus{
    background: #36445e!important;
    color: #fff!important;
    font-size: 12px!important;    
}
.ui-menu-item{
    font-size: 12px!important;    
}
#flags-menu li div,#flags2-menu li div{
        padding-left: 10px!important;
}
.btn-flat{
	margin-top: 10px;
	padding: 5px 15px 7px;
	vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
}
#selected-text,#selected-text-sonore{
    position: relative;
    top: -8px;
    margin-left: 5px;
}
/***Omar modifcation END***/
.btn-flat:hover {
	background-color: rgba(0,0,0,0.1);
}

.nav-close {
	background-color: #1968c7;
	text-align: center;
	padding: 16px;
	color: #fff;
	font-size: 12px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
        margin-left: 11px;
}

.nav-close a{
color:#fff;
}

footer .list-links {
	display: flex;
	justify-content: space-around;
	font-size: 12px;
	padding: 15px 0;
}



@media only screen and (min-width: 601px) {
}
@media only screen and (min-width: 993px) {
  .container {width: 80%;}
  header nav.primary .top-highlight-text {
	    position: absolute;
	    right: 0;
	    top: 56px;
	    text-transform: uppercase;
	    font-size: 16px;
	}
}


// Small screens
@media only screen {

}
/* Define mobile styles */

@media only screen and (max-width: 40em) {
	section nav {
		margin-top: 15px;
	}
	header nav.primary .top-highlight-text,
	footer .list-links {
	    display: none;
	}
	header nav .brand-logo {
		top: 40%;
		padding: 0;
	}
	section .nav-close {
		margin-bottom: 10px;
	}
	.list-of-maps {
		margin-top: 20px;
	}
	.list-of-maps ul{
		display:none;
	}

}
/* max-width 640px, mobile-only styles, use when QAing mobile issues */


// Medium screens
@media only screen and (min-width: 40.063em) {
	.container {width: 90%;}
	
	
}
/* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	header nav.primary .top-highlight-text{
	    display: inline-block;
	    margin-bottom: 20px;
	    width: 100%;
	    text-align: center;
	    text-transform: uppercase;
	    font-size: 13px;
		left: 35px;
	}
	.iStore, .gPlay, .lRespect {
	    width: 166px;
	}
	.iStore, .lRespect {
	    height: 53px;
	}
	section nav ul li a.btn {
		font-size: 12px;
		padding: 0 12px;
	}
	.list-of-maps select{
		display:none;
	}
}
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */


// Large screens
@media only screen and (min-width: 64.063em) {
	header nav.primary .top-highlight-text {
	    position: absolute;
	    right: 0;
	    top: 56px;
	    text-transform: uppercase;
	    font-size: 13px;
	}
	.list-of-maps select{
		display:none;
	}
}
/* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) { /*and (max-width: 90em) {	*/
	.list-of-maps select{
		display:none;
	}	
}
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */




nav#navigation .nav-trigger {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:38px;
    height:38px;
    background:#212121;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    z-index:11;
    cursor:pointer;
    
}


@media only screen and (max-width : 900px) {
	nav#navigation {
	    position: absolute;
	    top: 0;
	    background: transparent;
	    width: 30%;
	    margin-top: 0;
	}

nav#navigation .nav-trigger {
    display:block;
    margin-top: 2em;
}

nav#navigation .nav-trigger span {
    position:absolute;
    display:block;
    width:20px;
    height:2px;
    background:#FFF;
    top:18px;
    left:50%;
    margin-left:-10px;
    -webkit-transition:background .5s;
    -moz-transition:background .5s;
    transition:background .5s;
}

nav#navigation .nav-trigger span::before,.nav-trigger span::after {
    content:'';
    position:absolute;
    left:0;
    background:inherit;
    width:100%;
    height:100%;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
}

nav#navigation .nav-trigger span::before {
    top:-6px;
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    -ms-transform:rotate(0);
    -o-transform:rotate(0);
    transform:rotate(0);
}

nav#navigation .nav-trigger span::after {
    bottom:-6px;
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    -ms-transform:rotate(0);
    -o-transform:rotate(0);
    transform:rotate(0);
}

nav#navigation .nav-trigger.open span {
    background:rgba(255,255,255,0);
}

nav#navigation .nav-trigger.open span::before,.nav-trigger.open span::after {
    background:#FFF;
}

nav#navigation .nav-trigger.open span::before {
    top:0;
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    transform:rotate(135deg);
}

nav#navigation .nav-trigger.open span::after {
    bottom:0;
    -webkit-transform:rotate(225deg);
    -moz-transform:rotate(225deg);
    -ms-transform:rotate(225deg);
    -o-transform:rotate(225deg);
    transform:rotate(225deg);
}

nav#navigation ul {
    width:100%;
    position:absolute;
    left:0;
    top:38px;
    background:#212121;
    visibility:hidden;
    z-index:50;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -ms-transform-origin:100% 0;
    -o-transform-origin:100% 0;
    transform-origin:100% 0;
    -webkit-transition:-webkit-transform 0.5s,visibility 0 .5s;
    -moz-transition:-webkit-transform 0.5s,visibility 0 .5s;
    transition:-webkit-transform 0.5s,visibility 0 .5s;
}

nav#navigation ul.is-visible {
	width: 90%;
    visibility:visible;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    -webkit-transition:-webkit-transform 0.5s,visibility 0 0;
    -moz-transition:-moz-transform 0.5s,visibility 0 0;
    transition:transform 0.5s,visibility 0 0;
}

nav#navigation ul.is-visible li a {
    visibility:visible;
    border: none;
    padding: 20px 30px;
}

nav#navigation ul li {
    /*width:50%;
    margin:0;*/
    display: block;
    width: 100%;
    line-height: normal;
}

nav#navigation ul li a {
    
    padding:10px 0;
    color:#FFF;
    visibility:hidden;
    border-radius:0;
}

nav#navigation ul li a:hover {
    border:0;
}

nav#navigation ul li.last a {
    background:none;
    border:0;
    display:block;
    padding:15px 0;
    color:#FFF;
    font-size:.8em;
}

nav#navigation ul li.last a:hover {
    border:0;
}
}

@media only screen and (max-width : 500px) {
nav#navigation ul li {
    width:100%;
}
}