/*   
 * Template : HEPVS
 * Version: 1.0
 * Author: NETmanage SA
 * Website: http://www.netmanage.ch
*/
/* ======= Base ======= */

html,
body {
  height: 100%;
}
body {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper {
  min-height: 100%;
  //margin-bottom: -344px;
  /* equal to footer height */

}
.wrapper:after {
  content: "";
  display: block;
  //height: 344px;
  /* must be the same height as footer */

}
.footer {
  //height: 344px;
  /* must be the same height as footer */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
}
p {
  /*color: #444444;*/
  font-size: 13px;
}

a {
  color: #D2081E;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  /* color: #FF0A24; */
  color: #83010f; 
}
.fa{
  margin-right:10px;
  width:0.7em;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn .fa.fa-search {
  margin-right: 0;
}
.btn-theme {
  background: #D2081E;
  border: 1px solid #D2081E;
  color: #fff;
}
.btn-theme:hover {
  background: #83010f;
  border: 1px solid #83010f;
  color: #fff;
}
a.btn-cta,
.btn-cta {
  background: #D2081E;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #D2081E;
  font-family: 'open sans', arial, sans-serif;
}
a.btn-cta:hover,
.btn-cta:hover {
  color: #fff;
  background: #F00922;
  border: 1px solid #F00922;
}
a.btn-cta .fa,
.btn-cta .fa {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control:focus {
  border-color: #D2081E;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
blockquote p {
  font-size: 14px;
  line-height: 1.5;
}
.RedDamask {
  background-color: #e27240;
}
.RedDamask:hover {
  background-color: #df622a;
}
.FireBush {
  background-color: #E28D40;
}
.FireBush:hover {
  background-color: #df802a;
}
.OliveDrab {
  background-color: #60A823;
}
.OliveDrab:hover {
  background-color: #54931f;
}
.Mojo {
  background-color: #C94139;
}
.Mojo:hover {
  background-color: #b73932;
}
.text-highlight {
  color: #52030C;
}
.highlight-border {
  border-color: #D2081E;
}
.read-more {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 13px;
  display: block;
}
.read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
}
.carousel-fade .item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.carousel-fade .item.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#topcontrol {
  background: #D2081E;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
  background: #D2081E;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
  left: 5px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
ul.custom-list-style li {
  list-style: none;
}
.date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
  background: #D2081E;
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #D2081E;
  border-color: #D2081E;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eef3f8;
  border-color: #a7c2d9;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: -1px;
}
.tab-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 20px;
}
.nav > li > a {
  font-size: 13px;
}
.nav-tabs > li > a {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #f5f5f5;
  padding: 5px 15px;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #444444;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li.active {
  border-top: 2px solid #D2081E;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-bottom: 0;
  border-top: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #f5f8fb;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ebebeb;
}
.table > thead > tr > th {
  border-bottom: 2px solid #a7c2d9;
  color: #FF0A24;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #f5f8fb;
}
.table-boxed,
.table-bordered {
  border: 1px solid #ebebeb;
}
.table.table-boxed > thead > tr > th {
  border-bottom: none;
  background: #D2081E;
  color: #fff;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading .panel-title a {
  color: #D2081E;
}
.panel-group .panel .panel-heading .panel-title a:before {
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f146";
  margin-right: 5px;
}
.panel-group .panel .panel-heading .panel-title a:focus {
  outline: none;
  text-decoration: none;
}
.panel-group .panel .panel-heading .panel-title a.collapsed:before {
  content: "\f0fe";
}

.panel-group .panel .panel-body {
  font-size: 13px;
}
.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading h3.panel-title {
  font-weight: 500;
}
.panel .panel-heading .label {
  font-size: 10px;
}
.panel .panel-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-footer ul {
  margin-bottom: 0;
}
.panel .panel-footer ul.list-inline li {
  margin-bottom: 0;
}
.panel .panel-footer small {
  color: #999999;
}
.panel > .list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-theme {
  border-color: #D2081E;
}
.panel-theme > .panel-heading,
.panel-theme > .panel-footer {
  color: #fff;
  background: #D2081E;
  border-color: #D2081E;
}
.no-margins {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label.label-theme {
  background: #D2081E;
}
.label .fa {
  margin-right: 4px;
}
.label.label-icon-only .fa {
  margin-right: 0;
}
.badge.badge-theme {
  background: #D2081E;
}
.badge.badge-default {
  background: #999;
}
.badge.badge-primary {
  background: #428bca;
}
.badge.badge-success {
  background: #5cb85c;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-warning {
  background: #f0ad4e;
}
.badge.badge-danger {
  background: #d9534f;
}
.promo-badge {
  font-size: 20px;
  display: table;
}
.promo-badge a {
  color: #fff;
  display: table-cell;
  width: 135px;
  height: 135px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.promo-badge .percentage {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-family: 'open sans', arial, sans-serif;
}
.promo-badge .percentage .off {
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: -15px;
}
.promo-badge .desc {
  font-size: 12px;
}
.progress-bar-theme {
  background: #D2081E;
}
.img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #e8e8e8;
  margin-bottom: 15px;
}
#cboxLoadedContent,
#cboxContent {
  background: none;
}
.box {
  background: #f5f5f5;
  padding: 15px;
}
.box.box-border {
  border-left: 5px solid #D2081E;
}
.box.box-dark {
  background: #444444;
  color: #fff;
}
.box.box-theme {
  background: #D2081E;
  color: #fff;
}
.box .date-label {
  background: #fff;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #95b6d1;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  margin-right: 10px;
  float: left;
}
.social-icons a:hover {
  background: #D2081E;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
/* ======= Header ======= */
.header .search .search-form {
  padding: 10px 0;
}
.header .search .search-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.header .social-icons li.row-end {
  margin-right: 0;
}
.header .social-icons a {
  background: #52030C;
}
.header .social-icons a:hover {
  background: #D2081E;
}
.header .social-icons a:hover .fa {
  color: #fff;
}
.header .social-icons a .fa {
  color: rgba(256, 256, 256, 0.4);
}
.header .social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.header .header-main {
  padding: 30px 0;
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
}
.header .menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}
.header .menu-top li {
  list-style: none;
  float: left;
  font-size: 11px;
  font-family: 'open sans', arial, sans-serif;
}
.header .menu-top li:last-child a {
  padding-right: 0;
}
.header .menu-top li.divider a {
  border-right: 1px solid #c3c3c3;
}
.header .menu-top li a {
  display: inline-block;
  color: #777777;
  padding: 0px 10px;
}
.header .menu-top li.active a {
  color: #D2081E;
}
.header .menu-top li a:hover {
  color: #D2081E;
}
.header .menu-top li a:focus {
  text-decoration:none;
}
.header .contact {
  font-size: 20px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
.header .contact p {
  float: left;
  margin-bottom: 0;
}
.header .contact p.phone {
  margin-right: 30px;
}
.header .contact p a {
  color: #444444;
}
.header .contact .fa {
  color: #D2081E;
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.header .contact .fa.fa-phone {
  font-size: 22px;
  top: 2px;
}
.header .search-form {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search-form .form-control {
  width: 260px;
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.header .search-form .form-control:focus {
  background: #fff;
  border-color: #D2081E;
}
.header .lang-select{
  text-align: center;
  list-style: none outside none;
  padding:0;
  float:none;
}
.header .flag-fr{ 
  /*background:url(../images/flags/24/France.png) left top; */
  width:24px; 
  height:24px;
  display: block;
  float: left;
}
.header .flag-de{ 
  /*background:url(../images/flags/24/Germany.png) left top; */
  width:24px; 
  height:24px;
  display: block;
  float: left;
}
div.mod-languages .lang-select li {
  margin: 0px;
}
.main-nav {
  background: #D2081E;
  margin: 0px;
}
.main-nav button {
  background: #52030C;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-nav button:focus {
  outline: none;
}
.main-nav button .icon-bar {
  background-color: #fff;
}
.main-nav .navbar-collapse {
  padding: 0;
}
.main-nav .nav .nav-item {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'open sans', arial, sans-serif;
  z-index: 100;
}
.main-nav .nav .nav-item a {
  color: #dce7f0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.main-nav .nav .nav-item a:hover, .main-nav .nav .nav-item a:focus {
  background: #D2081E;
  color: #fff;
}

.main-nav .nav .nav-item > a {
  padding-left:20px;
  padding-right:25px;
}

.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  background: #B8071A;
  color: #fff;
}
.main-nav .nav .nav-item.active > a:before {
  /*content: "\f0d8"; */
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
  background: #B8071A;
  color: #fff;
}
.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 220px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #920615;
  padding: 8px 24px 8px 20px;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #920615;
  color: #fff;
  padding-left: 24px;
  padding-right: 20px;
}


.dropdown-submenu{
  position:relative;
}
.dropdown-submenu > .dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu{
  display:block;
}
.dropdown-submenu > a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:-10px;
}
.dropdown-submenu:hover > a:after{
  border-left-color:#ffffff;
}
.dropdown-submenu.pull-left{
  float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu{
  left:-100%;
  margin-left:10px;
  -webkit-border-radius:6px 0 6px 6px;
  -moz-border-radius:6px 0 6px 6px;
  border-radius:6px 0 6px 6px;
}

/* ======= Footer ======= */
.footer {
  background: #444444;
  color: #fff;
}
.footer p {
  color: #dcdcdc;
}
.footer ul {
  padding-left: 0;
}
.footer li {
  list-style: none;
}
.footer h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer .footer-content {
  padding: 30px 0;
  font-size: 12px;
  min-height: 300px;
}

.footer .footer-content > .container{
  padding-left:0px;
  padding-right:0px;
}

.footer .footer-content .footer-col .footer-col-inner {
  padding: 0 15px;
}
.footer .footer-content .footer-col .fa {
  margin-right: 10px;
  display: inline-block;
  color: #767676;
}
.footer .footer-content .footer-col .fa.fa-phone {
  font-size: 16px;
}
.footer .footer-content .footer-col li {
  margin-bottom: 10px;
  font-size: 12px;
}
.footer .footer-content .footer-col a {
  color: #dcdcdc;
}
.footer .footer-content .footer-col a:hover {
  color: #F00922;
}
.footer .footer-content .adr .fa {
  font-size: 16px;
  margin-top: 2px;
}
.footer .footer-content .subscribe-form {
  padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
  width: 320px;
  background: #f5f5f5;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer .footer-content .subscribe-form .form-control:focus {
  background: #fff;
}
.footer .bottom-bar {
  background: #2b2b2b;
  padding: 5px 0;
}

.footer .bottom-bar .credits-line{
  font-size: 11px;
  color: #dcdcdc;
  line-height: 3;
}
.footer .bottom-bar .credits-line a:hover {
  color: #F00922;
}
.footer .bottom-bar .credits-line .netmanage{
  text-align: right;
}

.footer .menu-credits{
  text-align: left;
}

.footer .menu-credits li{
  text-align: left;
  float: left;
  display: inline-block;
}

.footer .menu-credits li a{
  color:#dcdcdc;
}

.footer .bottom-bar .social {
  margin: 0;
}
.footer .bottom-bar .social li {
  float: right;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.footer .bottom-bar .social li a {
  color: #a9a9a9;
  padding: 0 5px;
}
.footer .bottom-bar .social li a:hover {
  color: #D2081E;
}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #D2081E;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #D2081E;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides .flex-caption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  display: inline-block;
  font-family: 'open sans', arial, sans-serif;
}
.flexslider .slides .flex-caption .main {
  display: inline-block;
  background: #D2081E;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.flexslider .slides .flex-caption .secondary {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
}
.flexslider .slides .promo-badge {
  position: absolute;
  right: 60px;
  top: 30px;
}
/* ======= Page ======= */
.page-wrapper .page-heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-heading h1.heading-title,
.page-wrapper .page-heading h2.heading-title {
  margin-top: 0;
  display: inline-block;
  font-size: 36px;
  font-weight:300;
}
.page-wrapper .page-heading h2.heading-title {
  margin-top: 0;
  display: inline-block;
  font-size: 36px;
}
.page-wrapper .breadcrumbs {
  display: inline-block;
}
.page-wrapper .breadcrumbs ul {
  padding-top: 25px;
  margin: 0;
}
.page-wrapper .breadcrumbs ul li {
  color: #D2081E;
  font-size: 12px;
  float: left;
  list-style: none;
  display: inline-block;
}
.page-wrapper .breadcrumbs ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li a:hover {
  color: #FF0A24;
}
.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #aaaaaa;
}
.page-wrapper ul li {
  margin-bottom: 5px;
}
.page-wrapper ul li .fa {
  margin-right: 5px;
  color: #D2081E;
}
.page-wrapper ul li.list-group-item {
  margin-bottom: -1px;
}
.page-wrapper ul.nav li {
  margin-bottom: 0;
}
.page-wrapper ul.social-icons li .fa {
  margin-right: 0;
  color: #fff;
}
.page-wrapper ol li {
  margin-bottom: 5px;
}
.page-wrapper dl dd {
  margin-bottom: 5px;
}
.page-wrapper .page-content h1 {
  font-size: 26px;
  font-weight: normal;
}
.page-wrapper .page-content h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-wrapper .page-content h3 {
  font-size: 20px;
  font-weight: normal;
}
.page-wrapper .page-content h4 {
  font-size: 18px;
  font-weight: normal;
}
.page-wrapper .page-content h5 {
  font-size: 16px;
  font-weight: normal;
}
.page-wrapper .page-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper .page-content .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-wrapper .page-content .page-row {
  margin-bottom: 30px;
}
.page-wrapper .page-content .custom-quote {
  border-color: #a7c2d9;
}
.page-wrapper .page-content .custom-quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
}
.page-wrapper .page-content .custom-quote .fa {
  color: #D2081E;
  margin-right: 10px;
}
.page-wrapper .page-content .custom-quote .people {
  margin-top: 10px;
  font-size: 11px;
  color: #444444;
  font-style: normal;
}
.page-wrapper .page-content .custom-quote .people .name {
  color: #D2081E;
}
.page-wrapper .page-content .has-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 15px;
}
.page-wrapper .page-content .has-divider-solid {
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-content .row-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding: 10px 0;
}
.page-wrapper .page-content .even-row {
  background: #f5f5f5;
}
.page-wrapper .page-content .read-more.btn {
  margin-bottom: 15px;
  display: inline-block;
}
.page-wrapper .page-content .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.page-wrapper .page-content .video-iframe {
  max-width: 100%;
}
.page-wrapper .page-content .album-cover {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.page-wrapper .page-content .album-cover:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-content .album-cover > a:hover {
  position: relative;
}
.page-wrapper .page-content .album-cover > a:hover img {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.page-wrapper .page-content .album-cover .desc {
  padding: 15px;
  position: relative;
}
.page-wrapper .page-content .album-cover .desc:before {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
}
.page-wrapper .page-content .prettyphoto:hover img {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-sidebar h3.title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}
.page-wrapper .page-sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.page-wrapper .page-sidebar .widget.has-divider {
  border-bottom: 1px dotted #e8e8e8;
}

/* JS */
.page-wrapper .page-sidebar .widget.has-divider:last-child {
  border-bottom: none;
}

.page-wrapper .page-sidebar .widget .iframe {
  height: auto;
  min-height: 200px;
  max-width: 100%;
}
.page-wrapper .page-sidebar .widget .fa {
  margin-right: 5px;
  color: #D2081E;
}
.page-wrapper .page-sidebar .widget .btn .fa {
  color: #fff;
}
.page-wrapper .page-sidebar .widget .nav li a {
  padding: 5px 15px;
  color: #444444;
  margin-bottom: 10px;
  border-left: 5px solid transparent;
}
.page-wrapper .page-sidebar .widget .nav li a:hover {
  background: none;
  color: #D2081E;
}
.page-wrapper .page-sidebar .widget .nav li.active a {
  background: none;
  color: #D2081E;
  font-weight: bold;
  border-left: 5px solid #D2081E;
}
.page-wrapper .page-sidebar ul {
  padding-left: 0;
}
.page-wrapper .page-sidebar #flickr-photos li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.page-wrapper .page-sidebar #flickr-photos li img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.page-wrapper .page-sidebar #flickr-photos li img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.page-wrapper .page-sidebar .news-item {
  margin-bottom: 15px;
}
.page-wrapper .page-sidebar .news-item img {
  width: 40px;
  height: 40px;
}
.page-wrapper .page-sidebar .news-item .title {
  font-size: 14px;
  margin-top: 0;
}
.page-wrapper .page-sidebar .testimonials-carousel {
  position: relative;
}
.page-wrapper .page-sidebar .testimonials-carousel .fa {
  color: #D2081E;
  margin-right: 5px;
  font-size: 18px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
  min-height: 300px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people {
  margin-top: 10px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .name {
  color: #D2081E;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .title {
  color: #999;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
  margin-top: 20px;
  text-align: right;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover .fa {
  background: #D2081E;
}
.ie8 .footer .footer-content {
  min-height: 280px;
}
.ie8 .navbar-nav {
  position: relative;
  z-index: 100;
}
/* ======= Home Page ======= */


/* JS */ 
.home-page h2.section-heading, 
.page-sidebar h2.section-heading {
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
  margin-top: 0;
  color: rgb(51, 51, 51)
}
/* FIX : override easier */
h2.section-heading .line {
  border-color: #D2081E;
}

.home-page h2.section-heading .line,
.page-sidebar h2.section-heading .line,
.page-sidebar .listlinks.box h2.section-heading .line,
.page-sidebar section.listlinks.box h2.section-heading{
  display: inline-block;
  border-top-style: solid;
  border-top-width: 2px;
  padding: 5px 10px 0px 15px;
  width:100%;
}

.home-page section,
.page-sidebar section.links,
.home-page .page-sidebar section.listlinks.box{
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-sidebar section.links,
.home-page .page-sidebar section.listlinks.box{
  padding: 0;
}

.home-page .page-sidebar section.listlinks.box > p,
.home-page .page-sidebar section.listlinks.box table td p,
.home-page .page-sidebar section.listlinks.box table td a{
  padding: 2px 15px 5px 15px;
}	

.home-page .page-sidebar section.listlinks.box td img{
  margin : 10px 0px 10px 30px;
}

.home-page .section-content,
.page-sidebar .section-content{
  padding: 15px;
  padding-top: 0;
}
.home-page .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.home-page .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a:hover .fa {
  background: #D2081E;
}
.home-page .carousel-controls span.pagination{
  color: #666;
  margin: 0 10px 0 0;
}
.home-page .promo {
  margin-bottom: 30px;
}
.home-page .promo h1.section-heading {
  margin-top: 0;
  font-size: 24px;
  color: #fff;
}
.home-page .promo p {
  color: #f5f5f5;
}
.home-page .promo .btn-cta {
  font-size: 20px;
  margin-top: 30px;
  font-family: 'Open Sans', arial, sans-serif;
}
.home-page .news {
  position: relative;
}
.home-page .news .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .news h2.title {
  font-size: 18px;
  margin-top: 0;
}
.home-page .news h2.title a {
  color: #444444;
}
.home-page .news h2.title a:hover {
  color: #FF0A24;
}
.home-page .news .news-item {
  padding-left: 115px;
  position: relative;
  margin-bottom: 20px;
}
.home-page .news .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 100px;
}



.home-page .events .section-content {
  min-height: 492px;
}
.home-page .events .event-item {
  position: relative;
  padding-left: 55px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.home-page .events .event-item .date-label {
  background: #fff;
  position: absolute;
  left: 0;
}
.home-page .events .event-item h2.title {
  margin-bottom: 20px;
  font-size: 16px;
}
.home-page .events .event-item p {
  margin-bottom: 5px;
}
.home-page .events .event-item .fa {
  margin-right: 5px;
  font-size: 14px;
  min-width: 16px;
  color: #666;
}
.home-page .events .event-item .fa.fa-map-marker {
  font-size: 18px;
}
.home-page .events .read-more {
  margin-top: 15px;
}
.home-page .events .details p {
  color: #666;
}
.home-page .course-finder .course-finder-form {
  margin-bottom: 15px;
}
.home-page .course-finder .keywords {
  padding-left: 0;
}
.home-page .course-finder .keywords input {
  width: 200px;
  margin-right: 5px;
}
.home-page .video {
  position: relative;
}
.home-page .video .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .video .video-iframe {
  max-width: 100%;
  width: 100%;
  height: 287px;
  margin-bottom: 5px;
}
.home-page .links{
  min-height: 263px;
}

/* JS */
.home-page .links .fa,
.page-sidebar .links .fa {
  margin-right: 5px;
}


.home-page .testimonials {
  position: relative;
}
.home-page .testimonials .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .testimonials .fa {
  color: #D2081E;
  margin-right: 5px;
  font-size: 18px;
}
.home-page .testimonials .carousel .item {
  min-height: 298px;
}
.home-page .testimonials .people {
  margin-top: 10px;
}
.home-page .testimonials .people .name {
  color: #D2081E;
}
.home-page .testimonials .people .title {
  color: #999;
}
.home-page .awards {
  background: #fff;
}
.home-page .awards .logos {
  margin: 0;
  padding: 0;
}
.home-page .awards .logos li {
  list-style: none;
  margin-right: 0;
  text-align: center;
}
.home-page .awards .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
}
.home-page .awards .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-page .awards .carousel-control {
  background: none;
  width: auto;
  top: 20px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.home-page .awards .carousel-control .fa {
  color: #e8e8e8;
  font-weight: bold;
}
.home-page .awards .carousel-control:hover .fa {
  color: #999;
}
/* ======= Courses Page ======= */
.courses-wrapper .tab-content {
  font-size: 12px;
}
.courses-wrapper .tab-content .item {
  margin-top: 15px;
}
.courses-wrapper .tab-content img {
  margin-bottom: 10px;
}
.courses-wrapper .course-finder {
  margin-bottom: 30px;
}
.courses-wrapper .course-finder .keywords input {
  width: 260px;
}
.courses-wrapper .course-list-header {
  font-size: 13px;
  margin-bottom: 15px;
}
.courses-wrapper .course-list-header .summary {
  padding-top: 10px;
}
.courses-wrapper .course-list-header .control-label {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  line-height: 2;
}
.courses-wrapper .course-list-header .sort {
  padding-top: 5px;
}
.courses-wrapper .course-list-header .sort-options {
  width: auto;
  height: 25px;
  font-size: 12px;
}
.courses-wrapper .course-item {
  font-size: 12px;
}
.courses-wrapper .course-item .col-meta {
  color: #777777;
}
/* ======= Events Page ======= */
.events-wrapper .events-item .date-label {
  background: #f5f5f5;
}
.events-wrapper .events-item .details .time {
  margin-right: 10px;
}
.events-wrapper .events-item .details .fa {
  margin-right: 5px;
}
/* ======= Contact Page ======= */
.contact-form .required {
  color: #e14b39;
  display: inline-block;
  font-weight: normal;
  padding-left: 2px;
}



.course-wrapper .course-item .article-image img{
  width:100%;
  margin-bottom:3em;
}

.course-wrapper .articleTextBody{
  clear:both;
}



#map {
  height: 300px;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .pull-right,
  .pull-left {
    float: none !important;
  }
  .logo {
    text-align: center;
  }
  .header .contact p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
  .header .menu-top {
    text-align: center;
    margin-top: 10px;
    width: 100%;
  }
  .header .menu-top li {
    float: none;
    display: inline-block;
  }
  .header br {
    display: none;
  }
  .header .social-icons {
    text-align: center;
    margin: 0 auto;
  }
  .header .social-icons li {
    float: none;
    display: inline-block;
  }
  .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .header .search-form {
    text-align: center;
  }
  .header .search-form .form-group {
    display: inline-block;
  }
  .header .search-form .form-control {
    width: 210px;
  }
  .main-nav .nav .nav-item.active > a:before {
    content: none;
  }
  .flexslider {
    margin-bottom: 15px;
  }
  .flex-direction-nav a {
    margin-top: -50px;
  }
  .flexslider .slides .flex-caption {
    position: static;
    display: block;
  }
  .flexslider .slides .flex-caption br {
    display: none;
  }
  .flexslider .slides .flex-caption .main {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
  }
  .flexslider .slides .flex-caption .secondary {
    display: block;
    font-size: 12px;
  }
  .flexslider .flex-control-nav {
    display: none;
  }
  .home-page .promo .btn-cta {
    margin-top: 0;
  }
  .home-page .news .thumb {
    width: 60px;
    height: 60px;
  }
  .home-page .news .news-item {
    padding-left: 75px;
  }
  .home-page .course-finder .keywords {
    padding-left: 15px;
    margin-top: 10px;
  }
  .home-page .course-finder .keywords input {
    width: 180px;
  }
  .home-page .video .video-iframe {
    height: auto;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .home-page .awards .carousel-control {
    top: 50px;
  }
  .footer .footer-content .subscribe-form .form-control {
    width: 140px;
  }
  .footer #tweet .tweets-list-container {
    max-width: 100%;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 30px;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .footer .footer-content .footer-col .fa-twitter {
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper .page-heading h1.heading-title,
  .page-wrapper .page-heading h2.heading-title {
    float: none;
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs {
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs ul {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-wrapper .breadcrumbs ul li {
    float: none;
    display: inline-block;
  }
  .page-wrapper .breadcrumbs ul li.current {
    max-width: inherit;
    overflow: visible;
  }
  .home-page .course-finder .keywords input {
    float: left !important;
  }
}






.breadcrumb .divider{
  display:none;
}





/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 15px;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-page .testimonials .carousel .item {
    min-height: 298px;
  }
  .home-page .events .section-content {
    min-height: 492px;
  }
  .home-page .video .video-iframe {
    height: 287px;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer #tweet {
    min-height: 100px;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  body {
    font-size: 13px;
  }
  .wrapper {
    min-height: 100%;
    //margin-bottom: -344px;
    /* equal to footer height */

  }
  .wrapper:after {
    content: "";
    display: block;
    //height: 344px;
    /* must be the same height as footer */

  }
  .footer {
    //height: 344px;
    /* must be the same height as footer */
  }
}




/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home-page .course-finder .keywords input {
    width: 255px;
  }
}




/* Slider */
div.lof-ass  {
  margin-bottom: 30px;
}
div.lof-ass h4 {
  font-weight: bold;
}
.lof-ass {
  border-width: 2px;
  border-style: double;
}

.lof-ass .lof-css3, .lof-ass  .lof-css3 .preload{
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow: none;
}



/* border on link otherwise not visible enough when green for exemple */
article a{
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #d2081e;
}

article a:hover{
  border-bottom: none;
}



/* slider container : pseudo responsive --------------------------------------- */ 
.sliderWrapper {
  overflow: hidden;
  width: 100%;
}

/* letters ---------------------------------------------------------*/
.letters_top_position{
  position:relative;
  overflow:hidden;
  z-index:10;
}

.letters_top_box{
  position:relative;
}

.letters_top {
  background-image: url("../images/letters_top.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 161px;
  position: absolute;
  right: 107px;
  top: 50px;
  width: 313px;
  z-index: 0;
}




@media (max-width: 990px) {

  .letters_top {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .letters_top {
    top: 137px;
  }

  .letters_top:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 55%, rgba(255,255,255,0.8) 73%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(55%,rgba(255,255,255,0.9)), color-stop(73%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 55%,rgba(255,255,255,0.8) 73%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 55%,rgba(255,255,255,0.8) 73%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 55%,rgba(255,255,255,0.8) 73%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 55%,rgba(255,255,255,0.8) 73%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    bottom: 64px;
    content: " ";
    height: 107px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .header .mod-languages .menu-top li a{
    color: #444444;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }


  .header .mod-languages .menu-top li a:hover{
    color: #d2081e;
  }

}



.letters_side_outercontainer {
  position:relative;
  //overflow:hidden;
  min-width: 300px;
}

.letters_side_position {
  position:relative;
}


.breadcrumb{
  background-color: #fff;
  padding-left:5px;
  padding-right:5px;
}

.breadcrumb ul{
  padding: 0px;
}

#lofass93{
  margin-bottom:60px;
}


.lof-navigator-outer .lof-navigator li div{
  box-sizing: border-box;
  margin: 0 !important;
  position:relative;
}
.lof-ass .lof-navigator li div{
  background:#444444 !important;
}

.lof-ass .lof-navigator li div h4 {
  width:100%;
  margin: 0 !important;
  padding: 0 !important;
  display:block;
  font-size:102%; 
  margin-top:5px !important;
}

.lof-ass .lof-navigator li div span {
  display:block;
  line-height:13px;
  padding-top:4px;
}


.col-md-12 .lof-ass .lof-css3.lofass-container, 
.lof-ass .lof-css3 .preload{
  box-shadow: none;
}

.ofh{
  overflow: hidden;
}


@media (max-width: 770px){
  .ofh{
    margin-right: 15px;
  }
}


aside.page-sidebar .col-md-4{
  width:100%;
  padding: 0;
}


.breadcrumb li span{
  color: #ccc;
}

.content .page-sidebar h2.section-heading,
.content .page-sidebar h2.section-heading .line {
  color: rgb(51, 51, 51);
}

.content .page-content .heading-title{
  color: rgb(51, 51, 51);
}

.home-page .page-sidebar section.listlinks{
  overflow:visible;
  background:transparent;
}


.page-sidebar .listlinks ul li:before{
  content: "\f02d";
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  position:absolute;
  top:0;
  left:0;
}



.page-sidebar .listlinks ul{
  list-style: none;
}

.page-sidebar .listlinks ul li{
  position:relative;
}

.page-sidebar .listlinks ul li a{
  margin-left:18px;
  display:inline-block;
}

.page-sidebar .listlinks ul li a[href$='.pdf']:after,
.page-sidebar .listlinks ul li a[href$='.doc']:after,
.page-sidebar .listlinks ul li a[href$='.docx']:after,
.page-sidebar .listlinks ul li a[href$='.xls']:after,
.page-sidebar .listlinks ul li a[href$='.xlsx']:after,
.page-sidebar .listlinks ul li a[href$='.ppt']:after,
.page-sidebar .listlinks ul li a[href$='.pptx']:after{
  position:absolute;
  left:0;
  top:0;
  background:#fff;
  width:1em;
  padding:0;
  margin:0;
}

.page-sidebar .listlinks.box ul li a[href$='.pdf']:after,
.page-sidebar .listlinks.box ul li a[href$='.doc']:after,
.page-sidebar .listlinks.box ul li a[href$='.docx']:after,
.page-sidebar .listlinks.box ul li a[href$='.xls']:after,
.page-sidebar .listlinks.box ul li a[href$='.xlsx']:after,
.page-sidebar .listlinks.box ul li a[href$='.ppt']:after,
.page-sidebar .listlinks.box ul li a[href$='.pptx']:after{
  background:#f5f5f5;
}


.home-page .news .thumb {
  background-size: cover;
  background-position:center;
}

/* FM */
.home-page .page-sidebar .links{
  min-height: 0px;
}


.page-sidebar section.contactAccordion {
  background:#fff;
}

.page-wrapper .page-sidebar h2.title{
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}

/*.main-nav .nav > li {
        position: static;
}*/

.main-nav .nav .nav-item.dropdown {
  font-family: "open sans",arial,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 900;
}


/*JAK2Filter*/
.ja-k2filter input[type="text"], 
.ja-k2filter select {
  line-height:20px !important;
}

div.no-side-padding{
  padding-left:0px;
  padding-right:0px;
}

ul.ja-k2filter.horizontal-layout li{
  padding-left:0px;
}

ul.ja-k2filter.horizontal-layout li.last-item{
  margin-bottom:0px;
}


/*Carnet d'adresses */
div#k2Container > div.secretariat {
  padding-bottom: 50px;
}

div#k2Container > div.itemList > div#itemListPrimary  > div.itemContainer {
  margin-left: 150px;
}

div#k2Container > div.itemList > div#itemListPrimary  > div.itemContainer div.catItemImageBlock {
  height: 130px;
}

div#k2Container > div.itemList > div#itemListPrimary  > div.itemContainer div.catItemBody{
  margin-bottom: 10px;
}

div#k2Container > div.itemList > div#itemListPrimary  > div.itemContainer h3.catItemTitle{
  margin-top:0px;
}
/*Carnet d'adresses v2*/
div#k2Container div.borders {
  //border: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  //border-collapse: separate;
  min-height: 40px;
}
div#k2Container > div.itemList > div#itemListPrimary  > div.annuaireContainer {
  margin-left: 0px;
}
div#k2Container > div.itemList > div#itemListPrimary  > div.annuaireContainer div.deutsch,
div#k2Container > div.annuaire-contact div.deutsch {
  color:#ccc;
}

div#k2Container > div.annuaire-contact > h3{
  border-bottom: 1px solid #e0e0e0;
}

div#k2Container > #carnet-adresses-image{
  width: 100%
}


/*Filetype icons*/
a[href$='.pdf']:after{
  display:inline-block;
  content: "\f1c1";
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  margin-left:3px;
}

a[href$='.doc']:after,
a[href$='.docx']:after{
  display:inline-block;
  content: "\f1c2";
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  margin-left:3px;
}

a[href$='.xls']:after,
a[href$='.xlsx']:after{
  display:inline-block;
  content: "\f1c3";
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  margin-left:3px;
}

a[href$='.ppt']:after,
a[href$='.pptx']:after{
  display:inline-block;
  content: "\f1c4";
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  margin-left:3px;
}

a.jcepopup span.jcemediabox-zoom-link, 
a.jcepopup span.jcemediabox-zoom-link.icon-right, 
a.jcepopup span.jcemediabox-zoom-link.zoom-right {
  display:none;
}


.content .page-content img{
  max-width:100%;
}


.page-sidebar .listlinks h2.section-heading .line{
  border:none;
  padding:0;
}

#itemListPrimary h3{
  color:#333;
}


