/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=greek,greek-ext,latin-ext');

body {
    font-family: 'Roboto Condensed', sans-serif !important;
}
.matrix {
    transform-origin: center center;
    transition: all 0.2s cubic-bezier(0.895, 0.030, 0.685, 0.220) 0s;
    -webkit-transform-origin: center center;
    -webkit-transition: all 0.2s cubic-bezier(0.895, 0.030, 0.685, 0.220) 0s;
}

sm {
    font-size: 11px!important
}

.banner img {
    background-color: #FFFFFF;
    padding: 15px;
    margin: 20px;
}

.brand {
    padding-top: 30px;
}

.brand h4 {
    color: #999999
}

ol.breadcrumb li {
    color: white;
    font-style: italic;
}

ol.breadcrumb li a {
    color: white;
    font-weight: bold;
    font-style: normal;
}

body.undernavigation {
    overflow-x: hidden;
    padding-top: 70px;
}

#content {
    padding-bottom: 0px;
	margin-top: 2%;
}
.breadcrumb {
    display: none;
}

#designedby {
    padding: 5px;
}

#footer_feedback {
    padding-top: 12px;
}

input[type="file"] {
    display: block;
    height: auto;
}

div.panel-primary div.panel-heading a {
    color: white;
}


/* This magic gets the 16x16 icon to show up.. setting height/width didn't
   do it, but adding padding actually made it show up. */

img.ds-authority-confidence,
span.ds-authority-confidence {
    width: 16px;
    height: 16px;
    margin: 5px;
    background-repeat: no-repeat;
    padding: 0px 2px;
    vertical-align: bottom;
    color: transparent;
}

img.ds-authority-confidence.cf-unset,
span.ds-authority-confidence.cf-unset {
    background-image: url(../../../image/authority/bug.png);
}

img.ds-authority-confidence.cf-novalue,
span.ds-authority-confidence.cf-novalue {
    background-image: url(../../../image/confidence/0-unauthored.gif);
}

img.ds-authority-confidence.cf-rejected,
img.ds-authority-confidence.cf-failed,
span.ds-authority-confidence.cf-rejected,
span.ds-authority-confidence.cf-failed {
    background-image: url(../../../image/confidence/2-errortriangle.gif);
}

img.ds-authority-confidence.cf-notfound,
span.ds-authority-confidence.cf-notfound {
    background-image: url(../../../image/confidence/3-thumb1.gif);
}

img.ds-authority-confidence.cf-ambiguous,
span.ds-authority-confidence.cf-ambiguous {
    background-image: url(../../../image/confidence/4-question.gif);
}

img.ds-authority-confidence.cf-uncertain,
span.ds-authority-confidence.cf-uncertain {
    background-image: url(../../../image/confidence/5-pinion.gif);
}

img.ds-authority-confidence.cf-accepted,
span.ds-authority-confidence.cf-accepted {
    background-image: url(../../../image/confidence/6-greencheck.gif);
}


/* hide authority-value inputs in forms */

input.ds-authority-value {
    display: none;
}


/** XXX Change to this to get the authority value to show up for debugging:
 input.ds-authority-value { display:inline; }
**/


/* for edit-item-form lock button */

input.ds-authority-lock {
    vertical-align: bottom;
    height: 24px;
    width: 24px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-color: transparent;
}

input.ds-authority-lock.is-locked {
    background-image: url(../../../image/lock24.png);
}

input.ds-authority-lock.is-unlocked {
    background-image: url(../../../image/unlock24.png);
}


/* field required in submission */

.label-required:after {
    content: " *";
}

.browse_range {
    text-align: center;
}

.prev-next-links {
    text-align: center;
}

div.tagcloud {
    width: 100%;
    text-align: center
}

div.tagcloud .tagcloud_1 {
    color: rgb(217, 108, 39);
    font-weight: normal;
    margin-right: 5px;
}

div.tagcloud .tagcloud_2 {
    color: rgb(66, 66, 66);
    font-weight: normal;
    margin-right: 5px;
}

div.tagcloud .tagcloud_3 {
    color: rgb(129, 129, 131);
    font-weight: normal;
    margin-right: 5px;
}

div.batchimport-info {
    color: gray;
}

div.batchimport-info a {
    color: #47a447;
    font-weight: bold;
}

span.batchimport-error-tab {
    padding-left: 10px;
}

span.batchimport-error-caused {
    font-weight: bold;
}

.break-all {
    -ms-word-break: break-all;
    word-break: break-all;
    word-wrap: break-word;
}


/*//////////////////////////////////////// ELVIRA //////////////////////////////////////////////////*/

body {
    background-color: #f7f7f7;
    background-image: url('/ebooks/image/misc/paper-bg.jpg') !important;
    background-size: 100% auto;
}

a {
    color: #277E83;
}

a:hover {
    color: #002d3f
}

div.panel {
    border: 0!important
}

.radio {
    margin-top: 0!important
}

div.WhiteBlock,
div.panel-body {
    background-color: #ffffff!important;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
}


/*///////////////// FORM SUBMIT /////////////////////////div.row.col-md-12.btn-group{ padding:0!important}/*/

form#edit_metadata .row,
form#review_metadata row {
    font-size: 13px!important;
    line-height: 18px!important;
    color: #333!important;
    padding: 0!important
}

form#cancelRemove .row,
form#cancelRemove row {
    font-size: 13px!important;
    line-height: 18px!important;
    color: #333!important;
}


/*///////////////// EDIT METADATA //////////////////////////*/

span.metadataFieldValue {
    word-wrap: break-word
}

.clear {
    margin: 0;
    padding: 0;
    clear: both
}

.row {
    clear: both
}

ul.nav.navbar-nav.navbar-right ul.dropdown-menu:before {
    content: ''!important;
    width: 0px!important;
    height: 0px!important;
    position: absolute!important;
    right: 10px!important;
    top: -20px!important;
    margin-left: -10px!important;
    border: 10px solid!important;
    border-color: transparent transparent rgba(255, 255, 255, 1) transparent!important;
}

form#edit_metadata .row,
form#review_metadata .row {
    margin-left: 0!important;
    margin-right: 0!important
}

form#edit_metadata .control-group {
    margin-bottom: 18px;
}

form#edit_metadata .control-label {
    font-size: 12px;
    padding-right: 35px;
    text-align: left;
    position: relative;
}

div.contributes {
    display: block;
    clear: both;
    margin: 10px 0
}

div.contributes .row {
    margin: 5px 0
}

div.row.col-md-12.btn-group .btn {
    padding: 14px 12px!important
}


/*//////////////////////////////////// BUTTONS /////////////////////////////////////*/

.btn-blue,
.btn-blue:active,
.btn-blue:focus {
    color: #fff!important;
    background: rgb(131, 226, 217);
    background: -moz-linear-gradient(top, rgb(131, 226, 217) 0%, rgb(80, 156, 160) 100%);
    background: -webkit-linear-gradient(top, rgb(131, 226, 217) 0%, rgb(80, 156, 160) 100%);
    background: linear-gradient(to bottom, rgb(131, 226, 217) 0%, rgb(80, 156, 160) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83e2d9', endColorstr='#509ca0', GradientType=0);
    border-color: #509CA0
}

.btn-green,
.btn-green:active,
.btn-green:focus {
    color: #fff!important;
    background: rgb(92, 174, 188);
    background: -moz-linear-gradient(top, rgb(92, 174, 188) 0%, rgb(39, 126, 131) 100%);
    background: -webkit-linear-gradient(top, rgb(92, 174, 188) 0%, rgb(39, 126, 131) 100%);
    background: linear-gradient(to bottom, rgb(92, 174, 188) 0%, rgb(39, 126, 131) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5caebc', endColorstr='#c3e0f5', GradientType=0);
    border-color: #c3e0f5
}

.btn-light,
.btn-light:active,
btn-light:focus {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(199, 229, 229) 100%);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(199, 229, 229) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(199, 229, 229) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7e5e5', GradientType=0);
    border-color: #C7E5E5
}

.btn-red,
.btn-red:active,
.btn-red:focus {
    background: rgb(158, 0, 0);
    background: -moz-linear-gradient(top, rgb(158, 0, 0) 0%, rgb(160, 92, 92) 100%);
    background: -webkit-linear-gradient(top, rgb(158, 0, 0) 0%, rgb(160, 92, 92) 100%);
    background: linear-gradient(to bottom, rgb(158, 0, 0) 0%, rgb(160, 92, 92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0000', endColorstr='#a05c5c', GradientType=0);
}

.btn-greenLight,
.btn-greenLight:active {
    background: rgb(228, 239, 192);
    background: -moz-linear-gradient(top, rgb(228, 239, 192) 0%, rgb(171, 189, 115) 100%);
    background: -webkit-linear-gradient(top, rgb(228, 239, 192) 0%, rgb(171, 189, 115) 100%);
    background: linear-gradient(to bottom, rgb(228, 239, 192) 0%, rgb(171, 189, 115) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73', GradientType=0);
    border-color: #abbd73
}

.btn-orange,
.btn-orange:active,
.btn-orange:focus {
    background: rgb(255, 197, 120);
    background: -moz-linear-gradient(top, rgb(255, 197, 120) 0%, rgb(251, 157, 35) 100%);
    background: -webkit-linear-gradient(top, rgb(255, 197, 120) 0%, rgb(251, 157, 35) 100%);
    background: linear-gradient(to bottom, rgb(255, 197, 120) 0%, rgb(251, 157, 35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23', GradientType=0);
}

.btn-blueLight,
.btn-blueLight:active,
.btn-blueLight:focus {
    color: #fff!important;
    background: rgb(122, 188, 255);
    background: -moz-linear-gradient(top, rgb(122, 188, 255) 0%, rgb(96, 171, 248) 44%, rgb(64, 150, 238) 100%);
    background: -webkit-linear-gradient(top, rgb(122, 188, 255) 0%, rgb(96, 171, 248) 44%, rgb(64, 150, 238) 100%);
    background: linear-gradient(to bottom, rgb(122, 188, 255) 0%, rgb(96, 171, 248) 44%, rgb(64, 150, 238) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee', GradientType=0);
}

.btn-orangeRed,
.btn-orangeRed:active,
.btn-orangeRed:focus {
    color: #fff!important;
    background: rgb(251, 149, 94);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgb(251, 149, 94) 0%, rgb(234, 85, 7) 49%, rgb(216, 45, 45) 50%, rgb(216, 45, 45) 50%, rgb(229, 7, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgb(251, 149, 94) 0%, rgb(234, 85, 7) 49%, rgb(216, 45, 45) 50%, rgb(216, 45, 45) 50%, rgb(229, 7, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgb(251, 149, 94) 0%, rgb(234, 85, 7) 49%, rgb(216, 45, 45) 50%, rgb(216, 45, 45) 50%, rgb(229, 7, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb955e', endColorstr='#e50700', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}


/*/////////////////////////////////////////////// ALERTS ///////////////////////////////////////////////////////////////////////*/

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}


.alert-warning {
    color: #856404;
    background: #fff3cd!important;
    border-color: #ffeeba!important;
}


/*/////////////////////////////////////////////// TABLES EDIT myspace///////////////////////////////////////////////////////////////////////*/

.breadcrumb {
    margin-bottom: 0!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    background: rgb(229, 229, 229);
    background: -moz-linear-gradient(top, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
}

ol.breadcrumb li a:hover {
    background: -webkit-linear-gradient(#002d3f, #1ba0d7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ol.breadcrumb li a {
    background: -webkit-linear-gradient(#1ba0d7, #002d3f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb ol {
    margin-bottom: 0!important
}

ol.breadcrumb li {
    color: #333;
    font-style: normal;
}

.panel-primary>.panel-heading {
    /*background:#c3e0f5; border-radius:0!important;
border-color:#abbd73

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49bcba+0,277e83+100 */
    background: #49bcba;
    /* Old browsers */
    background: -moz-linear-gradient(top, #49bcba 0%, #c3e0f5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #49bcba 0%, #c3e0f5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #49bcba 0%, #c3e0f5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49bcba', endColorstr='#c3e0f5', GradientType=0);
    /* IE6-9 */
}

h3 {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #333;
}
.accordion_cont h3 {
    color: #fff !important;
}
.lessons-list h3 {
    color: 
    #fff !important;
}

.floatR {
    margin: 0;
    padding: 0;
    display: block;
}

table.submissions tr:nth-child(odd) {
    background-color: #fcfcfa;
}

table.submissions tr:nth-child(even) {
    background-color: #f5f5f3;
}

table.submissions tr td a {
    color: #000!important;
    text-decoration: underline
}

table.submissions tr a:hover {
    color: #fff!important;
}

table.submissions tr,
table.submissions tr td a {
    -webkit-transition: background-color 2s ease-out, color 1s ease-out;
    -moz-transition: background-color 2s ease-out, color 1s ease-out;
    -o-transition: background-color 2s ease-out, color 1s ease-out;
    transition: background-color 2s ease-out, color 1s ease-out;
}

table.submissions tr:hover {
    background-color: #5caebc;
    color: #fff!important
}

footer {
    z-index: 0 !important;
    position: relative;
    background-color: transparent;
    height: 98px;
    height: 110px;
    height: auto;
    width: 100%;
    display: block;
    background-color: #ffffff;
    padding: 10px 0;
    height: auto;
}


table.wrapTable.table tbody>tr>td,
table.metadataDisc.table tbody>tr>td {
    border: 0px!important
}

ul.first {
    list-style-type: none
}

ul.first li a {
    font-size: 24px
}

ul.first li:before {
    display: inline;
    font-size: 22px;
    font-family:  'Roboto Condensed', sans-serif !important;
    content: '\f14e';
    margin-left: -30px;
    padding-right: 15px;
    color: #77aaa6;
}

ul.first li>ul.secondary li a {
    font-size: 22px
}

ul.first li>ul.secondary {
    list-style-type: none
}

ul.first li>ul.secondary li:before {
    display: inline;
    font-size: 21px;
    font-family:  'Roboto Condensed', sans-serif !important;
    content: '\f14b';
    margin-left: -30px;
    padding-right: 15px;
    color: #ffc578;
}

ul.first li>ul.secondary {
    list-style-type: none
}

ul.first li>ul.secondary li img.img-responsive,
ul.first li.levelA a img.img-responsive {
    display: inline-block!important
}

.list-group-item.selected {
    background-color: #c3e0f5;
}

.list-group-item.selected a {
    color: #fff;
}

.recommendedField {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 5px 0px 5px 0px;
    -moz-border-radius: 5px 0px 5px 0px;
    -webkit-border-radius: 5px 0px 5px 0px;
    background-color: rgb(250, 200, 0);
    border: #d8d500 solid 2px;
    color: #fff;
    font-size: 10px;
    margin: 0 5px;
}


/*.recommendedField {
    color:#E4A541; /*#bcc5b3;#ff6600;
    font-size:10px;
    vertical-align:super;
    font-weight:normal;
    padding-left: 1px;
}*/

.mandatoryField {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 5px 0px 5px 0px;
    -moz-border-radius: 5px 0px 5px 0px;
    -webkit-border-radius: 5px 0px 5px 0px;
    background-color: hsl(0, 100%, 70%);
    border: #EE3C0D solid 2px;
    color: #fff;
    font-size: 10px;
    margin: 0 5px;
}


/*.mandatoryField {
    color:#ee3c0d; /*#ff6600;/*
    font-size:10px;
    vertical-align:super;
}*/

.optionalField {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 5px 0px 5px 0px;
    -moz-border-radius: 5px 0px 5px 0px;
    -webkit-border-radius: 5px 0px 5px 0px;
    background-color: rgb(10, 160, 190);
    border: #06849a solid 2px;
    color: #fff;
    font-size: 10px;
    margin: 0 5px;
}


/*.optionalField {
    color:#08a0bb; #ff6600;
    font-size:10px;
    vertical-align:super;
    font-weight:normal;
}*/

.mandatoryField,
.recommendedField,
.optionalField {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.mandatoryField:hover,
.recommendedField:hover,
.optionalField:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.recommendedAsterisk {
    vertical-align: sub;
}

.submitCheckBox {
    background-image: url('./images/check.png');
    color: #999;
    background-color: #eee;
    border: #ccc solid 2px;
}

.submitRecomCheckBoxClear {
    background-image: url('./images/uncheck.png');
    background-color: rgb(250, 200, 0);
    opacity: 0.7;
    color: #fff;
    border: #f6c500 solid 2px;
}

.submitMandatoryCheckBoxClear {
    background-image: url('./images/uncheck.png');
    background-color: hsl(0, 100%, 70%);
    color: #fff;
    border: #EE3C0D solid 2px;
}

.submitOptionalCheckBoxClear {
    background-image: url('./images/uncheck.png');
    background-color: rgb(10, 160, 190);
    opacity: 0.7;
    color: #fff;
    border: #08A0BB solid 2px;
}

.submitCheckBox,
.submitCheckBoxClear,
.submitMandatoryCheckBoxClear,
.submitOptionalCheckBoxClear,
.submitRecomCheckBoxClear {
    background-repeat: no-repeat;
    background-position: 10px 2px;
    display: inline-block;
    height: 34px;
    padding: 0px;
    margin: 1px;
    cursor: pointer;
    width: 20%;
    border-radius: 4px;
    padding-top: 8px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.submitCheckBox:hover {
    border: #fff solid 2px;
}

.submitCheckBoxClear:hover {
    border: #ccc solid 2px;
}

.submitRoleNameHeader {
    text-align: left;
    font-size: 14px;
    color: #669999;
    font-style: italic;
}

.warnPublish {
    color: rgb(255, 0, 0);
}

#warnImg {
    background-image: url(./images/warn.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.help-Icon {
    width: 20px;
    height: 20px;
    float: right;
    position: absolute;
    text-align: center;
    right: 0;
    background-color: #cef3fe;
    color: red;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top: 2px;
    font-size: 16px;
    bottom: 0;
}

.tooltipHints {
    display: none;
}

.help-Icon:hover + .tooltipHints {
    display: block;
    width: 400px;
    height: auto;
    background-color: #cef3fe;
    color: #474949;
    position: absolute;
    top: -10px;
    right: -410px;
    z-index: 99999;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
    border: 4px solid #68919e;
    font-size: 12px;
    padding: 20px 20px;
    font-weight: normal;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}


/* If you want it to stay open if you are on the other div
.tooltipHints:hover {
  display: block;
}*/

.form-control {
    border: 1px solid #c5dbec!important;
}

.ui-dropdownchecklist {
    margin-left: 0!important
}

button.buttAdd {
    display: inline-block;
    border-radius: 15px 0px 15px 0px;
    -moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
    width: 65px;
    height: 35px;
    background-color: #cef3fe;
    outline: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #68919e;
}

button.buttAdd > span {
    color: green!important
}

button.buttRemove,
span.buttRemove {
    display: block;
    border-radius: 0 15px 0 15px;
    -moz-border-radius: 0 15px 0 15px;
    -webkit-border-radius: 0 15px 0 15px;
    width: 65px;
    height: 35px;
    background-color: hsl(0, 100%, 70%);
    outline: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid red;
}

button.buttRemove > span,
span.buttRemove > span {
    color: #fff!important
}

span.buttRemove > span {
    margin: 8px auto;
    display: block;
    text-align: center
}

button.buttAdd > span {
    color: #c3e0f5!important
}

.form-control[readonly] {
    cursor: default!important
}


/* nav bar default*/

.logo-digitalsch {
    float: left;
    margin-right: 20px;
}

.logo-digitalsch img {
height: 110px;
padding-left: 2px;
}

.navbar-inverse {
    background: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
    color: #333;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #666;
}

.navbar-brand img {
    height: 95px;
}

.yellow_cycle {
    width: 25px;
    height: 25px;
    background-color: #CCB248;
    border-radius: 50%;
    border: 1px solid #E2D396;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
}

.red_cycle {
    width: 25px;
    height: 25px;
    background-color: #A05C5C;
    border-radius: 50%;
    border: 1px solid #F48989;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
}

.blue_cycle {
    width: 25px;
    height: 25px;
    background-color: #509CA0;
    border-radius: 50%;
    border: 1px solid #83E2D9;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
}

.menu-title {
    line-height: 19px !important;
    color: #474747 !important;
    font-size: 15px !important;
    font-weight: bold !important;
    float: left !important;
    position: relative !important;
    left: -15px !important;
    padding: 0px 20px !important;
    z-index: 1 !important;
    margin-top: 4px !important;
}

#class_menu {
    float: left;
    margin-right: 5px;
}

.menu-wrapper a.active .menu-title, .menu-wrapper a.active .menu-title, .menu-wrapper #class_menu.active .menu-title, .menu-wrapper a:hover .menu-title, .menu-wrapper #class_menu:hover .menu-title, #class_menu.active_submenu .menu-title,
.menu-wrapper #class_menu.active .menu-title {
background-color:
#474747 !important;
color:
#fff !important;
border-top-right-radius: 55px !important;
}

.menu-wrapper a:hover .menu-title,
.menu-wrapper #class_menu:hover .menu-title,
#class_menu.active_submenu .menu-title {
    background-color: #686868;
    color: #fff;
    border-top-right-radius: 55px;
    cursor: pointer;
}

.navbar-form {
    padding-top: 35px;
}

#logo-short {
    display: none;
}

.epipeda {
    position: absolute;
    top: 38px;
    margin-left: 30px;
    width: 140px;
    z-index: 2;
    display: none;
    cursor: pointer;
}

.epipeda ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
}

.epipeda .epipedo-title {
    color: #A05C5C;
    font-weight: normal;
    font-size: 12px;
    margin: 0px;
    line-height: 15px;
    padding-left: 5px;
}

.epipeda li {
    float: left;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
}

@media all and (max-width:956px){
#class_submenu {
    margin-left: 136px !important;
}
}
@media all and (max-width:574px){
#class_submenu {
    margin-left: 8px !important;
}
}
@media all and (max-width:574px){
.under_con {
    display: none;
}
}

/* Css 800x 1280) */
 @media screen and (max-width: 800px) and (max-height: 1200px) and (min-height: 961px) {
.daizy_all, .daizy_class, .daizy_lesson {
    margin-left: 1% !important;
    margin-bottom: 0px !important;
    width: 100% !important;
} }


@media all and (max-width:800px){
.container {

    margin-bottom: 30px;

}}
.epipeda li a {
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    padding: 4px 8px;
    margin-right: 0px;
}

.epipeda li a:hover {
    color: #ffffff;
    background-color: #000000;
}

.epipeda li a.active {
    color: #ffffff;
    background-color: #000000;
}

.dimotiko, .gymnasio, .lykeio, .epal, .ekkl-gymnasio, .ekkl-lykeio, .esperino_lykeio, .esperino_epal {
    width: 197px;
    float: left;
    padding: 4px;
    background-color: #EFE4E4;
    clear: both;
}

#clearfooter {
    height: 10px;
}

#footer {
    text-align: center;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    position: absolute !important;
}

.footer-bottom {
    background: #fff;
    clear: both;
    font-size: 12px;
    margin: 0px auto;
    text-align: center;
    color: #505050;
    padding: 0 20px 0px 20px;
}

.footer-center {
    background: #fff;
    padding: 0 20px 20px 20px;
}

@media (min-height: 1050px) and (min-width: 1680px) {
    footer {
    min-height: 15.7em !important;
}

.footer-bottom {
font-size: 12px !important;
padding: 30px;
}

.home-search-wrapper {
    margin-bottom: 0px !important;
/* margin-top: 60px !important; */
}
#clearfooter {
    height: 30px;
}
}


@media (min-height: 1200px) and (max-width: 1920px) {
    footer {
    min-height: 22em;
}
#clearfooter {
    height: 61px;
}
.home-search-wrapper {
/* margin-top: 20px !important; */
margin-bottom: 0px !important;
}
.footer-bottom {
    font-size: 12px !important;
    padding: 34px;
}
}



@media (min-height: 2020px) and (min-width: 2040px) {
    footer {
    min-height: 55em !important;
}
.home-search-wrapper {
     /* margin-top: 200px !important; */
    margin-bottom: 0px !important;
}
.footer-bottom {
    font-size: 12px !important;
    padding: 25px 20px 12px 20px;
}
}

@media (max-height: 768px) and (max-width: 1024px) 
{
	#content-inner {
    width: 100%;
}
}

/* (1680x1050) WSXGA+ Display */
@media (max-height: 1050px) and (max-width: 1680px) 
{
   footer {
    min-height: 18em !important;
}
#clearfooter {
    height: 30px;
}
	.main-course-links {
    width: 100%;
    margin-top: 30px;
    padding-top: 10px;
    min-height: 570px;
}

#content-inner {
    width: 1670px;
}
.home-search-wrapper {
    margin-bottom: 0px !important;
}
.footer-bottom {
    font-size: 10px !important;
 
}
.main-course-links {
    margin-top: 2% ;
}	

}
@media (max-height: 600px) and (max-width: 1024px) {
#clearfooter {
    height: 10px !important;
}

}
@media (max-height: 2568px) and (max-width: 1600px) {
#clearfooter {
    height: 20px!important;
}

}

@media (max-height: 1050px) and (max-width: 768px) {
	.main-course-links {
    margin: 0 auto !important;
    width: 1012px;
}
}
/* (1200x800) Galaxy Note 2, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
     footer {
    min-height: 8em !important;
}
/* .home-search-wrapper {
    margin-top: 120px !important;
} */
.footer-bottom {
    font-size: 11px !important;
    padding: 20px;
}
#content-inner {
    width: 990px !important;
}

