body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #555;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
a {
	color: #2b9af3;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F4F4F4;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	border: 0;
	margin-bottom: 30px;
}
/* Navigation */
#menu {
	/*padding: 20px;*/
	transition: all 0.8s;
}
#menu.navbar-default {
	/*background-color: rgba(248, 248, 248, 0);*/
	background-color: #333333;
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #d9e0e2;
	font-weight: 700;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #999999;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #d9e0e2;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #999999;
}
.on {
	background-color: #333333 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #999999 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #6EBAED;
	border-color: #6EBAED;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #29ABE2;
	position: relative;
	height: 100%;
}
header p {
	color: #4B4C4C;
	font-size: 14px;
	margin-top: -80px;
	margin-bottom: 80px;
	
}
header h2 {

	margin-top: -80px;
}
header h3 {
    margin-top: 0px;
	margin-bottom: -120px;
}
header h4 {

	margin-bottom: -120px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}
.btn-default {
	color: #294d57;
	font-family: 'Open Sans', sans-serif;
	background-color: #f1c40f;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #c1a618;
}
/* Home Style */


/* header project section */

#headerproject-section {
	background: url(../img/project-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#headerproject-section p {
	color: #d9e0e2;
	font-size: 1.2em;
	line-height: 1.33;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#headerproject-section h2 {
	color: #d9e0e2;
	margin-bottom:20px;
	letter-spacing: 1px;
	font-weight: 400;
    font-size: 2em;
    line-height: 1.33;
	
}
#headerproject-section h4 {
	color: #d9e0e2;
	margin-bottom:;
	/*letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}

#headerproject-section h3 {
	color: #d9e0e2;
	margin-bottom:;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;

}
#headerproject-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#headerproject-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

.img-responsive {
	margin:0 auto;
}

.intro-text2 {
	position: relative;
	padding-top: 150px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text2 H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end header project section */




/* headerevents section */

#headerevents-section {
	background: url(../img/modcomp_bg_events.jpg) no-repeat bottom center;
	background-size: cover; 
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#headerevents-section p {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#headerevents-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#headerevents-section h4 {
	color: #31708F;
	/*font-size: 13px;*/
	margin-bottom:;
	/*letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}

#headerevents-section h6 {
	color: #31708F;
	margin-bottom:;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;


}
#headerevents-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#headerevents-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}
.img-responsive {
	margin:0 auto;
}
.intro-text2 {
	position: relative;
	padding-top: 150px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text2 H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end headerevents section */


/* header section */

#header-section {
	background: url(../img/modcomp_bg_events.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#header-section p {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#header-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:px;
	margin-top:-60px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#header-section h4 {
	color: #2b9af3;
	/*font-size: 13px;*/
	margin-bottom:;
	/*letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}

#header-section h6 {
	color: #31708F;
	margin-bottom:;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;


}
#header-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#header-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}
.img-responsive {
	margin:0 auto;
}
.intro-text2 {
	position: relative;
	padding-top: 150px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
	margin-bottom:-40px;
}
.intro-text2 H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end header section */

 /* line section */

#line-section {
    background: rgb(51,51,51);
	color: #d9e0e2;
	position: relative;

	
  }

#line-section h6{
	margin-top: 3px;
    margin-bottom: 20px;
	margin-left:-12px;
	margin-right:-12px;

	}

#line-section h6 :hover{
	-webkit-filter: contrast(120%);
	filter:contrast(120%);


	}
 /* end line section */


/* bgproject section */

#bgproject-section {
	background: url(../img/modcomp_bg_wall.jpg) no-repeat bottom center;
	background-size: cover;
	color: #666666;
	position: relative;
	height: 100%;
}
#bgproject-section p {
    color: #666666;
	font-size: 1.2em;
	line-height: 1.33;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#bgproject-section h2 {
	 color: #666666;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#bgproject-section h3 {
	color: #666666;
	margin-bottom:;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	
}
#bgproject-section h4 {
	color: #666666;
	margin-bottom:;
	/*letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1.2em;
    line-height: 1.33;
	
}
#bgproject-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#bgproject-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}
.img-responsive {
	margin:0 auto;
}
.intro-text2 {
	position: relative;
	padding-top: 150px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text2 H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end bgproject section */


