/* CSS Base page */

.row {
    max-width:80em;
}

h1 {
   font-family: "League Gothic" ;
   line-height: 0.8em;
}

#nav-menu a {
   line-height: 0.8em;
}

body {
    font-family: "League Gothic,Verdana,Tahoma";
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.page-title a{
    color: black !important;
}

a {
    color: black;
}


a:hover, :visited {
    color: black;
}

figcaption {
    font-family: "Arial";
}

/* Index */

#index_content img {
    width: 100%;
}

/* Fonts */

@font-face {
    font-family: "Georgia";
    src: url("../fonts/Georgia.ttf") format("truetype");
}

@font-face {
    font-family: "Georgia Italic";
    src: url("../fonts/Georgia-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "League Gothic";
    src: url("../fonts/LeagueGothic-Regular.otf") format("truetype");
}

@font-face {
    font-family: "Century Gothic Bold";
    src: url("../fonts/CenturyGothicBold.ttf") format("truetype");
}

body {
    font-family: "Georgia", Verdana, Tahoma;
}

.button {
    font-family: "Georgia Italic", Verdana, Tahoma;
}

.button:focus {
    outline: 0;
}

/* Detailed View (moment,space,)*/

.detailed_view img {
   /* width: 30%; */
    max-height: 70rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.detailed_view iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.detailed_view .icons  {
    text-align:center;
    color: #AAAAAA;
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.detailed_view .tags {
    text-align:center;
    color: #AAAAAA;
    font-style: italic;
    font-size: 1.3rem;
}

.detailed_view .icons > a {
    color: #AAAAAA;
    margin-left: 1rem;
}

.detailed_view .icons > i {
    margin-left: 1rem;
}
/* Table row with next/prev nav buttons for species and spaces */

.tablec-item-nav {
    display:table;
    width:60%;
    margin-left: auto;
    margin-right: auto;
}
.rowc-item-nav {
    display:table-row;
}

.item-nav-button{
    display:table-cell;
    width:4%;
}

.item-middle{
    display:table-cell;
    width:82%;
}
.item-right {
    float: right;
}

.item-nav-button i {
    font-size: 2rem;
    color: #222222;
}

.detailed_view h1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #222222;
    font-family: "League Gothic";
    font-size: 4rem;
}

.detailed_view h2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #222222;
    font-family: "Georgia Italic";
}

.detailed_view figcaption{
    text-align: center;
    color: #666666;
    font-size: 1rem;
    font-family: "Georgia Italic";
}

.detailed_view p {
    width: 60%;
    text-align: justify;
    margin-top: 1.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
}

.detailed_view .comments {
    width: 60%;
    margin: auto;
}

/* Social Network Icons */

#sn_icons {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;

}

#sn_icons a i {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

#sn_icons i{
 color:#444;
}

/* Profile icon */

/*
.page-title>img {
    max-height: 2.6rem;
    width: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
*/

/* TEMP, forces profile image to be squared */
.page-title>img {
    height: 2.6rem;
    width: 2.6rem;
    overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

/* Diary, moments list */

#grid-moment {
    padding: 1rem;
    width: 24.5%;
    margin-bottom: 0.2rem;
    text-align:center;
}

#grid-moment img {
    margin-bottom: 0.1rem;
}

#grid-moment  h2 {
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-family: 'Georgia';
    font-weight: bold;

}

#grid-moment h3 {
    margin-top: -0.45rem;
    font-size: 0.7rem;
    font-style: italic;
    color: #777;
    font-family: 'Georgia';
}

.post .post-content {
    width: 100%;
    display:inline-block;
}

.post .notification-creator {
    color: #AAAAAA;
    font-style: Italic;
}

.post .notification-creator a {
    color: #AAAAAA;
    font-style: Italic;
}

.post .buttons {
    float: left;
    margin-top: 1rem;
}

.post .creator {
    float: left;
    margin-top: 1rem;
    color: #AAAAAA;
    font-style: Italic;
    font-size: 0.8rem;
}

.post .garden a {
    color: #AAAAAA;
    font-style: Italic;
    font-size: 0.8rem;
}

.notification_link {
    color: #ff8080;
}


.post .creator a {
    color: #AAAAAA;
    font-style: Italic;
}

.post {
    margin-bottom: 5rem;
}

.post img {
    width: 100%;
}

.post-content .post-expand {
    float: left;
    margin-top: 0.3rem;
    color: #AAAAAA;
    font-size: 0.8rem;
}


.post h2 {
    font-family: "Georgia";
    font-weight: bold;
    font-size: 1.6rem !important;
}

.post .content {
    font-family: "Georgia";
    text-align: justify;
    font-size: 1.3rem;
}

.post .icons  {
    float: right;
    color: #AAAAAA;
    font-size: 1.4rem;
    margin-top: 0.7rem;
}

.post .icons a {
    color: #AAAAAA;
}

.post .comments_notification {
    margin-top: 5rem;
}

.post .comments {
    margin-top: 1rem;
}


.comments form input[type="button"]{

    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1.2rem;
    font-family: "Georgia";
}

.comment {
    color: #AAAAAA;
    font-size: 1.2rem;
    font-style: Italic;
}

.moments .right {
    font-family: "Georgia";
    font-size: 1rem;
    text-align:right;
    font-style: Italic;
}

.moments .left {
    font-family: "Georgia";
    font-size: 1rem;
    text-align:left;
    font-style: Italic;
    float: None;
}

.moments .options {
    font-family: "League Gothic";
    font-size: 1.8rem;
    font-style: normal;
}

.selected a {
    color: #000 !important;
}


.options .option a {
    color:#AAA ;
}

.options .option a:hover, :visited {
    color:#AAA !important;
}

.moments .options > div {
    margin-bottom: 0.3rem;
}

.gray {
    color: #AAAAAA;
}

.number {
    font-family: "League Gothic";
    font-style: Normal;
    font-size: 2rem;
    line-height: 1;
}

.number a:visited{
    color:black !important;
}

.username {
    font-family: "League Gothic";
    font-style: Normal;
    font-size: 1.8rem;
    line-height: 1;
}

.moments .number {
    margin-bottom: 1rem;
}

/* about */

.creditos{
    text-align: center;
}

.creditos h1{
    font-family: "League Gothic";
    font-size: 4rem;
    margin-bottom: 4rem;
}

.creditos-item h3{
    margin-top: 3rem;
    color: #666666;
    font-size: 1.3rem;
    font-family: "Georgia Italic";
    line-height: 0.7rem;
}