.main-course-links {
    margin: 0 auto !important;
        margin-top: 0px;
    margin-top: 1% !important;
    width: 100% !important;
}

}


@media (min-height: 1050px) and (max-width: 1680px) {
#clearfooter {
    min-height: 50;
}
}
@media (min-width: 2000px) and (min-height: 1070px) {
#clearfooter {
    min-height: 50px;
}
 footer {
    min-height: 17em !important;
}

.footer-bottom {
    font-size: 11px !important;
    padding: 15px 20px 15px 20px;
    font-family: inherit !important;
    line-height: 20px !important;
}

.home-search-wrapper {
margin-bottom: 0px !important;
/* margin-top: 0px !important; */
}
}

@media (min-height: 1205px) and (min-width: 2100px) and (max-height: 1200px) and (max-width: 2300px){
    footer {
    min-height: 70em !important;
}
.home-search-wrapper {
   /* margin-top: 250px !important; */
    margin-bottom: 0px !important;
}
.footer-bottom {
    font-size: 12px !important;
    padding: 20px 25px 20px 25px;
}
}


@media (min-height: 2060px) and (min-width: 2800px) {
    footer {
    min-height: 69em !important;
}
.home-search-wrapper {
   /* margin-top: 250px !important; */
    margin-bottom: 0px !important;
}
.footer-bottom {
    font-size: 25px !important;
    padding: 20px 25px 20px 25px;
}
}


.row.col-lg-12.col-md-12.col-sm-12.item_inner {
    min-height: 200px;
}


.footer-right {
    background: #fff;
    clear: both;
    font-size: 9px;
    margin: 0px auto;
    color: #505050;
    text-align: right;
}

.daizy_all {
    float: left;
    margin-right: 8%;
    margin-left: 10%;
}

.daizy_class {
    float: left;
    margin-right: 8%;
    margin-bottom: 50px;
}

.daizy_lesson {
    float: left;
    margin-right: 8%;
}

.daizy_all a,
.daizy_lesson a {
    border: none;
    background: transparent;
    padding-left: 0px;
    padding-right: 0px;
}

.daizy_all span.first,
.daizy_class span.second,
.daizy_lesson span.third {
    background: #3D3D3D;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 3px 20px;
    color: #fff;
    font-size: 22px;
}

.daizy_all span.first {
    border: 2px solid #509CA0;
    display: block;
}

.daizy_class span.second {
    border: 2px solid #A05C5C;
    display: block;
}

.daizy_lesson span.third {
    border: 2px solid #CCB248;
    display: block;
}

.daizy_all img,
.daizy_class img,
.daizy_lesson img {
    margin: auto;
    display: block;
    margin-top: 7px;
}

.daizy_all a:hover h1,
.daizy_class a:hover h1,
.daizy_lesson a:hover h1,
.daizy_class span:hover h1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.daizy_class span:hover {
    cursor: pointer;
}

.daizy_class span {
    position: relative;
    z-index: 1;
}

.frontpage-levels {
    display: none;
    background-color: #A05C5C;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    height: 466px;
    position: relative;
    width: 100%;
    z-index: 2;
    top: 10px;
	/* bottom: 355px; */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    cursor: pointer;
	margin-bottom: 25px;
}

.daizy_class:hover .frontpage-levels {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

.frontpage-levels .dimotiko,
.frontpage-levels .gymnasio,
.frontpage-levels .lykeio,
.frontpage-levels .epal {
    float: left;
    padding: 4px;
    background-color: transparent;
    width: auto;
    clear: both;
    margin-left: 50px;
}

.frontpage-levels .dimotiko {
    margin-top: 30px;
}

.frontpage-levels ul {
    list-style: none;
    padding-left: 0px;
}

.frontpage-levels span {
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    margin: 0px;
    line-height: 13px;
    padding-left: 5px;
}

.frontpage-levels li {
    float: left;
    line-height: 25px;
}

.main-course-links .frontpage-levels li a {
    color: #EFE4E4;
    background-color: transparent;
    border: none;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    padding: 4px 8px;
    margin-right: 0px;
}

.main-course-links .frontpage-levels li a:hover {
    color: #ffffff;
    background-color: #000000;
}

.frontpage-levels li a.active {
    color: #ffffff;
    background-color: #000000;
}

#container {
    background-image: none;
}

#img_container {
    position: fixed;
    top: 120px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

#bg_img {
    top: 120px;
}

#container {
    width: 100%;
    /*min-height: 100%; dspace*/
    height: auto !important;
    height: 100%;
}



#content-inner {
position: relative;
margin:0 auto !important;
width: 1300px;
}

.main-course-links {
    width: 100%;
    padding-top: 5px;
}

#bg_img {
    position: fixed;
    top: 120px;
    left: 0px;
}

.bgwidth {
    width: 100%;
}

.bgheight {
    height: 100%;
    /*min-height: 100%*/
}

@media (max-width: 767px) {
    #bg_img {
        top: 80px;
    }
    .navbar-inverse ul.navbar-nav.menu-wrapper>li>a {
        height: 25px;
    }
    #logo-long {
        display: none;
    }
    #logo-short {
        display: inline-block
    }
    .navbar-brand img {
        height: 50px;
    }
    .logo-digitalsch img {
        height: 60px;
        margin: 7px;
        margin-right: 0;
    }
    .menu-title {
        font-size: 11px;
        padding: 0 15px;
        margin-top: 1px;
        left: -9px;
    }
    .yellow_cycle,
    .red_cycle,
    .blue_cycle {
        width: 20px;
        height: 20px;
    }
    .epipeda {
        top: 30px;
        margin-left: 35px;
        width: 110px;
    }
    .dimotiko,
    .gymnasio,
    .lykeio,
    .epal {
        width: 110px;
    }
    .navbar .form-group {
        width: 85%;
        float: left;
        margin-right: 0;
    }
    .form-control {
        float: right;
        height: 35px;
    }
    .navbar-form .btn-primary {
        height: 35px;
        width: 35px;
        padding: 0;
        float: left;
        display: inline-block;
    }
    .navbar-form .btn-primary span {
        font-size: 22px;
    }
}

@media (min-width: 768px)and (max-width: 1200px) {
    #bg_img {
        top: 80px;
    }
    #logo-long {
        display: none;
    }
    #logo-short {
        display: inline-block;
    }
    .navbar-inverse ul.navbar-nav.menu-wrapper>li {
        padding: 0;
    }
  
    .navbar-nav {
        width: 60%;
        margin: 0;
        padding: 0;
    }
    
    .logo-digitalsch img {
    height: 103px;
    margin-right: 0;
}
    .menu-title {
        font-size: 11px !important;
        padding: 0 12px !important;
        margin-top: 0 !important;
        left: -9px !important;
    }
    .yellow_cycle,
    .red_cycle,
    .blue_cycle {
        width: 18px;
        height: 18px;
    }
    div.nav.navbar-nav.navbar-right {
        width: 18%
    }
    
    .navbar-form {
        padding-top: 18px;
    }
    .navbar .form-group {
        width: 75%;
        float: left;
        margin-right: 0;
    }
    .form-control {
        float: right;
        height: 24px;
    }
    .navbar-form .btn-primary {
        height: 24px;
        width: 24px;
        padding: 0;
        float: left;
        display: inline-block;
    }
    .navbar-form .btn-primary span {
        font-size: 14px;
        line-height: 20px;
    }
    .epipeda {
        top: 34px;
        margin-left: 10px;
        width: 197px;
    }
    .dimotiko,
    .gymnasio,
    .lykeio,
    .epal {
        width: 197px;
    }
    #user_menu {
        position: absolute;
        top: -10px;
        right: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1290px) {
    .navbar-inverse ul.navbar-nav.menu-wrapper>li>a {
        padding: 0;
    }
    .epipeda {
        margin-left: 30px;
    }
    #user_menu {
        position: absolute;
        top: -10px;
        right: 0px;
    }
    .navbar .form-group {
        width: 75%;
        float: left;
        margin-right: 0;
    }
    .form-control {
        float: right;
        height: 24px;
    }
    .navbar-form .btn-primary {
        height: 24px;
        width: 24px;
        padding: 0;
        float: left;
        display: inline-block;
    }
    .navbar-form .btn-primary span {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1290px) and (max-width: 1499px) {
    #user_menu {
        position: absolute;
        top: -10px;
        right: 0px;
    }
    .navbar .form-group {
        width: 75%;
        float: left;
        margin-right: 0;
    }
    .form-control {
        float: right;
        height: 35px;
    }
    .navbar-form .btn-primary {
        height: 35px;
        width: 35px;
        padding: 0;
        float: left;
        display: inline-block;
    }
    .navbar-form .btn-primary span {
        font-size: 22px;
    }
}