/* pagination K2  ----- */ 

.k2Pagination {
  display:block;
  width:100%;
  font-size:0;
}

.k2Pagination ul{
  list-style: none;
  padding:0;
  font-size:14px;
  margin-top:25px;
}

.k2Pagination ul li{
  display:inline-block;
  /*	width:2em;
          height:2em;*/
  /*  margin:10px;*/
  position: relative;
  line-height: 2em;
  vertical-align: middle;
  text-align:center;
}

.k2Pagination ul li a{
  display:block;
  width:2em;
  height:2em;
  position:relative;
  top:0;
  left:0;
  z-index: 8;
  margin-right:5px;
  background: #F2F2F2;
  border:1px solid #d2081e;
}

.k2Pagination ul li.pagination-start,
.k2Pagination ul li.pagination-prev,
.k2Pagination ul li.pagination-next,
.k2Pagination ul li.pagination-end{
  text-indent: -9999px;
}

.k2Pagination ul li.pagination-start a:before{
  content: "\f049";
  text-indent: 0px;
  position:absolute;
  width:100%;
  height:100%;
  font-family: FontAwesome;
  top:0;
  left:0;
  z-index: 5;
}
.k2Pagination ul li.pagination-prev a:before{
  content: "\f04a";
  text-indent: 0px;
  position:absolute;
  width:100%;
  height:100%;
  font-family: FontAwesome;
  top:0;
  left:0;
  z-index: 5;
}
.k2Pagination ul li.pagination-next a:before{
  content: "\f04e";
  text-indent: 0px;
  position:absolute;
  width:100%;
  height:100%;
  font-family: FontAwesome;
  top:0;
  left:0;
  z-index: 5;
}
.k2Pagination ul li.pagination-end a:before{
  content: "\f050";
  text-indent: 0px;
  position:absolute;
  width:100%;
  height:100%;
  font-family: FontAwesome;
  top:0;
  left:0;
  z-index: 5;
}	
.k2Pagination ul li span{
  display:block;
  width:2em;
  height:2em;
  position:relative;
  top:0;
  margin-right:5px;
  left:0;
  z-index: 8;
  color: #ccc;
  border:1px solid #ccc;
}


