/* DNEVNIK FIX */
td.missing {diplay:none !important;}
tr.header td.missing {diplay:none !important;}
.infos table {width:100% !important;}
.infos table tr.header td {padding: 5px 10px 7px 10px;!important;}
/* MAIN */

html {
    width:100%;
    height:100%;
    min-height:100%;
}
body {
    position:relative;
    min-width:1200px;
    height:auto;
    min-height:100%;
    font-family:Ubuntu, sans-serif;
    font-size:15px;
    color:#000;
    line-height:24px;
}
body > div > .wrapper {
    position:relative;
    width:940px;
    margin:0 auto;
}



/* HEADER */

#header {
    position:relative;
    height:222px;
    background: rgb(20,135,181) url(../images/header-bg-front.png) left top repeat-x; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(20,135,181,1) 0%, rgba(45,199,218,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,135,181,1)), color-stop(100%,rgba(45,199,218,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(20,135,181,1) 0%,rgba(45,199,218,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(20,135,181,1) 0%,rgba(45,199,218,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(20,135,181,1) 0%,rgba(45,199,218,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(20,135,181,1) 0%,rgba(45,199,218,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1487b5', endColorstr='#2dc7da',GradientType=0 ); /* IE6-9 */
}
body.front > #header {
    height:640px;
}
#header > .shadow {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:222px;
    background:url(../images/header-shadow.png) center top no-repeat;
    z-index:1;
}
body.front > #header > .shadow {
    height:539px;
}
#header > .wrapper {
    position:relative;
    z-index:3;
}
#header > .wrapper > .logo {
    display:block;
    width:587px;
    height:213px;
    position:absolute;
    top:0;
    left:-38px;
    background:url(../images/logo.png) no-repeat;
    z-index:2;
}
#header > .wrapper > .vk {
    display:block;
    width:48px;
    height:48px;
    position:absolute;
    top:135px;
    left:230px;
    background:url(../images/vk.png) no-repeat;
    z-index:3;
}

#header > .wrapper > .insta {
    display:block;
    width:48px;
    height:48px;
    position:absolute;
    top: 135px;
    left: 275px;
    background:url(../images/insta.png) no-repeat;
    z-index:3;
}

/* contacts */
#block-block-1 {
    position:absolute;
    top:35px;
    right:0;
    z-index:3;
    text-align:right;
}
#block-block-1 > .content > .phone {
    font-size:30px;
    color:#fff;
    height:34px;
    line-height:30px;
    padding:0 0 0 40px;
    font-family:Ubuntu, sans-serif;
    font-weight:500;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    background:url(../images/icon-phone.png) left top no-repeat;
}
#block-block-1 > .content .format-btn {
    border:2px solid #74bed5;
}
#block-block-1 > .content > .time {
    margin:15px 0 0 0;
    line-height:22px;
    color:#fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#block-block-1 > .content > .time > sup {
    vertical-align:top;
    line-height:14px;
    font-size:10px;
}

/* main-menu */
#block-system-main-menu {
    position:absolute;
    top:200px;
    left:0;
    width:936px;
    z-index:5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:2px solid #7adbe7;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}
#block-system-main-menu.fixed {
    position:fixed;
    top:0;
    left:50%;
    margin:0 0 0 -470px;
}
#block-system-main-menu:after {
    display:block;
    content:'';
    width:100%;
    height:31px;
    position:absolute;
    bottom:0;
    left:0;
    background:url(../images/main-menu-shadow.png) center bottom no-repeat;
    z-index:1;
}
#block-system-main-menu > .content > .menu {
    display:table;
    margin:0;
    padding:0;
    width:100%;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,250,250,1) 49%, rgba(235,237,236,1) 51%, rgba(183,194,194,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(250,250,250,1)), color-stop(51%,rgba(235,237,236,1)), color-stop(100%,rgba(183,194,194,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 49%,rgba(235,237,236,1) 51%,rgba(183,194,194,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 49%,rgba(235,237,236,1) 51%,rgba(183,194,194,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 49%,rgba(235,237,236,1) 51%,rgba(183,194,194,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 49%,rgba(235,237,236,1) 51%,rgba(183,194,194,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7c2c2',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#block-system-main-menu > .content > .menu > li {
    display:table-cell;
    margin:0;
    padding:0;
    list-style:none;
    padding:0 2px 0 0;
    background:url(../images/main-menu-item-separator.png) right top no-repeat;
}
#block-system-main-menu > .content > .menu > li.last {
    padding-right:0;
    background:none;
}
#block-system-main-menu > .content > .menu > li > a {
    position:relative;
    display:block;
    text-align:center;
    height:40px;
    line-height:40px;
    color:#085693;
    text-transform:uppercase;
    font-weight:500;
    text-decoration:none;
    padding:0 25px;
    z-index:2;
}
#block-system-main-menu > .content > .menu > li.first > a {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#block-system-main-menu > .content > .menu > li.last > a {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#block-system-main-menu > .content > .menu > li.active-trail > a,
#block-system-main-menu > .content > .menu > li > a.active,
#block-system-main-menu > .content > .menu > li > a:hover {
    color:#da1d2c;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(252,253,253,1) 49%, rgba(242,246,246,1) 51%, rgba(187,229,236,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(252,253,253,1)), color-stop(51%,rgba(242,246,246,1)), color-stop(100%,rgba(187,229,236,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(252,253,253,1) 49%,rgba(242,246,246,1) 51%,rgba(187,229,236,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(252,253,253,1) 49%,rgba(242,246,246,1) 51%,rgba(187,229,236,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(252,253,253,1) 49%,rgba(242,246,246,1) 51%,rgba(187,229,236,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(252,253,253,1) 49%,rgba(242,246,246,1) 51%,rgba(187,229,236,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbe5ec',GradientType=0 ); /* IE6-9 */
}
#block-system-main-menu > .content > .menu > li.expanded > div {
    position:relative;
    width:100%;
    height:0;
}
#block-system-main-menu > .content > .menu > li.expanded > div > .menu {
    display:none;
    position:absolute;
    left:0;
    top:12px;
    padding:0;
    margin:0;
    min-width:100%;
    width:auto;
    border:2px solid #7ad6e3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    background:#f6f6f6;
}
#block-system-main-menu > .content > .menu > li.expanded > div > .menu:after {
    display:block;
    content:'';
    width:100%;
    height:14px;
    position:absolute;
    top:-14px;
    left:0;
    background:url(../images/main-menu-sub-arrow.png) center bottom no-repeat;
}
#block-system-main-menu > .content > .menu > li.expanded > div > .menu > li {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}
#block-system-main-menu > .content > .menu > li.expanded > div > .menu > li > a {
    display:block;
    margin:0;
    padding:0;
    height:28px;
    line-height:26px;
    padding:0 20px;
    white-space:nowrap;
    font-size:15px;
    font-weight:500;
    color:#085693;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    text-decoration:none;
    border-top:1px solid #fff;
    border-bottom:1px solid #e9e9e9;
}
#block-system-main-menu > .content > .menu > li.expanded > div > .menu > li.first > a {
    border-top:0;
    padding-top:3px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#block-system-main-menu > .content > .menu > li.expanded > div > .menu > li.last > a {
    border-bottom:0;
    padding-bottom:3px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
