/*
 * Ever After Theme - Custom Stylesheet
 * Version: 1.0.0
 *
 * Author: Chris Rivers
 * xxcriversxx@gmail.com
 *
 * Changelog: 
 * Version: 1.0.0
 * This is a custom stylesheet you may use in order to customize your site. 
 * Please prefix your selectors with .custom in order to override the default css rules.
 * See the example below...
 *
 */

/* ADD RULES BELOW 
------------------------*/
body.custom {
	
}

.contact-nav p{
	line-height:2!important;
}

.slide.services-layout .section-callouts div.callout-1, .slide.services-layout .section-callouts div.callout-2, .slide.services-layout .section-callouts div.callout-3{
	background: none !important;
}

.fashion .slide.intro-layout{
	height:100%!important;
}

.fashion .slide.intro-layout{
	background-size:cover;
}

.lang{
	float:right;
	margin-top:22px;
	margin-left:10px;
}

.lang li{
	list-style:none;
	float:left;
	margin:0 5px;
}

	.lang li a{
		color:#fff;
	}

		.lang li a.active {
			border-bottom: 1px solid #a00000;
		}

#footer .footer-copy a, a {
	color: #888888;
}

.lnkKunye{
	margin-left:15px;
}

.dvKunyeTextContainer {
	font-size: 22px;
	line-height: 33px;
	padding: 0 180px;
	text-align: center;
}
.dvKunyeTextContainer a{
	color:#000;
}

.content h3{
	margin-top:50px;
}
.content li {
	list-style: none !important;
	/* color:#ababab; */
	color: #6B6B6B;
	font-family: 'OswaldLight', arial, serif;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 33px;
	padding: 0 180px;
}


.section-patent .grid-item {
	width: 49% !important;
	height: auto !important;
}