.creditos-item h2{
    font-size: 2.3rem;
    font-family: "League Gothic";
    line-height: 2.6rem;
}

.descarga-app h2{
    font-size: 2.3rem;
    font-family: "League Gothic";

}

.logo-alcazar{
    margin-bottom: 6rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.logos {
    margin-top: 2rem;
    margin-bottom: 4rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 21%;
}

.logos img {
    margin-bottom: 4rem;

}

.credits_foot h3 {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-family: "Georgia";
    color: #AAA;
}

.credits_foot h4 {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    font-family: "Georgia";
    color: #AAA;
}

.descarga-app img {
    max-width: 100%;
}

.descarga-app{
    margin-top: 6rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.descarga-app h2{
    color: #666;
}

.descarga-app img {
    width: 50%;
}

/* Circular images */

.circular {
    /*border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Headers */

/*div.table-container {
    margin-top:3rem;
    display:table;
    width:80%;
    margin-left: auto;
    margin-right: auto;

}

div.row-container {
    display:table-row;
}*/

/*#title{
    display:table-cell;
    width:60%;
}*/

.page-title-small-margin {
    margin-top: -2.5rem;
}

.page-title {
    font-family: "League Gothic", Verdana, Tahoma;
    text-align: center;
    font-size: 3.5rem;
    margin-top: 3rem !important;
}

.submsg-page-title {
    font-family: "Georgia Italic";
    text-align: center;
    font-size: 1rem;
}


@media only screen and (max-width: 800px) {
    .page-title {
        font-size:2.5rem;
    }
}


@media only screen and (max-width: 1050px) {
    .page-title {
        font-size:2.5rem;
    }

}

@media only screen and (max-width: 1200px) {
    .page-title {
        font-size:2.5rem;
    }
}

.page-title>span {
    vertical-align: middle;

}

.menu_icons {
    float: right;
    color: #777;
}

.menu_icons .sep {
    font-size: 2rem;
    color: #CCC;
}

#icons{
/*
    display: table-cell;
    width: 20%; */
    display: table-cell;
    width: 1%;

}

#icons-resp{
/*
    display: table-cell;
    width: 20%; */
    display: table-cell;
    width: 1%;

}

.icons a {
    margin-left: 1rem;
}

.dropdown-menu-icons {
    right: 0 !important;
    min-width: 8rem !important;
    /*
    margin-left: -22%;
    */
}

li a::after {
    display: none !important;
}

/* Icons size for responsive behaviour */

.menu>li:not(.menu-text)>a {
    display: none;
}

.menu>li:not(.menu-text)>span {
    display: none;
}

/* Changing menu style */
/*
TODO later
.menu_header li:not(.is-dropdown-submenu-item)>a {
    padding: 0rem 1rem !important;
}

*/

/*.left-buttons {
    display: table-cell !important;
    width: 20% !important;
}*/

.navigation-buttons {
    font-family: "League Gothic", Verdana, Tahoma;
    text-align: center;
    font-size: 1rem;
}

.navigation-buttons a {
    text-decoration: none;
    margin-right: 1%;
    margin-left: 1%;
}

.sub-navigation-buttons a {
    text-decoration: none;
    margin-right: 1%;
    margin-left: 1%;
}

#top-page {
    margin-bottom: 3%;
}

/* Menus */

.menu_header {
    display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.menu_header .plus {
    font-size: 3rem;
    /* color: #ff8080; */
}

.menu_header .plus + ul {
    background-color: #ff8080 !important;
    color: #FFFFFF !important;
    border: none  !important;
    min-width: 100px !important;
}

.menu_header .plus + ul li a {
    color: #FFFFFF !important;
}

.menu_header .plus + ul li {
    border-bottom: 1px solid;
}

/* PROFILE */
.profile {
    font-size: 3rem;
    font-family: "League Gothic";
    color: #FFF;
}

.profile a + ul {
    background-color: #000 !important;
    color: #FFF !important;
    border: none  !important;
}

.profile a + ul li a {
    color: #FFF !important;
    font-family: "League Gothic";
    font-size: 1.3rem;
}

.profile a + ul li {
    border-bottom: 1px solid;
}

.menu_header_selected {
    color: black !important;
}

.menu_header a {
    color: #AAAAAA;
    font-size: 1.4em;
    overflow: hidden;
    text-align: center;

}

.menu_header .option {
    color: #AAAAAA;
    font-size: 1.4em;
    overflow: hidden;
    text-align: center;

}

@media only screen and (min-width: 1200px) {
    .menu_header a  {
        font-size:1.8rem;
    }
}

@media only screen and (min-width: 1050px) {
    .menu_header a  {
        font-size:1.4rem;
    }

}

@media only screen and (max-width: 800px) {
    .menu_header a  {
        font-size:1.2rem;
    }
}


@media only screen and (max-width: 500px) {
    .menu_header a  {
        font-size:1rem;
    }
}




.menu_header div {
    font-size: 1rem;
    font-weight:bold;
    color: #AAAAAA;
    padding-top: 0.5rem;
}

.menu_header a:visited {
    color: grey;
    font-size: 1.4em;

}

.menu_header a:hover {
    color: grey;
}



.menu_header_selected:visited {
    color: black;
}

.menu_header_selected:hover {
    color: black;
}

.submenu_header {
    display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.submenu_header a {
    color: #AAAAAA;
    font-size: 1.4rem;
    overflow: hidden;
    text-align: center;
}


.submenu_header:visited {
    color: #AAAAAA;
    font-size: 1rem;
}

.submenu_header:hover {
    color: grey;
}

.submenu_header_selected {
    color: black !important;
    font-size: 1.4rem;
}

.submenu_header div {
    font-size: 1rem;
    color: #AAAAAA;
    padding-bottom: -0.1rem;
}


.submenu_header_selected:visited {
    color: black;
}

.submenu_header_selected:hover {
    color: black;
}

.header_icon {
    font-size: 1.2rem;
    margin-right:20px;
    color: #AAA;
}

.selected {
    color: #000;
}

.nomad_icon {
    background: url('../img/flower_icon.jpg') no-repeat top left;
    width: 32px;
    height: 32px;
    display: inline-block;
}

/* Gardens */

.garden {
    font-size: 1.2em;
}

.garden img {
    width:100%;
    margin-bottom:20px;
}

.garden .summary {
    color: grey;
}

/* Garden stats */

.garden_stats h3{
    font-family: "Georgia Italic";
    text-align: center;
}

.garden_stats h1{
    margin-bottom: 1.5rem;
}

/* Maps */
.page_title_map {
    font-size: 3rem;
}

.gardener_name_title {
    font-family: "Georgia Italic";
    font-size: 3rem;
    font-weight: bold;
    /*text-transform: lowercase;*/
}


#map-container {
    height: 75%;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0px;
}

@media only screen and (max-height : 2500px){
    #map-container {

    }
}

