@charset "utf-8";

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active { outline:0px !important}

a, a:hover, a:focus, a:active {
	color: #A1BF37;
	font-weight: 600;
	
}


/* Primary Styles
---------------------------------*/
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #888888;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	color: #A1BF37;	
}
.sectiontitle {
	font-weight: 800;
	border-bottom-style: solid;
	border-bottom-color: #A1BF37;
	border-bottom-width: 1px;
	text-align: center;
}
.title_decoration {
	color: #FFF;
	background-color: #000000;
	display: inline-block;
	padding: 10px;
	font-weight: 600;
}

h1.fancy {
  position: relative;
  text-align: center;
}

h1.fancy span {
  background: #fff;
  padding: 0 30px;
  position: relative;
}

h1.fancy:before {
  background: #ececec;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
    top: 50%;
  width: 100%;
}
h1.fancy:before {
  left: 0;
}
h1.fancygray {
  position: relative;
  text-align: center;
}

h1.fancygray span {
  background: #f5f5f5;
  padding: 0 30px;
  position: relative;
}

h1.fancygray:before {
  background: #ececec;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
    top: 50%;
  width: 100%;
}
h1.fancygray:before {
  left: 0;
}

h2{
	font-size:1.8em;
	color:#222222;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	font-weight:700;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}
h3{
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	color: #222222;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h6{
	font-size:16px;
	color:#888888;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height: 24px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.back-to-top {
			width: 40px;
	height: 40px;
	position: fixed;
	top: 50%;
	right: 10px;
	margin-top: -20px;
	background-color: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border: 1px solid grey;
	border-radius: 4px;
	z-index: 2000;
	display: none;
	background-image: url(../img/scrolltop.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	cursor: pointer;
		}

/* Header Styles
---------------------------------*/

.header{
	text-align: center;	
	background-color: #000000;
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/bg_imgICC2018.png);
	background-repeat: no-repeat;
	background-position: center top;

}
.header_post{
	text-align: center;	
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;

}

.logo{
	width: auto;
	margin-top: 20%;
	margin-right: auto;
	margin-bottom: 20%;
	margin-left: auto;
}
.header h1, .header_post h1{
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 4em;
	font-weight: 400;
	color: #000000;
	margin-top: 22;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.9);
	text-align: right;	
}
.header h1 span.bigger, .header_post h1 span.bigger{
	font-size: 1.5em;
	font-weight: 400;
	
	
}
.header h1 span.biggercolor, .header_post h1 span.biggercolor {
	font-size: 1.5em;
	font-weight: 400;
	color: #A1BF37;
	
}
.header h1 span.color, .header_post h1 span.color  {
	color: #A1BF37;
}
.header h1 span.minus, .header_post h1 span.minus  {
	font-size: 0.5em;
	line-height: 1em;
	display: inline-block;
	margin-bottom: 0px;
}
.text-upper {
	text-transform: uppercase;	
	
}
.text-min {
	text-transform: none;	
}
.text-justify {
	text-align: justify;		
	
}
.text-bigger {
	font-size: 2em;	
	
}
.text-gray {
	color:#888888;	
	
}
.text-gray-dark {
	color: #222222;
	
}

.text-green {
	color:#A1BF37;	
	
}
.text-gray-light {
	color: #B7B7B7;
}
.header h1.small{
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 3em;
	font-weight: 400;
	color: #FFF;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 0;
	background-color: rgba(0,0,0,1);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.btn-primary {
	color: #ffffff;
	background-color: #A1BF37;
	font-size: 1.2em;
	font-weight: 600;
	border-top-color: #A1BF37;
	border-right-color: #A1BF37;
	border-bottom-color: #A1BF37;
	border-left-color: #A1BF37;
	border-radius: 2em;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #000000;
	border-color: #336600;
}
.big {
	font-size: 1.5em;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	color: #FFF;
	margin: 4px;
	display: inline-block;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}

.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding:15px 35px;
	background:#7cc576;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#7cc576 !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #7cc576;
	text-decoration:none;
	color:#fff !important;
}