.k2Pagination ul li.pagination-start span,	
.k2Pagination ul li.pagination-prev span,
.k2Pagination ul li.pagination-next span,
.k2Pagination ul li.pagination-end span{
  display:none;
}


/* pagination K2  ----- */ 

.pagination {
  display:block;
  width:100%;
  font-size:0;
}

.pagination ul{
  list-style: none;
  padding:0;
  font-size:14px;
  margin-top:25px;
}

.pagination ul li{
  display:inline-block;
  /*	width:2em;
          height:2em;*/
  /*  margin:10px;*/
  position: relative;
  line-height: 2em;
  vertical-align: middle;
  text-align:center;
}

.pagination ul li a{
  display:block;
  width:2em;
  height:2em;
  position:relative;
  top:0;
  left:0;
  z-index: 8;
  margin-right:5px;
  background: #F2F2F2;
  border:1px solid #d2081e;
}

.pagination ul li.pagination-start,
.pagination ul li.pagination-prev,
.pagination ul li.pagination-next,
.pagination ul li.pagination-end{
  text-indent: -9999px;
}

.pagination ul li.pagination-start a:before{
  content: "\f049";
  text-indent: 0px;
  position:absolute;
  width:100%;
  height:100%;
  font-family: FontAwesome;
  top:0;
  left:0;
  z-index: 5;
}
.pagination ul li.pagination-prev a:before{
  content: "\f04a";
  text-indent: 0px;
  position:absolute;
  width:100%;
  height:100%;
  font-family: FontAwesome;
  top:0;
  left:0;
  z-index: 5;
}
.pagination ul li.pagination-next a:before{
  content: "\f04e";
  text-indent: 0px;
  position:absolute;
  width:100%;
  height:100%;
  font-family: FontAwesome;
  top:0;
  left:0;
  z-index: 5;
}
.pagination ul li.pagination-end a:before{
  content: "\f050";
  text-indent: 0px;
  position:absolute;
  width:100%;
  height:100%;
  font-family: FontAwesome;
  top:0;
  left:0;
  z-index: 5;
}	