/* links section */
#links-section {
	background: url(../img/modcomp_links.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#links-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#links-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#links-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#links-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#links-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#links-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end links Section */


/* link releases-section */
#link_releases-section {
	padding: 120px 0 100px 0;
	background: url(../img/modcomp_links_bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;


}
#link_releases-section h2 {
	color: #acadc0;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
/*#link_releases-section h4 {
	color: #81969c;
	text-transform: uppercase;
}*/
#link_releases-section p {
	color: #d9e0e2;
	/*font-size: 13px;*/
	margin-bottom:;
	/*letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#link_releases-section a {
	color: #1388D8;
	transition: all 0.5s;
}
#link_releases-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}
.space {
	margin-top: 40px;
}
#link_releases-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#link_releases-section .service:hover>i.fa {
	background: #0b3540;
}
/* end link releases section */




/* meeting section */
#meeting-section {
	background: url(../img/itainnova_modcomp_meetiing.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#meeting-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#meeting-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#meeting-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end meeting Section */


/* first_meeting section */
#first_meeting-section {
	background: url(../img/brussels_modcomp_meetiing.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#first_meeting-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#first_meeting-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#first_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#first_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#first_meeting-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#first_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end first_meeting Section */


/* third_meeting section */
#third_meeting-section {
	background: url(../img/thales_modcomp_meetiing.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#third_meeting-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#third_meeting-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#third_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#third_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#third_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#third_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end third_meeting section */



/* third_photo_meeting section */
#third_photo_meeting-section {
	background: url(../img/partners_modcomp_12meetiing_thales.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#third_photo_meeting-section p { 
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#third_photo_meeting-section h2 {
	margin-left:40px;
	margin-right:40px;
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#third_photo_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#third_photo_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#third_photo_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#third_photo_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end third_photo_meeting section */


/* fourth_meeting section */
#fourth_meeting-section {
	background: url(../img/ntua_modcomp_meetiing.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#fourth_meeting-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#fourth_meeting-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#fourth_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#fourth_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#fourth_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#fourth_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end fourth_meeting section */


/* fourth_photo_meeting section */
#fourth_photo_meeting-section {
	background: url(../img/partners_modcomp_18meetiing_ntua.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#fourth_photo_meeting-section p { 
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#fourth_photo_meeting-section h2 {
	margin-left:40px;
	margin-right:40px;
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#fourth_photo_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#fourth_photo_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#fourth_photo_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#fourth_photo_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end fourth_photo_meeting section */


/* fifth_meeting section */
#fifth_meeting-section {
	background: url(../img/brembo_modcomp_meeting.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#fifth_meeting-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#fifth_meeting-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#fifth_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#fifth_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#fifth_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#fifth_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end fifth_meeting section */

/* fifth_photo_meeting section */
#fifth_photo_meeting-section {
	background: url(../img/partners_modcomp_24m_meeting_brembo.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#fifth_photo_meeting-section p { 
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#fifth_photo_meeting-section h2 {
	margin-left:40px;
	margin-right:40px;
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#fifth_photo_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#fifth_photo_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#fifth_photo_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#fifth_photo_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end fifth_photo_meeting section */


/* sixth_meeting section */
#sixth_meeting-section {
	background: url(../img/uob_modcomp_meeting.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#sixth_meeting-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#sixth_meeting-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#sixth_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#sixth_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#sixth_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#sixth_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end sixth_meeting section */

/* sixth_photo_meeting section */
#sixth_photo_meeting-section {
	background: url(../img/partners_modcomp_30meetiing_uob.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#sixth_photo_meeting-section p { 
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#sixth_photo_meeting-section h2 {
	margin-left:40px;
	margin-right:40px;
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#sixth_photo_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#sixth_photo_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#sixth_photo_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#sixth_photo_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end sixth_photo_meeting section */


/* seventh_meeting section */
#seventh_meeting-section {
	background: url(../img/pdt_modcomp_meeting.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#seventh_meeting-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#seventh_meeting-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#seventh_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#seventh_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#seventh_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#seventh_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end seventh_meeting section */

/* seventh_photo_meeting section */
#seventh_photo_meeting-section {
	background: url(../img/partners_modcomp_36meetiing_polito.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#seventh_photo_meeting-section p { 
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#seventh_photo_meeting-section h2 {
	margin-left:40px;
	margin-right:40px;
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#seventh_photo_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#seventh_photo_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#seventh_photo_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#seventh_photo_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end seventh_photo_meeting section */

/* eighth_meeting section */
#eighth_meeting-section {
	background: url(../img/ing_modcomp_meeting.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#eighth_meeting-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#eighth_meeting-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#eighth_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#eighth_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#eighth_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#eighth_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end eighth_meeting section */

/* eighth_photo_meeting section */
#eighth_photo_meeting-section {
	background: url(../img/partners_modcomp_42m_meeting_inegi.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#eighth_photo_meeting-section p { 
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#eighth_photo_meeting-section h2 {
	margin-left:40px;
	margin-right:40px;
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#eighth_photo_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#eighth_photo_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#eighth_photo_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#eighth_photo_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end eighth_photo_meeting section */


/* final_meeting section */
#final_meeting-section {
	background: url(../img/brembo_modcomp_final_meeting.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#final_meeting-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#final_meeting-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#final_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#final_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#final_meeting-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#final_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end final_meeting section */

/* conference_meeting section */
#conference_meeting-section {
	background: url(../img/brembo_modcomp_project_conference.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#conference_meeting-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#conference_meeting-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#conference_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#conference_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#conference_meeting-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#conference_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end conference_meeting section */


/* modcomp_award section */
#modcomp_award-section {
	background: url(../img/modcomp-msam-2019-award.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#modcomp_award-section  p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	letter-spacing: 1px;
}
#modcomp_award-section  h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#modcomp_award-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#modcomp_award-section  a {
	color: #2b9af3;
	transition: all 0.5s;
}
#modcomp_award-section  a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#modcomp_award-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end modcomp_award section */

/* bilateral_meeting section */
#bilateral_meeting-section {
	background: url(../img/ntua_yuz_modcomp_meeting.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#bilateral_meeting-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#bilateral_meeting-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#bilateral_meeting-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#bilateral_meeting-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#bilateral_meetingsection a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#bilateral_meeting-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end bilateral_meeting section */


/* jec20_show section */
#jec20_show-section {
	background: url(../img/jec_2020_modcomp.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#jec20_show-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#jec20_show-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#jec20_show-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#jec20_show-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#jec20_show-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#jec20_show-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end jec20_show section */

/* webinar section */
#webinar-section {
	background: url(../img/modcomp_webinar.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#webinar-section p {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#webinar-section h2 {
	color: #ffffff;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2.2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#webinar-section h4 {
	color: #ffffff;
	margin-bottom:;
/*	letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#webinar-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#webinar-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

#webinar-section  a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}



.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}

/* end webinar section */





/* abstract section */
#abstract-section {
	background: url(../img/project2-bg.jpg) no-repeat bottom center;
	background-size: cover;
	background: rgb(242,242,242); 
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#abstract-section p {
	color: #808080;
	font-size: 14px;
	margin-bottom: 20px;
	
}

#abstract-section h2 {
	color: #d9e0e2;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#abstract-section h4 {
	color: #808080;
	/*font-size: 13px;*/
	margin-bottom:;
	/*letter-spacing: 1px;*/
	font-family: 'Open Sans', 'Lato'sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#abstract-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#abstract-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}
.btn-default {
	color: #294d57;
	font-family: 'Open Sans', sans-serif;
	background-color: #f1c40f;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #c1a618;
}

/* end abstract Section */


/* news Section */
#news-section {
	padding: 0px 0 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(152,137,137); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(152,137,137,1) 0%, rgba(173,159,159,1) 20%, rgba(173,159,159,1) 100%, rgba(152,137,137,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(152,137,137,1) 0%, rgba(173,159,159,1) 20%, rgba(173,159,159,1) 100%, rgba(152,137,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(152,137,137,1) 0%, rgba(173,159,159,1) 20%, rgba(173,159,159,1) 100%, rgba(152,137,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AD9F9F', endColorstr='#988989', GradientType=0 ); /* IE6-9 */
	color: #d9e0e2;
}
/*#news-section h4 {
	color: #81969c;
	text-transform: uppercase;
}*/
#news-section p {
	color: #d9e0e2;
	/*font-size: 13px;*/
	margin-bottom:;
	/*letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#news-section a {
	color: #1388D8;
	transition: all 0.5s;
}
#news-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}
.space {
	margin-top: 40px;
}
#news-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#news-section .service:hover>i.fa {
	background: #0b3540;
}
/* end news Section */

/* introduction section */
#introduction-section {
	background: url(../img/introduction-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#introduction-section p {
	color: #d9e0e2;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#introduction-section h2 {
	color: #d9e0e2;
	/*font-size: 13px;*/
	margin-bottom:;
	margin-top: -100px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2em;
    line-height: 1.33;
	/*max-width: 45em;*/
}

#introduction-section h4 {
	color: #d9e0e2;
	/*font-size: 13px;*/
	margin-bottom: ;
	/*letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#introduction-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#introduction-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}
.btn-default {
	color: #294d57;
	font-family: 'Open Sans', sans-serif;
	background-color: #f1c40f;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #c1a618;
}

/* end introduction Section */



/* Latest_news-section */
#latest_news-section {
	padding: 80px 0 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(211,211,211); /* Old browsers */

	color: #d9e0e2;
}

#latest_news-section h2 {
	color:#323232;
    font-weight: 400;
    margin-bottom: 26px;
}


/*#latest_news-section h4 {
	color: #2B9AF3;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.33;
}*/
#latest_news-section p {
	text-align:;
    color: #323232;
    font-size: 14px;
}
#latest_news-section a {
	color: #1388D8;
	transition: all 0.5s;
}
#latest_news-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}
.space {
	margin-top: 40px;
}
#latest_news-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#latest_news-section .service:hover>i.fa {
	background: #0b3540;
}
/* end Latest_news section */





/* map section */
#map-section {
	background: url(../img/map-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#map-section p {
	color: #d9e0e2;
	font-size: 1.2em;
	line-height: 1.33;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#map-section h2 {
	color: #d9e0e2;
	margin-bottom:20px;
	font-weight: 400;
    font-size: 2em;
    line-height: 1.33;

}
#map-section h4 {
	color: #d9e0e2;
	margin-bottom:;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1.2em;
    line-height: 1.33;

}
#map-section h3 {
	color: #d9e0e2;
	margin-bottom:;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;

}
#map-section a {
	color: #2b9af3;
	transition: all 0.5s;
	
}
#map-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}


/* end map Section */


/* partner_wall section */
#partner_wall-section { 
	background: url(../img/modcomp_time_wall.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
#partner_wall-section p {
	color: #d9e0e2;
	font-size: 1.2em;
	line-height: 1.33;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#partner_wall-section h2 {
	color: #d9e0e2;
	/*font-size: 13px;*/
	margin-bottom:20px;
	/*letter-spacing: 1px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
    font-size: 2em;
    line-height: 1.33;

}
#partner_wall-section h3 {
	color: #d9e0e2;
	margin-bottom:;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;

}
#partner_wall-section h4 {
	color: #d9e0e2;
	margin-bottom:;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1.2em;
    line-height: 1.33;

}
#partner_wall-section a {
	color: #2b9af3;
	transition: all 0.5s;
}
#partner_wall-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}
.btn-default {
	color: #294d57;
	font-family: 'Open Sans', sans-serif;
	background-color: #f1c40f;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #c1a618;
}

/* end partner_wall Section */


/* Services Section */
#services-section {
		padding: 80px 0 100px 0;

	background: rgb(250,250,250); 

	color: #666666;
	
}

#services-section hr{
    height: 3px;
    width: 60px;
    position: relative;
    background: #fafafa;
    border: 0;
    margin-bottom: 30px;

}
#services-section h4 {
	color: #2B9AF3;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.33;
	
	
	
}
#services-section h6 {
	color: #808080;
	font-size: 15px;
	margin-bottom: 50px;
    line-height: 1.33;
	font-weight: 400;
}

#services-section p {
	text-align: left;
	color: #808080;
	font-size: 14px;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#services-section .service:hover>i.fa {
	background: #0b3540;
}

#services-section li:before {
	content: "✓";
	color: #2B9AF3;
	margin-left:-30px;
	
}
/* end services- Section */




/* partners Section 
==============================*/
#partners-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(242,242,242); /* Old browsers */
	/*background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 );*/ /* IE6-9 */
}
#partners-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #f1c40f;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
#partners-section hr {
	background: #a9971c;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #51633d;
	border: 1px solid #f7dc6f;
	padding: 8px 16px;
	border-radius: 3px;
}
ol.type li a.active {
	background: #f7dc6f;
}
ol.type li a:hover {
	background: #f7dc6f;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #c0cbce;
	background: rgba(77, 77, 77, 0.8);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 20px;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #CCCCCC;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #a7b6ba;
	background-color: #555;
	border-color: #333;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #a7b6ba;
	background-color: #333;
	border-color: #333;
}
/* end partners Section */


/* schedule Section */
#schedule-section {
	padding: 80px 0 100px 0;
    background: rgb(255,255,255);
	color: #666666;
	
}
#schedule-section h3 {
	font-size: 16px;

}
#schedule-section h4 {
	color: #2B9AF3;
	text-transform: uppercase;
}


#schedule-section h6 {
	color: #808080;
	font-size: 13px;
	margin-bottom: 50px
}

#schedule-section p {
	text-align: left;
	color: #808080;
	font-size: 14px;
}
.space {
	margin-top: 40px;
}
#schedule-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#schedule-section .service:hover>i.fa {
	background: #0b3540;
}

