/*==================================
=            Main Title            =
==================================*/

/*----------  Main Title Default  ----------*/
.sc_main_title {
	margin-bottom: 50px;
	padding-bottom: 15px;
    margin-top: -10px;
}
.slz-main-title {
	position: relative;
	font-family: 'Lato', sans-serif;
}
.slz-main-title:before {
	position: absolute;
	left: 0;
	bottom: -15px;
	content: '';
	width: 60px;
	height: 1px;
	background-color: #ffc80a;
	border: 1px solid #ffd33b;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
.slz-main-title .subtitle {
	font-size: 87px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #404040;
	opacity: 0.05;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.slz-main-title	.subtitle + .title {
	color: #3a3d4b;
	position: relative;
    padding: 0;
    text-transform: none;
}
.text-c .slz-main-title .subtitle{
	left: 50%;
	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.slz-main-title .title .main-color {
	color: #ffc80a;
}
/*----------  Main Title Style 1  ----------*/
.sc_main_title.style-1 .slz-main-title:before {
	content: none;
}
/*----------  Main Title Style 2  ----------*/
.sc_main_title.style-2 .slz-main-title {
	padding-bottom: 15px;
	margin-bottom: 45px;
}
.sc_main_title.style-2 .slz-main-title .subtitle {
	font-size: 16px;
    opacity: 0.5;
    margin-bottom: 10px;
    letter-spacing: 2px;
    line-height: 1;
    position: relative;
    transform: none;
    color: #404040;
}
.sc_main_title.style-2 .slz-main-title .subtitle + .title {
	position: relative;
    transform: none;
    font-size: 35px;
    padding: 0;
    top: auto;
}
/*----------  Main Title Style 3  ----------*/
.sc_main_title.style-3 .slz-main-title:before {
	content: none;
}
.sc_main_title.style-3 .slz-main-title .subtitle {
	font-size: 16px;
    opacity: 0.5;
    margin-bottom: 10px;
    letter-spacing: 2px;
    line-height: 1;
    position: relative;
    transform: none;
    color: #404040;
}

.sc_main_title.style-3 .slz-main-title .subtitle + .title {
	top: auto;
    position: relative;
    transform: none;
    font-size: 35px;
    padding: 0;
}

/*----------  Main Title Center  ----------*/
.sc_main_title.text-c .slz-main-title:before {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.sc_main_title.style-2.text-c .slz-main-title .title,
.sc_main_title.style-3.text-c .slz-main-title .title {
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
/*----------  Main Title Right  ----------*/
.sc_main_title.text-r .slz-main-title:before,
.sc_main_title.text-r .slz-main-title .title {
	left: auto;
	right: 0;
}
/*----------  Responsive  ----------*/
@media screen and (max-width: 1024px) {
	.slz-main-title .subtitle {
		font-size: 70px;
	}
	.sc_main_title.style-2 .slz-main-title .title,
	.sc_main_title.style-3 .slz-main-title .title,
	.slz-main-title	.title {
		font-size: 32px;
	}
}
@media screen and (max-width: 480px) {
	.slz-main-title .subtitle {
		font-size: 50px;
	}
	.sc_main_title.style-2 .slz-main-title .subtitle,
	.sc_main_title.style-3 .slz-main-title .subtitle {
		font-size: 14px;
	}
	.sc_main_title.style-2 .slz-main-title .title,
	.sc_main_title.style-3 .slz-main-title .title,
	.slz-main-title	.title {
		font-size: 30px;
	}
}

/*=====  End of Main Title  ======*/