#block-system-main-menu > .content > .menu > li.expanded > div > .menu > li.active-trail > a,
#block-system-main-menu > .content > .menu > li.expanded > div > .menu > li > a.active,
#block-system-main-menu > .content > .menu > li.expanded > div > .menu > li > a:hover {
    background:#fff;
    color:#da1d2c;
}

/* slider */
#views_slideshow_cycle_teaser_section_slider-block {
    overflow:hidden;
}
#views_slideshow_cycle_teaser_section_slider-block > div {
    width:100%;
}
#block-views-slider-block {
    position:absolute;
    top:0;
    left:50%;
    width:100vw;
    max-width:1600px;
    transform:translateX(-50%);
    height:640px;
    z-index:2;
}
#block-views-slider-block .views_slideshow_slide {
    width:100%;
    height:640px;
}
#block-views-slider-block .views_slideshow_slide > .views-row > .views-field-field-image > .field-content > div {
    width:100%;
    height:640px;
    background-position:center bottom;
    background-repeat:no-repeat;
}
#block-views-slider-block .views_slideshow_slide > .views-row > .views-field-title {
    width:900px;
    position:absolute;
    top:310px;
    left:50%;
    margin:0 0 0 -450px;
    font-size:28px;
    height:28px;
    line-height:28px;
    color:#fff;
    font-weight:500;
    text-transform:uppercase;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    white-space:nowrap;
    overflow:hidden;
}
#block-views-slider-block .views_slideshow_slide > .views-row > .views-field-field-slogan {
    width:900px;
    position:absolute;
    top:340px;
    left:50%;
    margin:0 0 0 -450px;
    font-size:20px;
    height:30px;
    line-height:30px;
    color:#fff;
    font-weight:500;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    white-space:nowrap;
    overflow:hidden;
}
#block-views-slider-block .views_slideshow_slide > .views-row > .views-field-body {
    width:440px;
    height:88px;
    position:absolute;
    top:385px;
    left:50%;
    margin:0 0 0 -450px;
    font-size:16px;
    line-height:22px;
    color:#fff;
    font-weight:400;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    overflow:hidden;
    padding:15px 0 0 0;
    border-top:1px solid #7cd1e0;
}
#block-views-slider-block .views_slideshow_slide > .views-row > .views-field-field-link {
    width:900px;
    position:absolute;
    top:505px;
    left:50%;
    margin:0 0 0 -450px;
}
#block-views-slider-block .views_slideshow_slide > .views-row > .views-field-field-link a {
    border-color:#7fd7e5;
}
#block-views-slider-block .views-slideshow-controls-text {
    position:absolute;
    bottom:0;
    left:50%;
    width:1080px;
    height:100px;
    margin:0 0 0 -540px;
    z-index:10;
}
#views_slideshow_controls_text_pause_slider-block {
    display:none;
}
#views_slideshow_controls_text_previous_slider-block > a,
#views_slideshow_controls_text_next_slider-block > a {
    display:block;
    width:28px;
    height:54px;
    position:absolute;
    bottom:170px;
    color:transparent;
    overflow:hidden;
    background:url(../images/main-slider-navigator.png) left top no-repeat;
}
#views_slideshow_controls_text_previous_slider-block > a {
    left:20px;
    background-position:left top;
}
#views_slideshow_controls_text_next_slider-block > a {
    right:20px;
    background-position:right top;
}
#views_slideshow_controls_text_previous_slider-block > a:hover {background-position:left bottom}
#views_slideshow_controls_text_next_slider-block > a:hover {background-position:right bottom}
#widget_pager_bottom_slider-block {
    position:absolute;
    bottom:40px;
    left:50%;
    width:900px;
    margin:0 0 0 -450px;
    z-index:11;
}

@media (max-width:1280px) {
    #block-views-slider-block {
        max-width:100vw;
    }
    #block-views-slider-block .views_slideshow_slide > .views-row > .views-field-title,
    #block-views-slider-block .views_slideshow_slide > .views-row > .views-field-field-slogan,
    #block-views-slider-block .views_slideshow_slide > .views-row > .views-field-body,
    #block-views-slider-block .views_slideshow_slide > .views-row > .views-field-field-link {
        width:90%;
        max-width:900px;
        left:50%;
        margin-left:-45%;
    }
    #block-views-slider-block .views-slideshow-controls-text {
        width:90%;
        margin-left:-45%;
    }
    #widget_pager_bottom_slider-block {
        width:90%;
        margin-left:-45%;
    }
}
#widget_pager_bottom_slider-block > div {
    display:block;
    float:left;
    width:12px;
    height:12px;
    background:url(../images/main-slider-pages.png) left top no-repeat;
    margin:0 8px 0 0;
    cursor:pointer;
}
#widget_pager_bottom_slider-block > div:hover {background-position:left -12px}
#widget_pager_bottom_slider-block > div.active {background-position:left -24px}



/* CONTENT */

#content {
    padding:50px 0 150px 0;
    /*background:url(../images/content-shadow.png) center top no-repeat;*/
    min-height:615px;
}
body.front > #content {
    padding-top:30px;
}

/* content */
#content > .wrapper > .content {
	float:left;
	width:620px;
	min-height:900px;
}

/* back-btn */
#block-block-3 {
	position:absolute;
	left:0;
	top:0;
}
#block-block-3 > .content a {
	display:block;
	width:57px;
	height:24px;
	line-height:20px;
	font-size:14px;
	padding:0 0 0 10px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:url(../images/back-btn.png) left top no-repeat;
}
#block-block-3 > .content a:hover {
	background-position:left bottom;
}

/* news list */
.news-list {
	margin:20px 0 30px 0;
}
.news-item {
	margin:0 0 25px 0;
	padding:20px;
	border:1px solid #d8e8f1;
	background:#f7fbfd;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.news-item:last-child {
	margin-bottom:0;
}
.news-thumb {
	float:left;
	display:block;
	width:140px;
	height:140px;
	margin:0 20px 0 0;
	overflow:hidden;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.news-thumb img {
	display:block;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}
.news-body {
	overflow:hidden;
}
.news-date {
	color:#7a8fa3;
	font-size:13px;
	line-height:18px;
	margin:0 0 6px 0;
}
.news-title {
	margin:0 0 10px 0;
	font-size:20px;
	line-height:24px;
	font-weight:600;
}
.news-title a {
	color:#085693;
	text-decoration:none;
}
.news-title a:hover {
	color:#cf4a38;
	text-decoration:underline;
}
.news-teaser {
	margin:0;
	color:#064a7f;
	line-height:22px;
}

/* side-panel */
#content > .wrapper > .side-panel {
	float:right;
	width:280px;
}
#content > .wrapper > .side-panel.fixed {
    position:fixed;
    left:50%;
    top:72px;
    margin:0 0 0 190px;
}