#schedule-section li:before {
	content: "✓";
	color: #2B9AF3;
	margin-left:-30px;
	
}
/* end Schedule- Section */



/* Press releases-section */
#press_releases-section {
	padding: 80px 0 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(127,127,127); /* Old browsers */

	color: #d9e0e2;
}
/*#press_releases-section h4 {
	color: #81969c;
	text-transform: uppercase;
}*/
#press_releases-section p {
	color: #d9e0e2;
	/*font-size: 13px;*/
	margin-bottom:;
	/*letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#press_releases-section a {
	color: #1388D8;
	transition: all 0.5s;
}
#press_releases-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}
.space {
	margin-top: 40px;
}
#press_releases-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#press_releases-section .service:hover>i.fa {
	background: #0b3540;
}
/* end Press releases section */



/* newsletter-section */
#newsletter-section {
	padding: 80px 0 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(250,250,250); /* Old browsers */

	color: #666666;
}
#newsletter-section h2 {
	color: #626060;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.33;
	margin: 20px;
}
#newsletter-section h4 {
	color: #2B9AF3;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.33;
}

#newsletter-section h6 {
	color: #2B9AF3;
	font-weight: 500;
	font-size: 21px;
	line-height: 1.33;
	margin: 20px;;
}
#newsletter-section p {
	color: #808080;
	/*font-size: 13px;*/
	margin-bottom:;
	/*letter-spacing: 1px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	/*max-width: 45em;*/
}
#newsletter-section a {
	color: #1388D8;
	transition: all 0.5s;
}
#newsletter-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}
.space {
	margin-top: 40px;
}
#newsletter-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#newsletter-section .service:hover>i.fa {
	background: #0b3540;
}
/* end newsletter section */