/* Navigation
---------------------------------*/
.main-nav-outer{
	padding: 0px;
	border-bottom: 1px solid #dddddd;
	box-shadow: 0 4px 5px -3px #ececec;
	background: #fff;
}
.main-nav{
	text-align:center;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display: inline-block;
	color: #222222;
	text-transform: uppercase;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	text-decoration: none;
	line-height: 20px;
	margin: 17px 32px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-size: 1.3em;
}

.main-nav li a:hover{
	text-decoration: none;
	color: #A1BF37;
}

.small-logo{ 
	padding:0 32px;
}

.main-section{
	padding:90px 0 110px;
}
.main-section_nor{
	padding: 20px 0 20px 0;
	
}
.main-section-int{
	padding-top: 180px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
.brand-headingtop {
	font-size: 1.7em;
	color: #000000;
	text-align: right;
	margin-top: 10px;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
}

.brand-headingtopsub {
	font-size: 1.6em;
	color: #A1BF37;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	font-weight: bold;
}
.menu {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menuspace.navbar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	

}
.bg_nav {
	background-color:#F8F8F8

}
.menuspace {
	margin-top: -24px;

}
@media (max-width: 767px){
.menuspace {
	margin-top: 20px;

}
}

@media (max-width: 979px){
.brand-headingtopsub {
	font-size: 1.5em;

}
.brand-headingtop {
	font-size: 1.5em;
	margin-top: 0px;
}

}
.navbar {
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	
}
.navbar-ICC-collapse {
	padding-top: 4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: -10px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus, 
.navbar-nav > li > a:active, 
.navbar-nav > .active > a,
 .navbar-nav > .active > a:hover,
 .navbar-nav > .active > a:active,
.navbar-nav > .active > a:focus {
	background-color: #FFF;
	color: #A1BF37;
	padding-right: 10px;
	font-weight: normal;
}
.navbar-nav > li > a {
	padding-right: 10px;
	color: #000;
	font-weight: normal;
}

ul.nav a:active, ul.nav a:hover, ul.nav a:focus {
	background-color: #FFF !important;
	color: #A1BF37;
}

.navbar-toggle:hover,
.navbar-toggle:focus, 
.navbar-toggle:active, 
.dropdown-toggle:hover,
.dropdown-toggle:focus, .dropdown-toggle:active {
	background-color: #FFF;
	color: #A1BF37;
	font-weight: normal;
}
.dropdown-menu > li > a {
	font-size: 1.3em;	
	font-weight: normal;
	font-size: 18px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
	background-color: #FFF;
	color: #A1BF37;
	font-weight: normal;
	
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #A1BF37;
  background-color: #FFF;
}

@media(min-width:767px) {
    .navbar {
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
	padding: 0px;
    }

    .top-nav-collapse {
	padding: 0;
	
    }


}

@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
 .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus, 
.navbar-nav .open .dropdown-menu > li > a:active  {
	background-color: #FFF;
	color: #A1BF37;
  }
 .navbar-nav .open .dropdown-menu > .active > a,
 .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-nav .open .dropdown-menu > .active > a:active  {
   background-color: #FFF;
  color:#A1BF37;
  }
 .navbar-nav .open .dropdown-menu > .disabled > a,
 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
#caeconference span.ico {
	display: block;
	transition: all .2s ease-in-out;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#caeconference span .fa-2x {
	font-size: 1.5em;	
}

#caeconference li:hover span {
  transform: translateY(-10px);
}

@media (min-width: 768px) and (max-width: 979px) {
#caeconference span.ico  {
display: none;		
}
}
@media (max-width: 768px) {
#caeconference span.ico {
	display: none;
}
}


/* List
---------------------------------*/

.info-list{
	padding:0 0 0 0;
	margin-bottom:40px;
}
.info-list-col1{
	float:left;
	width:60px;
}

.info-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.info-list-col2{
	overflow:hidden;	
}
.info-list-col2 h3{
	font-size: 2em;
}
.main-section.alabaster{
	background:#fafafa;
}
#evidence {
	padding-top: 40px;
	
    } 
#evidence_past {
	padding-top: 140px;
	
    } 
