@import url(//fonts.googleapis.com/css?family=Lato:400,700);

body {
	font-family: "Lato", sans-serif;
	color: #5D5D5D;
}

.padding-15 {
	padding: 15px;
}

.container.header {
	padding: 0 15px 20px 15px;
}

.container.header img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wd_nav {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	font-family: "Lato", sans-serif;
}

.wd_nav li {
	display: block;
	padding: 13px 18px 12px;
	background: #E4E4E4;
	border-bottom: 1px solid #939393;
	font-size: 16px;
}

.wd_nav li a {
	display: block;
	text-decoration: none;
}

.wd_nav li.on a,
.wd_nav li:hover a {
	color: #FFF;
}

.wd_footer {
	text-align: center;
	padding: 20px;
	margin: 20px 0px;
}

.wd_footer p {
	margin: 0;
	color: #FFF;
}

.wd_featurebox_container {
	border: 3px solid #D6D6D6;
	padding: 15px;
	margin: 0 0 20px 0;
}

.wd_featurebox_title {
	font-family: "Lato", sans-serif;
	color: #000;
	font-weight: 700;
	font-size: 32px;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}

.wd_featurebox_title:after {
	content: '';
	display: block;	
	width: 80px;
	position: absolute;
	height: 3px;
	bottom: -5px;
}

.wd_featureboxes_right .wd_featurebox_title {
	font-size: 24px;
	position: relative;
}

.wd_featurebox i.fa {
	color: #FFF;
	border-radius: 14px;
	width: 28px;
	height: 28px;
}

.wd_featurebox i.fa.fa-linkedin {
	padding: 5px 7px;
}

.wd_featurebox i.fa.fa-twitter {
	padding: 6px 7px;
}

.wd_featurebox i.fa.fa-facebook  {
	padding: 6px 9px;
}

.wd_featurebox p.more {
	padding: 10px;
	display: inline-block;
}

.wd_subscribe_btn {
	padding: 10px;
	display: block;
	text-align: center;
}

.wd_featurebox a.wd_subscribe_btn,
.wd_featurebox p.more a {
	color: #FFF;
}

.wd_newsfeed_releases .wd_item,
.wd_newsfeed_releases-teaser .item {
	margin: 25px 0px;
}

.wd_newsfeed_releases .wd_title a,
.wd_newsfeed_releases-teaser .item_name a {
	font-size: 24px;
	font-weight: 700;
    line-height: normal;
}

.wd_newsfeed_releases-teaser .item_name {
	padding-bottom: 8px;
}

.wd_newsfeed_releases .wd_date,
.wd_newsfeed_releases-teaser .item_date {
	font-size: 18px;
	color: #A4A4A4;
	padding-bottom: 8px;
	text-transform: none;
	font-weight: normal;
}

.wd_newsfeed_releases-teaser .item_summary {
	font-size: 16px;
}

.wd_search_basic_fields {
	padding: 8px;
}

.wd_search_basic_fields select {
	margin-right: 4px;
}

.wd_site_search .wd_search_form_basic input[type='text'] {
	float: left;
	width: 100%;
}

.wd_site_search .wd_search_form_basic a {
	float: right;
	position: relative;
	top: -26px;
	right: 7px;
}

/** slideshow **/

.row .single_slider_carousel_bottom {
	display: none !important;
}

.row .single_slider_carousel_container {
	padding-top: 0px;
}

#single_slider_responsive .single_slider_carousel_caption {
	min-height: 150px;
}

#single_slider_responsive .single_slider_carousel_caption h4 {
	font-family: "Lato", sans-serif;
	font-size: 32px;
	font-weight: normal;
	top: 40px;
	position: relative;
}

#single_slider_responsive .single_slider_carousel_caption h4 a {
	font-family: "Lato", sans-serif;
	font-size: 32px;
	font-weight: normal;
	position: relative;
}

#single_slider_responsive .single_slider_carousel_caption .single_slider_carousel_description {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	position: relative;
	top: 40px;
	padding-right: 0px;
	line-height: normal;
}

#single_slider_responsive .single_slider_carousel_indicators {
	padding: 0;
	top: inherit;
	right: inherit;
	width: 100%;
	text-align: center;
	bottom: 120px;
}

#single_slider_responsive .single_slider_carousel_indicators li{
	float: none;
	display: inline-block;
}

#single_slider_responsive .single_slider_carousel_indicators li span {
	padding: 7px;
	border: 1px solid #FFF;
}

#single_slider_responsive .single_slider_carousel_indicators li.active span {
	opacity: 1;
	background: #FFF;
}

#single_slider_responsive a.single_slider_carousel_control.right {
	padding-left: 6px;
}

#single_slider_responsive a.single_slider_carousel_control {
	color: #FFF;
	padding-right: 3px; 
}

#single_slider_responsive .single_slider_carousel_control {
	width: 38px;
	height: 38px;
	border-radius: 18px;
	line-height: 25px;
	font-size: 60px;
	font-family: "Lato", Arial, sans-serif;
}

/** slideshow **/
