 /* @group General */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'noto_sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	background: #eee;
}

#page {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

section {
	padding: 55px 0 85px;
}

section.list {
	padding: 0;
	clear: both;
}

input:required,
textarea:required {
	border-color: #ccc !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

em, i {
	font-family: 'noto_sans';
	font-weight: normal;
	font-style: italic;
}

strong, b {
	font-family: 'noto_sans', sans-serif !important;
	font-weight: bold;
}

strong i, b i,
strong em, b em {
	font-family: 'noto_sans', sans-serif !important;
	font-weight: bold;
	font-style: italic !important;
}

label {
	font-weight: normal;
	display: inline;
}

label.error {
	margin-top: 15px;
	color: #dd1439;
}

input[type="submit"],
button[type="submit"] {
	background-color: #23a09c;
	border-color: #23a09c;
	border-radius: 6px;
	border-bottom-width: 1px;
	color: #fff;
	cursor: pointer;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 17px;
	line-height: 24px;
	margin: 0;
	padding: 3px 10px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

input[type="submit"]:hover,
input[type="submit"]:active,
button[type="submit"]:hover,
button[type="submit"]:active {
	background-color: #fff !important;
	border: 1px solid #23a09c !important;
	color: #23a09c !important;
}

.cookies-required-error {
	display: none;
}

/* @end */

/* @group Links */

h5[data-toggle="collapse"]:hover {
	cursor: pointer;
}

div.top-link:hover {
	cursor: pointer;
}

a:hover {
	cursor: pointer;
}

*, a:focus {
	text-decoration: none;
}

/* @end */

/* @group Typography */

p {
	color: #000;
}

blockquote {
	border-left: 1px solid #EEEEEE;
	font-style: italic;
	margin: 0 0 20px;
	padding: 10px 20px;
}

a,
a:hover {
	color: #DD1439;
	text-decoration: none;
}

a.fancybox {
	color: #000;
}

h2,
h2 a,
h2 a:hover,
h2 a:focus {
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 42px;
	color: #DD1439;
	margin-bottom: 25px;
}

h3, 
h3 a,
h3 a:hover,
h3 a:focus {
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #DD1439;
	margin-bottom: 25px;
	/* text-transform:capitalize;*/
	line-height: 32px;
	text-decoration: none;
}

h3.grey {
	color: #9b9b9b;
}

h4,
h4 a,
h4 a:hover,
h4 a:focus {
	color: #DD1439;
	text-decoration: none;
	font: bold 19px/26px 'museo_sans', sans-serif;
}

.parent-block h3 {
	font-size: 19px !important;
	margin-bottom: 10px !important;
}

.tiny h4 {
	color: #DD1439;

/*	margin-top:30px;
*/
}

.tiny h4 + h5 {
	margin-top: -15px;
}

.tiny h4,
.child-content h4 {
	margin-bottom: 10px;
}

.tiny h5 + ul {
	/*margin-top: -15px;*/
}

.tiny p {
	font-family: 'noto_sans',sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0 !important;
	color: #000;
}

ol li {
	list-style: decimal;
	margin-left: 20px;
}

.webpage-main-content h3 {
	margin-bottom: 30px;
}

.webpage-main-content h3:first-of-type {
	display: inline-block;
}

.webpage-main-content button[name="edit_mode_view"] {
	position: absolute;
	top: 23px;
	display: inline-block !important;
	right: 17px;
	float: right;
	margin: 0;
}

.webpage-main-content.detail .tiny p:last-of-type {
	margin-bottom: 30px !important;
}

.tiny ul,
.tiny ol {
	margin-bottom: 20px; /*30px;*/
	color: #000;
}

.tiny ul li > li {
	list-style-type: none !important;
}

.tiny ul:not(.redactor-toolbar) li {
	background: url('../img/icn-li.jpg') no-repeat left center;
	background-position: 0 7px;
	padding-left: 20px;
	font-family: 'noto_sans',sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}

.tiny p {
	margin-top: 8px;
	margin-bottom: 15px;
}

.tiny p:first-of-type {
	margin-top: 0 !important;
}

.tiny h4:first-of-type {
	margin-top: 0;
}

.tiny h4 {
	margin-top: 30px;
	margin-bottom: 15px;
}

.tiny h5 {
	margin-bottom: 8px;
}

.tiny .image-block {
	margin:  25px 0 !important;
	max-width: 100%;
}

.image-block {
	margin:  30px 0 !important;
}

.image-block .image-title p {
	font-size: 12px;
}

.hidden {
	display: none;
}

.webpage-files.download-files {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
}

.thumbnail-title h4 {
	margin-bottom: 0;
}

.thumbnail-content .tiny p {
	margin: 16px 0;
}

.download-files {
	margin: 10px 0;
	padding-top: 7px;
}

.download-block h5 {
	margin-bottom: 7px; /*15px;*/
}

.download-block.main {
	margin-bottom: 30px;
}

.download-block li a span {
	text-transform: uppercase;
}

.download-block.edit li a span {
	text-transform: none;
}

.download-block.edit {
	border: 1px dashed #b4b4b4;
}

.download-block.edit h5 {
	padding: 5px 20px 5px 20px;
}

.download-block.edit li a span.title,
.download-block.edit li a span.infos {
	display: inline-block;
}

.download-block.edit .download-files h5.no-file {
	margin-bottom: 0;
	border-bottom: 0;
}

.download-block.edit .upload-files progress[value] {
	display: block;
	width: 100%;
	height: 1em;
	margin-bottom: 20px;
	border: none;
	color: #dd1439;
	background-color: #fff;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.download-block.edit .upload-files progress[value]::-webkit-progress-bar {
	color: #dd1439;
	background-color: #fff;
}

.download-block.edit .upload-files progress[value]::-webkit-progress-value {
	background-color: #dd1439;
}

.download-block.edit .upload-files .bar {
	display: block;
	height: 1em;
	background: #dd1439;
	margin-bottom: 20px;
}

.download-block.edit .upload-files.first-file {
	border-top: 0 !important;
}

.download-block.edit li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.download-block.edit li:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.download-block.edit .webpage-files.download-files.collapse {
	border-bottom: 0;
}

.download-block.edit h5 {
	border-bottom: 1px dashed #b4b4b4;
}


.download-block.edit .action-buttons {
	margin-top: 10px;
}

.download-block.edit .action-buttons span:first-of-type {
	margin-right: 10px;
}

.download-block.edit .action-buttons span:last-of-type {
	margin-right: 0;
}

.download-block.edit ul {
	margin: 15px 0;
}

.download-block.edit ul,
#upload-file-title {
	padding: 0 13px 0 17px;
}

.download-block.edit .upload-files {
	border-top: 1px dashed #b4b4b4;
}

.download-block.edit .upload-files input,
.download-block.edit .upload-files small {
	padding-left: 17px;
	padding-right: 13px;
}

.download-block.edit .upload-files input[type="file"] {
	margin-top: 15px;
	margin-bottom: 10px;
}

.download-block.edit .upload-files small, small#upload-file-specs {
	display: block;
	font-style: italic;
	padding-bottom: 10px;
}

