/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 /*
 * Custom Style Sheet - Use this file to style your content
 */
 
//.custom-logo {
	display: inline-block;
	width: 205px;
	height: 50px;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}

#top-b .mod-plain h1.frontpage {
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 55px;
}

#bottom-b .mod-plain .frontpage { margin: 30px 10px 30px 0; }

#top-b .mod-plain h1.frontpage,
#bottom-b .mod-plain .frontpage a { color: #8699a9; }

.frontpage-padding-top { padding-top: 50px; }
.frontpage-padding-bottom { padding-bottom: 50px; }


 /* Frontpage Responsive
 ----------------------------------------------------------------------------------------------------*/

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

	.frontpage-padding-top { padding-top: 10px; }
	.frontpage-padding-bottom { padding-bottom: 0px; }

}

/* Only Phones */
@media (max-width: 767px) {

	.frontpage-icons img { width: 70px; }

}
 
#banner_custo_BW {
background-color: #EFF2F4;
clear:both;
position: absolute;
height:157px;
top:-20px;
z-index:-10;
}

body#page {
	background-image: linear-gradient(top, #EFF2F4 30%, #D4D7DB 75%);
background-image: -o-linear-gradient(top, #EFF2F4 30%, #D4D7DB 75%);
background-image: -moz-linear-gradient(top, #EFF2F4 30%, #D4D7DB 75%);
background-image: -webkit-linear-gradient(top, #EFF2F4 30%, #D4D7DB 75%);
background-image: -ms-linear-gradient(top, #EFF2F4 30%, #D4D7DB 75%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.3, #EFF2F4),
	color-stop(0.7, #D4D7DB)
);
	}

.mod-sitemap a {
  color: #ffffff;
  text-decoration: none;
}

.mod-sitemap a:hover,

.mod-sitemap a:focus {
  color: #ffffff;
  text-decoration: underline;
}	

.menufooterrmenuclasssufix > li {
    display: inline-block;
    width: 33%;
}

.box.transbackground > div {
background:none !important;
} 


/  footer code /



#tiptip_content {background-color:blue}

