/** {*/
    /*outline: 1px solid #e8e8e8;*/
/*}*/

body {
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    /*background: white url(../images/site/bg_letters.jpg);*/
    color: #424242;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    margin-top: 0;
}

a:link {
    color: #1a4060;
}

a:visited {
    color: #1a4060;
}
a:hover {
    color: #347cba;
    text-decoration: none;
}



.breadcrumb {
    background-color: #fdfdfd;
    font-size: 0.9em;
    padding: 5px 15px;
    margin-bottom: 40px;
    border-radius: 0;
}

#index {
    /*margin-top: 50px;*/
}


#page_wrapper {
    margin-top: 0;
    min-height: 400px;
    /*background-color: white;*/
    padding-top: 10px;

}

/*#page_wrapper .container {*/
    /*padding-top: 75px;*/
/*}*/

/* END OF MAIN NAVIGATION */


/* MAIN PAGE BOXES */


/*#main_picture {*/
    /*margin-top: -50px;*/
    /*!*background-color: #6f967f;*!*/
    /*margin-bottom: 50px;*/
    /*border-bottom: 1px solid #5f806d;*/
    /*padding: 0;*/
    /*position: relative;*/
/*}*/

#motto_bg {
    /*width: 80%;*/
    text-align: center;
    padding: 10% 10% 8% 10%;
    background: white url('../images/site/british_bg.jpg');
    margin-bottom: 20px;
    border-bottom: 1px solid #5c7d79;

}

#motto_bg_kids {
    /*width: 80%;*/
    text-align: center;
    /*padding: 10% 10% 8% 10%;*/
    background: white url('../images/site/main_bg.png') no-repeat;
    margin-bottom: 20px;
    border-bottom: 1px solid #5c7d79;

}

#motto_bg h1 {
    background: rgba(255, 255, 255, 0.85);
    padding: 50px 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    color: #286B73;

}

#motto_bg .motto_span {
    color: #8B1A1D;
    font-size: .8em;
}

#secondary-nav {

}
* {
    /*outline: 1px solid white;*/
}
ul#secondary-nav {
    width: 100%;

    list-style: none;
    padding: 0;
    margin-top: 5%;
    margin-bottom: -5%;
}

ul#secondary-nav>li {
    display: inline;
    padding: 0;
    margin: 0;
}

ul#secondary-nav>li>a {
    margin: 3px;
    width: 120px;
    display: inline-block;
    padding: 5px 10px;
    color: white;
    background: #174E5E;
    transition: all .5s ease;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
}

ul#secondary-nav>li>a:hover, ul#secondary-nav>li>a.active {

    background: rgba(255, 255, 255, 0.98);
    color: #383838;
    box-shadow: 0 0 7px rgba(0,0,0,.3);
}


#motto {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
}

#motto h1 {
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    /*font-size: 4em;*/
    /*color: #7b7b7b;*/

    color: #693342;

    /*text-shadow: 1px 1px 0 white, 2px 2px darkgrey;*/
}

/** {*/
    /*outline: 1px dotted lightgrey;*/
/*}*/

#motto h1.mottoH1_big {
    font-size: 3em;
}
.company_name {
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    font-size: .9em;
}

#motto h3 {
    margin-top: -10px;
    font-size: 2.5em;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
}

#motto h1.mottoH1 {
    font-size: 3em;
}

#main_nav {
    margin-top: -1px;
    transition: box-shadow .3s ease;
    background: white;
    padding: 0;
    z-index: 1000000;

}

#main_nav>li>a {
    background: white;

    padding: 2px 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid transparent;

    color: #6f6f6f;
    transition: all .3s ease;
    margin: 0;
}

#main_nav>li>a:hover {
    background: white;

}

#main_nav>li:not(.active_pill)>a:hover {
    background: white;
    border: 1px solid rgba(95, 128, 109, 0.58);
    /*color: white;*/
}

#main_nav>li.open>a {
    background: white;
    border: 1px solid rgba(95, 128, 109, 0.58);
}