@media (min-width: 1500px) {
    .navbar-header {
        margin-right: 10%;
    }
    #user_menu {
        position: absolute;
        top: -10px;
        right: 0px;
    }
    .navbar .form-group {
        width: 75%;
        float: left;
        margin-right: 0;
    }
    .form-control {
        float: right;
        height: 35px;
    }
    .navbar-form .btn-primary {
        height: 35px;
        width: 35px;
        padding: 0;
        float: left;
        display: inline-block;
    }
    .navbar-form .btn-primary span {
        font-size: 22px;
    }
}


/* end nav bar default*/


/* display item*/

.files-wrapper,
.info-wrapper,
.descr-wrapper {
    padding: 20px;
}

.metadataFieldLabels {
    color: #9c8420
}

.section-title {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background-color: #ccb248;
    margin: 0;
    padding: 15px;
    padding-left: 55px;
    background-image: url(../../../image/misc/goals-icon.png);
    background-size: 38px auto;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.section-title#files-title {
    background-image: url(../../../image/misc/files-icon.png);
}

.section-title#books-title {
    background-image: url(../../../image/misc/book-icon.png);
    margin-bottom: 20px;
    background-size: 36px auto;
}

.section-title#info-title {
    background-image: url(../../../image/misc/info-icon.png);
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 45px
}

.pdf-link {
    display: block;
    background-image: url(../../../image/misc/pdf-icon.png);
    background-size: 34px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px;
    padding-left: 40px
}

.metadataFieldValues {
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 0
}

.metadataFieldLabels {
    margin-bottom: 0;
    padding-bottom: 0
}

.descr-container {
    background-color: #ffffffbd;
    padding: 0;
}

.files-container {
    background-color: #ffffffbd;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 0
}

.info-container {
    background-color: #ffffffbd;
    margin-left: 20px;
    padding: 0
}

#course-title {
    margin: 40px 0;
}

.book-info-link {
    cursor: pointer;
    color: #509ca0;
    text-decoration: underline;
}

.book-info-link:hover {
    color: #1fbfc7;
}

.book-info-link#book-desc-less,
.book-info-link#book-edesc-less,
.course-info-link#course-desc-less,
.course-info-link#course-edesc-less {
    display: none;
}

.course-info-link {
    cursor: pointer;
    color: #e28000;
    text-decoration: underline;
}

.course-info-link:hover {
    color: #ffae43;
}

.metadataFieldValues {
    text-transform: capitalize;
}

.exp_tab {
    background-image: url(../../../image/misc/pdf-28pt.png);
    background-repeat: no-repeat;
    background-size: 50px auto;
    padding: 20px 0;
    padding-left: 55px;
    min-height: 60px;
    background-position-x: center;
}

#exp_4 {
    background-image: url(../../../image/misc/pdf_icon0.png);
}

#exp_5 {
    background-image: url(../../../image/misc/enriched_html_icon.png);
}

#exp_15 {
    background-image: url(../../../image/misc/html_icon.png);
}

#exp_1 {
    background-image: url(../../../image/misc/dtp-book.png);
}

#exp_12 {
    background-image: url(../../../image/misc/ibook.png);
}

#exp_13 {
    background-image: url(../../../image/misc/e-pub.png);
}

#exp_6 {
    background-image: url(../../../image/misc/enriched_pdf_icon_2.png);
}

#exp_10 {
    background-image: url(../../../image/misc/pdf-28pt.png);
}

#exp_17 {
    background-image: url(../../../image/misc/zipped_content.png);
}

.exp_wrapper {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.metadataFieldLabels.book {
    color: #509ca0
}

.exp_title {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    text-align: center
}

.exp_tab_wrapper {
    display: inline-block;
    float: left;
    min-width: 100px;
    padding: 15px 10px 0 10px;
    opacity: 0.8;
    cursor: pointer;
    border: #ccc 1px solid;
    border-bottom: 0;
    background-color: #eee;
}

.exp_tab_wrapper:hover {
    opacity: 1;
}

.exp_tab_wrapper.active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}

.exp_section {
    display: none
}

.book-file-link {
    color: #8c5758
}

.book-file-link:hover {
    color: #d48789
}


/* end display item*/

.home-search-wrapper {
    background-color: rgba(73, 182, 179, 0.57);
    background-color: #00d5ff6e;
    display: inline-block;
    width: 100%;
    min-height: 149px;
    position: relative;
    top: 50px;
    margin-bottom: 0px !important;
}


a.home-search-link div {
width: 130px;
height: 130px;
background-image: url('../../../image/misc/home-search-img.png');
background-repeat: no-repeat;
background-size: 130px auto;
opacity: 1;
}

a.home-search-link:hover div {
    opacity: 0.8;
}

.exp_section.active {
    display: block;
    clear: both !important;
    background-color: #fff !important;
    padding: 20px !important;
}

.exp_section {}

.body {
    background-image: url('/ebooks/image/misc/paper-bg.jpg') !important;
    background-size: 100% auto;
}



.badges_cont {
    z-index: 999999999 !important;
    display: block;
    position: sticky;
}

.mybadge {
    background-color: #49C4C2 !important;
    border-radius: 50% !important;
    top: -108px !important;
    height: 150px !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: 2 !important;
    right: 12% !important;
    width: 150px !important;
    border: 9px solid #fff !important;
    position: relative;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    transform: rotate(-1deg);
    text-align: center;
    filter: drop-shadow(0.25em 0.7em 0.95em rgba(0, 0, 0, 0.8));
}

.mybadge::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 10em;
    height: 10em;
    opacity: 1 !important;
    color: #fff !important;
}

.mybadge:hover {
    color: #fff !important;
    text-decoration: none;
    transform: rotate(-10deg) scale(1.05);
    mybadge-min-size:11px;
    mybadge-max-size:25px;
    background-color: #175757 !important;
    opacity: 1.2;
}

.mybadge a {
    color: #fff !important;
    font-size: 14px;
    height: 130px;
    left: 2%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 38%;
    width: 125px;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.mybadge a span {
    left: 49%;
    line-height: 1.5em;
    padding: 19px;
    position: absolute;
    top: 12%;
    transform: translate(-50%, -50%);
    width: 154px;
}

.mybadge a {
    color: #fff !important;
}

.pulsate::before {}

@keyframes {
    100% {
        transform: scale(1.3);
        opacity: 1;
    }
    60% {
        transform: scale(1);
        opacity: 0.4;
    }
    0% {
        transform: scale(1);
        opacity: 0;
    }
}

.animated.scaleUp,
.animated .animation_item.scaleUp {
    -webkit-animation-name: scaleUp;
    -moz-animation-name: scaleUp;
    -o-animation-name: scaleUp;
    animation-name: scaleUp;
}

@media all and (max-width:1283px) {
   
    .daizy_all span,
    .daizy_class span,
    .daizy_lesson span {
        font-size: 18px !important;
        text-align: center;
    }
.main-course-links {
    margin: auto !important;
	padding: 3px 1% 3px 1%;
        /* padding-right: 7%; */
        padding-bottom: 2px;
        /* padding-left: 7%; */
    width: 1200px;
    min-height: calc(45vw * (9/16) ) !important;
	margin-top: 1% !important;
}
#clearfooter {
    height: 0px !important;
}
.daizy_all, .daizy_class, .daizy_lesson {
    margin-left: 1% !important;
    margin-bottom: 0px !important;
}


}


@media only screen and (max-device-width : 1283px) and (max-height:600px){
#content_course {
    min-height: 300px !important;
}

.daizy_all img, .daizy_class img, .daizy_lesson img {
    max-width: 158px !important;
    height: auto !important;
}

.daizy_all, .daizy_class, .daizy_lesson {
    margin-bottom: 5px !important;
}

.nav.navbar-nav.main_menu.menu-wrapper {
    /* margin-top: 4% !important; */
    padding-left: 14px !important;
}	

.daizy_all, .daizy_class, .daizy_lesson {
    margin-left: 1% !important;
    margin-bottom: 0px !important;
}
	
}

@media all and (min-width:768px) and (max-width:890px) {
	#content-inner {
    max-width: 93% !important;
    margin: 0 auto !important;
    margin-top: 0px;
    margin-top: 25px !important;
}
	.main-course-links {
    max-width: 160vh !important;
}

.navbar-header {
    width: 22%;
}
.daizy_all img, .daizy_class img, .daizy_lesson img {
    max-width: 98px;
    height: auto;
}

.daizy_all span, .daizy_class span, .daizy_lesson span {
    font-size: 12px;
    text-align: center;
}
	
}
@media all and (max-width:768px) {
.daizy_all, .daizy_lesson, .daizy_class {
    margin: auto 0 !important;
        margin-right: 0px;
    width: auto;
    margin-right: 2% !important;
    max-width: 442px;
}	
	
}
@media all and (min-width:861px) and (max-width:1038px) {
    .main-course-links {
margin: auto !important;
padding: 0px;
/* width: 830px !important; */
    }
    .daizy_all,
    .daizy_class,
    .daizy_lesson {
        max-width: 192px;
        margin: 5% !important;
    }

	

}

@media all and (max-width:767px) {
    #class_submenu {
    display: block !important;
    float: left;
    clear: both;
    position: relative;
    width: 100%;
}


.red_arrow {
    
    display: none !important;
}
    .menu-title {
    line-height: 19px !important;
    color: #474747 !important;
font-size: 13px !important; }
    .daizy_all,
    .daizy_lesson,
    .daizy_class {
        margin: auto 0 !important;
        width: 100% !important;
        margin-right: 2% !important;
    }
    .daizy_class {
        margin-right: 2% !important;
    }
    .daizy_all img,
    .daizy_class img,
    .daizy_lesson img {
        max-width: 100%;
        text-align: center;
        margin: auto;
    }
    .main-course-links {
        float: left;
        margin-right: 1% !important;
        margin: auto;
        width: 100%;
        margin-left: 1% !important;
}


.nav.navbar-nav.main_menu.speech_menu_1.menu-wrapper {
 padding-left: 32px !important;
}



#class_menu {
max-width: 414px !important;
margin: 0 !important;
}


}
    
.navbar-nav {
    margin: 0px !important;
}


#header {
    min-height: 120px !important;
}

.navbar-collapse {
overflow-x: hidden;
background:
#fff !important;
height: auto !important;
}


@media all and (max-width:767px) {
    
    
.epipeda {
    position: relative;
    top: 0px !important;
    margin-left: 20px !important ;
    z-index: 2;
    cursor: pointer;
    width: 100% !important;
    float: left;
    clear: both;
    margin-bottom: 10px;
}

.dimotiko, .gymnasio, .lykeio, .epal {
    width: 197px !important;
}

.epipeda .epipedo-title {
    color: 
    #A05C5C;
    font-weight: normal;
    font-size: 12px;
    margin: 0px;
    line-height: 27px;
    padding-left: 2px;
    float: left !important;
    width: 30% !important;
}

.epipeda ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
    float: left;
    width: 67% !important;
}

.nav.navbar-nav.navbar-right {
    position: fixed;
    top: 0;
    right: 10vh;
}


}


@media all and (max-width:1359px) {
.searchbooks.col-md-9 {
    max-width: 70%;
    display: inline-block;
    float: left;
}


.keno.col-md-2 {
    float: left;
    display: inline-block;
}


.mybadge {
top: -72px !important;
height: 130px !important;
overflow: hidden !important;
position: absolute !important;
right: 3% !important;
width: 130px !important;
border: 4px solid #fff !important;
position: relative;
}
#tequery {
    width: 78% !important;
}

}


@media all and (max-width:588px) {
#tequery {
    width: 55% !important;
}   
.searchbooks.col-md-9 {
    max-width: 64%;
    display: inline-block;
    float: left;
    padding: 1% !important;
}

a.home-search-link div {
    width: 100px;
    height: 100px;
    background-image: url('../../../image/misc/home-search-img.png');
    background-repeat: no-repeat;
    background-size: 100px auto;
    opacity: 1;
}
.btn.btn-primary {
    font-size: 0.9em !important;
}


.mybadge {
top: -86px !important;
height: 100px !important;
overflow: hidden !important;
position: absolute !important;
right: 3% !important;
width: 100px !important;
border: 4px solid #fff !important;
position: relative;
}

.mybadge a {
    color: #fff !important;
font-size: 9.5px;}

.mybadge a span {
    left: 36%;
    line-height: 1.5em;
    padding: 19px;
    position: absolute;
    top: 6%;
    transform: translate(-50%, -50%);
    width: 115px;
}
    
}

#doorbell {
    left: 51% !important;
    top: 20% !important;
}
#doorbell-container .close {
right: 0px !important; }
#facet_eduContext li {
background-color:transparent;
}

#doorbell .captcha-container {
    margin-bottom: 10px;
    margin-top: 56px !important;
}
fieldset {
    min-width: 28em !important;
    max-width: 28em !important;
}
#doorbell form {
    width: 31em !important;
}
#doorbell form legend {
    text-align: center !important;
}
#doorbell form legend {
    text-align: center !important;
}
#doorbell-email-label {
    margin-bottom: 8px !important;
}

.nav.navbar-nav.main_menu.menu-wrapper {
vertical-align: middle;

}

.pagination .page-item {
    display: inline-block !important;
    float: left !important;
}


body{
	background-color:#87A8A7;
	font-size:14px;}

#bg_img { position: fixed; top: 150px; left: 0px; }
		.bgwidth { width: 100%; }
		.bgheight { height: 100%; /*min-height: 100%*/}
		
img, a img {
	border: none;
}
	
.logos{
	float:left;
}	
	
		
.logo-small{
	display:none;
}	

.logo{
	margin-left:0px;
	margin-right:0px;
	margin-top:15px;}

.logo-small-digitalsch{
	display:none;
}		

.logo-digitalsch{
	float: left;
    margin-left: 10px;
    margin-top: 10px;
	margin-right:20px;
	}
	
.logo-digitalsch a span, .logo-small-digitalsch a span, div.logos a span {
	display:none;
}
	
#header {
	background-color: #ffffff;
	position:fixed;
	top:0px;
	left:0px;
	height:120px;
}

#header-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}



/**************** menu **********************/

.menu-wrapper{
	margin-top:15px;
	width:60%;
	min-height:80px;
	}
	
.main_menu{
   
	position:relative;
	z-index:1;
	}	
	
.main_menu a{
	float:right;}	


.epipeda ul {
	list-style: none;
	padding-left: 0;
	margin-left:0px;
	margin-right:0px;
	margin-top:2px;
}

.epipeda .epipedo-title{
	color: #A05C5C;
	font-weight:normal;
	font-size: 12px;
	margin:0px;
	line-height:15px;
	padding-left:5px;
	}

.epipeda li{
	float: left;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	 line-height: 25px;
 }


.epipeda li a {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	padding: 4px 8px;
	margin-right:0px;
	
}

.epipeda li a:hover {
	color: #ffffff;
	background-color: #000000;
}

.epipeda li a.active {
	color: #ffffff;
	background-color: #000000;
}


#header .main-menu-title{
	display:none;}

	


.yellow_cycle{
	width:25px;
	height:25px;
	background-color:#CCB248;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border:1px solid #E2D396;
	display:inline-block;
	float:left;
	position:relative;
	z-index:2;
	}
	
.red_cycle{
	width:25px;
	height:25px;
	background-color:#A05C5C;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border:1px solid #F48989;
	display:inline-block;
	float:left;
	position:relative;
	z-index:2;
	}
	
