:root {
    --main-theme-color: #700415/*#333333*/; /*urdin iluna, segurtasun saila*/
    --main-theme-color-65: #00aca9; /*Elhuyar berdea*/ /*Elhuyar marroia: #8C8880;*/
    --main-theme-color-30: #cceeee; /* #CAC7C4;*/
    --main-theme-color-10:  #EDECEB;
    --secondary-theme-color: #1a3aab; /*Elhuyar urdin iluna*/
    /*--secondary-theme-color: #00ACA8;   Elhuyar berdea*/
    /*--secondary-theme-color: #ac0a5e; /* laboral kutxa */
    /*--secondary-theme-color-light: #CAE7EA;   Elhuyar urdina*/
    --secondary-theme-color-light: #cceeee;  /* laboral kutxa #fccfe6; */
    --secondary-theme-color-hover: #64C2C8;
    --main-font-color: white;
    --secondary-font-color: #61564b;
}

@font-face {
  font-family:Meta;
    src: url('metanormal-roman-webfont.eot');
    src: url('metanormal-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('metanormal-roman-webfont.woff') format('woff'),
         url('metanormal-roman-webfont.ttf') format('truetype'),
         url('metanormal-roman-webfont.svg#meta_normalroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family:MetaBold;
    src: url('metabold-roman-webfont.eot');
    src: url('metabold-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('metabold-roman-webfont.woff') format('woff'),
         url('metabold-roman-webfont.ttf') format('truetype'),
         url('metabold-roman-webfont.svg#metaroman_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family:MetaItalic;
    src: url('metanormal-italic-webfont.eot');
    src: url('metanormal-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('metanormal-italic-webfont.woff') format('woff'),
         url('metanormal-italic-webfont.ttf') format('truetype'),
         url('metanormal-italic-webfont.svg#meta_normalitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family:MetaBoldItalic;
    src: url('metabold-italic-webfont.eot');
    src: url('metabold-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('metabold-italic-webfont.woff') format('woff'),
         url('metabold-italic-webfont.ttf') format('truetype'),
         url('metabold-italic-webfont.svg#metabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
 	font-family: "Meta", Helvetica, Arial, Verdana, sans-serif;
 	/*padding-top: 70px;*/
 	background-size: 100%;
 	font-size:15px;
        color: #700415;
        background-color: #f0f0f0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-toggle {
    background-color: var(--main-theme-color); 
}


#footer .grid2col .column.last{
    float:right;
}

.header-text a {
  textdecoration:none;
}

a:focus, a:hover {
  color: #6d0408;
  text-decoration: underline;
}

footer{
display:none !important;
}

.container.footer{
color: white;
background: #700415;
width: auto;
padding: 0em 26em 0em 26em;
}

.container.footer a{
color: white;
}

#footer .text_footer{
padding: 3px;
color: white;
font-size: 15px;
}

.container{
  margin-bottom:2em;
  padding-right: 25px;
}

.jssocials-share{
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.6em 0.3em 0;
    font-size: 18px;
}

.jssocials-share i{
    color: white;
}

#share{
    padding: 0px 0px 0px 0px;
    float: right;
    margin-top: -2px;
    margin-left: 7px;
    background-color: #244368;
    display: inline-block;
}

#main_term a span{
    float: initial;
    font-size: 14px;
    vertical-align: top;
}

.intro_text{
    margin-top:5em;
}

.intro_text div{
    display:inline-block;
}

.intro_text div.first{
    width:75%;
}

.intro_text div.second{
    width:24%;
    font-size: 4.5em;
    margin-bottom:1em;
    text-align:center;
}




.intro_text h2{
font-size: 22px;
font-weight: bold;
}

.intro_text p{
color:black;
}

.intro_text2{
margin-top:5em;
margin-bottom: 5em;
padding: 1em 4em 3em 2em;
background: white !important;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
}

#principal_domains{
margin-top: 5em;
margin-bottom: 5em;
padding: 1em 4em 3em 2em;
background: white !important;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
}

.intro_text2 h3{
font-size:25px;
font-weight: bold;
text-align:center;
}

.intro_text2 p{
color: black;
}

.intro_text2 a{
color: white;
background: #700415;
margin: auto;
text-align: center;
padding: 15px;
font-size: 20px;
}

.intro_text2 div{
text-align:center;
}



/*  ==========================================================================
    FOOTER
    ========================================================================== */

    /* Sticky footer styles
    -------------------------------------------------- */                    
    #footer {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    max-height: 54px;
    background: var(--main-theme-color);
    padding: 5px;
}

.loader {
  display: inline-block;
  border: 2px solid #60554b;
  border-radius: 60%;
  border-top: 2px solid white;
  width: 10px;
  height: 10px !important;
  margin-left: 10px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

footer img{
    height:30px;
}   
        /* min-width 768px, use when QAing tablet-only issues */
        @media only screen and (min-width: 48em) {
        #footer {
            max-height: 90px;} }
        
        /* Grid layout */
        #footer .grid2col .column{
	    width: 100%;
            float: left;
            text-align: center}

                
        /* Menu footer */
        #footer .nav-inline > li {
            position: relative;
            margin: 1em 0;
            line-height: 1;
            border-left: 1px solid #e9e4e0}
            #footer .nav-inline > li:first-child{
                border-left: none}
                #footer .nav-inline > li:first-child > a{
                    padding-left: 0}
                    
            #footer .nav-inline > li > a{
                padding: 0 0.444em;
                color: white;
                font-size: 11px;}
                #footer .nav-inline > li > a:hover,
                #footer .nav-inline > li > a:focus,
                #footer .nav-inline > li > a:active{
                    background: none;
                    color: rgb(189, 0, 0)}
                    
                /* min-width 1024px, large screens */
                @media only screen and (min-width: 64em) {
                #footer .nav-inline > li{
                    display: block;
                    float: left;}
                    #footer .nav-inline > li > a{
                        display: block;
                        font-size: 14px;
                        float: left; } }
        
        /* Sponsors Logos */
        #footer .sponsor{
            margin: 0 auto }
            #footer .sponsor img{
                display: block;
                max-height:3em;
                max-width: 100%;
                margin: 0 auto;}
    
                /* min-width 410px, small screens */
                @media only screen and (min-width: 25.629em) {
                #footer .sponsor img{
                    display: inline;
                    margin-left: 1em}  }

