@charset "UTF-8";
/* CSS Document */

	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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	
html, body {
	background:#FFF;
	text-align:left;
	
	
}
.Wrap {
		margin:0 auto;
		width:70%;
		overflow:hidden;
		clear:both;
	}
.Logo {
	width: 25%;
	margin:0 auto 50px auto;
	clear:both;
	}
.Logo img {
	width:100%;
	}
#TopLine{
	background:#cbb589;
	width:100%;
	height:10px;
	}
[class^="icon"] {
  position: relative;
  top: 2px;
  margin-right: 10px;
  fill: #fff;
}
ul li {
	list-style:none;
	}
ul li img{
	height:15px;
	width:auto;
	position: relative;
    top: 10px;
	}
#Header {
	text-align:center;
	padding: 75px 0px 30px 0px;
    height: auto;
    width: 70%;
	margin: auto;
	}
.flex-container {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
	width: 80%;
	margin: auto;
	flex-wrap: wrap;
}
.Content {
	flex: 40%;
	padding-right: 75px;
	text-align: left;
	border-right: #cbb589 1px solid;
}
.Paula {
	flex: 15%;
	padding-left: 30px;
}
.Paula img {
	width:100%; 
	display: block;
  flex-basis: 100%;
}
.Contacts {
	flex: 25%;
	padding-left: 30px;
	}
.AAlogo {
	padding-top: 50px;	
	float: right;
}
footer {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(203,181,137,0.54) 54%, rgba(203,181,137,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(203,181,137,0.54) 54%,rgba(203,181,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(203,181,137,0.54) 54%,rgba(203,181,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cbb589',GradientType=0 ); /* IE6-9 */ */
/*background: linear-gradient(rgb(203, 181, 137, 0) , rgb(203, 181, 137, 1));
background: -o-linear-gradient(rgb(203, 181, 137, 0) , rgb(203, 181, 137, 1));
background: -ms-linear-gradient(rgb(203, 181, 137, 0) , rgb(203, 181, 137, 1));
background: -moz-linear-gradient(rgb(203, 181, 137, 0) , rgb(203, 181, 137, 1));
background: -webkit-linear-gradient(rgb(203, 181, 137, 0) 20% , rgb(203, 181, 137, 1) 80%);*/
	text-align:left;
	height:160px;
	left:0;
	bottom:0;
	width:96%;
	padding:2%;
	
	}
footer p {
	position: absolute;
    left:1.5%;
	bottom:3%;
	color:#FFF;
	font-size:80%;
	}


/* TYPOGRAPHY */

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 24px;
	margin-bottom: 25px;
	color: #383734;
}
h2 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #383734;
}
h3 {
	font-size: 20px;
	margin-bottom: 0px;
	color: #383734;
}
p, a {
 font-family: 'Open Sans', sans-serif;
 line-height:165%;
 color:#353535;
margin-bottom: 30px;
 
}



ul li {
	font-family: 'Open Sans', serif;
 line-height:165%;
 color:#353535;
 margin-bottom:10px;
 
	}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
	footer {
		background-image:url(../images/bg.png);
		background-repeat:repeat-x;
		background-position:bottom;
		background-size: contain;
		}
	.Logo {
	width: 75%;
	margin:0 auto 0px auto;
	clear:both;
	}

#Header {
	text-align:center;
	padding: 80px 0px 100px 0px;
    height: auto;
    width: 100%;
	}
	.Content {
	flex: 94%;
	padding: 0 3% 30px 0;
	text-align: left;
	border-right: 0px;
	margin-bottom: 40px;
		border-bottom: #cbb589 1px solid;
}
.Paula {
	flex: 94%;
	padding: 0 3%;
	margin-bottom: 40px;
}
	.Contacts {
	flex: 94%;
	padding: 0 3%;
	margin-bottom: 30px;
	}
}
