@import url('font_asap.css');

@media print {
    a[href]:after {
        content: none;
    }
}
/**********
top content 
***********/
body{
    font-family: 'Asap', sans-serif;
}
a {
    color:inherit;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
.top-content {
    /*background-size*/
    /*-webkit-background-size: contain;*/
    /*background-size: cover;*/
    /*margin-bottom: 60px;*/
}
.top-content-cc {
    /*
    background: -webkit-gradient(linear, left top, right top, from(#092d50), to(#1f70a6));
    background: -moz-linear-gradient(left, #092d50, #1f70a6);
    background: -o-linear-gradient(left, #092d50, #1f70a6);
    background: -webkit-linear-gradient(left, #092d50, #1f70a6);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #092d50), color-stop(1, #1f70a6));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#092d50, EndColorStr=#1f70a6)";
    */


    background-image: url(../img/bg_main.png);
    background-repeat: repeat-x;
    background-position: 0 0;

    margin-bottom: 10px;
}
.header-cc {
    height: 100px;
}
.shadow-bottom {
    -webkit-box-shadow: 0px 40px 45px -45px rgba(0,0,0,0.79);
    -moz-box-shadow: 0px 40px 45px -45px rgba(0,0,0,0.79);
    box-shadow: 0px 40px 45px -45px rgba(0,0,0,0.79)
}
@media (max-width: 768px) {
    .shadow-bottom {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.bg {
    background-image: url(../img/fundo_parlamento.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.bg-mep {
    background-image: url(../img/body-top-bg.jpg);
    background-repeat: no-repeat;
    background-position: 15px -15px;
}
.bg-cc {
    background-image: url(../img/body-top-bg.png);
    background-repeat: no-repeat;
}
.bg_left {
    background-position: 15px bottom !important;
}
@media (max-width: 768px) {
    .bg {
        background-image: none;
    }
}
.fundo-parlamento-xs {
    background-image: url(../img/fundo_parlamento.jpg);
    background-repeat: no-repeat;
    background-position: 15px bottom;
    background-size: contain;
}
.top-menu {
    height: 60px
}

.top-menu ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    float: right
}

.top-menu ul li {
    float: left;
    font-family: 'Asap', sans-serif;
}

.top-menu ul li a {
    padding: 0 15px;
    color: #000;
    text-decoration: none
}

.top-menu ul li a:hover {
    color: #80b5d8
}
.top-social-search{
    padding-top: 99px;

}
.top-social {
    padding: 0;
}

.top-social ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.top-social li {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}

.top-social li a {
    position: relative;
    display: block;
    height: 29px;
    width: 29px;
    background-image: url(../img/social-icons.png);
    background-repeat: no-repeat;
    text-indent: -10000px;
    /*background-size*/
    -webkit-background-size: auto;
    background-size: auto
}

.vertical-align {
    display: flex;
    align-items: center;
}


.top-social-gepsd-search{
    padding-top: 99px;

}
.top-social-gepsd {
    padding: 0;
    max-height: 63px;
}

.top-social-gepsd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin-top: 13px;
}
.top-social-gepsd ul form{
    margin-top: 0px;
    padding-right: 0px;
}

.top-social-gepsd li {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}

.top-social-gepsd li a {
    position: relative;
    display: block;
    height: 29px;
    width: 29px;
    background-image: url(../img/social-icons.png);
    background-repeat: no-repeat;
    text-indent: -10000px;
    /*background-size*/
    -webkit-background-size: auto;
    background-size: auto
}
.facebook-icon {
    background-position: 0 0
}

.facebook-icon:hover {
    background-position: 0 -29px
}

.flickr-icon {
    background-position: -29px 0
}

.flickr-icon:hover {
    background-position: -29px -29px
}

.youtube-icon {
    background-position: -58px 0
}

.youtube-icon:hover {
    background-position: -58px -29px
}

.twitter-icon {
    background-position: -87px 0
}

.twitter-icon:hover {
    background-position: -87px -29px
}
.logo {
    padding-left: 30px;
    padding-top: 16px;
    height: 166px;
}
.foto_dep_container {
    min-height: 433px;
}
.foto_dep {
    position: absolute;
    bottom: -1px;
}
.top-search .input-group {
    width: 190px;
}
.inp-search{
    height: 28px;
}
.btn-search {
    padding: 3px 7px;

}
.gepsd-carousel-bg{
    background-color: #092d51;
    /*linear-gradient*/
    /*
    background: -webkit-linear-gradient(left, rgb(10, 48, 84) 0%, rgb(25, 94, 143) 100%);
    background: -o-linear-gradient(left, rgb(10, 48, 84) 0%, rgb(25, 94, 143) 100%);
    background: -ms-linear-gradient(left, rgb(10, 48, 84) 0%, rgb(25, 94, 143) 100%);
    background: -moz-linear-gradient(left, rgb(10, 48, 84) 0%, rgb(25, 94, 143) 100%);
    background: linear-gradient(to right, rgb(10, 48, 84) 0%, rgb(25, 94, 143) 100%);
    */
    /*background-size*/
    -webkit-background-size: contain;
    background-size: contain;

}
.bg-gepsd {
    background-image: url(../img/body-top-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    /*background-size*/
    -webkit-background-size: contain;
    background-size: contain;
}
.white-bg {
    background-color: #FFF;
}
.white-text {
    color: #FFF !important;
}
.bg-white-bar {
    background-image: url(../img/white.gif);
    background-repeat: repeat-x;
}
@media (max-width: 1200px) {
    .bg-white-bar {
        background-position-y: -13px;
    }
}
@media (max-width: 992px) {
    .bg-white-bar {
        background-position-y: -49px;
    }
}
@media (max-width: 768px) {
    .bg-white-bar {
        background-position-y: -62px;
    }
}
/*********
Navigation
**********/

/*** XS Navbar ***/
.navbar-xs-custom {
    font-family: 'Asap', sans-serif;
    background-image: url(../img/bg_navbar.png);
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    width: 100%;
    min-height: 63px;
    color: #FFF !important;
}
.navbar-xs-custom .navbar-brand,
.navbar-xs-custom .navbar-toggle
{
    color: #FFF;
}
/*** Regular Navbar ***/
.mep_name {
    float: left;
    color: #fff;
    font-size: 30px;
    font-style: italic;
    line-height: 54px;
}
.navbar-nav>li>a {
    line-height: 40px;
}
.navbar-custom {
    font-family: 'Asap', sans-serif;
    background-image: url(../img/bg_navbar.png);
    background-repeat: no-repeat;
    margin: 0 0 -1px 0;
    width: 100%;
    min-height: 63px;
}

.navbar-custom-gepsd {
    background-image: url(../img/bg_navbar_cc.png);
}

.navbar-custom .navbar-toggle {
    border-color: #addbff
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #204263
}

.navbar-custom .navbar-brand {
    color: #addbff
}

.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-custom .navbar-collapse, .navbar-custom .navbar-form {
    border-color: #addbff;
}

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

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #addbff
}
.ec-nav{
    max-height: 63px;
}
@media (min-width: 1200px) {
    .navbar-custom .ec-nav li {
        top: -5px;
        min-width: 182px;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 768px) {

}


.navbar-custom .ec-nav > li > a {
    text-align: center;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    height: 68px;
}
.navbar-menu-bottom {
    text-align: center;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    text-transform: none;

}


/*** DropDown ***/
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .nav > li > a:focus,
.navbar-custom .navbar-toggle,
.navbar-custom .nav .open>a,
.navbar-custom .nav .open>a:hover,
.navbar-custom .nav .open>a:focus {
    text-decoration: none;
    background-image: url(../img/bg_submenu_cc.png);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: transparent;
}

.navbar-custom .navbar-brand {
    color:#eeeeee;
    padding:20px;
}

.navbar-custom .icon-bar {
    border: 1px solid #fff;                
}

/*-- change navbar dropdown color --*/
.navbar-custom .navbar-nav .open .dropdown-menu-custom>li>a,
.navbar-custom .navbar-nav .open .dropdown-menu-custom {
    background-color: transparent;
    padding: 10px 15px;

}
.navbar-custom .navbar-nav .open .dropdown-menu-custom>li {
    min-width: 100%;
}

.navbar-custom .navbar-nav .open .dropdown-menu-custom>li>a {
    background-color: transparent;
    color: #fff;
    padding: 5px 0px;
    border-bottom: 1px solid #476180;
    font-style: italic;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
    white-space: initial !important;
}

.navbar-custom .navbar-nav .open .dropdown-menu-custom>li>a:hover {
    color: #CCC;
}
.navbar-custom .navbar-nav .open .dropdown-menu-custom>li:last-child>a {
    border-bottom: none;
}
.dropdown-menu-custom{
    background-image: url(../img/bg_submenu_cc.png);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: transparent;
    position: relative;
    top: -1px;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    width: 182px;
    padding: 0px 0px 0px 0px;
    margin: 12px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
}



/********
slider
********/
#video-wrapper {
    background-color: #E6EFF5;
    height: 50px;
    position: relative;
}
.video_scroll_left, .video_scroll_right {
    position: absolute;
    top: 0px;
    z-index: 99;
}
.video_scroll_left {
    left: 0px;
}
.video_scroll_right {
    right: 0px;
}
.float_left {
    float: left;

}
.video-scroll-content {
    height: 50px;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
}
.video_scroll_thumb {
    margin: 0px 9px 0px 9px;
}
.video_scroll_thumb img {
    -webkit-transition: border-color 200ms linear;
    -moz-transition: border-color 200ms linear;
    -o-transition: border-color 200ms linear;
    -ms-transition: border-color 200ms linear;
    transition: border-color 200ms linear;
    border: 1px solid #E6EFF5;
}.video_scroll_thumb img:hover {
    border: 1px solid #1f70a6;
}
.video_scroll_thumb:first-child {
    margin-left: 20px;
}
.video_scroll_thumb:last-child {
    margin-right: 20px;
}
.news_gepsd {
    background-color: #E6EFF5;
    padding: 15px;
}
.news_gepsd_date {
    font-size: 12px;
    color: #999;
    font-style: italic;
    font-weight: normal;
}
.news_gepsd>.innerWrap {
    padding-right: 15px;
}
.news_gepsd>.innerWrap a:hover{
    color: #f58220;
}
.news_gepsd>.innerWrap>.border-bottom {
    border-bottom: 1px dotted #5a96be;
}
#myCarousel {
    margin-top: 20px;
    height: 350px;
}
#myCarousel .carousel-inner {
    max-height: 100%;
}
@media (max-width: 768px) {
    #myCarousel {
        margin-top: 0px;
    }
    .slider-caption {
        padding: 0px 0px !important;
        text-align: left;
    }
    .slider-caption-gepsd {
        padding: 0px 0px !important;
        text-align: left;
    }
}