#plataform_links a{
margin: 4px;
border-radius: 100px;
height: 50px;
width: 50px;
text-align: center;
font-size: 25px;
}

#plataform_links a#dictionary{
    background-color: #700415;
}

#plataform_links a#sareterm{
    background-color: #6296d6;
}

#plataform_links a#termkate{
    background-color: black;
}

#plataform_links a#itzulterm{
    background-color: #96b8e2;
}

#plataform_links a#config{
    background-color: grey;
    color: white;
}

.navbar-nav > li > a {
  padding-top: 12px;
  padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
  color: white;
}

.container-fluid{
border-bottom: 3px solid #700415;
padding: 1rem 10vw
}

.navbar{
    margin-bottom:0px;
}

#language_links a{
    margin: 4px;
border-radius: 34px;
height: 50px;
width: 50px;
background-color: #e4e6e5;
color: black;
padding: 12px 0px 0px 0px;
border: 1px dashed black;
font-size: 22px;
text-align: center;
}

#hidden_language_links a{
    margin: 4px;
    border-radius: 34px;
    height: 30px;
    width: 30px;
    background-color: #6296d6;
    color: white;
    text-align: center;
    padding: 3px 0px 0px 0px;
    border: 1px solid #6296d6;
    margin-top: 10px;
}

span.first_letter{
    color: var(--main-theme-color);
    font-size: larger;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    color: white;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: black;
    background-color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: black;
}

.navbar_icon, .navbar_icon a{
    margin-top: 0;
text-decoration: none;
color: #9d1818;
padding-top: 12px;
font-weight: bold;
}

.dropdown-menu{
   background-color: var(--main-theme-color);
}

.dropdown-menu > li > a{
  color:white;
}

#presentation_text{
font-size: 16px;
font-weight: bolder;
}

.search_form_text{
text-align: center;
font-size: 20px;
font-weight: bolder;
}

.principal_domain{
text-align: center;
display: block;
width: 50%;
color: white;
border-radius: 10px;
/*background-image: linear-gradient(#afafdf, #3c4e7b);*/
background-image: linear-gradient(#868686, #700415);
margin: auto;
position: initial;
font-size: 15px;
padding: 5px;
font-weight: bolder;
}

.principal_domain a{
  color: white;
}

.result_domain .principal_domain{
width: fit-content;
text-align: left;
margin: 0;
display: inline-block;
}

#principal_domains .row{
margin-top:2em;
}

#termModal .center{
text-align:center;
}

#termModal .context{
padding-left:1em;
}

#termModal .audios a{
  font-size: 30px;
  vertical-align: middle;
}

a.edit_term{
margin: 4px;
border-radius: 100px;
height: 50px;
width: 50px;
text-align: center;
font-size: 25px;
display: inline-block;
color: white;
background: black;
padding-top: 8px;
}

.result_domain{
padding-top:15px;
}

a.share_term img{
vertical-align: top;
margin-top: 5px;
}

.close {
  color: black !important;
  font-size: 40px;
  font-weight: bold;
}

.modal-content{
border-radius: 20px;
}

#domain_term_table{
width:50%;
margin:auto;
text-align:center;
}

#domain_term_table th{
text-align:center;
background: #d2d2d2;
}

#footer, .navbar-tools{display:block;}

a{
  text-decoration:none !important;
  color: #6f0415;
text-decoration: none;
font-weight: bolder;
}

.header-text{
  border-bottom: 2px solid var(--main-theme-color);
  padding-bottom: 10px;
  color: var(--main-theme-color);
}

.header-text button{
  margin-right:2px;
}

table tr td{
  vertical-align: middle;
}

table tr td div{
  margin-bottom:0 !important;
}

table li {
   list-style:none;
}

tr.selected{
  background-color: #c6d9f1 !important;
  color: black;
  font-weight: bold;
}

tr.not_selected{
  background-color:#e3e3e3;
}

tr.new_concept{
  background-color: #cee4f6;
}

tr.selected.not_selected{
  background-color:#95b995;
}

#term_div a{
  text-decoration:none;
}

#term_div, #article_div, #image_div, #context_div {
  border:solid 1px var(--main-theme-color);
  border-radius:10px;
  margin-bottom: 2em;
}

#concept_media_div input{
  float:right;
}

.context_title{
  text-align: center;
  display: block;
  margin: 2em;
  font-size: 15px;
}

.chosen-container-single .chosen-single {
  height:34px !important;
}

.concept_thumbnail{
  width: 40px;
  height: 40px;
  margin-right:15px;
  border-radius:50px;
}

.image_thumbnail{
  width: 120px;
  height: 120px;
  border-radius: 70px;
  margin-left: 27px;
}

.django-ckeditor-widget{
  width:100%;
}

.glyphicon-remove{
  color: #d9534f;
}

.simple_search_div{
 display: block;
 border: solid 1px var(--main-theme-color);
 padding: 10px;
}

#concept_search_form_div, #term_search_form_div, #article_search_form_div, #image_search_form_div, #context_search_form_div, #text_search_form_div, #selection_search_form_div, #user_search_form_div   {
  border: 1px solid var(--main-theme-color);
  border-radius: 5px;
  margin-bottom: 10px;
}

