/*
body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	-webkit-animation: fade-in .7s linear; 
	-moz-animation: fade-in .7s linear;
	-o-animation: fade-in .7s linear;
	animation: fade-in .7s linear;
	padding-top: 74px;
}
*/

a, .btn-colored a, ul, li {
	        transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;

}

img.fr-fil {
float: left; margin-right:30px}

img, svg {max-width:100%; vertical-align:top}
a {
	color:#0088b3
}
a:hover {
    color: #1f3958;
    text-decoration: none;
}
body {
	font-family: 'Exo 2', sans-serif;
	background:url(../images/bg.jpg);
}

/* Header */
header {
    position: relative;
    z-index: 2;
}
.top-bar {
    font-size: 12px;
    color: #8e8e8e;
   /* background: url(../images/bg1.gif) center;*/
}
.top-nav {
    background-color: #053e7a;
}
.top-nav ul {
	padding:0;
	margin:0;
	list-style:none;
	text-align:right;
}
.top-nav ul li {
	display:inline-block;
}
.top-nav ul li a {
    margin-left: 27px;
    color: #fff;
    line-height: 34px;
    display: block;
}

.header {
    background: url(../images/bg2.gif) center;
    background: #fff;
}
.main-nav {
    text-align: right;
    background-color: #fff;
    min-height: 76px;
}

.main-nav ul {
	padding:0;
	margin:0;
	list-style:none;
	text-align:right;
}

.main-nav > ul > li {
	display: inline-block;
}

.child-nav li {
	display: block;
	width: 200px;
	padding: 2px;
}

.main-nav ul li a {
    color: #00467c;
    line-height: 76px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px;
}

.main-nav .child-nav li a {
    text-transform: none;
    line-height: 14px;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
}



ul.child-nav {
    position: absolute;
    background: #fff;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    min-width: 100%;
    padding: 0;
		text-align:left;
}

li:hover>ul.child-nav {

    opacity: 1;
    max-height: 1000px;
    z-index: 1;
}

ul .child-nav ul {
    display: none!important;
}

.logo {
    margin-top: -29px;
    margin-bottom: -50px;
}

ul.mid-bar {
    padding: 5px 0 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
ul.mid-bar li {
    display:inline-block;		
}
li.link-parents {
    margin-left: -60px;
}
ul.mid-bar li a {
    display: block;
    width: 222px;
    height: 49px;
    line-height: 49px;
    color: #fff;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul.mid-bar li.link-kids a {
	background-image:url(../images/nav-green.png);
}
ul.mid-bar li.link-parents a {
	background-image:url(../images/nav-yellow.png);
}

 /* Slider */
#slider {
    min-height: 480px;   
}

.slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 480px;
}
    
.slide-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#slider .owl-nav {
    font-size: 24px;
    z-index: 12;    
}

#slider .owl-prev, #slider .owl-next {
    position: absolute;
    top:50%;
    transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    z-index: 100;
}

#slider .owl-prev {
    left: 1%;
}

#slider .owl-next {
    right: 1%;
}
/* Main */
main {
    background: #fff;
    padding: 20px;
}

#now_date:first-letter {
    text-transform: uppercase;
}

.news-date {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

.news-title, .news-desc {
    margin-bottom: 10px;
    font-size: 16px;

}
ul.post-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.post-list li {
padding:10px 0;
border-bottom:1px solid #ccc;
}

.news-line {
    margin-top: 0;
    border-bottom: 1px solid #609dcc;
}

#colorbuttons {
    margin-bottom: 30px;   
}

.btn-colored {
    position: relative;
    width: 100%;
    background-color: #9ae2f0;
    border-color: #9ae2f0;
    border-radius: 0;
}

.btn-colored:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-colored a {
    position: absolute;   
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
}

#about p {
    font-size: 14px;   
}

.title-left-bordered {
    border-left: 2px solid #9ae2f0;
    font-size: 24px;
    padding-left: 5px;
}

.title-bottom-bordered {
    border-bottom: 2px solid #609dcc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.title-upper {
    text-transform: uppercase;    
    font-size: 19px;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;   
}
.sidebar-menu>li {
    border-bottom: 1px solid #999;
    line-height: normal;
    padding: 7px 0px;
}



.bg-blue {
    color: #fff;
    background-color: #053e7a;
    padding: 10px;
}

.photo-title {
    font-size: 18px;   
}

.contacts ul, .breadcrumbs ul {
    List-style: none;
    padding-left: 0;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li:after {
    content: " / ";
}

.contacts h3 {
    font-size: 18px;
}

.subpages {
    margin-top: 40px;
}

.subpage {
    background: #efefef;
    padding: 20px;
    margin-bottom: 30px;
		box-shadow:0 0 10px rgba(0,0,0,.3)
}
h3.subpage-title {
  background: #053e7a;
  font-size: 22px;
  padding: 10px 20px;
  margin: -20px -20px 20px;
  color: #fff;
}
h3.subpage-title a {
    color: #fff;
}

.item {
    position: relative;
		margin-bottom:30px;
}
.hover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h3.subtitle {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 10px 0;
    width: 100%;
    margin: 0;
}
.list-subpages .item {
	
}
.list-subpages h3.subtitle {
    position: relative;
    top: 0;
    bottom: auto;
    text-align: center;
    font-size: 14px;
}
.list-subpages h3.subtitle a {
    background: #efefef;
    padding: 40px 10px;
		display:block;
}


ul.classpages {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}
ul.classpages li {
    display:inline-block;
    padding:10px;
    width:25%;
    float:left;
    
}
ul.classpages li a, ul.classpages li span {
    display: block;
    line-height: 110px;
    text-align: center;
    background: url(../images/hex-blue1.png) no-repeat center;
    background-size: contain;
    color: #fff;
	font-size: 32px;
}
ul.classpages li span {
    background: url(../images/hex-blue3.png) no-repeat center;
	    background-size: contain;


}

.subpages .item {
    min-height: 90px;
    background-color: #4285cc;
    display: table;
    width: 100%;
}
.subpages h3.subtitle {
    position: relative;
    background: transparent;
    display: table-cell;
    text-align: center;
    padding: 0 10px;
    vertical-align: middle;
    color: #fff;
}
.ss-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    /* height: 38px; */
    height: 100%;
    border-radius: 0 4px 4px 0;
    border: none;
}
.content video {
  max-width: 100%;
}

.linksList .item {
  background: #4285cc;
  padding: 10px;
  color: #fff;
  min-height: 140px;
}