#main_nav>li.active_pill {
    background: transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid rgba(95, 128, 109, 0.58);
}

#main_nav.affix {
    margin-top: -52px;
    z-index: 10000;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}




#index-page {
    padding-left: 15px;
    padding-right: 15px;
}

#index-page div{
    padding-left: 0;
    padding-right: 0;
}

#index-page a:link {
    color: #194048;
}
#index-page a:visited {
    text-decoration: none;
}
#index-page a:hover {
    color: #35889a;
}

#index-page h2{
    margin-top: 30px;
    color: #693342;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
}

* {
    /*outline: 1px solid grey;*/
}
#index-page h3 {
    margin-top: 30px;
    color: saddlebrown;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
}

#index-page h4:not(.structure) {
    font-size: 1.5em;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #767676;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;

}

#index-page p {
    font-size: 1.15em;
    line-height: 1.6em;
}

#index-page ul {
    margin-bottom: 20px;
}

#index-page div>ul {
    font-size: 1.2em;
    line-height: 1.5em;
}

#index-page ul.sum {
    font-size: 1.2em;
    line-height: 1.5em;
}

#training {
    margin-bottom: 30px;
    margin-top: 20px;
}
#training .train_button {
    display: block;
    width: 110px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid transparent;
    color: black;
    transition: background .5s ease;
}

#training .train_button:hover {
    text-decoration: none;
    cursor: pointer;
    color: darkgreen;

}

#index-page .sitting_girl {
    margin-bottom: 20px;
}

#training .train_button.easy {
    border-color: green;
}

#training .train_button.easy:hover {
    border-color: green;
    background: #008000;
    color: white;
}

#training caption {
    font-size: 1.55em;
}



#training .train_button.middle {
    border-color: #ff9c46;
}
#training .train_button.middle:hover {
    border-color: #ff9c46;
    background: #ff9c46;
    color: white;
}

#training .train_button.hard {
    border-color: #a60000;
}
#training .train_button.hard:hover {
    border-color: #a60000;
    background: #a60000;
    color: white;
}
#training table {
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px;
    margin-top: 20px;
}

#training td {
    padding: 5px 5px 5px 0;
}
#training tr {
    border-bottom: 1px solid #ededed;
}

#training td:first-child {
    font-weight: bold;
    color: grey;
    width: 25%;
}

#training td:nth-child(2) {
    padding-right: 20px;
}


.accent {
    border-bottom: 1px dotted green;
}

#index-page .images-of-levels {
    margin-top: 20px;
    margin-bottom: 30px;
}

#index-page .which-glossaries {
    color: #9c9c9c;
    font-size: .9em;
}

#index-page .structure {
    color: #666666;
    margin-top: 20px;
    font-size: 1.5em;
}


#glossary_cloud {
    padding: 10px 10px 4px 10px;
    border-radius: 5px;
    /*border: 1px solid orangered;*/
    margin-bottom: 30px;
    margin-top: 0;
}

.cloud-divider {
    border-bottom: 1px solid #E8DFBE;
    margin-bottom: 10px;
    margin-top: 4px;
}

#other-pages #glossary_cloud a {
    display: inline-block;
    float: left;
    padding: 2px 10px;
    border: 1px dashed #e1e1e1;
    margin: 0 7px 7px 0;
    color: #276B70;
    transition: all .3s ease;
    font-size: .9em;
}

#other-pages #glossary_cloud a:hover, #other-pages #glossary_cloud a.active {
    border: 1px dashed transparent;
    background: #D94F28;
    color: white;

}

#other-pages p {
    font-size: 1.3em;
    line-height: 1.5em;
}

#other-pages ul {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

#other-pages h2{
    margin-top: 30px;
    color: #693342;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
}

* {
    /*outline: 1px solid grey;*/
}
#other-pages h3 {
    margin-top: 30px;
    color: saddlebrown;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;

}