#search_where{
  border-bottom: 3px solid var(--main-theme-color);
  margin-bottom: 10px;
  padding-left:10px;
}

#search_where a{
  padding: 3px 10px 3px 10px;
  font-size: 20px;
  border: 3px solid var(--main-theme-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  background-color: var(--main-theme-color);
}

#search_where a.active{
  border-bottom: 3px solid white;
  color: var(--main-theme-color);
  background-color:white;
}

#concept_search_form_div button, #term_search_form_div button, #article_search_form_div button, #image_search_form_div button, #context_search_form_div button, #text_search_form_div button, #selection_search_form_div button, #user_search_form_div button
{
  margin-top: 40px;
}

/*#search_dictionary_div{
  border-bottom: 2px solid var(--main-theme-color);
}*/

/*#search_dictionary_div button{
  margin-top: 20px;
}*/

#main_term{
   color: var(--main-theme-color);
text-align: center;
margin-bottom: 2em;
}

#search_icon{
  font-size:15px;
  border: 2px solid white;
  border-radius: 30px;
  padding: 7px;
  background-color: #000;
  color: white;
}

.chosen-container.chosen-container-single {
    width: 100% !important; 
}

.modal-backdrop{
  z-index: -1;
}

#posible_values{
  max-height: 35em;
  overflow-y: scroll;
}

.paginated tr td:first-child{
  width: 6em;
}

.export_field_list tr td{
  padding-left: 8px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.alert{
  text-align: center;
}

#password_error{
color: rgb(169, 68, 66);
margin-right: 25px;
display:none;
}

.bootbox .modal-dialog{
  font-size: 20px;
}

.chosen-container{
  min-width:100%;
}

#articleModal .modal-content{
    max-width:100%;
    width:100%;
}

.term_separator{
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid;
    padding: 0px 5px 5px 5px;
    border-radius: 5px;
    margin-top: 3px;
    display: inline-block;
    margin-bottom: 3px;    
}

.article_separator, .image_separator{
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid;
    border-radius: 5px;
    margin-top: 3px;
    display: block;
    margin-bottom: 3px;
}

.term_separator a, .term_separator input{
    vertical-align:middle;
    color: black;
    text-decoration:none;
}

.article_separator a, .article_separator input{
    color: black;
    text-decoration:none;
}

.term_separator.selected, .article_separator.selected, .image_separator.selected{
    font-weight: bold;
    border: 2px solid;
}

.term_separator.deleted, .article_separator.deleted, .image_separator.deleted{
    background-color: #a3aaa1;
    border-color: black;
    color: white;
}

#context_table tr.deleted{
    background-color: #a3aaa1;
    border-color: black;
    color: white;
    border: 2px solid black;
}

.term_separator.deleted input:last-child, .article_separator.deleted input:last-child, .image_separator.deleted input:last-child{
    display:none; 
}

#concept_media_div li input:first-child{
    float:left;
    margin-right: 5px;
}

#image_form_thumbnail{
    margin-right: 2em;
    margin-bottom: 2em;
}

.browser_preview_image{
    width:150px;
    height:150px;
    border: solid 2px var(--main-theme-color);
}

tr.context_separator td{
    background-color: var(--main-theme-color);
    color: white;
}

tr.link:hover{
   cursor:pointer;
}

.theme_modal_title{
    background-color: var(--main-theme-color);
    color: white;
    font-size: 15px;
}

#context_browser_table td:hover, #text_browser_table td:hover{
   cursor:pointer;
}

.chosen-error, input.error, button.error, #cke_id_content.error ,tr.error td{
   border: 1px 
   solid #a94442 !important;
}

/* BASE SEARCH BAR */

.page-home .search-query{
        position: relative;
        width: 80%;
        padding: 0.232em;
        border-radius: 6px;
        background-color: var(--main-theme-color)}
        
    .page-home .search-query .form-group {
        width: 100%;
        height: 60px;
        margin: 0 auto;}
        
    .page-home .search-query input {
        width: 80%;
        height: 100%;
        padding-left: 1.5em;
        padding-right: 80px;
        border: none;
        margin-left: 10%;
        display: block;
        position: absolute;
        }
        
    .page-home .search-query .btn-query {
        position: absolute;
        top: 0;
        right: 0;
        width: 10%;
        height: 100%;
        color: #61564b;
        padding: 0;
        background-color: var(--main-theme-color);
        border: none;
    }
    
.page-home .search-query input#id_corpus {
   margin-left: 20%;
}
 
.page-home .search-query .btn-lang,  .page-home .search-query .btn-formlemma, .page-home .search-query .btn-corpuslang{
    position: absolute;
    width: 10%;
    height: 100%;
    color: #61564b;
    padding: 0;
    background-color: var(--main-theme-color);
    border: none;
}  

#corpus_search_form .dropdown-menu{
    min-width:100% !important;
}

.page-home .search-query .btn-formlemma{
    margin-left:10%;
}  

#corpus_formlemma_button{
    border-left: 1px solid white;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.page-home .search-query .btn-context {
    position: absolute;
    float: right;
    margin-left: 45%;
    width: 15%;
    height: 100%;
    border-right: 1px solid white;
    color: #61564b;
    padding: 0;
    background-color: var(--main-theme-color);
}

.page-home .search-query .btn-domain {
    position: absolute;
    float: right;
    margin-left: 75%;
    width: 15%;
    height: 100%;
    border-right: 1px solid white;
    color: #61564b;
    padding: 0;
    background-color: var(--main-theme-color);
}

