@charset "UTF-8";
/* CSS Document */

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Theme*/

	 

* {
	margin: 0px;
	border: 0px;
	outline: 0px;
}		/* fast reset */



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Typography*/

body {
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	background-color: #f1f1f1;
	color: #7A7694;
	line-height: 1.6;
}

h1 {
	line-height: 1.5;
	font-weight: 300;
	color: #8982AD;
}

h4 {
	line-height: 1.5;
	font-weight: 700;
	color: #3E3B4E;
	padding-top:10px;
}

h5 {
	line-height: 1.5;
	font-weight: 700;
	color: #3E3B4E;
	padding-top:10px;
}

.piccaption {
	font-family:'Rambla', 'Open Sans', sans-serif;
	font-weight:400;
	font-size:19px;
	margin: 20px 0px 15px;
}

.strongtext {
	font-weight:700;
}

.rambla {
	font-family:'Rambla',sans-serif; 
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif; 
}

.block {

	font-size:150%;
	color: #77278B;
	line-height:1.25;
	font-weight: 400;
}

.block left {	
	padding: 0 20px;
	float: left;
	border-left:2px solid #e1e1e1;
	margin: 0 0 20px 20px;
	max-width: 250px;
}

.blockright {	
	font-size:150%;
	color: #77278B;
	line-height:1.25;
	font-weight: 400;
	padding: 0px 0px 0px 20px;
	float: right;
	border-left:2px solid #e1e1e1;
	margin: 0 0 20px 20px;
	max-width: 250px;


}

.caption { 
	border-left: #993366 solid 3px;
	padding-left:20px;
	margin-left:20px;
	font-size:11px;
	color: #7A7694;
	line-height: 1.6;
	letter-spacing:1px;
	text-transform: uppercase;

}




/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Images*/




.desantipic{
	
	background-image: url(../images/ErnestoPic_1.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center center;
	min-width:235px;
	min-height:250px;
	radius: 5px;
	margin: 30px 0px 10px 15px;
}


div.img {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Navigation*/

a, a:visited {
	color: #3E3B4E;
	text-decoration: none;
	outline: 0;
	padding-bottom:1px;
	border-bottom: 1px solid #3E3B4E;
}

a:hover, a:focus {
	color: #5E5A78;
	text-decoration: none;
	border-bottom: 1px solid #3E3B4E;
}

p a, p a:visited { line-height: inherit; }

#head { margin-top: 20px; }


#menu .box {
	font-family:'Rambla',sans-serif; 
	position: fixed;
	text-align: center;
	overflow: hidden;
	line-height: 1.6;
	font-size: 20px;
	z-index: -1;
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px; 
 	background: rgba(82,37,82,0.9);
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}

#menu ul { 
	list-style-type: none;
	text-align:center;
	position: relative;
	top: 15%;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}

#menu li { 
	margin: 20px;
}

#menu li a {
	border-radius: 3px;
	padding: 15px;
	border: 1px solid transparent;
	text-decoration: none;
	color: #f1f1f1;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

#menu li a:hover { border-color: #fff; }



#toggle-nav-label {
	position:fixed;
    top: 20px;
    right: 20px;
	display: block;
	cursor: pointer;
	z-index: 500;
	width: 51px;
	height: 44px;
	border-radius: 2px;
	background-image:url(../images/menuopen.png);
	background-repeat:no-repeat;
	background-position: center center;

}

#toggle-nav { display: none; }

#toggle-nav:checked ~ .box { 
	opacity: 1;
	z-index: 400;
}

#toggle-nav:checked ~ .box ul {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#toggle-nav:checked ~ #toggle-nav-label { 

	background-image:url(../images/menuclose.png);
	background-repeat:no-repeat;
	background-position: center center;

}


@media (max-width: 767px) {

#menu .box {
	font-size: 19px;
	position: fixed;
	overflow: hidden;
}

#toggle-nav-label {
	width: 25px;
	height: 22px;
	background-image:url(../images/menuopen.png);
	background-size: contain;
}

#toggle-nav:checked ~ #toggle-nav-label { 

	color: rgba(0,0,0,0.4);
	background-image:url(../images/menuclose.png);
	background-size: contain;
	border-radius: 3px;
}

#menu ul { 
padding-left:20px;
	text-align:left;
}
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Pictures*/

.move{-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}
.sector {
	padding-top:55px;
}

.zeromargins {
	margin: 0; padding:0;
}

.padding {
	margin: 0;
	padding:15px;
}

.padright {padding-right:50px;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Features*/
  
.dllogo {
	background-image: url(../images/DesantiLogo.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center center;
	height:120px;
	width:100%;
}


@media (max-width: 767px) {

.piccaption {
	font-size:17px;
	margin: 10px 0px 10px; 
	font-weight:700;
	color:#5E5A78;	
}

.dllogo {
	height:90px;
	width:100%;
}

}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Colours*/

.dlpurple {color:#663366;}

.greylight{color:#CACACA;}

.bg-greylight{background-color:#E6E6E6;}

.white {color:#FFFFFF}

.bg-aslblue  {background: #3E3B4E; }

.aslblue  {color: #3E3B4E;}

.aslbluemedium  {color: #5E5A78;}

.aslbluelight  {color: #8982AD;}

.purple {color: #79298c;}

.btn-purple {
	color: #fff;
	background-color: #A6AEB2;
	border-color: #A6AEB2;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #fff;
  background-color: #3E3B4E;
  border-color: #000;

}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>smoothState*/

.right {float: right;}

.intro-text {
    padding-top: 50px;
    padding-bottom: 0px;
}

.intro-text .intro-lead-in {
	margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
	font-weight: 700;
	color:#FFFFFF;
	
}

.intro-text .intro-heading {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
	color:#FFFFFF;
}

@media(min-width:768px) {

.transbg {  
	background-color: #f1f1f1;
	opacity: 0.8;
  	filter: alpha(opacity=80); /* For IE8 and earlier */
}



.padding {
	margin: 0;
	padding:15px 0px 15px;
}

.asllogo {
	background-image: url(../images/aslogo.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	background-position:10px 0;
	height:72px;
	width:100%;
}

.asllogofoot {
	background-image: url(../images/aslogofoot.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	background-position:10px 0;
	height:72px;
	width:100%;
}

}


@media (max-width: 767px) {

.transbg {  
	background-color: #f1f1f1;
	opacity: 1;
  	filter: alpha(opacity=100); /* For IE8 and earlier */
}

h1 {	
	font-size:30px;
}

h4 {	
	font-size:18px;
}

.padding {
	margin: 0;
	padding:8px 0px 8px;
}

.asllogo {
	background-image: url(../images/aslogo.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	height:50px;
	width:100%;
}

.asllogofoot {
	background-image: url(../images/aslogofoot.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	height:50px;
	width:100%;
}
.hglogo {
	background-image: url(../images/hglogo.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	height:50px;
	width:100%;
}
}