#other-pages h4 {
    /*font-size: 1.5em;*/
    /*margin-top: 40px;*/
    /*margin-bottom: 10px;*/
    color: #767676;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;

}


#exercise-buttons {
    list-style: none;
    width: 100%;
    text-align: center;
}

#exercise-buttons li {
    display: inline;
}

#exercise-buttons li a{
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid orange;
    color: black;
    transition: all .5s ease;
}

#exercise-buttons li a:hover {
    background: rgba(255, 165, 0, 0.48);
}

#exercise-container {
    border: 1px dotted grey;
    margin-bottom: 30px;
}


#phrases {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}
#phrases tr {
    border-bottom: 1px dashed #e4e4e4;
}

#phrases .word_name {
    width: 47%;
}
#phrases .translations {
    width: 47%;
}


.text_box {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #F69F8E;
    font-size: 1.3em;
    line-height: 1.6em;
}

.text_box img:hover {
    cursor: pointer;
}

p.text_box {
    margin-top: 20px;
}

.text_box ul {
    list-style-type: square;
    padding-left: 20px;
}


.mini_box p {
    padding: 5px 15px;
}

#trainings {
    margin-bottom: 30px;
}

#carousel-example-generic {
    margin-bottom: 40px;
}

.trainings_box {
    margin-bottom: 40px;
    line-height: 1.8em;
}
.trainings_box h3{
    font-size: 1.1em;
    line-height: 1.5em;
    color: #777777;
}
.text_box {
    margin-bottom: 40px;
}

.box h2 {
    /*font-family: 'Roboto', sans-serif;*/
    color: #7c7c7c;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    /*font-family: Righteous,'Roboto', Helvetica, Verdana, Arial, sans-serif;*/
    margin-top: 30px;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 0;
    /*background-color: rgba(6, 8, 7, 0.09);*/
    border-top: 1px dotted #d8d8d8;
    text-align: center;
}

.box h2+h3 {
    color: #999999;

    text-transform: lowercase;
    margin-bottom: 50px;
    margin-top: 0;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;

    /*font-family: Righteous,'Roboto', Helvetica, Verdana, Arial, sans-serif;*/
    border-bottom: 1px dotted #d8d8d8;
    padding-bottom: 5px;

}

.header_trainings {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 1.5em;
}

div.divider {
    padding: 40px 0;
}
.glossary_images {
    margin: 0;
    padding: 0;
}

h2#word_page {
    padding: 5px;
    color: #686868;
    text-align: center;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    /*border-bottom: 1px solid grey;*/
    margin-top: 20px;
}

.dictionary_img {
    padding-bottom:20px;
}

.box .moreBtn {
    background-color: #377ba8;
    border: 2px solid #33739d;

    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    color: white;
    transition: all 0.7s ease;
    padding: 15px 0;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}


.box .moreBtn:hover {
    background-color: #3d8abb;
    box-shadow: none;
}

a.learn_more {
    color: #558468;
}

a.learn_more .glyphicon-triangle-right {
    font-size: 0.7em;
}

a.learn_more:hover {
    color: #6fac88;
}

/* CAROUSEL */

.carousel-indicators {
    bottom: 3%;
    z-index: 1000;
    color: black;
}

.carousel-indicators li, .carousel-indicators .active {
    width: 20px;
    height: 20px;
}

.box .regBtn {
    background-color: #5f806d; /* Green */
    /*border: 2px solid #3c684e;*/
    /*box-shadow: 1px 1px 2px rgba(0,0,0,.5);*/
    color: white;
    transition: all 0.7s ease;
    padding: 15px 0;
    letter-spacing: 0.5em;

}


.box .regBtn:hover {
    background-color: rgba(95, 128, 109, 0.71); /* Green */
    box-shadow: none;
}



#advantages h2{
    text-align: center;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    background-color: rgba(137, 186, 158, 0.29);
    padding: 25px ;
}

