html {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family:'Open Sans', Arial;
	color: #424242;
	font-size:16px;
	line-height:25px;
	background:#7394a0 url('img/mainBg.png') repeat-y 50% 0;
}
	
a {
	color: #008d48;
	text-decoration: none;
	outline: 0px;
}

a:hover {
	color: #000;
}
a img {
	border: 0px;
}

p { margin: 0 0 15px; }

h1 {
	color: #274c6b;
	font-family: 'Open Sans', Arial, Tahoma;
	font-size: 33px;
	font-weight: bold;
	width:auto;
	text-transform:uppercase;
	line-height: 40px;
	margin: 0 0 30px;
	border-bottom:1px solid #e2dedb;
	padding: 0 0 5px;
}

h2 {
	color: #274c6b;
	font-family: 'Open Sans', Arial, Tahoma;
	font-size:23px;
	font-weight: bold;
	width:auto;
	text-transform:uppercase;
	line-height: 40px;
	margin: 0 0 20px;
	border-bottom:1px solid #e2dedb;
	padding: 0;
}
h3 {
	color: #274c6b;
	font-family: 'Open Sans', Arial, Tahoma;
	font-size: 23px;
	font-weight: bold;
	width:auto;
	text-transform:uppercase;
	line-height: 30px;
	margin: 0 0 25px;
	border-bottom:1px solid #e2dedb;
	padding: 0 0 5px;
}

h4 {
	color: #274c6b;
	font-family: 'Open Sans', Arial, Tahoma;
	font-size: 22px;
	font-weight: bold;
	width:auto;
	text-transform:uppercase;
	line-height: 30px;
	margin: 30px 0 25px;
	border-bottom:1px solid #e2dedb;
	padding: 0 0 5px;
}

h5 {
	color: #274c6b;
	font-family: 'Open Sans', Arial, Tahoma;
	font-size: 18px;
	font-weight: bold;
	width:auto;
	text-transform:uppercase;
	line-height: 26px;
	margin: 0 0 18px;
	border-bottom:1px solid #e2dedb;
	padding: 0 0 5px;
}

#container {
	width:1170px;
	margin: auto;
	display:block;
}

#sliderWrapper {
	width:1170px;
	height:345px;
	margin-top:20px;
	position: relative;
	z-index: 1;
	background: url('img/loading.gif') no-repeat 50% 50%;
}

#slider {
	width:1170px;
	height:345px;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

a.fadeLink {
	transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
	 -moz-opacity: 1.0; opacity: 1.0; filter: alpha(opacity=100);
}

a:hover.fadeLink {
	-moz-opacity: 0.7; opacity: 0.7; filter: alpha(opacity=70);
}



#menuWrapper {
	background: #274c6b;
	margin-top:1px;
	margin-bottom:35px;
	position:relative;
}

#socialBox {
	position:absolute;
	top:7px;
	right:10px;
	z-index:1000;
}

header.smaller #socialBox {
	top:20px;
}

#socialBox a {
	float:right;
	margin-left:10px;
	background:#165776;
	border-radius:5px;
	width:35px;
	height:25px;
	padding-top:8px;
	text-align:center;
	font-size:17px;
	line-height:17px;
	color:#fff;
}

#socialBox a:hover {
	background:#153958;
}

#socialBox a#facebook {
	padding-top:5px;
	height:28px;
}

#socialBox a .icon-facebook {
	font-size:20px;
}


#mainMenu {
	z-index:100;
}

#mainMenu ul {
	padding: 0 0 0 20px;
	margin: 0;
}

#mainMenu li {
	display: inline;
	float: left;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding:0;
}

#mainMenu li:last-child {
	border-right:none;
}

#mainMenu li a {
	font-size: 17px;
	color: #fff;
	position:relative;
	z-index:100;
	float: left;
	text-shadow:0 1px 0 #000;
	text-transform:uppercase;
	font-weight:bold;
	padding: 10px 15px 11px;
	margin: 0;
}

#mainMenu li:hover a.menuTop {
	background: #3e6688;
	cursor:pointer;
}

