
/**********************************************/
/************** RESET ****************/
/**********************************************/

ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/**********************************************/
/************** BOOTSTRAP MAIN ****************/
/**********************************************/

.container{
	max-width: 1020px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
}

/**********************************************/
/************** HEADER ****************/
/**********************************************/

#topHead {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 101;
}

.fixed {
    position: fixed !important;
}

button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

#topHead .nav {
    margin-right: 10px;
}

#topHead a {
    color: #999;
    font-size: 13px;
    padding-right: 10px;
}

 a:focus, a:hover  {
    cursor: pointer;
    outline: 0 none;
	text-decoration: none;
}

#topHead .dropdown-menu li a img, #topHead button.language img, #topHead button.language {
  display:inline-block;
  font-size:13px;
  margin-right:6px;
}


.listrow-50 {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}  

.listrow-100 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}  

.listrowbox {
  background-color: #f2f2f2;
  padding: 20px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.centered {
  text-align: center;
}

#display_type_none{
display: inline;
list-style-type: none;
}

#display_type_square{
list-style-type: none;
}

#display_type_square li:before {
    content: "■ ";
    color: #1e5aa2;
}

.listrowimage {
}

.highlightbox{
  border-color: #16a085;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 3px;
  moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 3px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 3px;
  border-top: 5px solid #1e5aa2;
  padding: 5px 20px;
}
  
.firstcolumn{
 float:left;
 width:75%;
 padding-right: 10px;
 }
  
  
 .secondcolumn{
 float:left;
 width:25%
 }
  
.button.large {
  padding: 0 30px !important;
  height: 40px;
  line-height: 40px;
} 
  
.seperator {
  clear: both;
  height: 20px;
  display: block;
  }
  
/**********************************************/
/* OPENS SUB MENU ON HOVE INSTEAD OF CLICK | CLICK IS BOOTSTRAP DEFAULT! */
/**********************************************/ 
 
@media only screen and (min-width:769px) {
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    font-family: 'FontAwesome';
    margin-top: -18px;
    right: 15px;
    position: absolute;
    font-weight: 300;
}
}

@media only screen and (max-width:800px) {
 .secondcolumn{
 width:95%;
 }
}
    
 