@media only screen and (max-height : 2000px){
    #map-container {

    }
}

/* ipad pro portrait */
@media only screen and (max-height : 1600px){
    #map-container {
        height: 90%;
    }

    .page_title_map {
        font-size: 3rem;
    }

    .map-view-title>h1 {
        font-size: 3rem;
        margin: 0.2rem 0;
    }
}

@media only screen and (max-height : 1200px){
    #map-container {

    }
}

@media only screen and (max-height : 1150px){
    #map-container {

    }
}

@media only screen and (max-height : 1100px){
    #map-container {

    }
}

/* ipad pro lanscape */
/* ipad portrait */
@media only screen and (max-height : 1050px){
    #map-container {
        height: 86%;
    }

    .page_title_map {
        font-size: 3rem;
    }

    .map-view-title>h1 {
        font-size: 3rem;
        margin: 0.2rem 0;
    }
}

/* large screen */
@media only screen and (max-height : 1000px){
    #map-container {
        height: 86%;
    }

    .page_title_map {
        font-size: 3rem;
    }

    .map-view-title>h1 {
        font-size: 3rem;
        margin: 0.2rem 0;
    }
}

@media only screen and (max-height : 950px){
    #map-container {

    }
}

@media only screen and (max-height : 900px){
    #map-container {

    }
}

@media only screen and (max-height : 850px){
    #map-container {

    }
}

/* landscape xlarge (e.g. ipad) */
@media only screen and (max-height : 800px){
    #map-container {
        height: 82%;
    }

    .page_title_map {
        font-size: 3rem;
    }

    .map-view-title>h1 {
        font-size: 3rem;
        margin: 0.2rem 0;
    }
}

/* portrait large (e.g. iphone 6 plus) */
@media only screen and (max-height : 750px){
    #map-container {
        height: 85%;
    }

    .page_title_map {
        font-size: 2rem;
    }

    .map-view-title>h1 {
        font-size: 2rem;
        margin: 0.2rem 0;
    }
}

/* desktop small (laptop 15'') */
@media only screen and (max-height : 700px){
    #map-container {
        height: 80%;
    }

    .page_title_map {
        font-size: 3rem;
    }

    .map-view-title>h1 {
        font-size: 3rem;
        margin: 0.2rem 0;
    }
}

/* portrait large (e.g. iphone 6, nexus 6P, nexus 5X) */
@media only screen and (max-height : 700px) and (orientation: portrait){
    #map-container {
        height: 84%;
    }

    .page_title_map {
        font-size: 2rem;
    }

    .map-view-title>h1 {
        font-size: 2rem;
        margin: 0.2rem 0;
    }
}

/* portrait galaxy S5 */
@media only screen and (max-height : 650px){
    #map-container {
        height: 83%;
    }

    .page_title_map {
        font-size: 2rem;
    }

    .map-view-title>h1 {
        font-size: 2rem;
        margin: 0.2rem 0;
    }
}

/* portrait medium (e.g. iphone 5, xiaomi Redmi 3) */
@media only screen and (max-height : 600px){
    #map-container {
        height: 81%;
    }

    .page_title_map {
        font-size: 2rem;
    }

    .map-view-title>h1 {
        font-size: 2rem;
        margin: 0.2rem 0;
    }
}

/* portrait small (e.g. moto G2) */
@media only screen and (max-height : 550px){
    #map-container {
        height: 79%;
    }

    .page_title_map {
        font-size: 2rem;
    }

    .map-view-title>h1 {
        font-size: 2rem;
        margin: 0.2rem 0;
    }
}

/* portrait small (e.g. iphone 4) */
@media only screen and (max-height : 500px){
    #map-container {
        height: 77%;
    }

    .page_title_map {
        font-size: 2rem;
    }

    .map-view-title>h1 {
        font-size: 2rem;
        margin: 0.2rem 0;
    }
}

/* landscape large (e.g.  iphone 6 plus) */
@media only screen and (max-height : 450px) and (orientation: landscape){
    #map-container {
        height: 83%;
    }

    .map-view-title {
        display: none;
    }
}

/* landscape large (e.g. iphone 6, nexus 6P, nexus 5X, galaxy S5) */
@media only screen and (max-height : 400px) and (orientation: landscape){
    #map-container {
        height: 80%;
    }

    .map-view-title {
        display: none;
    }
}

/* landscape small-medium (e.g. iphone 4, iphone 5) */
@media only screen and (max-height : 350px) and (orientation: landscape){
    #map-container {
        height: 78%;
    }

    .map-view-title {
        display: none;
    }
}

/* landscape small (e.g. moto G2, xiaomi Redmi 3) */
@media only screen and (max-height : 300px) and (orientation: landscape){
    #map-container {
        height: 75%;
    }

    .map-view-title {
        display: none;
    }
}

#map_infowindow_container {
    margin-bottom: 0.8rem;
    margin-right: 0.6rem;
}

.dedication-container {
    max-width: 22vw;
}

#pic_container {
    text-align: left;
    display: block;
    margin: 0.3rem auto;
}

#text_container {

}

.map-specimen-dedication {
    margin-top: 0.5rem;
    font-family: "Georgia Italic";
    line-height: 1rem;
    font-size: 0.6rem;
    font-weight: normal;
    text-align: justify;
    text-transform: none;
    color: gray;
}

.map-specimen-editor {
    margin-top: 0.5rem;
    font-family: "Georgia Italic";
    line-height: 1rem;
    overflow: hidden;
    font-size: 0.7rem;
    font-weight: normal;
    text-transform: none;
    white-space: nowrap;
    color: gray;
}

.gm-style-iw {
    font-family: "Century Gothic Bold";
    font-size: 0.8rem !important;
    font-weight: bold !important;
//    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1rem;
    overflow: hidden;
}

.sharing_icons_container {
    margin-top: 0.3rem;
    display: block;
}

.sharing_icons_container a {
    font-size: 1.2rem;
    margin-right: 0.2rem;
    color: #AAAAAA;
}

#pic_container img {
    max-height: 25vh;
    max-width: 25vh;
}