#redactor-modal-file-insert small#upload-file-specs {
	margin-top: .5em;
}

.download-block.edit #upload-file-title {
	display: none;
}

.download-block input[type="text"].edit-title.error {
	border-bottom: 1px dashed #dd1439 !important;
}

.download-files li {
	background: url('../img/icn-download.png') no-repeat left center;
	padding-left: 35px;
	height: 36px;
}

.download-files li a,
.upload-files label {
	font-family: 'noto_sans',sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

#upload-file-title {
	min-width: 250px;
}

#upload-file-title input[type="text"] {
	border-bottom: 1px dashed #b4b4b4;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: .5em;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.download-files li a span.infos {
	text-transform: uppercase;
	display: block;
}

.download-files .action-buttons.edit.title {
	position: relative;
	top: 30px;
}

.action-buttons {
	float: right;
}

.action-buttons span {
	color: #DD1439;
	display: inline-block;
}


.upload-files .action-buttons span {
	display: none;
}

.edit-title {
	height: 21px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px dashed #b4b4b4;
	min-width: 250px;
}

.action-buttons span:hover {
	cursor: pointer;
}

.brand {
	width: 100%;
	position: absolute;
	z-index: 9998;
	top: 0;
}

.brand h1 a {
	background: url('../img/brand-fieldgen-shadow.png') no-repeat;
	background-size: 293px 148px;
	text-indent: -9999px;
	display: block;
	width: 293px;
	height: 148px;
}

#page .brand {
	width: auto;
	top: 215px;
}

.cover h2 {
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 42px;
	line-height: 46px;
	color: #fff;
}

.cover .tiny p {
	color: #fff;
}

.wrap {
	
}

.glyphicon-play {
	margin-left: 10px;
	height: 10px;
	width: 10px;
	font-size: 10px;
	vertical-align: baseline;
	color: #DD1439;
}

/* @end */

/* @group Redactor */

#page-form .child-content {
	margin-top: 30px;
}

#page-form .sub-nav {
	border-bottom: 0;
}

#page-form .sub-nav button {
	 margin-top: 0;
	 display: inline-block;
	 margin-bottom: 15px;
}

#page-form .sub-nav button#processForm {
	display: none;
}

#page-form .sub-nav button.reverse {
	margin-left: 15px;
	background-color: #ebedee;
	color: #333333;
}

#page-form .sub-nav button:last-of-type {
	 margin-bottom: 15px; 
}

#page-form .sub-nav ul {
	margin-top: 30px;
	margin-bottom: 0;
	padding: 25px 0;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

#page-form .sub-nav li {
	margin: 10px 0;
	font-family: 'noto_sans';
	font-size: 15px;
}

#page-form .sub-nav.affix {
	top: 95px;
	width: 100%;
	max-width: 262.5px;
}

#page-form .sub-nav li .arrows:hover {
	cursor: pointer;
}

#page-form .sub-nav li.order {
	width: 100%;
}

#page-form .sub-nav li.title {
	/*height: 28px;*/
	margin-top: 10px;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #dd1439;
}

#page-form .sub-nav .title,
#page-form .sub-nav .arrows {
	display: inline-block;
}

#page-form .sub-nav .title {
	padding-right: 60px;
}

#page-form .sub-nav .arrows {
	position: absolute;
	right: 15px;
	margin-top: 5px;
	color: #dd1439;
	font-size: 10px;
	width: 28px !important;
	text-align: right !important;
}

#page-form .sub-nav .arrows span:last-of-type {
	margin-left: 5px;
}

#page-form .webpage-main-content .child-content {
	margin-bottom: 15px !important;
}

#page-form li.sortable-placeholder {
	border: 1px dashed #b4b4b4;
	background: none;
}

#page-form input[type="text"].title {
	padding-right: 145px;
}

#page-form .webpage-main-content #children-container .child-content:last-of-type .wysiwyg-form input[type="text"].title  {
	padding-right: 105px;
}

.btn[disabled] {
	opacity: 1 !important;
	color: #fff !important;
}

.redactor-editor {
	border: 1px dashed #b4b4b4;
}

.redactor-editor p,
.child-content .child-header p {
	margin-left: 0 !important;
}

.redactor-editor a {
	color: #dd1439;
	text-decoration: none;
}