/* SIGNUP FORM */

#block-webform-client-block-13 {
    position:relative;
    background:#2c659d url(../images/signup-form-bg.png) center top no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin:0 0 50px 0;
    padding:25px;
}
#block-webform-client-block-13:after {
    display:block;
    content:'';
    width:100%;
    height:45px;
    position:absolute;
    bottom:-45px;
    left:0;
    background:url(../images/signup-form-shadow.png) center top no-repeat;
}
#block-webform-client-block-13 > .title {
    text-align:center;
    color:#fff;
    font-size:15px;
    font-weight:500;
    line-height:normal;
    text-transform:uppercase;
}

/* form */
form.webform-client-form > div > .form-item,
form.webform-client-form > div > fieldset,
form.webform-client-form > div > .form-actions {
    margin:0;
    padding:0;
}
form.webform-client-form > div > .form-item {
    position:relative;
    margin:0 0 10px 0;
}
form.webform-client-form > div > .form-item > label {
    position:absolute;
    top:0;
    left:0;
    height:36px;
    line-height:36px;
    font-size:13px;
    color:#555;
    font-weight:400;
    cursor:text;
    padding:0 11px;
}
form.webform-client-form > div > .form-item > label > span {
    display:none;
}
form.webform-client-form > div > .form-item > select {
    width:228px;
}
form.webform-client-form > div > .form-item > input.form-text {
    width:208px;
    height:34px;
    font-size:13px;
    color:#555;
    font-weight:400;
    padding:0 10px;
    border:1px solid #819bb5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    background:#eee;
}
form.webform-client-form > div > .form-item > input.form-text::-webkit-input-placeholder {
   color:#555;
}
form.webform-client-form > div > .form-item > input.form-text::-webkit-input-placeholder,
form.webform-client-form > div > .form-item > input.form-text::-moz-placeholder,
form.webform-client-form > div > .form-item > input.form-text:-ms-input-placeholder,
form.webform-client-form > div > .form-item > input.form-text:-moz-placeholder {
   color: red;  
}
form.webform-client-form > div > .form-item > input.form-text.error {
    border-color:#ef4235;
}
form.webform-client-form > div > .form-item > input.form-text:focus {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(88, 255, 255, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(88, 255, 255, 1);
    box-shadow:         0px 0px 5px 0px rgba(88, 255, 255, 1);
}
form.webform-client-form > div > .form-item > input.form-text.error:focus {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(168, 32, 22, 1);
    -moz-box-shadow:    0px 0px 8px 0px rgba(168, 32, 22, 1);
    box-shadow:         0px 0px 8px 0px rgba(168, 32, 22, 1);
}
form.webform-client-form > div > .form-item > .messages-inline {
    display:block;
    position:absolute;
    top:-6px;
    right:-6px;
    margin:0;
    padding:0;
    border:0;
    background:#ef4235;
    color:#fff;
    font-size:12px;
    height:28px;
    line-height:26px;
    padding:0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
form.webform-client-form > div > .form-item > .messages-inline:after {
    display:block;
    content:'';
    width:6px;
    height:3px;
    position:absolute;
    bottom:-3px;
    right:15px;
    background:url(../images/signup-form-error-arrow.png) right top no-repeat;
}
form.webform-client-form > div > fieldset > .fieldset-wrapper > .fieldset-description {
    color:#fff;
    line-height:18px;
    font-size:13px;
    text-align:center;
    margin:10px 20px;
}
form.webform-client-form > div > .form-actions > input {
    position:relative;
    display:block;
    width:100%;
    height:36px;
    text-decoration:none;
    color:#bc520c;
    font-family:Ubuntu, sans-serif;
    font-weight:500;
    border:2px solid #80a3c4;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    background: rgb(254,237,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,237,0,1) 0%, rgba(253,227,0,1) 6%, rgba(253,217,0,1) 53%, rgba(252,190,0,1) 55%, rgba(251,159,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,237,0,1)), color-stop(6%,rgba(253,227,0,1)), color-stop(53%,rgba(253,217,0,1)), color-stop(55%,rgba(252,190,0,1)), color-stop(100%,rgba(251,159,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,237,0,1) 0%,rgba(253,227,0,1) 6%,rgba(253,217,0,1) 53%,rgba(252,190,0,1) 55%,rgba(251,159,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,237,0,1) 0%,rgba(253,227,0,1) 6%,rgba(253,217,0,1) 53%,rgba(252,190,0,1) 55%,rgba(251,159,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,237,0,1) 0%,rgba(253,227,0,1) 6%,rgba(253,217,0,1) 53%,rgba(252,190,0,1) 55%,rgba(251,159,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,237,0,1) 0%,rgba(253,227,0,1) 6%,rgba(253,217,0,1) 53%,rgba(252,190,0,1) 55%,rgba(251,159,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feed00', endColorstr='#fb9f00',GradientType=0 ); /* IE6-9 */
    cursor:pointer;
}
form.webform-client-form > div > .form-actions > input:after {
    display:block;
    content:'';
    width:100%;
    height:31px;
    position:absolute;
    bottom:0;
    left:0;
    background:url(../images/call-btn-shadow.png) center bottom no-repeat;
}
form.webform-client-form > div > .form-actions > input:hover {
    background: rgb(254,225,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,225,0,1) 0%, rgba(253,209,0,1) 6%, rgba(251,158,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,225,0,1)), color-stop(6%,rgba(253,209,0,1)), color-stop(100%,rgba(251,158,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,225,0,1) 0%,rgba(253,209,0,1) 6%,rgba(251,158,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,225,0,1) 0%,rgba(253,209,0,1) 6%,rgba(251,158,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,225,0,1) 0%,rgba(253,209,0,1) 6%,rgba(251,158,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,225,0,1) 0%,rgba(253,209,0,1) 6%,rgba(251,158,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee100', endColorstr='#fb9e00',GradientType=0 ); /* IE6-9 */
}
form.webform-client-form > div > .form-actions > input:hover:after {
    bottom:auto;
    top:0;
    background:url(../images/call-btn-shadow-hover.png) center top no-repeat;
}
form.webform-client-form > div > .form-actions > .ajax-progress {
    display:none;
}
#webform-ajax-wrapper-13 > div > .messages.error,
#webform-ajax-wrapper-50 > div > .messages.error {
    display:none;
}
#webform-ajax-wrapper-13 > .webform-confirmation {
    color:#fff;
    font-size:13px;
    line-height:18px;
    margin:10px 0;
    text-align:center;
}
#webform-ajax-wrapper-13 > .links {
    text-align:center;
}
#webform-ajax-wrapper-13 > .links a {
    color:#fff;
    font-size:12px;
}
#webform-ajax-wrapper-13 > .links a:hover {
    text-decoration:none;
}
#webform-ajax-wrapper-13 > .links > .ajax-progress {
    display:none;
}