.page-home .search-query .btn-dictionary {
    position: absolute;
    float: right;
    margin-left: 60%;
    width: 15%;
    height: 100%;
    border-right: 1px solid white;
    color: #61564b;
    padding: 0;
    background-color: var(--main-theme-color);
}

.page-home .search-query .btn-lang .dropdown-menu, .page-home .search-query .btn-corpuslang .dropdown-menu, .page-home .search-query .btn-formlemma .dropdown-menu, .page-home .search-query .btn-domain .dropdown-menu, .page-home .search-query .btn-dictionary .dropdown-menu, , .page-home .search-query .btn-context .dropdown-menu{
    background-color: var(--main-theme-color);
    color: white;
    width: 105%;
    position: absolute;
    min-width: 10%;
    margin-left: -3px;
}

.page-home .search-query .btn-domain .dropdown-menu, .page-home .search-query .btn-dictionary .dropdown-menu, .page-home .search-query .btn-context .dropdown-menu{
    width:auto;
    min-width:105%;
}

.page-home .search-query .btn-lang .dropdown-menu .dropdown-item, .page-home .search-query .btn-corpuslang .dropdown-menu .dropdown-item,.page-home .search-query .btn-formlemma .dropdown-menu .dropdown-item, .page-home .search-query .btn-domain .dropdown-menu .dropdown-item, .page-home .search-query .btn-dictionary .dropdown-menu .dropdown-item, .page-home .search-query .btn-context .dropdown-menu .dropdown-item{
    height: 59px;
    display: block;
    vertical-align: middle;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    margin-top: auto;
    padding: 18px 10px 18px 10px;
    color: white;
    font-size: 18px;
    font-weight: bolder;
}

.page-home .search-query .btn-domain .dropdown-menu .dropdown-item, .page-home .search-query .btn-dictionary .dropdown-menu .dropdown-item, .page-home .search-query .btn-context .dropdown-menu .dropdown-item{
    font-size: 12px;
    padding: 5px 10px 18px 5px;
    height:auto;
}

.page-home .search-query .btn-lang button, .page-home .search-query .btn-corpuslang button, .page-home .search-query .btn-formlemma button, .page-home .search-query .btn-domain button, .page-home .search-query .btn-dictionary button, .page-home .search-query .btn-context button{
    vertical-align: middle;
    height: 100%;
    width: 97%;
    padding: 0px;
    background-color: var(--main-theme-color);
    color: white;
    font-size: 18px;
    font-weight: bolder;
}

.page-home .search-query .btn-domain button, .page-home .search-query .btn-dictionary button, .page-home .search-query .btn-context button{
   font-size: 12px;
}

#corpus_results tr td{
   width:50%;
}

#corpus_results tr.lang_tr{
   text-align:center;
   background-color: var(--main-theme-color);
   color: white;
   font-size: 20px;
}

#corpus_results tr.text_source{
   text-align:center;
   color: var(--main-theme-color);
   border-top: 1px solid var(--main-theme-color);
}

#corpus_results tr.text_tr span.highligth{
    font-weight:bolder;
}


.result_text {
  margin-top: 1em;
  font-size: 15px;
  font-weight: bolder;
  color: black;
}

span.lang, span.definition{
  padding-left:10px;
}

.result_definition span p{
  display:contents;
}




.dropbtnsearch {
  border: 0;
  border-radius: 12px;
  background: var(--main-theme-color);
  padding: 13px 19px 17px 19px;
  color: #fff;
  position: relative;
  display: block;
  /* font-size: 24px; */
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  height: 55px;
  }
  
.dropbtnsearch:hover {
	}
.dropdownsearch {
      display: inline-block;
  background-color: #fff;
  border: 1px solid var(--main-theme-color);
  border-right: 0px;
  border-radius: 15px 0 0 15px;
  color: #666;
  font-size: 14px;
  height: 66px;
  position: relative;
  width: auto;
  float: left;
  padding: 5px 7px;
  }

.dropdownsearch-content {
    display:none;
    position: absolute;
    background-color: var(--main-theme-color);
	z-index:5;
    /*font-size: 24px;*/
	font-size:20px;
	font-weight:bold;
    border-radius: 0 0 12px 12px;
	top:55px;
	width: 60px;
height: 50px;
}
.dropdownsearch ul {
    padding-left:0px;
}

.dropdownsearch ul li {
    list-style-type: none;
    list-style:none;
}

.dropdownsearch-content li {
    color: black;
    padding: 12px 19px 16px;
    text-decoration: none;
    display: block;
	border-top:1px dashed #d0d0d0;
	color:#3d454d;
}

.dropdownsearch-content li:hover {
	background-color: #ccc;/*#6f7981;*/
	border-radius: 0px;
	height: 50px;
	}

.dropdownsearch-content li:last-child:hover {border-radius: 0 0 12px 12px !important;}

.dropdownsearch:hover .dropdownsearch-content {
    display: block;
}

.dropdownsearch:hover .dropbtn {
    background-color: #3e8e41;
}
.dropdownsearch:hover {
	}

.dropdownsearch a{
  color: white;
  text-decoration:none;
}      

#id_term , #id_corpus{
  font-size:25px;
}
        
.wrapper{
        width: 1200px;
        margin-right: auto;
        margin-left: auto; }
        
    .narrow{
        width: 90%;
        max-width: 840px;
        margin-right: auto;
        margin-left: auto;}
        
        .narrow-xs{
            max-width: 455.838px !important;}
            .narrow-sm{
                max-width: 623.077px !important;}
                .narrow-lg{
                    max-width: 683.762px !important;}
                    .narrow-wide{
                        max-width: 934.615px !important;}
                            
    
                        

#main {
        position: relative;
        min-height: 100%;
        margin-bottom: 60px; 
        margin-top: 1em;
        }
        
        /* min-width 767px */
        @media only screen and (max-width: 48em) {
            #main {
                margin-top: 54px;
                padding-bottom: 60px; }
        }
        