.child-content .wysiwyg-form .up,
.child-content .wysiwyg-form .down,
.child-content .wysiwyg-form .delete {
	position: absolute;
	margin-right: -1px;
	height: 35px;
	width: 40px;
	line-height: 35px;
	text-align: center;
	color: #dd1439;
	background-color: #fff;
	border-top: 1px dashed #b4b4b4;
	border-bottom: 1px dashed #b4b4b4;
	border-left: 1px dashed #b4b4b4;
}

.child-content .wysiwyg-form .up,
.child-content .wysiwyg-form .down {
	font-size: 12px;
}

.child-content .wysiwyg-form .up {
	right: 95px;
}

.child-content .wysiwyg-form .down {
	right: 55px;
}

.child-content .wysiwyg-form .delete {
	right: 16px;
	font-size: 16px;
	border-right: 1px dashed #b4b4b4;
}

.child-content .wysiwyg-form .up:hover,
.child-content .wysiwyg-form .down:hover,
.child-content .wysiwyg-form .delete:hover {
	cursor: pointer;
}


#children-container .child-content:first-of-type .wysiwyg-form .up {
	display: none;
}

#children-container .child-content:last-of-type .wysiwyg-form .down {
	display: none;
}

#children-container .child-content:last-of-type .up {
	right: 55px;
}

#children-container .wysiwyg-form.child {
	margin-bottom: 30px;
}

.wysiwyg-form input[type="text"].webpage-edit.title {
	width: 100%;
	padding: 20px;
	border: 1px dashed #b4b4b4;
	border-bottom: 0;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #dd1439;
}

#redactor-modal header {
	color: #dd1439;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
}

#redactor-modal footer {
	border: 0;
	padding: 0;
}

#redactor-modal footer button.redactor-modal-action-btn {
	background-color: #23a09c;
}

#redactor-modal footer button.redactor-modal-close-btn:hover {
  background-color: #ebedee;
}

#redactor-modal footer button.redactor-modal-close-btn:active,
#redactor-modal footer button.redactor-modal-action-btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#redactor-modal footer button {
	font-family: 'noto_sans', sans-serif !important;
	font-size: 14px !important;
}

#redactor-modal-file-insert input[type="file"] {
	display: inline-block !important;
}

.redactor-box {
	margin-bottom: 0;
}

.wysiwyg-form div.redactor-editor {
	border-bottom: 0 !important;
}

.wysiwyg-form div.redactor-box:last-of-type {
	border-bottom: 1px dashed #b4b4b4;
}


button.btn.btn-default.redactor-box {
	margin-top: 15px;
	margin-bottom: 30px; 
}

textarea.webpage-edit.title,
textarea.webpage-edit.header {
	margin-bottom: 0;
	border-bottom: 0 !important;
}

ul.toolbar-fixed-box {
	border-bottom: 1px dashed #b4b4b4;
}

form.inscription h3 {
	margin-bottom: 15px;
}

form.inscription .form-group {
	margin-bottom: 0;
}

form.inscription .formDonneesTuteurTutrice .form-group {
	margin-bottom: 7.5px;
}

form.inscription .formDonneesTuteurTutrice .form-group:last-of-type {
	margin-bottom: 0;
}

form.login .formConnection,
form.logout .formDeconnection {
	margin-top: 30px;
}

form.login .checkbox.stay-connected {
	margin-top: 15px;
	margin-left: 15px;
}

form.login .error-message {
	margin-bottom: 30px;
}

form .error-message p {
	color: #dd1439 !important;
}

div.warning-ie8 {
	display: none;
	padding: 15px 0 7.5px 0;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

section.webpage button[type="button"],
section.webpage button[type="submit"] {
	margin: 15px 0;
	background-color: #23a09c;
	color: #fff;
	border: 0;
}


section.webpage textarea.webpage-edit {
	width: 100%;
	border: 1px dashed #b4b4b4;
	/*min-height: 400px;*/
	padding: 10px;
}

/* @end */

/* @group Main Menu */

#header .top-social {
	height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#header .top-social .restaurant .epfShop {
	margin-right: 30px;
}

#header .top-social div {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#header .top-social div a span {
	display: block;
}

#header .top-social .login a span {
	background: url('../img/icn-login.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .support a span {
	background: url('../img/icn-support.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .webunits a span {
	background: url('../img/icn-webunits.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .mail a span {
	background: url('../img/icn-mail.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .citrix a span {
	background: url('../img/icn-citrix.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .restaurant a span {
	background: url('../img/icn-restaurant.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .epfShop a span {
	background: url('../img/icn-epfShop.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .myschool a span {
	background: url('../img/icn-myschool.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .login:hover a span,
#header .top-social .support:hover a span,
#header .top-social .webunits:hover a span,
#header .top-social .mail:hover a span,
#header .top-social .citrix:hover a span,
#header .top-social .restaurant:hover a span,
#header .top-social .epfShop:hover a span,
#header .top-social .myschool:hover a span {
	background-position: bottom left;
}

#header .top-social div a:hover {
	text-decoration: none;
}

#header .menu {
	margin-top: 20px;
	margin-bottom: 0;
}

#header .navbar-nav {
	padding-left: 15px;
}

#header .navbar-nav > li {
	margin-left: 5px;
}

#header .navbar-nav > li:first-child {
	margin-left: 0
}

#header .navbar-nav > li > a {
	background: #EBEDEE;
	color: #000;
	font-family: 'museo_sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	padding: 10px 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: inset 0px 1px 0 #23A09C;
	-webkit-transition: box-shadow .3s ease-in-out;
	-moz-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
}

#header .navbar-nav > li.home > a {
	padding: 9px 15px;
}

#header .navbar-nav > li.active > a {
	background: #23A09C;
	color: #fff;
}

.homepage #header .navbar-nav > li.home > a {
	background: #23A09C;
	color: #fff;
}

