/*Custom Style for Losie Site*/

body {
	font-size: 16px !important;
	color: #A82466 !important;
}

[color=#888888] {
	color: #A82466;
}

a:hover {
	color: #E5C354;
}

.tooltip {
	width: 100%;
}

/*Header of Page*/
.navbar-default .header-top-line .right-align ul li .language i{
	margin-left: 12px;
	margin-right: 3px;
}

.language .items-area p {
	margin: 0 !important;
}

/*Home Page of Site*/
#slides {
	height: 610px !important;
}

#slides li {
	background-position: center;
}

.home-about {
	background-color: #A62465; 
	color: #fff;
	padding: 20px;
}

.home-about p span,
 .home-about p {
	font-size: 16px !important;
}

.home-service {
	background-size: cover;
	height: 229px;
}

.service-content p span,
.service-content p,
.blog-content p span,
.blog-content li span {
	font-size: 16px !important;
	font-family: 'Open Sans', sans-serif !important;
}

/*Single Service Page*/
.service-detail,
#contact-section {
	margin-top: 130px;
}

.service-image {
	background-position: center;
	height: 368px;
	background-size: contain;
	background-repeat: no-repeat;
}

.service-detail .blog-post-title a {
	font-size: 25px;
}

.service-detail p {
	font-size: 16px;
}

#contactform .text-warning {
	font-size: 14px;
}

#success-message {
	color: #E6C252;
}

/*Estimation Page style*/
.register-section h1 {
	margin-bottom: 70px !important;
}

/*Footer of Page*/
.footer-links h5 a {
	/*color: #A72263;#E5C354*/
	color: #E5C354;
	font-size: 16px;
}

.footer-links h5 a:hover {
	text-decoration: none !important;
	color: #A72263;
}

.widget-contact-list li {
	color: #E5C354 !important;
	font-size: 16px !important;
}

/*Style for when max-device width 767px*/
@media only screen and (max-width: 767px) {
	.submit-area,
	#submit_register {
		width: 97%;
	}

	.register-section h1{
		margin-top: 55px;
		margin-bottom: 40px !important;
	}
}

/*Style for when max-device width 1024 and min-device width is 768px*/
@media (max-width: 1198px) and (min-width: 768px) {
	.container > .navbar-header {
		position: relative;
		left: 45%;
	}

	.navbar-nav {
		width: 100%;
	}
}