@font-face {
    font-family:'Open Sans';
    src: url('Fonts/Open-Sans-Regular.eot');
    src: url('Fonts/Open-Sans-Regular.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Open-Sans-Regular.woff2') format('woff2'),
        url('Fonts/Open-Sans-Regular.woff') format('woff'),
        url('Fonts/Open-Sans-Regular.svg#Open-Sans-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'Open Sans';
    src: url('Fonts/Open-Sans-Bold.eot');
    src: url('Fonts/Open-Sans-Bold.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Open-Sans-Bold.woff2') format('woff2'),
        url('Fonts/Open-Sans-Bold.woff') format('woff'),
        url('Fonts/Open-Sans-Bold.svg#Open-Sans-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'Open Sans';
    src: url('Fonts/Open-Sans-SemiBold.eot');
    src: url('Fonts/Open-Sans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Open-Sans-SemiBold.woff2') format('woff2'),
        url('Fonts/Open-Sans-SemiBold.woff') format('woff'),
        url('Fonts/Open-Sans-SemiBold.svg#Open-Sans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
html,
body {
    font-size: 100%;
    vertical-align: baseline;
}
body {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
    background-color: #F0ECE1;
    font-family:'Open Sans',"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;

    background: rgba(228, 242, 255, 1);
    background: -moz-linear-gradient(top, rgba(228, 242, 255, 1) 0%, rgba(183, 216, 242, 1) 21%, rgba(104, 166, 221, 1) 55%, rgba(41, 128, 204, 1) 88%, rgba(27, 119, 200, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228, 242, 255, 1)), color-stop(21%, rgba(183, 216, 242, 1)), color-stop(55%, rgba(104, 166, 221, 1)), color-stop(88%, rgba(41, 128, 204, 1)), color-stop(100%, rgba(27, 119, 200, 1)));
    background: -webkit-linear-gradient(top, rgba(228, 242, 255, 1) 0%, rgba(183, 216, 242, 1) 21%, rgba(104, 166, 221, 1) 55%, rgba(41, 128, 204, 1) 88%, rgba(27, 119, 200, 1) 100%);
    background: -o-linear-gradient(top, rgba(228, 242, 255, 1) 0%, rgba(183, 216, 242, 1) 21%, rgba(104, 166, 221, 1) 55%, rgba(41, 128, 204, 1) 88%, rgba(27, 119, 200, 1) 100%);
    background: -ms-linear-gradient(top, rgba(228, 242, 255, 1) 0%, rgba(183, 216, 242, 1) 21%, rgba(104, 166, 221, 1) 55%, rgba(41, 128, 204, 1) 88%, rgba(27, 119, 200, 1) 100%);
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: 600;
    text-align: left;
}
:focus,
:hover {
    outline: none;
}
input[type=password],
input[type=text],
input[type=email],
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
h1 {
    font-size: 40px;
}
h2 {
    min-width: 240px;
    border-bottom: 2px solid #0059a9;
    color: #0059a9;
    display: inline-block;
    margin: -2px 0 10px 19px;
    padding: 0 19px 2px;
    position: relative;
}
h3 {
    font-size: 19px;
    margin: 2px 0 17px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    line-height: 19px;
    margin: 20px 0;
}
a {
    /*color: #000000;*/
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
.dropdown-content_mare {
    min-width: 340px !important;
}
:focus {
    outline: none; }

a:focus,
a:hover {
    color: #000000;
    outline: none;
    text-decoration: none; }
label {
    margin: 0;
    font-weight: 400;
}
b,strong{
    font-weight: 600;
}
input::-moz-focus-inner,
textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="text"],input[type="email"],input[type="number"],input[type="password"], textarea,select{
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    height: 36px;
    margin: 0 0 10px;
    outline: medium none;
    padding: 0 15px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,textarea:focus{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
select {
    background-image: url("Images/select-downarrow.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 11px auto;
    color: #999999;
    overflow: hidden;
    padding-right: 40px;
    text-overflow: ellipsis;
    text-shadow: none;
    white-space: nowrap;
}
textarea {
    min-height: 100px;
    overflow: auto;
    padding: 10px 15px;
    resize: none;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #999999;
}
:-moz-placeholder {
    opacity: 1;
    color: #999999;
}
::-moz-placeholder {
    opacity: 1;
    color: #999999;
}
:-ms-input-placeholder {
    opacity: 1;
    color: #999999;
}
img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}
.container{
    max-width: 1230px;
    width: 100%;
}
.header-line {
    background-color: #0059a9;
    content: "";
    height: 8px;
    margin-bottom: 1px;
}
header {
    position: relative;
    background-color: #ffffff;
    border-top: 13px solid #0059a9;
}
.navigation {
    background-color: #0059a9;
    color: #fff;
    font-size: 20px;
    padding: 12px 0 0;
    text-align: center;
}
.navigation nav{
    display: inline-block;
}
.navigation ul,
.navigation li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation li {
    float: left;
    margin: 0 19px;
}
.navigation a {
    color: inherit;
    float: left;
    padding: 6px 0 4px;
}
.banner-block img{
    border: 5px solid #0059a9;
}
.banner-block {
    padding: 14px 0 0;
}
.content-area{
    background-color: #fff;
}
.content-area {
    background-color: #fff;
    display: inline-block;
    padding: 35px 0;
    width: 100%;
}
.content-block {
    padding-left: 11px;
}
.content-block p {
    line-height: 19px;
    text-indent: 35px;
}
.date {
    color: #999999;
    font-size: 17px;
    margin: -4px 0 6px;
    max-width: 688px;
}
.content-block hr {
    border-color: #666666;
    margin: 2px 0 13px;
}
.link{
    text-decoration: underline;
    color: #0059a9;
}
.recent-news ul,
.recent-news li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.recent-news li:before{
    content: '';
    background-color: #00568f;
    height: 10px;
    width: 10px;
}
.sidebar {
    border-left: 6px solid #0059a9;
    padding-left: 12px;
}
aside {
    padding-left: 9px;
}
.recent-news ul {
    margin: 17px 0;
}
.recent-news li::before {
    background-color: #00568f;
    content: "";
    display: inline-block;
    float: left;
    height: 10px;
    margin: 0 12px;
    position: relative;
    top: 4px;
    width: 10px;
}
.recent-news p {
    line-height: 17px;
    margin: 0 0 5px;
}
.recent-news a {
    display: inline-block;
    font-size: 13px;
    margin-right: 13px;
}
.recent-news li {
    margin: 0 0 23px;
}
.recent-news {
    margin: 0 0 53px;
}
footer {
    background-color: #0059a9;
    color: #fff;
    margin: 20px 0 0;
    padding: 34px 0 0;
}
footer ul {
    margin: 16px 0 0;
    padding-left: 30px;
}
footer h4 {
    display: inline-block;
    margin: 0;
    min-height: 25px;
    width: 100%;
}
footer a{
    color: inherit;
}
.contact-block {
    border-left: 2px solid #fff;
    display: inline-block;
    margin-left: 10px;
    min-height: 180px;
    padding: 0 0 0 31px;
    width: 100%;
}
footer p {
    font-weight: normal;
    line-height: 23px;
    margin: 17px 0;
    padding: 13px 0;
}
footer .text-center p {
    padding-bottom: 0;
}
.content-block img {
    float: left;
    margin: 20px 20px 10px 0;
}
.menu-trigger {
    cursor: pointer;
    display: none;
    height: 25px;
    position: absolute;
    right: 15px;
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu-trigger .bars {
    background-color: #0059a9;
    border-radius: 1px;
    height: 5px;
    margin-bottom: 4px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu-trigger .bars:last-child {
    margin-bottom: 0;
}
.menu--open .bars:first-child {
    -webkit-transform: translateY(7px) rotate(135deg);
    transform: translateY(7px) rotate(135deg);
}
.menu--open .bars:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.menu--open .bars:last-child {
    -webkit-transform: translateY(-9px) rotate(-135deg);
    transform: translateY(-9px) rotate(-135deg);
}
#canvas_tt5a8ed4a52dd3c {
    width: 100%;
float: left;
}

.adres  p{
    text-align: left;
    text-indent: 0px;
}
.adres > i {
    font-size: 20px;

}
.adres > i > span {
    padding-left: 20px;
    font-weight: 100;
}
@media(max-width:992px){
    .sub > li > a {
       font-size: 12px;
text-align: left;

    }
    header .container{
        padding: 0;
    }
    .menu-trigger {
        display: inline-block;
    }
    .menu--open{
        /*overflow: hidden;*/
    }
    .navigation {
        background-color: #fff;
        border-top: 1px solid #0059A9;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        display: none;
        float: left;
        left: 0;
        margin: 0;
        /*overflow: auto;*/
        padding: 0;
        /*position: fixed;*/
        top: 10.0%;
        width: 100%;
        z-index: 99;
        -webkit-transition: all 0s ease;
        transition: all 0s ease;
    }
    .navigation ul, .navigation li,.navigation nav{
        margin: 0;
        width: 100%;
        float: left;
    }
    .navigation nav a {
        color: #0059A9;
        border-bottom: 1px solid #0059A9;
        border-left: medium none;
        float: left;
        font-size: 15px;
        margin: 0;
        padding: 15px;
        width: 100%;
    }
    aside {
        padding-left: 0;
    }
    .sidebar {
        border-left: medium none;
        margin: 50px 0 20px;
        padding-left: 0;
    }
    .recent-news {
        max-width: 380px;
    }
    footer {
        font-size: 14px;
    }
    footer ul {
        padding-left: 15px;
    }
    h2 {
        font-size: 25px;
        margin: 10px 0;
        min-width: 240px;
        padding: 0 19px 2px;
    }
}

.menu_mic {
    display: none;
}
@media(max-width:767px){

    .navigation {
        top:8.7%;
    }
    .content-area {
        padding: 15px 0;
    }
    h2 {
        margin: 10px 0;
        min-width: 1px;
        padding: 0 0 4px;
    }
    footer ul {
        padding-left: 0;
    }
    footer p {
        margin: 7px 0;
        padding: 0;
    }
    body {
        font-size: 14px;
    }
    .content-block p {
        line-height: 21px;
        text-indent: 25px;
    }
    .content-block {
        padding-left: 0;
    }
    .contact-block {
        border: medium none;
        margin: 40px 0 0;
        padding: 0;
    }
}
.curs {
    text-align: center;
padding-top: 40px;
}
.dropbtn {
background-color: #0059a9;
    color: white;
/*    padding: 16px;
    font-size: 16px;*/
    border: none;
    font-size: 20px;
text-align: center;
padding: 6px;
}

.dropdown {
    float: left;
    position: relative;
    display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 340px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
padding-left: 0px;
padding-right: 0px;
}
.lin button{
    font-size: 16px;
padding: 4px 4px;
}

.lin button:hover{
background: linear-gradient(to bottom, #0059a9 53%, #71acdf 102%);
}

.dropdown-content a {
    padding-left: 5px;
    border-bottom: 1px solid #fff;
 background-color: #0059a9; 
    font-size: 16px;
    color: #ffffff;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
    text-decoration: none;
    display: block;
    float: none !important;
    text-align: left !important;
}
.navigation  li:hover {
color: #000000;
}
.dropbtn:hover {
    color: #000000
}
.lin {
/* background: linear-gradient(to bottom, #0059a9 53%, #71acdf 102%);*/
background: #0059a9;
max-width: 340px !important;
color: #fff;
width: 340px;
text-align: left;

}



.dropdown-content a:hover {
 background: linear-gradient(to bottom, #0059a9 53%, #71acdf 102%);
    color: #000;
    text-align: left !important;
}

.dropdown:hover .dropdown-content {
    display:block;
}

  .dro {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 340px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
padding-left: 0px;
padding-right: 0px;
}

.dropdown:hover .dropbtn {
background-color: #0059a9;
}

.orga{
    width: 100%;
text-align: left;
}
.orga:hover lin:hover{
  background: linear-gradient(to bottom, #0059a9 53%, #71acdf 102%) !important;
}
.mySlides {display:none;}

.conta > .col-md-4 {
    padding: 0xp;
    text-align: center;
    margin: 0 auto;
}
.far {
    padding-right: 15px;
}

.conta > div  > i {
    color: #0059a9;
font-size: 70px;
}

.conta > div > p{
    text-indent: 0px
}
.conta > div {
    padding-bottom: 15px;
padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    background: #F6F6F6;
}
.conta > div:nth-of-type(2) {
    border-left: 1px solid #DBDDDB;;
border-right: 1px solid #DBDDDB;;
}

.conta > div > p:nth-of-type(2){
    color: #808080;
}

.pading {
    padding-bottom: 15px;
    padding-top: 15px;
}
.pad {
    padding-top: 40px;
}
.center {
    text-align: center;
}

p > strong > img {
    float: none !important;
}