.gm-style-iw div {
    overflow: hidden !important;
}

.gm-style-iw-italic {
    font-family: "Georgia Italic";
    font-size: 0.7rem;
    font-weight: normal;
    text-transform: none;
    overflow: hidden;
    white-space: nowrap;
}

a.gm-style-iw-link {
    color: inherit;
    font-family: "Century Gothic Bold";
    overflow: hidden;
}

a.gm-style-iw-link:visited {
    color: black !important;
}

.gm-style-cc {
    display: none !important;
}

.map_editions {
    display: block;
    margin-top: 0.3rem;
    line-height: 0.7rem !important;
}

.map_editions a {
    font-family: "Georgia Italic";
    color:gray;
    font-size: 0.7rem;
    font-weight: normal !important;
    font-style: italic;
    text-transform: capitalize;
    text-decoration: underline;
    vertical-align: middle;
}

#filter-controls {
    padding: 1rem;
    display: none;
}

#filter-select-triangle {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;

    border-style: solid;
    border-width: 0 0 0.7rem 0.7rem;
    border-color: transparent transparent black transparent;

    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
/*
#map-controls {
    padding: 1rem;
    display: none;
    margin-right: -0.7rem
}

#map-controls i {
    width: 2.5rem !important;
    height: 2.5rem !important;
    padding-top: 0.75rem;
    background-color: black;
    color: white;
    font-size: 1.5rem !important;
    cursor: pointer;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

#zoom-plus-control {
    margin-left: -0.05rem !important;
    margin-right: -0.05rem !important;
}

#zoom-minus-control {
     margin-right: -0.05rem !important;
}

#map-controls i:before {
    padding-top: 0.25rem;
}

#map-controls i:hover {
    background-color: white;
    color: black;
}

#map-controls i:active {
    background-color: #f3f3f3;
}

#legend-list {
    font-family: "Georgia Italic";
    display:inline-block;
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.75);
    margin-left: 0.3rem;
    margin-bottom: 0.6rem;
    max-width: 18.1rem;
}

#legend-list li {
    padding: 0.2rem;
    display: table;
}

#legend-list div {
    display: table-cell;
    vertical-align: middle;
    width: 2rem;
}

#legend-list img {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
}

#legend-list span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0.5em;
    word-wrap: break-word;
}
*/

/* Species */

.species-header {
    text-align: center;
}

.species-header h3 {
    font-style: italic;
}

div.species-detail{
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 60%;
}

.species-detail h3 {
    font-style: italic;
    padding-top: 20px;
    margin-top: 30px;
    font-family: "Georgia Italic";
    text-align: center;
    /* border-top: solid 1px; */
}

.species-detail .morfo {
    overflow: hidden;
    padding-top: 5%;
}

.species-morfo span {
    color: white;
    font-style: italic;
}

.species-morfo .size {
    font-size: 8pt;
    font-style: italic;
    float: right;
    color: white;
    text-align: right;
}

.species-morfo .name {
    color: white;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right:10px;
    margin-bottom: 5px;
}

.species-morfo img {
    //display: block;
    //margin-left: auto;
    //margin-right: auto;
    //height:70px;
    //margin-top:30px;
    //width: auto;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
}

.species-morfo .bounding {
    background-color: #AAAAAA;
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
    float: left;
    width:120px;
    height:170px;
    margin-right: 1%;

}

.species-detail .sliders .months {
    overflow: hidden;
    margin-bottom: 2%;

}

.species-detail .sliders .name {
    font-size: 1rem;
    color:white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.species-detail .sliders .month_number {
    float:left;
    width:8.3333%;
    height: 10%;
    text-align: center;
}

.species-detail .sliders .month {
    background:#cccccc;
    float:left;
    width:8.3333%;
    height: 10%;
}

.species-detail .sliders .active {
    background: grey;
}

.species-detail > img {
    width:100%;
}

.nespec {
    text-align:center;
}

.nespec h3 {
    margin-top: 0px;
    padding-top:0px;
    font-family: "Georgia Italic"
}

/* Species list */

#grid-item {
    padding: 1.5rem;
    width: 100%;
    margin-bottom: 5px;
}

#grid-item  h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding-bottom:1px;
    font-family: "League Gothic";
    font-weight: normal;
}

#grid-item  h3 {
    font-size: 1.0rem;
    font-style: italic;
    color: #777;
    line-height: 1.1rem;
    padding-bottom:5px;
    font-family: 'Georgia';
}

@media only screen and (min-width: 800px) {
    #grid-item {
        width: 50%;
    }
}

@media only screen and (min-width: 800px) and (orientation : landscape) {
    #grid-item {
        width: 33%;
    }
}

@media only screen and (min-width: 1050px) {
    #grid-item {
        width: 33%;
    }
}

@media only screen and (min-width: 1200px) {
    #grid-item {
        width: 25%;
    }

    #grid-item  h2 {
        font-size: 1.4rem;
        line-height: 1.4rem;
        padding-bottom:1px;
        font-family: "League Gothic";
        font-weight: normal;
    }

    #grid-item  h3 {
        font-size: 0.9rem;
        font-style: italic;
        color: #777;
        line-height: 1.1rem;
        padding-bottom:5px;
        font-family: 'Georgia';
    }
}

#grid-item img {
    margin-bottom: 0.5rem;
}

#grid-item a:visited {
   color: black !important;
}

#grid-item  h4 {
    font-size: 0.7rem;
    font-style: italic;
    color: #BBB;
    line-height: 7px;
    padding-bottom:5px;
    font-family: 'Georgia';
}

#grid-item  h4>a {
    font-size: 0.7rem;
    font-style: italic;
    color: #BBB;
    line-height: 7px;
    padding-bottom:5px;
    font-family: 'Georgia';
}


/* Spaces */

/*

.text-hover {
    width: 100%;
    display: block;
    position: relative;
    text-align: center!important;
}

.text-hover .overlay {
    position:absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    padding: 15px;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.5);
    line-height: 17px;
    color: white;
    font-style: italic;
    display: none;
    overflow-y: auto;
    text-align: left;
}

.text-hover:hover .overlay {
    display: block;
}

*/

.space-block {
    margin-bottom: 10%;
    font-family: "Georgia";
    font-size: 1.4em;
    font-weight: bold;
    width:90%;
}

.space-block #type {
    color: #AAAAAA;
    font-family: "Arial";
    font-size: 0.8em;
    font-weight: normal;
}

.space-block a {
    line-height: 0.8em;
}

