/* @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); */
/* @import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700); */
 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


html {
hyphens: auto;
  min-height: 100%;
}

body {

	padding-top: 130px;
	font-size: 16px;
	line-height:170%;
/* line-height:1.75em;  */

/* 	background:#41464D;	 */
		background:#fff;
/* 	font-family: 'Montserrat', sans-serif; */
 font-family: 'Open Sans', sans-serif;

}

.toggle-control { width: 100%; position: fixed; z-index: 15000000; }
.toggle-control a, .toggle-control a:hover {
  color: #fff;
  position: fixed;
  top: 50px;
  right: 5px;
  display: block;
  padding: 18px 19px;
  line-height: 14px;
  cursor: pointer; height: 52px; }


#toTop {
  position: fixed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #999999;
  opacity: 0.9;
  filter: alpha(opacity=90);
  width: 55px;
  height: 55px;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  display: none;
  padding:10px 0 0 2px;
  z-index: 14000000; }

#toTop:hover { opacity: 1; filter: alpha(opacity=100); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }



#pre-header { color:#aaaaaa; }
#pre-header { top: 0;
  left: 0;
  width: 100%;
  z-index: 13000;
  position: absolute;
  background-color: transparent;
/*   min-height:500px; */
/*   text-align:right; */
}

.logged-in #pre-header { padding-top: 20px; }

#pre-header-inside {
  display: none; position: relative; z-index: 13; padding: 40px 0 0 0;
background-color: #333;
}

.pre-header-transparent {
  background-color: transparent;
}
.pre-header-solid {
  background-color: #333;
}

body #admin-menu { font-size: 12px; }

.page-ictjobs .page-header { display:none };

p {
/* 	font-family: 'Open Sans', sans-serif; */
}

.page-header {
  font-size: 28px;

}

#page-header {
/* 	margin-top:20px; */
}

h2 a  {
	font-size: 24px;
  color:#666;
}

.main-container {
	background: #fff;
	min-height:1024px;
/* 	margin-top:-20px; */
}

#admin-menu {
	background-image: none;
	background: #333;
/* 	opacity:0.9; */
	z-index:100000;
	font-size: 11px;
}
#navbar {
  background:#aa1100;
	margin:0;
	padding:0;
	margin-top:-9px;
	height:104px;
  border-bottom:37px  solid #991100;
}
.navbar-header {
	margin-top:-100px;
}

.logo {
margin-left:-15px;   
}

.admin-menu-logged-in {
	top:16px;

}

#main-menu {
	position:fixed;
/* 	border:1px solid blue; */
	top:50px;
	margin-left:150px;



}
#main-menu .leaf a {
	color:#fff;
	font-weight:bold;
	font-size:18px;
}

#main-menu .leaf a:hover {
	color:#aa99aa;
}

#main-menu li a:hover {
	background:transparent;

}

#main-menu li a.active {
	background:transparent;
	color:#aa99aa;

}

#main-menu ul {
/*  background:blue; */
}


ul.action-links {
  list-style: none;
  background:#ddd;
	margin-top:1em;

}
ul.action-links li {
  display: inline-block;
  margin-left:-70px;
}
ul.action-links li a {

}


.field-name-field-intro-image {
	float:left;
	margin-right:1em;
}
.field-name-field-intro-image img {
	border:1px solid #eee;
}

.menu {


}
.menu a {
	color:#fff;
}


.simpleads-2 {
	float:right;
}


