


/*#############################################################################################################################*/
/* BOX_ONE */
/*#############################################################################################################################*/
.box_one_out {
    padding: 0px !important;
    margin: 0px !important;
    /*padding-right: 2px !important;*/
    margin-bottom: 10px !important;
}

.box_one_in {
    padding: 0px !important;
    margin: 0px !important;
}

.box_one_item {
    height: 150px;
    padding: 0px !important;
    margin: 0px !important;
    /*padding: 1px;*/
}

.box_one_div {
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid #dadada;
    /*margin: 1px;*/
}

    .box_one_div:hover {
        border: 1px solid #00719c;
    }

/*#############################################################################################################################*/









/*#############################################################################################################################*/
/* BOX_SLIDE_ONE */
/*#############################################################################################################################*/
.box_slide_one_out {
	padding: 2px !important;
}

.box_slide_one_in {
    overflow: hidden;
    position: relative;
}

.box_slide_one {
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 200px;
}

    .box_slide_one:hover .box_slide_one_title {
        bottom: 0px;
        height: 50%;
    }


.box_slide_one_title {
    position: absolute;
    bottom: -31px;
    height: 30px;
    width: 100%;
    line-height: 24px;
    transition: top .5s ease;
    z-index: 1;
    background: rgba(0, 0, 0, .2);
    transition: .5s ease;
}

    .box_slide_one_title p {
        padding: 3px;
        text-align: center;
        margin: 10px 0px 10px 0px !important;
        color: #ffffff;
        font-size: 12px;
        line-height: 14px;
        margin: 0px;
        padding: 0px;
        text-decoration: none;
    }
/*#############################################################################################################################*/


/*#############################################################################################################################*/
/* BOX_SLIDE_TWO */
/*#############################################################################################################################*/
.box_slide_two_out {
	padding: 2px !important;
}

.box_slide_two_in {
    overflow: hidden;
    position: relative;
}


.box_slide_two {
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 200px;
}

    .box_slide_two:hover .box_slide_two_title {
        top: 0px;
        height: 75%;
    }

    .box_slide_two:hover .box_slide_two_link {
        bottom: 0px;
        height: 25%;
    }

.box_slide_two_title {
    position: absolute;
    top: -150px;
    width: 100%;
    transition: top .5s ease;
    z-index: 1;
    background: rgba(0, 0, 0, .8);
    transition: .5s ease;
}

    .box_slide_two_title p {
        padding: 3px;
        text-align: center;
        margin: 10px 0px 10px 0px !important;
        color: #ffffff;
        font-size: 14px;
        font-family: 'Cuprum';
        line-height: 30px;
        margin: 0px;
        padding: 0px;
        text-decoration: none;
    }

.box_slide_two_link {
    height: 0px;
    position: absolute;
    bottom: -100px;
    width: 100%;
    line-height: 24px;
    transition: .5s ease;
    z-index: 1;
    background: rgba(0, 0, 0, .8);
    font-family: 'Cuprum';
    text-align: center;
    padding-top: 10px;
}

    .box_slide_two_link a {
        background: #ffffff;
        color: #4c4c4c;
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        text-decoration: none;
    }
/*#############################################################################################################################*/






/*#############################################################################################################################*/
/* CIRCLE_ONE */
/*#############################################################################################################################*/
.circle_one_out {
    padding: 10px 5px 10px 5px !important;
}


.circle_one_in {
    padding-top: 10px;
    height: 230px;
    width: 100%;
    overflow: hidden;
}

.circle_one {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin: 0px auto 0px auto;
}

.circle_one_title {
    margin: 10px 0px 10px 0px;
    width: 100%;
    text-align: center;
    color: #4c4c4c;
    font-size: 14px;
    font-family: 'Cuprum';
    text-decoration: none;
}

.circle_one_in:hover .circle_one {
    border: 1px solid #ffffff !important;
}

