/*
Main blue: #5476a2;
dark gray: #454e59;

TEXT

*/

/*MOBILE TABLET PC*/

* {
  font-family: 'Source Sans Pro', sans-serif;
}

#wrap, .flex, .section, .sub, .margen, #ajax_l2, #ajax_l3 {
  border: none; /*none*/
}

.secret {
	display: none;
}

#scrolled_px {
	display: none; /*none*/
}

.margen {
  /*width: 93%;*/
}

#logo {
	height: 41px;
	width: 180px;
}

#header .nav {
	display: none;
}

#header p {
	position: absolute;
	text-align: right;
	letter-spacing: 4px;
	top: 15px;
	color: #666;
	font-size: 1.4em;
}

#header .div_img {
	height: 100%;
	position: absolute;
	right: 100px;
	top: 0px;
}

#footer {
	background-color: #00407a;
}

#footer .margen > .flex {
	padding: 15px 0px;
}

#footer h3 {
  width: 100%; 
	color: #97E0F5;
	font-size: 1.1em;
	margin-bottom: 12px;
}

#footer ul {
	width: 100%;
}

#footer li {
	list-style-type: none;
	color: #eee;
	margin-bottom: 7px;
}

#footer ul i {
	color: #fff;
	font-size: 1.2em; 
	margin-left: 32px;
  position: relative;
	top: -2px;
}

#footer a {
	color: #eee;
	text-decoration: none;
	font-size: 1.15em;
}

#footer .p_rights {
	font-size: .8em;
	color: #ddd;
}

#footer .div_icons {
	margin-top: 8px;
	width: 100%;
}

#footer .div_icons i {
	color: #eee;
	font-size: 1.6em;	
	margin-right: 15px;
}

#footer .div_img {
	width: 100px;
	margin-bottom: 10px;
}

/*TABLET AND PC ONLY*/
@media only screen and (min-width: 600px) { 


}


/*PC ONLY*/
@media only screen and (min-width: 970px) { 

  
}