
@CHARSET "UTF-8";

.box {
/*     font-family: "Raleway",Helvetica,Arial,Lucida,sans-serif; */
	font-family: 'Nunito', sans-serif;
}

.box {
/*     font-family: "Raleway",Helvetica,Arial,Lucida,sans-serif; */
	font-family: 'Nunito', sans-serif;
    position: relative;
    margin-bottom: 10px;
/*     min-width: 270px; */
}

.box .box-title {
    z-index: 9;
    color: white;
    font-size: 11px;
    font-weight: 700;   
    height: 33px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: auto;
}

.box .box-content {
    padding-top: 10px;
    position: relative;
    border-top: 7px solid #0075b8;
    padding-top: 25px;
    cursor: pointer;
}

.box .box-content:ACTIVE {
	background-color: #e0e0e0;
}
.box .box-title .left {
    background: rgba(0, 0, 0, 0) url("../img/titleBgLeft.png") no-repeat scroll 0 0 / auto 33px;
    display: inline-block;
    float: left;
    height: 33px;
    width: 10px;
}

.box .box-title .center {
    background: rgba(0, 0, 0, 0) url("../img/titleBgCenter.png") repeat scroll 0 0 / auto 33px;
    display: inline-block;
    float: left;
    height: 33px;
    line-height: 26px;
    padding-right: 5px;
    vertical-align: top;
    letter-spacing: 0.05em;
}

.box .box-title .right {
    background: rgba(0, 0, 0, 0) url("../img/titleBgRight.png") no-repeat scroll right top / auto 33px;
    display: inline-block;
    float: left;
    height: 33px;
    width: 29px;
}

.box .box-content img {
    height: auto;
	padding: 10px;
	width: 114px;
	height: 114px;
}
/* .box img { */
/*     display: block; */
/*     margin-left: auto; */
/*     margin-right: auto; */
/*     height: auto; */
/*     width: 92px; */
/* } */

/* */
.mr-xs{
	margin-right: 5px !important;
}

.mr-sm{
	margin-right: 10px !important;
}

.mr-md{
	margin-right: 20px !important;
}

.mr-lg{
	margin-right: 40px !important;
}

.mr-xl{
	margin-right: 80px !important;
}

.ml-xs{
	margin-left: 5px !important;
}

.ml-sm{
	margin-left: 10px !important;
}

.ml-md{
	margin-left: 20px !important;
}

.ml-lg{
	margin-left: 40px !important;
}

.ml-xl{
	margin-left: 80px !important;
}