

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
	background: #c3a27c;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #c3a27c; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #c3a27c; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	line-height: 1.5;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500; 
	background-color: #000;
	min-height: 100%;
	min-width: 100%;
}

a {
	text-decoration: none !important;
	color: #fff;
}

a:hover { color: #ffd300; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding:0;
  margin:0;
}

#wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    min-height: 530px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000 url(../images/ebitda_bg.jpg) 0px 0px no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*overflow: hidden;*/
}

}

	#wrapper:before {
    content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,0));
		opacity: 1; 
  }
  
  
  	#wrapper.transactions:before {
    display: none; 
  }
  


#header {
	position: relative;
	width: 90%;
	height: 70px;
	top:0px;
    left:0px;
	padding: 20px 5%;
	background-color: rgba(0,0,0,0.3);	
}

#headerlogo {
    position: relative;
    float: none;
    height: 70px;
    width: 243px;
    padding: 0px 0 20px 0;
}

#headerlogo a{
	display:block;
	height:100%;
	width: 100%;
	background-image:url(../images/ebitda_logo.png);
	background-repeat:no-repeat;
	background-size:contain;
}



.content {
	width: 100%;
}

  
.msg{
    width: 40%;
    max-width: 500px;
    padding-top: 20px;
    padding-bottom: 0px;
    position: relative;
    left: 5%;
    box-sizing: border-box;
}

.msg_title {
    font-size: 2em;
    color: #ffd300;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 1px;
    padding-bottom: 0.5em;
}

.msg_text{
font-size: 1em;
color: #fff;
line-height: 1.5em;
text-align:justify;
padding-top: 1em;
}

.nopad{
padding-top: 0em;
}


#footer {
position: relative;
    width: 90%;
    min-height: 40px;
    bottom: 0;
    left: 0px;
    padding: 20px 5%;
    background-color: rgba(0,0,0,0.3);
}


.foot-col{
width:30%;
padding-right: 2%;
height: 40px;
float: left;
background-repeat:no-repeat;
background-size:contain;
}

.foot-col.loc{
width:36%;	
background-image:url(../images/icon1.png);
}
.foot-col.mail{
background-image:url(../images/icon2.png);
}
.foot-col.tel{
padding-right: 0;
background-image:url(../images/icon3.png);
}

.foot-col p {
    padding: 0 0 0 50px;
    margin: 0;
    line-height: 40px;
    font-size: 0.9em;
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
	font-weight: 700;
    text-decoration: none;
}

.foot-col.loc p{
line-height: 20px;
}

.foot-copy {
position: relative;
    width: 90%;
    height: auto;
    bottom: 0;
    left: 0px;
    padding: 0 5%;
    background-color: rgba(0,0,0,0.3);
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 10px;
}

.foot-copy a span{
    color: #ffd300;
}

.msg_logos {
    width: 100%;
    height: 40px;
    padding-bottom: 30px;
}

.msg_logos img {
    width: 100%;
    height: 100%;
	max-width: 400px;
}



/* iPhone 6 Portrait */ 
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 

.msg{
	width:80%;
	max-width: 400px;
	left: 5%;
}

.msg_text{
text-align: left;
}



#footer {
    min-height: 110px;
}

.foot-col {
    width: 100%;
	margin-top: 10px;
	height: 30px;
}

.foot-col.loc {
    width: 100%;
	margin-top: 0px;
	line-height: 15px;
}

.foot-col p {
	line-height: 30px;
}

}


/* iPhone 5 Portrait */ 
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {

#footer {
	/*padding: 0px 5%;*/
}


.msg{
	width:90%;
	max-width: 400px;
	left: 5%;
	padding-top: 30px;
}


.msg_biglink{
padding: 0.8em 0;
}


.msg_text{
font-size: 0.85em;
text-align: left;
line-height: 1.4em;
}


#wrapper {
    min-height: 560px;
}

#footer {
    min-height: 110px;
}

.foot-col {
    width: 100%;
	margin-top: 10px;
	height: 30px;
}

.foot-col.loc {
    width: 100%;
	margin-top: 0px;
	line-height: 15px;
}

.foot-col p {
	line-height: 30px;
}


}



/* iPhone 6 Plus Portrait */ 
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 

}
