/** Services CSS **/

/** Main Banner **/
#main-services {
	margin-top: 200px;
	padding-bottom: 40px;
	color: #fff;
	background: #000 url("../images/services-main-bg.jpg") no-repeat center center;
	min-height: 800px;
	background-size: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/** End Main Banner **/

#main-services .prices {
	margin-top: 40px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 30px 30px 40px;
}

#main-services h1 {
	font-size:  72px;
	color:  #ffffff;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#main-services h2 {
	font-size: 18px;
    line-height: 26px;
	color:  #ffffff;
	margin-bottom: 40px;
	font-weight: 300;
	text-align: center;
	font-family: 'Prata', serif;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#main-services h4 {
	color: #fff;
	font-size: 32px; 
}

#main-services h5 {
	color: #fff;
	float: right;
	font-size: 32px; 
}

#main-services p {
	color: #fff;
	font-weight: 300;
}

#main-services .cut-style {
	margin-bottom: 30px;
}

#main-services .cut-style a {
	color: #d5b19b;
	text-decoration: none;
}

#main-services .cut-style a:hover {
	color: #e8c0a8;
	text-decoration: underline;
}

#main-services .services-cta {
	margin: 50px auto 0;
	max-width: 280px;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 767px) {
	#main-services {
	    margin-top: 100px;
	    padding-bottom: 20px;
	}

	#main-services .prices {
		margin-top: 20px;
	}

	#main-services .cut-style {
		text-align: center;
	}

	#main-services h5 {
		float: none;
		font-size: 24px;
	}
}

@media (max-width: 640px) {

}

@media (max-width: 600px) {
	#main-services {
	    margin-top: 130px;
	}
}
@media (max-width: 490px) {
	#main-services {
	    margin-top: 120px;
	}
}

@media (max-width: 410px) {
	#main-services {
	    margin-top: 110px;
	}
}

@media (max-width: 320px) {
	#main-services {
	    margin-top: 120px;
	}
}