.slider-caption {
    padding: 0px 36px;
    text-align: left;
}

.slider-caption h1 {
    font-family: 'Asap', sans-serif;
    font-size: 38px;
    color: #1a5f98;
    font-weight: bold;
}

.slider-caption h2 {
    font-family: 'Asap', sans-serif;
    color: #666;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
}

.slider-caption>a {
    font-weight: bold;
    font-style: italic;
    color: #1a5f98;
    font-size: 12px;
}
.slider-caption-gepsd {
    padding: 0px 36px;
    text-align: left;
    padding-left: 60px;
}

.carousel-inner>div>a>img {
    padding-right: 60px;
    max-width: 475px !important;
    max-height: 269px !important;
}
.carousel-inner>div>img {
    padding-right: 60px;
    max-width: 475px !important;
    max-height: 269px !important;
}
.slider-caption-gepsd h1 {
    font-family: 'Asap', sans-serif;
    font-size: 34px;
    color: #FFF;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0px;
}

.slider-caption-gepsd h2 {
    font-family: 'Asap', sans-serif;
    color: #FFF;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.3;
}

.slider-caption-gepsd>a {
    font-weight: bold;
    font-style: italic;
    color: #FFF;
    font-size: 12px;
}

.carousel-control-custom {
    top: auto !important;
    bottom: 45px !important;
}
.carousel-caption {
    z-index: 10
}