.region-header-banner  {

	float:right;


}
.promo {
/*   background:#eeeeee; */
/*   border-top:1px solid #eeeeee; */
/*   border-bottom:1px solid #eeeeee; */
  margin-bottom:1em;
}
.promobox {
/* 	background:#F0FFFF; */
/* 	border:1px solid #000; */
	line-height:130%;
	color:#777;
/* width:350px; */
/* margin-top:1em; */
  margin-bottom:1em;
  max-width:250px;

}
.promobox .field-item a:before {
  content:"⮱ "
}
.promobox .field-item a:after {
/*   content:" ⮰" */
}
.promobox .field-item a {
  font-size:95%;
/*   color:#991100; */
/*   color:#b32424; */
  /*color:#880000;
  color:#008800;*/
/*   border-bottom:1px solid #efefef; */
/*    font-weight:550; */
}
.promobox .field-item a:hover {
  background:#efefef;
  text-decoration:none;
  border-bottom: 0;
/*   font-weight:600; */
/*   border-radius: 4px; */
}
.mail {
	max-width:768px;
	background:red;
}



@media (min-device-width: 768px) and (orientation: landscape) {
	#mainmenu {
	top: 96px;
	left:0;
	right:0;
	position:fixed;
	height:120px;
	padding:0;
	margin:0;
	background:#AE8A98;
	z-index:100000;
	}



}
/* #AE8A98 */

@media (max-width: 768px) and (orientation: landscape) {
	#mainmenu {
    background:red;
  }


}
@media (max-width: 768px)  {


  .navbar-collapse {
    color:#000;
      margin-left:70px;
      background:#fefefe;
      height:290px;
    }

  #main-menu {
    position:fixed;
    top:30px;
    width:200px;

/*     margin-left:350px; */
    border:1px solid #ccc
  }
  #main-menu .leaf a {
    color:#666;
    font-weight:bold;
    font-size:18px;
  }
  #main-menu .leaf a:hover {
    color:#cc0000;
  }
  #main-menu li a:hover {
    background:transparent;
    color:#cc0000;
  }

  #main-menu li a.active {
    background:transparent;
    color:#000;
  }


}

.ictk-img-caption {
  color:#666;
  font-size:85%;
  line-height:1.2em;
  max-width:220px;
  margin-bottom:2.5em;
  margin-top:1em;
}

.field-name-field-intro-image .ictk-img-caption {
 display:none;
    
}

.advertorial {
  /*padding-left:1em;
  padding-right:1em;*/
/*   border-top:2px solid #cc0000; */
  border-bottom:1px solid #aaaaaa;
/*  background:#efefef; */
padding-bottom:1em;
margin-bottom:2em;

}

.ict-front-row {
  margin-bottom:2em;
}

.ict-front-intro:after {
  content: '';
  clear: both;
  visibility: hidden;
}

.ict-front-intro p {
   overflow: hidden
}
.ict-intro-image img {
    float:left;
    margin-top:0.5em;
/*   margin-right:1.5em; */

  border:1px solid #ccc;
}

.ict-front-intro-image {
  float:left;
    margin-top:1em;
  margin-right:1.5em;

  border:1px solid #ccc;
}

.ict-front-intro {
  float:left;
}

.promo img {
/*   border-top:1px solid #000; */
/*   border-radius: 4px; */
border:1px solid #ccc ;
border-radius: 4px;
}

.ictk-static-banner img {
/*   width:270px; */
/*   float:left; */
   border:1px solid #ccc;
}


* {
  border-radius: 2px !important;
}


#footerboxes {
margin-top:3em;
border-top:10px solid #666;
  background-color: #f5f5f5;
/*   background:#666; */
}

#footerboxes ul li {
/*   background:pink; */

}
#footerboxes ul li a {
 color:#333;
}

#footerboxes ul li a:hover {
 color:#cc0000;
}

.banner-static-newsline-wrap {

  border-bottom:1px solid #aaaaaa;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.banner-static-newsline {
  padding-top: 1em;
  margin-left: 23%;
  width: 100%;

}
h2.agenda {
  color:maroon;
}

.sidebar-second {
/*  padding-left:70px;  */
}

.ictk-static-banner {
  padding-top: 2em;
}

.header-banner {
  margin-top:27px;
  padding:0;
}
/*  Newsletter - hide inuit !!! */
.form-item-newsletters-314 {
  display:none !important;
}