

#home {
	position: relative;
	text-align: right;
	padding: 140px 0;
}

#home .second_title {
	margin-top: 100px;
	font-family: alpha_slab;
	font-size: 19px;
	color: #545454;
}

#home .text {
	font-family: arial;
	font-size: 14px;
	color: #ffffff;
}

#home .main_title {
    text-align: center;
    line-height: 40px;
	font-family: alpha_slab;
	font-size: 31px;
	color: #545454;
	text-transform: uppercase;
}

#home .emphasis {
	font-size: 50px;
	color: #fff;
}

#home .video {
	text-align: center;
}

#home .video .fancybox_youtube img { max-width: 100%; }




@media (max-width: 1199px) {
    #home {
        padding-top: 0;
        padding-bottom: 30px;
    }
    
    #home .second_title { margin-top: 60px; }
}


@media (max-width: 767px) {
    #home .main_title {
        font-size: 28px;
        line-height: 34px;
    }
    
    #home .emphasis { font-size: 30px; }
}