#block-webform-client-block-50 {
    display:none;
    position:absolute;
    right:-10px;
    top:69px;
    z-index:10;
    background:#2c659d;
    padding:20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 42, 84, 0.2);
    -moz-box-shadow:    0px 10px 10px 0px rgba(0, 42, 84, 0.2);
    box-shadow:         0px 10px 10px 0px rgba(0, 42, 84, 0.2);
}
#block-webform-client-block-50 > .title {
    width:230px;
    text-align:center;
    text-transform:uppercase;
    font-size:18px;
    color:#fff;
    font-weight:500;
    margin:0 0 10px 0;
}
#block-webform-client-block-50 > .close {
    display:block;
    width:25px;
    height:25px;
    position:absolute;
    top:10px;
    right:10px;
    background:url(../images/close-btn.png) right top no-repeat;
}
#block-webform-client-block-50 form.webform-client-form > div > .form-actions > input {
    width:auto;
    padding:0 20px;
    margin:0 auto;
}
#block-webform-client-block-50 .webform-confirmation,
#block-webform-client-block-50 .links {
    text-align:center;
    color:#fff;
    font-size:14px;
}
#block-webform-client-block-50 .links > a {
    color:#fff;
}
#block-webform-client-block-50 .links > .ajax-progress {
    display:none;
}



/* FRON PAGE */

/* programms */
#node-1 .prog-menu,
#node-14 .prog-menu {
    display:table;
    margin:0;
    padding:5px 0 25px 0;
}
#node-1 .prog-menu > li,
#node-14 .prog-menu > li {
    display:table-cell;
    margin:0;
    padding:0 32px 0 0;
    list-style:none;
    overflow:visible;
    background:none;
}
#node-1 .prog-menu > li:last-child,
#node-14 .prog-menu > li:last-child {
    padding-right:0;
}
#node-1 .prog-menu > li > a,
#node-14 .prog-menu > li > a {
    position:relative;
    display:block;
    width:131px;
    height:140px;
    text-align:center;
    line-height:normal;
    font-size:13px;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-top:2px solid #58ffff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    background: rgb(44,203,221); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(44,203,221,1) 0%, rgba(14,101,155,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,203,221,1)), color-stop(100%,rgba(14,101,155,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(44,203,221,1) 0%,rgba(14,101,155,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(44,203,221,1) 0%,rgba(14,101,155,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(44,203,221,1) 0%,rgba(14,101,155,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(44,203,221,1) 0%,rgba(14,101,155,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ccbdd', endColorstr='#0e659b',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 110, 142, 0.3);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 110, 142, 0.3);
    box-shadow:         0px 5px 10px 0px rgba(0, 110, 142, 0.3);
}
#node-1 .prog-menu > li > a:hover,
#node-14 .prog-menu > li > a:hover {
    height:140px;
    border-top:0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(29, 175, 193, 1);
    -moz-box-shadow:    0px 0px 20px 0px rgba(29, 175, 193, 1);
    box-shadow:         0px 0px 20px 0px rgba(29, 175, 193, 1);
    background:#1d98bc;
}
#node-1 .prog-menu > li > a:before,
#node-14 .prog-menu > li > a:before {
    display:block;
    content:'';
    width:100%;
    height:90px;
    margin:0 0 5px 0;
    background:url(../images/icon-prog.png) left top no-repeat;
}
#node-1 .prog-menu > li.icon-1 > a:before,
#node-14 .prog-menu > li.icon-1 > a:before {background-position:0 top}
#node-1 .prog-menu > li.icon-2 > a:before,
#node-14 .prog-menu > li.icon-2 > a:before {background-position:-131px top}
#node-1 .prog-menu > li.icon-3 > a:before,
#node-14 .prog-menu > li.icon-3 > a:before {background-position:-262px top}
#node-1 .prog-menu > li.icon-4 > a:before,
#node-14 .prog-menu > li.icon-4 > a:before {background-position:-393px top}
#node-1 .prog-menu > li > a:after,
#node-14 .prog-menu > li > a:after {
    display:block;
    content:'';
    width:100%;
    height:19px;
    position:absolute;
    bottom:-19px;
    left:0;
    background:url(../images/prog-menu-item-shadow.png) center top no-repeat;
}
#node-1 .prog-menu > li.active > a,
#node-14 .prog-menu > li.active > a {
    background:#fff;
    border-top:0;
    color:#1d98bc;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0px 3px 7px 0px rgba(34, 52, 89, 0.2);
    -moz-box-shadow:    inset 0px 3px 7px 0px rgba(34, 52, 89, 0.2);
    box-shadow:         inset 0px 3px 7px 0px rgba(34, 52, 89, 0.2);
}
#node-1 .prog-menu > li.active > a:after,
#node-14 .prog-menu > li.active > a:after {
    display:none;
}
#node-1 .prog-menu > li.icon-1.active > a:before,
#node-14 .prog-menu > li.icon-1.active > a:before {background-position:0 bottom}
#node-1 .prog-menu > li.icon-2.active > a:before,
#node-14 .prog-menu > li.icon-2.active > a:before {background-position:-131px bottom}
#node-1 .prog-menu > li.icon-3.active > a:before,
#node-14 .prog-menu > li.icon-3.active > a:before {background-position:-262px bottom}
#node-1 .prog-menu > li.icon-4.active > a:before,
#node-14 .prog-menu > li.icon-4.active > a:before {background-position:-393px bottom}
#node-1 .prog-item,
#node-14 .prog-item {
    display:block;
    overflow:hidden;
}
#node-1 .prog-item p,
#node-14 .prog-item p {
    line-height:20px;
    font-size:16px;
}