.blue_cycle{
	width:25px;
	height:25px;
	background-color:#509CA0;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border:1px solid #83E2D9;
	display:inline-block;
	float:left;
	position:relative;
	z-index:2;
	}			
	
.menu-title{
	line-height:19px;
	color:#474747;
	font-size:15px;
	font-weight:bold;
	float:left;
	position:relative;
	left:-15px;
	padding:0px 20px;
	z-index:1;
	margin-top:4px;
}	
	
.menu-wrapper a{
	height:25px;
	margin-right:5px;
	text-decoration:none;
	}
	
#class_menu{
	float:right;
	margin-right:5px;}	
	
.menu-wrapper a.active .menu-title, .menu-wrapper  #class_menu.active .menu-title{
	background-color:#474747;
	color:#fff;
	-webkit-border-top-right-radius: 55px;
	-moz-border-radius-topright: 55px;
	border-top-right-radius: 55px;
	}	

.menu-wrapper a:hover .menu-title, .menu-wrapper  #class_menu:hover .menu-title, #class_menu.active_submenu .menu-title {
	background-color:#686868;	
	color:#fff;
	-webkit-border-top-right-radius: 55px;
	-moz-border-radius-topright: 55px;
	border-top-right-radius: 55px;
	cursor: pointer;
}

	
.lesson-subtitle{
	color:#CCB248;
	font-size:13px;
	font-weight:bold;
	text-transform: uppercase;
	float:right;
	clear:right;
	text-align:right;
	line-height:16px;
	}	
	
.class-subtitle{
	color:#A05C5C;
	font-size:13px;
	font-weight:bold;
	text-transform: uppercase;
	width:150px;
	display:inline-block;
	text-align:center;
	}		
	
.yellow_arrow{
	background:url(img/ITYE/yellow_arrow.png) no-repeat center top;
	display:block;
	width:29px;
	height:14px;
	width:220px;	
	float:right;
	}	
	
.red_arrow{
	background:url(img/ITYE/red_arrow.png) no-repeat center top;
	display:block;
	width:29px;
	height:14px;
	margin:auto;
	width:150px;
	
	}	
	
.submenu{
	clear:both;
	position:absolute;
	z-index:1;
	display:block;
	height:60px;
	top:30px;
	width:100%;
	}	
	
.submenu a{
	float:right;}	
	
#lesson_submenu{
	display:none;
	height:auto;
	max-width:600px;
	float:right;
	}	


#class_submenu{
	margin-right:240px;
	display:none;
	height:40px;}		
	
	
.submenu a:hover span{
	text-decoration:underline;
	}
	
/************************ end of menu ****************************/

#container {
	background-image: none;
}
#img_container{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
 }


#bg_img{
   top: 120px;
}

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content_course {
	position:relative;
	/* z-index:1; */
	z-index: 0 !important;
}

div#content_course {
    min-height: 300px ;
    margin-bottom: 0px !important;
}
#content_home {
	position:relative;
	top:90px;
	
}

#content-inner {
	max-width: 1070px;
	margin-left: auto;
	margin-right: auto;
	/*min-height: 500px;
	height:100%;*/
	position:relative;
	margin-top:30px;
	width:100%;
}



#footer {
	position:relative;
	background-color:transparent;
	/*height:98px;*/
	/*height:110px;*/
	height: auto;
	width:100%;
/*	overflow:hidden;
*/	display:block;
	background-color: #ffffff;
	padding: 10px 0;
}

#footer-inner{
	position:relative;
	z-index:0;
	position:relative;
	}	

#footer-inner .footer-center {
	margin-left: auto;
	margin-right: auto;
	text-align:center;	
}

#footer-inner .footer-right {
/*	position: relative;
	right: 5px;
	text-align: right;
	margin: 20px 0 20px;
	float: right;*/
	position: absolute;
    right: 5px;
    text-align: right;
    top: 0;
}

#footer-inner .footer-logo, #footer-inner .footer-image{
	margin: 0px 6px 12px 6px;
	text-decoration: none;
	border: 1px solid #eee;
	display: inline-block;
	}

#footer-inner .footer-logo img, #footer-inner .footer-image{
	max-height: 65px;
}	

#footer-inner .footer-image{
	margin: 0px 2px;
}

body {
	background-image: none;
}



.course-title {
	width: 100%;
	margin-top: 0px;
	padding-bottom:20px;
	margin-bottom:10px;
	padding-top:10px;
	
}


.course-title h1 {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	padding-top: 0px;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align:center;
}

.course-title h1.sub {
	clear: both;
	font-size: 20px;
}

.course-menu .course-links {
	min-height: 340px;
	margin-top:10px;
	/*clear: both;*/
}

.course-menu .course-links ul {
	list-style: none;
}

.course-menu .course-links ul li {
	padding-bottom: 60px;
}



#content_course_itye {
	position:relative;
	clear:none;
	width:100%;
    /*float:left;*/
}

.content_course_itye_center{
	position:relative;
	clear:none;
	}
	
#content_table_itye{
	margin:auto;
	width:100%;}	
	
	
.main-course-links {
	width: 100%;
	min-height: 425px;
	margin-top: 3%;
}
	

.diadrastiko-title {
	float: left;
}


.diadrastiko-text {
	width: 50%;
	background-color: #ffffff;
	  /* Good browsers */
	  opacity: 0.7;	
	  /* Netscape */
	  -moz-opacity: 0.7;
	  /* Safari 1.x */
	  -khtml-opacity: 0.7;	
	  /* IE 5-7 */
	  filter: alpha(opacity=70);
	  /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	padding: 30px;
	text-align: justify;
	float: left;
	min-height:300px;
}

.diadrastiko-link, .diadrastiko-link-no-ebook {
	float: left;
	background-color: #ffffff;
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=70);
	  /* Netscape */
	  -moz-opacity: 0.7;
	  /* Safari 1.x */
	  -khtml-opacity: 0.7;
	  /* Good browsers */
	  opacity: 0.7;		
	width: 25%;
	margin-left: 4%;
	min-height:300px;
}

.diadrastiko-link a, .diadrastiko-link-no-ebook .no-ebook {
	display:block;
	text-decoration:none;
	padding: 30px;
	height:100%;
	min-height:300px;
	}
	
.diadrastiko-link:hover{
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	  /* IE 5-7 */
	  filter: alpha(opacity=90);
	  /* Netscape */
	  -moz-opacity: 0.9;
	  /* Safari 1.x */
	  -khtml-opacity: 0.9;
	  /* Good browsers */
	  opacity: 0.9;		
}

.diadrastiko-link .diadrastiko-img, .diadrastiko-link-no-ebook .diadrastiko-img{
	margin:auto;
	width:100%;
	padding-top:30px;}
	
.diadrastiko-link .diadrastiko-img img, .diadrastiko-link-no-ebook .diadrastiko-img img{
	width:100%;}

.diadrastiko-link a span, .diadrastiko-link-no-ebook .no-ebook span {
	width: 100%;
	padding-top: 20px;
	text-align:center;
	font-size: 1.3em;
	color: #333;
	line-height:1.3em;
	margin:auto;
	display:block;
	font-weight:bold;
}	

.didaktiko-paketo, .psifiaka-vivlia, .perigrafi, .ypostiriktiko-yliko, .curriculum , .lesson_curriculum{
	margin: auto;
    position: relative;
    width: 70%;
	margin-top:30px;}

.didaktiko-paketo-cont{
	width:100%;
	float:left;}


.didaktiko-folder {
	float: left;
	width:46%;
	min-width: 300px;
	margin-right: 4%;
	margin-bottom: 50px;
	position:relative;
}

.didaktiko-folder h1, .didaktiko-folder h3 {
	color: #E8E8E8;
	padding: 8px 0 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size:21px;
	line-height:23px;
}

.didaktiko-folder h3 {
	background: none;
	border: none;
}

.didaktiko-folder-title{
	margin-bottom:30px;}

.didaktiko-folder .document-list {
	background-color: #ffffff;
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=80);
	  /* Netscape */
	  -moz-opacity: 0.8;
	  /* Safari 1.x */
	  -khtml-opacity: 0.8;
	  /* Good browsers */
	  opacity: 0.8;		
	  padding:20px;
}

.didaktiko-folder .document-list table{
	width:100%;}
	

.didaktiko-folder .document-list td{
	vertical-align:middle;
	padding:0px;
	line-height:12px;
}

.didaktiko-folder .document-list .pdf-img{
	padding:7px 1px;}
	
.didaktiko-folder .document-list .pdf-img>img{
	background-color:#cecece;
	}	
	

.didaktiko-folder .document-list .course-doc-title {
	padding:0px 0px 0px 5px;
	cursor:inherit;
}

.didaktiko-folder .document-list .course-doc-title a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	line-height: 15px;
	width:100%;
	float:left;
}

.didaktiko-folder .document-list .item_details{
	width:100%;
	clear:both;
	}

.didaktiko-folder .document-list .pdf-img > img:hover {
    background-color: #bca43c !important;
}

.didaktiko-folder .document-list .save-img:hover img{
	background-color:#CECECE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.didaktiko-folder .document-list .course-doc-title a:hover {
color: #ccb248;
text-decoration:underline;
display:inline-block !important;
max-width: 100% !important;
line-height: 15px;
max-width: 100%;
float: left;
width: auto;}

.didaktiko-folder .document-list .filesize {
	color: #555;
	font-size: 11px;
	font-style: italic;
	padding:5px 0px 0px 0px;
	float:left;
}

.didaktiko-folder .document-list .doc-date {
	color: #555;
	font-size: 11px;
	font-style: italic;
	padding:5px 20px 0px 0px;
	text-align:right;
}

.didaktiko-paketo .didaktiko-save {
	display: inline-block;
	float: left;
}

.didaktiko-paketo .didaktiko-save img {
    background-color: #9b9475;
    border-radius: 5px 5px 5px 5px;
    height: 35px;
    margin-top: 5px;
    width: 35px;
}

.amvlyopes {
	clear:both;}
	
	
.amvlyopes .didaktiko-paketo-title {
	display:inline-block;
	margin-top:30px;
	width:350px;
	}

.amvlyopes .didaktiko-paketo .didaktiko-save img {
    height: 32px;
    width: 32px;
	}

.didaktiko-folder .save-button {
	float: left;
	padding-right: 20px;
}

.didaktiko-folder .save-button img.folder-save {
	width: 30px;
	height: 30px;
	margin-top: 5px;
	background-color:#9b9475;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.didaktiko-folder .save-button img.folder-save:hover, .didaktiko-paketo .didaktiko-save img:hover {
	background-color:#bca43c;
	}

.perigrafi h1, .psifiaka-vivlia h2, .glossari h1, .didaktiko-paketo-title h2, .ypostiriktiko-yliko h1, .diadrastiko-title h1,.levels-title h2, .curriculum h2.title, .lesson_curriculum h1, .des-title h3, .des-title h2, .perigrafi h4 {
	font-size: 25px;
	color: #E8E8E8;
	font-weight: normal;
	/*float: left;*/
	text-transform: uppercase;
	margin:auto;
	line-height:1.2em;
	display:inline-block;
}

.courses-list .levels-title h2, .interactive-books-page .levels-title h2 {
	color: #E8E8E8;
	font-style: normal;
	font-size: 25px;
	margin: 0;
} 

.perigrafi h4, .perigrafi h3 {
	background-color: transparent;
	padding: 0;
	border: none;
}

.curriculum h2.title, .lesson_curriculum h1 {
	text-transform: none;
}

.curriculum h2.title {
	font-style: normal;
}

.curriculum .levels-title, .lesson_curriculum .curriculum-title {
	margin-bottom:10px;
	}



.class-title-container .sub{
	font-weight: normal;
	font-size: 21px;
    font-style: italic;
    line-height: 20px;
}

.didaktiko-paketo-title{
	width:300px;
	margin:auto;
	margin-bottom: 30px;
}

.amvlyopes .didaktiko-paketo-title h1{
	margin-top: 2%;
	}

.didaktiko-paketo-title h2{
	margin-bottom: 0px;
	margin-right: 3%;
	}

.levels-title h2  {
	font-size: 18px;
	color: #E8E8E8;
	font-style:italic;
	font-weight: normal;
	margin:auto;
	margin-top:10px;
	line-height:1.2em;
	display:inline-block;
}



.perigrafi .des-section h3, .curriculum .des-section h3{
	font-size: 18px;
	margin-bottom:30px;
	}
	
.lesson_curriculum .des-section h1{
	font-size: 18px;
	margin-bottom:30px;
	}	
.curriculum .des-section h1 span{
	font-size:15px;
	font-style:italic;
	padding-left:23px;
	}
	
.curriculum .des-section .course-des a.lesson_list_link{
	text-decoration:underline;
	color:#000;
	}
	

.levels-title{
	display:block;
	width:100%;
  } 


.perigrafi .des-section .course-des, .ypostiriktiko-yliko ul, .other-links .not-found, .psifiaka-vivlia .des-section, .curriculum .des-section .course-des,  .lesson_curriculum .des-section .course-des{
	clear: both;
	background-color: #ffffff;
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	  /* IE 5-7 */
	  filter: alpha(opacity=80);
	  /* Netscape */
	  -moz-opacity: 0.8;
	  /* Safari 1.x */
	  -khtml-opacity: 0.8;
	  /* Good browsers */
	  opacity: 0.8;		
	padding: 35px;
	text-align: justify;
	
}


.noibook_mes{
	width: 70%;
	clear: both;
	background-color: #ffffff;
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	  /* IE 5-7 */
	  filter: alpha(opacity=80);
	  /* Netscape */
	  -moz-opacity: 0.8;
	  /* Safari 1.x */
	  -khtml-opacity: 0.8;
	  /* Good browsers */
	  opacity: 0.8;		
	padding: 35px;
	text-align: center;
	margin:30px auto;
	
}

.curriculum .des-section .course-des, .lesson_curriculum .des-section .course-des{
	text-align: left;
	}


.curriculum .des-section .course-des h4, .lesson_curriculum .des-section .course-des h1  {
	margin-bottom:5px;
	margin-top:0px;
	color: #222;
	}
	
.curriculum .des-section .course-des h4 {
	background: none;
	font-size: 18px;
	font-weight: normal;
	border: none;
}
	
.lesson_curriculum .des-section .course-des h2 {
	margin-bottom:5px;
	margin-top:15px;
	color: #555;
	font-weight:normal;
}	

.curriculum .des-section .course-des a{
	text-decoration: none;
	color: #509CA0;
	padding-left:5px;
	display:inline;
	line-height:22px;
	}
	
.lesson_curriculum .des-section .course-des a{
	text-decoration: none;
	color: #a69137;
	padding-left:5px;
	display:inline;
	line-height:22px;
	}	
	
.curriculum .des-section .course-des ol li{
	color:#444;
	padding-top:5px;
	padding-bottom:10px;
	/*font-weight:bold;*/
	font-size:16px;
	}
	
.curriculum .des-section .course-des ul li, .lesson_curriculum .des-section .course-des ul li{
	text-transform:none;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:normal;
	font-size:14px;
}
	
.curriculum .des-section .course-des a:hover{
	color:#444;
}

.lesson_curriculum .des-section .course-des a:hover{
	color: #444;
	}

.curriculum .course-des ol{
	list-style:none outside;
	padding-left: 5px;
}

.curriculum .course-des ul{
	list-style:url(img/list_main.gif) inside;
	padding-left: 5px;
}

.curriculum .course-des .level1 ol{
	padding-left:20px;
	margin-bottom:0px;
	margin-top:0px;
}


.curriculum .course-des .level1 p{
	margin-top:18px;
	font-style:italic;
	color: #444;
	font-size:16px;
	padding-left:5px;
	}

.lesson_curriculum .course-des ul{
	list-style:url(img/list_main_yel.gif) inside;
	padding-left: 5px;
	margin-top:5px;
	}


.perigrafi .des-section .course-des a {
	text-decoration: none;
	color: #A69137;
	/*font-weight: bold;
	background:url(img/ITYE/pdfL.png) no-repeat left center;
	padding-left:90px;
	line-height:60px;*/
	display:inline-block;
	text-align:left;
}

.perigrafi .des-section .course-des table.units a {
	font-weight: normal !important;
	background:none;
	padding-left:0 !important;
	line-height:1em !important;
	font-size: 14px;
	text-decoration: none;
}

.perigrafi .des-section .course-des table td {
	text-align: center;
	width: 208px;
	padding-bottom: 10px;
	padding-top: 10px;
	/*border: 1px dotted #000000;*/
}