#home_school h4 {
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    font-size: 1.5em;
    color: #7B3C4D;
    text-align: center;
    margin-bottom:20px;
}

#home_school .text_box {
    margin-bottom: 30px;
}

#home_school img {
    margin: 10px;
}
.bold_text {
    font-weight: bold;
}
/*.button {*/
    /*background-color: #4CAF50; !* Green *!*/
    /*border: 2px solid transparent; !* Green *!*/
    /*color: white;*/
    /*padding: 15px 32px;*/
    /*text-align: center;*/
    /*text-decoration: none;*/
    /*display: inline-block;*/
    /*font-size: 16px;*/
    /*border-radius: 2px;*/
    /*-webkit-transition: all .6s ease;*/
    /*-moz-transition: all .6s ease;*/
    /*-ms-transition: all .6s ease;*/
    /*-o-transition: all .6s ease;*/
    /*transition: all .6s ease;*/
    /*margin: 15px 0;*/
/*}*/

.button {
    display: inline-block;
    border-radius: 4px;

    background-color: #7ba68d; /* Green */
    border: 2px solid transparent; /* Green */

    /*background-color: #f4511e;*/
    /*border: none;*/
    color: #FFFFFF;
    text-align: center;
    font-size: 1.25em;
    padding: 20px;
    /*width: 320px;*/
    transition: all 0.5s;
    cursor: pointer;
    margin: 15px 0;
    vertical-align: middle;
}

/*.button:hover {*/
    /*background-color: white;*/
    /*color: black;*/
    /*border: 2px solid #4CAF50; !* Green *!*/
/*}*/

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

/* END OF MAIN PAGE */

/* TRAININGS */

#trainings_pills {
    margin-top: 20px;
    margin-bottom: 10px;
}

#trainings_pills.nav-pills a{
    color: white;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    transition: all 0.5s ease;

}

#trainings_pills .easy {
    background-color: #11644D;
}

#trainings_pills .medium {
    background-color: #F78145;
}

#trainings_pills .hard {
    background-color: #F24E4E;
}

#trainings_pills .easy a:hover {
    background-color: rgba(17, 100, 77, 0.8);
}

#trainings_pills .medium a:hover {
    background-color: rgba(247, 129, 69, 0.8);
}

#trainings_pills .hard a:hover {
    background-color: rgba(242, 78, 78, 0.81);
}
#trainings_pills.nav-pills li:hover{
    background-color: transparent;
}

#trainings_pills.nav-pills a:hover {
    /*color: black;*/
    /*background-color: rgba(170, 170, 170, 0.24);*/
    border-radius: 0;
}

/* END OF TRAININGS */

/* CONTACTS */
#address, #map {
    margin-top: 30px;
}

#address table{
    width: 100%;
    vertical-align: middle;
}

#address table tr {
    /*border-bottom: 1px solid #e2e2e2;*/
}

#address table tr td:first-child{
    width: 40%;
    font-weight: bold;
}

#address table tr td{
    padding: 5px 0;
}

#map {
    border: 5px solid rgba(170, 211, 225, 0.64);
    border-radius: 5px;
    padding: 0;
    margin-bottom: 50px;
}



/* END OF CONTACTS */

/* CONTACT FORM */
#contactForm {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*height: 100%;*/
    /*background-color: rgba(0,0,0,.8);*/
    /*z-index: 100001;*/
    /*display: none;*/
    /*transition: all 1s;*/
}

#form {
    position: relative;
    margin-top: 30px;
    background: white;
    padding: 20px;
}

#form #closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
}

#form #closeBtn:hover {
    cursor: pointer;
    color: grey;
}

/* END OF CONTACT FORM */



/* WORD */

#word {
    /*border-top: 2px solid #5A8B6E;*/
    padding-top: 20px;
    clear: both;
    margin-bottom: 50px;
}
#word .left_side {
    padding: 0;
}

#word .left_side div {
    padding-left: 0;
}

/*#word .left_side>div {*/
    /*padding: 0;*/
/*}*/