/*==========================================================================
    GRID SYSTEM
    ========================================================================== */
    [class^="grid"],
    [class*="grid"]{
        padding-left: 0;
        margin: 0 auto;
        list-style: none;
        *zoom: 1}
        [class^="grid"]:before, [class*="grid"]:before,
        [class^="grid"]:after, [class*="grid"]:after{
            content: " ";
            display: table;}
            [class^="grid"]:after, [class*="grid"]:after{
              clear: both; }
              
    /* Responsive grid */          
    .grid > li{
        float: left;
        padding: 0 0 1em;
        text-align: center;
        width: 100%; }
        .grid > li > .block{
            display: block;
            margin-left: 0.444em;
            margin-right: 0.444em;}
        
    /* Columns */
    .column {
        float: left;
        width: 100%;
		padding: 0 0 1em;
        margin: 0 auto;}
        .column.first,.column.last{
          margin-left: 0 !important; }
          
    /* Others */
    p.last, ul.last, ol.last, li.last, div.last {
        padding-bottom: 0;
        _width: auto !important;
        _float: none !important; }

    /* min-width 410px, small screens */
    @media only screen and (min-width: 25.629em) {
    /* Responsive grid */
    .grid > li{
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2); }
        
    /* For conttent with gallery inside */
    .is-gallery .grid2col .column.first{
        width: 70% }
        .is-gallery .grid2col .column.last{
            float: right !important;
            width: 24% }
            .is-gallery .grid2col .column.thumb img{
                /*IKER*/
                padding-bottom: 10px;
                float: right;}
    }
    
    /* min-width 640px */
	@media only screen and (min-width: 40em) {
    /* Responsive grid */
    .grid > li{
        width: 33.333333%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3); }
    }
    
	/* min-width 769px, use when QAing tablet-only issues */
	@media only screen and (min-width: 48.063em) {
		.column{ padding: 0}
		.column.last{ float: right !important}
                
        /* Two columns */
        .grid2col .column { width: 48% }
        .grid2cola .column.first { width: 64% }
        .grid2cola .column.last { width: 32% }  
        .grid2colb .column.first { width: 70% }
        .grid2colb .column.last { width: 24% }
        .grid2colc .column.first { width: 32% }
        .grid2colc .column.last { width: 64%; }
        .grid2cold .column.first { width: 24% }
        .grid2cold .column.last { width: 70% }
        .grid2cole .column.first { width: 79% }
        .grid2cole .column.last { width: 19% }
        .grid2colf .column.first { width: 19% }
        .grid2colf .column.last { width: 79% }
        .grid2cols .column { width: 50% }
					
        /* Column inside column */
        [class^="grid2col"] .grid2col .column,
        [class*="grid2col"] .grid2col .column,
        .grid3col .grid2col .column{
            width: 48% }
				
        /* More than column... */
        .grid3col .column {width: 32%; margin-left: 2%; }
        .grid4col .column {width: 23%; margin-left: 3%; }
        .grid5col .column {width: 18.4%; margin-left: 2%; }
        .grid6col .column {width: 15%; margin-left: 2%; }
            
    }
    	/* min-width 1024px, large screens */
	@media only screen and (min-width: 64em) {
    /* Responsive grid */
    .grid > li{
        width: 25%;
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4); }
    }
    
.aside .list {
    background: white;
}

.box.list h3{
margin: 0px 0px 1em 1em;
font-size: 20px;
color: black;
}


.aside .box {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border: 2px solid black;
    padding-top: 1em;
    overflow-y: scroll;
    height: auto;
    max-height: 250px;
    overflow-y: auto;
}

.listbox {
    height: 200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
    color: #99948e;
    border: none;
    border-radius: 5px;
    background: #e9e4df;
}

.listbox .lbox-list {
    margin: 0 auto;
    overflow: auto;
}

.aside > .title {
    padding: 0em 1.5em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--main-theme-color);
}

.aside  a {
    color: #333;
}

@media only screen and (min-width: 25.629em) {
    /* Responsive grid */
    .grid > li{
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2); }
        
    /* For conttent with gallery inside */
    .is-gallery .grid2col .column.first{
        width: 70% }
        .is-gallery .grid2col .column.last{
            float: right !important;
            width: 24% }
            .is-gallery .grid2col .column.thumb img{
		padding-bottom: 10px;
                float: right;}
    }
    
    /* min-width 640px */
	@media only screen and (min-width: 40em) {
    /* Responsive grid */
    .grid > li{
        width: 33.333333%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3); }
    }
    
	/* min-width 769px, use when QAing tablet-only issues */
	@media only screen and (min-width: 48.063em) {
		.column{ padding: 0}
		.column.last{ float: right !important}
                
        /* Two columns */
        .grid2col .column { width: 48% }
        .grid2cola .column.first { width: 64% }
        .grid2cola .column.last { width: 32% }  
        .grid2colb .column.first { width: 70% }
        .grid2colb .column.last { width: 24% }
        .grid2colc .column.first { width: 32% }
        .grid2colc .column.last { width: 64%; }
        .grid2cold .column.first { width: 24% }
        .grid2cold .column.last { width: 70% }
        .grid2cole .column.first { width: 79% }
        .grid2cole .column.last { width: 19% }
        .grid2colf .column.first { width: 19% }
        .grid2colf .column.last { width: 79% }
        .grid2cols .column { width: 50% }
					
        /* Column inside column */
        [class^="grid2col"] .grid2col .column,
        [class*="grid2col"] .grid2col .column,
        .grid3col .grid2col .column{
            width: 48% }
				
        /* More than column... */
        .grid3col .column {width: 32%; margin-left: 2%; }
        .grid4col .column {width: 23%; margin-left: 3%; }
        .grid5col .column {width: 18.4%; margin-left: 2%; }
        .grid6col .column {width: 15%; margin-left: 2%; }
            
    }
    	/* min-width 1024px, large screens */
	@media only screen and (min-width: 64em) {
    /* Responsive grid */
    .grid > li{
        width: 25%;
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4); }
    }
    
