﻿.rd:hover{
    color:blueviolet !important;
}
.rdl {
    font-size:12px !important;
}
.blink {
    color: #000066 !important;
}
.blink:hover {
    color: #006600 !important;
}
.box {
    transition: box-shadow .3s;
    display: block;
}

.box:hover, .box:focus {
    border-left: 1px solid #006600;
    cursor: pointer;
    /*    border-right: 1px solid #006600;
width: 99.8%;
box-shadow: 0 0 5px rgba(33,33,33,.2);*/
}
.bok {
    transition: box-shadow .3s;
    display: block;
}

.bok:hover, .bok:focus {
    box-shadow: 0 0 9px rgba(33,33,33,.2);
    cursor: pointer;
}
.boc {
    transition: box-shadow .3s;
}

.boc:hover, .boc:focus {
    box-shadow: 0 0 12px rgba(33,33,33,.2);
    cursor: pointer;
}
.icon {
    font-size: 18px !important;
}

.txtw {
    background-color: #ffffff !important;
}
.tx-13 a {
    color: #808080 !important;
}

    .tx-13 a:hover {
        color: #087514 !important;
    }
	.cs img{
		max-width:100%;
	}

.btn-info {
    border-radius: 24px;
    -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.linkbox-icon {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009933;
    background-color: #fff;
    border: 1px solid #009933;
}

.linkbox-icon > div {
    text-align: center;
}

.linkbox-icon span {
    display: block;
    margin-top: 10px;
}

.linkbox-icon i {
    line-height: 0;
    font-size: 60px !important;
}

.linkbox-icon:hover, .linkbox-icon:focus {
    background-color: #009933;
    color: #f4ee42 !important;
    font-weight:200 !important;
}
.cardbgimg {
    color: #fff;
    background-image: url(../img/bgtopcard2.jpg);
    background-size: cover;
    height: 170px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}
#pdf {
    width: 100%;
    height: 710px;
    margin: 2em auto;
    border: 3px solid #bdc3c7;
}

#pdf object {
        display: block;
        border: solid 1px #666;
        height: 100%;
        width: 100%;
    }

#pdf a {
        color: #3852ef;
        text-decoration: underline;
    }

.midle {
    /*Fade
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
*/
    /*slide*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.card:hover .midle {
    /*fade in     opacity: 1;*/
    /*slide*/
    bottom: 0;
    height: 100%;
}
.cardlnk {
    color:#fff;
}
.cardlnk:hover {
    color: #faeb40;
}
.textlnk {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.card_two .card_img {
    padding: 20px;
}

.card_one {
    transition: transform 0.5s;
}

.card_one::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .15);
    content: '';
    opacity: 0;
    z-index: -1;
}

.card_one:hover, .card_one:focus {
    transform: scale3d(1.006, 1.006, 1);
}

.card_one:hover::after, .card_one:focus::after {
    opacity: 1;
}

.card_two::before, .card_two::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.38s ease-in-out, transform 0.35s ease-in-out;
    content: '';
    opacity: 0;
    pointer-events: none;
}

.card_two::before {
    transform: scale3d(0, 1, 1);
    transform-origin: left top;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

.card_two::after {
    transform: scale3d(1, 0, 1);
    transform-origin: right top;
    border-right: 1px solid #acacac;
    border-left: 1px solid #acacac;
}

.card_two:hover::before, .card_two:focus::before, .card_two:hover::after, .card_two:focus::after {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.card_three::before, .card_three::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform 0.3s ease-out 0s;
    background: rgba(255, 255, 255, .1);
    content: '';
    pointer-events: none;
}

.card_three::before {
    transform-origin: left top;
}

.card_three::after {
    transform-origin: right bottom;
}

.card_three:hover::before, .card_three:focus::before, .card_three:hover::after, .card_three:focus::after {
    transform: scale3d(1, 1, 1);
}
    /* Carousel Fading slide */
    .carousel-fade .carousel-inner {
        background: #fff;
    }

/*.carousel-fade .carousel-control {
    z-index: 2;
}*/

.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  transition: opacity .75s ease-in-out;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .carousel-item.next,
    .carousel-fade .carousel-inner > .carousel-item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .carousel-item.prev,
    .carousel-fade .carousel-inner > .carousel-item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .carousel-item.next.left,
    .carousel-fade .carousel-inner > .carousel-item.prev.right,
    .carousel-fade .carousel-inner > .carousel-item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