.layout-left-flyout {
  height: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 0;
  -moz-transition: visibility 0 linear 0.2s;
  -o-transition: visibility 0 linear 0.2s;
  -webkit-transition: visibility 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: visibility 0 linear 0.2s;
  background:#274c6b ;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.layout-left-flyout.isCbFlyNavActive {
  visibility: visible;
  z-index: 1;
  -moz-transition: z-index 0 linear 0.2s;
  -o-transition: z-index 0 linear 0.2s;
  -webkit-transition: z-index 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 270px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cbFlyNav-wrap > nav {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform 0 ease-in-out;
  -o-transition: -o-transform 0 ease-in-out;
  -webkit-transition: -webkit-transform 0 ease-in-out;
  transition: transform 0 ease-in-out;
  /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.layout-right-content {
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
}

.layout-right-content.isCbFlyNavActive {
  -moz-transform: translate3d(270px, 0, 0);
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
  min-width: 320px;
}

.icon-cbmore {
  content: "";
  float: right;
  margin-top: 4.5px;
  padding: 4.5px;
  box-shadow: 1px -1px 0 0px #FFF inset;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.nav-flyout-navmask, .nav-flyout-contentmask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-flyout-contentmask {
  z-index: 1;
}

.nav-flyout-navmask {
  right: 180px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
/* Menu Toggle */
.btn-navbar {
	display: block;
    height: 32px;
    padding: 6px 0;
    position: absolute;
    width: 70px;
    z-index: 1;
}

.btn-navbar-navtoggle {
    right: 0;
    top: 1px;
	background:#0a85a0;
}

.btn-navbar .icon-bar {
  display: block;
  width: 28px;
  height: 4px;
  background-color: #fff;
  margin: 7px auto 0 auto;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
}
@media screen and (min-width: 767px) {
  .btn-navbar {
    display: none;
  }
}
/* Navbar Styles */
.navbar {
  margin: 0;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .navbar .nav-collapse {
    display: none;
  }
  #mainMenu { left:0; right:auto }
}
@media screen and (min-width: 321px) {
  .navbar {
    height: auto;
    position: relative;
    width: auto;
    padding: 0;
  }
}
/* Mobile First Nav */
.the-nav ul.nav-flyout {
  display: block;
  margin-bottom: 15px;
  float: none;
  padding:10px 0 0 0;
  height: 100%;
}
.the-nav ul.nav-flyout > li {
  float: none;
  display: block;
  width: 270px;
}
.the-nav ul.nav-flyout li a {
  color: #FFF !important;
  display: block;
  text-decoration: none;
  width:auto;
  font-size:16px;
  padding: 11px 15px;
  text-transform: uppercase;
  margin-right: 0;
}
.the-nav ul.nav-flyout li ul li a {
    float: left;
	padding:0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    width: 155px !important;
}
.the-nav ul.nav-flyout li a:hover {
  color:#e68022;
}
.the-nav ul.nav-flyout .dropdown {
  position: static;
}
.the-nav ul.nav-flyout .dropdown .subnav {
  float: none;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding:10px 0 0 0 !important;
  left: auto;
  width: 0;
  min-width: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  background: #e5e3d7;
  transition: width .2s ease-in-out;
}
.the-nav ul.nav-flyout .dropdown .subnav a {
  color:#80856a !important
}
.the-nav ul.nav-flyout .dropdown .subnav > li {
  width: 180px;
  padding:6px 0 6px 15px;
  border-bottom: 1px dashed #999;
}
.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
  width: 180px;
  padding-top: 30px;
  padding-left:0;
  
}
.the-nav.is-inactive ul.nav-flyout > li > a {
  opacity: .2;
   
}
.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
  opacity: 1;
  color:
 
}

/* Large Screen Styles*/
@media screen and (min-width: 321px) {
 
  .the-nav {
    display: block;
  }

  .the-nav .nav {
    display: block;
  }

  .the-nav .nav-pill:after {
    content: "";
    display: table;
    clear: both;
  }

  .the-nav > .nav {
    margin: 0;
    line-height: normal;
  }
/* Active State */
  .the-nav > .nav > li:hover > a {
    color: #303030;
  }

  .the-nav > .nav > li:hover .subnav {

  }

  .the-nav > .nav > li:hover .caret {
    border-top-color: #303030;
    border-bottom-color: #303030;
  }

  /* Subnav */
  .nav > li > .subnav {
    display: none;
    position: absolute;
    top: 99%;
    left: -1px;
    margin: 0;
    background:#3e6688;
  }
  .nav li ul.subnav {
    padding: 5px 0 11px 20px!important;
    width: 220px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
  }
    .nav li ul.subnav.long {
    padding: 11px 0 10px 24px!important;
    width: 240px;
  }
  .nav li .subnav li {
    margin: 0 !important;
	display:block !important;
	float:left;
	border-bottom:1px solid #5c84a6;
	width:100%;
  }

  .nav li.dropdown .subnav li a {
    color: #fff !important;
	display:block !important;
	font-size:15px !important;
	line-height: 21px !important;
	width:200px;
	font-weight:normal !important;
	text-transform:none !important;
	border-right:none !important;
	padding: 7px 0px 7px 0 !important;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
  }

  .nav li .subnav li:hover a {
    color: #fff68d !important;
  }

}



/****** CONTENT GRID CSS *******/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 3% 4%;
}

