html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    color: #222323;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
}

a, a:visited, a:focus {
	color: #e9e9e9;
	text-decoration: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%;
    width: 94%;
}

.container::after {
  display: table;
  clear: both;
  content: '';
}

@media (min-width: 768px) {
  .container {
      max-width: 720px;
      padding-right: 10px;
      padding-left: 10px;
      width: initial;
  }
}

@media (min-width: 992px) {
  .container { max-width: 940px; }
}

@media (min-width: 1200px) {
  .container { max-width: 1140px; }
}

@media (min-width: 1300px) {
  .container { max-width: 1240px; }
}

section {
    height:100%;
    height:100vh;
	overflow: auto;
}
.di-table {
    display: table;
    height: 100%;
    width: 100%;
}

.di-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

#welcome {
    background: #c2d3da;
    /* background-image: url(../img/di-welcome-bg.jpg); */
    background-image: url(../img/distressed_paper_2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}

.w-container {
	margin-top: 20px;
	position: relative;
	text-align: center;
}

@media (min-width: 768px) {
	.w-container {
		margin-top: 100px;
	}
}

.di-logo-holder {
	margin: 0 auto;
	max-width: 200px;
	width: 90%;
}

.di-logo {
	width: 100%;
}

.dic-silence {
	display: inline-block;
	font-size: 20px;
	letter-spacing: 4px;
	position: relative;
}

.dic-silence:before {
	color: #2ca2d7;
	content: '›';
	font-size: 70px;
	left: -35px;
	position: absolute;
	top: -40px;
}

.di-contact {
	background-color: rgba(47, 47, 47, .79);
	color: #e9e9e9;
	margin: 50px auto;
	padding: 25px 0;
	text-align: center;
}

.dic-phone {
	display: inline-block;
	font-size: 20px;
	letter-spacing: 4px;
	position: relative;
}

.dic-phone:before {
	color: #2ca2d7;
	content: '›';
	font-size: 70px;
	left: -35px;
	position: absolute;
	top: -30px;
}

.dic-mail {
	color: #e9e9e9;
	display: inline-block;;
	font-size: 16px;
	letter-spacing: 2px;
    overflow: hidden;
    position: relative;
	text-decoration: none;
    transition: .75s all ease-in-out;
}

.dic-mail:before {
    background: -webkit-linear-gradient(left, rgba(44, 162, 215,0) 0%, rgba(44, 162, 215, .3) 100%);
	background: linear-gradient(to right, rgba(44, 162, 215,0) 0%, rgba(44, 162, 215, .3) 100%);
    content: '';
    display: block;
    height: 100%;
    left: -75%;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 2;
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
}

.dic-mail:hover {
    color: #2ca2d7;
    transition-delay: .1s;
}

.dic-mail:hover:before {
	-webkit-animation: shine .75s;
	        animation: shine .75s;
}

@-webkit-keyframes shine {
	100% { left: 125%; }
}

@keyframes shine {
	100% { left: 125%; }
}

/* di-logo-effect */

.di-logo-effect {
    /*padding: 30px;*/
}
.di-logo-effect a {
	/*background: rgba(255,255,255,0.1);*/
	-o-transition: -o-transform ease-out 0.1s, background 0.2s;
	-ms-transition: -ms-transform ease-out 0.1s, background 0.2s;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
	display: inline-block;
	position: relative;
	z-index: 1;
	/*padding: 30px;*/
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.di-logo-effect a:hover {
	background: rgba(255,255,255,0.05);
	-o-transform: scale(1.17); /* 0.93 */
	-webkit-transform: scale(1.17);
	-ms-transform: scale(1.17);
	transform: scale(1.17);
}

.di-logo-effect a:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	filter: alpha(opacity=0);
	opacity: 0;
	-o-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.di-logo-effect a:hover:after {
	-o-animation: sonarEffect 1.5s ease-out 75ms;
	-webkit-animation: sonarEffect 1.5s ease-out 75ms;
	animation: sonarEffect 1.5s ease-out 75ms;
}

@-o-keyframes sonarEffect {
	0% {
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	40% {
		filter: alpha(opacity=50);
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 0 10px rgba(255,255,255,0.3);
		-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 0 10px rgba(255,255,255,0.3);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 0 30px rgba(255,255,255,0.3);
		-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 0 30px rgba(255,255,255,0.3);
		-o-transform: scale(2.2);
		-webkit-transform: scale(2.2);
		-ms-transform: scale(2.2);
		transform: scale(2.2);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

@-webkit-keyframes sonarEffect {
	0% {
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	40% {
		filter: alpha(opacity=50);
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 0 10px rgba(255,255,255,0.3);
		-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 0 10px rgba(255,255,255,0.3);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 0 30px rgba(255,255,255,0.3);
		-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 0 30px rgba(255,255,255,0.3);
		-o-transform: scale(2.2);
		-webkit-transform: scale(2.2);
		-ms-transform: scale(2.2);
		transform: scale(2.2);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

@keyframes sonarEffect {
	0% {
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	40% {
		filter: alpha(opacity=50);
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 0 10px rgba(255,255,255,0.3);
		-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 0 10px rgba(255,255,255,0.3);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 0 30px rgba(255,255,255,0.3);
		-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 0 30px rgba(255,255,255,0.3);
		-o-transform: scale(2.2); /* 1.2 */
		-webkit-transform: scale(2.2);
		-ms-transform: scale(2.2);
		transform: scale(2.2);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}