/* About Section */
#about-section {
	padding: 80px 0;
	background: rgb(255,255,255);
}
#about-section h4 {
	color: #81969c;
	font-size: 20px;
}
#about-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#about-section li:before {
	content: "✓";
	color: #f3ca27;
	padding-right: 5px;
}
/* Team Section */
#team-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(242,242,242); /* Old browsers */

}
#team-section hr {
	background: #a9971c;
}
#team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
	color: #1c424d;
}
#team-section i.fa {
	font-size: 16px;
	color: #faeaab;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #1c424d;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f1c40f;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f1c40f;
}
/* Testimonials Section */
#testimonials-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #F8F8F8;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}
/* Contact Section */
#contact-section {
	padding: 80px 0 20px 0;
    background: rgb(242,242,242);
	color: #666666;
}
#contact-section hr {
	background: #a9971c;
}

#contact-section p {
      color: #666666;
	  font-size: 13px;
	  font-weight: 400;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: #2b9af3;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 60px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #f8e287;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #032731;
}
#contact-section .btn {
	background: transparent;
	border: 2px solid #ccc;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #555;
	font-size: 16px;
	transition: all 0.5s;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #fef9e7;
	border: 2px solid #fef9e7;
	color: #5b777f;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer */
#footer {
	background: #333333;
	padding: 15px 0 10px 0;
	color: #d9e0e2;
	text-align: center;
}
#footer p {
	margin-top: 10px;
}