.perigrafi .des-section .course-des table td:hover {
	background-color: #509CA0;
}

.perigrafi .des-section .course-des table td .title {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

.perigrafi .des-section .course-des table.units .covers img {
	border: 1px solid #000000;
}

.course-des p{
	margin:0px;
	margin-bottom:4px;
}
 
.course-des ol{
	list-style-position:inside;
}

.perigrafi .des-section .course-des a:hover, .psifiaka-vivlia .des-section a:hover{
	text-decoration:underline;}

.perigrafi .des-section .des-title, .diadrastiko-title, .curriculum .des-section .des-title {
	width:100%;
}

.perigrafi .des-section, .curriculum .des-section, .lesson_curriculum .des-section, .page_404 .des-section  {
	clear: both;
	margin-bottom: 50px;
	width:100%;
	
}

.psifiaka-vivlia .des-section{
	margin-bottom: 30px;
	margin-top: 30px;}

.psifiaka-vivlia .des-section a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background:url(img/ITYE/psifiako.png) no-repeat left center;
	padding-left:90px;
	line-height:60px;
	display:inline-block;
}



.perigrafi .des-section .units-course {
	clear: both;
	font-size: 13px;
	opacity: 0.8;
}

.perigrafi .des-section .units-course h3 {
	font-size: 15px;
	height: auto;
}


.psifiaka-vivlia ul{
	margin:20px 0px;
	padding: 0;
	overflow: hidden;
}

.psifiaka-vivlia ul li{
	width: 90%;
	background-color: #ffffff;
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=70);
	  /* Netscape */
	  -moz-opacity: 0.7;
	  /* Safari 1.x */
	  -khtml-opacity: 0.7;
	  /* Good browsers */
	  opacity: 0.7;		
	padding: 40px 5%;
	text-align: justify;
	float: left;
	list-style: none;
}

.psifiaka-vivlia ul a{
	padding-left: 25px;
	padding-bottom: 20px;
	float: left;
	text-transform: uppercase;
	color: #3F3F3F;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: bold;
	width: 73%;
	text-align: left;
}

.psifiaka-vivlia.ibooks ul a{
	width: 97%;
	}


.psifiaka-vivlia ul a:hover{
	text-decoration: none;
}

.left-text {
	width: 30%;
	margin-right: 20px;
	float: left;
	background-color: #ffffff;
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=70);
	  /* Netscape */
	  -moz-opacity: 0.7;
	  /* Safari 1.x */
	  -khtml-opacity: 0.7;
	  /* Good browsers */
	  opacity: 0.7;		
	padding: 30px;
	margin-top:30px;
}

.left-text .text-title {
	padding-bottom: 30px;
}

.left-text .text-title h1 {
	color: #7db7ae;
	font-size: 20px;
}

.left-text .text-bottom {
	padding-top: 30px;
}


.left-text .text-bottom span {
	background-color: #7db7ae;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.3em;
	box-shadow:4px 0 0 #7DB7AE,-4px 0 0 #7DB7AE; 
	-moz-box-shadow:4px 0 0 #7DB7AE,4px 0 0 #7DB7AE; 
	-webkit-box-shadow:4px 0 0 #7DB7AE,4px 0 0 #7DB7AE;
}

.ypostiriktiko-yliko ul {
	list-style: none;
}

.ypostiriktiko-yliko ul p {
	margin-top: 0;
}

.photodentro-links{
	clear: both;
	padding-top: 0px;
}

.other-links {
	clear: both;
	padding-top: 40px;
}

#content_class_itye {
	padding: 0px;
}

.class_header{
	position:absolute;
	height:40px;
	display:block;
	top:20px;
	width:100%;
	max-width:1200px;
	min-width:1050px;
	z-index:90;	
	}
	
.class_header_bg{
	position:absolute;
	height:40px;
	width:100%;
	margin-left:50px;
	max-width:1150px;
	min-width:950px;
	top:20px;
	z-index:89;
	background-color:#000;
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=50);
	  /* Netscape */
	  -moz-opacity: 0.5;
	  /* Safari 1.x */
	  -khtml-opacity: 0.5;
	  /* Good browsers */
	  opacity: 0.5;		
	}
	
.class-title-container{
	width:100%;
	text-align:center;
	}
	



.class-title,.main-class-title {
	text-transform: uppercase;
	font-size: 22px;
	color:#C1AB4F;
	background-color:#fff;
	-webkit-border-top-left-radius: 55px;
	-webkit-border-bottom-right-radius: 55px;
	-moz-border-radius-topleft: 55px;
	-moz-border-radius-bottomright: 55px;
	border-top-left-radius: 55px;
	border-bottom-right-radius: 55px;
	line-height:40px;
	padding:7px 30px;
	margin:auto;
	display:inline-block;
	max-width:60%;
}

	
.class-title .blue_title,.main-class-title .blue_title {
	color:#509CA0;
}


.class-title .red_title,.main-class-title .red_title {
	color:#A05C5C;
}

.class-title .yellow_title a,.main-class-title .yellow_title {
	color:#C1AB4F;
}


.class-title a:hover .yellow_title{
	color:#C1AB4F;
	text-decoration:underline;}
	
.class-title a:hover .red_title{
	color:#A05C5C;
	text-decoration:underline;}

.class-title .blue_title a {
	color:#509CA0;
}

.class-title .blue_title a:hover{
	text-decoration:underline;
}
	
	
.class-title a:hover{
	text-decoration:none;
}
	
.class-title h1 a, .main-class-title h1 a {
	color: #A05C5C;
}
.class-title h1 a:hover, .main-class-title h1 a:hover {
	text-decoration: underline;
}

.class-title h1, .main-class-title h1{
	font-size: 25px;
	font-weight: bold;
	padding-top: 0px;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align:center;
	font-weight:normal;
}

.class-title span.sub, .main-class-title h1.sub{
	font-size:18px;
	}

.main-class-title h1{
	text-align:center;}

.class-title span.sub {
	clear: both;
	font-size: 20px;
	font-style: normal;
}


.class-download a{
	float: right;
	margin-right:20px;
	padding-right:30px;
	line-height:40px;
	background:url(img/ITYE/white_arrow.png) no-repeat center right;
	display:inline-block;
}

.class-download a:hover{
	text-decoration:underline;}

.class-download a {
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}


/********************* courses list - all material  **************************/

.courses-list ul, .lessons-list ul {
	list-style: none;
	margin:20px 0 0;
	padding:0px;
	clear: both;
	overflow: hidden;
}


.lessons-list .accordion_cont ul li {
	float: left;
	padding: 0px;
	margin: 0px 1% 20px 0;
	text-align: center;
	position:relative;
	height:auto;
	width: 32%;
}

.courses-list ul li, .lessons-list ul li {
	float: left;
	padding: 0px;
	margin: 0px 10px 20px 5px;
	text-align: center;
	position:relative;
	height:auto;
}


.courses-list ul li .bgexof, .lessons-list ul li .bgexof{
	background-color: #ffffff;
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=70);
	  /* Netscape */
	  -moz-opacity: 0.7;
	  /* Safari 1.x */
	  -khtml-opacity: 0.7;
	  /* Good browsers */
	  opacity: 0.7;		
	  position:absolute;
	top:0px;
	left:50px;
	z-index:0;
	display:block;
	width:270px;
	height:62px;
	}
	
.accordion_cont .bgexof {
	background-color: #ffffff;
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=70);
	  /* Netscape */
	  -moz-opacity: 0.7;
	  /* Safari 1.x */
	  -khtml-opacity: 0.7;
	  /* Good browsers */
	  opacity: 0.7;		
	  position:absolute;
	top:0px;
	left:15%;
	z-index:0;
	display:block;
	width: 84%;
	height:62px;
}
	
	
.courses-list ul li.pdf-buttons .bgexof{
	width:300px;
	}	

.courses-list ul li .li_wrapper, .lessons-list ul li .li_wrapper{
	position:relative;
	z-index:2;}	

.lessons-list .accordion_cont ul li .course-name{
	display: block;
	text-align: center;
	/*width:260px;*/
	width: 80%;
	height:60px;
	position:relative;
	cursor:pointer;	
	float:left;
	padding:0px 1% 0 3%;	
	}
	
.courses-list ul li .course-name, .lessons-list ul li .course-name{
	display: block;
	text-align: center;
	width:260px;
	height:60px;
	position:relative;
	cursor:pointer;	
	float:left;
	padding:0px 2px 0px 8px;	
	}
	
.accordion_cont ul li span.course-image {
	width: 15%;
	display: block;
	float: left;
}
	
.courses-list ul li:hover .bgexof, .lessons-list ul li:hover .bgexof{
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	  filter: alpha(opacity=90);
	  -moz-opacity: 0.9;
	  -khtml-opacity: 0.9;
	  opacity: 0.9;		

	}	
	
.courses-list ul li a:hover .course-name, .lessons-list ul li a:hover .course-name{
	text-decoration:none;
	 /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	  filter: alpha(opacity=90); */
	  -moz-opacity: 0.9;
	  -khtml-opacity: 0.9;
	  opacity: 0.9;		
	}
	
.courses-list ul li:hover .course-image, .lessons-list ul li:hover .course-image{
	text-decoration:none;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	  filter: alpha(opacity=90);
	  -moz-opacity: 0.9;
	  -khtml-opacity: 0.9;
	  opacity: 0.9;		
	}	
		

 .courses-list ul li .title_wrap, .lessons-list ul li .title_wrap{
	display:table-cell;
	vertical-align:middle;
	/*width:265px;*/
	text-align:left;
	height:60px;
	white-space:normal;
	}
	
.courses-list ul li .title_wrap span, .courses-list ul li.html_listitems .title_wrap span a
.lessons-list ul li .title_wrap span, .lessons-list ul li.html_listitems .title_wrap span a{
	font-size: 12px;
	text-transform: uppercase;
	color: #3F3F3F;
	line-height: 15px;
	padding:0px;
	display:block;
	font-weight:bold;
	text-decoration: none;
}

 /*.courses-list ul li span:hover,*/
.courses-list ul li.html_listitems a:hover,
.lessons-list ul li.html_listitems a:hover, .lessons-list ul li span:hover{
	
	text-decoration:none;
	color:#509CA0 !important;
}


 .courses-list ul li.html_listitems .title_wrap,.courses-list ul li.html_listitems .course-name,.courses-list ul li.html_listitems .course-image,.courses-list ul li.html_listitems ,
  .lessons-list ul li.html_listitems .title_wrap,.lessons-list ul li.html_listitems .course-name,.lessons-list ul li.html_listitems .course-image,.lessons-list ul li.html_listitems {
	min-height:62px;
	height:auto;
	cursor:default;
	padding-top:0px;
	padding-bottom:0px;
}

.courses-list ul li.html_listitems .course-image img, .lessons-list ul li.html_listitems .course-image img{
	cursor:default;
}

.courses-list ul li.html_listitems .bgexof, .lessons-list ul li.html_listitems .bgexof{
	height:100%;}

/*.courses-list ul li .title_wrap span, */
.courses-list ul li.html_listitems .title_wrap span a, .lessons-list ul li .title_wrap span, .lessons-list ul li.html_listitems .title_wrap span a{
	font-size: 12px;
	text-transform: uppercase;
	color: #3F3F3F;
	line-height: 15px;
	padding:0px;
	display:block;
	font-weight:bold;
	text-decoration: none;
}

/*, .courses-list ul li span:hove*/
.courses-list ul li.html_listitems a:hover, .lessons-list ul li.html_listitems a:hover, .lessons-list ul li span:hover{
	text-decoration:none;
	color:#509CA0 !important;
}


.courses-list ul li .title_wrap .html_link{
	margin:20px 0px;
	display:block;
	}

.courses-list ul li .title_wrap .html_link:hover{
	color: #A05C5C;
}

.psifiaka-vivlia ul li .title_wrap .html_link:hover{ 
	color: #C1AB4F;
}

.psifiaka-vivlia .html_listitems .li_wrapper{
	display:table;
	height:auto;
}

.psifiaka-vivlia .html_listitems .course-name{
	display:table-cell;
	vertical-align:middle;
	height:auto;
	width:100%;
	 white-space: normal;
	}
	

	
		

.courses-list ul li .course-image img, .lessons-list ul li .course-image img{
	border:none;
	width:50px;
	display:inline-block;
	height:62px;
	float:left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	cursor:pointer;
}

 .courses-list {
	position:relative;
	top:10px;
	padding-top:20px;
	width:100%;
}


 .courses-list ul a {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}



.pdf-buttons{
	margin-right:40px;}	
	
.pdflist_choice{
	display:none;
	float:left;
	height:62px;
	width:35px;}
	
.pdflist_choice a{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	 filter: alpha(opacity=60);
	 -moz-opacity: 0.6;
	 -khtml-opacity: 0.6;
	 opacity: 0.6;	
	}		
	
.pdflist_choice a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	 filter: alpha(opacity=100);
	 -moz-opacity: 1;
	 -khtml-opacity: 1;
	 opacity: 1;	
	}	
	
.pdflist_choice	.save{
	background:url(img/ITYE/pdf-save.png) no-repeat center center #fff;
	width:35px;
	height:28px;
	display:inline-block;
	}
	
	
.pdflist_choice	.go{
	background:url(img/ITYE/pdf-go.png) no-repeat center center #fff;
	width:35px;
	height:28px;
	margin-bottom:6px;
	display:inline-block;

	}

.course-paketo-cont{
	width:300px;
	background-color:#CCC;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
	margin-left:50px;
	clear:both;
	}
	
.course-paketo-cont	.save-button{
	padding:2px 0px;
	float: right;
}

.course-folder{
	border-bottom: 1px solid #FFFFFF;
    clear: both;
    display: inline-block;
    padding: 0 2px 0 8px;
    width: 290px;
}

.course-folder:hover{
		background-color:#fff;
}
	
.course-folder-title{
	font-size:12px;
	color:#000;
	text-align:left;
	padding:4px 0px;
	text-transform:uppercase;
	font-weight: bold;
	display: block;
}

.course_save{
	float:left;}

.course_save .course_save_bt{
	margin-top:17px;
	width:25px;
	height:25px;
	background-color: #aaa;
    border-radius: 5px 5px 5px 5px;
	position:relative;
	z-index:2;
	}
	
.pdf-buttons .li_wrapper:hover .course_save_bt{
	background-color: #9B9475;
}
	
.pdf-buttons .li_wrapper:hover{
	text-decoration:underline;}	


	
.class-downloads{
	margin:15px auto 30px auto;
	display:block;
	/*height:30px;*/
	width:85%;
	padding:8px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	overflow: hidden;
}	

.levels_downloads{
	height:auto;
	display:block;}

.all-downloads{
	 display: block;
    float: left;
    height: auto;
    margin: 0 1% 10px auto;
	width:30%;
    min-width: 150px;
	background-color:#fff;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding:5px 1% 5px 1%;	
	}	
	
.all-donwload-title{
	line-height:25px;}	
	
.all_pdf_title{
	color: #509CA0;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;	
	font-weight:normal;
	text-transform: uppercase;
	}

.class-stbooks, .class-otherbooks{
	width:40%;
	font-size: 20px;
	color: #ccc;
	font-weight: normal;
	font-style:italic;
	float: left;
	text-transform: uppercase;
	margin:auto;
	line-height:1.5em;
	display:inline-block;
	}
	
.class-stbooks>div, .class-otherbooks>div{
	width:200px;
	cursor:pointer;
	}
	
	
	
	
.all-stbooks, .all-otherbooks{
	width:99%;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	font-style:italic;
	float: left;
	text-transform: uppercase;
	margin-right:1%;
	line-height:1.5em;
	display:block;
	line-height:30px;
	/*cursor:pointer;*/
	}
	
	
/*.all-stbooks:hover, .all-otherbooks:hover{
	text-decoration:underline;
}*/

.all-stbooks .zipsize, .all-otherbooks .zipsize {
	font-size: 10px;
	color: #999999;
}

.all-downloads .all-stbooks a:hover img,.all-downloads .all-otherbooks a:hover img {
	background-color: #ccc;
    border-radius: 5px 5px 5px 5px;
	}		
	
.all-downloads img{
	padding:2px 0px;}

.class-stbooks{
	margin-right:10%;}
	
.courses-list h2{
	color: #cacaca;
	font-size:19px;
	text-align:center;
	font-weight:normal;
	}
	
	