#header .navbar-nav > li:hover > a {
	color: #fff;
	box-shadow: inset 0px 100px 0 0 #23A09C;
	-webkit-transition: box-shadow .3s ease-in-out;
	-moz-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	background: #23A09C\9;
}

#header .menu {
	display: none !important;
}

/* @end */

/* @group Subnav*/

.sub-nav {
	background: none;
	padding: 0 0 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #B4B4B4;
}

.sub-nav ul li ul {
	display: none;
}

.sub-nav ul li a {
	margin: 0;
}

.sub-nav > ul.level-0 > li > ul {
	display: none;
}

.sub-nav > ul.level-0 > li.active > ul.level-1,
.sub-nav > ul.level-0 > li.active > ul.level-1 > li.active > ul.level-2,
.sub-nav > ul.level-0 > li.active > ul.level-1 > li.active > ul.level-2 > li.active > ul.level-3,
.sub-nav > ul.level-0 > li.active > ul.level-1 > li.active > ul.level-2 > li.active > ul.level-3 > li.active > ul.level-4 {
	display: block;
}

.sub-nav ul.level-1 li a {
	text-transform: none;
}

.sub-nav ul.level-1 li a:first-letter {
	text-transform: capitalize;
}

/*.sub-nav ul li.active ul{
	display:block;
}*/

.sub-nav ul.level-0 li a {
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin-top: 10px;
	text-transform: none;
}

.page-id-98 .sub-nav ul.level-0 li:first-of-type a {
	font-family: 'museo_sans', sans-serif;
	font-weight: normal;
	font-size: 20px;
}

.page-id-98 .sub-nav ul.level-0 li a {
	font-family: 'noto_sans';
	font-weight: normal;
	font-size: 15px;
	color: #000;
	margin-top: 10px;
}

.sub-nav ul.level-1 li a {
	font-family: 'noto_sans', sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #000;
	margin-top: 10px;
}

.sub-nav ul.level-2 li a {
	margin-left: 10px;
	margin-top: 5px;
	color: #000;
}

.sub-nav ul.level-3 li a {
	margin-left: 20px;
	margin-top: 10px;
	color: #000;
}

.sub-nav ul.level-4 li a {
	margin-left: 30px;
	margin-top: 10px;
	color: #000;
}

.sub-nav > ul.level-0 > li.active > a {
	color: #DD1439 !important;
}

.sub-nav > ul.level-0 > li.active > ul.level-1 > li.active > a {
	color: #DD1439 !important;
}

.sub-nav > ul.level-0 > li.active > ul.level-1 > li.active > ul.level-2 > li.active > a {
	color: #DD1439 !important;
}

.sub-nav > ul.level-0 > li.active > ul.level-1 > li.active > ul.level-2 > li.active > ul.level-3 > li.active > a {
	color: #DD1439 !important;
}

.sub-nav li a {
	margin-top: 0;
}

.sub-nav li a.active {
	color: #DD1439 !important;
}

.sub-nav li .date {
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	border-bottom: none;
}


/* @end */

/* @group Homepage Section */

.homepage-section {
	border-top: 1px solid #B4B4B4;
	border-bottom: 0;
}

.homepage-section .container h3,
.main-content h3 {
	margin-bottom: 25px;
}

/* @group Homepage Carousels*/

.news-control,
	.event-control,
	.contact-control {
	width: 100%;
	padding: 0;
	

/*margin-top:50px;*/
		height: 35px;
}

.news-control ul,
	.event-control ul,
	.contact-control ul {
	margin-bottom: 0;
}

.news-control ul li,
	.event-control ul li,
	.contact-control ul li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 35px;
	height: 35px;
}

.news-control ul li a,
	.event-control a,
	.contact-control a {
	text-indent: -9999px;
	display: block;
	width: 35px;
	height: 35px;
}

.news-control .carousel-control,
	.event-control .carousel-control,
	.contact-control .carousel-control {
	opacity: 1;
}

.news-control .carousel-control.left,
	.event-control .carousel-control.left,
	.contact-control .carousel-control.left {
	background: url('../img/carousel-control-prev-sm.png') no-repeat;
	left: auto;
	right: 37px;
}

.news-control .carousel-control.right,
	.event-control .carousel-control.right,
	.contact-control .carousel-control.right {
	background: url('../img/carousel-control-next-sm.png') no-repeat;
}

.event-control .carousel-control.right,
	.contact-control .carousel-control.right {
	margin-left: 5px;
}

.carousel .carousel-inner .item img {
	width: auto;
	width: 100%;
	max-height: 1000px;
}

.carousel-inner > .active {
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Homepage News */

.inscription-box {
	background: #23A09C;
	color: #fff;
	padding: 25px 25% 25px 25px;
	height: 120px; /*355px;*/
	margin-bottom: 25px;
}

.inscription-box:after {
	content: " ";
	display: block;
	background: url('../img/bg-inscription-box.png') no-repeat center center;
	position: absolute;
	height: 135px;
	width: 135px;
	top: 0;
	right: 15px;
}

.inscription-box h3 {
	color: #fff;
}

.inscription-box .inscription-details,
.inscription-box .inscription-details p {
	color: #fff;
	font-size: 14px;
	font-family: 'noto_sans', sans-serif;
}

.inscription-box .inscription-details {
	margin-bottom: 25px;
}

.inscription-box .btn-inscription {
	background: #fff;
	border-radius: 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 3px 10px;
	color: #1AAEAB;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	text-transform: uppercase;
	margin-top: 5px;
}

#news {
	padding-bottom: 0;
}

/* @end */


/* @group Homepage News */

.flashnews-box {
	background: #DD1439;
	color: #fff;
	padding: 25px 25% 25px 25px;
	min-height: 120px; /*355px;*/
	margin-bottom: 25px;
}

