@font-face {
    font-family: 'DaxlineProBlack';
    src: url("../fonts/DaxlinePro/DaxlinePro-Black.ttf") format("truetype");
}

@font-face {
    font-family: 'DaxlineProBold';
    src: url("../fonts/DaxlinePro/DaxlinePro-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'DaxlineProExtraBold';
    src: url("../fonts/DaxlinePro/DaxlinePro-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: 'DaxlineProLight';
    src: url("../fonts/DaxlinePro/DaxlinePro-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'DaxlineProMedium';
    src: url("../fonts/DaxlinePro/DaxlinePro-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'DaxlinePro';
    src: url("../fonts/DaxlinePro/DaxlinePro-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'DaxlineProThin';
    src: url("../fonts/DaxlinePro/DaxlinePro-Thin.ttf") format("truetype");
}

body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

a, input:focus, select:focus, textarea:focus { outline: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; }

p { margin: 0; padding: 0; }

.clear { clear: both; }

.wrapper {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
}

.grey-bgr {
    padding-top: 14px;
    padding-bottom: 15px;
    background-color: #e3e5e7;
    text-transform: uppercase;
    font-size: 14px;
    color: #666768;
}

.grey-bgr a {
    color: #666768;
}

.grey-bgr a:nth-child(2) {
    margin: 0 15px 0 30px;
}

.grey-bgr a i {
    font-size: 20px;
}

.logo {    
    color: #4c4c4c;
    padding: 10px 0;
}

.logo a {
    width: 100%;
    max-width: 125px;
    display: block;
    float: left;
    margin-right: 20px;
}

.logo h1 {
    font-family: 'Cormorant Infant', serif;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    color: #263d94;
    text-transform: uppercase;
}

.logo h3 {
    font-family: 'Cormorant Infant', serif;
    font-size: 20px;
    font-weight: bold;
    margin: 8px 0;
    text-transform: uppercase;
}

.logo h5 {
    font-family: 'Cormorant Infant', serif;
    font-size: 16px;
    font-weight: bold;    
}

.search {
    width: 100%;
    max-width: 300px;
    margin-top: 50px;
    padding: 10px 10px 10px 0;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: auto;
}

.search input {
    width: 90%;
    border: 0;
}

.search i:hover {
    cursor: pointer;
    color: #263d95;
}

.blue-bgr {
    background-color: #263d95;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
}

.navigation {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'DaxlinePro', sans-serif;
    font-size: 16px;
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation > ul li {
    padding: 15px 18px;
    float: left;
    list-style-type: none;
}

.navigation > ul li a {
    padding: 10px 20px;
    display: block;
    color: #ffffff;
}

.navigation > ul li a.has-submenu {
    background: url("../images/arrow-down.png") no-repeat center right;
}

.navigation .submenu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    text-transform: none;
    margin: 14px 0 0 18px;
    z-index: 1001;
    list-style: none;
}

.navigation .submenu li {
    float: none;
    padding: 0;
}

.navigation .submenu li a {
    padding: 8px 20px;
    color: #337ab7;
    font-size: 15px;
}
.navigation .submenu li:first-child a {
    padding: 16px 20px 8px 20px;
}

.navigation .submenu li:last-child a {
    padding: 8px 20px 16px 20px;
}

.home-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-slider li {
    width: 100%;
    height: 100%;
    max-height: 630px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.lSAction > a {
    background: none;
}

.lSAction > .lSNext {
    background-position: 0 0;
    right: 42px;
}

.breadcrumbs {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 18px;
    background: url(../images/breadcrumbs.jpg) left bottom repeat-x;
}

.breadcrumbs a {
    color: #263d95;
}

.news-home {
    margin-top: 30px;
    margin-bottom: 60px;
}

.headtitle-home {
    font-family: 'DaxlineProBold', sans-serif;
    font-size: 24px;
    color: #263d95;
    margin: 20px 0;
}
.news-home .col-sm-4 {
    color: #838e96;
    font-size: 14px;
    text-align: center;
}

.news-home .col-sm-4 img {
    height: 250px;
    margin: 0 auto;
}

.news-home .col-sm-4 .box {
    overflow: hidden;
    border: 1px solid #e1e1e1;
}

.news-home .col-sm-4 .info {    
    padding: 30px 20px;
}

.news-home .col-sm-4 h2 {
    margin: 0 0 8px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    min-height: 45px;
}

.news-home .col-sm-4 h2 a {
    color: #444444;
}

.news-home .col-sm-4 .text {
    margin: 30px 0;
    min-height: 60px;
}

.blue-btn {
    background-color: #263d95;
    border: 1px solid #263d95;
    color: #ffffff;
    padding: 8px 20px;
    display: inline-block;
    font-family: 'DaxlinePro', sans-serif;
    font-size: 16px;
}

.blue-btn:hover {
    background-color: #ffffff;
    color: #263d95;
    text-decoration: none;
}

.lightgrey-bgr {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f8f8f5;
}

.calendar {
    margin: 0;
    padding: 0;
    list-style: none;
}

.calendar li {
    margin-bottom: 20px;
    display: flex;
}

.calendar li .blue-box {
    background-color: #253d95;
    color: #ffffff;
    padding: 10px 15px;
    float: left;
    min-height: 70px;
    width: 15%;
    text-align: center;
    display: block;
}

.calendar li .blue-box hr {
    margin: 5px 0;
}

.calendar li a {
    min-height: 70px;
    width: 80%;
    margin-right: 10%;
    float: right;
    padding: 24px 15px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    color: #000000;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.calendar li a:before {
    color: #263d95;
    font-size: 18px;
    font-weight: bold;
}

footer {
    color: #ffffff;
    background-color: #434343;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

footer .links {
    padding-top: 25px;
    padding-bottom: 25px;
}

.grey-btn {
    margin-top: 15px;
    display: inline-block;
    background-color: #6f6f6f;
    color: #ffffff;
    padding: 15px 20px;
    text-transform: uppercase;
    display: inline-block;
}
footer .links .grey-btn {
    margin-top: 40px;
}

.black-bgr {
    padding: 10px 0;
    background-color: #000000;
}

footer .quick-contact {
    width: 230px;
    margin: 15px 0 0 auto;
    font-size: 13px;
}

footer .quick-contact h4 {
    font-family: 'DaxlineProLight', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #8c8c8c;
    margin-bottom: 10px;
}

footer .quick-contact p {
    margin-bottom: 6px;
}
footer .quick-contact p a {
    margin-left: 6px;
}

.main-category {
    width: 100%;
    padding: 160px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main-category h1 {
    font-family: 'DaxlineProBold';
    font-size: 36px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
}

.page-title {
    width: 100%;
    padding: 120px 0;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.left-submenu {
    margin: 60px 0;
    padding: 0;
    list-style: none;
}

.left-submenu li {
    border-bottom: 1px solid #cccccc;
}

.left-submenu li:last-child {
    border-bottom: 1px solid #ffffff;
}

.left-submenu li a {
    display: block;
    color: #3b3b3d;
    padding: 10px 20px;
    font-family: 'DaxlineProLight', sans-serif;
    font-size: 15px;
}

.left-submenu li a:hover {
    background-color: #253d95;
    color: #ffffff;
    text-decoration: none;
}
.left-submenu li a.active {
    font-family: 'DaxlineProBold', sans-serif;
    background-color: #253d95;
    color: #ffffff;
}

.copyright {
    font-family: 'DaxlinePro', sans-serif;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.copyright .col-sm-3 {
    color: #7a7a7a;
}

.common {
    padding-top: 20px;
    padding-bottom: 60px;
}

.common .headtitle {
    font-family: 'DaxlineProBold', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #263d95;
    margin: 0 0 20px 0;
}

.common .under-title-line {
    width: 38px;
    height: 1px;
    background-color: #263d95;
    margin: 0 0 40px 0;
}

.common .news,
.common .events,
.common .articles-list {
    min-height: 400px;
}

.common .news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.common .news ul li {
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
}

.common .news ul li a {
    color: #000000;
}

.common .news ul li .image {
    width: 30%;
    display: block;
    float: left;
}

.common .news ul li .image img {
    width: 100%;
}

.common .news ul li .description {
    width: 66%;
    float: right;
    font-size: 14px;
    line-height: 16px;
}

.common .news ul li .description p {
    margin: 0 0 8px 0;
}

.common .news ul li .description h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.common .news ul li .description .pub-date {
    font-style: italic;
    color: #858585;
    margin: 10px 0;
}

.common .gallery-list .col-sm-4 {
    border: 1px solid #cccccc;
}

.common .gallery-list ul {
    margin: 40px 0;
    padding: 0;
    list-style: none;
}

.common .gallery-list ul li {
    width: 31%;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2%;
    float: left;
    padding: 5px;
}

.common .gallery-list ul li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}

.common .gallery-list ul li img {
    width: 100%;
}

.common .gallery-list ul li .description {
    font-size: 14px;
    line-height: 16px;
}

.common .gallery-list ul li .description p {
    margin: 0 0 8px 0;
}

.common .gallery-list ul li .description h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.common .gallery-list ul li .description .pub-date {
    font-style: italic;
    color: #858585;
    margin: 10px 0;
}

.common .text .pub-date {
    font-size: 13px;
    color: #838e96;
    margin-bottom: 10px;
}

.common .text a {
    color: #263d95;
}

.common .gallery {
    width: 100%;
    max-width: 300px;
    margin-right: 3%;
    margin-bottom: 1%;
    box-shadow: 0 0 0 0 rgba(44, 49, 55, 0.2);
    padding: 5px;
    border: 1px solid #e0e0e1;
    float: left;
}

.common .gallery:hover {
    cursor: pointer;
}

.common .gallery .lSAction > .lSNext {
    right: 10px;
}

.common .events ul,
.common .articles-list ul {
    marign: 30px 0;
    padding: 0;
    list-style: none;
}

.common .events ul li,
.common .articles-list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.common .events ul li i,
.common .articles-list ul li i {
    font-weight: bold;
    color: #263d95;
    float: left;
}

.common .events ul li a,
.common .articles-list ul li a {
    display: block;
    color: #000000;
    margin-left: 12px;
    line-height: 18px;
}

.common .news ul li a:hover,
.common .events ul li a:hover,
.common .articles-list ul li a:hover {
    color: #263d95;
}

.common .events .pub-date,
.common .articles-list .pub-date {
    font-size: 13px;
    font-style: italic;
    color: #858585;
    margin: 4px 0 0 12px;
}

.common .about-bulgaria {
    min-height: 400px;
}

.common .about-bulgaria div {
    width: 100%;
    max-width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left;
    margin-bottom: 20px;
}

.common .about-bulgaria div:nth-child(2n+1) {
    margin-right: 20px;
}

.common .about-bulgaria div a {
    background: url("../images/blue-shadow.png") left top;
    font-family: 'DaxlineProBold', sans-serif;
    font-size: 18px;
    color: #ffffff;
    display: block;
    text-align: center;
    width: 100%;
    padding: 29% 0;
}

.common .about-bulgaria div a:hover {
    background: none;
    text-decoration: none;
}

.advanced_search {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
}
.advanced_search form input {
    border: 1px solid #c7c9c8;
}

.advanced_search label {
    font-weight: normal;
}

.advanced_search .title {
    width: 50%;
    height: 30px;
    padding-left: 10px;
}

.advanced_search button {
    width: 100px;
    height: 30px;
    text-transform: uppercase;
    background-color: #658091;
    color: #ffffff;
    border: 1px solid #658091;
}

.advanced_search button:hover {
    background-color: #263d95;
    border: 1px solid #263d95;
}

.advanced_search .extend div {
    margin-top: 10px;
}

.advanced_search .extend .date {
    width: 100px;
}

.search-description {
    margin-left: 12px;
    font-size: 13px;
    color: #555555;
}

.error404 {
    width: 100%;
    max-width: 600px;
    padding: 30px 20px 10px 20px;
    margin: 40px auto;
    background: #ffffff;
    border-bottom: 5px solid #41385a;
}

.error404 .group-link {
    margin-top: 20px;
    text-align: center;
}

.error404 .group-link .action {
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #658091;
    color: #ffffff;
    margin-left: 5px;
    text-decoration: none;
}

.error404 .group-link .action:hover {
    background-color: #263d95;
}

.pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > span {
   padding: 0;
}

.pagination>li>span a {
    display: block;
    padding: 6px 12px;
}

.pagination>li>span a:hover {
    text-decoration: none;
}

.pagination > li > span:hover {
    background-color: #658091;
    color: #ffffff;
}

.pagination > li > span:hover a {
    color: #ffffff;
}

.pagination .current {
    display: block;
    padding: 6px 12px;
    color: #ffffff;
    background-color: #263d95;
}

.mobile-navigation {
    display: none;
    color: #ffffff;
    z-index: 1000;
    overflow: hidden;
    height: auto;
    background: #263d95;
    padding: 0;
}

.mobile-navigation > label {
    margin: 14px 30px;
}

.mobile-navigation > label i {
    margin-right: 8px;
    font-size: 16px;
    cursor: pointer;
}

#navbar {
    display: none;
    background-color: #e3e5e7;
    margin: 0;
    padding: 10px 15px 10px 15px;
    width: 100%;
}

#navbar ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

#navbar ul li {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #c7c9c8;
    background-color: #ffffff;
}

#navbar ul li > a {
    height: 32px;
    padding: 8px 0 8px 10px;
    display: block;
    color: #222222;
    text-decoration: none;
}

#navbar ul li > a span {
    height: 32px;
    float: right;
    font-size: 20px;
    display: block;
    padding: 3px 8px;
    margin: -8px 0 0 0;
    color: #ffffff;
    background-color: #263d95;
}

#navbar ul li.active > a span {
    color: #263d95;
    background-color: #ffffff;
}

#navbar ul li > a span:hover {
    cursor: pointer;
}

#navbar ul li.active > a {
    background-color: #263d95;
    color: #ffffff;
}

#navbar ul li span.rotate180 i {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    -webkit-transition-duration: 0.400s; /* Safari */
    transition-duration: 0.400s;
}

#navbar ul li span.rotate0 i {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    -webkit-transition-duration: 0.400s; /* Safari */
    transition-duration: 0.400s;
}