/* links */
#node-1 .links > ul,
#node-14 .links > ul {
    display:block;
    margin:0;
    padding:0;
    width:300px;
    float:left;
}
#node-1 .links > ul > li,
#node-14 .links > ul > li {
    display:block;
    margin:0 0 5px 0;
    padding:0;
    list-style:none;
    background:none;
    color:#085693;
}
#node-1 .links > ul > li > a,
#node-14 .links > ul > li > a {
    color:#085693;
    font-size:13px;
    background:none;
}
#node-1 .links > ul > li > a:hover,
#node-14 .links > ul > li > a:hover {
    color:#da1d2c;
}
#node-1 .links > ul > li:first-child,
#node-14 .links > ul > li:first-child {
    font-weight:500;
    color:#000;
    font-size:15px;
    margin:10px 0 5px 0;
}
#node-1 .links > ul.langs > li > a,
#node-14 .links > ul.langs > li > a {
    background-position:left 5px;
    background-repeat:no-repeat;
    padding:0 0 0 25px;
}
#node-1 .links > ul.langs > li.icon-1 > a,
#node-14 .links > ul.langs > li.icon-1 > a {background-image:url(../images/icon-lang-en.png)}
#node-1 .links > ul.langs > li.icon-2 > a,
#node-14 .links > ul.langs > li.icon-2 > a {background-image:url(../images/icon-lang-de.png)}
#node-1 .links > ul.langs > li.icon-3 > a,
#node-14 .links > ul.langs > li.icon-3 > a {background-image:url(../images/icon-lang-fr.png)}
#node-1 .links > ul.langs > li.icon-4 > a,
#node-14 .links > ul.langs > li.icon-4 > a {background-image:url(../images/icon-lang-sp.png)}
#node-1 .links > ul.langs > li.icon-5 > a,
#node-14 .links > ul.langs > li.icon-5 > a {background-image:url(../images/icon-lang-it.png)}

/* teacher-slider */
#block-views-teacher-block {
    margin:30px 0 0 0;
}
#block-views-teacher-block > .title {
    color:#bc3a2c;
    font-size:20px;
    font-weight:500;
    text-transform:uppercase;
    text-align:center;
    background:url(../images/spacer-1.png) center 12px repeat-x;
    margin:0 0 25px 0;
}
#block-views-teacher-block > .title > span {
    padding:0 20px;
    background:#fff;
}
.teacher-slider {
    position:relative;
}
.teacher-slider > .view-content {
    width:530px;
    height:280px;
    margin:0 auto;
    overflow:hidden;
}
.teacher-slider > .view-content > .item-list > ul {
    display:table;
    margin:0;
    padding:0;
}
.teacher-slider > .view-content > .item-list > ul > li {
    display:table-cell;
    margin:0;
    padding:0 40px 0 0;
    list-style:none;
    background:none;
}
.teacher-slider > .view-content > .item-list > ul > li > a {
    display:block;
    width:150px;
    height:280px;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
}
.teacher-slider > .view-content > .item-list > ul > li > a > .views-field-field-image {
    position:relative;
}
.teacher-slider > .view-content > .item-list > ul > li > a > .views-field-field-image:after {
    display:block;
    content:'';
    width:100%;
    height:19px;
    position:absolute;
    bottom:-19px;
    left:0;
    background:url(../images/teacher-slider-item-shadow.png) center top no-repeat;
}
.teacher-slider > .view-content > .item-list > ul > li > a > .views-field-field-image img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.teacher-slider > .view-content > .item-list > ul > li > a > .views-field-title {
    font-size:15px;
    color:#085693;
    font-weight:bold;
    text-decoration:none;
    line-height:17px;
    height:51px;
    overflow:hidden;
    margin:10px 0 5px 0;
}
.teacher-slider > .view-content > .item-list > ul > li > a:hover > .views-field-title {
    text-decoration:underline;
    color:#da1d2c;
}
.teacher-slider > .view-content > .item-list > ul > li > a > .views-field-body {
    font-size:13px;
    line-height:18px;
    color:#000;
}
.teacher-slider > .view-header {
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.teacher-slider > .view-header > ul {
    display:block;
    margin:0;
    padding:0;
}
.teacher-slider > .view-header > ul > li {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
    background:none;
}
.teacher-slider > .view-header > ul > li > a {
    display:block;
    width:14px;
    height:30px;
    position:absolute;
    top:60px;
    background:url(../images/teacher-slider-navigator.png) left top no-repeat;
}
.teacher-slider > .view-header > ul > li.prev > a {
    left:0;
    background-position:left top;
}
.teacher-slider > .view-header > ul > li.next > a {
    right:0;
    background-position:right top;
}
.teacher-slider > .view-header > ul > li.prev > a:hover {background-position:left bottom}
.teacher-slider > .view-header > ul > li.next > a:hover {background-position:right bottom}
.teacher-slider > .view-footer {
    text-align:center;
    margin:25px 0 0 0;
}

/* classes-slider */
#block-views-classes-block {
    margin:60px 0 0 0;
}
#block-views-classes-block > .title {
    color:#bc3a2c;
    font-size:20px;
    font-weight:500;
    text-transform:uppercase;
    text-align:center;
    background:url(../images/spacer-1.png) center 12px repeat-x;
    margin:0 0 25px 0;
}
#block-views-classes-block > .title > span {
    padding:0 20px;
    background:#fff;
}
.classes-slider {
    position:relative;
}
.classes-slider > .view-content {
    width:530px;
    height:169px;
    margin:0 auto;
    overflow:hidden;
}
.classes-slider > .view-content .item-list > ul {
    display:table;
    margin:0;
    padding:0;
}
.classes-slider > .view-content .item-list > ul > li {
    display:table-cell;
    margin:0;
    padding:0 40px 0 0;
    list-style:none;
    background:none;
}
.classes-slider > .view-content .item-list > ul > li > a {
    position:relative;
    display:block;
    width:150px;
    height:169px;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
}
.classes-slider > .view-content .item-list > ul > li > a > img {
    position:relative;
}
.classes-slider > .view-content .item-list > ul > li > a:after {
    display:block;
    content:'';
    width:100%;
    height:19px;
    position:absolute;
    bottom:0;
    left:0;
    background:url(../images/teacher-slider-item-shadow.png) center top no-repeat;
}
.classes-slider > .view-content .item-list > ul > li > a > img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.classes-slider > .view-header {
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.classes-slider > .view-header > ul {
    display:block;
    margin:0;
    padding:0;
}
.classes-slider > .view-header > ul > li {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
    background:none;
}
.classes-slider > .view-header > ul > li > a {
    display:block;
    width:14px;
    height:30px;
    position:absolute;
    top:60px;
    background:url(../images/teacher-slider-navigator.png) left top no-repeat;
}
.classes-slider > .view-header > ul > li.prev > a {
    left:0;
    background-position:left top;
}
.classes-slider > .view-header > ul > li.next > a {
    right:0;
    background-position:right top;
}
.classes-slider > .view-header > ul > li.prev > a:hover {background-position:left bottom}
.classes-slider > .view-header > ul > li.next > a:hover {background-position:right bottom}

/* our life */
#block-views-articles-block {
    margin:60px 0 0 0;
}
#block-views-articles-block > .title {
    color:#bc3a2c;
    font-size:20px;
    font-weight:500;
    text-transform:uppercase;
    text-align:center;
    background:url(../images/spacer-1.png) center 12px repeat-x;
    margin:0 0 25px 0;
}
#block-views-articles-block > .title > span {
    padding:0 20px;
    background:#fff;
}
.our-life > .view-content > .item-list > ul {
    display:block;
    margin:0;
    padding:0;
}
.our-life > .view-content > .item-list > ul > li {
    display:block;
    margin:0 0 40px 0;
    padding:0;
    list-style:none;
    background:none;
}
.our-life > .view-content > .item-list > ul > li:after {
    display:block;
    content:'';
    clear:both;
}
.our-life > .view-content > .item-list > ul > li > .views-field-field-image {
    float:left;
    margin:3px 0 0 0;
}
.our-life > .view-content > .item-list > ul > li > .views-field-field-image img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.our-life > .view-content > .item-list > ul > li > .views-field-title {
    width:490px;
    float:right;
    margin:0 0 15px 0;
    line-height:15px;
}
.our-life > .view-content > .item-list > ul > li > .views-field-title a {
    font-size:15px;
    font-weight:500;
    color:#085693;
    text-decoration:none;
}
.our-life > .view-content > .item-list > ul > li > .views-field-title a:hover {
    text-decoration:underline;
    color:#da1d2c;
}
.our-life > .view-content > .item-list > ul > li > .views-field-body {
    width:490px;
    float:right;
    font-size:14px;
    color:#000;
    line-height:20px;
}
.our-life > .view-footer {
    text-align:center;
}