.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
	margin:0 0 3% 0;
}

.span_11_of_12 {
  	width: 91.33%;
}
.span_10_of_12 {
  	width: 82.66%;
}

.span_9_of_12 {
  	width: 74%;
}

.span_8_of_12 {
  	width: 65.33%;
}

.span_7_of_12 {
  	width: 56.66%;
}

.span_6_of_12 {
  	width: 48%;
}

.span_5_of_12 {
  	width: 39.33%;
}

.span_4_of_12 {
  	width: 30.66%;
}

.span_3_of_12 {
  	width: 22%;
}

.span_2_of_12 {
  	width: 13.33%;
}

.span_1_of_12 {
  	width: 4.666%;
}
.group .first {
	margin-left:0;
}
.group .last {
	margin-right:0;
}

.group .right {
	float:right;
	text-align:right
}

.col img { max-width:100% }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom:25px;
	margin-top:25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	
	left: 0;
	width: 100%;
	height: 100%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}

.mainBox {
	display:inline;
	width:320px;
	margin-bottom:25px;
	height:185px;
	background-position:bottom;
	position:relative;
}

.mainBox span {
	position:absolute;
	bottom:15px;
	left:0;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:23px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:0 1px 0 #000;
}

.mainBox#society {
	background-image:url('img/mainBox-01.jpg');
	float:left;
}

.mainBox#conferences {
	background-image:url('img/mainBox-02.jpg');
	float:right;
}

.mainBox#publications {
	background-image:url('img/mainBox-03.jpg');
	float:left;
}

.mainBox#cooperation {
	background-image:url('img/mainBox-04.jpg');
	float:right;
}


.content .col {
	margin-bottom:0;
}

#contactRow {
	background:#274c6b;
	padding:17px 30px 17px 0;
	overflow:hidden;
	margin-top:35px;
	color:#fff;
	font-size:17px;
}

#contactRow .col {
	margin:0 0 0 3%;
}

#contactRow .col.right {
	margin:0;
}

#contactRow .icon {
	color:#274c6b;
	background:#fff;
	padding:6px 7px;
	display:inline;
	margin-right:8px;
}

#copyright {
	font-size:13px;
	color:#8f8f8f;
	padding:20px 0 15px;
}

#copyright a {
	color:#8f8f8f;
}

#copyright a:hover {
	color:#000;
}

#copyright .col {
	margin-bottom:0
}

/****** END OF CONTENT GRID CSS *******/

.carouselBox {
	width:310px;
	margin:auto;
}
.carouselBox .carouselDesc {
	margin-top:12px;
	font-size:14px;
	line-height:20px;
}
.carouselBox .carouselDesc a {
	font-size:17px;
	width:100%;
	float:left;
	color:#0b8ba4;
	margin-bottom:5px;
}


#content, #mainInfos, #slowoRow {
	margin-bottom:55px;
}

#mainInfos .mainInfoBox {
	margin:0 20px 0 0;
	display:inline;
	float:left;
}

#mainInfos .mainInfoBox:last-child {
	margin:0
}
#mainInfos .mainInfoBox img {
	-moz-box-shadow: 0 0 9px #cbcbcb;
	-webkit-box-shadow: 0 0 9px#cbcbcb;
	box-shadow: 0 0 9px #cbcbcb;
}


body.subpage #content {
	margin:0 0 20px;
}


#contactBox { float:left; width:460px }
#formBox { float:right; width:100%; margin-top:30px; }

#subLeft { width:815px; float:left; }
#subRight { width:280px; float:right; }

#subMenu { width:280px; float:left; }
#subContent { width:815px; float:right; }

.specialPic { 
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	float:left;
	height:220px;
}

.specialTitle { 
	background:#274c6b;
	padding:8px 0;
	text-align:center;
	float:left;
	font-size:18px;
	border-top:1px solid #fff;
	text-transform:uppercase;
	color:#fff;
	width:100%;
}

.specialTitle:hover { 
	color:#fff;
}
.specialBox:hover .specialTitle { background:#3d496e; }