html {
    position: relative;
    min-height: 100%;
}

html body {
    margin-bottom: 260px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-color: #ececec;
}

a {
	color: #03a9f4;
}

body a:focus {
    color: #0762b1;
    outline: none;
}

a:hover {
    color: #0762b1;
    text-decoration: none;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
}

p,
body .jumbotron p {
    font-size: 16px;
}

/* TITLES */

h1, .h1,
.jumbotron .h1,
.jumbotron h1 {
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
}

ul li h1,
ul li .h1,
ul li h2,
ul li .h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

h2, .h2 {
	font-size: 22px;
}

h1.title,
div.title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    border-left: 4px solid #2387de;
    border-bottom: 1px solid #2387de;
}

h2.title-video {
    font-size: 16px;
}

div.year,
div.subject {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
}


/* HEADER */

.row.header {
    padding-top: 25px;
    background-image: url(../img/tech/bg-header.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

header h4 {
    margin-bottom: 15px;
    font-family: Open Sans;
}

header .logo {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 6px;
    font-size: 72px;
    font-weight: 600;
    font-family: 'Jura', sans-serif;
}

header .logo a {
    color: #f01414;
}

header .logo a:hover,
header .logo a:focus {
    text-decoration: none;
}

/* MENU */

.menu .navbar.navbar-info {
    background-color: #03a9f4;
}

.menu .navbar .navbar-left {
	margin-left: -15px;
}

.menu .lang a {
    padding-left: 5px;
    padding-right: 5px;
}

.menu .lang.ukr a,
.menu .lang.ukr a:hover,
.menu .lang.ukr a:focus {
    color: #fff;
    background-color: rgba(255,255,255,0.1);
}

.menu .navbar ul.navbar-nav > li > a {
    color: #fff;
}

.menu .navbar .navbar-nav > .active > a,
.menu .navbar .navbar-nav > .active > a:focus,
.menu .navbar .navbar-nav > .active > a:hover {
    color: #fff;
}


/* FIELDS */

.navbar .navbar-form .form-control,
.navbar .navbar-form .form-group.is-focused .form-control {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#19bbec),to(#19bbec)),-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background-image: -webkit-linear-gradient(#19bbec,#19bbec),-webkit-linear-gradient(#fff,#fff);
    background-image: -o-linear-gradient(#19bbec,#19bbec),-o-linear-gradient(#fff,#fff);
    background-image: linear-gradient(#19bbec,#19bbec),linear-gradient(#fff,#fff);
}

.form-control,
.form-group .form-control {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2387de),to(#2387de)),-webkit-gradient(linear,left top,left bottom,from(#d2d2d2),to(#d2d2d2));
    background-image: -webkit-linear-gradient(#2387de,#2387de),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
    background-image: -o-linear-gradient(#2387de,#2387de),-o-linear-gradient(#d2d2d2,#d2d2d2);
    background-image: linear-gradient(#2387de,#2387de),linear-gradient(#d2d2d2,#d2d2d2);
}

.form-group.has-info label.control-label {
    color: #333;
}


/* MAIN */

.top .container,
.photogallery .container {
    background-color: #f5f5f5;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.subject-list i.fa {
	font-size: 15px;
	color: #333;
}


/* ENTRY */

.entry {
    min-height: 500px;
    padding-bottom: 20px;
}


/* PROGRAM */

.jumbotron.pageheader.program {
    margin-bottom: 0;
    color: #eee;
    background-color: #03a9f4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0,0.3);
    z-index: 2;
}

.jumbotron.pageheader.program ul {
    padding-left: 0px;
}

.jumbotron.pageheader.program ul li {
    list-style-type: none;
}

.jumbotron.pageheader.program h2 {
    color: #fafafa;
    text-align: center;
}

.jumbotron.pageheader.program h1 {
    color: #fff;
    text-decoration: none;
    font-family: 'Jura', sans-serif;
}

.jumbotron.pageheader.program hr {
    border-color: #fff;
}


/* PHOTOGALLERY */

.jumbotron.pageheader.photogallery {
    padding: 0;
}

.jumbotron.pageheader.photogallery .container {
    padding-top: 48px;
    padding-bottom: 48px;
}

.photogallery .thumbnail {
    display: inline-block;
}


/* SIDEBAR */

#sidebar h1 {
    color: #2387de;
    border-bottom: 1px solid #03a9f4;
}

#sidebar .panel-title {
    padding: 0;
    color: #fff;
}

#sidebar .panel-title i {
    padding-right: 10px;
}

#sidebar ul {
    padding-left: 20px;
}

#sidebar ul li {
    display: list-item;
    list-style-type: disc;
}

#sidebar ul li:hover {
    padding-left: 5px;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
}

#sidebar ul li a {
    margin-left: -8px;
    padding-left: 10px;
    color: #333;
}

#sidebar .panel.panel-primary .panel-heading {
    background-color: #03a9f4;
}

#sidebar h1 a:hover {
	text-decoration: none;
}

#sidebar h1 {
    padding-top: 5px;
	padding-bottom: 5px;
    font-size: 20px;
}

#sidebar a.btn {
    width: 100%;
    font-weight: 600;
    background-color: #03a9f4;
}

#sidebar a.btn:hover {
    background-color: #19bbec;
}

.modal .modal-content .modal-header {
	padding-top: 15px;
	padding-bottom: 10px;
	color: #fff;
	background-color: #2387de;
}

.modal .modal-content ul {
	height: 520px;
    column-count: 2;
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
}

/* NEWS */

.sidebar-news,
.sidebar-video {
    padding-bottom: 20px;
}

.sidebar-news p {
    margin-bottom: 0;
}

.sidebar-news i.fa,
.sidebar-video i.fa {
    color: #f01414;
    float: right;
}

.readmore a {
    font-style: italic;
}

.sidebar-news iframe,
.sidebar-video iframe {
	width: 100%;
	height: 200px;
}

/* VIDEO */

.list-video iframe {
    min-height: 200px;
}

.one-video iframe {
    min-height: 355px;
}


/* FOOTER */

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 260px;
    color: #fff;
    background-color: #2387de;
}

#footer .container {
    background-color: #2387de;
}

#footer .logo img {
    margin-top: 10px;
}

#footer .counters {
    margin-top: 20px;
}

#footer .copy {
    margin-top: 30px;
}

#footer .copy a {
    color: #fff;
}


/* TO TOP */

#to-top {
	width: 60px;
	height: 60px;
	padding: 5px 0 0 0;
	background: #fff;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: fixed;
	bottom: 30px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 12pt;
	color: #2387de;
	cursor: pointer;
	z-index:9999;
}

#to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #2387de;
}

/* MOBILE */

@media (max-width: 767px) {
    #to-top {
    	width: 100%;
    	bottom: 0;
		right: 0;
    }
    header .logo {
        letter-spacing: 0px;
        font-size: 56px;
    }
    .lang {
        text-align: center;
    }
}

@media (min-width: 767px) and (max-width: 980px) {
    #sidebar ul {
    	padding-left: 0px;
	}
    #sidebar ul li {
    	list-style-type: none;
	}
	.menu .navbar ul.navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}