/* SCHEDULE */

.node > .content > .field > .field-items > .field-item > .week {
    display:table;
    width:100%;
    margin:0 0 10px 0;
    padding:0;
}
.node > .content > .field > .field-items > .field-item > .week > li {
    display:table-cell;
    margin:0;
    padding:0 20px 0 0;
    list-style:none;
    vertical-align:top;
}
.node > .content > .field > .field-items > .field-item > .week > li:last-child {
    padding-right:0;
}
.node > .content > .field > .field-items > .field-item > .week > li > a {
    display:block;
    text-align:center;
    font-size:15px;
    color:#fff;
    text-decoration:none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    height:39px;
    line-height:37px;
    border:1px solid transparent;
    border-top:2px solid #26e3e3;
    background: rgb(44,205,222); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(44,205,222,1) 0%, rgba(17,112,165,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,205,222,1)), color-stop(100%,rgba(17,112,165,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(44,205,222,1) 0%,rgba(17,112,165,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(44,205,222,1) 0%,rgba(17,112,165,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(44,205,222,1) 0%,rgba(17,112,165,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(44,205,222,1) 0%,rgba(17,112,165,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ccdde', endColorstr='#1170a5',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.node > .content > .field > .field-items > .field-item > .week > li.active > a,
.node > .content > .field > .field-items > .field-item > .week > li > a:hover {
    border:1px solid #c7e0e8;
    height:40px;
    line-height:40px;
    color:#1d98bc;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
    background:#fff;
    -webkit-box-shadow: inset 0px 3px 7px 0px rgba(34, 52, 89, 0.2);
    -moz-box-shadow:    inset 0px 3px 7px 0px rgba(34, 52, 89, 0.2);
    box-shadow:         inset 0px 3px 7px 0px rgba(34, 52, 89, 0.2);
}
.node > .content > .field > .field-items > .field-item > .infos {
    position:relative;
    height:0;
    overflow:hidden;
}
.node > .content > .field > .field-items > .field-item > .infos > .info,
.node > .content > .field > .field-items > .field-item > .infos > .item {
    position:absolute;
    overflow:hidden;
    left:0;
    top:0;
    width:100%;
}
.node > .content > .field > .field-items > .field-item > .infos > .info:after,
.node > .content > .field > .field-items > .field-item > .infos > .item:after {
    display:block;
    content:'';
    width:100%;
    height:10px;
    position:absolute;
    top:0;
    left:0;
    background:url(../images/schedule-item-arrow.png) left bottom no-repeat;
}
.node > .content > .field > .field-items > .field-item > .infos > .item.item-0:after,
.node > .content > .field > .field-items > .field-item > .infos > .info.item-1:after {background-position:60px bottom}
.node > .content > .field > .field-items > .field-item > .infos > .item.item-1:after,
.node > .content > .field > .field-items > .field-item > .infos > .info.item-2:after {background-position:183px bottom}
.node > .content > .field > .field-items > .field-item > .infos > .item.item-2:after,
.node > .content > .field > .field-items > .field-item > .infos > .info.item-3:after {background-position:277px bottom}
.node > .content > .field > .field-items > .field-item > .infos > .item.item-3:after,
.node > .content > .field > .field-items > .field-item > .infos > .info.item-4:after {background-position:369px bottom}
.node > .content > .field > .field-items > .field-item > .infos > .item.item-4:after,
.node > .content > .field > .field-items > .field-item > .infos > .info.item-5:after {background-position:470px bottom}
.node > .content > .field > .field-items > .field-item > .infos > .item.item-5:after,
.node > .content > .field > .field-items > .field-item > .infos > .info.item-6:after {background-position:570px bottom}
.node > .content > .field > .field-items > .field-item > .infos > .info > div {
    background:#1ea0c1;
    margin:10px 0 0 0;
    padding:15px 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.node > .content > .field > .field-items > .field-item > .infos > .item > div {
    margin:10px 0 0 0;
}
.node > .content > .field > .field-items > .field-item > .infos > .info > div > table {
    width:100%;
    color:#fff;
    line-height:normal;
}
.node > .content > .field > .field-items > .field-item > .infos > .info > div > table td {
    border-right:1px solid #4eb5cf;
    border-bottom:1px solid #4eb5cf;
    padding:10px 20px;
    vertical-align:middle;
}
.node > .content > .field > .field-items > .field-item > .infos > .info > div > table tr td.time {
    text-align:center;
    padding:10px 20px 10px 5px;
    white-space:nowrap;
}
.node > .content > .field > .field-items > .field-item > .infos > .info > div > table tr td.time.last,
.node > .content > .field > .field-items > .field-item > .infos > .info > div > table tr:last-child td {
    border-bottom:0;
}
.node > .content > .field > .field-items > .field-item > .infos > .info > div > table tr td.group {
    white-space:nowrap;
}
.node > .content > .field > .field-items > .field-item > .infos > .info > div > table tr td:last-child {
    border-right:0;
}


/* FOOTER */

#footer {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    min-width:1080px;
    height:100px;
    background: rgb(22,134,176); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(22,134,176,1) 0%, rgba(42,190,212,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,134,176,1)), color-stop(100%,rgba(42,190,212,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(22,134,176,1) 0%,rgba(42,190,212,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(22,134,176,1) 0%,rgba(42,190,212,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(22,134,176,1) 0%,rgba(42,190,212,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(22,134,176,1) 0%,rgba(42,190,212,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1686b0', endColorstr='#2abed4',GradientType=0 ); /* IE6-9 */
}

/* footer-menu */
#block-menu-menu-footer-menu {
    padding:15px 0 0 0;
}
#block-menu-menu-footer-menu > .content > .menu {
    display:table;
    margin:0;
    padding:0;
}
#block-menu-menu-footer-menu > .content > .menu > li {
    display:table-cell;
    margin:0;
    padding:0 35px 0 0;
    list-style:none;
}
#block-menu-menu-footer-menu > .content > .menu > li > a {
    font-size:14px;
    color:#fff;
}
#block-menu-menu-footer-menu > .content > .menu > li.active-trail > a,
#block-menu-menu-footer-menu > .content > .menu > li > a.active,
#block-menu-menu-footer-menu > .content > .menu > li > a:hover {
    color:#da1d2c
}

/* copyright */
#footer > .wrapper > .copyright {
    color:#fff;
    font-size:14px;
    margin:10px 0 0 0;
}

/* developer */
#footer > .wrapper > .developer {
    display:block;
    position:absolute;
    top:15px;
    right:0;
    padding:0 0 33px 0;
    min-width:132px;
    color:#fff;
    font-size:14px;
    text-decoration:none;
    background:url(../images/neuron-group.png) left bottom no-repeat;
}

/* scroll-up */
#scroll-up {
    display:block;
    position:fixed;
    top:50%;
    left:50%;
    width:70px;
    height:30px;
    line-height:26px;
    margin:-15px 0 0 -570px;
    padding:0 10px 0 0;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-size:14px;
    background: rgb(219,97,85); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(219,97,85,1) 0%, rgba(191,44,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,97,85,1)), color-stop(100%,rgba(191,44,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(219,97,85,1) 0%,rgba(191,44,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(219,97,85,1) 0%,rgba(191,44,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(219,97,85,1) 0%,rgba(191,44,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(219,97,85,1) 0%,rgba(191,44,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db6155', endColorstr='#bf2c1c',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#scroll-up:hover {
    background:#bc3a2c;
}
#scroll-up:after {
    display:block;
    content:'';
    width:15px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    background:url(../images/scroll-up-cursor.png) left center no-repeat;
}
#scroll-up.fixed {
    margin-left:0;
    left:30px;
}



/* JOURNAL */

#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr td {
    vertical-align:middle;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.header td {
    background:#1194b4;
    color:#fff;
    font-size:13px;
    line-height:14px;
    text-align:center;
    border-left:1px solid #fff;
    padding:5px 10px 7px 10px;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.header td.group {
    border-left:0;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.header td:first-child {
    border-left:0;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.header td:last-child {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.header td.class,
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.header td.homework {
    white-space:nowrap;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.item td {
    background:#fff;
    border-right:1px solid #2e6ba2;
    border-bottom:1px solid #2e6ba2;
    color:#064a7f;
    font-size:12px;
    line-height:normal;
    padding:5px 10px 7px 10px;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr td:last-child {
    border-right:0;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.item td:last-child {
    background:url(../images/journal-border-rb.png) right top no-repeat;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.item:last-child td {
    border-bottom:0;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.item:last-child td {
    background:url(../images/journal-border-rb.png) left bottom no-repeat;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.item:last-child td:last-child {
    background-position:right bottom;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.item td.time,
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.item td.group {
    white-space:nowrap;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.item td.missing {
    text-align:center;
    display:none !important;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.item td.time {
    background:#2e6ba2;
    color:#fff;
    border-bottom:1px solid #fff;
}
#node-51 > .content > .field > .field-items > .field-item > .infos > .item > div > table tr.item td.time.last {
    border-bottom:0;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
#node-51 > .content > .field-name-field-field-csv-past > .title {
    text-align:center;
    font-size:17px;
    color:#cf4a38;
    text-transform:uppercase;
    font-weight:500;
    margin:40px 0 20px 0;
}



/* SHADOWBOX */

#sb-info,
#sb-info-inner,
#sb-nav {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
#sb-title,
#sb-counter {
    display:none;
}
#sb-wrapper-inner {
    border:0;
    padding:10px;
    background:#fff;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 17px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 17px 0px rgba(0, 0, 0, 0.75);
}
#sb-nav {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
#sb-nav:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#sb-nav > #sb-nav-close {
    display:none;
}
#sb-nav > #sb-nav-next,
#sb-nav > #sb-nav-previous {
    width:50%;
    position:absolute;
    top:0;
    height:100%;
    margin:0;
    padding:0;
    background:transparent;
}
#sb-nav > #sb-nav-next:after,
#sb-nav > #sb-nav-previous:after {
    display:block;
    content:'';
    width:66px;
    height:100%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    background:transparent url(../images/shadowbox-nav.png) 0 center no-repeat;
}
#sb-nav > #sb-nav-next:after {float:right;background-position:-132px center}
#sb-nav > #sb-nav-previous:after {float:left;background-position:-66px center}
#sb-nav > #sb-nav-next:hover:after {
    background-position:-198px center;
}
#sb-nav > #sb-nav-previous:hover:after {
    background-position:0 center;
}
#sb-nav > #sb-nav-previous {
    left:0;
}
#sb-nav > #sb-nav-next {
    right:0;
}



/* OTHER */

/* header */
h1,
.node > .content > .field-name-body > .field-items > .field-item > .title {
    margin:0 0 25px 0;
    color:#bc3a2c;
    font-size:20px;
    font-weight:500;
    text-transform:uppercase;
    text-align:center;
    background:url(../images/spacer-1.png) center 12px repeat-x;
}
h1 > span,
.node > .content > .field-name-body > .field-items > .field-item > .title > span {
    padding:0 20px;
    background:#fff;
    margin:0 0 25px 0;
}
.node > .content > .field-name-body > .field-items > .field-item > .title > span {
    background:#fff;
}
h2 {
    font-size:20px;
    color:#bc3a2c;
    margin:0 0 15px 0;
    font-weight:500;
}
h3 {
    font-size:17px;
    color:#085693;
    margin:0 0 15px 0;
}

/* paragraf */
.node > .content > .field-name-body p {
    margin:0 0 15px 0;
    line-height:24px;
}

/* links */
.node > .content > .field-name-body a {
    color:#085693;
}
.node > .content > .field-name-body a:hover {
    color:#da1d2c;
}

/* list style */
.node > .content > .field-name-body > .field-items > .field-item > ul,
#node-1 .prog-item ul,
#node-14 .prog-item ul {
    display:block;
    margin:0;
    padding:0;
}
.node > .content > .field-name-body > .field-items > .field-item > ul > li,
#node-1 .prog-item ul > li,
#node-14 .prog-item ul > li {
    display:block;
    margin:0 0 10px 0;
    padding:0 0 0 15px;
    list-style:none;
    overflow:hidden;
    background:url(../images/list-style.png) left 11px no-repeat;
}

/* format-btn */
.format-btn {
    position:relative;
    display:inline-block;
    height:36px;
    line-height:36px;
    padding:0 20px;
    text-decoration:none;
    color:#bc520c !important;
    font-family:Ubuntu, sans-serif;
    font-weight:500;
    border:2px solid #fff;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    background: rgb(254,237,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,237,0,1) 0%, rgba(253,227,0,1) 6%, rgba(253,217,0,1) 53%, rgba(252,190,0,1) 55%, rgba(251,159,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,237,0,1)), color-stop(6%,rgba(253,227,0,1)), color-stop(53%,rgba(253,217,0,1)), color-stop(55%,rgba(252,190,0,1)), color-stop(100%,rgba(251,159,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,237,0,1) 0%,rgba(253,227,0,1) 6%,rgba(253,217,0,1) 53%,rgba(252,190,0,1) 55%,rgba(251,159,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,237,0,1) 0%,rgba(253,227,0,1) 6%,rgba(253,217,0,1) 53%,rgba(252,190,0,1) 55%,rgba(251,159,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,237,0,1) 0%,rgba(253,227,0,1) 6%,rgba(253,217,0,1) 53%,rgba(252,190,0,1) 55%,rgba(251,159,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,237,0,1) 0%,rgba(253,227,0,1) 6%,rgba(253,217,0,1) 53%,rgba(252,190,0,1) 55%,rgba(251,159,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feed00', endColorstr='#fb9f00',GradientType=0 ); /* IE6-9 */
}
.format-btn:after {
    display:block;
    content:'';
    width:100%;
    height:31px;
    position:absolute;
    bottom:0;
    left:0;
    background:url(../images/call-btn-shadow.png) center bottom no-repeat;
}
.format-btn:hover {
    background: rgb(254,225,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,225,0,1) 0%, rgba(253,209,0,1) 6%, rgba(251,158,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,225,0,1)), color-stop(6%,rgba(253,209,0,1)), color-stop(100%,rgba(251,158,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,225,0,1) 0%,rgba(253,209,0,1) 6%,rgba(251,158,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,225,0,1) 0%,rgba(253,209,0,1) 6%,rgba(251,158,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,225,0,1) 0%,rgba(253,209,0,1) 6%,rgba(251,158,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,225,0,1) 0%,rgba(253,209,0,1) 6%,rgba(251,158,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee100', endColorstr='#fb9e00',GradientType=0 ); /* IE6-9 */
}
.format-btn:hover:after {
    bottom:auto;
    top:0;
    background:url(../images/call-btn-shadow-hover.png) center top no-repeat;
}
/* TABLE TFORMAT - please remove it after. It's my embarrasing and shameful creation */

table.tformat {
   margin:0 0 20px 0;
  border-collapse: collapse;
    border-spacing: 0;
  
  
    
}
table.tformat tr {
   
  



}
table.tformat tr > td {

    background-color: #fff;
    background-image: none;
    border-bottom-color: #2e6ba2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #064a7f;
    font-size: 12px;
    line-height: normal;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: middle;
}

table.tformat tr > td.in {

    border-right-color: #2e6ba2;
    border-right-style: solid;
    border-right-width: 1px;
    color: #064a7f;
line-height: 14px;
}


table.tformat tr > td.inleft{
  border-left-color: #2e6ba2;
    border-left-style: solid;
    border-left-width: 1px;
    
    border-right-color: #2e6ba2;
    border-right-style: solid;
    border-right-width: 1px;
    line-height: 14px
  
}

table.tformat tr.head > td {
    background:#1194b4;
    color:#fff;
    text-align:center;
    font-weight:normal;
    vertical-align: middle;
    font-size: 13px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;

}

table.tformat tr.head > td.tl {
    border-top-left-radius: 8px;

}

table.tformat tr.head > td.tpr {
  border-top-right-radius: 8px;


}

table.tformat tr > td.bl {
  border-bottom-left-radius: 8px;


}

table.tformat tr > td.br {
  border-bottom-right-radius: 8px;
border-right-color: #2e6ba2;
    border-right-style: solid;
    border-right-width: 1px;
    color: #064a7f;
line-height: 14px;
}



table.tformat tr td {
    vertical-align:middle;
}
table.tformat tr.head td {
    background:#1194b4;
    color:#fff;
    font-size:13px;
    line-height:14px;
    text-align:center;
    border-left:1px solid #fff;
    padding:5px 10px 7px 10px;
}
table.tformat tr.head td.group {
    border-left:0;
}
table.tformat tr.head td:first-child {
    border-left:0;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}
table.tformat tr.head td:last-child {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}
table.tformat tr.item td {
    background:#fff;
    border-right:1px solid #2e6ba2;
    border-bottom:1px solid #2e6ba2;
    color:#064a7f;
    font-size:12px;
    line-height:normal;
    padding:5px 10px 7px 10px;
}
table.tformat tr td:last-child {
    border-right:0;
}
table.tformat tr.item td:last-child {
    background:url(../images/journal-border-rb.png) right top no-repeat;
}
table.tformat tr.item:last-child td {
    border-bottom:0;
}
table.tformat tr.item:last-child td {
    background:url(../images/journal-border-rb.png) left bottom no-repeat;
}
table.tformat tr.item:last-child td:last-child {
    background-position:right bottom;
}
table.tformat tr.item td.time {
    background:#2e6ba2;
    color:#fff;
    border-bottom:1px solid #fff;
}
table.tformat tr.item td:first-child {
    border-left:0;
    background:url(../images/journal-border-lb.png) left top no-repeat;
}
table.tformat tr:last-child td:first-child {
    border-left:0;
    background:url(../images/journal-border-lb.png) left bottom no-repeat;
}
/*
     FILE ARCHIVED ON 22:16:16 Mar 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:39:48 Dec 20, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.578
  exclusion.robots: 0.049
  exclusion.robots.policy: 0.039
  esindex: 0.011
  cdx.remote: 6.886
  LoadShardBlock: 194.986 (3)
  PetaboxLoader3.datanode: 163.667 (5)
  PetaboxLoader3.resolve: 140.562 (2)
  load_resource: 163.31
  loaddict: 51.133
*/