.slider-inner > .item {
    min-height: 410px;
    overflow: hidden
}

.slide-item {
    padding: 20px
}

.slide-item img {
    height: 300px
}

.btn-ppe {
    font-style: italic;
    text-transform: capitalize;
    color: #80b5d8;
    text-decoration: none
}

.btn-ppe:hover {
    color: #addbff
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x
}

/*********
  Promo
********/

.promo-details h3 {

    font-family: 'Asap', sans-serif;
    color: #1f70a6;
    font-style: normal;
    font-weight: normal;
}

.promo-details p {
    font-family: 'Asap', sans-serif;
}

.promo {
    margin: 20px 0
}

.btn-ppe-promo {
    color: #f2632c;
    font-style: italic;
    font-weight: bold
}

.btn-ppe-promo:hover {
    color: #1F6EA4
}
/***********
Service
***********/


.service-top-bg {
    /*linear-gradient*/
    background: -moz-linear-gradient(0.75, 0.25);
    background: -o-linear-gradient(0.75, 0.25);
    background: -webkit-linear-gradient(0.75, 0.25);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, 0.75), color-stop(1, 0.25));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=0.75, EndColorStr=0.25)";
    background: linear-gradient(0.75, 0.25);
    background: -moz-linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -o-linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -webkit-linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E5 75%), color-stop(1, #A3B9DC 25%));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#E6E6E5 75%, EndColorStr=#A3B9DC 25%)";
    background: linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -moz-linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -o-linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -webkit-linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E5 75%), color-stop(1, #A3B9DC 25%));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#E6E6E5 75%, EndColorStr=#A3B9DC 25%)";
    background: linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -moz-linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -o-linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -webkit-linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E5 75%), color-stop(1, #A3B9DC 25%));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#E6E6E5 75%, EndColorStr=#A3B9DC 25%)";
    background: linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -moz-linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -o-linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -webkit-linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E5 75%), color-stop(1, #A3B9DC 25%));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#E6E6E5 75%, EndColorStr=#A3B9DC 25%)";
    background: linear-gradient(top, #E6E6E5 75%, #A3B9DC 25%);
    height: 100px
}

.service-top-bg h6 {
    font-weight: bold;
    font-size: 20px;
    padding: 8px
}

.service-top-bg a {
    text-decoration: none
}

.service-top-bg a:hover {
    color: #1f70a6
}

.service-top-bg img {
    float: right;
    height: 100px;
    width: 120px
}

.service {
    margin-bottom: 50px;
    padding: 40px 0 40px 0;
    border-top: 3px #005DA3;
    border-top-style: dotted;
    border-bottom: 3px #005DA3;
    border-bottom-style: dotted
}

.service-bottom {
    margin-top: 20px
}

#service-bottom-bg-1 {
    background-image: url(../img/s-1.png);
    background-repeat: no-repeat;
    /*background-size*/
    -webkit-background-size: 100%;
    background-size: 100%;
    height: 100px
}