.circle_one_in:hover {
    background-color: rgba(255, 255, 255, 0.6);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
/*#############################################################################################################################*/












/*#############################################################################################################################*/
/* BOX_ONE */
/*#############################################################################################################################*/

.box_overlay_out {
	padding: 2px !important;
}

.box_overlay_in {
}

.box_overlay {
    float: left;
    border: 1px solid #e1e1e1;
    margin: 0px;
    height: 160px;
    padding: 0px;
    width: 100%;
}

.box_overlay_mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
}

    .box_overlay_mask:hover {
        opacity: 0;
        transition: opacity .99s ease;
        /* background: rgba(255, 255, 255, .0);*/
    }
/*#############################################################################################################################*/













/*#############################################################################################################################*/
/* LIST_BOX_ONE */
/*#############################################################################################################################*/

.list_box_one_out {
	padding: 2px !important;
}

.list_box_one_in {
}

.list_box_one_item {
    padding: 5px !important;

    float: left;
    overflow: hidden;
    height: 70px;
    line-height: 28px;
    font-size: 12px;
    color: #4c4c4c;
}

    .list_box_one_item:hover {
        background: #eeeeee;
    }

.list_box_one_content {
    border: 1px solid #eeeeee;
    color: #4c4c4c;
    text-decoration: none;
    height: 60px;
    background: #f5f5f5;
    line-height: 20px;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
}

    .list_box_one_content > p {
        margin: 5px 10px 5px 10px !important;
        line-height: 16px !important;
    }

.list_box_one_img {
    border: 1px solid #dadada;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    float: left;
}
/*#############################################################################################################################*/




/*#############################################################################################################################*/
/* LIST_BOX_TWO */
/*#############################################################################################################################*/

.list_box_two_out {
	padding: 2px !important;
}

.list_box_two_in {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.list_box_two_line {
    border: 1px solid #f2f2f2;
    float: left;
    margin: 0px;
    height: 160px;
    padding: 0px;
    width: 100%;
    margin: 0px auto 0px auto;
}

.list_box_two_line_title {
    position: absolute;
    min-height: 40px;
    text-align: center;
    width: 100%;
    min-height: 80px;
    line-height: 20px;
    color: #4c4c4c;
    font-size: 10px;
    bottom: 0px;
    background: rgba(0, 0, 0, .1);
}

    .list_box_two_line_title a, .list_box_two_line_title a:hover {
        color: #4c4c4c;
        text-decoration: none;
    }




/*#############################################################################################################################*/
/* TEXT_BOX_ONE */
/*#############################################################################################################################*/

.text_box_one_out {
}

.text_box_one_in {
}

.text_box_one_item {
    position: relative;
    height: 400px;
    /*border: 1px solid #000000;*/
    margin-bottom: 20px;
    padding: 0px 10px 10px 10px;
}

.text_box_one_img {
    height: 200px;
    /*border: 1px solid #000000;*/
}

.text_box_one_title {
    position: absolute;
    top: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0px 20px 0px 0px !important;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-family: 'Cuprum';
    color: #ffffff;
    /*border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;*/
}


.text_box_one_content {
    position: absolute;
    /*border: 1px solid #000000;*/
    border: 1px dotted #dadada;
    top: 160px;
    padding: 10px;
    font-size: 12px;
    height: 200px;
    font-family: 'Cuprum';
    /*font-family: 'Lucida Sans Unicode';*/
    text-align: justify;
    overflow: hidden;
    margin: 0px 20px 0px 10px !important;
    background-color: rgba(255, 255, 255, 0.9);
    /*background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);*/
}


.text_box_one_link {
    position: absolute;
    /*border: 1px solid #000000;*/
    bottom: 0px;
    right: 0px;
    margin: 0px;
    text-align: right;
    padding: 5px 20px 5px 20px;
    overflow: hidden;
}

    .text_box_one_link > .btn {
        background-color: transparent;
        color: #4c4c4c;
        height: 24px;
        background-color: rgba(0, 0, 0, 0.2);
    }


        .text_box_one_link > .btn:hover {
            background-color: rgba(0, 0, 0, 0.6);
            color: #ffffff;
        }


/*#############################################################################################################################*/










@media (max-width: 992px) {
    .box_slide_one_title {
        bottom: 0px;
    }
}