.pagination ul li span{
  display:block;
  width:2em;
  height:2em;
  position:relative;
  top:0;
  margin-right:5px;
  left:0;
  z-index: 8;
  color: #ccc;
  border:1px solid #ccc;
}


.pagination ul li.pagination-start span,	
.pagination ul li.pagination-prev span,
.pagination ul li.pagination-next span,
.pagination ul li.pagination-end span{
  display:none;
}

/* ---- /pagination  ---- */

.glyphicon{
  top:0px;
}



/* Breezingforms */
fieldset#choix_filiere_section span.bfElementGroup, 
div#engagement_MASec1_non span.bfElementGroup,
div#engagement_MASec1_oui span.bfElementGroup,
div#engagement_DISec2_non span.bfElementGroup,
div#engagement_DISec2_oui span.bfElementGroup,
div#engagement_DISec12_non span.bfElementGroup,
div#engagement_DISec12_oui span.bfElementGroup,
fieldset#typeform_sec1_type_section span.bfElementGroup,
fieldset#typeform_sec2_type_section span.bfElementGroup,
fieldset#engagement span.bfElementGroupNoWrap,
fieldset#engagement section.bfLabelLeft > label{
  width:100%;
}

fieldset#titre_accademique_1_fieldset div.bfFieldset-m,
fieldset#titre_accademique_2_fieldset div.bfFieldset-m,
fieldset#titre_accademique_3_fieldset div.bfFieldset-m,
fieldset#titre_accademique_4_fieldset div.bfFieldset-m,
fieldset#titre_accademique_5_fieldset div.bfFieldset-m,
fieldset#coordonnees_domicile div.bfFieldset-m{
  margin-left: 10px;
  margin-right: 0px;
}

