/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

body {
	background:linear-gradient(#4e7184,#cad8e1);
}

.avia-icon-list .av-iconlist-empty .iconlist_title {margin-top:5px; font-weight:600; font-size:16px;}
.avia-icon-list .iconlist_icon {
width:50px; height:50px; line-height: 52px;
}
.avia-icon-list .iconlist-timeline {display:none;}

.partener_media h2 {font-size:17px; margin:40px 0px 20px 0px;}
.partener_media img {width:200px;}

.header_contact {
	float: right;
    margin-right: 0px;
    font-size: 20px;
}

.header_contact a {
	color:#000000;
}


.header_bg,
#main,
.container_wrap.main_color,
#main .title_container {
	background:transparent !important;	
	border:none;
}

#main main {
	padding-top:0px;
}

#header_main,
#header_main_alternate {
	border:none;
}

#header_main .container,
.container_wrap.main_color .container,
#main .title_container .container {
	background:#ffffff;
}

#header_main .container.av-logo-container {
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}

.container_wrap.main_color .container {
	margin-top:1px;
	padding:35px 90px;
}

#wrap_all {
	margin-top:5px;
}

.html_stretched #wrap_all {
	background: none;
}

.av-logo-container .logo {
	margin-top:12px;
}

#footer,
footer {
	padding:0px;
	background:none !important;
	border:none !important;
}

footer .container {
	background:#ffffff;
	margin-bottom: 10px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}

#footer .container {
	background:#3f5b69;
}

#footer h2,
#footer h3 {
	color:#ffffff !important;
}

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

  .header_contact {
  	float:left;
  	width:100%;
  	text-align: center;
  	margin-bottom:-25px;
  }

  .responsive #top #wrap_all .container {
	max-width: 100% !important;
	width: 100% !important;
	padding:20px;
}
#wrap_all {
	margin-top:-14px;
}

#footer .widget {
	margin:0px;
}

#text-7 p  {
	font-size: 18px;
    line-height: 28px;
}

#advanced_menu_toggle {
	margin-right:10px;
	border:1px solid #3f5b69;
}

}