.space-block img {
    width: 100%;
    margin-bottom: 20px;
}

#space-title {
    font-weight: bold;
    color: grey;
    font-size: 30px;
    text-align: center;
}

.select-lang-tags {
    font-family: 'Georgia Italic';
    border: none;
    background-position: right 60% center;
    color: grey;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: #FF8080;"></polygon></svg>');
    padding-left: 0px;
    margin-left: 0px;
    width: auto;
}

.select-lang-tags:focus {
    outline: 0;
}

.select-lang-tags-disabled {
    color: #CACACA !important;
    background-color: transparent !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: #CACACA;"></polygon></svg>') !important;
}

/* Search results */

.search-field-label {
    font-family: "Georgia Italic", Verdana, Tahoma;
    font-weight: bold;
    padding-bottom: 1%;
}

.search-field-span {
    font-family: "Georgia Italic", Verdana, Tahoma;
    font-weight: normal;
    padding-bottom: 1%;
}

.search-field-name {
    font-family: "Georgia Italic", Verdana, Tahoma;
    font-weight: normal;
    padding-bottom: 1%;
    text-decoration: underline;
}

.search_facet .category {
    margin-top: 5px !important;
}

.search_facet input {
    /*margin-top: 4px !important;*/
}

/* In case we want to change the search bar width, comment this line */
.search-section {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.result-block {
    font-family: "Georgia Italic", Verdana, Tahoma;
    color: grey;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 4%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.ellipsis {
    position: absolute;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-options {
    font-family: "League Gothic";
    margin-top: 0.5%;
    text-align:center;
}

.search-options ul li label {
    line-height: 1.6rem;
}

.search-options a {
    font-size: 1.4rem;
}

.search-results label {
    display: inline;
}

input.search-bar {
    text-align: center;
}

input.search-bar::-webkit-input-placeholder {
    padding-top: 2px;
    font-family:'FontAwesome';
}
input.search-bar::-moz-placeholder {
    padding-top: 2px;
    font-family:'FontAwesome';
}
input.search-bar::-ms-input-placeholder {
    padding-top: 2px;
    font-family:'FontAwesome';
}

.search-bar {
    background: #E6E6E6 none repeat scroll 0% 0%;
    font-family: "Century Gothic bold";
    font-size: 23px;
}

.search-bar:focus {
    outline: none;
}

.search-bar-font::-webkit-input-placeholder {
    font-family: "Century Gothic bold" !important;
    font-size: 23px;
}

.label-radio-search {
    display: inline-block;
    background: white;
    border: 2px solid #CACACA;
    height: 18px;
    width: 18px;
    /* Rounded corners */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-right: 0 !important;
}

.label-search-selected {
    visibility: hidden;
    background: black;
    height: 10px;
    width: 10px;
    margin-top: 2px;
    margin-left: 2px;
    /* Rounded corners */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

/* Gardeneres searches results */

.gardener-results-image {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.gardener-results-name {
    font-size: 13px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 50px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    line-height: 15px !important;
}

.gardener-results-type {
    font-size: 13px !important;
    color: #ff8080;
}

.gardener-results-type:hover {
    text-decoration: underline;
}

.gardener-results-follow {
    color: #ff8080 !important;
}

.gardener-results-unfollow {
    color: grey !important;
}

.gardener-grid-class {
    text-align: center;
}

/* Plan list */

.plan input[type=submit], form input[type=submit] {
    background-color: black;
    color: white;
    border-style: None;
    font-style: italic;
    //line-height: 2rem;
    padding: 0.85em 1em;
}

.plan .submit {
    text-align: center;
}

.pricing-table {
    margin: 0;
    margin-bottom: 1rem;
    padding: 0px;
    border: solid 1px #AAAAAA;
}

.pricing-table li {
    list-style: none;
    text-align: center;

}

.pricing-table li div {
    border: 1px solid #c00;
    margin-right: 1%;
}

.pricing-table li label input[type=radio] {
    border: 0px;
    width: 100%;
    height: 2em;
}

.plan-number {
    white-space: nowrap
}

.plan-number label {
    display: inline;
    margin-right: 1.4%;
    margin-left: 1.4%;
}

.plan-number input {
    width: 30%;
    display: inline;
    text-align: center;
}

.paypal-alert {
    font-family: inherit;
    font-size: 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    color: #0a0a0a;
    background-color: #e6e6e6;
    width: 200px;
    min-width: 200px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    display: none;
}

#nomad-garden-services {
    font-family: "Georgia Italic";
    margin-top: 8rem;
    text-align: center;
}

/* Login */

.login-form {
    font-size: 13px;
    margin-right: 30%;
    margin-left: 30%;
}

.login-form input {
    font-family: "Georgia Italic";
}

/* Follow button */

#follow-icon {
    font-family: "League Gothic", Verdana, Tahoma;
    font-style: normal;
    font-size: 27px;
}

.unfollowing {
    color: #ff8080 !important;
}

.following {
    color: #CACACA !important;
}

/* User profile */

.user-section {
    font-size: 13px;
    margin-right: 22%;
    margin-left: 22%;
}

.user-section input[type=submit] {
    background-color: black;
    color: white;
    border-style: None;
    padding: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-style: italic;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.user-section .submit {
    text-align: center;
}

.user-section .button {
    background-color: gray;
    color: white;
    border-style: None;
    padding: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-style: italic;
    line-height: 2rem;

}

.user-section input[type=button] {
    background-color: white;
    color: black;
    border: solid 1px #AAAAAA;
    padding: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-style: italic;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.user-section .submit a {
    background-color: white;
    color: black;
    border: solid 1px #AAAAAA;
    padding-top: 0px;
    padding-bottom: 0px;
}


.user-section label {
    font-family: "Georgia Italic";
    color: grey;
}

.form-label {
    margin-left: 0.7em;
    font-family: "Georgia Italic";
    color: grey;
}

.form-link {
    text-decoration: underline;
    color: grey;
}

.form-label-ns {
    font-family: "Georgia Italic";
    color: grey;
}


.profile-radio {
    border: solid 1px #CACACA;
    padding-top: 10px;
    padding-bottom: 10px;
}

.profile-radio-button {
    margin-right: 5px;
    margin-top: 3px;
    float: right;
}

.plan-column {
    font-size: 11px;
    text-align: center;
    height: 100%;
}

.plan-button {
    font-family: "Georgia";
    font-size:0.9rem;
    font-style: italic !important;
}

.selected-plan-button {
    font-family: "Georgia";
    font-size:0.9rem;
    font-style: italic !important;
    font-weight: bold;
    background-color: #ff8080 !important;
}

.disabled-plan-button {
    font-family: "Georgia";
    font-size:0.9rem;
    font-style: italic !important;
    font-weight: bold;
    background-color: gray !important;
}

.selected-plan-text {
    color: #ff8080 !important;
}

.selected-plan-icon {
    border: 5px solid #ff8080;
}

.user_settings_links {
    text-align:center;
    padding:1rem;
}

#user-settings h2 {
    font-family: "League Gothic",Verdana,Tahoma;
    font-size: 1.5rem;
}

.user_settings_links a {
    color:gray;
    font-style: italic;
    margin-left: 0.5rem;
    text-decoration: underline;
}


.link {
    color:gray;
    margin-left: 0rem;
    font-style: italic;
    text-decoration: underline;
    border:none !important;
}

.link:hover {
    cursor:pointer;
}

.gray_link {
    color:gray;
    font-style: italic;
    margin-left: 0.5rem;
    text-decoration: underline;
}

.add_link {
    padding-bottom: 0.7rem;
}


@media only screen and (min-width: 1024px) {
    .plan-column {
        padding: 10px;
        height: 380px;
        width: 155px;
    }

    .plans {
        padding-left: 10px !important;
    }
}

.plan-column li {
    margin-bottom: 0.5rem !important;
    list-style-type: none !important;
}

.plan-column p {
    margin-bottom: 0.5rem !important;
}

.plan-radio-button {
    margin-top: 5%;
}

@media only screen and (min-width: 1000px) {
    .plan-radio-button {
        margin-top: 22%;
    }
}

.plan-name {
    font-size: 2.5rem;
    position:absolute;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    text-align:center;
    color:white;
    font-family: "League Gothic", Verdana, Tahoma;
}


.plan-letter {
    font-size: 15px;
}

.plan-number-option {
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}

.progress .meter {
    background: #CACACA;
    margin-top: 4px;
    margin-left: 3px;
    margin-right: 3px;
    display: block;
    height: 85%;
    float: left;
    width: 0%;
}

.meter {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
}

.user-section input[type="checkbox"] {
    display:none;
}

.user-section input[type="radio"] {
    display:none;
}


/* Radio buttons style */

.input-none {
    display: none;
}

.label-radio {
    display: inline-block;
    background: white;
    border: 2px solid #CACACA;
    height: 20px;
    width: 20px;
    /* Rounded corners */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.label-checkbox {
    display: inline-block;
    background: white;
    border: 2px solid #CACACA;
    height: 20px;
    width: 20px;
    /* Rounded corners */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.label-selected {
    visibility: hidden;
    background: black;
    height: 10px;
    width: 10px;
    margin-top: 3px;
    margin-left: 3px;
    /* Rounded corners */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

/* End Radio buttons style */

#label-total {
    font-family: "Georgia";
    width: 150px;
    display: inline-block;
    text-align: center;
    height: 40px;
    margin-left: 0;
    padding: 0;
    color: black;
    background-color: #E6E6E6;
}

@media only screen and (min-width: 760px) {
    #label-total {
        width: 30%;
    }
}

.active {
    color: #ff8080;
}


.popup_menu_hide {
    display:None;
}

.popup_menu {
   float: left;
   position: absolute;
   width: 33%;
   left: 33%;
   bottom: 0px;
   text-align: center;
   z-index: 1000;
   background-color: #000000;
   padding: 5px;
   color: #FFFFFF;
   font-family: "Georgia";
   font-weight: bold;
}

.popup_menu ul {
   list-style: none;
   margin-bottom: 0px;
}

.popup_menu ul li:last-child { border-bottom: none; }

.popup_menu li {
   border-bottom: 1px solid #FFFFFF;
}

.popup_menu li a {
   color: #FFFFFF;
   font-family: "Georgia";
   font-weight: bold;
}

.container {
   width: 100%;
   position: relative;
}

/* Remove arrow menu */
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after
{
    border:none;
}

.menu_header .submenu {
    font-size: 1rem;
}

.menu_header>ul>li>a {
    padding-bottom: 0px !important;
}

.menu_header>ul>li>span {
    padding-bottom: 0px !important;
}

.red {
   color: #ff8080 !important;
}

.red-button {
   bottom:0px;
   height:2.4375rem;
   background-color: #ff8080  !important;
}


.gray-button {
   bottom:0px;
   height:2.4375rem;
   background-color: #888 !important;
}


.black-button {
   background-color: #000000;
   color: #FFFFFF !important;
}

.black-button:hover {
   background-color: #444444;
   color: #FFFFFF !important;
}


.gray-button {
   background-color: #888888;
   color: #FFFFFF !important;
}

.gray-button:hover {
   background-color: #444444;
   color: #FFFFFF !important;
}

.input_data {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #CACACA;
    margin: 0px 0px 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0A0A0A;
    background-color: #FEFEFE;
    box-shadow: 0px 1px 2px rgba(10, 10, 10, 0.1) inset;
    border-radius: 0px;
    transition: box-shadow 0.5s ease 0s, border-color 0.25s ease-in-out 0s;
    -moz-appearance: none;
}

.input_data img{
    font-family: "Georgia Italic";
    color: grey;
}

.input_data_with_recovering {
    margin-bottom: 0px;
}

.garden_permissions {
    font-size: 1.2rem;
}

.permission_group {
    margin-bottom: 1rem;
}

.permission {
    border: 1px solid #AAAAAA;
    padding: 4px;
}

.permission div {
    margin: 0px;
    padding: 0px;
    text-align:center;
    line-height: 2.4rem;
}

.permission input {
    border: none;
    margin: 0px;
    box-shadow: none;
    transition: none;
    font-size: 1.2rem;
}

.permission input:focus {
    border: none;
    box-shadow: none;
    transition: none;
}

.permission a {
    color: #ff8080;
    display: table-cell;
    vertical-align: middle;
    font-style: italic;
    float:right;
}

.permission a i {
    color: #AAAAAA;
    margin-left: 4px;
    font-size: 1.2rem;
}

.permission-group {
    color: #AAAAAA;
}

.invitation {
    margin-top: 1rem;
}

.invited {
    color: #AAAAAA;
    text-align: left !important;
    padding-left: 0.5rem !important;
}

.subtitle_square {
    margin-top: 2rem;
}

.subtitle_square span {
    background-color: #DDDDDD;
    font-family: "Georgia Italic,Verdana,Tahoma";
    color: #000000 !important;
    font-size: 1.2rem;
    margin-top: 10rem;
    padding: 1rem;
    font-style: italic;
}

.black_button {
    text-align: center;
    margin-top: 2rem;
}

.black_button a {
    background-color: #000000;
    font-family: "Georgia Italic,Verdana,Tahoma";
    color: #FFFFFF !important;
    font-size: 1.2rem;
    margin-top: 10rem;
    padding: 1rem;
    font-style: italic;
}


.morfo-wizard {
    display: flex;
    justify-content: center;
}
.morfo-content {
    display: inline;
    justify-content: center;
}

.morfo-content .species-morfo .bounding {
    background-color: #555 !important;
    margin: 5px;
}

#show {
    text-align:center;
    margin-top: 3rem;
    color: #ff8080;
}

#none {
    text-align:center;
    color: #ff8080;
}

#show .button {
    width: 10rem;
}

#none .button {
    width: 10rem;
}


#show .links {
    color: #CCCCCC !important;
}

