/**** ARTURO EDITS ****/
/* Slider */
.grey{
	border: none;
}

footer h2{
	font-weight: 600;
	text-align: left;
	box-shadow: 0px 1px #74BAD8;
}

.widget-container ul li{
	line-height: 1.2em;
}

#nav_menu-2 ul li{
	text-transform: uppercase;
	margin-bottom: 5px;
}

#recent-posts-4 ul li{
	margin-bottom: 15px;
}

.copyright{
	font-size: 15px;
	text-align: center;
	display: block;
}

/*
body #dc-contact-3.dc-contact-slick.right .tab{
	margin-left: -98px !important;
	margin-top: 52px;
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}
*/
.slider{
	width: 100%;
	min-width: 990px;
	max-height: 480px;
	height: 480px;
	overflow: hidden;
	background: black;
	padding: 0px;
	padding-top: 75px;
}

.slider-borders{
	width: 100%;
	position: absolute;
	height: 7px;
	background: rgba(255,255,255,0.65);
	z-index: 1;
}

.sb-bottom{
	bottom: 0px;
}

.bullet{
	background: rgba(255,255,255,0.65);
	border-radius: 50%;
	width: 13px;
	height: 13px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}

.bullet:hover{
	background: rgba(255,255,255,0.85);
}

.bullets{
	position: absolute;
	bottom: 15px;
	right: 20px;
	z-index: 1;
}

.slides{
	height: 100%;
	margin-left: 0px;
}

.slide{
	float: left;
	min-width: 990px;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.slide img{
	position: absolute;
	width: 100%;
	height: 100%;
}

.slide .container{
	height: 100%;
	position: relative;
}

.slide .slide-txt{
	width: 540px;
	background: rgba(255,255,255,.95);
	border-color: rgba(255,255,255,0.75);
	border-style: solid;
	border-width: 8px;
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	padding: 15px 20px;
	bottom: 50px;
	left: 5px;
	position: absolute;
}

/**********************************/

p{
	line-height: 1.2em;
}

h1, h2{
	font-weight: bold;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5 {
	padding-bottom: 10px;
}

h1.logo{
	text-transform: lowercase;
	font-weight: 600;
}

.slide-txt h2{
	text-transform: capitalize;
}

.click-to-dl {
	position: absolute;
	bottom: 0px;
	left: 340px;
}

#hero {
	padding-top: 50px;
}

.blue {
	background: #0B9AD8;
	color: white;
	border-color: rgba(11,154,216,.2);
	border-style: solid;
	border-width: 0px 0px 8px 0px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#quote, footer{
	border-width: 8px 0px 8px 0px;
}

#info{
	width: 490px;
}

#info h1{
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

.section-right{
	margin-bottom: 50px;
}

.right{
	width: 450px;
}

.right-img, .right-txt{
	display: inline-block;
	vertical-align: top;
}

.right-img{
	width: 195px;
	margin-right: 10px;
}

.right-img img{
	width: 100%;
}

.right-txt{
	width: 240px;
}

a.button{
	border-color: rgba(255,255,255,0.40);
	border-style: solid;
	border-width: 5px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-transform: uppercase;
	font-size: 26px;
	padding: 8px 40px;
	max-width: 240px;
	width: auto;
	margin-top: 20px;
	display: inline-block;
	font-weight: 800;
}

a.blue-button{
	background: #099AD8;
	color: white;
	border-color: rgb(193,221,234);
}

.after-button{
	font-size: 15px;
	display: block;
	font-weight: 400;
	margin-top: 15px;
	line-height: 1em;
	font-family: 'Kameron', serif;
}

.right h2{
	font-size: 20px;
	padding: 0px;
	font-weight: 600;
}

.right a.button{
	font-size: 20px;
	padding: 2px 0px;
	width: 100%;
	line-height: 1.2em;
	margin-top: 5px;
}

.right p{
	padding-bottom: 10px;
}

#about, #influence, #services, #case_studies{
	width: 480px;
	display: inline-block;
	vertical-align: top;
}

#about, #services{
	margin-right: 25px;
}

#about h2, #services h2, #case_studies h2{
	font-size: 26px;
}

#influence h3{
	font-size: 20px;
	font-weight: 400;
}

.icon{
	width: 125px;
	height: 80px;
	float: left;
	background-position: bottom;
	margin: 0px 0px 0px 25px !important;
	background-size: 100% 200%;
}

#icon-290{
	display: none;
}

#quote p{
	font-size: 28px;
	font-weight: 400;
	padding: 10px 100px;
	font-family: 'Kameron', serif;
}

#influence h3{
	font-family: 'Kameron', serif;
}
.clearfix::after{content:"";display:table;clear:both}
