body {
	font-family: "Titillium Web",sans-serif;
	background: #EEEEEE;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	font-size: 20px;
	line-height: 150%;
	-webkit-font-smoothing: antialiased;
	color: #444;

}

p {
	margin:0px;
	padding:0px 0px 20px 0px;
	font-family: "Titillium Web",sans-serif;
	font-weight: 300;
	font-size: 20px;
}

a {
	transition:color 0.2s;
	-webkit-transition:color 0.2s;
	-ms-transition:color 0.2s;
	-moz-transition:color 0.2s;
	-o-transition:color 0.2s;
}

/* VIDEO LIGHTBOX */

.video_lightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 5000;
	background: rgba(0,0,0,0.75);
	opacity:0;
	display:none;
}

.embed-box {
	width: 720px;
	height: 480px;
	position: absolute;
	margin-top: -240px;
	margin-left: -320px;
	top: 50%;
	left: 50%;
}

.video_lightbox .info {
	font-size:12px;
	display:block;
	right:0px;
	bottom:-20px;
	color:rgba(255,255,255,0.5);
}

.container ul {
	margin: 0px;
	padding: 0px 0px 20px 20px;
}

h1, h2, h3, h4, h5 {
	padding:0px 0px 20px 0px;
	margin:0px;
}

h1 {
	font-weight:400;
	font-size:34px;
}



h2 {
	font-weight:400;
	font-size:34px;
	color:#0B9AD8;
}

h3 {
	font-weight: 300;
	color: #0B9AD8;
}

h3.center {
	text-align: center;
}

.blue h2 {
	color:white;
}

section, footer {
	padding: 40px 0px;
	position: relative;
}

.container {
	width:990px;
	margin:0px auto;
	position:relative;
}

.grey {
	border-top: solid rgba(255, 255, 255, 0.5) 1px;
	border-bottom: solid rgba(0, 0, 0, 0.2) 1px;
}

.clr {
	clear:both;
}

.blue {
	background: #0B9AD8;
	color: white;
	border-bottom: solid #0F79A7 1px;
	border-top: solid #8BD2F1 1px;
}

.logo {
	width: 390px;
}

nav {
	position: relative;
	right: 0px;
	bottom: 10px;
}

.nav-phone{
	position: absolute; 
	right:0px; 
	bottom: 0px;
}

.txt-phone{
	top: 0px; 
	right: 0px; 
	text-align: right; 
	font-size: 22px; 
	font-weight: bold; 
	color: #0799D8; 
	margin-bottom: 10px;
}

.container nav ul {
	margin: 0px;
	padding:0px;
}

nav ul li {
	display:inline-block;
	margin-left:10px;
}

#info {
	width: 380px;
	margin-right: 20px;
}

.left {
	float:left;
}

.right {
	float:right;
}

a.button {
	font-weight: 900;
	text-decoration: none;
	font-size: 30px;
	color: #099AD8;
	background: white;
	padding: 20px;
	display: block;
	border-radius: 5px;
	width: 330px;
	text-align: center;
	margin-top: 30px;
}

.icon {
	width: 210px;
	height: 140px;
	float: left;
	background-position: bottom;
	margin: 25px 25px;
}

.icon:first-child,
.icon:nth-child(4n+1) {
	margin-left:0px;
}

.icon:nth-child(3n+1) {
	margin-right:0px;
}

.icon:hover {
	background-position: top;
}

.case_single {
	display:block;
	float:left;
	width:330px;
	text-align:center;
	text-decoration: none;
	color:white;
}

.case_title {
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	margin-top: 5px;
}

.widget-container {
	display: block;
	width: 300px;
	margin-right: 30px;
	float:left;
}

.widget-container a {
	color:inherit;
	text-decoration: none;
}

.widget-container ul li {
	list-style-type:none;
}

.widget-container ul {
	padding:0px;
	margin:0px;
}

li.widget-container:nth-child(n+3) {
	margin-right:0px;
}

footer h2 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-bottom: solid rgba(0, 0, 0, 0.25) 1px;
	padding: 5px;
	margin-bottom: 10px;
}

nav a {
	color: inherit;
	font-size: 16px;
	text-decoration: none;
}

nav a:hover{
	color:#0B9AD8;
}

.click-to-dl {
position: absolute;
bottom: -20px;
left: 390px;
}

body #dc-contact-3.dc-contact-slick .tab {
	cursor: pointer;
	font-size: 13px;
	line-height: 17px;
	background: #FFBF00;
	padding: 9px 28px;
	color: #444;
	font-weight: 900;
	text-transform: uppercase;
}

body #dc-contact-3.dc-contact-slick, #dc-contact-3.dc-contact-slick .tab {
	border: 1px solid #FFF !important;
	border-radius: 5px;
	border-right:none !important;
}

body #dc-contact-3.dc-contact-slick.right .tab {
	left: 7px;
	margin-top: -1px;
}

body #dc-contact-3.dc-contact-slick {
	color: #444;
	background: #FFBF00;
}

body #dc-contact-3.dc-contact-slick .tab span {
	display: block;
	font-size: 16px;
}

header {
	position: fixed;
	z-index: 100;
	width: 100%;
	background: #EEE;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.09);
	height: 75px;
}

#hero {
	padding-top: 105px;
}

.dc-contact-slick {
	top: 90px !important;
}
.clearfix::after{content:"";display:table;clear:both}