#word .left_side_button {
    margin-bottom: 20px;
}


#word .translations h3{
    padding: 10px 0;
    color: #777777;
    border-top: 1px dotted lightgrey;
    border-bottom: 1px dotted lightgrey;
}

#word #word_name {
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    font-size: 2em;
}

#word .translations table {
    border-collapse: collapse;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 10px;
}

#word .translations table td {
    padding: 0;
    line-height: 1.5em;
}

#word .translations .number {
    width: 5%;
    text-align: left;
}

#word .translations .translation_name {
    line-height: 2em;
    font-size: 1.2em;
}

#word .translations .translation_name>a {
    display: inline-block;
    padding-right: 10px;
}

#word .translations .language {
    width: 5%;
    text-align: center;
}

#word .translations .update {
    width: 10%;
    text-align: center;
}

#word #controls {
    margin-bottom: 20px;
}

a[type=button] {
    color: white;
    margin-bottom: 20px;
}

#controls .player {
    width: 35px;
    height: 35px;
    display: block;
    overflow: hidden;
    background: url(../images/site/play_icon_off.png) no-repeat 50% 50%;
}

#controls .player:hover {
    background: url(../images/site/play_icon.png) no-repeat 50% 50%;
    cursor: pointer;
}

#controls audio {
    width: 100%;
    overflow: hidden;
    margin-left: -4px;
    margin-top: 3px;
    opacity: 0;
}

#controls audio.other {
    width: 100%;
    overflow: hidden;
    margin-top: 2px;
    margin-left: -3px;
    opacity: 0;
}
#controls audio.safari_player {
    width: 100%;
    margin-top: 5px;
    margin-left: 6px;
    opacity: 0;
}

.add_image_button {
    margin-bottom: 10px;
    padding: 0;

}

.word_images_carousel {
    padding: 0;
    margin-bottom: 30px;
}

.word_images_carousel #myCarousel .carousel-control.left, .word_images_carousel #myCarousel .carousel-control.right {
    background-image: none;
}

#antonyms {
    padding-top: 15px;
    margin-bottom: 50px;
}

#word table.sentences {
    width: 100%;

}

#word table.sentences td.no_audio {
    min-height: 40px;
}


#word table.sentences .sentence_name{
    width: 45%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#word table.sentences .link{
    width: 5%;
    text-align: center;
}


.right_side>div {
    padding-left: 0;
}

/* END OF WORD */

td.audio {
    width: 35px;
    overflow: hidden;
    text-align: center;
}

td.audio span.player {
    width: 35px;
    height: 35px;
    display: block;
    overflow: hidden;
    background: url(../images/site/play_icon_off.png) no-repeat 50% 50%;

}

td.audio span.player:hover {
    background: url(../images/site/play_icon.png) no-repeat 50% 50%;
    cursor: pointer;
}

table.sentences td {
    padding: 10px 0;
}

td.audio audio {
    width: 100%;
    margin-top: 2px;
    margin-left: -4px;
    /*opacity: 0;*/
}

td.audio audio.other {
    width: 100%;
    margin-top: 2px;
    margin-left: -6px;
    opacity: 0;
}
td.audio audio.safari_player {
    width: 100%;
    margin-top: 5px;
    margin-left: 6px;
    opacity: 0;
}


div.repeat_again {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.64);
    top: 40%;
    /*bottom: 40%;*/
    border-radius: 15px;
    padding: 40px 40px 60px 40px;
    height: auto;
    /*line-height: 40px;*/
}

/*div#repeat_again a {*/
    /*display: inline-block;*/
    /*!*padding-top: 40px;*!*/
    /*!*padding-bottom: 20px*!*/
/*}*/

div.repeat_again h3 {
    color: white;
    font-size: 2.0em;
    margin-top: -15px;
    margin-bottom: 15px;
}





/*div.repeat_again button:hover {*/
    /*background-color: #91c3a6;*/
    /*border-color: #698e79;*/
