﻿/*---------offer--------*/

.offer
{
    margin: 200px 0 150px 0;
    background-image:url(../images/classroom.png);
	background-size: 1200px auto;
    background-repeat: no-repeat;
	background-position:center;
}
.row
{
	margin:initial !important;

}
.subscribe
{
	max-width:500px;
	margin-top: 80px;
	padding: 60px;
	background: #ffffff;
	margin-bottom: 20px;
	}
.subscribe a
{
	width: 150px;
	display:block;
	color:#fff !important;
	background:#000;
	text-decoration:none !important;
	padding: 5px;
	text-align:center;
	}
.offer img
{
	width: 300px;
	height: 400px;
	margin: -100px;
	margin-top: 150px;
}

/*---------多比課程--------*/

.fashion-brands
{
	margin: 150px 0 150px 0;
}
.brand-logo
{
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    margin: 50px auto 30px;
    box-shadow: 0px 2px 40px 0px rgba(110,130,208,0.18);
}
.brand-logo img
{
	width: 100px;
    height: 100px;
    margin: 50px auto;
}

.btn-buy
{
	width: 200px;
	padding: 10px 0px;
	outline: none !important;
	border: 0px;
	border-radius: 2px;
	position: absolute;
	background:#fff;
 	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	transition: .6s;
	opacity: 0;
	z-index: 1;
}
.btn-buy a:any-link 
{
    text-decoration: none;
    color: #000;
}
.brand-logo:hover .btn-buy
{
	transform: translate(-50%,50%);
	bottom: 50%;
	opacity:1;
}

.fashion-brands p
{
    margin-top: 30px;
    font-weight: bold;
}