/* Galleries */
    .is-gallery .tab-pane .thumb img,
    .is-gallery .tab-pane .grid img{
        width: 100%;}
        
    /* Articles */
    .is-article .tab-articles ol > li > ol{
        list-style:  lower-alpha; }
        
    .is-article .tab-articles .panel-default{
        box-shadow: none;
        border-radius: 0;
        border: none;}
        
    .is-article .tab-articles .panel-heading {
        background: none;
        border: none;
        border-bottom: 1px solid #e9e4df;
        color: inherit;
        padding: 0 0 1em; }
        
    .is-article .tab-articles .panel-title a{
        position: relative;
        display: block;
        width: 100%;
        padding: 0.444em 1.5em 0 0;}
        .is-article .tab-articles .panel-title a:hover,
        .is-article .tab-articles .panel-title a:focus,
        .is-article .tab-articles .panel-title a:active{
            text-decoration: none; }
            .is-article .tab-articles .panel-title a::after{
                content: "\e608";
                position: absolute;
                top: 0;
                right: 0;
                height: 100%;
                font-family: 'glyphicons-halflings';
                font-size: 2em;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                color: #6f5cce;
                speak: none;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;}
                .is-article .tab-articles .panel-title a.collapsed::after{
                    content: "\e606";
                    color: #c5beeb; }
                    .is-article .tab-articles .panel-title a:hover::after,
                    .is-article .tab-articles .panel-title a.collapsed:hover::after,
                    .is-article .tab-articles .panel-title a.collapsed:active::after{
                        color: #6f5cce; }
                        
                        
.tab-content{
 border: 2px solid var(--main-theme-color);
 padding: 2em;
 background-color: white;
}

.nav.nav-tabs.three li{
float: left;
margin-bottom: -3px;
background-color: var(--main-theme-color);
border-bottom:none;
}

.nav.nav-tabs.three li.active{
float: left;
margin-bottom: -3px;
border: 2px solid var(--main-theme-color);
background-color: var(--main-theme-color);
border-bottom: 2px white;
}

.nav.nav-tabs.three li a{
   color: white;
}

.nav.nav-tabs.three li.active a{
  color: var(--main-theme-color);
}

.btn-query .glyphicon-search{
  color: white;
  font-size:3em;
}

.navbar-header img{
  max-height: 50px;
  padding-top:5px;
}

/*Form Wizard*/

.bs-wizard {
height: 100px;
background-color: transparent;
border-radius: 5px;
margin-bottom:3em;
}

.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: var(--main-theme-color); font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: var(--main-theme-color); font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: rgb(162, 188, 219); top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #4277B7; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: rgb(162, 188, 219);}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

#result .nav-tabs > li > a {
    margin-right: 0px;
}

#result .nav-tabs > li > a:hover {
    color: var(--main-theme-color);
    background-color: white;
}

.translation_header {
    text-align: center;
    color: white;
    font-size: 18px;
    padding-bottom: 0px;
    background-color: var(--main-theme-color);
    width:50%;
}

.translation_unit{
    width: 50%;
}

.work_tr td{
   text-align: center;
   border-bottom:1px solid;
}

p.no_results{
  font-size: 1.5em;
  margin-top: 1em;
}

.no_result_div{
  width: 70%;
  float: right;
}
.translation_table_monolingual{
  margin-top:2em;
}

.term_pair_div{
    padding-left: 3em;
    padding-right: 3em;
}

.material{
    font-weight: bolder;
    border-top: 1px solid var(--main-theme-color);
}

.main_menu{
background-color: var(--main-theme-color);
text-align: center;
padding: 1.5em;
border-radius: 50px;
margin: 1.5em;
text-decoration: none;
color: black;
}

.main_menu.edit{
    background-color: #4277b7;
}

.main_menu.publish{
    background-color: var(--main-theme-color);
}

.main_menu.select{
    background-color: #57ba57;
}

.main_menu p{
    font-size: 1em;
}

.main_title{
   margin-top: 0em;
   margin-bottom: 2em;
   text-align: center;
   background: url('../img/fondo.jpg');
   color: white;
   background-position: center;
}

.main_title h1{
  text-align: center;
font-size: 4em;
padding-top: 1em;
margin-top:-1px;
}

.main_title h2{
   font-size: 2em;
   padding-bottom: 3em;
}


.main_menu img{
    width: 50%;
}

.main_menu img:hover{
    width: 60%;
}

.main_title img{
    width: 25%;
}

.main_title img.title_name{
    width: 10%;
    display:none;
}

.main_title span{
    font-size: 11em;
    margin-top: 0.2em;
    color: var(--main-theme-color);
}

#registerModal div.modal-content, #passwordModal div.modal-content, #permissionModal div.modal-content, #commentModal div.modal-content, #proposalModal div.modal-content, #traductionProposalModal div.modal-content, #permissionDictModal div.modal-content, #collisionModal div.modal-content{
    background-color: var(--main-theme-color);
    color: white;
}

#collisionModal div.modal-content .header-text{
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    color: white;

}

#login_link ul li{
    text-align: center;
}

#login_link img{
    width:50px;
    height: 50px;
    border-radius: 100px;
    margin: -6px;
}

#login{
    padding: 5px;
border: 1px solid white;
margin: 4px;
border-radius: 100px;
height: 50px;
width: 50px;
text-align: center;
font-size: 30px;
color: white;
background: #816b6e;
}

