.alert.alert-info a h4 strong{
    font-weight: 500 !important;
}
.alert.alert-info a h4{
    color: #fff !important;
}
.alert-info{
    margin-top: 13px;
    margin-bottom: 13px;
    background: -webkit-linear-gradient(
110deg
, #c0392b 60%, #de6437 60%);
    background: -o-linear-gradient(110deg, #c0392b 60%, #de6437 60%);
    background: -moz-linear-gradient(110deg, #c0392b 60%, #de6437 60%);
    background: linear-gradient(
110deg
,#c0392b 60%,#de6437 60%);
    color: #fff !important;
}
.img-logo-judul{
    width: 64%;
}
.pt-60-mobile-none{
    padding-top: 140px;
}
/* Slide */
@media only screen and (max-width: 600px) {
    .work-navigation a{
        font-size: 5px;
    }
    .work-navigation a span i{
        font-size: 20px !important;
    }
    .post-prev-info, .post-prev-info a img{
        width: 100% !important;
    }
    .button.small{
        font-size: 8px;
        padding: 4px 10px 4px 10px;
    }
    #main-menu .sub, #main-menu .parent .sub, #main-menu .parent:hover .sub{
        display: block !important;
    }
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo-img{
        height: 40px !important;
    }
    .page-title-small .page-title{
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .img-logo-judul{
        width: 100%;
    }
    .pt-60{
        padding-top: 10px;
    }
    .slider, .slider > div{
        height: 214px !important;
    }
    .norm-50-wide{
        font-size: 8px !important;
    }
    .norm-50-wide, .norm-43-wide{
        line-height: 14px !important;
    }
    .pt-60-mobile-none{
        padding-top: 0px;
    }
}
.slider, 
.slider > div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 560px;
    /* height: 100vh; *//* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.slider > div {
    position: absolute;
}

.slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}

.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
}

.slider > i.right:hover {
    transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}

.slider:hover > div {
    transform: scale(1.01);
}

.hoverZoomOff:hover > div {
    transform: scale(1);
}

.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

.slider > ul > li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider > ul > .showli {
    background-color: #7EC03D;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.slider > ul > li:hover {
    background-color: #7EC03D;
}

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}

.showArrows > .left {
    left: 0;
}

.showArrows > .right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
    opacity: 0;
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

.slider > div span {
    display: block;
    background: rgb(99,101,102);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 100%;
}


@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(.6);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

/* -------------------------------------- */

#slider2 {
    max-width: 30%;
    margin-right: 20px;
}

.row2Wrap {
    display: flex;
}


/*  */
.card__small-item {
    width: 100%;
    height: 160px;
    background: rgb(133,27,30);
background: radial-gradient(circle, rgba(133,27,30,1) 0%, rgba(80 0 3) 100%);
    border-radius: 8px;
    opacity: 1;
    color: #fff;
    margin-right: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.header-1 #main-menu .nav.navbar-nav{
    margin-right: 0px !important;
}
.page-title-small{
    padding-top: 0px;
    padding-bottom: 10px;
}
.img-beranda{
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
.box-post{
    min-height: 120px;
}
.post-prev-title h3{
    font-family: 'Lato' !important;
    text-transform: uppercase;
    font-size: 18px;
}
.font-white{
    color: #fff !important;
}
h2.pt-title{
    font-size: 16px !important;
    line-height: 24px;
    margin: 0px;
}
.social-icons {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.social-icon-youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    color: #fff;
    margin: 0px 0px 0px 10px;
    background-color: #ec432d;
    border: .1rem solid #ec432d;
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    transition: all .35s ease;
}
.social-icon-twitter {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    color: #fff;
    margin: 0px 0px 0px 10px;
    background-color: #38A2F2;
    border: .1rem solid #38A2F2;
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    transition: all .35s ease;
}
.social-icon-instagram {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    color: #fff;
    margin: 0px 0px 0px 10px;
    background-color: #EA508A;
    border: .1rem solid #EA508A;
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    transition: all .35s ease;
}
.social-icon-email {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    color: #fff;
    margin: 0px 0px 0px 10px;
    background-color: #EC4434;
    border: .1rem solid #EC4434;
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    transition: all .35s ease;
}
.social-icon-default {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    color: #fff;
    margin: 0px 0px 0px 10px;
    background-color: #000;
    border: .1rem solid #000;
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    transition: all .35s ease;
}
.social-icon-facebook {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    color: #fff;
    margin: 0px 0px 0px 10px;
    background-color: #1877f2;
    border: .1rem solid #1877f2;
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    transition: all .35s ease;
}
.btn-share-facebook{
    background-color: #1877F2;
}
body {
    /*font-family: 'Lato', Arial, Helvetica, sans-serif;*/
    font-family: 'Roboto';
}
button.close{
    background: linear-gradient(to right,#ab2f26 0%, #de6437 51%, #ee5253 100%);
    padding: 4px 10px 4px 10px;
    border-radius: 50%;
}
.button.cyan{
    background: #51ab6e;
    font-weight: bold !important;
    text-transform: uppercase;
}
.close{
    font-size: 26px;
    opacity: 1;
    color: #fff !important;
}
.modal-backdrop.in{
    opacity: 0.8 !important;
}
.close:hover{
    color: #9E1E21;
    opacity: 1;
}
.no-margin{
    margin: 0 auto;
}
.img-detail-pelatihan{
    border-radius: 10px;
    width: 100% !important;
    height: auto;
    max-height: 300px !important;
    object-fit: cover;
}
.img-kegiatan{
    border-radius: 6px;
}
.img-kegiatan:hover{
    opacity: 0.8;
}
.img-banner{
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.img-banner:hover{
    opacity: 0.8;
}
.btn-info{
    margin: 20px 0px 10px 0px;
}
.box-service {
    border-radius: 8px;
    padding: 20px 10px 10px 10px;
    min-height: 130px;
    background: #e0e0e0;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  }
  .pt-120-b-100-cont{
      padding-top: 0px;
  }
  a span.bold{
      color: #4b4e53 !important;
  }
  .color-icon{
    color: #de6437;
    margin-bottom: 5px;
    font-size: 38px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
.icon-arrows-down:before{
    background: #ab2f26;
    color: #fff;
}
.sm-img-bg-fullscr{
    background-image: url('https://dev.tpakdjateng.org/images/slideshow/slider.png');
    height: 770px !important;
}
#counter-1 .row > div{
    border-left:none;
}
.count-number:hover{
border:1px solid #eee;
box-shadow: 0 1px 6px 0 rgba(49,53,59,0.12);
border-radius: 8px;
box-shadow: 0 1px 6px 0
rgba(49,53,59,0.12);
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
height: 80px;
box-sizing: border-box;
padding: 8px;
margin: 0 4px;
}
.judul::before{
    content: " ";
    padding: 3px;
    width: 105px;
    position: relative;
    display: flex;
    top: -0;
    margin: auto;
    border: 2px solid #ab2f27;
    border-bottom-color: rgb(238, 99, 73);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom: none;
}
.judul::after{
    content: "";
    padding: 3px;
    width: 105px;
    position: relative;
    display: flex;
    bottom: -8px;
    margin: auto;
    border: 2px solid #ab2f27;
    border-top-color: rgb(238, 99, 73);
    border-top-style: solid;
    border-top-width: 2px;
    border-top: none;
}
.button.blue{
    background-color:none;
    background: -webkit-linear-gradient(110deg, #c0392b 60%, #de6437 60%);
    background: -o-linear-gradient(110deg, #c0392b 60%, #de6437 60%);
    background: -moz-linear-gradient(110deg, #c0392b 60%, #de6437 60%);
    background: linear-gradient(110deg,#c0392b 60%,#de6437 60%);
    color:#fff;
    font-weight:bold;
}
.bg-pattern::before{
      top: 7.063rem;
right: -5.125rem;
}

.bg-pattern::before{
    content: "";
    background: url(https://bisma.bekraf.go.id/img/pattern-gold.svg) no-repeat;
   width: 23.25rem;
    height: 8.625rem;
    position: absolute;
    z-index: 999;
     -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.bg-pattern::after{
       left: -1rem;
bottom: 0.688rem;
}

.bg-pattern::after{
    content: "";
    background: url(https://bisma.bekraf.go.id/img/pattern-gold.svg) no-repeat;
   width: 100%;
height: 10.625rem;
    position: absolute;
    z-index: 999;
}
.button.blue.hover-thin{
    border-color: #c0392b;
}
.button.blue.hover-thin:hover{
    background: none;
    border: 2px solid #c0392b;
    color:#c0392b;
}
.garis{
    border:3px solid rgb(236, 240, 241, 1);
    border-radius:5px;
    color: inherit;
    padding:10px;
    width:auto;
}
.kotak{
    padding:10px;
}
.header.no-transparent .logo-2{
    width:370px;
}
.affix.header {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: 800ms;
    animation-timing-function: linear;
    -moz-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -12px 
rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.norm-50-wide {
   margin:0px;
   text-transform: uppercase;
  font-family:'Roboto';
  text-align:center;
  color:#fff !important;
  font-weight:bold !important;
  font-size:30px;
  letter-spacing: normal !important;
}
.norm-50-des{
     margin:0px;
  font-family:'Roboto';
  text-transform: uppercase;
  text-align:center;
  color:#fff !important;
  font-weight:bold !important;
  font-size:20px !important;
}
.bg-hitam:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(30, 39, 46, 0.5);
    background-image: linear-gradient( 45deg, black 15%, transparent 15%, transparent 85%, black 85%, black), linear-gradient( 45deg, black 15%, transparent 15%, transparent 85%, black 85%, black), linear-gradient(-45deg, black 15%, transparent 15%, transparent 85%, black 85%, black), linear-gradient(-45deg, black 15%, transparent 15%, transparent 85%, black 85%, black);
    background-size: 2px 2px;
}
.heading {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 3.5rem 0;
	color: #1a1a1a;
}

.heading span {
	display: block;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	/* Compensate for excess margin on outer gallery flex items */
	margin: -1rem -1rem;
}

.gallery-item {
	/* Minimum width of 24rem and grow to fit available space */
	flex: 1 0 24rem;
	/* Margin value should be half of grid-gap value as margins on flex items don't collapse */
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}

.box-services:hover{
        background:#fff;
        padding:10px;
        border-radius:3px;
        width:100%;
    }
    .box-services{
        border:1px solid #eee;
        padding:10px;
    }
    .box-logo:hover{
        -webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }
.kotak{
    margin-bottom:;
}
rect {
    height: 600px;
}
.top-bar-section li .fa{
    font-size:16px;
   
}
/*#tombol-f {*/
/*    background:#3b5998;*/
/*}*/
/*#tombol-f{*/
/*    font-size:20px;*/
/*        padding: 10px;*/
/*    overflow: hidden;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    text-transform: uppercase;*/
/*    outline: none;*/
/*    position: relative;*/
/*    color:#fff;*/
/*    margin: 0 auto;*/
/*    margin-top: 10px;*/
/*    display: inline-block;*/
/*    letter-spacing: .1rem;*/
/*}*/
/*#tombol-f:hover{*/
/*    background :#fff;*/
/*    color:#3b5998;*/
/*}*/

/*#tombol-t {*/
/*    background:#55acee;*/
/*}*/
/*#tombol-t{*/
/*    font-size:20px;*/
/*        padding: 10px;*/
/*    overflow: hidden;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    text-transform: uppercase;*/
/*    outline: none;*/
/*    position: relative;*/
/*    color:#fff;*/
/*    margin: 0 auto;*/
/*    margin-top: 10px;*/
/*    display: inline-block;*/
/*    letter-spacing: .1rem;*/
/*}*/
/*#tombol-t:hover{*/
/*    background :#fff;*/
/*    color:#55acee;*/
/*}*/

/*#tombol-i{*/
/*    background:#e4405f;*/
/*}*/
/*#tombol-i{*/
/*    font-size:20px;*/
/*        padding: 10px;*/
/*    overflow: hidden;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    text-transform: uppercase;*/
/*    outline: none;*/
/*    position: relative;*/
/*    color:#fff;*/
/*    margin: 0 auto;*/
/*    margin-top: 10px;*/
/*    display: inline-block;*/
/*    letter-spacing: .1rem;*/
/*}*/
/*#tombol-i:hover{*/
/*    background :#fff;*/
/*    color:#e4405f;*/
/*}*/

/*#tombol-y{*/
/*    background:#cc0000;*/
/*}*/
/*#tombol-y{*/
/*    font-size:20px;*/
/*        padding: 10px;*/
/*    overflow: hidden;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    text-transform: uppercase;*/
/*    outline: none;*/
/*    position: relative;*/
/*    color:#fff;*/
/*    margin: 0 auto;*/
/*    margin-top: 10px;*/
/*    display: inline-block;*/
/*    letter-spacing: .1rem;*/
    
/*}*/
/*#tombol-y:hover{*/
/*    background :#fff;*/
/*    color:#cc0000;*/
/*}*/
/* Style the tab */

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
}


/* Style the buttons inside the tab */

.tab button {
    background: #f1f2f3;
    color: #666;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 15px 15px;
    width: 100%;
    border-color: #b31417;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    font-weight:bold;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
    padding-left: 10px;
    transition: color .2s ease 0s, padding .3s ease 0s;
}


/* Create an active/current "tab button" class */

.tab button.active {
     background: -webkit-linear-gradient(110deg, #c0392b 60%, #de6437  60%);
  background: -o-linear-gradient(110deg, #c0392b 60%, #de6437  60%);
  background: -moz-linear-gradient(110deg, #c0392b 60%, #de6437  60%);
  background: linear-gradient(110deg,#c0392b 60%,#de6437  60%);
    color: #fff;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    max-width:1170px;
    width:100%;
    min-height: auto;
}

.logo-img {
    height: 100px;
    padding:0px;
}

.judul-services {
    color: #fff !important;
}

span .warna {
    color: #fff;
}


 .bg-jateng{
background-color: #f2f2f2;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
} 

.bg-wadah {
  background-color: #f2f2f2;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-wadah:after{
 /*   content: '';*/
	/*display: block;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*right: 0;*/
	/*top: 0;*/
	/*bottom: 0;*/
	/*background: rgba(127, 127, 127, 0.5);*/
	/*background-image:*/
	/*	linear-gradient( 45deg, black 15%, transparent 15%, transparent 85%, black 85%, black),*/
	/*	linear-gradient( 45deg, black 15%, transparent 15%, transparent 85%, black 85%, black),*/
	/*	linear-gradient(-45deg, black 15%, transparent 15%, transparent 85%, black 85%, black),*/
	/*	linear-gradient(-45deg, black 15%, transparent 15%, transparent 85%, black 85%, black);*/
	/*background-size: 2px 2px;*/
}

.garis-judul {
    margin-left: calc(50% - 40px);
    width: 80px;
    height: 3px;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 50px;
}
.garis-judul2 {
    margin-left: calc(50% - 40px);
    width: 80px;
    height: 3px;
    background-color: #000;
    margin-top: 15px;
    margin-bottom: 50px;
}

.main-menu-container {
    /*margin-top: 30px;*/
}

#main-menu .navbar .nav>li>a {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 13px;
    letter-spacing: normal;
    margin: 0 8px 17px 12px;
    text-transform: uppercase;
}

.header-1 #main-menu .navbar .nav>li.current>a {
    padding: 8px 10px 8px 10px;
    margin: 35px 12px 14px 12px;
    border-radius: 5px;
    border-bottom: 2px solid #9E1E21;
    color: #fff;
    font-weight:bold;
    background: -webkit-linear-gradient(110deg, #c0392b 60%, #de6437  60%);
  background: -o-linear-gradient(110deg, #c0392b 60%, #de6437  60%);
  background: -moz-linear-gradient(110deg, #c0392b 60%, #de6437  60%);
  background: linear-gradient(110deg,#c0392b 60%,#de6437  60%);
}

.affix.header-1 #main-menu .navbar .nav>li.current>a {
    padding: 8px 10px 8px 10px;
    margin: 35px 12px 14px 12px;
    border-bottom: 2px solid #9E1E21;
}

.#main-menu .navbar .nav>li:hover>a {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border-bottom: 2px solid #9E1E21;
}

.top-bar {
    background-image: linear-gradient(to right,#ab2f26 0%, #de6437 51%, #ee5253 100%);
}

.top-bar-section li {
    font-family: 'Lato';
    font-size: 14px;
    letter-spacing: normal;
}

.bgreddd {
    background-color: #9E1E21 !important;
    letter-spacing: normal;
    color: #FFF !important;
}