@media (min-width: 768px) and (max-width: 979px) {
#evidence {
	padding-top: 20px;
    } 
	#evidence_past {
	padding-top: 100px;
    } 
}
@media (max-width: 768px) {
#evidence, #evidence_past {
	padding-top: 180px;
    } 
}
#pasteditions {
	background-color: #fff;
}


/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#7cc576;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}

/* Clients
---------------------------------*/
.client-part{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: ''Open Sans',sans-serif';
	font-style: italic;
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #7cc576;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#7cc576;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#7cc576;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding:85px 0;
}
.main-section.team h6{
	margin-bottom:40px;
}


/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:0 auto;
}
.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.team-leader-box span{
	margin-bottom:24px;
	display:block;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;
	
}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
	border-radius:50%;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking{
	background:url(../img/section-bg2.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.business-talking h2{
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}


/* Contact
---------------------------------*/
.main-section.contact{
	margin-top: 0px;
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 200px;
	padding-left: 0;
}

.main-section.contact{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../img/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: auto;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: Tahoma, Geneva, sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#7cc576;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

/* Footer
---------------------------------*/

#footer-infow {
	background-color: #FFFFFF;
	padding: 4px;
}
#footer-info {
	background-color: #000000;
	color: #FFF;
	padding: 15px;
	background-image: url(../img/footer_img.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center top;
}
#footer-info p, #footer-info h1, #footer-info h2, #footer-info h3, #footer-info a,  #footer-info h4  {
	color: #FFF;

}
#footer-info h2 {
	color: #FFF;
	font-size: 1.5em;
	text-transform: none;
}
.copyright{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a{
	color:#7cc576;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #fff;
}

.res-nav_click {
	line-height: 38px;
	font-family: 'FontAwesome';
	font-size: 38px;
	text-decoration: none !important;
	color: #777777;
	font-style: normal;
	display: none;
	width: 42px;
	height: 27px;
	margin: 20px auto;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	z-index: 1000;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #A1BF37 !important;
}

.portfolioContainer{
	max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}

/* pagescroll
---------------------------------*/
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #000000;
	border-radius: 35px;
	font-size: 40px;
	color: #FFFFFF;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background-color: rgba(0,0,0,0.5);
	background-position: 0 0;
}

