@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
    background: #FFF;
    /*font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.2; */
    /*margin: 40px;*/
    /*color: #8B8E93;
    font-family: "Open Sans", Arial; */
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    
}

p {
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.map_text{
    color: black !important;
    font-size: 15px;
    padding-top:10px;
    font-weight: bold;
}
.menu {
    position: relative;
    margin: 40px 0;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;

}

.content {
    position: relative;
    margin: 40px 0;
    margin-right: 25px;
    margin-left: 25px;
    background: #fff;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);*/
    border-radius: 5px;
}

@media (max-width: 992px) {
    .content {
        position: relative;
        margin: 10px 0;
        background: #fff;
        border-radius: 5px;
    }
}

.index_tile {
    font-size: 30px;
    padding-top: 25px;
    text-align: center;
    color: black;
    font-weight: bold;
}

.menu__header {
    background: #6196c7;
    border-bottom: 1px solid #549DBD;
    border-radius: 5px 5px 0 0;
    /*background-image: linear-gradient(to bottom, #84b6e4 0, #6196c7 100%);*/
}

.menu__header-title {
    color: #fff;
    padding: 25px 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
    text-align: center;

}

.menu__body {
    border-radius: 0 0 5px 5px;
}

.menu--small {
    width: 110px;
}

.nav {
    list-style: none;
}

/*.nav > li.nav__item > a.nav__item-link  {*/
    /*border-bottom: 1px solid #6f9ac1;*/
    /*padding-left: 0px !important;*/
/*}*/

.nav__item {
    position: relative;
}

.nav__item > a {
    margin: 0 15px;
}

.nav__item-link {
    padding: 10px 15px 10px 0px !important;
    text-decoration: none;
    color: #111;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #6f9ac1;
}

.nav-list > li > a.nav__item-link {
    margin-left: 15px;
    margin-right: 15px;
}

.nav__item-link:hover {
    background-color: #84b6e4;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #84b6e4;
    color: #111;
}

.nav__item-link.is-active {
    background: #84b6e4;
    color: #fff;
    color: #111;
    /*box-shadow: 0 1px 0 #7A828D inset;*/
    /*background-image: linear-gradient(to bottom, #84b6e4 0, #6196c7 100%);*/
}

.nav__item-link.is-active:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: -6px;
    /*border-top: 6px solid transparent;*/
    /*border-bottom: 6px solid transparent;*/
    /*border-left: 6px solid #353A40;*/
}

.nav__item-link.is-active .nav__item-icon {
    color: #fff;
}

.nav__item:last-child .nav__item-link {
    border-bottom: none;
}

.nav__item-icon {
    color: #D2D5DA;
    width: 20px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
}

.nav.nav-list > li {
    background-color: #84b6e4;
}

div.collapse:last-child > ul.nav.nav-list:last-child > li:last-child { /*ultimul element din meniu sa aiba padding bottom mai mare*/
    padding: 0% 0% 5% 0%;
}

.panel-default {
    border: none;
}

.panel {

    box-shadow: none !important;
    web-kit-sizing: none;
}

.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #4B4F55 0, #353A40 100%);
    font-size: 18px;
    border-color: #4B4F55;
    color: #fff;
    color: orange;
    padding: 25px;
}

.h1 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 1%;
    padding-top: 2%;
    color: #4B4F55;
}