#service-bottom-bg-1 h6 {
    font-weight: bold;
    font-size: 20px;
    padding: 12px
}

#service-bottom-bg-1 a {
    color: #fff;
    text-decoration: none
}

#service-bottom-bg-1 a:hover {
    color: #addbff
}

#service-bottom-bg-2 {
    background-image: url(../img/s-2.png);
    background-repeat: no-repeat;
    /*background-size*/
    -webkit-background-size: 100%;
    background-size: 100%;
    height: 100px
}

#service-bottom-bg-2 h6 {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 12px
}

.service-caption {
    font-size: 18px;
    font-weight: normal
}

#service-bottom-bg-2 a {
    color: #fff;
    text-decoration: none
}

#service-bottom-bg-2 a:hover {
    color: #addbff
}

#service-bottom-bg-3 {
    background-image: url(../img/s-3.png);
    background-repeat: no-repeat;
    /*background-size*/
    -webkit-background-size: 100%;
    background-size: 100%;
    height: 100px
}

#service-bottom-bg-3 h6 {
    font-weight: bold;
    font-size: 20px;
    padding: 12px
}

#service-bottom-bg-3 a {
    color: #fff;
    text-decoration: none
}

#service-bottom-bg-3 a:hover {
    color: #addbff
}

#service-bottom-bg-4 {
    background-image: url(../img/s-4.png);
    background-repeat: no-repeat;
    /*background-size*/
    -webkit-background-size: 100%;
    background-size: 100%;
    height: 100px
}