.btn-circle:hover,
.btn-circle:focus {
	outline: 0;
	color: #000;
	background-color: rgba(255,255,255,0.4);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.box_azzcube {
	padding: 15px;
	background-color: rgba(0,173,209,1);
	color: #FFF;
}
.box_azzcube h1, .box_azzcube h2, .box_azzcube h3,  .box_azzcube h4, .box_azzcube p, .box_azzcube a  {
	color: #FFF;
	text-transform: none;	
}
 .evidenceblack h1, .evidenceblack h2, .evidenceblack i, .evidenceblack p, .evidenceblack a,   .evidenceblack h3,  .evidenceblack h4,  .evidenceblack li,
 .evidencecolored h1, .evidencecolored h2, .evidencecolored h3, .evidencecolored i, .evidencecolored p, .evidencecolored a   {
	color: #FFFFFF;	
}
.evidenceblack  {
	background-color: #000;
	padding: 10px 20px;
}
.evidencebordered {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.evidencecolored  {
	background-color: #000000;
	color: #FFF;
	padding: 10px 20px;
	background-image: url(../img/sfondo_img.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center top;
	}
.tooltip {
	font-size: 14px;
	line-height: 1.4;
	text-transform: none;
}
#mediainfo, #privacy, #program,  #registration {
	background-color: #FFFFFF;
}

.spacearea {
	height: 308px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
}

.spacearea-responsive {
  display: block;
  max-width: 100%;
  height: 300px;
}

ul li h4 {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.full-width-image-venue {
	text-align: center;
	height: 300px;
	background-image: url(../img/vicenza.jpg);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-o-background-size: contain;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
.main-section.venue{
	padding-bottom: 0px;
}

.photomedia {
	background-color: #000;
	border: 3px solid #CCC;
}
.img-polaroid {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #999;
}
.background_gray {
	background-color: #f5f5f5;
}
.background_gray-light {
	background-color: #f8f8f8;
}

.background_black {
	background-color: #000;
	display: inline-block;
	padding: 10px;
}

.full-width-black {
	background-color: #000;
	text-align: center;
	vertical-align: middle;
}
.full-width-black h1 {
	text-align: center;
	vertical-align: middle;
	color: #FFF;	
	padding-top: 20px;
	font-size: 4em;
	font-weight: 400;
}
.full-width-black h2 {
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	text-transform: none;
	font-size: 2.2em;
	font-weight: normal;
	padding-bottom: 10px;
}

@media (max-width: 768px) {
	.full-width-black h1 {
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	padding-top: 10px;
	font-size:28px;

}
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
.full-width-black h1 {
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	padding-top: 10px;
	font-size:28px;

}
}
	/* contenitore youtuberesponsive */
.youtube {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 5px;
	background-color: #000;
	border: 1px solid #000;
        }
        
        .youtube iframe,
        .youtube object,
        .youtube embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 100;
            background: transparent;
        }
        
        .youtube img {
            bottom: 0;
            display: block;
            left: 0;
            margin: auto;
            max-width: 100%;
            width: 100%;
            position: absolute;
            right: 0;
            top: 0;
            border: none;
            height: auto;
            cursor: pointer;
            -webkit-transition: .4s all;
            -moz-transition: .4s all;
            transition: .4s all;
        }
        
        .youtube img:hover {
            -webkit-filter: brightness(75%);
        }
        
   .youtube .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	cursor: pointer;
	background-image: url(../img/TxzC70f.png);
	background-repeat: no-repeat;
        }
		
.evidencegray  {
	background-color: #F2F2F2;
	padding: 10px 20px;
}
.evidencegrayeventi  {
	background-color: #F2F2F2;
	padding: 20px;
	border: 1px solid #C0C0C0;
	margin-bottom: 10px;
	margin-right: 10px;
}
.evidenceblu  {
	background-color: #00ADD1;
	padding: 10px 20px;
}
.evidenceblu p,  .evidenceblu h4, .evidenceblu h3, .evidenceblu h2, .evidenceblu ul li, .evidenceblu a, .evidenceblack h2, .evidenceblack h3, .evidenceblack i, .evidenceblack p, .evidenceblack a   {
	color: #FFFFFF;	
}
.evidenceblack  {
	background-color: #000;
	padding: 10px 20px;
}
.box  {
	background-color: #F2F2F2;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 6px;
}
.box  h3{
	margin: 0px;	
}
.box_rounded {
	width: 144px;
	height: 144px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #00ADD1;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}
.box_rounded_mini {
	width: 100px;
	height: 100px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #00ADD1;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}
.box_rounded h1  {
	color: #FFF;
	text-align: center;
	font-size: 3.1em;
	font-family: 'OpenSansCondensedBold', Arial, sans-serif;
	line-height: 3.2em;
}
.box_rounded_mini h1  {
	color: #FFF;
	text-align: center;
	font-size: 2.1em;
	font-family: 'OpenSansCondensedBold', Arial, sans-serif;
	line-height: 3.2em;
}

.blackbac {
	background-color: #000000;
	color: #FFF;
}
.blackfont{
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 1.4em;
}
.cornicewhite {
	border: 4px solid #ededed;
	padding: 10px;
	margin-bottom: 6px;
	background-color: #FFF;
}

.cornicewhitehome {
	border: 4px solid #ededed;
	padding: 8px;
	margin-bottom: 6px;
	background-color: #A1BF37;
	color: #FFF;
}
.black {
	background-color: #000;
}
.cornicewhitehome h1 {
	font-size: 2em;
	color: #FFF;
	font-weight: 800;
}
.cornicewhitehome img {
	margin-right: auto;
	margin-left: auto;	
}
.min {
	text-transform: none;
}
.panel-group {
	margin-top:8px;
}
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\2212";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\2b";
}
.panel-heading_white {
	background-color: #FFF;	
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.borderless {	
	border: 0px none #FFF;
}
.panel-heading_white a:after {
    font-family:'Glyphicons Halflings';
    content:"\2212";
    float: right;
    color: grey;
}
.panel-heading_white a.collapsed:after {
    content:"\2b";
}

.panel-title, .panel-title > a {
  font-size: 20px;
  color: grey;
}
.panel-title-big, .panel-title-big > a {
  font-size: 26px;
  color: grey;
}
.panel-group .list-group {
	margin-bottom: 0;
}

.panel-group .list-group .list-group-item {
	border-radius: 0;
	border-left: none;
	border-right: none;
}

.panel-group .list-group .list-group-item:last-child {
	border-bottom: none;
}

#abstractsubmissionform, #postersubmissionform, #bookingform {
	padding-top: 180px;
}

.sponsor {
	margin-bottom: 40px;
}
.sponsor img{
	margin-right: auto;
	margin-left: auto;
}
.sponsor p {
	margin-bottom: 10px;
}
.linkline{
	color: #FFF;
	background-color: #A1BF37;
	text-align: center;
	font-size: 16px;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	max-width: 100%;
	padding: 6px;
}
.linkline a{
	color: #FFF;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 20px;
}

.effect_image {
	position: relative;
	background: #FFF;
	margin-bottom: 20px;
	border: 8px solid #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
	-moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
	box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
	color: inset 0 1px #fff,0 0 8px #c8cfe6;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.effect_image:hover  {
	overflow: hidden;
	position: relative;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
  }

/*--------------------------------------------------------------------------
+	Portfolio Style
--------------------------------------------------------------------------*/
.portfolio-item {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #FFF;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	color: inset 0 1px #fff,0 0 8px #c8cfe6;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #000;
}
.portfolio-item .portfolio-image {
	overflow: hidden;
	position: relative;
	background-color: #000;
	border: 1px solid #FFF;
}
.portfolio-item .portfolio-image img {
	max-width: 100%;
	display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
	margin-right: auto;
	margin-left: auto;
}
.portfolio-item:hover .portfolio-image img {
 -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.portfolio-item ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
  padding: 12px;
}
.portfolio-item ul li {
  line-height: 22px;
}



.portfolio-item .portfolio-speakername {
	font-size: 2.4em;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	text-transform: uppercase;	
	color: #fff;
	line-height: normal;

}
.portfolio-item .portfolio-speakercompany{
	font-size: 1.5em;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	color: #fff;
	line-height: normal;
	padding-bottom: 20px;
	font-weight: 600;
}

.portfolio-image {
	overflow: hidden;
	position: relative;
	border: 1px solid #FFF;
}
.portfolio-image img {
	max-width: 100%;
	display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
	margin-right: auto;
	margin-left: auto;
}
 .portfolio-image:hover img {
 -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolio-info 	{
	background-color: #000;
	border: 1px solid #FFF;
	padding: 20px;
}
.portfolio-info .portfolio-speakername {
	font-size: 2.4em;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	text-transform: uppercase;	
	color: #fff;
	line-height: normal;

}
.portfolio-info .portfolio-speakercompany{
	font-size: 1.5em;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	color: #fff;
	line-height: normal;
	padding-bottom: 20px;
	font-weight: 600;
}


.flex-row {
	display: flex;
	flex-wrap: wrap;
}
.flex-row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.flex-row .thumbnail,
.flex-row .thumbnailes,
.flex-row .caption {
	flex-direction: column;
	display: flex;
	flex: 1 0 auto;
	height: auto;
	position: relative;
}

.fondo {
	margin-top: auto;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #F0F0F0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-bottom-color: #F0F0F0;
	vertical-align: middle;
}
.table > tbody > tr > td h3,
.table > tbody > tr > td h2 {
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.table > tbody > tr > td h4 {
	color: #000000;
	font-size: 1.4em;
}
.table > tbody > tr > td h2 {
	font-size: 1.7em;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
.table-hover > tbody > tr:hover > td a,
.table-hover > tbody > tr:hover > td h2,
.table-hover > tbody > tr:hover > td h3,
.table-striped > tbody > tr:hover  > td,
.table-striped > tbody > tr:hover  > th,
.table-striped > tbody > tr:hover  > td a,
.table-striped > tbody > tr:hover  > td h2,
.table-striped > tbody > tr:hover  > td h3  {
	background-color: #FFFFFF;
}

.table > tbody > tr > td h3,
.table > tbody > tr > td h2 {
	color: #A1BF37;
	text-align: left;
}
.table > tbody > tr > td h3.gray,
.table > tbody > tr > td h2.gray{
	color: #888888;	
}
.table > tbody > tr > td h3.white,
.table > tbody > tr > td h2.white,
.table > tbody > tr > td h3.white{
	color: #FFFFFF;
}

.table > tbody > tr > td h3.black,
.table > tbody > tr > td h2.black{
	color: #000000;
}
.table-hover > tbody > tr:hover > td.piatto,
.table-hover > tbody > tr:hover > th.piatto,
.table-hover > tbody > tr:hover > td.piatto a,
.table-hover > tbody > tr:hover > td.piatto h2,
.table-hover > tbody > tr:hover > td.piatto h3,
.table-striped > tbody > tr:hover  > td.piatto,
.table-striped > tbody > tr:hover  > th.piatto,
.table-striped > tbody > tr:hover  > td.piatto a,
.table-striped > tbody > tr:hover  > td.piatto h2,
.table-striped > tbody > tr:hover  > td.piatto h3,
.table-hover > thead > tr > th.piatto,
.table-hover > tbody > tr > td.piatto,
.table-hover > tbody > tr > td.piatto a,
.table-hover > tbody > tr > td.piatto h2,
.table-hover > tbody > tr > td.piatto h3,
.table > tbody > tr > td.piatto,
.table > tbody > tr > td.piatto a,
.table > tbody > tr > td.piatto h2,
.table > tbody > tr > td.piatto h3

  {
	background-color: #F0F0F0;
	color: #ADADAD;
}
.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th  {
	border: none;
		
}
.tableprogram tbody td:nth-of-type(odd){
  background:rgba(255,255,255);
}
.tableprogram tbody td:nth-of-type(even){
	background-color: #F2F2F2;	
}
.tableprogram h3, .tableprogram h4 {
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.tableprogramcalendar {
	margin: 0px;
	padding: 0px;	
}

.tableprogramcalendar h4 {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #333;
}
.tableprogramcalendar h4 a{
	color: #333
}
.tableprogramcalendar h2 {
	margin: 0px;
	color: #FFFF;
	padding: 6px;
}
@media (max-width: 768px) {
  .tableprogram {
	display: none;    
  }
}


#trans, #gas, #ene, #aero, #civil, #comp, #food, #manu, #fou, #metal, #plen, #prog, #machi, #sof, #ele, #bio, #metal, #plen, #sim, #iot, #auto  {
	position: relative;
	top: -150px;		
}

.accordion-toggle {
  cursor: pointer;
}

.nospace {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nospace_2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.equal {
	padding: 0px;
	margin-top: auto;
	margin-bottom: auto;
}
.poster h1{
	text-align: left;
	text-transform: none;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
}

.poster {
	margin-top: 4px;
	margin-bottom: 4px;
}

.poster h2 {
	color: #999999;
	font-size: 1.2em;
	text-transform: none;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: left;
	font-weight: lighter;
}
.poster p.small {
	text-align: left;
	line-height: 14px;
	padding-bottom: 6px;
}


.poster h4  {
	color: #666666;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	font-size: 1em;
	font-weight: lighter;
}
.toggletitle{
	width: 100%;
	float: left;
	border: 1px solid #DDD;
	cursor: pointer;
	background-color: #EEEEEE;
	background-image: url(../img/togglesgreen.png);
	background-repeat: no-repeat;
	background-position: right -50px;
	font-weight: bold;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 1.5em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #A1BF37;
}
.toggletitle a{
	color: #A1BF37;
}

.toggletitle.active {
	background-position: right 5px;
}

.togglecontent{
	width:94%;
	float:left;
	padding:3%;

}


.slider-section{
	height: 750px;
	max-height:100%;

}
@media (min-width: 767px) and (max-width: 990px) {
   
 .slider-section{
	height:500px;
	max-height:100%;

}  

}


/* List
---------------------------------*/

.info-list{
	padding:0 0 0 0;
	margin-bottom:40px;
}
.info-list-col1{
	float:left;
	width:60px;
}

.info-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.info-list-col2{
	overflow:hidden;	
}
.info-list-col2 h3{
	font-size: 2em;
}
.main-section.alabaster{
	background:#fafafa;
}
	
	
.full-width-image-poster {
	text-align: center;
	height: 550px;
	background-image: url(../img/full_bg_poster.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: -30px;
	margin-left: 0px;
}
.full-width-image-research {
	text-align: center;
	height: 550px;
	background-image: url(../img/full_bg_research.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.full-width-image-exhibition {
	text-align: center;
	height: 550px;
	background-image: url(../img/full_bg_exhibition.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
@media (max-width: 768px) {
.full-width-image-poster, .full-width-image-research, .full-width-image-exhibition {
	height: 120px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
.full-width-image-poster {
	height: 80px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
}
	
.img-polaroid {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #999;
}
.img-polaroid-right {
	background-color: #FFF;
	border: 1px solid #999;
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
}

.img-polaroid-center {
	margin-left: auto;
	margin-right: auto;
}
.img-polaroid-center-list {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
}
.smallpartner {
	font-size: 12px;
	text-align: justify;
	line-height: 13px;	
}

/*----------- .portfolio --------------*/
.portfolio {
	list-style: none outside;
	margin: 0;
	background-color: #FFF;
}
.portfolio li {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 10%;
	border: 3px solid #FFF;
}
 .portfolio li img {
    width: 100%;
  }
.magnifier {
  opacity: 1;
  position: relative;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.magnifier:hover {
  opacity: 0.7;
}
.magnifier:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #000000;
	background-image: url(../gallery/magnifier.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.magnifier:hover:after {
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width: 979px) {
  .portfolio {
    margin-left: -10px;
  }
  .portfolio li {
    margin-left: 30px;
    width: 45%;
  }
  .portfolio li img {
    width: 100%;
  }

}
@media (max-width: 767px) {
    .portfolio {
    margin-left: -30px;
  }
  .portfolio li {
    float: left;
    margin-left: 30px;
    width: 44%;
  }
  .portfolio li img {
    width: 100%;
  }
  
}
@media (max-width: 640px) {
  .portfolio li {
    float: left;
    margin-left: 30px;
    width: 43%;
  }
  .portfolio li img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .portfolio {
    margin: 0;
  }
  .portfolio li img {
    width: 100%;
  }
  .portfolio li {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #000000;
	background-image: url(../gallery/spinner.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.preloader {
	background-image: url(../gallery/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.nero {
	background-color: #000;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.nero h1{
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #000;
	padding: 20px;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	margin: 0px;
}
.bianco {
	color: #FFF;
}
.biancodidascalia {
	color: #000;
	background-color: #FFF;
	padding: 10px;
	opacity: 0.95;
	filter: alpha(opacity=95);
	font-weight: normal;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
		
		  /* STAMPA */
@media print {
   #caeconference { display:none; }
   .full-width-image-upbackgound01 { display:none; }

 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 4px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;	
}

div#container {width: auto;}
.portfolio-image {
	background-color: #000;
	height: 300px;
 }
.portfolio-item {
	height: 450px;
 }
.bgrd li.portfolio-speakername, .bgrd li.portfolio-speakercompany {
	width: auto;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
}
.portfolio-info-fade li.portfolio-sector, .portfolio-info-fade li.portfolio-speakertitle {
	display:none; 
}
.table > tbody > tr > td h3,
.table > tbody > tr > td h2, .table > tbody > tr > td h4 {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}



@media print {
.delay-1s, .delay-02s, .delay-03s, .delay-04s, .delay-05s ,.delay-06s, .delay-07s, .delay-08s, .delay-08s, .delay-10s, .delay-11s, .delay-12s  {
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
	-o-transition: none!important;
	transition: none!important;	
    }
.wow{
        animation-name: none !important;
        visibility: visible !important;
    }
}

  /* FINE STAMPA */