fieldset#telephone > div.bfClearfix > span.bfElemWrap{
  margin-right: 2px;
}
fieldset#immatriculation_parallele_section > section.bfElemWrap > label,
fieldset#titres_accademiques > section.bfElemWrap > label{
  width: 65%;
}
fieldset#immatriculation_parallele_section > section.bfElemWrap > span{
  width: 30%;
}

div#titres_accademiques_section > section.bfSectionDescription{
  margin-bottom: 0px;
}


/* ---------------------------------------------------------- */
/* fix menu mobile */
/* ---------------------------------------------------------- */

.navbar-collapse{
  max-height:none;
}

@media (max-width: 767px){
  .main-nav .nav .nav-item .dropdown-menu .dropdown-menu {
    display:block;
  }

  .main-nav .nav .nav-item .dropdown-menu .dropdown-menu a{
    padding-left:40px;
    font-size:90%;
  }
}

.main-nav .linkmMenu .linkmMenu a{
  cursor: default;
}

.main-nav .linkmMenu .linkmMenu ul a{
  cursor: pointer;
}


/* FRONT END -------------------------------------------------- */

.form-horizontal .control-label{
    text-align: left;
}

.form-validate .btn.btn-primary,
.form-horizontal .btn-primary,
.logout-button .btn-primary{
    background: #d2081e none repeat scroll 0 0;
    border: 1px solid #d2081e;
    color: #fff;
}

