.col-lg-4.my-adjust {
    padding-left: 5px;
    padding-right: 5px;
}

.filter-result-container {
    margin-top: 20px;
}

.filter-result {
    margin-bottom: 10px;
    width: 100%;
    background-color: #F1C40E;
    color: #ffffff;
}

.filter-result.active {
    cursor: pointer;
}

.filter-result h1 {
    color: #ffffff;
}

.filter-result p {
    color: #ffffff;
}

.filter-result[data-serie=serie01dam] {
    background-color: #E67E22;
}

.filter-result[data-serie=serie02property] {
    background-color: #007B53;
}

.filter-result[data-serie=serie03marketing] {
    background-color: #0071BC;
}

.filter-result[data-serie=serie04retirement] {
    background-color: #9B59B6;
}

.filter-result .image {
    padding-top: -20px;
}

.filter-result .image img {
    width: 100%;
}

.filter-result .content {
    padding: 20px 25px 60px 25px;
}

.filter-result .title {
    font-family: 'open_sansbold', sans-serif;
    font-size: 3rem;
    font-weight: 600;
}

.filter-result .title span {
    font-size: 3rem;
    font-weight: 300;
}

.filter-result .subtitle {
    font-size: 1.2rem;
    font-weight: 600;
}

.filter-result .html .h1 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
}

.filter-result .html .p {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8rem;
}

.filter-result .nav {
    float: right;
    margin-right: 0;
    margin-left: 10px;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url('../../assets/images/i-right-w-c.png');
    background-size: cover;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.filter-result .nav.calendar {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    background-image: url('../../assets/images/i-calendar-w.png');
}

.filter-result .nav.twitter {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    width: 24px;
    background-image: url('../../assets/images/i-twitter-w.png');
}

.filter-result:hover .nav {
    opacity: 1;
    filter: alpha(opacity=100);
}

.animate-scale.ng-enter,
.animate-scale.ng-leave {
    -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    display: block;
}

.animate-scale.ng-leave-active,
.animate-scale.ng-enter {
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.animate-scale.ng-enter-active,
.animate-scale.ng-leave {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.checkbox.my-adjust label {
    color: #555555;
    margin-bottom: 0;
}

.checkbox.my-adjust label input {
    height: 16px;
    width: 16px;
    margin-top: 0;
}

.btn-group .btn.my-adjust {
    border-right-color: transparent;
    color: #555555;
}

.btn-group .btn.my-adjust:hover,
.btn-group .btn.my-adjust:focus {
    background-color: #ffffff;
}

.btn-group .btn.dropdown-toggle.my-adjust {
    border-left-color: transparent;
    border-right-color: #cccccc;
}

#leftside h1.my-adjust {
    margin-top: 0;
}

#archive ul {
	padding-left: 1em;
}

#archive ul li {
	cursor: pointer;
}

#archive ul li span:hover {
	text-decoration: underline;
}

#archive ul li {
    list-style-type: none;
}

#archive>ul>li ul {
	display: none;
}