#login_link img.profile_image{
    width: 140px;
    height: 140px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom:10px;
}

#login_link .login_name{
    margin-bottom:15px;
}

.navbar-tools ul li a.twitter {
    background: url("https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter_colored_svg-512.png") no-repeat;
    width: 58px;
    height: 57px;
    position: relative;
    display: block;
    margin: 0 0 5px;
    background-size: 30px;
    background-position: 10px;
}

.navbar-tools ul li a.facebook {
    background: url("https://image.flaticon.com/icons/svg/124/124010.svg") no-repeat;
    width: 58px;
    height: 57px;
    position: relative;
    display: block;
    margin: 0 0 5px;
    background-size: 30px;
    background-position: 10px;
}

span.term_icon.not_editable, a.not_editable{
    color: rgb(169, 68, 66);
}


span.term_icon{
    text-decoration:none;
    color: var(--main-theme-color);
    float: right;
    margin-left: 5px;
}

#definition{
    margin-bottom: 3em;
}



.search_selected{
    font-size: 1.2em;
}

.articles .Grafikoa{
vertical-align: middle;
margin-left: auto !important;
margin-right: auto !important;
align-content: center !important;
display: block;
text-align: center;

}

.Heading1{
margin-top: 30px;
margin-bottom: 8px;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
}

.Heading2{
margin-top: 30px;
margin-bottom: 8px;
font-size: 15px;
text-transform: uppercase;
}

.Heading3{
  margin-top: 16px;
  margin-bottom: 8px;
  font-variant: small-caps;
  font-size: 16px;
}

.Taulaburua{
border: none;
padding: 0;
text-align: center;
font-size: 13.333334px;
}

#content ul li p{
margin-bottom:10px;
}

.articles .title{
    font-size: 2em;
}

figcaption{
text-align: center;
}

.big_table{
    width:100%;
}

.text p{
    font-size: 16px;
    margin-bottom: 20px !important;
}

.text span{
    font-size: 16px;
}


.text p.information_title{
    font-weight: bold;
    border-bottom: 1px solid white;
    font-size: 20px !importatnt;
    margin-top: 20px !important;
    margin-bottom: 5px !important;
}


.definition_div p, .definition_div span{
    font-family: "Meta", Helvetica, Arial, Verdana, sans-serif !important;
}

.info_div{
    background-color: var(--main-theme-color);
    color: white;
    padding: 10px;
    margin-bottom: 20px;
}

.info_div p.info_title{
    color: white;
    border-bottom: 1px solid white;
    font-size: 20px;
}

.info_div p{
    color: white;
}

.box.list li{
    list-style: none;
}

/* Content aside navbar items
    --------------------------------*/
    
    /*.page-home*/
    .navbar-tools{
        /*position: absolute;*/
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 8em;}
        
        .navbar-tools .nav{
            text-align: center;
            margin: 0 auto;}
            
            .navbar-tools .nav > li{
                display: inline; }
                
                .navbar-tools .nav > li > a{
                    display: inline-block;
                    padding: 0;
                    width: 54px;
                    height: 54px;
                    color: var(--main-theme-color);
                    border: 2px solid;
                    background: white;
                    border-radius: 100%;
                    overflow: hidden;}
                    .no-touch .navbar-tools .nav > li > a:hover,
                    .navbar-tools .nav > li > a:active{
                        color: #EDE1D2;
                        background: #99948e; }
                        .navbar-tools .nav > li > a span{
                            display: none }
                            .navbar-tools .nav > li > a .icon{
                                display: block;
                                width: 100%;
                                height: 100%;
                                font-size: 1.407em;
                                line-height: 54px; }

/* min-width 768px, use when QAing tablet-only issues */
    @media only screen and (min-width: 48em) {
    .navbar-tools{
        position: fixed;
        top: 32%;
        right: 0;
        bottom: auto;
        /*IKER*/
        width: 50px;
        /*width: auto;*/
        z-index: 999}
        
        .page-home .navbar-tools .nav > li{
            display: block;
            width: auto; } 
        
        .navbar-tools .nav > li > a{
            display: block;
            width: 230px;
            padding: 0 1em;
            text-align: left;
            white-space: nowrap;
            margin-bottom: 4px;
            border-radius: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            /*IKER
            -webkit-transform: translate3d(78%, 0, 0);
            -moz-transform: translate3d(78%, 0, 0);
            -ms-transform: translate3d(78%, 0, 0);
            -o-transform: translate3d(78%, 0, 0);
            transform: translate3d(78%, 0, 0);
            */
            -webkit-transition: -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1);
            -moz-transition: -moz-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1);
            -o-transition: -o-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1);}
            
            .navbar-tools .nav > li.dict_li > a{
                width:1525px;            
            }
            
            .navbar-tools .nav > li.link_li > a{
                width:325px;            
            }
            
            .navbar-tools .nav > li > a:hover{
                /*IKER
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);*/
                /*-webkit-transform: translate3d(-78%, 0, 0);
                -moz-transform: translate3d(-78%, 0, 0);
                -ms-transform: translate3d(-78%, 0, 0);
                -o-transform: translate3d(-78%, 0, 0);
                transform: translate3d(-78%, 0, 0);*/
                }
                
                .navbar-tools .nav > li > a span{
                    display: block;
                    height: 100%;
                    line-height: 54px;
                    text-transform: uppercase}
                    
                .navbar-tools .nav > li > a span.dict{
                    display: inline-block;
                    height: 100%;
                    line-height: 54px;
                    padding-right: 5px;
                    padding-left: 5px;
                    border-right: solid 1px #860116;
                    /*border-right-style: dotted;*/
                    text-transform: uppercase}
                    
                .navbar-tools .nav > li > a span.dict:hover{
                    background-color: #860116;
                    color: white;
                    cursor: pointer;
                }
                
                .navbar-tools .nav > li > a span.dict#zt_hiztegia, .navbar-tools .nav > li > a span.dict#irale{
                   border-left: solid 1px #860116;    
                   /*border-left-style: dotted;*/
                }
                .navbar-tools .nav > li > a .icon{
                    display: block;
                    float: left;
                    width: auto;
                    height: auto;
                    margin-right: 1em }
    }
    
    
