body {
    color: #8d8d8d;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    padding: 0;
}
a {
    color: #093eb6;
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}
.container {
    max-width: 100%!important;
    width: 1170px!important;
}
header {
    position: relative;
}
img {
    max-width: 100%;
}
ol,
ul {
    margin: 0px;
    padding: 0;
}
ul li,
ol li {
    color: #677078;
    line-height: 1.688;font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed";
    color: #2a2a2a;
}
p {
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px;
}
p+p:last-child {
    margin-bottom: 0;
}
blockquote {
    padding: 30px 35px;
    background: #ffda44;
    font-size: 20px;
    color: #675F3F;
    line-height: 1.455;
    text-align: left;
    margin: 0;
    border: none;
    font-style: italic;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.light{font-weight:100;}
section {
    padding: 80px 0;
}
.spacer-50 {
    display: block;
    clear: both;
    overflow: hidden;
}
.spacer-50 {
    height: 50px
}
@media all and (max-width: 991px) {
    section {
        padding: 60px 0;
    }
}
@media all and (max-width: 767px) {
    br {
        display: none;
    }
}
@media all and (max-width: 480px) {
    section {
        padding: 45px 0;
    }
}
.logo-top-info {
    padding: 25px 0;
}
.top-info {
    width: auto;
}
.top-info,
.social {
    float: left;
}
.top-info h3 {
    font-size: 15px;
    color: #093EB6;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}
.top-info p {
    margin-bottom: 0;
    font-size: 15px;
    color: #76797f;
    line-height: 1.4;
}
.top-info>div {
    padding: 0 20px;
    float: left;
    border-right: 1px solid #e9ecf2;
}
.top-info>div:last-child {
    border: none;
}
.top-info:after {
    content: "";
    display: block;
    clear: both;
}
.social ul.social-icons {
    padding-left: 15px;
}
.social ul.social-icons li {
    display: inline-block;
}
.social ul.social-icons li:last-child a {
    margin: 0;
}
.social ul.social-icons li a:hover {
    background: #093eb6;
}
.social ul.social-icons li a {
    color: #fff;
    font-size: 12px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(108, 108, 108, 0.65);
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.top-info-social {
    margin-top: 5px;
}
.top-info-social:after {
    content: "";
    display: block;
    clear: both;
}
@media all and (max-width: 1199px) {
    .top-info>div {
        padding: 0 16px;
    }
    .social ul.social-icons li a {
        margin-right: 10px;
    }
}
@media all and (max-width: 991px) {
    .logo-top-info {
        padding: 25px 0 0;
    }
    .logo {
        text-align: left;
        margin-bottom: 20px;
    }
    .top-info-social {
        display: none;
    }
}
@media all and (max-width: 479px) {
    .logo img {
        width: 180px;
    }
}
.main-menu {
    padding: 0;
    background: #f4f5f8;
}
ul.main-menu li a {
    font-size: 15px;
    font-family: "Roboto Condensed";
    color: #61656F;
    font-weight: bold;
    line-height: 1.467;
    text-transform: uppercase;
    padding: 20px 25px;
    display: block;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
ul.main-menu li:last-child a {
    padding-right: 0;
}
ul.main-menu li a:hover,
ul.main-menu li.active>a {
    color: #093eb6;
}
ul.main-menu>li {
    display: inline-block;
    padding: 0;
    position: relative;
}
ul.main-menu>li.dropdown ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index: 1000;
}
ul.main-menu>li.dropdown ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}
ul.main-menu>li.dropdown ul:before {
    content: "";
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -20px!important;
    left: 30px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
ul.main-menu>li.dropdown:hover ul,
ul.main-menu>li.dropdown:hover ul:before {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
i.fa.dropdown-toggle {
    display: none;
}
li.dropdown i.fa.dropdown-toggle {
    display: block;
    position: absolute;
    top: 49%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
    color: #aaa;
    cursor: pointer;
}
@media all and (max-width: 991px) {
    nav.navbar-collapse {
        position: absolute;
        right: 0px;
        top: 75px;
        width: 250px;
        opacity: 0;
        z-index: 1000;
        height: auto!important;
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        -ms-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }
    .navbar-collapse.collapse {
        display: none!important;
        padding: 0;
        overflow: inherit;
    }
    .navbar-collapse.collapsing {
        padding: 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        opacity: 1;
        right: 20px;
    }
    .navbar-toggle {
        display: block;
        right: 0;
        position: absolute;
        background: none;
        top: 0px;
        border: none;
        padding: 0 10px;
        margin: 21px 0;
    }
    .navbar-toggle span.icon-bar {
        background: #61656f;
        height: 3px;
    }
    ul.main-menu>li {
        display: block;
    }
    ul.main-menu {
        padding: 10px 0;
    }
    ul.main-menu>li>a {
        padding: 15px 10px;
    }
    ul.main-menu>li.dropdown ul {
        left: -30px;
    }
    ul.main-menu>li.dropdown:hover ul,
    ul.main-menu>li.dropdown:hover ul:before {
        visibility: hidden;
        opacity: 0;
        top: 100%;
    }
    ul.main-menu>li.dropdown.open ul,
    ul.main-menu>li.dropdown.open ul:before {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    ul.main-menu>li.dropdown.open ul {
        left: 0;
    }
}
.page-title {
    background: url(../../../images/page_title_bg.png) no-repeat left center;
    background-size: cover;
    padding: 70px 0;
}
.page-title h2.title {
    margin: 0 0 25px;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 1.26; text-transform:capitalize !important;
}
.page-title p.description {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0;
}
@media all and (max-width: 767px) {
    .page-title {
        padding: 70px 15px;
    }
}
@media all and (max-width: 480px) {
    .page-title h2.title {
        font-size: 42px;
        line-height: 1;
    }
    .page-title p.description {
        font-size: 16px;
    }
}
p.description a {
    text-decoration: underline;
    color: #e2ebff;
    display: inline-block;
}
p.description a:hover {
    color: #aaa;
}


.pre-footer>div {
    padding: 0;
}
.contact-box {
    padding: 30px 40px;
    background: #ffda44;
}
.pre-footer>div:nth-child(2n) .contact-box {
    background: #ffd427;
}
.pre-footer>div:nth-child(3n) .contact-box {
    background: #ffd013;
}
.contact-box i.fa {
    font-size: 20px;
    color: #000;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right;
}
.contact-details {
    padding-left: 35px;
}
h4.pre-footer-title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0 0 15px;
}
.contact-details p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.5;
    margin-bottom: 0;
}
footer .footer {
    padding: 0;
    background: #03153e;
}
footer .footer .widgets {
    padding: 0 0 70px;
}
footer .copyright {
    padding: 35px 0;
    background: #020e28;
}
.about-txt img {
    margin-bottom: 30px;
}
.about-txt p {
    color: rgba(255, 255, 255, 0.5);
}
.widgets-social a {
    background: #ffda44;
    width: 36px;
    height: 36px;
    color: #000;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 15px; font-weight:700;
}
.widgets-social a:last-child {
    margin: 0;
}
.widgets-social a:hover {
    transform: rotate(360deg);
    background: #EABA0E;
}
h2.widget-title {
    font-size: 20px;
    color: #fff !important;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0;
    text-transform: uppercase;
}
.quick-links ul li a,
.our-services ul li a {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
}
.quick-links ul li a:hover,
.our-services ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.newsletter p {
    color: rgba(255, 255, 255, 0.5);
}
.newsletter .form-group {
    margin-bottom: 15px;
}
.newsletter .has-error .help-block {
    color: #ECB100; font-size:14px; margin:20px 0 0;
}
.newsletter input {
    padding: 25px 15px;
    line-height: 48px;
    border: none; border-radius:0;
    font-size: 16px;
    width: 100%;
}
.newsletter button {
    font-size: 18px;
    font-family: "Roboto Condensed";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 48px;
    border: none;
    border-radius: 0;
    padding: 0;
    background: #ffd427;
}
.newsletter button:hover {
    background: #ECC124;
    color: #000;
    outline: none;
}
.copyright-bar p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.33);
    line-height: 1.857;
    margin-bottom: 0;
}
.copyright-bar a {
    color: rgba(255, 255, 255, 0.5);
    padding-right: 15px;
}
.copyright-bar a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.copyright-bar span {
    padding-right: 15px;
}
.row.pre-footer {
    position: relative;
    top: -73px;
}
@media all and (max-width: 1120px) {
    .contact-box {
        padding: 30px 18px;
    }
}
@media all and (max-width: 991px) {
    .widget {
        width: 84%;
    }
    h2.widget-title {
        margin-top: 0;
    }
    .copyright-bar>div {
        text-align: center;
        padding-top: 15px;
    }
    .copyright-bar>div:first-child {
        padding-top: 0;
    }
    .row.pre-footer {
        padding: 0 15px;
    }
    .pre-footer>div {
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    .widget {
        width: 96%;
        max-width: 500px;
        margin-bottom: 40px;
    }
    .widgets>div:last-child .widget {
        margin-bottom: 0;
    }
    .widgets-social {
        padding-bottom: 18px;
    }
}
@media all and (max-width: 480px) {
    .copyright-bar span {
        display: block;
        visibility: hidden;
        height: 5px;
    }
}
.btn{border-radius:3px;font-size:16px;font-family:"Roboto Condensed";font-weight:bold;line-height:48px;padding:0 22px;border:none;border:none;text-transform:uppercase;-webkit-transition:0.5s ease all;-o-transition:0.5s ease all;-moz-transition:0.5s ease all;-ms-transition:0.5s ease all;transition:0.5s ease all;}
.btn-block+.btn-block {
    margin-top: 10px;
}
a.btn.btn-block:nth-child(odd) {
    margin-bottom: 15px;
    margin-top: 30px;
}
a.btn.btn-block:first-child {
    margin-top: 0;
}
.sk-cube-grid {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}
.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ffda44;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: 1;
    z-index: 11111;
    height: 100%;
    overflow: hidden;
}



/* AGREGADOS */



.navbar-inner{display:none;}
/*** breadcrumb ****/
.breadcrumb0{background:#f4f5f8;margin:auto}
.breadcrumb1{max-width:100%!important;width:1170px!important;background:#f4f5f8;padding:19px 0;list-style:none;text-transform:uppercase;margin:auto;font-size:15px;}
.breadcrumb1 li{display:inline-block;}
.breadcrumb1 a{color:#61656f;font-weight:bold;}
.breadcrumb1 a:hover{color:#093eb6;}
.breadcrumb1 i{color:#bebebe;}
.breadcrumb1 .fa-home{padding:0 5px 0 15px;}
.breadcrumb1 .fa-chevron-right{padding:0 15px}
.breadcrumb1 .active{font-weight:bold;color:#61656f; cursor:default;}

.cd-top{display:inline-block;height:36px;width:36px;position:fixed;bottom:40px;right:10px;box-shadow:0 0 10px rgba(0,0,0,0.05);overflow:hidden;text-indent:100%;white-space:nowrap;background:#00A3EF url(../../../images/cd-top-arrow.svg) no-repeat center 50%;visibility:hidden;opacity:0;-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s;}.cd-top:hover{background-color:#0087C5;}.cd-top.cd-is-visible{visibility:visible;opacity:1;}
@media only screen and (min-width: 767px) {.cd-top{right:20px;bottom:20px;}}
@media only screen and (min-width: 1024px) {.cd-top {height:40px;width:40px;right:30px;bottom:30px;}}

.container1{margin:65px auto 175px}
#content {float:right; width:100%;max-width:75%; margin:auto; padding:0 30px 30px; background:#fff;}
#sidebar-a{float:left;width:100%;max-width:25%;margin:15px auto 0;}
.footer ul {list-style:none}
.blog{width:auto;}
.span6{margin:0 auto 50px;}
.layout-blog .bw-social-share,.view-search .bw-social-share{display:none}
.page-header{padding-bottom:9px;margin:0 0 20px !important;border-bottom:1px solid #eee}
#content h2 a{text-transform:uppercase; background:#ffda44; padding:10px; display:block}
#content h2 a:hover{background: #ECC124;}
#content ol,#content ul,.view-article #content ul,.view-article #content ol{ margin:20px 0 20px 40px;}
#content li{margin:0 0 10px 0;}
.iteart{display:inline-block; font-size:12px; padding:0 5px 0 0;}
.bg-int{display:block !important; width:100%; height:300px; background-size:cover; background-position:center center; background-repeat:no-repeat;border:1px solid #f4f4f4;margin:0 auto 20px;}
.bg-art{width:100%; height:400px; background-size:cover; background-position:center center; background-repeat:no-repeat;margin:0 auto 20px;}
.item-image img{display:none}
.view-article h2{text-transform:uppercase; color:#093EB6}
.view-article h3{ font-variant:small-caps;color:#093EB6}
/*** Buscador****/
.buscar{background:#f4f5f8; padding:10px 10px;}
.form-inline{position:relative;}
.form-inline .search-query{width:100%;color: #171D26; border:1px solid #093EB6; background:#fff;font-size: 16px; padding:15px 20px;transition-property: background;transition-duration: 0.35s;transition-timing-function: ease;transition-delay: 0s;}
.form-inline .search-query:focus{background:#f4f4f4;}
.form-inline label{display:none}
/*** Productos y servicios****/
.sidebar-blog-categories img{display:block; margin:20px auto}
.sidebar-blog-categories h3{text-transform:uppercase; font-size:1em; text-align:center; padding:15px 20px; margin:0 0 20px 0; border:1px solid #093EB6; letter-spacing:2px;color:#093EB6; background:#fff}
.sidebar-blog-categories ul{background:#f4f5f8; list-style:none}
.sidebar-blog-categories ul li a{font-size:17px;color:#61656F;padding:24px 30px 24px 40px;display:block;line-height:1;border-bottom:1px solid #fcfcfd; position:relative}
.sidebar-blog-categories ul li a::before{font-family: 'FontAwesome';content: "\f192";position:absolute;left:20px;top:24px; color:#ffda44}
.sidebar-blog-categories ul li a:hover{background:#e9e9e9;}
/*** Blog BT derecha****/
#btcontentslider91{width:auto;margin:20px auto;background:#f4f5f8; padding:15px 24px;}
#btcontentslider91 h3{text-transform:uppercase; font-size:1em; text-align:center; padding:15px 20px; margin:0 0 20px 0; border:1px solid #093EB6; letter-spacing:2px;color:#093EB6; background:#fff}
#btcontentslider91 .bt-row{width:auto;}
#btcontentslider91 .bt-inner{position: relative;margin:0 auto 20px;border-bottom:1px solid #ccc;}
#btcontentslider91 .bt-image-link{ width:100%;height:60px; display:block;overflow:hidden;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;transition:all .9s ease;}
#btcontentslider91 .texful{padding:20px;text-align:center;}
#btcontentslider91 .bt-title{font-size:.9em;color:#171D26;}
#btcontentslider91 .bt-extra span{font-size:.7em; display:inline-block;letter-spacing: 1px; padding:10px 0 0;}
#btcontentslider91 .bt-extra a,#btcontentslider91 .bt-extra {color:#676767;}
#btcontentslider91 .reds1{ display:none;}
#btcontentslider91 .readmore {margin:0;}
#btcontentslider91 .readmore a{display: inline-block; margin:10px auto 0; text-align: center;color: #093EB6; border: 1px solid #093EB6; font-size:.7em; padding: 5px 10px;font-weight: 200;text-decoration: none;border-radius: 10px;}
#btcontentslider91 .readmore a:hover{color: #fff; border: 1px solid #fff; background:#093EB6;border-radius: 0;}
#btcontentslider91 .readmore a:before{content: "Saber más";}
/* Buscador Resultados */
#searchForm{margin:30px 40px 30px 0; position:relative;}
#searchForm .inputbox {width:50%;color: #171D26; border:1px solid #093EB6; background:#fff;font-size: 16px; padding:15px 20px;transition-property: background;transition-duration: 0.35s;transition-timing-function: ease;transition-delay: 0s;}
#searchForm .inputbox:focus{background: #f4f4f4;}
.only,.phrases,.form-limit label,.searchintro,#searchForm .btn,.counter{ display:none;}
.search-results{padding-bottom:10px;}
.busgrup {background-color: #fff;margin-bottom: 30px; position:relative; padding:10px; width:auto; min-height:auto;border-bottom:1px solid #f4f4f4;}
.result-title a{ display:inline-block;}
.searh2 {font-size:20px; color:#214665;}
.result-category{display:none;}
.busgrup p{ font-size:14px;color:#808080; margin:0 0 10px 25px;}
.busgrup ol,.busgrup ul{ font-size:14px;color:#808080;margin:0 0 10px 35px;}
.busgrup li{ margin:0 0 3px 0;}
/*** PAGINATION ****/
.pagination {margin: -30px 0 30px 0;}
.pagination ul {display: inline-block;*display: inline;*zoom: 1;margin-left: 0;margin-bottom: 0;margin-top: 20px;}
.pagination ul > li {display: inline;}
.pagination ul > li > a, .pagination ul > li > span {float: left;text-decoration: none;display: block;padding: 10px 20px;color: #093EB6;border: 1px solid #f4f4f4; margin-right:15px;}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {color:#093EB6;border: 1px solid #093EB6;}
.pagination ul > .active > a, .pagination ul > .active > span {color: #fff; background:#093EB6;cursor: default;border:1px solid #f4f4f4;}
.pagination ul > .active > a:hover {color: #fff;cursor: default;}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {display:none;}
.pagination-centered {text-align: center;}
.pagination-right {text-align: right;}
.pagination-large ul > li > a, .pagination-large ul > li > span {padding: 11px 19px;font-size: 16.25px;}
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {-webkit-border-top-left-radius: 6px;-moz-border-radius-topleft: 6px;border-top-left-radius: 6px;-webkit-border-bottom-left-radius: 6px;-moz-border-radius-bottomleft: 6px;border-bottom-left-radius: 6px;}
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {-webkit-border-top-right-radius: 6px;-moz-border-radius-topright: 6px;border-top-right-radius: 6px;-webkit-border-bottom-right-radius: 6px;-moz-border-radius-bottomright: 6px;border-bottom-right-radius: 6px;}
.pagination-mini ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > a, .pagination-small ul > li:first-child > span {-webkit-border-top-left-radius: 3px;-moz-border-radius-topleft: 3px;border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-bottomleft: 3px;border-bottom-left-radius: 3px;}
.pagination-mini ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > a, .pagination-small ul > li:last-child > span {-webkit-border-top-right-radius: 3px;-moz-border-radius-topright: 3px;border-top-right-radius: 3px;-webkit-border-bottom-right-radius: 3px;-moz-border-radius-bottomright: 3px;border-bottom-right-radius: 3px;}
.pagination-small ul > li > a, .pagination-small ul > li > span {padding: 2px 10px;font-size: 12px;}
.pagination-mini ul > li > a, .pagination-mini ul > li > span {padding: 0 6px;font-size: 9.75px;}
@media all and (max-width: 767px) {
.container1{margin:25px auto 175px}
#content {float: none; width:100%;max-width:100%; margin:auto; padding:0 0 0; background:#fff}
#content img{float: none !important;}
#sidebar-a{float: none;width:100%;max-width:300px;margin:50px auto 0;}
#content h2 a{font-size:20px}
.view-article h2{font-size:25px}
#searchForm .inputbox {width:100%; max-width:300px;}
.searh2 {font-size:16px;}
.result-title a{font-size:16px;}
.busgrup p{margin:0 0 10px 10px;}
.busgrup ol,.busgrup ul{ margin:0 0 10px 20px;}
.logo-top-info .logo{padding:0;}
.view-article .activesp{ display:block !important; padding:0 20px}
}
/* Fonts */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;}
.fa {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);}
.fa-map-marker:before {content: "\f041";}
.fa-phone:before {content: "\f095";}
.fa-facebook:before{content:"\f09a"}
.fa-twitter:before{content:"\f099"}
.fa-linkedin:before{content:"\f0e1"}
.fa-instagram:before{content:"\f16d"}
.fa-chevron-right:before{content:"\f054"}
.fa-home:before{content:"\f015"}
.fa-user:before{content:"\f007"}
.fa-calendar:before{content:"\f073"}
.fa-chevron-left:before{content:"\f053"}
.fa-dot-circle-o:before{content:"\f192"}
.fa-search:before{content:"\f002"}

.bot-lp{ width: 100%;position: fixed;left: 0;bottom: 10px;text-align: center; z-index: 999}
.bot-lp a{display: inline-block; margin: auto; color: #fff;font-size: 1.5rem;border: 1px solid #4DBA32;padding: 15px 25px;
 font-weight: bold;border-radius: 3px;background: rgba(77,186,50, .8);box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; letter-spacing: .2em}
.bot-lp a:hover {background-position: 0 -50px;transition: all .3s;background: rgba(77,186,50, 1);}  
.bot-lp a span{ display:block; }
.cd-top{z-index: 9999;}