.flashnews-box:after {
	content: " ";
	display: block;
	background: url('../img/bg-flashnews-box.png') no-repeat center center;
	position: absolute;
	height: 135px;
	width: 135px;
	top: 0;
	right: 15px;
}

.flashnews-box h3 {
	color: #fff;
}

.flashnews-box .flashnews-details,
.flashnews-box .flashnews-details p {
	color: #fff;
	font-size: 14px;
	font-family: 'noto_sans', sans-serif;
}

.flashnews-box .flashnews-details {
	margin-bottom: 25px;
}

.flashnews-box .btn-flashnews {
	background: #fff;
	border-radius: 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 3px 10px;
	color: #DD1439;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	text-transform: uppercase;
	margin-top: 5px;
}

/* @end */

/*@group Homepage Testimonials*/

.testimonial-right .thumbnail-image {
	width: 100%;
	min-height: 165px;
	overflow: hidden;
	margin-bottom: 0px;
}

.testimonial-right .thumbnail-title {
	margin-top: 0;
	position: relative;
	background: #fff;
	display: block;
	padding-top: 10px;
	margin-top: -40px;
}

.testimonial-right h4 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 0px;
}

.testimonial-right h5 {
	text-align: center;
	font-family: 'museo', serif;
	font-size: 15px;
	font-weight: bold;
}

.testimonial-left {
	margin-top: 10px;
}

/*@end*/

/*@group Homepage Departement*/

.departement-block {
	overflow: hidden;
	position: relative;
	max-height: 319px;
	margin-bottom: 30px;
}