.form-validate .btn.btn-primary:hover,
.form-horizontal .btn-primary:hover,
.logout-button .btn-primary:hover{
    background: #83010f none repeat scroll 0 0;
    border: 1px solid #83010f;
    color: #fff;
}

.login .form-validate .controls,
.login .form-validate .control-label{
  display:inline-block;
}

.login .form-validate .control-label{
  min-width:200px;
}

.profile .btn-toolbar.pull-right .btn-group{
    display:none;
}

.customEditing #editor-xtd-buttons{
  display:none;
}

.customEditing .wf_editor_toggle #wf_editor_jform_articletext_toggle{
  display:none;
}

.customEditing.tab-content {
  position: relative;
    z-index: 1111;
}



/* HIDE MODULE EDITING */

.btn.jmodedit .icon-edit{
  width:0;
  height:0;
}



.btn.jmodedit .icon-edit{
  font-size:18px;
  padding:0;
  position:relative;
}

.btn.jmodedit .icon-edit:before{
  content:"\f044";
  font-family: FontAwesome;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding:0;
  text-align:center;
  background:#f5f5f5 ;
  position:absolute;
  padding:2px 5px;
  border:1px solid;
  width:30px;
  height:30px;

}

.btn.jmodedit .icon-edit:before:hover{
  content:"\f044";
  font-family: FontAwesome;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding:0;
  text-align:center;
  background:#fff;
  position:absolute;
  padding:2px 5px;
  border:1px solid;
  width:30px;
  height:30px;
}