#show .links a {
    color: #BBB !important;
}



#count {
    text-align:center;
    color: #ff8080;
    font-size: 1rem;
    font-style: italic;
}

.radio-big {
    display: inline-block;
    background: white;
    border: 1px solid #CACACA;
    /* Rounded corners */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.calendar-input {
    display:none;
}

.calendar-select {
    table-layout: fixed;
    text-align:center;
    border: 1px solid #CACACA;
    padding-top: 0.5rem;
}


.calendar-numbers {
    table-layout: fixed;
    text-align:center;
    padding-top: 0.5rem;

}

.calendar-numbers label {
    color: #CACACA;
}

.submit {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.column, .columns {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
}

#user-mugshot input {
    display:none;
}

#user-mugshot img {
    cursor: pointer;
}

#user-mugshot {
    margin-bottom: 1rem;
}

#image-wrapper {
    margin: 0 auto;
    margin-top: 0.8rem;
}

.image-cropper {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.image-cropper > img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    max-width:none;
}

#img-mugshot {
    max-width: 150px;
    border-radius: 50%;
}

#user-footer_img input {
    display:none;
}

.footer-img-container label {
    display: inline-block;
}

#footer-img-name {
    margin: 0 0.5rem;
    color: #ff8080;
}

.footer-img-button {
    cursor: pointer;
    text-decoration: underline;
}