#service-bottom-bg-4 h6 {
    font-weight: bold;
    font-size: 20px;
    padding: 12px
}

#service-bottom-bg-4 a {
    color: #1074B5;
    text-decoration: none
}

#service-bottom-bg-4 a:hover {
    color: #addbff
}

/***********
Footer
**********/

.footer {
    background-color: #092d51;
    /*linear-gradient*/
    background: -webkit-gradient(linear, left top, right top, from(#092d50), to(#1f70a6));
    background: -moz-linear-gradient(left, #092d50, #1f70a6);
    background: -o-linear-gradient(left, #092d50, #1f70a6);
    background: -webkit-linear-gradient(left, #092d50, #1f70a6);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #092d50), color-stop(1, #1f70a6));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#092d50, EndColorStr=#1f70a6)";
    background: linear-gradient(left, #092d50, #1f70a6);
    background: -moz-linear-gradient(left, #092d50, #1f70a6);
    background: -o-linear-gradient(left, #092d50, #1f70a6);
    background: -webkit-linear-gradient(left, #092d50, #1f70a6);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #092d50), color-stop(1, #1f70a6));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#092d50, EndColorStr=#1f70a6)";
    background: linear-gradient(left, #092d50, #1f70a6);
    background: -moz-linear-gradient(left, #092d50, #1f70a6);
    background: -o-linear-gradient(left, #092d50, #1f70a6);
    background: -webkit-linear-gradient(left, #092d50, #1f70a6);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #092d50), color-stop(1, #1f70a6));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#092d50, EndColorStr=#1f70a6)";
    background: linear-gradient(left, #092d50, #1f70a6);
    background: -moz-linear-gradient(left, #092d50, #1f70a6);
    background: -o-linear-gradient(left, #092d50, #1f70a6);
    background: -webkit-linear-gradient(left, #092d50, #1f70a6);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #092d50), color-stop(1, #1f70a6));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#092d50, EndColorStr=#1f70a6)";
    background: linear-gradient(left, #092d50, #1f70a6);
    /*background-size*/
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: 20px;
    padding: 20px 0;
}

.footer-left {
    margin-bottom: 15px;
}
.footer-left ul {
    padding: 0px;
}

.footer-left a {
    color: #fff;
    text-decoration: none;
    padding: 15px;
}

.footer-left a:hover {
    color: #5A96BE
}

.footer-link {

}

.footer-link h4 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 18px
}

.footer-left ul {
    list-style: none;
}

.footer-left li {
    display: block;
    height: 32px;
    background-repeat: no-repeat;
    padding-left: 25px;
    /*background-size*/
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0px 0px;
    margin-bottom: 10px;
    line-height: 32px;
}
.footer-left li:hover {
    background-position-y: -32px !important;
}
.footer-left li.gepsd {
    background-image: url(../img/bottom_gepsd.png);
    height: 98px;
    margin-bottom: 40px;
    margin-top: 8px;
}
.footer-left li.gepsd:hover {
    background-position-y: 0px !important;
}
.footer-left li.print {
    background-image: url(../img/bottom_print.png);
}
.footer-left li.email {
    background-image: url(../img/bottom_email.png);
}
.footer-left li.save {
    background-image: url(../img/bottom_save.png);
}
.footer-left li.share {
    background-image: url(../img/bottom_share.png);
}
.footer-link ul {
    list-style: none;
    padding: 0;
    line-height: 1.8
}

.footer-link ul li {

}

.footer-link ul li a {
    color: #fff;
    text-decoration: none
}

.footer-link ul li a:hover {
    color: #8bb8ea
}

.footer-contact {

}

.contact h4 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 18px
}

.contact address {
    font-size: 14px;
    color: #fff
}

.contact address h5 {
    font-size: 17px;
    color: #fff
}
.copyright {
    color: #808182;
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
}
/***********
General
**********/
h1,h2,h3,h4,h5,h6 {
    font-family: 'Asap', sans-serif;
    color: #1f70a6;

}
.col-title {
    background-color: #1f70a6;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    padding: 7px 15px 7px 15px;
    border-radius: 4px;
}
.col-title.gepsd {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.breves a {

}
.breves a:hover {
    color: #f58220;

}
.border-bottom {
    border-bottom: 1px dotted #f58220;
    padding-bottom: 10px;

}
.border-bottom:last-child {
    border-bottom: none;

}
.no-padding-left {
    padding-left: 0px !important;
}
.submenu-title {
    background-color: #1f70a6;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 15px 7px 15px;
    border-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.submenu-content {

    background-color: #FFF;
}
.submenu-content ul {
    list-style: none;
    padding: 15px;
    line-height: 1.8
}
.submenu-content ul li {
    color: #999;
    font-size: 14px;
    border-bottom: 1px dotted #1f70a6;
}
.main-content-row {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 5px;
}
.main-conten-row-1stpage {
}   
.main-content-title {
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #1f70a6;
}
.post-title {
    font-style: italic;
    margin-top: 0px;
    border-bottom: 1px dotted #1f70a6;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.item-title {
    line-height: 1.2;
}
.post-date {
    font-style: italic;
    font-weight: bold;
    color: #666;
}
.post-body {
    color: #000;
    text-align: justify;
    margin-top: 25px;
    margin-bottom: 25px;
}
.post-body>[class^="col"] {
    padding-left: 0px !important;
}
.list-row {
    border-bottom: 1px dotted #1f70a6;
    margin-bottom: 10px;
    margin-top: 10px;
}
.breadcrumb-main {
    background-color: initial;
    padding: 8px 15px;
    margin-bottom: 0px;
    border-radius: 0px;
    color: #005DA3;
}
.breadcrumb-main>.active {
    color: #005DA3;
    font-weight: bold;
}

.breadcrumb-main>li+li:before {
    font-weight: normal;
    color: #005DA3;
    content: ">";
}
.red {
    color: red !important;
}
hr {
    border: 0;
    border-bottom: 1px dotted #1f70a6;
}
.album_thumb {
    margin-bottom: 30px;
}
.img-thumbnail:hover {
    border: 1px solid #005DA3;
}
.page-description {
    font-size: 14px;
    color: #333;
    font-style: normal;
}
.panel-title .small {
    margin-bottom: 10px;

}
.clear_left {
    clear: left;
}
.clear_right {
    clear: right;
}
.top_content_form {
    margin: 20px 0;
}
.fb-like {
    margin: 20px 0;
}
.tab-pane>.list-group>.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