/* footer-info section */
#footer-info-section {
	background: #333333;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
	text-align: left;
	line-height: 20px;
	padding: 55px 1px;
}
#footer-info-section p {

	font-size: 13px;
	margin-bottom: 25px;
	color: #92999f;
	
}

#footer-info-section h2 {
    color: #92999f;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
#footer-info-section h4 {
	color: #2b9af3;
	/*font-size: 13px;*/
	margin-bottom:;
	/*letter-spacing: 1px;*/
	font-family: 'Open Sans', 'Lato'sans-serif;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.33;
	
	/*max-width: 45em;*/
}
#footer-info-section h3 {
    color: #D9E0E2;
    font-size: 13px;
    margin-bottom: 12px;
}
#footer-info-section h5 {
	margin-bottom:30px;
	
}

#footer-info-section a {
	color: #2b9af3;
	transition: all 0.5s;
	color: inherit;
	
	
}
#footer-info-section a:hover, a:focus {
	text-decoration: none;
	color: #6EBAED;
}

.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.row {

	margin-right: 0px;
    margin-left: -15px;
	padding-right:0px;
	padding-left: 0px;
}

.color {
	color: #f3ca27;
}
.btn-default {
	color: #294d57;
	font-family: 'Open Sans', sans-serif;
	background-color: #f1c40f;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #c1a618;
}

/* end footer-info Section */

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}