.legal-notice-row {
    margin-top: 1rem;
}

.need_validation {
    color: #ff8080;
}

.button:hover {
    background-color: #AAA;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.no-margin {
  margin: 0px;
  padding: 0px;
}

.two_clicks {
  text-align: center;
  font-family: Georgia;
  font-style: italic;
  margin-top: 1rem;
}

#faq {
    margin-left: 10%;
    margin-right: 10%;
}

#faq h2 {
    font-size: 1.8rem !important;
    font-family: "League Gothic";
}

#faq .question {
    font-style: italic;
    color: #ff8080;
}

#faq .question a {
    font-style: italic;
    color: #ff8080;
}

#faq .answer {
    text-align: justify;
}

#faq .answer ol {
    margin-left: 3rem;
}

#faq .answer ul {
    margin-left: 3rem;
}

#faq_reveal_question {
    font-style: italic;
    color: #ff8080;
}

#faq_reveal {
  max-height: 30rem !important;
  width: 50rem !important;
  top: 10rem !important;

}

.faq_help {
    color:gray;
    font-style: italic;
    margin-left: 0.5rem;
    text-decoration: underline;
    font-family: "Georgia",Verdana,Tahoma !important;
    font-size: 0.8rem !important;
}

.link {
    color:gray;
    font-style: italic;
    margin-left: 0.5rem;
    text-decoration: underline;
    font-family: "Georgia",Verdana,Tahoma !important;
    font-size: 0.8rem !important;
}

#contact {
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
}

#contact h2 {
    font-size: 1.8rem !important;
    font-family: "League Gothic";
}

#contact a {
    color: #ff8080;
}

#footer {
    font-family: "Georgia", Verdana, Tahoma;
    color: #AAAAAA;
    font-style: Italic;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 3rem;
}

#footer a {
    text-decoration: underline;
    font-weight: bold;
    color: #AAAAAA;
}

#footer img {
    max-width: 25%;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
}

#popup {
  max-height: 30rem !important;
  width: 50rem !important;
  top: 10rem !important;
}

.reveal .close-button {
    color:black;
    font-weight:bold;
}

.reveal .container {
    margin: 3rem;
}

.reveal h3 {
    font-family: "League Gothic", Verdana, Tahoma;
}

.reveal ul {
    margin-left: 2rem;
}

.redactor-editor {
    max-height: 5rem !important;
    font-family: 'Georgia' !important;
    font-size: 1rem !important;
    color: black;
}

.redactor-editor p {
    font-size: 1rem !important;
}

.descriptions .redactor-box {
    margin-bottom:0px;
}

.redactor-toolbar {
    box-shadow: 0 2px rgba(0, 0, 0, 0.2) !important;
}

.text-links-style a {
    color: #AAAAAA;
}

#texts_lang, #names_lang {
    margin-bottom: 0px !important;
    background-position-x: 99%  !important;
    background-position: right 99% center;
    width: 50%  !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28200, 200, 200%29"></polygon></svg>') !important;
}

select[disabled] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 0.01px !important;
    text-overflow: '' !important;
    background-image: none;
}

.cookie-banner {
    display:none;
    padding: 0.5rem 0 0.5rem 0;
    font-family: 'Century Gothic';
    text-align:center;
    position:fixed;
    backface-visibility:hidden;
    bottom:0;
    margin:0;
    width:100%;
    z-index:1111;
    background-color:#FFFFFF;
}

.cookie-banner .close {
    font-family: 'Century Gothic Bold';
}

.menu_header .map_submnu_item a {
    padding: 0.5rem 0.5rem !important;
    padding-top: 0 !important;
}

.menu_header .map_submnu_item {
    vertical-align: baseline;
}

/* Hide is public checkbox for public plans */
.hide-is-public-checkbox {
    display: none;
}

#kleos-first {
    background-image: url('/static/images/map_background.png');
    width:100%;
    height:100%;
    top:0;
    margin:-0.5rem;
    position:absolute;
}

#kleos-first-overlay {
    font-family: 'Century Gothic';
    width:100%;
    height:100%;
    background-color:#ff968d;
    opacity: 0.95;
    color:white;
    text-align:center;
    top:0;
    padding: 0.5rem 0 0rem 0;
    position:absolute;
}