/*}*/
.text_box #search_form {
    margin-top: 20px;
    font-size: 0.8em;
}
.text_box #search_results a{
    padding: 5px 10px;
}

.glossary_link {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;

}
.glossary_link img {
}

.glossary_link .glossary_name {
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 20px;
    text-align: center;
    color: white;
    display: inline-block;
    padding: 10px;
    font-size: 1.3em;
    background: linear-gradient(to bottom, rgba(119, 119, 119, 0.5), rgba(0, 0, 0, 0.49));
    opacity: 0;
    transition: all .7s ease;

}
.glossary_link:hover .glossary_name {
    opacity: 1;
}


.glossary_link .thumbnail {
    margin-bottom: 0;
}

.glossary_container {
    margin-top: 20px;
}

.glossary_word {
    margin-bottom: 0;
    margin-top: 40px;

    position: relative;
    overflow: hidden;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.glossary_word img {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;

}
#other-pages .glossary_word .transcription {
    margin-bottom: 5px;
    text-align: center;
    color: #acacac;
    font-size: 1em;
    margin-top: -10px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.glossary_word .word_translations {
    display: none;
    position: absolute;
    bottom: -150px;
    right: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,.7);
    color: white;
    font-size: 1.1em;
    padding: 10px;
    z-index: 1000;
}

.example {
    display: block;
    font-size: .8em;
}

.glossary_seo h1{
    margin-top: -10px;
    color: #808080;
    margin-bottom: 0;
}

.glossary_seo p {
    font-size: 1.25em;
    line-height: 1.5em;
}

.glossary_note {
    font-style: italic;
    font-size: .9em;
    color: rgb(151, 151, 151);
    margin-bottom: 30px;
    text-align: center;
}

.glossary_seo h3 {
    margin-top: 30px;
    color: rgb(151, 151, 151);
}

#div_for_words {
    margin-bottom: 30px;
}

.list_of_topics a{
    font-size: 1em;
    line-height: 1.4em;
    color: dimgrey;
}

.list_of_topics span {
    font-weight: bold;
    color: #11644d;
}
/* SUBSCRIPTION */

#current_plan {
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    text-align: left;
    border-top: 2px solid #152B3C;
    border-bottom: 2px solid #152B3C;
    padding: 5px;
    margin-bottom: 30px;
    margin-top: -10px;

}

.one_plan {
    padding: 20px;
    text-align: center;
}

.one_plan_inner {
    /*width: 300px;*/
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.3), 0 4px 12px rgba(0,0,0,.5);

}

#sale {
    display: block;
    text-align: center;
    color: #E47C5D;
    font-size: 2.5em;
}

#free_access {
    display: block;
    text-align: center;
    color: #E47C5D;
    font-size: 1.5em;
}

.plan_header {
    background-color: #e48e4e;
    height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    font-size: 1.15em;
    line-height: 50px;

}

.plan_content {
    background-color: white;
    min-height: 370px;
}

.plan_content ul {
    padding: 15px 5px 5px 10px;

    text-align: left;
    line-height: 2em;
}

.plan_footer {
    max-height: 50px;

}


.plan_footer span {
    display: inline-block;
    width: 100%;
    background-color: #152B3C;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    height: 50px;
    line-height: 50px;
    transition: all .5s ease;
}
.plan_footer span:hover {
    background-color: #e48e4e;
    cursor: pointer
}

.plan_footer span.active_plan {
    background-color: #e48e4e;
}

.plan_content .price {
    display: inline-block;
    color: #E32D40;
    font-size: 2.0em;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    margin-bottom: 10px;
}

.plan_content .glyphicon-ok {
    color: #1da153;
}

.plan_content .glyphicon-remove {
    color: #E47C5D;
}

#login_bg {
    top: -50px;
    position: fixed;
    z-index: -1;
}
div.subscription#motto {
    background-color: rgba(0,0,0,.5);
    border-radius: 10px;
    padding: 15px;
    margin-top:30px;
    margin-bottom:10px;
}
div.subscription#motto h1 {
    color: white;
    text-shadow: none;
}