.overlay {
	opacity: 0;
	color: #fff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 25px;
	text-align: center;
	display: none\9;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.departement-block:hover .overlay {
	background: rgba(219,26,62,.75);
	background: url('../img/overlay-bg.png')\9;
	display: table\9;
	padding-top: 0;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.departement-title {
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 35px;
	color: #FFF;
	margin-bottom: 20px;
}

.departement-block a {
	border-radius: 6px;
	background: #2CA09B;
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	padding: 3px 10px;
}

.departement-block a:hover {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #23A09C;
}

/*@end*/

/* @end */

/* @group Carousel & Cover */

/* @group Cover */

.cover {
	padding: 0;
	background: #DD1439;
	color: #fff;
	position: relative;
}

.cover-section {
	background: #DD1439;
	padding: 0;
	position: relative;
}

.cover-image {
	display: block;
	height: 380px;
	position: relative;
	overflow: hidden;
	background: #DD1439;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #DD1439;
	moz-background-size:cover;
	background-size: cover;
}

.empty.cover-image {
	background: url('../img/banner.jpg') no-repeat center center #DD1439;
	/*box-shadow:inset  0 0 10px 0 rgba(0, 0, 0, 0.5);*/	
	border-bottom: 1px solid #BC1131;
}

.cover-image img {
	display: block;
	margin-left: 50%;
	position: absolute;
	left: -720px;
}

.cover-caption-text .tiny p {
	font-size: 16px;
	line-height: 23px;
}

/* @end */

/* @group Carousel */

.home-crsl-items .crsl-item {
	margin: 0 auto !important;
	width: 1440px;
}

.home-crsl-items .crsl-item.crsl-active {
	z-index: 1;
}

.home-crsl-items .crsl-item .crsl-image {
	height: 380px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.home-crsl-items .crsl-item .crsl-image img {
	max-width: 100%; /* none */
	max-height: 100%;
}

.home-crsl-items .crsl-image .crsl-image-block {
	width: 100%;
	margin: 0 auto;
}

.home-crsl-items .crsl-image .crsl-image-block {
	visibility: hidden;
}

.crsl-caption-text h2 {
	margin-bottom: 20px
}

.wide-image {
	width: 100%;
}

/* @end */

/* @group Search Box */

.btn-search {
	border-radius: 6px;
	background: #fff;
	font-size: 20px;
	color: #149F9D;
	font-family: 'museo', serif;
	font-weight: normal;
	width: 60px;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	padding: 0;
}

.search-content {
	position: absolute;
	top: 380px;
	height: 275px;
	display: none;
	background: #149F9D;
	z-index: 9999;
	width: 100%;
}

.search-content-text {
	height: 270px;
}

.search-content form {
	margin-top: 20px;
}

.search-content form input {
	border-radius: 6px;
	height: 45px;
	display: block;
	width: 100% !important;
}

.form-control {
	/*border: 0;*/
	box-shadow: none;
}

.form-control:focus {
/*	box-shadow: inset 0 0 3px rgba(0,0,0,.3)*/
	border: 1px solid #1D8784
}

/* @end */

/* @group Carousel Caption */

.home-crsl-items .crsl-caption {
	/*height: 270px;*/
	padding: 35px 0;
}

.home-crsl-items .crsl-caption h2,
.search-content h2 {
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 42px;
	line-height: 46px;
	color: #fff;
}

.home-crsl-items .slide-content {
	padding: 60px 0 80px;
	min-height: 300px;
	display: none;
}

.home-crsl-items .item.active .slide-content {
	display: block;
}

.slide-counter {
	line-height: 23px;
}

.slide-title {
	margin-bottom: 0;
	color: #000;
}

.home-crsl-items .crsl-caption .slide-description p,
.search-content p {
	font-family: 'museo_sans', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	margin: 0;
}

.read-more-block {
	height: 100px; /*205px;*/
}

.crsl-caption .read-more,
.search-content .read-more {
	background: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 4px 10px 2px;
	color: #1AAEAB;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 17px;
	float: right;
	text-transform: uppercase;
}

.crsl-caption .read-more:before,
.search-content .read-more:before {
	content: "";
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 30px;
	width: 27px;
	background: url('../img/icn-plus.png') no-repeat #fff;
	margin-left: -38px;
	/*top: 95px;*/
	bottom: 28px;
	position: absolute;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

/* @end */

/* @group Carousel Caption TopBar */

.carousel-caption-topbar {
	position: absolute;
	top: 334px;
	width: 100%;
	z-index: 99;
}

/*.homepage .carousel-caption-topbar{
	top:429px;
}*/

.carousel-buttons {
	height: 46px;
	width: 100%;
}

.carousel-buttons ul li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 46px;
	width: 42px;
	margin-left: 10px;
}

.carousel-buttons ul li a {
	display: block;
	width: 46px;
	height: 46px;
	text-indent: -9999px;
}

.icn-facebook {
	background: url('../img/icn-facebook.png') no-repeat 0 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.icn-print {
	background: url('../img/icn-print.png') no-repeat 0 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.icn-search {
	background: url('../img/icn-search.png') no-repeat 0 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a.icn-search:hover {
	cursor: pointer;
}

.icn-facebook:hover,
.icn-print:hover,
.icn-search:hover {
	background-position: 0 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* @end */

/* @group Carousel Navs */

#home-crsl-nav {
	position: relative;
	height: 46px;
	margin: 0;
}

#home-crsl-nav .carousel-control {
	position: absolute;
	margin-top: 0;
	top: 0;
	zoom: 1;
	height: 46px;
	width: 46px;
	opacity: 1;
}

#home-crsl-nav .carousel-control.next {
	background-image: url('../img/carousel-control-next.png');
	left: auto;
	right: 0;
}

#home-crsl-nav .carousel-control.previous {
	background-image: url('../img/carousel-control-prev.png');
	left: auto;
	right: 50px;
}

.carousel-navigation.nav-right {
	margin-left: 2px
}

.carousel-navigation.nav-left {
	margin-left: 20px;
}

.left.carousel-control,
.left.carousel-control.previous {
	right: 52px !important;
}

.right.carousel-control,
.right.carousel-control.next {
	margin-right: 15px !important;
}

/* @end */

/* @end */

/* @group Thumbnails */

.thumbnail-title {
	margin-top: 16px;
}

.thumbnail-image {
	margin-bottom: 20px;
}

.thumbnail-content .tiny p {
	font-family: 'noto_sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.thumbnail-content .tiny p:first-of-type {
	margin-top: 10px;
}

.thumbnail-content .read-more {
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-radius: 6px;
	text-transform: uppercase;
	padding: 3px 10px;
	background: #23A09C;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #FFF;
	text-shadow: none;
	border: 1px solid #fff;
}

.thumbnail-content .read-more:hover {
	color: #23A09C;
	border: 1px solid #23A09C;
	background: #fff;
}

.thumbnail-item {
	margin-bottom: 55px;
}

/* @end */

/* @group Embed */

figure.fluid {
	margin: 40px 0;
}

iframe.map {
	margin: -40px 0;
	min-height: 225px;
	border: 0;
}

/* @end */

/* @group News */

.news-thumbnail-block {
	height: 150px;
}

.news-thumbnail-item .thumbnail-title {
	
}

.news-thumbnail-item .thumbnail-image {
	margin-bottom: 0px;
}

.homepage #carousel_news .thumbnail-content {
	/*padding-top: 16px;*/
}

/*@end*/

/* @group Agenda */

.date {
	border-bottom: 1px dotted #737373;
	height: 35px;
	margin-bottom: 10px;
}

.webpage .date {
	margin-bottom: 20px;
}

.date .date-span {
	background-color: #fff;
	padding-right: 5px;
	float: left;
	padding-bottom: 1px;
}

.date span {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #23A09C;
	padding: 8px 10px;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	margin-right: 3px;
}

.date span:first-child {
	margin-left: 0;
}

.date.module {
	margin-bottom: 25px;
}

.event-list {
	padding-bottom: 0;
}

.event-list .thumbnail-item {

}

.page-id-7 .thumbnail-item {
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
	margin-bottom: 30px;
}

.agenda-list .thumbnail-item {
	margin-bottom: 70px;
}

.back {
	display: inline-block;
	background-color: #23a09c;
	border: 1px solid #23a09c;
	border-radius: 6px;
	padding: 3px 10px;
	margin-bottom: 20px;
}

.back a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
}

.back:hover {
	background-color: #fff;
}

.back:hover a {
	color: #23a09c;
}

/* @end */

/*@group Contact*/

section#access,
section#map {
	padding-top: 0;
}

section#access,
section#map,
section#contact-form {
	padding-bottom: 0;
}

section#contact-form {
	padding-top: 0;
	margin-top: 45px;
}

section#contact-form .form-group.message{
	margin-bottom: 0;
}

.contact-list {
	padding-bottom: 0;
}

#form .title {
	margin-bottom: 15px;
	text-transform: capitalize;
}

#form {
	padding-bottom: 0;
}

#contact-form .form-submit button {
	font-family: 'museo_sans', sans-serif;
	font-weight: bold;
	font-size: 17px;
	border-radius: 6px;
	text-transform: uppercase;
	padding: 3px 10px;
	background: #23A09C;
	display: inline-block;
	zoom: 1;
	color: #FFF;
	text-shadow: none;
	border: 1px solid #fff;
}

#contact-form .form-submit button:hover {
	background: #fff;
	color: #23A09C;
	border-color: #23A09C;
}

#contact-form .input {
	border: 1px solid #23A09C;
}

input:invalid, textarea:invalid {
	border: 1px solid #DD1439;
	background-color: transparent;
}

input.error {
	background-color: #f0dddd;
}

#contact-form .form-group h3,
#contact-form .form-submit {
	margin-top: 30px;
}

#contact-form form div:first-of-type .form-group h3 {
	margin-top: 0;
}