.class-downloads .class-stbooks>div:hover img, .class-downloads .class-otherbooks>div:hover img, .class-downloads-bglyk .class-stbooks-bglyk>div:hover img, .class-downloads-bglyk .class-otherbooks-bglyk>div:hover img{
	background-color: #9B9475;
    border-radius: 5px 5px 5px 5px;
	}	
	
	
	
.class-downloads .class-stbooks>div:hover .class-donwload-title, .class-downloads .class-otherbooks>div:hover .class-donwload-title{
	color:#fff;
	}
		
	

.class-stbooks .save-button,.class-otherbooks .save-button, .all-stbooks .save-button,.all-otherbooks .save-button{
	float:left;
	margin-right:10px;
	}

.class-stbooks .save-button img,.class-otherbooks .save-button img{
	width:30px;
	height:30px;
	}
	
.courses-list .class_pdf{
	width:90%;
	margin:20px auto;
	max-width: 737px;
}	
	

/********************************* end of courses list - all material *****************************/


	
/************* classes list ************/
.classes-list .class_daizy_link{
	float:left;
	width:66%;
	clear:both;
	font-size:14px;
	color:#5D5D5D;
	padding:6px 20px;
	cursor:pointer;
	text-transform: uppercase;
	height:25px;
	line-height:25px;
	background-color: #ffffff;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	  filter: alpha(opacity=80);
	  -moz-opacity: 0.8;
	  -khtml-opacity: 0.8;
	  opacity: 0.8;		
	margin-left:40px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	}
	

.classes-list .class_daizy_link:hover{
		background-color: #ffffff;
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  /* IE 5-7 */
	  filter: alpha(opacity=100);
	  /* Netscape */
	  -moz-opacity: 1;
	  /* Safari 1.x */
	  -khtml-opacity: 1;
	  /* Good browsers */
	  opacity: 1;		
	}
	
.classes-list a{
	 background: url("img/ITYE/daizy-class-bg.png") no-repeat scroll left center transparent;
	 display: block;
    float: left;
    width: 100%;
	margin-bottom:10px;
}


.edu_level{
	font-size:21px;
	font-weight:bold;
	color:#eaeaea;
	width:100%;
	margin:10px 0 11px;
	padding-left:0px;
	text-transform: uppercase;
	clear:both;
	padding-top: 15px;
	}
		
	
/******** end of classes list ************/


/************* lessons' daizies list ************/

.courses-list, .lessons-list{
	width:90%;
	min-width:500px;
	margin:auto;}
/******** end of lessons' daizies list ************/




#content_class_itye .courses-download {
	width: 25%;
	float: left;
	padding: 3%;
	margin-right: 3%;
	color: #c1ab4f;
	font-size: 1.5em;
	line-height:1.3em;
	clear: both;
	position:relative;
	overflow:hidden;
	min-height:300px;
	min-width:250px;
}

.courses-download .courses-download-img{
	margin:auto;
	position:relative;
	z-index:2;
	height:160px;
}

.courses-download .courses-download-img img{
	width:100%;}
	
.courses-download .zip-title{
	position:absolute;
	left:0%;
	bottom:0;
	-webkit-border-top-right-radius: 55px;
	-webkit-border-bottom-left-radius: 55px;
	-moz-border-radius-topright: 55px;
	-moz-border-radius-bottomleft: 55px;
	border-top-right-radius: 55px;
	border-bottom-left-radius: 55px;
	background-color:#7DB7AE;
	border:solid 2px #FFFFFF;
	width:50%;
	height:80%;
	padding:5%;
}

.courses-download .zip-title h1{	
	color:#fff;
	line-height:1.1em;
	width:80%;
	font-size:0.9em;
	margin:15%;}


.courses-download  .zip-img{
	position:absolute;
	left:55%;
	bottom:0px;
	-webkit-border-bottom-right-radius: 55px;
	-webkit-border-top-left-radius: 55px;
	-moz-border-radius-bottomright: 55px;
	-moz-border-radius-topleft: 55px;
	border-bottom-right-radius: 55px;
	border-top-left-radius: 55px;
	background-color:#A1E2DE;
	border:solid 2px #FFFFFF;
	padding:5%;
	width:100px;
	height:100px;
	}

#content_class_itye .download-info {
	width: 50%;
	float: left;
	padding: 3%;
	text-align: justify;
	position:relative;
	overflow:hidden;
	min-height:300px;
}

#content_class_itye .download-info_bg,#content_class_itye .courses-download_bg {
	background-color: #ffffff;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	  /* IE 5-7 */
	  filter: alpha(opacity=80);
	  /* Netscape */
	  -moz-opacity: 0.8;
	  /* Safari 1.x */
	  -khtml-opacity: 0.8;
	  /* Good browsers */
	  opacity: 0.8;		
	  position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:100%;
	height:100%;
	}

#content_class_itye .courses-download-cont{
	position:relative;
	z-index:2;
	margin: 5% 10%;
	text-align:justify;
}

#content_class_itye .download-info-cont{
	position:relative;
	z-index:2;;
}

#content_class_itye .download-info h1 {
	color: #7db7ae;
	font-size: 20px;
}


#course_cont_wrapper{
	position:relative;
	top:60px;
	}
	
#course_cont_wrapper .inner{
	margin-left:4%;
	width:95%;
	}	

#homepage-columns {
	width: 100%;
	margin: auto;
	padding-top: 80px;
	float:left;
}

#homepage-columns2{
	width: 100%;
	float:left;
}

#homepage-columns .first-col, #homepage-columns .second-col .bottom {
	background-color: #ffffff;
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=70);
	  /* Netscape */
	  -moz-opacity: 0.7;
	  /* Safari 1.x */
	  -khtml-opacity: 0.7;
	  /* Good browsers */
	  opacity: 0.7;		
	padding: 3%;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

#homepage-columns .second-col .top {
	margin:auto;
	margin-top: 6%;
	margin-bottom: 8%;
	width:90%;
}

#homepage-columns .second-col .bottom {
	margin:auto;
	padding: 8%;
	}

#homepage-columns .second-col .top h1 {
	line-height: 1.6em;
	font-weight: normal;
	font-size: 23px;
	color: #ffffff;
}

#homepage-columns .second-col{
	width: 25%;
	float:left;
	margin:0% 6%;
	}

#homepage-columns .first-col{
	width: 25%;
	float: left;
	margin: 0%;
	display:inline;
	}

#homepage-columns .third-col {
	background-color: #ffffff;
	 /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=70);
	  /* Netscape */
	  -moz-opacity: 0.7;
	  /* Safari 1.x */
	  -khtml-opacity: 0.7;
	  /* Good browsers */
	  opacity: 0.7;		
	  padding: 3%;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	width: 25%;
	float: right;
	margin: 0%;
	display:inline;

}

#homepage-columns .first-col h1, #homepage-columns .second-col .bottom h1, #homepage-columns .third-col h1 {
	color: #c1ab4f;
}

#homepage-columns .first-col span {
	background-color: #c1ab4f;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5em;
	display: inline;
}

.other-links .not-found {
	clear: both;
	padding-top: 25px;
}

.image_cover {
	margin-right: 20px !important;
	padding-right: 10px !important;
}





#nav li {
	float: left;
	position: relative;
}
#nav li a {
	background: #c1ab4f;
	/*border: 3px solid #c1ab4f;*/
	color: #ffffff;
	display: block;
	margin: 0 5px 0 0;
	padding: 14px;
	font-size: 16px;
	text-transform: uppercase;
}
#nav li a:hover {
	background: #c1ab4f;
	text-decoration: none;
}

/* Targeting the first level menu */

.courses-nav-menu{
	width:100%;
	text-align:center;
	position:fixed;
	top:90px;
	z-index: 100;
	}

#nav {
	display: block;
	height: 35px;
	position: absolute;
	list-style: none;
	top:0px;
	margin:0px;
}
#nav > li > a {
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

/* Targeting the second level menu */
#nav li ul {
	background: #ffffff;
	color: #000000;
	display: none;
	margin: 0px 0 0 20px;
	width: 182px;
	position: absolute;
	list-style: none;
	padding-left: 0;
	padding: 10px;
}
#nav li ul li {
	width: 100%;
}
#nav li ul li a {
	background: none;
	border: none;
	line-height: 13px;
	margin: 0;
	padding: 0 0 0 5px;
	color: #000000;
	font-size: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px dotted #000000;
	padding: 10px;
}
#nav li ul li a:hover {
	background: #c1ab4f;
}



/****************************************** daizy  ***************************************************/

#lesson_daizy_medium, #lesson_daizy_small{
		display:none;
		}

#lesson_daizy{
	/*left: 40%;
    position: relative;
    top: 30px;
	width:60%;
	*/
   display: block;
    margin: auto;
    position: relative;
    width: 100px;
}
	
	
#lesson_daizy a{
	margin:0px;
	display:block;
	}	
	
	
.main-course-links a, .main-course-links p, .main-course-links .no-interactive-book, .main-course-links .no-html-book, .main-course-links .no-pdf-docs {
	text-decoration: none;
	color: #ffffff;
	background-color: #CCB248;
	border:1px solid #E2D396;
	font-weight: bold;
	font-size: 15px;
	position:relative;
	z-index:6;
	padding-left: 10px;
	padding-right: 10px;
}

.main-course-links .blue_daizy a, .main-course-links .blue_daizy p, .main-course-links .blue_daizy .no-interactive-book,.course-links .blue_daizy a, .course-links .blue_daizy p {
	color:#FFF;
	background-color:#509CA0;
	border: 1px solid #83E2D9;
}

.main-course-links .red_daizy a, .main-course-links .red_daizy p, .main-course-links .red_daizy .no-interactive-book,.course-links .red_daizy a, .course-links .red_daizy p  {
	color:#FFF;
	background-color:#A05C5C;
	border: 1px solid #F48989;
}

.main-course-links .no-interactive-book, .main-course-links .no-html-book, .main-course-links .no-pdf-docs {
	opacity: 0.4;
}


.main-course-links p, .course-menu .course-links p{
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	  filter: alpha(opacity=30);
	  -moz-opacity: 0.3;
	  -khtml-opacity: 0.3;
	  opacity: 0.3;
	  margin:0px;	
	}
	
.course-links a, .course-links p, .course-links .no-interactive-book {
	background-color: #CCB248;
    border: 1px solid #E2D396;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-decoration: none;
    z-index: 6;
}

.course-links .no-interactive-book {
	opacity: 0.4;
}

.course-links #lesson_daizy .lesson_center a{
	font-size:15px;
}

.course-menu {
	margin-top:0px;
	min-width: 350px;
	margin-right: 20px;
	position:relative;
	width:35%;
	float:left;
}	
	
.lesson_leaf{
	width:90px;
	height:90px;
	background-color:#fff;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;		
	}
	
/*.yellow_daizy #top_center:hover,*/ #top_right2:hover, #middle_right:hover, #top_left2:hover,  #bottom_right2:hover, #bottom_left2:hover{
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  filter: alpha(opacity=90);
	  -moz-opacity: 0.9;
	  -khtml-opacity: 0.9;
	  opacity:0.9;		
	}	
	
	
.yellow_daizy #top_center, #top_right2, #middle_right, #top_left2, #bottom_right2, #bottom_left2, .glossary_leaf .highlights, .yellow_daizy .ibooks_leaf .highlights, .yellow_daizy .ibooks_leaf .lesson_leaf  {
	border:#C4A422 solid 1px;
	
	z-index:3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;		
	}
	
	
	
.blue_daizy #top_right2, .blue_daizy #middle_right, .blue_daizy #top_left2, .blue_daizy #bottom_right2, .blue_daizy #bottom_left2, .blue_daizy #bottom_center, .blue_daizy #top_center{
	border:#509CA0 solid 1px;

	z-index:3;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  filter: alpha(opacity=80);
	  -moz-opacity: 0.8;
	  -khtml-opacity: 0.8;
	  opacity: 0.8;		
}


.red_daizy #top_right2, .red_daizy #middle_right, .red_daizy #top_left2, .red_daizy #bottom_right2, .red_daizy #bottom_left2, .red_daizy .ibooks_leaf .highlights, .red_daizy .ibooks_leaf .lesson_leaf{
	border:#A05C5C solid 1px;
	z-index: 3;

	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  filter: alpha(opacity=80);
	  -moz-opacity: 0.8;
	  -khtml-opacity: 0.8;
	  opacity: 0.8;		
}
	
#lesson_daizy .inactive:hover, #lesson_daizy .inactive{
	cursor:default;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	  filter: alpha(opacity=60);
	  -moz-opacity: 0.6;
	  -khtml-opacity: 0.6;
	  opacity: 0.6;	
	}	
	
.daizy_top{
	position:relative;
	top:0px;
	left:0px;
}
	
.daizy_center{
	position:relative;
	top:140px;
	left:0px;
}	

.yellow_daizy .daizy_center, .blue_daizy .daizy_center {
	top: 120px;
}

.daizy_right{
	position:absolute;
	top:0px;
	left:180px;
	
}
	
.daizy_bottom{
	position:relative;
	top:190px;
	left:0px;
}

.yellow_daizy .daizy_bottom, .blue_daizy .daizy_bottom {
	top: 170px;
}


/******  top part of the daizy   ********/

.yellow_daizy #top_center{
	position:absolute;
	top:0;
	left:0px;
	z-index:3;
	}
	
.red_daizy #top_center, .blue_daizy #top_center	{
	position:absolute;
	top:0;
	left:0px;
	z-index:3;
	}

.yellow_daizy .description_leaf a,.yellow_daizy .description_leaf p{
	top:-40px;
	left:-50px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-topright: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;	
	line-height:19px;
	} 
	
.yellow_daizy .description_leaf a:hover, .ebook_leaf a:hover, .pdfbooks_leaf a:hover, .photodentro_leaf a:hover, .html_books_leaf a:hover, .resources_leaf a:hover, .glossary_leaf a:hover, .yellow_daizy .ibooks_leaf a:hover {
	background-color:#fff;
	color:#C1AB4F;
	text-decoration:none;
	}


.blue_daizy .curriculum_leaf a{
	top:-40px;
	left:-50px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-topright: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	line-height:19px;
	}
	
.blue_daizy .curriculum_leaf a:hover, .blue_daizy .ebook_leaf a:hover, .blue_daizy .pdfbooks_leaf a:hover, .blue_daizy .photodentro_leaf a:hover, .blue_daizy .html_books_leaf a:hover, .blue_daizy .resources_leaf a:hover, .blue_daizy .ibooks_leaf a:hover {
	color: #509CA0;
	background-color: #C6E3E5;
	border:1px solid #509CA0;
}

.red_daizy .ebook_leaf a:hover, .red_daizy .pdfbooks_leaf a:hover, .red_daizy .photodentro_leaf a:hover, .red_daizy .html_books_leaf a:hover, .red_daizy .resources_leaf a:hover, .red_daizy .ibooks_leaf a:hover {
	color: #A05C5C;
	background-color: #EFE4E4;
	border:1px solid #A05C5C;
}
		

.ebook_leaf{
	position:absolute;
	top:-7px;
	left:0px;
	z-index:4;
	}
	
.ebook_leaf a, .ebook_leaf .no-interactive-book{
	display: block;
	 left: 127px;
    top: -54px;
    width: 200px;	
	font-size:15px;
	-webkit-border-bottom-left-radius: 35px;
	-webkit-border-top-right-radius: 35px;
	-moz-border-radius-bottomleft: 35px;
	-moz-border-radius-topright: 35px;
	border-bottom-left-radius: 35px;
	border-top-right-radius: 35px;
	padding:2px 10px 2px 20px;	
	}

.html_books_leaf .no-html-book {
	display: block;
	left: 91px;
	top: -131px;
	width: 167px;
	font-size: 15px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 2px 10px 2px 20px;
}

.pdfbooks_leaf .no-pdf-docs {
	display: block;
	left: 91px;
	top: 0px;
	width: 135px;
	font-size: 15px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-topright: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 2px 10px 2px 20px;
}
	
.photodentro_leaf{
	position:absolute;
	top:-55px;
	left:-95px;
	z-index:2;
	
	}
	


.photodentro_leaf .no-photodentro-link{
	position:relative;
	left: -122px;
    top: 0px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;	
	width:100px;
	line-height:19px;
	opacity: 0.4;
	text-decoration: none;
    color: #ffffff;
    background-color: #CCB248;
    border: 1px solid #E2D396;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    z-index: 6;
    padding-left: 10px;
    padding-right: 10px;
} 		
	
.resources_leaf{
	position:absolute;
	top:55px;
	left:-95px;
	z-index:3;
	height:100%;
	}