.h1.big {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

img.home_img {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0px 0px;

}

.home_img_app {
    width: 200px;
    height: 200px;
}

.banner_img {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0px 0px;
    /*width: 300px;*/
    /*height: 400px;*/
}
.banner_img_maps{
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0px 0px;
    border:1px solid silver;
}

.section {
    padding-bottom: 30px;
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
}

.section:nth-of-type(odd) {
    /*background-color: #F8F8F8;*/
    /*background-color: #F8F8F8;*/
    /*border-radius: 4px;*/
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
}

.submenu {
    font-size: 12px;
    margin-left: 25px!important;
}

a.submenu {
    /*padding: 0 0px !important;*/
    padding: 1% 2% 1% 0% !important;
    border-bottom: 1px solid #6f9ac1;
}

.more a {
    font-size: 15px;
    /*color:#FFA500;*/
    color: black;
    font-weight: bold;
    padding: 10px 25px;
    /*background: #40444A;*/
    background: white;
    text-decoration: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.more a:hover {
    /*background:#B46425;*/
    background: #FFA500;
    color: white;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px;
}

/*-- featured-services --*/
.featured-services-grd {
    text-align: center;
    /*box-shadow: 1px 1px 2px #C6C6C6;*/
    padding: 2em 1em;


    /*background-color: #40444A;*/
    /* border-radius-top: 20px;
     border-bottom-left-radius: 20px;
     border-top-left-radius: 20px;
     border-top-right-radius: 10px;*/
}

.featured-services-grd span {
    font-size: 2em;
    color: #999;
}

.featured-services-grd h4 {
    text-transform: capitalize;
    font-size: 1.3em;
    color: #B46425;
    margin: 1em 0;
}

.featured-services-grd p {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
    margin: 0 0 2em;
}

.featured-services-grids {
    margin: 3em 0 0;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.mb0 {
    margin-bottom: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.glyphicon-remove {
    color: #FF7433;
    font-size: 11px;
}

.box-design1 {
    border: 1px solid #C2C5FF;
    padding: 5px 10px;
    margin: -5px 5px 10px;
    background: #fff;
    display: inline-block;
    color: #1C85C8;
    border-radius: 5px;
    text-align: justify;
}

.header .navbar .navbar-brand {
    font-size: 11.6px;
    color: rgb(238, 125, 0);
    display: block;
    height: 110px;
    width: 250px;
    margin-top: 10px;
    text-align: left;
    padding: 80px 0px 0px;
    background: url(../img/espon-logo.png) 0px 0px no-repeat;
}

.header .navbar .navbar-nav {
    float: right;
    margin: 0 -15px;
}

@media (min-width: 992px) {
    .header .navbar .navbar-nav > li > a {
        color: #333;
        height: 120px;
        padding: 50px 10px 10px 10px;
    }
}

.header .navbar .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.super-header .navbar {
    border: 0;
    background-color: #3c5772;
    margin-bottom: 0;
    padding: 3px 0;
    border-radius: 0;
    min-height: 40px;
    font-family: 'Ubuntu', 'Montserrat', sans-serif;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.super-header .top-nav > li > a {
    color: #f5f5f5;
    font-size: 12px;
}

.page-title-wrapper {
    padding: 30px 0;
    font-family: 'Ubuntu', 'Montserrat', sans-serif;
    box-shadow: 0 0 5px #f5f5f5;
    background-color: #f0ad4e;
}

.page-title-wrapper h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

#toTop {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    bottom: 20px;
    right: 20px;
    text-indent: inherit;
    width: 40px;
    height: 40px;
}

#toTopHover {
    background: none;
    background-color: #333;
    width: 40px;
    height: 40px;
}

#toTop:before {
    font-family: 'FontAwesome';
    content: "\f106";
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

/* Pads
 * -------------------------- */
.pad-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pad-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pad-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.pad-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.pad-all-0 {
    padding: 0px !important;
}

.pad-all-25 {
    padding: 25px !important;
}

.pad-all-50 {
    padding: 50px !important;
}

.pad-top-0 {
    padding-top: 0 !important;
}

.pad-top-5 {
    padding-top: 5px !important;
}

.pad-top-10 {
    padding-top: 10px !important;
}

.pad-top-25 {
    padding-top: 25px !important;
}

.pad-top-50 {
    padding-top: 50px !important;
}

.pad-bottom-0 {
    padding-bottom: 0 !important;
}

.pad-bottom-5 {
    padding-bottom: 5px !important;
}

.pad-bottom-10 {
    padding-bottom: 10px !important;
}

.pad-bottom-25 {
    padding-bottom: 25px !important;
}

.pad-bottom-50 {
    padding-bottom: 50px !important;
}


/* Sidebar Categories
 * -------------------------- */
.toc {
    margin-right: -15px;
}

.table-of-contents {
    list-style: none;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.table-of-contents > li {
    padding: 5px 0;
    border-bottom: 1px solid #6f9ac1;
    margin-bottom: 0;
}

.table-of-contents > li:last-child {
    border-bottom: none;
}

.table-of-contents li.active {
    font-weight: bold;
    background-color: #999;
    margin: 0 -15px;
    padding: 5px 15px;
}

.table-of-contents li a {
    color: #111;
}

.table-of-contents li a.active {
    font-weight: bold;
}

.table-of-contents li.active a {
    color: #fff;
}

.table-of-contents .table-of-contents__heading {
    margin: 5px 0px;
    color: #fff;
}

/* .table-of-contents > li.table-of-contents__item:before {
	font-family: 'FontAwesome';
	content: "\f101";
	margin-right: 10px;
	font-size: 14px;
} */

.table-of-contents > li.table-of-contents__item-last {
    border-bottom: none;
}

@media (max-width: 768px) {
    .toc {
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

/* Subpage Title
 * -------------------------- */
.subpage-title {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.subpage-title h5 {
    text-transform: uppercase;
    position: relative;
    margin: 0;
    color: #2c3e50;
    overflow: hidden;
    font-size: 28px;
    line-height: 36px;
    font-weight: 200;
}

/* Footer Top
 * ----------------------- */
.footer-top {
    padding: 35px 0;
    font-family: 'Ubuntu', 'Montserrat', sans-serif;
    color: #ccc;
    font-size: 12px;
    background: #3c5772;
}

.footer-top a {
    color: #ccc;
}

.footer-top a:hover {
    color: #777;
}

.footer-top .list-inline {
    margin-bottom: 0;
    text-align: right;
}

.footer-top .list-inline li {
    border-right: 1px solid #777;
    padding-right: 10px;
}

.footer-top .list-inline li:first-child {
    padding-left: 0;
}

.footer-top .list-inline li:last-child {
    border-right: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .footer-top .list-inline {
        text-align: center;
    }

    .footer-top .footer-info-wrapper {
        text-align: center;
    }
}

/*Footer Main
 * ----------------------- */
.footer-main {
    background-color: #dfdfdf;
    padding: 50px 0 20px;
    position: relative;
    color: #666;
}

.footer-main:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-bottom-width: 0;
    border-top-color: #3c5772;
    top: 0;
    left: 50%;
    content: "";
    margin-left: -10px;
}

.footer-main a {
    color: #777;
}

.footer-main a:hover {
    color: #999;
}

.footer-main .subpage-title h5 {
    color: #000;
    font-size: 15px;
}

/* Footer Brand
 * -------------------------- */
.footer-brand {
    font-size: 30px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
    margin: 0;
    font-family: 'Ubuntu', 'Raleway', sans-serif;
}

.footer-brand span {
    color: #555555;
}

/* Footer Social Links
 * -------------------------- */
.social-links {
    padding-left: 0;
    list-style: none;
    font-size: 15px;
    margin: 0;
}

.social-links > li {
    display: inline-block;
    margin-right: 5px;
}

.social-links > li a {
    color: rgb(127, 140, 141);
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px !important;
    background-color: #1C2323;
}

.social-links > li a > i {
    line-height: 35px !important;
}

.social-links > li a.facebook:hover {
    background-color: #2f5a9a;
    color: #fff !important;
    border-color: #2f5a9a;
}

.social-links > li a.twitter:hover {
    background-color: #3abdd1;
    color: #fff !important;
    border-color: #3abdd1;
}

.social-links > li a.google-plus:hover {
    background-color: #DB4437;
    color: #fff !important;
    border-color: #DB4437;
}

.social-links > li a.pinterest:hover {
    background-color: #d13a3a;
    color: #fff !important;
    border-color: #d13a3a;
}

.social-links > li a.rss:hover {
    background-color: #f15200;
    color: #fff !important;
    border-color: #f15200;
}

.social-links > li a.youtube:hover {
    background-color: #cc181e;
    color: #fff !important;
    border-color: #cc181e;
}

.social-links > li a.linkedin:hover {
    background-color: #0077b5;
    color: #fff !important;
    border-color: #0077b5;
}

.map-europe {
    margin-top: -100px;
}

@media (max-width: 992px) {
    .map-europe {
        margin-top: 0;
    }
}

.header .navbar {
    margin-bottom: 0px !important;
}

.flag {
    vertical-align: middle;
}

.title-header-v1 {
    font-family: 'Ubuntu', 'Montserrat', sans-serif;
    font-size: 20px;

    font-weight: 700;
    color: #444;
}

div.menu__body > ul > li:nth-child(2) {
    display: none;
}

div.menu__body > ul > li {
    background-color: #84b6e4;
}

#box-map {
    /*border-right: solid 10 px #034EA2;*/
    padding: 3px;
    height: 100%;
}

@media (max-width: 992px) {
    #box-map {
        padding: 0px;
        height: 100%;
    }
}

#box-border-left {
    margin-top: -20px;
    height: 90%;
    box-sizing: content-box;
    border-left: 10px solid #034EA2;
    position: absolute;
    z-index: 1;
}

#box-border-right {
    height: 104%;
    margin-right: -10px;
    box-sizing: content-box;
    border-right: 10px solid #034EA2;
    float: right;
    z-index: 2;
}

#box-border-bottom {
    margin-left: 42%;
    box-sizing: content-box;
    width: 60%;
    border-bottom: 3px solid #034EA2;

}

#box-border-top {
    margin-left: -30px;
    box-sizing: content-box;
    width: 60%;
    border-bottom: 3px solid #034EA2;

}