/*#contact-form #SubscriptionForm div:first-of-type h3 {
	margin-top: 0;
	background-color: orange;
}*/

#SubscriptionForm button[type="submit"] {
	right: auto;
}

/*@end*/

/* @group Webpage */

.btn-back {
	border-radius: 6px;
	background: #23A09C;
	/* width:85px;
	height:25px;*/
	padding: 2px 10px;
	font-family: 'museo', serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.btn-back:hover,
	.btn-back:focus {
	background: #fff;
	color: #23A09C;
	text-decoration: none;
	box-shadow: inset 0 0px 0px 1px #23A09C;
}

.webpage-files.download-files.collapse {
	display: block;
	border-bottom: 1px dotted #1a1a1a; 
}

.child-content h5.collapsed.download-trigger {
	border-bottom: 1px dotted #1a1a1a;
	padding: 0;
	line-height: 35px;
}

.child-sub .webpage-files.download-files.collapse {
	border-bottom: 0;
}

.download-block {
	border-top: 1px dotted #1A1A1A;
	margin-top: 30px;
	border-bottom: none;
}

.download-block li {
	margin: 10px 0;
}

.download-block li:last-of-type {
	margin-top: 10px;
}

.download-block li {
	margin-bottom: 0;
}

.download-block h5 {
	font-family: 'noto_sans',sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 0;
	line-height: 35px;
	border-bottom: 1px dotted #1A1A1A;
}

.download-block h5.collapsed {
	border-bottom: none;
}

/*.download-block h5 span{
		color:#DD1439;
		font-size:10px;
		vertical-align:baseline;
		-webkit-transform:rotateZ(90deg);
		   -moz-transform:rotateZ(90deg);
				transform:rotateZ(90deg);
		-webkit-transition:all .3s ease-in-out;
		   -moz-transition:all .3s ease-in-out;
				transition:all .3s ease-in-out;
		-webkit-transform-origin:center center;
		   -moz-transform-origin:center center;
				transform-origin:center center;
	}

	.download-block h5.collapsed span{
		-webkit-transform:rotateZ(0deg);
		   -moz-transform:rotateZ(0deg);
				transform:rotateZ(0deg);
		-webkit-transition:all .3s ease-in-out;
		   -moz-transition:all .3s ease-in-out;
				transition:all .3s ease-in-out;
		-webkit-transform-origin:center center;
		   -moz-transform-origin:center center;
				transform-origin:center center;	
	}*/

.webpage-secondary-images {
	margin-top: 30px;
}

.webpage-secondary-images div {
	margin-bottom: 30px;
}

.related-block {
	padding: 20px;
	border-radius: 6px;
	background: #23A09C;
	color: #fff;
}

.related-block h4 {
	color: #fff;
	margin-bottom: 15px;
}

.related-block ul li a {
	color: #fff;
	font-family: 'noto_sans',sans-serif;
	font-size: 14px;
	line-height: 20px;
	background: url('../img/icn-related-link.png')no-repeat left 6px;
	padding-left: 15px;
	display: block;
	margin-bottom: 10px;
}

/* @end */

/* @group List Pages */

.cover-caption {
	padding: 35px 0;
	height: 270px;
}

.child-pages {
	margin-top: 0;
}

.child-pages li,
.child-pages li:first-child {
	border: 0;
	display: inline;
}

.child-pages li a {
	background: #EBEDEE;
	color: #000;
	display: inline-block;
	padding: 9px 10px;
	font-family: 'museo_sans',sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	border-radius: 6px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.child-pages li a:first-child {
	margin-left: 0;
}

.child-pages li a:hover,
.child-pages li a:focus {
	background: #23A09C;
	color: #fff;
	text-decoration: none
}

/* @end */

/* @group footer */

footer {
	background: #fff;
	padding: 20px 0;
	border-top: 1px solid #B4B4B4;
}

footer a {
	color: #000;
}

.footer-block {
	font-size: 14px;
	font-family: 'noto_sans',sans-serif;
	color: #000;
	margin-top: 31px;
}

.footer-block.address ul:first-of-type {
	margin-bottom: 5px;
}

.footer-brand {
	display: block;
	height: 90px;
	text-indent: -9999px;
	width: 130px;
	background: url('../img/brand-fieldgen.svg') no-repeat center;
	background-size: 130px 90px;
}

.no-svg .footer-brand {
	display: block;
	height: 90px;
	text-indent: -9999px;
	width: 130px;
	background: url('../img/footer-brand.jpg') no-repeat center;
}

.footer-block-content .links li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-left: 12px;
	margin-right: 10px;
	background: url('../img/footer-link-bg.png') no-repeat center left;
}

.footer-block-content .links li:last-child {
	margin-right: 0;
}

.footer-block-content li a {
	font-size: 14px;
	font-family: 'noto_sans',sans-serif;
	color: #000;
}

.footer-block.address ul li,
.footer-block.address ul li a {
	font-size: 14px;
	font-family: 'noto_sans',sans-serif;
	color: #000;
}

.footer-block.address ul li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-left: 7px;
	margin-right: 8px;
	border-left: 1px solid #000;
}

.footer-block.address ul li.email,
.footer-block.address ul li:first-child {
	border: none;
	padding-left: 0
}

/* @end */

/* @group Archive List*/

.panel-group {
	border-top: 1px dotted #000;
}

.panel-group .panel {
	border-radius: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.panel {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	margin-bottom: 20px;
}

.panel-default {
	border: 0;
}

.panel-default > .panel-heading {
	background: none;
}

.panel-heading {
	padding: 0;
}

.panel-title {
	font-size: 14px;
	font-family: 'noto_sans', sans-serif;
	padding: 5px 0;
	border-bottom: 1px dotted #000;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: 0;
	padding-left: 0;
	border-bottom: 1px dotted #000;
}

/* @end */

/* @group Inscription */

#SubscriptionForm .form-group .row {
	margin: 20px 0;
}