div.subscription#motto h3 {
    color: #f4f4f4;
    text-shadow: none;
}
/* END UPDATE BY JAVASCRIPT */

/* UPDATE BY JAVASCRIPT */

/* END OF SUBSCRIPTION */

/* DOUBLE CLICK*/
.content {
    /*position: relative;*/
}
#wordWind {
    position: absolute;
    opacity: 0;
    width: 200px;
    min-height: 150px;
    background: white;
    color: black;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #6a6a6a;
    box-shadow: 1px 1px 10px rgba(0,0,0,.6);
    z-index: 4000;
}

#windContent {
    padding: 0;
}
#windContent h3 {
    margin-top: 10px;
    font-size: 1.20em;
    margin-bottom: 10px;
    color: #696969;
}
#windTranslations {
    padding: 0;
    margin-bottom: 10px;
}
#windContent .thumbnail {
    margin-bottom: 0;
}

#glossaryWords {
    position: absolute;
    opacity: 0;
    width: 250px;
    min-height: 150px;
    background: white;
    color: black;
    border-radius: 5px;
    border: 1px solid #6a6a6a;
    box-shadow: 1px 1px 10px rgba(0,0,0,.6);
    z-index: 4000;
    max-height: 250px;
    overflow: scroll;
    padding: 15px;
}

div#glossaryWords h4 {
    margin-top: 0;
}
#all_glossaries ul li{
    font-size: 1.05em;
    line-height: 1.5em;
}
#glossaryWordsList {
    width: 100%;
}

#glossaryWordsList tr {
    border-bottom: 1px dotted #e3e3e3;
}
#glossaryWordsList td {
    padding: 5px;
    text-align: left;
}

#glossaryWordsList audio {
    /*display: none;*/
}

div#glossaryWordsList td.playEr {
    width: 20%; !important;
}

#all_glossaries h2 {
    margin-top: 30px;
    color: #693342;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
}

#all_glossaries h3 {
    margin-top: 30px;
    color: saddlebrown;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
}
#all_glossaries h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}
#all_glossaries ul {
    list-style-type: none;
}

#all_glossaries span {
    display: inline-block;
    margin-right: 20px;
    transition: all 0.4s ease;

}

#all_glossaries span:hover {
    color: orangered;
    cursor: pointer;
}


#regButton {
    text-align: center;
    display: block;
    width: 100%;
    background: #5f806d;
    color: white;
    transition: all 0.7s ease;
    padding: 10px;
    margin-top: 10px;
}

#regButton:hover {
    background: rgba(95, 128, 109, 0.75);

}



#listOfLists {
    max-height: 300px;
    overflow: scroll;
    padding: 10px;
}

#listOfLists p.possibility {
    padding: 10px;
    font-size: .8em;
    color: grey;
}
#possibility {
    font-size: .8em;
    color: grey;
}

#curve {
    width: 100%;
    margin-top:25px;
    margin-bottom: 25px;
    vertical-align: middle;
}

#curve td {
    padding: 5px 5px 5px 0;
    height: 55px;
}

#curve tr:first-child, #curve tr:nth-child(4) {
    border-bottom: 1px solid grey;
}

#curve tr:not(first-child) {
    border-bottom: 1px solid #e2e2e2;
}

#curve td:first-child {
    font-size: 1.2em;
    color: grey;
    width: 35%;
}

#curve td:last-child {
    width: 14%;
    text-align: center;
}

#curve tr.method td {
    height: 20px;
    color: darkred;
}

#sitemap h3 {
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 10px;
}
h4 {
    line-height: 1.5em;
    font-size: 1.3em;
    margin-top: 15px;
    color: #767676;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
}
* {
    /*outline: 1px dashed grey;*/
}
#social_share_buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 20px;
}

#social_share_buttons>div {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

#partners {
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid white;
}