article .panel-heading a {
   border-bottom:none;
}

.customFormHEPVS{
  min-height:200px;
}


.customFormHEPVS div.pull-left.button{
  margin-left:0;
}

.customFormHEPVS div.btn-group .fa-search{
  margin-right:3px;
}

.customFormHEPVS .searchintro{
  padding-top:5px;
  padding-right:15px;
  display: inline-block;
}

.customFormHEPVS .numberResult{
  display:inline-block;
}

.customFormHEPVS .result-category{
  font-weight:400;
}

.customFormHEPVS .result-created{
  display:none;
}

.customFormHEPVS .result-text{
  margin-bottom:1.8em;
}


/* ------------  lib form ----------------- */

.customFormHEPVS .btn{
    background: #ccc none repeat scroll 0 0;
    border: medium none;
    padding: 5px 11px;
}



.customFormHEPVS input{
  border: 1px solid #ccc;
  padding:5px;
}



.customFormHEPVS input:focus{
  border: 1px solid #6A6A6A;
}



.formHEPVScontrols .controls input,
.formHEPVScontrols .controls label{
  display:inline-block;
  float:none;
  margin-left:0;
}

.formHEPVScontrols .controls label{
  margin: 0 8px 0 2px;
}

.formHEPVScontrols .radio{
  padding-left:0;
}

#editor-xtd-buttons .btn.modal-button{
  display:none;
}

.page-wrapper .page-sidebar .widget.listlinks {
    margin-bottom: 0px;
    padding-bottom: 2px;
}