#kleos-first-content {
    margin-top:3rem;
    font-size: 3rem;
    width:50%;
    position:fixed;
    left: 25%;
}

#kleos-first-content i {
    font-size: 6rem;
}

#kleos-first-content #kleos-foot-content {
    font-size: 2rem;
    color: #DDDDDD;
}

#kleos-first-content #kleos-foot-content a {
    color: #DDDDDD;
    text-decoration: underline;
}

#kleos-first-content .button {
    background-color:white;
    color: #ff968d;
    padding: 1rem 2rem 1rem 2rem !important;
    border: none;
    text-align: center;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 2rem;

}

#kleos-first-content .button:hover .button:hover .button:active .button:focus {
    background-color:white;
    color: #ff968d;
}

@media only screen and (max-height : 1280px) {
    #kleos-first-content {
        margin-top:6rem;
        font-size: 3rem;
        width:90%;
        position:fixed;
        left: 5%;
    }

    #kleos-first-content i {
        font-size: 6rem;
    }

    #kleos-first-content #kleos-foot-content {
        font-size: 2.5rem;
    }

    #kleos-first-content .button {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 2.5rem;

    }
}

@media only screen and (max-height : 1024px) and (max-width: 800px){
    #kleos-first-content {
        margin-top:6rem;
        font-size: 2.5rem;
        width:90%;
        position:fixed;
        left: 5%;
    }

    #kleos-first-content i {
        font-size: 4rem;
    }

    #kleos-first-content #kleos-foot-content {
        font-size: 2rem;
    }

    #kleos-first-content .button {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 2rem;

    }
}

@media only screen and (max-height : 1024px) and (max-width: 800px){
    #kleos-first-content {
        margin-top:6rem;
        font-size: 2.5rem;
        width:90%;
        position:fixed;
        left: 5%;
    }

    #kleos-first-content i {
        font-size: 4rem;
    }

    #kleos-first-content #kleos-foot-content {
        font-size: 2rem;
    }

    #kleos-first-content .button {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 2rem;

    }
}


@media only screen and (max-height : 850px){
    #kleos-first-content {
        margin-top:6rem;
        font-size: 1.6rem;
        width:90%;
        position:fixed;
        left: 5%;
    }

    #kleos-first-content i {
        font-size: 4rem;
    }

    #kleos-first-content #kleos-foot-content {
        font-size: 1.2rem;
    }

    #kleos-first-content .button {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 1.6rem;

    }
}

/* portrait large (e.g. iphone 6 plus) */
@media only screen and (max-height : 750px){
    #kleos-first-content {
        margin-top:3rem;
        font-size: 1.6rem;
        width:90%;
        position:fixed;
        left: 5%;
    }

    #kleos-first-content i {
        font-size: 4rem;
    }

    #kleos-first-content #kleos-foot-content {
        font-size: 1.2rem;
    }

    #kleos-first-content .button {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 1.6rem;

    }

}


/* portrait galaxy S5 */
@media only screen and (max-height : 650px){
    #kleos-first-content {
        margin-top:3rem;
        font-size: 1.5rem;
        width:90%;
        position:fixed;
        left: 5%;
    }

    #kleos-first-content i {
        font-size: 3rem;
    }

    #kleos-first-content #kleos-foot-content {
        font-size: 1rem;
    }

    #kleos-first-content .button {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 1.2rem;

    }


}

/* portrait galaxy S5 */
@media only screen and (max-height : 600px){
    #kleos-first-content {
        margin-top:2rem;
        font-size: 1.2rem;
        width:90%;
        position:fixed;
        left: 5%;
    }

    #kleos-first-content i {
        font-size: 2rem;
    }

    #kleos-first-content #kleos-foot-content {
        font-size: 1rem;
    }

    #kleos-first-content .button {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 1rem;

    }


}

/* portrait small (e.g. iphone 4) */
@media only screen and (max-height : 500px){
    #kleos-first-content {
        margin-top:20rem;
    }

}


@media only screen and (max-height : 850px) and (orientation: landscape){
    #kleos-first-content {
        margin-top:3rem;
        font-size: 2.2rem;
        width:90%;
        position:fixed;
        left: 5%;
    }

    #kleos-first-content i {
        font-size: 4rem;
    }

    #kleos-first-content #kleos-foot-content {
        font-size: 2rem;
    }

    #kleos-first-content .button {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 2rem;

    }
}

/* portrait large (e.g. iphone 6 plus) */
@media only screen and (max-height : 750px) and (orientation: landscape) {
    #kleos-first-content {
        margin-top:3rem;
        font-size: 2.5rem;
        width:90%;
        position:fixed;
        left: 5%;
    }

    #kleos-first-content i {
        font-size: 5rem;
    }

    #kleos-first-content #kleos-foot-content {
        font-size: 2.2rem;
    }

    #kleos-first-content .button {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 2rem;

    }

}



/* portrait small (e.g. iphone 4) */
@media only screen and (max-height : 500px)  and (orientation: landscape){
   #kleos-first-content {
        margin-top:2rem;
        font-size: 1.1rem;
        width:90%;
        position:fixed;
        left: 5%;
    }

    #kleos-first-content i {
        font-size: 2rem;
    }

    #kleos-first-content #kleos-foot-content {
        font-size: 0.8rem;
    }

    #kleos-first-content .button {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 1rem;

    }
}


@media only screen and (max-height : 420px)  and (orientation: landscape){
    #kleos-first-content {
        margin-top:2rem;
        font-size: 1.4rem;
        width:90%;
        position:fixed;
        left: 5%;
    }

    #kleos-first-content i {
        font-size: 2.8rem;
    }

    #kleos-first-content #kleos-foot-content {
        font-size: 1.2rem;
    }

    #kleos-first-content .button {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 1.2rem;

    }
}


@media only screen and (max-height : 390px)  and (orientation: landscape){
    #kleos-first-content {
        margin-top:2rem;
        font-size: 1.2rem;
        width:90%;
        position:fixed;
        left: 5%;
    }

    #kleos-first-content i {
        font-size: 2.5rem;
    }

    #kleos-first-content #kleos-foot-content {
        font-size: 1rem;
    }

    #kleos-first-content .button {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 1.1rem;

    }
}


.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #ff968d; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
}

.loader_counter {
  color:white;
  width: 120px;
  height: 120px;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
}

.loader_counter_content {
  font-size: 1em;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding:0;
  margin:0;
  line-width: 0px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

