@charset "utf-8";
/* CSS Document */
#tks .w-100 {
    width: 100%;
}
#tks a:hover img {
    opacity: 0.5;
}
#tks a img {
    transition: opacity 0.3s ease-out;
}
#tks .tks-inner {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
#tks .tks-cell {
    margin: 0 6.6666%;
}
#tks .mb-20 {
    margin-bottom: 20px !important;
}
#tks .mb-30 {
    margin-bottom: 30px !important;
}
#tks .mb-40 {
    margin-bottom: 40px !important;
}
#tks .mb-50 {
    margin-bottom: 50px !important;
}
#tks .mb-60 {
    margin-bottom: 60px !important;
}
#tks .mb-70 {
    margin-bottom: 70px !important;
}
#tks .mb-80 {
    margin-bottom: 80px !important;
}
#tks .mb-100 {
    margin-bottom: 100px !important;
}
#tks .mb-130 {
    margin-bottom: 130px !important;
}
@media (max-width: 750px) {
    #tks .mb-20 {
        margin-bottom: 4% !important;
    }
    #tks .mb-30 {
        margin-bottom: 5% !important;
    }
    #tks .mb-40 {
        margin-bottom: 6% !important;
	}
	#tks .mb-50 {
        margin-bottom: 7% !important;
    }
    #tks .mb-60 {
        margin-bottom: 8% !important;
	}
	#tks .mb-70 {
        margin-bottom: 9% !important;
    }
    #tks .mb-80 {
        margin-bottom: 10% !important;
	}
	#tks .mb-100 {
        margin-bottom: 12% !important;
    }
	#tks .mb-130 {
        margin-bottom: 15% !important;
    }
}