#gridbox{
 width:375px;
 height:auto;
 background-color:white;
 box-shadow:0 0 10px #CCC;
 border:solid var(--main-theme-color) 1px;
 font-size:12px;
 color:#666;
 overflow:hidden;
 display:none;
 position: fixed;
 top: 32%;
 right: 6%;
 z-index:2;
 border-radius:10px;
 width: auto;
 }

#innergrid{
 overflow:hidden;
 margin:3px;

 }
.arrow{
margin-left: 118px;
width: 0;
height: 0;
display: none;
border-top: 15px solid transparent;
border-left: 15px solid var(--main-theme-color);
border-bottom: 15px solid transparent;
top: 34%;
right:5%;
position:fixed;
}


#gridbox2{
 width:375px;
 height:auto !important;
 background-color:white;
 box-shadow:0 0 10px #CCC;
 border:solid var(--main-theme-color) 1px;
 font-size:12px;
 color:#666;
 overflow:hidden;
 display:none;
 position: fixed;
 top: 39%;
 right: 6%;
 z-index:2;
 border-radius:10px;
 width: auto;
 }

#innergrid2{
 overflow:hidden;
 margin:3px;

 }
.arrow2{
margin-left: 118px;
width: 0;
height: 0;
display: none;
border-top: 15px solid transparent;
border-left: 15px solid var(--main-theme-color);
border-bottom: 15px solid transparent;
top: 40%;
right:5%;
position:fixed;
}

#icons img{
 width: 68px;
 height: 80px;
 }
 
#gridbox ul, #gridbox2 ul{
 list-style:none;
 margin:0;
 padding:0;
 }

#gridbox li, #gridbox2 li{
 float:left;
 padding:5px;
 border:solid #666 0;
 cursor: pointer;
 }
 
#gridbox tr td, #gridbox2 tr td{
  vertical-align: middle;
background-color: white;
color: white;
padding: 3px;
margin: 0px;
border-color: black;
border-radius: 10px;
text-align: center;
font-size: 12px;
width:170px;
}

#gridbox tr td div, #gridbox2 tr td div{
background-color: var(--main-theme-color);
border-radius: 10px;
height: 50px;
}


#gridbox tr td div span, #gridbox2 tr td div span{
padding-top:13px;
cursor:pointer;
display: inline-block;
}

#gridbox tr td div span a, #gridbox2 tr td div span a{
color: white;
}

#gridbox table, #gridbox2 table{
margin-top:0px;
width: 100%;
}





.modal-gallery .modal-content{
    width:200%;
}


.ui-menu .ui-menu-item{
    background:white;
    cursor:pointer;
    padding-left:10px;
    font-size: 20px;
    color: var(--main-theme-color);
}

.ui-menu:hover .ui-menu-item:hover{
    background:var(--main-theme-color);
    font-size:21px;
    color:white;
}

.error_message{
    text-align: center;
    margin-top: 20%;
    font-size: 100px;
}

div.dictionary_ok{
    background-color: #a3cca3 !important;
    color: black;
    font-weight: bold;
}

div.dictionary_nok{
    /*background-color: #d48e8e !important;
    color: black;*/
    /*background-color: #dddddd !important;
    color: #8d8b84;*/
}

div.dictionary_nok span{
    text-decoration: line-through !important;
}

/* OUTER DICTS */
#outter_dictionary_content{
    border: solid 1px #244368;
    padding: 10px;
    border-radius: 10px;
    display:none;
}

#outter_dictionary_content img{
    max-width:100%;
}

#outter_dictionary_content li{
    list-style-type: none;
}



/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        body {background-image: none !important;}
        .main_title img.title_name {width: 100%;}
        .main_title {margin-top: 0em !important;}
        #gridbox {width: 375px;height: 232px;background-color: white;box-shadow: 0 0 10px #CCC;border: solid var(--main-theme-color) 1px;font-size: 12px;color: #666;overflow: hidden;display: none;position: relative;top: 0%;right: 0%;border-radius: 10px;width: 100%;margin-bottom: 7em;}
        .arrow{display:none !important;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        body {background-image: none !important;}
        .main_title img.title_name {width: 100%;}
        .main_title {margin-top: 0em !important;}
        #gridbox {width: 375px;height: 232px;background-color: white;box-shadow: 0 0 10px #CCC;border: solid var(--main-theme-color) 1px;font-size: 12px;color: #666;overflow: hidden;display: none;position: relative;top: 0%;right: 0%;border-radius: 10px;width: 100%;margin-bottom: 7em;}
        .arrow{display:none !important;}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        body {background-image: none !important;}
        .main_title img.title_name {width: 100%;}
        .main_title {margin-top: 0em !important;}
        #gridbox {width: 375px;height: 232px;background-color: white;box-shadow: 0 0 10px #CCC;border: solid var(--main-theme-color) 1px;font-size: 12px;color: #666;overflow: hidden;display: none;position: relative;top: 0%;right: 0%;border-radius: 10px;width: 100%;margin-bottom: 7em;}
        .arrow{display:none !important;}
    }
    
    .gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.elh-left-padding{
  padding-left: 15px;
}

.next{
    text-align: center;
    font-size: 20px;
}