#SubscriptionForm .form-group .row div:first-of-type {
	padding-left: 0;
}

/* @end */

/* @group Misc */

.top-link {
	display: block;
	height: 56px;
	width: 56px;
	background: url('../img/icn-top.png') no-repeat center center #CCCCCC;
	text-indent: -9999px;
	margin-top: 60px;
}

ol.breadcrumb {
	font-size: 12px;
	line-height: 17px;
	color: #B4B4B4;
	background: none;
	padding: 0;
	margin-left: 0;
}

ol.breadcrumb li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	border-left: 1px solid #B4B4B4;
	margin-left: 0;
	margin-right: 5px;
	padding-left: 7px;
}

ol.breadcrumb li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

.breadcrumb > li + li:before {
	content: '';
}

.breadcrumb > li + li::before {
	padding: 0;
}

ol.breadcrumb li a {
	color: #B4B4B4 !important;
}

ol.breadcrumb li:last-child a {
	color: #23a09c !important;
}

ol.breadcrumb li a:hover {
	color: #23A09C;
	text-decoration: underline;
}

/* @end */

/* Nivo Lightbox*/

.gallery-list-slide {
	display: none;
}

.nivo-lightbox-inline .gallery-list-slide {
	display: block !important;
}

.slide-img {
	margin-bottom: 25px;
	text-align: center;
}

.nivo-lightbox-overlay {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
	overflow: hidden;
}

.nivo-lightbox-wrap {
	position: absolute;
	min-height: 250px;


/*	left:10%;
	right:10%;	*/
	top: 10%;
	bottom: 10%;

/*	margin:-250px auto 0;
*/
	width: 100%;
}

.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}

.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}

.nivo-lightbox-nav {
	display: none;
}

.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}

.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}

.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image {
	text-align: center;
}

.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/

* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: #fff;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: url("../img/fancybox_loading.gif") no-repeat 50% 50%;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 50%;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 1;
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
	background-image: url("../img/fancybox-prev.png");
	left: 3%;
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
	background-image: url("../img/fancybox-next.png");
	left: auto;
	right: 3%;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url("../img/icn-close.png") no-repeat 0 0 transparent;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;

}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
	opacity: 1;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
	bottom: -7%;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	
}

/* Effects
 **********************************************/

.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* fadeScale */

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	-moz-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	transform: translateX(-10%);
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	-moz-transform: translateX(10%);
	-ms-transform: translateX(10%);
	transform: translateX(10%);
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* fall */

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	-moz-transform: translateZ(300px);
	-ms-transform: translateZ(300px);
	transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

/* @end */

.parent-block {
	margin-bottom: 40px;
}

.parent-block h3 {
	margin-bottom: 20px;
}

.parent-block h3 a {
	font-size: 25px;
}

.parent-image {
	margin-bottom: 25px;
}

.child-sub {
	border-bottom: 1px dotted #1A1A1A;
	padding-top: 5px;
}

.child-content {
	margin-bottom: 30px;
}

.child-content h5 {
	border-top: 1px dotted #1A1A1A;
	font-family: 'noto_sans',sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding-top: 7px;
	margin: 0 0 7px;
}

.child-content h5 span {
	color: #DD1439;
	font-size: 10px;
	vertical-align: baseline;
	margin-left: 10px;
}

.child-body {
	margin-bottom: 7px;
}

.child-content h5.collapsed {
	
}

.fixed {
	padding-top: 94px;
}

.fixed #header {
	width: 100%;
	max-width: 1440px;
	position: fixed !important;
	top: 0;
	z-index: 9999!important;
	background: #23A09C;
	-webkit-animation: slideDown .3s ease-in-out backwards;
	-moz-animation: slideDown .3s ease-in-out backwards;
	animation: slideDown .3s ease-in-out backwards;
}

.fixed #header .top-social {
	display: none;
}

.fixed #header .navbar-nav > li > a {
	background: none;
	color: #fff;
	font-family: 'museo_sans',sans-serif;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: none;
}

.fixed #header .navbar-nav > li > a:hover,
.fixed #header .navbar-nav > li.active > a,
.fixed #header .navbar-nav > li > a:focus {
	color: #000;
}

.fixed #header .menu {
	margin: 5px 0;
}

/*.fixed .carousel-caption-topbar{
	top:334px;	
}*/

/* @group Animation */

@-webkit-keyframes slideDown {
	0%      {-webkit-transform: translateY(-100px);
}

100% {
	-webkit-transform: translateY(0px);
}

}    
@-moz-keyframes slideDown {
	0%      {-moz-transform: translateY(-100px);
}

100% {
	-moz-transform: translateY(0px);
}

}    
@-keyframes slideDown {
	0%      {transform: translateY(-100px);
}

100% {
	transform: translateY(0px);
}
}

/* @end */

/* @group Table */

table.mobile-block-table tbody tr:last-of-type td {
	padding-bottom: 30px;
}

/* @end */

/* @group Form */

table {
	width: 100%;
	border-spacing: 0 20px;
}

th {
	font-size: 14px;
	font-family: 'noto_sans',sans-serif;
	font-weight: bold;
	color: #23A09C;
	padding: 5px 0;
	border-top: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
}

td {
	padding: 10px 0 0
}

label {
	display: inline-block;
	padding-bottom: 1px;
}

span.mandotary.color {
	font-size: 75%;
	color: #DD1439;
	position: relative;
	top: -3px;
}

/*form */

.partner-list {
	background-color: #F7F7F7;
}

.partner-list .col-sm-2 {
	width: calc(100% / 7);
}


.partner-list .thumbnail-item {
	width: 137px;
	height: 80px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}