#navbar ul li .submenu {
    display: none;
    margin: 10px 20px;
}

#navbar ul li .submenu a {
    display: block;
    color: #222222;
    margin: 0 0 15px 0;
}

.gallery-tpl,
.video-tpl {
    margin: 0 -15px;
}

.gallery-tpl .col-md-4,
.video-tpl .col-md-4 {
    width: 30%;
    border: 1px solid #cccccc;
    margin: 0 0 30px 0;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gallery-tpl .col-md-4:nth-child(3n+1),
.video-tpl .col-md-4:nth-child(3n+1) {
    margin: 0 15px 30px 15px;
}

.gallery-tpl .col-md-4 .image,
.video-tpl .col-md-4 .image {
    width: 100%;
    height: 180px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.gallery-tpl .col-md-4 .info,
.video-tpl .col-md-4 .info {
    background-color: #ffffff;
    text-align: left;
    padding: 15px;
}

.gallery-tpl .col-md-4 .info a,
.video-tpl .col-md-4 .info a {
    font-family: 'Open Sans', sans-serif;
    color: #222222;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.gallery-tpl .col-md-4 .info .pub-date,
.video-tpl .col-md-4 .info .pub-date {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 0 0;
}

.gallery-tpl .col-md-4 .info .pub-date span,
.video-tpl .col-md-4 .info .pub-date span {
    display: inline-block;
    background-color: #ffffff;
    padding: 0;
    font-style: italic;
}

.official-gallery {
    width: 100%;
}

.official-gallery ul {
    list-style: none;
    margin: 40px 0;
    padding: 0;
}

.official-gallery ul li {
    width: 200px;
    height: 112px;
    float: left;
    margin: 0 1px 1px 0;
    overflow: hidden;
}

.official-gallery ul li:hover {
    cursor: pointer;
}

.official-gallery ul li .photo-bgr {
    width: 200px;
    height: 112px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.official-gallery ul li .photo-bgr i {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    color: #ffffff;
}

.official-gallery ul li:hover .photo-bgr {
    background-color: rgba(0, 0, 0, 0.5);
}

.official-gallery ul li:hover .photo-bgr i {
    opacity: 1;
}

.common .text img {
    width: 100%;
    max-width: 400px;
}

.common .text h2 {
    font-family: 'DaxlineProBold', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    color: #263d95;
}

.ftp-link {
    width: 100%;
    max-width: 840px;
    display: block;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #263d95;
    font-weight: bold;
    color: #263d95;
    text-align: center;
    margin-bottom: 20px;
}

.ftp-link:hover {
    text-decoration: none;
    background: #263d95;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    header .navigation { display: none; }
    .mobile-navigation { display: block !important; }
    .home-slider {
        display: none;
    }
}

@media (max-width: 767px) {
    .grey-bgr div { text-align: center; }
    .grey-bgr .text-right { margin-top: 10px; }

    .search {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .news-home .col-sm-4 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px auto;
    }

    footer .col-sm-4 {
        text-align: left;
        margin-bottom: 40px;
    }

    footer .quick-contact,
    footer .links .grey-btn {
        margin: 0;
    }

    footer .links { padding-bottom: 0; }

    .black-bgr .text-center { text-align: left; }

    .left-submenu {
        margin: 15px 0 60px 0;
        background-color: #f5f5f5;
    }

    .gallery-tpl .col-md-4,
    .video-tpl .col-md-4 {
        width: 45%;
    }

    .gallery-tpl,
    .video-tpl {
        margin: 0;
    }
}

@media (max-width: 666px) {
    .common .about-bulgaria div:nth-child(2n+1),
    .common .about-bulgaria div {
        margin: 0 auto 20px auto;
        float: none;
    }

    .gallery-tpl .col-md-4,
    .video-tpl .col-md-4 {
        width: 100%;
    }

    .gallery-tpl .col-md-4:nth-child(3n+1), .video-tpl .col-md-4:nth-child(3n+1) {
        margin: 0 0 30px 0;
    }
}