.resources_leaf a, .resources_leaf p{
	left: -192px;
    top: -111px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-topright: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	}

.glossary_leaf a {
	top: 112px;
	left: -40px;
	webkit-border-bottom-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-topright: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}

.ibooks_leaf a, .ibooks_leaf p {
		top: 112px;
		webkit-border-top-left-radius: 30px;
		-webkit-border-bottom-right-radius: 30px;
		-moz-border-radius-topleft: 30px;
		-moz-border-radius-bottomright: 30px;
		border-top-left-radius: 30px;
		border-bottom-right-radius: 30px;
		left: -58px;
		text-align:center;
		display: inline-block;
    white-space: nowrap;
	}

.photodentro_leaf a span.sub, .ebook_leaf a span.sub, .html_books_leaf a span.sub, .ebook_leaf .no-interactive-book span.sub, .pdfbooks_leaf a span.sub, .html_books_leaf .no-html-book span.sub, .pdfbooks_leaf .no-pdf-docs span.sub, .ibooks_leaf span.sub {
	font-style:italic;
	font-weight:normal;
	font-size:15px;
	}	
	

.pdfbooks_leaf{
	position:absolute;
	top:-55px;
	left:95px;
	z-index:3;
	height:100%;
	}

.pdfbooks_leaf a{
	top:0px;
	left:91px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-topright: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	}
	
.html_books_leaf{
	position:absolute;
	top:55px;
	left:95px;
	z-index:3;
	}

.html_books_leaf a{
	top:-131px;
	left:91px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;	
	}
	
.viomatikes_view.html_books_leaf a{
	top:-113px;}				
	
.pdfbooks_leaf a, .html_books_leaf a, .ibooks_leaf a, .ibooks_leaf p{
	padding:2px 20px 2px 20px;	
	}
	
.viomatikes_view.pdfbooks_leaf a, .viomatikes_view.html_books_leaf a{
	padding:0px 20px 0px 20px;
	line-height: 19px;	
	}	
		

#lesson_daizy .lesson_center a{
	width:81px;
	height:81px;
	background-color:#CCB248;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	line-height:81px; 
	color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
	text-align:center;
	  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	  filter: alpha(opacity=80);
	  -moz-opacity: 0.8;
	  -khtml-opacity: 0.8;
	  opacity: 0.8;*/	
	  padding:0px;
	  display:block;
	  margin:5px;	

}

#lesson_daizy a{
	display:inline-block;
	white-space: nowrap }


	
#lesson_daizy .lesson_center{
	width:91px;
	height:91px;
	background-color:#CCB248;
	border:1px solid #E2D396;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	line-height:90px; 
	color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
	text-align:center;
	 /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	  filter: alpha(opacity=80);
	  -moz-opacity: 0.8;
	  -khtml-opacity: 0.8;
	  opacity: 0.8;	*/
	/*background:url(img/ITYE/center.png) no-repeat center center;*/
}


#lesson_daizy.blue_daizy  .lesson_center{
	background-color:#509CA0;
	border:1px solid #83E2D9;
}

#lesson_daizy.red_daizy  .lesson_center{
	background-color:#A05C5C;
	border:1px solid #F48989;
}

.lesson_center a, .lesson_center p, .blue_daizy .lesson_center a, .blue_daizy .lesson_center p, .red_daizy .lesson_center a, .red_daizy .lesson_center p{
	background-color:transparent;
	border:none;
	margin:0px;
   }

.course-links .lesson_link{
	width:91px;
	height:91px;
	background:url(img/ITYE/center_light.png) no-repeat center center;
	cursor:pointer;
	display:block;
	}
	
.course-links a.lesson_link{
	padding:0px;
	background-color:transparent;
	
}
	
.course-links .lesson_link:hover{
	background:url(img/ITYE/center.png) no-repeat center center;
	}
	
	
#top_center{
	transform:translateX(0px) rotate(135deg);
	-ms-transform:translateX(0px) rotate(135deg); /* IE 9 */
	-webkit-transform:translateX(0px) rotate(135deg); /* Safari and Chrome */
	}

.yellow_daizy #top_center{
	border:#C1AB4F solid 1px;
	cursor:pointer;
	}

#top_right1{
	position:absolute;
	top:20px;
	left:60px;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */
	}



#top_right2{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */
	}

#top_left1{
	position:absolute;
	top:20px;
	left:-60px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	}

#top_left2{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	}
/***********************************************/	

#middle_right{
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	width:98px;
	height:98px;
	}	

/****bottom part of the daizy ***********/

#bottom_center{
	position:absolute;
	top:0px;
	left:0px;
	transform:translateX(0px) rotate(135deg);
	-ms-transform:translateX(0px) rotate(135deg); /* IE 9 */
	-webkit-transform:translateX(0px) rotate(135deg); /* Safari and Chrome */
	}

#bottom_right1{
	position:absolute;
	top:-20px;
	left:60px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	}

#bottom_right2{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	}

#bottom_left1{
	position:absolute;
	top:-20px;
	left:-60px;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */
	}

#bottom_left2{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */
	}
/***********************************************/	


/*******************    daizy left menu *********************/

.course-links #lesson_daizy{
	transform:scale(0.8,0.8);
	-ms-transform:scale(0.8,0.8); /* IE 9 */
	-webkit-transform:scale(0.8,0.8); /* Safari and Chrome */
	position:relative;
	left:-40px;
	width:100%;
}

#lesson_daizy a.currentlink {
	color: #C1AB4F;
	background-color: #fff;
}

#lesson_daizy.blue_daizy a.currentlink {
	color: #509CA0;
	background-color: #C6E3E5;
	border:1px solid #509CA0;
}

#lesson_daizy.red_daizy a.currentlink {
	color: #A05C5C;
	background-color: #EFE4E4;
	border:1px solid #A05C5C;
}

#lesson_daizy .currentleaf {
	opacity: 1;
}

.daizy_center .ebook_leaf #middle_right{
	border-width:6px 6px 2px 2px;}
	
.yellow_daizy #middle_right, .yellow_daizy #middle_right.inactive:hover{
	border-color:#CCB248;
	}	

.red_daizy #middle_right{
	border-color:#F48989;
	}	

.blue_daizy #middle_right{
	border-color:#83E2D9;
	}	
	
.yellow_daizy #middle_right:hover,.yellow_daizy #middle_right.currentleaf{
	border-color:#E2D396;
	}	

.red_daizy #middle_right:hover,.red_daizy #middle_right.currentleaf{
	border-color:#A05C5C;
	}	
	
.red_daizy #middle_right.inactive:hover{
	border-color:#F48989;
	}

.blue_daizy #middle_right:hover,.blue_daizy #middle_right.currentleaf{
	border-color:#509CA0;
	}	
	
.daizy_center .ebook_leaf a, .daizy_center .ebook_leaf a:hover,#lesson_daizy .daizy_center .ebook_leaf a.currentlink, #lesson_daizy  .no-interactive-book{
	border-width:3px;}
	
	
.ebook_leaf a{
	background:#a58c25;
	}	

.red_daizy .ebook_leaf a{
	background:#894141;
	}	

.blue_daizy .ebook_leaf a{
	background:#277e83;
	}		

/******* levels ************/

.show-level{
	display:block;
	margin-bottom:30px;
	height:60px;
	float:left;
	position: relative;
 }
 
 
#level3_inner{
	left: -110px;
	top: 170px;
	width:120px;
	}
 
#level2_inner{
	left: -60px;
	top: 170px;
	width:80px;
	}
 
 #level3_main{
	left: 220px;
	top: 320px;
	width:280px;
	}
	
 #level2_main{
	left: 280px;
	top: 290px;
	width:250px;
	}
	
.show-level hr{
	border:none;
	border-top:2px solid #fff;
	}	
	
#level3_main hr{
	width:40px;
	float:left;
	margin-top:20px;
	}
	
#level3_inner hr.line2{
	width:20px;
	}
	
#level3_inner hr{
	width:20px;
	float:left;
	margin-top:20px;
	}
	
#level3_main hr.line2{
	width:150px;
	}	
	
	
#level2_main hr{
	width:160px;
	float:left;
	margin-top:20px;}
	
#level2_inner hr{
	width:20px;
	float:left;
	margin-top:20px;}	
	

.show-level a, .show-level p{
	display:inline-block;
	border-radius:20px;
	float:left;
	}
	
.show-level p{	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	 filter: alpha(opacity=60);
	 -moz-opacity: 0.6;
	 -khtml-opacity: 0.6;
	 opacity: 0.6;	
}
	  
.show-level a:hover{
	text-decoration:none;
	/*background-color:#DDBA28;*/
	}	
	
.show-level .level1 a, .show-level .level1 p{
	width:40px;
	height:40px;
	background-color: #509CA0;
    border: 1px solid #83E2D9;
	}	
	
.show-level .level1 a:hover{
	background-color: #71BFB5;
	}	

.show-level .level2 a, .show-level .level2 p{
	width:30px;
	height:30px;
	margin-top:5px;
	background-color: #A05C5C;
    border: 1px solid #F48989;
	}
	
.show-level .level2 a:hover{
	background-color: #D17878;
	}	
	
.show-level .level3 a, .show-level .level3 p {
	width:20px;
	height:20px;
	margin:10px 0px;
	background-color: #CCB248;
    border: 1px solid #E2D396;
	}
/*****************/

#small_menu{
	background: url("img/ITYE/nav-icon.png") no-repeat scroll center center #A1E2DE;
    content: "";
    display: none;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 30px;
    width: 35px;
	}

.epipeda_small{
	display:none;
}


#header-menu{
	float:right;
	margin-top:10px;
	color:#808080;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	margin-right:25px;
	}

#header-menu a {
	color: #808080;
}
	
.langchange{
	float: right;
    margin-left: 20px;
    margin-top: 10px;
	}
	
.langchange img{
	cursor:pointer;} 	
	
	

.ebooklist_choice {
	position: absolute;
	display: none;
	color: #ffffff;
	background-color: #509CA0;
	min-width: 160px;
	width: auto;
	margin-left: 35px;
	-webkit-border-bottom-left-radius: 35px;
	-webkit-border-top-right-radius: 35px;
	-moz-border-radius-bottomleft: 35px;
	-moz-border-radius-topright: 35px;
	border-bottom-left-radius: 35px;
	border-top-right-radius: 35px;
}

.ebooklist_choice a {
	font-size: 13px;
	position: relative;
	min-width: 160px;
	width: auto;
	min-height: 30px;
	margin: auto;
	display: block;
	color: #ffffff;
	padding: 6px 15px 4px 15px; 
	
}

.ebooklist_choice ul {
	display: block;
	min-width: 160px !important;
	width: auto;
	min-height: 40px;
	height: auto;
	margin: auto;
	padding: 3px;
}

.ebooklist_choice ul li {
	display: table-cell;
	vertical-align:middle;
	width: auto;
	height: auto;
	margin: auto;
	float: left;
	clear: both;
	text-align: left;
	position: relative;
	max-width:200px;
}

.ebooklist_choice ul li:hover {
	background-color: #ffffff;
	width: auto;
	-webkit-border-bottom-left-radius: 35px;
	-webkit-border-top-right-radius: 35px;
	-moz-border-radius-bottomleft: 35px;
	-moz-border-radius-topright: 35px;
	border-bottom-left-radius: 35px;
	border-top-right-radius: 35px;
	display: block;
}

.ebooklist_choice ul li:hover a{
	color: #509CA0;
}

.ebooklist_choice ul a:hover {
	color: #509CA0;
	/*font-weight: bold;*/
	min-width: 160px;
	width: auto;
	margin: auto;
	text-decoration:none;
}

.ebooklist_choice.showme {
	display: block;
}

.contact .faq-question {
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	padding: 5px;
	opacity: 0.8;
}

.interactive-books-page {
	position: relative;
	padding-top: 20px;
	width: 100%;
	top:10px;
}

#content_course .page-unit {
	float: left;
	position: relative;
	width: 58%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 70px;
	bottom: 40px;
	background-color: #ffffff;
	opacity: 0.8;
	padding: 20px;
}

#content_course .page-unit table.tbl, #content_course .page-unit table.tbl_alt_bordless {
	font-size: 13px;
}

#content_contact_itye {
	width: 96%;
	margin: 0 2%;
}

#content_contact_itye .contact {
	background-color: #ffffff;
	opacity: 0.8;
	margin-top: 10px;
	border-radius: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content_contact_itye .contact form fieldset {
	background: none !important;
}

#content_contact_itye .contact input[type=submit] {
	background-color: #509CA0;
}

#content_contact_itye .contact input[type=submit]:hover {
	cursor: pointer;
}

#content_contact_itye .contact .itye-logo {
	float: left;
	padding-left: 40px;
	margin-top: 25px;
}

#content_contact_itye .contact .itye-logo img {
	border: 1px solid #AFA7A7;
	width: 115px;
}

#content_contact_itye .contact .itye-address {
	float: left;
	padding-top: 50px;
	padding-left: 20px;
	width: 80%;
	max-width: 500px;
}

#content_contact_itye .contact .itye-address p {
    margin: 0;
}

#content_contact_itye .contact .minedu-address {
	clear: both;
	margin-left: 177px;
	border-top: 1px dotted #000000;
	padding-top: 15px;
	width: 80%;
	max-width: 500px;
}

#content_contact_itye .contact .form-info {
	clear: both;
	padding-left: 40px;
	padding-top: 25px;
}

#content_contact_itye .class-title {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 150px;
}

form#captcha_form ol {list-style: none outside none;width: 90%;}
form#captcha_form label.solo, form#captcha_form span.category {
  display:    block; 
  float:      left; 
  width:      13.1em;
  font-weight:  bold;
  font-size:    0.8em;
}
span.required {
  clear:      left;
  color:      #888888;
  display:    block;
  float:      left;
  font-size:    0.8em;
  width:      10.1em;
}
form#captcha_form li div.soloinput, img#captcha{
  display:    inline-block;
}
form#captcha_form li input.soloinput, form#captcha_form li select.soloinput, form#captcha_form li textarea.soloinput, form#captcha_form li div.soloinput {
  width:      22.4em;
  font-family:  'Roboto Condensed', sans-serif !important;
  font-size:    inherit;
  padding:    0.4em;
  margin-top:   .1em;
  border:     #888888 1px solid;
}
form#captcha_form li textarea.soloinput {
  height:     7em;
}
form#captcha_form li div.soloinput {
  border:     0em;
  padding:    0em;
}
form#captcha_form li select.soloinput{ 
  width:      23.35em;
}
form#captcha_form li select.soloinput{ 
  width:      23.35em;
}
form#captcha_form li input.city {
  width:      14.9em;
  font-family:  'Roboto Condensed', sans-serif !important;
  font-size:    inherit;
  padding:    0.4em;
  margin-top:   .1em;
  border:     #888888 1px solid;
  margin-right: 0em;
  padding-right:  0em;
}
form#captcha_form li div.comma {
  display:    inline;
  width:      1em;
  font-family:  'Roboto Condensed', sans-serif !important;
  font-size:    inherit;
  padding:    0.4em;
  margin-top:   0.1em;
  margin-left:  0em;
  padding-left: 0em;
  margin-right: 0em;
  padding-right:  0em;
  /*readonly:   true;*/
}
form#captcha_form li input.state {
  width:      6.65em;
  font-family:  'Roboto Condensed', sans-serif !important;
  font-size:    inherit;
  padding:    0.4em;
  margin-top:   0.1em;
  margin-top:   .1em;
  border:     #888888 1px solid;
  margin-left:  0em;
  padding-left: 0em;
}
form#captcha_form li input#zip {
  width:      6em;
}
form#captcha_form li select#month {
  width:      14.15em;
  font-family:  'Roboto Condensed', sans-serif !important;
  font-size:    inherit;
  padding:    0.4em;
  margin-top:   .1em;
  border:     #888888 1px solid;
}
form#captcha_form li select#day {
  width:      3.8em;
  font-family:  'Roboto Condensed', sans-serif !important;
  font-size:    inherit;
  padding:    0.4em;
  margin-top:   .1em;
  border:     #888888 1px solid;
}
form#captcha_form li select#year {
  width:      4.4em;
  font-family:  'Roboto Condensed', sans-serif !important;
  font-size:    inherit;
  padding:    0.4em;
  margin-top:   .1em;
  border:     #888888 1px solid;
}
form#captcha_form li img#captcha {
  font-family:  'Roboto Condensed', sans-serif !important;
  font-size:    inherit;
  padding:    0.4em;
  margin-top:   0;
}
fieldset {
  border:     0em;
  padding:    0em;
  margin:     0em;
  padding-right:  2.3em;
  display:    block;
  min-width:    37em;
}
form#captcha_form li {
  border-bottom:  1px dashed #999999;
  height:     1%;
  padding:    0.7em 0 .7em 0;
  position:     relative;
}
form#captcha_form li.last{
	border: none;
}
form#captcha_form a.soloinput {
  max-width:    37em;
  min-width:    27em;
  font-size:    0.9em;
}
#ht {
	display:		none;
}