.box-left-white {
    background-color: white;
    display: inline-block;
    height: 40%;
    margin-top: 15%;
    width: 20px;
    margin-bottom: -40px;
    z-index: 3;
    position: absolute;
}

@media (max-width: 992px) {
    #box-border-left {
        margin-top: -20px;
        height: 95%;
        box-sizing: content-box;
        border-left: 5px solid #034EA2;
        position: absolute;
        z-index: 1;
    }

    #box-border-right {
        height: 104%;
        margin-right: -5px;
        box-sizing: content-box;
        border-right: 5px solid #034EA2;
        float: right;
        z-index: 2;
    }

    .box-left-white {
        background-color: white;
        display: inline-block;
        height: 30%;
        margin-top: 15%;
        width: 10px;
        margin-bottom: -40px;
        z-index: 3;
        position: absolute;
    }
}

.img_doc {
    width: 35px;
    height: 35px;
}

.orange {
    color: #EF7F04;
}

.btn-custom-1 {
    color: #fff;
    background-color: #6196c7;
    border-color: #2e6da4;
}

.menu-right {
    margin: 40px 0;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ecf0f1;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.title_menu_right {
    font-weight: bold;
    padding-bottom: 20px;
}
.download_archive{
    font-weight: bold;
}

.img_content_2_1_1 {
    width: 100%;
}

.img_content_2_2 {
    width: 100%;
}

.img_content_2_3_2 {
    width: 70%;
}

.img2_content_2_3_2 {
    width: 70%;
}

.img_content_3_1_1 {
    width: 100%;
}

.img_content_3_2_3 {
    width: 100%;
}

.img_content_4_3_1 {
    width: 100%;
}

.img_content_5_2 {
    width: 50%;
}
.img_content_5_2_1 {
    width: 100%;
}

.img2_content_5_2 {
    width: 50%;
}
.img_content_4_2 {
    width: 100%;
}
.img_content_6{
    width: 50%;
}

.under-map{
    padding-right:10px;
    float: right;
    text-align: right;
}
.under-map p{
    font-size: 10px;
}
.table-under-map{
    margin-left:15px;
    font-size: 10px;
    width: 98%;
}
.table-under-map .under-left {
    font-size: 10px;
    padding-left:10px;
    width: 50%;
}
.table-under-map .under-right {
    font-size: 10px;
    text-align: right;
    padding-right:10px;
    width: 50%;
}
.table-under-map .under-left p{
    font-size: 10px;
}
.table-under-map .under-right p{
    font-size: 10px;
}