.daizy_all{
	float:left;
	margin-right:5%;
	margin-left:2%;
	}
	
 .daizy_class{
	float:left;
	margin-right:4%;
	margin-bottom: 50px;
 	}
		
 .daizy_lesson{
	float:left;
	margin-right:2%;
	
	}	
	

.daizy_all a, .daizy_lesson a{
	border:none;
	background:transparent;
	padding-left:0px;
	padding-right:0px;
	}
		
.daizy_all span.first, .daizy_class span.second, .daizy_lesson span.third{
  background:#3D3D3D;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  filter: alpha(opacity=70);
	  -moz-opacity: 0.7;
	  -khtml-opacity: 0.7;
	  opacity: 0.7;		
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:3px 20px;
	color:#fff;
	font-size:22px;
	line-height: 22px;
	}

.daizy_all span.first{
  border: 2px solid #509CA0;
  display: block;
	}
	
.daizy_class span.second{
  border: 2px solid #A05C5C;
  display: block;
	}
	
.daizy_lesson span.third{
  border: 2px solid #CCB248;
  display: block;
	}	
	

	
	
	
.daizy_all a:hover h1, .daizy_class a:hover h1, .daizy_lesson a:hover h1, .daizy_class span:hover h1{
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  filter: alpha(opacity=100);
	  -moz-opacity: 1;
	  -khtml-opacity: 1;
	  opacity: 1;		
	}	
	
.daizy_class span:hover {
	cursor: pointer;
}
	
.daizy_class span{
	position:relative;
	z-index:1;}	



.daizy_class:hover .frontpage-levels{
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	  filter: alpha(opacity=85);
	  -moz-opacity: 0.85;
	  -khtml-opacity: 0.85;
	  opacity: 0.85;		
	}

.frontpage-levels .dimotiko, .frontpage-levels .gymnasio, .frontpage-levels .lykeio, .frontpage-levels .epal{
	float: left;
	padding: 4px;
	background-color:transparent;
	width:auto;
	clear:both;
	margin-left:50px;
}

.frontpage-levels .dimotiko{
	margin-top:30px;}

.frontpage-levels ul {
	list-style: none;
	padding-left:0px;
}

.frontpage-levels span{
	color: #ffffff;
	font-weight:normal;
	font-size: 13px;
	margin:0px;
	line-height:13px;
	padding-left:5px;
	}

.frontpage-levels li{
	float: left;
	line-height: 25px;
 }


.main-course-links .frontpage-levels li a {
	color: #EFE4E4;
	background-color:transparent;
	border:none;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	padding: 4px 8px;
	margin-right:0px;
}

.main-course-links .frontpage-levels li a:hover {
	color: #ffffff;
	background-color: #000000;
}

.frontpage-levels li a.active {
	color: #ffffff;
	background-color: #000000;
}

.html_listitems .course-image {
	float: left;
}

.alphabetic_index a {
	color: #CCB248;
}

.alphabetic_index b {
	color: #FFFFFF;
}

#content_course .glossari {
	text-align: center;
	padding: 10px;
}

table.glossarytable {
	opacity: 0.8;
	margin-bottom: 20px;
}

table.glossarytable a {
	color: #B1921A;
}

.footer-bottom {
	clear: both;
	font-size: 9px;
	margin: 0px auto;
	text-align: center;
	color: #505050;
}

.class-downloads-bglyk {
	margin: 15px auto 30px auto;
	display: block;
	/*height: 105px;*/
	overflow: hidden;
	width: 85%;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.class-stbooks-bglyk, .class-otherbooks-bglyk {
	width: 50%;
	font-size: 14px;
	color: #ccc;
	font-weight: normal;
	font-style: italic;
	float: left;
	text-transform: uppercase;
	margin: auto;
	line-height: 1.1em;
	display: inline-block;
}

.class-downloads .class-donwload-title, .class-downloads-bglyk .class-donwload-title {
	padding-top: 10px;
	text-decoration:none;
	color:#fff;
}

.all-downloads .all-donwload-title{
	color:#000;
	}

.class-downloads .class-donwload-title:hover, .class-downloads a:hover, .class-downloads-bglyk .class-donwload-title:hover, .class-downloads-bglyk a:hover,
.all-downloads .all-donwload-title:hover, .all-downloads a:hover{
	text-decoration:none;
	}


.class-stbooks-bglyk>div, .class-otherbooks-bglyk>div {
	/*width: 350px;*/
	cursor: pointer;
}

.class-stbooks-bglyk .save-button, .class-otherbooks-bglyk .save-button {
	float: left;
	margin-right: 10px;
}


/*********  other books when inactive   **********/
.all-downloads .all-otherbooks>div , .class-downloads-bglyk .class-otherbooks-bglyk>div, .class-downloads .class-otherbooks>div {
	cursor:default;
}
.all-downloads .all-otherbooks:hover img , .class-downloads-bglyk .class-otherbooks-bglyk>div:hover img, .class-downloads .class-otherbooks>div:hover img {
	background-color:transparent;
	
}
	
.all-downloads .all-otherbooks .all-donwload-title, .class-downloads-bglyk .class-otherbooks-bglyk .class-donwload-title, .class-downloads .class-otherbooks .class-donwload-title {
	color:#a4a4a4;}
	
.all-downloads .all-otherbooks>div:hover .all-donwload-title, .class-downloads-bglyk .class-otherbooks-bglyk>div:hover .class-donwload-title, .class-downloads .class-otherbooks>div:hover .class-donwload-title {
	color:#a4a4a4;}
	
	
/********* end of other books when inactive   **********/

.courses-list .class-title-container {
	padding-bottom: 10px;
}

#ajax-added {
	padding-top: 50px !important;
}



/* social menu */

.social_side_menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-color: #ccc -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-style: solid none solid solid;
    border-top-left-radius: 5px;
    border-width: 1px 0 1px 1px;
    box-shadow: -3px 3px 5px #666;
    display: inline-block;
    padding: 5px;
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 1000;
}
.social_side_menu a {
    cursor: pointer;
    text-decoration: none;
}
.socialButton {
    background-image: url("./img/ITYE/tweet.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 32px;
    width: 32px;
}
#fbLink div.socialButton {
    background-image: url("./img/ITYE/fb.png");
    margin-bottom: 3px;
}
#fbLink:hover div.socialButton {
    background-image: url("./img/ITYE/fbActive.png");
}
#tweetLink:hover div.socialButton {
    background-image: url("./img/ITYE/tweetActive.png");
}

.inactive h3.accordion_class.ui-accordion-header-active,.inactive h3.accordion_class{
	font-weight:normal;
	color:#ccc;
	border-color:#ccc;
	font-style:italic;
}

.inactive .ui-accordion-content{
	width:100%;
}

.inactive li{
   opacity:0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;	
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}


#spellcast_main_ui{
	z-index: 1000;
}

.didaktiko-paketo-title h2.title-with-margin{
	margin-top: 5px;
}

@keyframes badge_animate {
	0% {transform: scale(0.6,0.6);}
    50% {transform: scale(1,1);}
	60% {transform: scale(0.9,0.9);}
	70% {transform: scale(1,1);}
	85% {transform: scale(0.94,0.92);}
	90% {transform: scale(1,1);}
	95% {transform: scale(0.98,0.98);}
	100% {transform: scale(1,1);}
}

@keyframes badge_slide {
	0% {transform: scale(0,1);}
	100% {transform: scale(1,1);}
/*    50% {transform: scale(1,1);}
	60% {transform: scale(0.9,0.9);}
	70% {transform: scale(1,1);}
	85% {transform: scale(0.94,0.92);}
	90% {transform: scale(1,1);}
	95% {transform: scale(0.98,0.98);}
	100% {transform: scale(1,1);}*/
}

.badges_cont {
    position: absolute;
    right: 8%;
    top: -90px;
    width: 400px;
    height: 120px;
    z-index: 100;
}

.badge1{

}

.badge1 a > span{
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 120px;
	width: 230px;
	top: 22px;
	padding: 10px 40px 10px 20px;
	background-color: #3aafa9;
	border-top-left-radius: 40px;
	text-align: right;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	z-index: 1;
	transform-origin: center right;
	transform: scale(0,1);
	animation-name: badge_slide;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out; /* Chrome, Safari, Opera */
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1.2s; /* Chrome, Safari, Opera */
  animation-delay: 1.2s;
  letter-spacing: 0.01em;


}

.badge1 a span:hover{
	background-color: #49c4c2;
}



.badge a{
	color: #fff;
    font-size: 14px;
    height: 130px;
    /*left: 50%;*/
    position: absolute;
    text-align: center;
    text-decoration: none;
  /*  top: 50%;*/
    width: 130px;
    
}

.badge a span{
    left: 48%;
    line-height: 1.5em;
    padding: 25px;
    position: absolute;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 100px;
}


.badge a:hover, .badge:hover{
	/*color:#ffce00;*/
	background-color: #79D9D7;

}



/*eme call button*/

#eme_call_container{
	width: 230px;
	position: fixed;
	height: 55px;
	display: block;
	right: -170px;
	top: 265px;
	z-index: 1000;
	line-height: 14px;
}

#eme_call{
	color: #2f2f2f;
	width: 160px;
	float: left;
	height: 200px;
	background-color: #fff;
	text-align: center;
	box-shadow: 3px 3px 5px #666;
}

#eme_call a{
	display: block;
	height: 100%;
}

#eme_call a:hover{
	text-decoration: none;
}

#eme_call a:hover .eme-icon-container{
	background-color: #ffffff;
}

#ds_call_trigger{
		background-color: #ffffff;
		border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;
		/*box-shadow: 3px 3px 5px #666;*/
		color: #494949;
		cursor: pointer;
		float: left;
		height: 63px;
		right: -1px;
		opacity: 1;
		position: relative;
		top: 0;
		width: 70px;
}

#ds_call_trigger:hover, #eme_call:hover {
    background-color: #f1f2f1;
}
#ds_call_trigger div.img_container {
    background: rgba(0, 0, 0, 0) url("img/ITYE/eme-idea-icon.png") no-repeat scroll left center;
    display: inline-block;
    height: 100%;
    width: 100%;
}

#ds_call_trigger.open{
	width: 	40px;
	height: 40px;
}

#ds_call_trigger.open div.img_container {
    background: rgba(0, 0, 0, 0) url("img/ITYE/close-bt.png") no-repeat scroll center center;
}


#digital_school_menu #ds_call_trigger div.img_container:hover {
    background-color: #ccc;
}

.eme-icon-container{
	width: 125px;
	height: 125px;
	background: #f1f2f1 url("img/ITYE/eme-ideas.png") no-repeat scroll center center;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

#eme_call span{
	font-size: 14px;
	color: #222;	
	line-height: 18px;
}


/*contact page*/
.about-left, .about-right {
    display: inline-block;
    width: 50%;
    max-width: 250px;
    padding-right: 30px;
    padding-left: 0px;
    vertical-align: top;
    padding-top: 10px;
}

.about-right {
	padding-right: 0px;
	max-width: 200px;
}
/*end of contact page*/



.main-course-links a {
    font-family: Roboto Condensed !important;
    font-size: 25px;
    padding-top: 0px;
    line-height: 1.2em;
    text-align: center;
    font-weight: normal;
}

#ajax-added {
    padding-top: 10px !important;
}

#content-inner {
    margin-top: 20px;
}

@media all and (min-width: 734px) and (max-width: 990px){
.container {
    max-width: 999px;
    margin: auto;
}
#content-inner {
    max-width: 724px !important;
}

.daizy_all, .daizy_class, .daizy_lesson {
    max-width: 100%;
    margin: auto 0 !important;
        margin-left: 0px;
    margin-left: 1% !important;
}
#course_interactive_books_list {
    width: 100% !important;
}

}


@media all and  (max-width: 765px){
#course_interactive_books_list ul {
    display: block !important;
    list-style-type: none !important;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-box;
    display: inline-block;
    width: 100% !important;
    margin: auto 0 !important;
        margin-right: 0px;
        margin-left: 0px;
    margin-left: auto !important;
    margin-right: auto !important;
}


.courses-list ul li .bgexof, .lessons-list ul li .bgexof {
    width: 500px;
}

}


#doorbell-button {
    max-width: 170px !important;
}


/* Epipleon othones */


/*megales othones*/

@media only screen and (min-width: 1680px) {
.daizy_all img {
    min-width: 232px;
    height: auto;
}

.daizy_class img {
    min-width: 265px;
    height: auto;
}
.daizy_lesson img {
    min-width: 300px;
    height: auto;
}
#content_course {
    min-height: 500px !important;
}
}

@media (min-height: 1050px) and (max-width: 1680px) {
	#clearfooter {
    height: 0px !important;
}
#content_course {
    min-height: 400px !important;
}
}


@media only screen and (max-width: 1000px) {
.logo-digitalsch img {
    height: 55px;
    margin-right: 0;
}

.navbar-brand img {
    height: 47px !important;
}

.nav.navbar-nav.navbar-right {
    float: right !important;
}

.collapse.navbar-collapse.bs-navbar-collapse {
    max-height: 118px !important;
}

.main-course-links {
    margin-top: 2% !important;
}	
}

@media only screen and (max-width: 1074px) {
.navbar-brand img {
    height: 88px;
}
}


@media only screen and (max-width: 1441px) {
	.nav.navbar-nav.main_menu.menu-wrapper {
    padding-top: 2% !important;
}
	
}


	@media only screen and (max-width: 1207px) and (min-width: 1080px) {
	.main-course-links {
    margin-top: 3% !important;
}
	}
	
		@media only screen and (max-width: 1263px) and (min-width: 1242px) {
.daizy_lesson img {
    max-width: 183px !important;
    height: auto;
    margin: auto;
}
.daizy_class img {
    max-width: 167px !important;
    height: auto;
    margin: auto;
}
.daizy_all img {
    max-width: 144px !important;
    height: auto;
    margin: auto;
}
	}
	
	
	
@media only screen and (max-width: 868px) {	
	.navbar-collapse {
    max-height: 90PX !important;
    padding-right: 0px !important;
    overflow-y: hidden !important;
}

.nav.navbar-nav.main_menu.menu-wrapper {
    margin: 0px !important;
    padding: 0px !important;
    height: 90px !important;
}

.under_con {
    display: none;
}
}


@media only screen and (max-width: 395px) {	
.menu-title {
    line-height: 19px !important;
    color: #474747 !important;
    font-size: 15px !important;
    font-weight: bold !important;
    float: left !important;
    position: relative !important;
    left: -1px !important;
    padding: 0px 12px !important;
    z-index: 1 !important;
    margin-top: 4px !important;
}

}


@media screen and (max-width: 1520px) {
	/* .menu-wrapper {
		width: 45% !important;
	} */
}

@media (max-width: 1430px) {
	/* .home-search-wrapper {
		top: 50px;
	} */
}

/* @media (min-width: 1039px) and (max-width: 1283px) {
	div#content_course {
		min-height: 400px !important;
	}
} */

@media (min-width: 1021px) and (max-width: 1038px) {
	#content_course {
		min-height: 470px !important;
	}
}

/* @media (min-width: 991px) and (max-width: 1020px) {
	div#content_course {
		min-height: 400px !important;
	}
} */

@media (max-width: 990px) {
	#content_course {
		min-height: 310px !important;
	}

	.main-course-links {
		margin-top: 5% !important;
	}

	/* .main-course-links {
		width: 811px !important;
	} */
}

@media (min-width: 788px) and (max-width: 860px) {
	#content-inner {
		max-width: 91% !important;
	}
}
	

@media (max-width: 787px) {
	#content_course {
		min-height: 825px !important;
	}

	a.footer-logo img {
		max-width: 258px;
	}

	.frontpage-levels {
		height: 480px !important;
	}

	.daizy_lesson {
		padding-bottom: 35px;
	}

	.home-search-wrapper {
		min-height: 102px;
	}
}


div#content_course {
    overflow: auto;
	margin-bottom: 30px !important;
}

.navbar-brand {
    padding: 10px 10px;
}

.logo-digitalsch img {
    height: 100px;
}