/*********************
THEME COLOR - DEFAULT
*********************/
a {color: #3f444a;}
a:active,
a:hover,
a:focus {color: #ed1b2e; }

.c-theme-link:focus,
.c-theme-link:active,
.c-theme-link:hover {
  color: #ed1b2e !important; }
.c-theme-link:focus > i,
.c-theme-link:active > i,
.c-theme-link:hover > i {
  color: #ed1b2e !important; }

.c-theme-link.c-active {
  color: #ed1b2e !important; }
.c-theme-link.c-active > i {
  color: #ed1b2e !important; }

.c-theme-nav li:focus > a:not(.btn),
.c-theme-nav li:active > a:not(.btn),
.c-theme-nav li:hover > a:not(.btn) {
  color: #ed1b2e !important; }

.c-theme-nav li:focus > .c-quick-sidebar-toggler > .c-line,
.c-theme-nav li:active > .c-quick-sidebar-toggler > .c-line,
.c-theme-nav li:hover > .c-quick-sidebar-toggler > .c-line {
  background: #ed1b2e !important; }

.c-theme-nav li.c-active {
  color: #ed1b2e !important; }
.c-theme-nav li.c-active > a:not(.btn) {
  color: #ed1b2e !important; }
.c-theme-nav li.c-active > .c-quick-sidebar-toggler > .c-line {
  background: #ed1b2e !important; }

.c-theme-nav > li > .dropdown-menu.c-menu-type-mega > .nav.nav-tabs > li:hover > a {
  color: #ed1b2e !important; }

.c-theme-nav > li > .dropdown-menu.c-menu-type-mega > .nav.nav-tabs > li.active {
  border-bottom: 1px solid #ed1b2e !important; }
.c-theme-nav > li > .dropdown-menu.c-menu-type-mega > .nav.nav-tabs > li.active > a {
  color: #ed1b2e !important; }

.c-theme-nav.nav.nav-tabs > li:hover > a {
  color: #ed1b2e !important; }

.c-theme-nav.nav.nav-tabs > li.active {
  border-bottom: 1px solid #ed1b2e !important; }
.c-theme-nav.nav.nav-tabs > li.active > a {
  color: #ed1b2e !important; }

.c-theme-ul > li:focus > a:not(.btn),
.c-theme-ul > li:active > a:not(.btn),
.c-theme-ul > li:hover > a:not(.btn) {
  color: #ed1b2e !important; }
.c-theme-ul > li:focus > a:not(.btn) > i,
.c-theme-ul > li:active > a:not(.btn) > i,
.c-theme-ul > li:hover > a:not(.btn) > i {
  color: #ed1b2e !important; }

.c-theme-ul > li:focus > button > .c-line,
.c-theme-ul > li:active > button > .c-line,
.c-theme-ul > li:hover > button > .c-line {
  background: #ed1b2e !important; }

.c-theme-ul > li.active,
.c-theme-ul > li.c-active {
  color: #ed1b2e !important; }
.c-theme-ul > li.active > a:not(.btn),
.c-theme-ul > li.c-active > a:not(.btn) {
  color: #ed1b2e !important; }
.c-theme-ul > li.active > a:not(.btn) > i,
.c-theme-ul > li.c-active > a:not(.btn) > i {
  color: #ed1b2e !important; }

.c-theme-ul-bg > li {
  color: #ffffff;
  background: #ed1b2e !important; }

.c-theme-font,
.c-theme-color {
  color: #ed1b2e !important; }
.c-theme-font > i,
.c-theme-color > i {
  color: #ed1b2e !important; }

.c-theme-bg {
  background: #ed1b2e !important; }
.c-theme-bg.c-theme-darken {
  background: #bf3d3d !important; }

.c-theme-bg-after:after {
  background: #ed1b2e !important; }

.c-theme-bg-before:before {
  background: #ed1b2e !important; }

.c-theme-border-after:after {
  border-color: #ed1b2e !important; }

.c-theme-border-before:before {
  border-color: #ed1b2e !important; }

.c-theme-bg-on-hover:hover {
  background: #ed1b2e !important; }

.c-theme-border {
  border-color: #ed1b2e !important; }

.c-theme-on-hover:hover {
  color: #ed1b2e !important; }

.c-theme-bg-parent-hover:hover .c-theme-bg-on-parent-hover {
  background: #ed1b2e !important; }

.c-theme-border {
  border-color: #ed1b2e; }

.c-theme-border-top {
  border-top-color: #ed1b2e; }

.c-theme-border-bottom {
  border-bottom-color: #ed1b2e !important; }

.c-theme-border-left {
  border-left-color: #ed1b2e; }

.c-theme-border-right {
  border-right-color: #ed1b2e; }

.c-content-iconlist-1.c-theme > li:hover i {
  color: #fff;
  background: #ed1b2e; }

.c-content-ver-nav .c-menu.c-theme > li:before {
  color: #ed1b2e; }

.c-content-ver-nav .c-menu.c-theme.c-arrow-dot > li:before {
  background: #ed1b2e; }

.c-content-pagination.c-theme > li:hover > a {
  border-color: #ed1b2e;
  background: #ed1b2e;
  color: #fff; }
.c-content-pagination.c-theme > li:hover > a > i {
  color: #fff; }

.c-content-pagination.c-theme > li.c-active > span,
.c-content-pagination.c-theme > li.c-active > a {
  border-color: #ed1b2e;
  background: #ed1b2e;
  color: #fff; }
.c-content-pagination.c-theme > li.c-active > span > i,
.c-content-pagination.c-theme > li.c-active > a > i {
  color: #fff; }

.c-theme-btn.btn {
  color: #ffffff;
  background: #ed1b2e;
  border-color: #ed1b2e; }
.c-theme-btn.btn.btn-no-focus:focus,
.c-theme-btn.btn.btn-no-focus.focus {
  color: #ffffff;
  background: #ed1b2e;
  border-color: #ed1b2e; }
.c-theme-btn.btn.btn-no-focus:hover,
.c-theme-btn.btn:hover,
.c-theme-btn.btn.btn-no-focus:active,
.c-theme-btn.btn:active,
.c-theme-btn.btn.active,
.open > .c-theme-btn.btn.dropdown-toggle {
  color: #ffffff;
  background: #c34343;
  border-color: #c34343; }
.c-theme-btn.btn:active,
.c-theme-btn.btn.active,
.open > .c-theme-btn.btn.dropdown-toggle {
  background-image: none; }
.c-theme-btn.btn.disabled,
.c-theme-btn.btn.disabled:hover,
.c-theme-btn.btn.disabled:not(.btn-no-focus):focus,
.c-theme-btn.btn.disabled:not(.btn-no-focus).focus,
.c-theme-btn.btn.disabled:active,
.c-theme-btn.btn.disabled.active,
.c-theme-btn.btn[disabled],
.c-theme-btn.btn[disabled]:hover,
.c-theme-btn.btn[disabled]:not(.btn-no-focus):focus,
.c-theme-btn.btn[disabled]:not(.btn-no-focus).focus,
.c-theme-btn.btn[disabled]:active,
.c-theme-btn.btn[disabled].active,
fieldset[disabled] .c-theme-btn.btn,
fieldset[disabled] .c-theme-btn.btn:hover,
fieldset[disabled] .c-theme-btn.btn:not(.btn-no-focus):focus,
fieldset[disabled] .c-theme-btn.btn:not(.btn-no-focus).focus,
fieldset[disabled] .c-theme-btn.btn:active,
fieldset[disabled] .c-theme-btn.btn.active {
  background: #ed1b2e;
  border-color: #ed1b2e; }
.c-theme-btn.btn .badge {
  color: #ed1b2e;
  background: #ffffff; }

.c-theme-btn.c-btn-border-1x {
  border-color: #ed1b2e;
  border-width: 1px;
  color: #ed1b2e;
  background: none;
  border-color: #ed1b2e; }
.c-theme-btn.c-btn-border-1x.btn-no-focus:focus,
.c-theme-btn.c-btn-border-1x.btn-no-focus.focus {
  color: #ed1b2e;
  background: none;
  border-color: #ed1b2e; }
.c-theme-btn.c-btn-border-1x.btn-no-focus:hover,
.c-theme-btn.c-btn-border-1x:hover,
.c-theme-btn.c-btn-border-1x.btn-no-focus:active,
.c-theme-btn.c-btn-border-1x:active,
.c-theme-btn.c-btn-border-1x.active,
.open > .c-theme-btn.c-btn-border-1x.dropdown-toggle {
  color: #ffffff;
  background: #ed1b2e;
  border-color: #ed1b2e; }
.c-theme-btn.c-btn-border-1x:active,
.c-theme-btn.c-btn-border-1x.active,
.open > .c-theme-btn.c-btn-border-1x.dropdown-toggle {
  background-image: none; }
.c-theme-btn.c-btn-border-1x.disabled,
.c-theme-btn.c-btn-border-1x.disabled:hover,
.c-theme-btn.c-btn-border-1x.disabled:not(.btn-no-focus):focus,
.c-theme-btn.c-btn-border-1x.disabled:not(.btn-no-focus).focus,
.c-theme-btn.c-btn-border-1x.disabled:active,
.c-theme-btn.c-btn-border-1x.disabled.active,
.c-theme-btn.c-btn-border-1x[disabled],
.c-theme-btn.c-btn-border-1x[disabled]:hover,
.c-theme-btn.c-btn-border-1x[disabled]:not(.btn-no-focus):focus,
.c-theme-btn.c-btn-border-1x[disabled]:not(.btn-no-focus).focus,
.c-theme-btn.c-btn-border-1x[disabled]:active,
.c-theme-btn.c-btn-border-1x[disabled].active,
fieldset[disabled] .c-theme-btn.c-btn-border-1x,
fieldset[disabled] .c-theme-btn.c-btn-border-1x:hover,
fieldset[disabled] .c-theme-btn.c-btn-border-1x:not(.btn-no-focus):focus,
fieldset[disabled] .c-theme-btn.c-btn-border-1x:not(.btn-no-focus).focus,
fieldset[disabled] .c-theme-btn.c-btn-border-1x:active,
fieldset[disabled] .c-theme-btn.c-btn-border-1x.active {
  background: none;
  border-color: #ed1b2e; }
.c-theme-btn.c-btn-border-1x .badge {
  color: none;
  background: #ed1b2e; }

.c-theme-btn.c-btn-border-2x {
  border-color: #ed1b2e;
  border-width: 2px;
  color: #ed1b2e;
  background: none;
  border-color: #ed1b2e; }
.c-theme-btn.c-btn-border-2x.btn-no-focus:focus,
.c-theme-btn.c-btn-border-2x.btn-no-focus.focus {
  color: #ed1b2e;
  background: none;
  border-color: #ed1b2e; }
.c-theme-btn.c-btn-border-2x.btn-no-focus:hover,
.c-theme-btn.c-btn-border-2x:hover,
.c-theme-btn.c-btn-border-2x.btn-no-focus:active,
.c-theme-btn.c-btn-border-2x:active,
.c-theme-btn.c-btn-border-2x.active,
.open > .c-theme-btn.c-btn-border-2x.dropdown-toggle {
  color: #ffffff;
  background: #ed1b2e;
  border-color: #ed1b2e; }
.c-theme-btn.c-btn-border-2x:active,
.c-theme-btn.c-btn-border-2x.active,
.open > .c-theme-btn.c-btn-border-2x.dropdown-toggle {
  background-image: none; }
.c-theme-btn.c-btn-border-2x.disabled,
.c-theme-btn.c-btn-border-2x.disabled:hover,
.c-theme-btn.c-btn-border-2x.disabled:not(.btn-no-focus):focus,
.c-theme-btn.c-btn-border-2x.disabled:not(.btn-no-focus).focus,
.c-theme-btn.c-btn-border-2x.disabled:active,
.c-theme-btn.c-btn-border-2x.disabled.active,
.c-theme-btn.c-btn-border-2x[disabled],
.c-theme-btn.c-btn-border-2x[disabled]:hover,
.c-theme-btn.c-btn-border-2x[disabled]:not(.btn-no-focus):focus,
.c-theme-btn.c-btn-border-2x[disabled]:not(.btn-no-focus).focus,
.c-theme-btn.c-btn-border-2x[disabled]:active,
.c-theme-btn.c-btn-border-2x[disabled].active,
fieldset[disabled] .c-theme-btn.c-btn-border-2x,
fieldset[disabled] .c-theme-btn.c-btn-border-2x:hover,
fieldset[disabled] .c-theme-btn.c-btn-border-2x:not(.btn-no-focus):focus,
fieldset[disabled] .c-theme-btn.c-btn-border-2x:not(.btn-no-focus).focus,
fieldset[disabled] .c-theme-btn.c-btn-border-2x:active,
fieldset[disabled] .c-theme-btn.c-btn-border-2x.active {
  background: none;
  border-color: #ed1b2e; }
.c-theme-btn.c-btn-border-2x .badge {
  color: none;
  background: #ed1b2e; }

.c-theme.form-control:focus,
.c-theme.form-control:active,
.c-theme.form-control.active {
  border-color: #ed1b2e !important; }

.c-content-line-icon.c-theme {
  background-image: url(../img/content/line-icons/red1.png); }

.c-content-list-1.c-theme.c-separator-dot > li:before,
.c-content-list-1.c-theme > li:before {
  background: #ed1b2e; }

.c-content-tab-1.c-theme .nav > li:hover > a,
.c-content-tab-1.c-theme .nav > li:focus > a,
.c-content-tab-1.c-theme .nav > li:active > a,
.c-content-tab-1.c-theme .nav > li.active > a,
.c-content-tab-1.c-theme .nav.nav-justified > li:hover > a,
.c-content-tab-1.c-theme .nav.nav-justified > li:focus > a,
.c-content-tab-1.c-theme .nav.nav-justified > li:active > a,
.c-content-tab-1.c-theme .nav.nav-justified > li.active > a {
  border-bottom-color: #ed1b2e; }

.c-content-tab-2.c-theme > ul > li.active > a > .c-title,
.c-content-tab-2.c-theme > ul > li:hover > a > .c-title {
  color: #ed1b2e; }

.c-content-tab-2.c-theme > ul > li.active > a > .c-content-line-icon,
.c-content-tab-2.c-theme > ul > li:hover > a > .c-content-line-icon {
  background-image: url(../img/content/line-icons/red1.png); }

.c-content-tab-5.c-theme .c-nav-tab > li.active > a,
.c-content-tab-5.c-theme .c-nav-tab > li a:hover {
  color: #fff;
  background-color: #ed1b2e; }

.c-content-tab-5.c-theme .c-nav-tab.c-arrow a:hover:after {
  border-left-color: #ed1b2e; }

.c-content-tab-5.c-theme .c-nav-tab.c-arrow .active > a:after {
  border-left-color: #ed1b2e; }

.c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a {
  background-color: #ed1b2e; }
.c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a.collapsed {
  background-color: #ffffff; }
.c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a.collapsed:hover,
.c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a.collapsed:focus {
  background-color: #ed1b2e; }

.c-content-accordion-1.c-theme .panel > .panel-collapse > .panel-body {
  background-color: #ed1b2e; }

.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav > li.c-onepage-link:hover > a,
.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav > li.c-onepage-link.c-active > a,
.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav > li.c-onepage-link.active > a {
  background: rgba(205, 98, 98, 0.9); }

.c-layout-sidebar-menu.c-theme .c-sidebar-menu li.c-active > a {
  transition: all 0.2s;
  color: #ed1b2e; }
.c-layout-sidebar-menu.c-theme .c-sidebar-menu li.c-active > a > .c-arrow {
  color: #ed1b2e; }

.c-layout-sidebar-menu.c-theme .c-sidebar-menu li .c-dropdown-menu > li:hover > a {
  color: #ed1b2e; }

.c-layout-sidebar-menu.c-theme .c-sidebar-menu.c-option-2 > li.c-active > a {
  transition: all 0.2s;
  color: #ffffff;
  background-color: #ed1b2e; }
.c-layout-sidebar-menu.c-theme .c-sidebar-menu.c-option-2 > li.c-active > a > .c-arrow {
  color: #ffffff; }

.c-content-title-4.c-theme .c-line-strike:before {
  border-top: 1px solid #ed1b2e; }

.owl-carousel.c-theme .owl-pagination .owl-page span {
  background: #e1e1e1; }

.owl-carousel.c-theme .owl-pagination .owl-page.active span {
  background: #ed1b2e; }

.cbp-l-filters-button .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #ed1b2e; }
.cbp-l-filters-button .cbp-filter-counter:before,
.cbp-l-filters-buttonCenter .cbp-filter-counter:before {
  border-top: 4px solid #ed1b2e; }

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  color: #ed1b2e; }

.cbp-l-filters-alignCenter .cbp-filter-counter,
.cbp-l-filters-text .cbp-filter-counter {
  background: none repeat scroll 0 0 #ed1b2e; }
.cbp-l-filters-alignCenter .cbp-filter-counter:before,
.cbp-l-filters-text .cbp-filter-counter:before {
  border-top: 4px solid #ed1b2e; }

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
  border-bottom-color: #ed1b2e; }

.cbp-l-project-desc-title:before,
.cbp-l-project-details-title:before {
  background: #ed1b2e; }

.tp-bullets.round.c-theme .bullet {
  margin-right: 5px; }
.tp-bullets.round.c-theme .bullet.selected {
  background: #ed1b2e; }

.tp-banner-container.c-theme .tparrows.circle {
  background-image: url(../img/content/line-icons/red1.png); }


.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li > .dropdown-menu.c-menu-type-classic .dropdown-menu {
  background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.10);
}
.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li .dropdown-menu > li > a {color: #000;}
.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li .dropdown-menu > li > a:hover {
  text-decoration: underline; background: #fff;}
.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li > .dropdown-menu {background: #fff;}
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .dropdown-menu.c-menu-type-classic{width: auto;}
.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li > .dropdown-menu.c-menu-type-mega > .row > div{border:none;}
.c-btn-red-cross {
  border-color: #ed1b2e;
  color: #ffffff;
  background: #ed1b2e;
  border-color: #ed1b2e;
}

.c-btn-red-cross:hover {
  border-color: #ff0000;
  color: #ffffff;
  background: #ff0000;
  border-color: #ff0000;
}


.c-sidebar-menu li a:hover, .c-sidebar-menu li a.current {
  color: #ed1b2e;
}

.c-sidebar-menu li .c-dropdown-menu li a.current {  color: #ed1b2e;  }

.c-mega-title {font-size: 30px; letter-spacing: 1px;}
.c-layout-sidebar-menu.c-red {margin: 0;}

.c-bg-red {  background-color: #ed1b2e !important;  }
.c-bg-red-hover:hover {  background-color: #FF0000 !important;  }
.c-layout-header.c-layout-header-6.c-red-nav{  box-shadow: 0 10px 20px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.10);}

.c-layout-header.c-layout-header-6 .c-topbar .c-top-menu {  margin: 0px 0 10px 0;  }
.c-layout-header.c-layout-header-6 .c-topbar .c-brand > .c-logo:after {top:20px}
.c.title.c-block {display: inline-block;}
.c-content-blog-post-1 .c-panel {border:none;}
.c-content-tile-1 .c-tile-content.c-arrow-red-2.c-arrow-right:after {border-left-color:#ed1b2e}
.c-font-red{color: #ed1b2e;}

.c-btn-border-2x.c-btn-red-2 {
  border-color: #ed1b2e;
  color: #ed1b2e;
  background: none;
  border-color: #ed1b2e; }
.c-btn-border-2x.c-btn-red-2.btn-no-focus:focus,
.c-btn-border-2x.c-btn-red-2.btn-no-focus.focus {
  color: #FF0000;
  background: none;
  border-color: #FF0000; }
.c-btn-border-2x.c-btn-red-2.btn-no-focus:hover,
.c-btn-border-2x.c-btn-red-2:hover,
.c-btn-border-2x.c-btn-red-2.btn-no-focus:active,
.c-btn-border-2x.c-btn-red-2:active,
.c-btn-border-2x.c-btn-red-2.active,
.open > .c-btn-border-2x.c-btn-red-2.dropdown-toggle {
  color: #ffffff;
  background: #FF0000;
  border-color: #FF0000; }

.c-layout-footer.c-layout-footer-3 .c-footer .c-links {
  padding: 20px 0 30px 0; }
.c-layout-footer.c-layout-footer-3 .c-footer .c-links:before,
.c-layout-footer.c-layout-footer-3 .c-footer .c-links:after {
  content: " ";
  display: table; }
.c-layout-footer.c-layout-footer-3 .c-footer .c-links:after {
  clear: both; }
.c-layout-footer.c-layout-footer-3 .c-footer .c-links .c-nav {
  padding: 0;
  margin: 0 40px 0 0;
  display: inline-block;
  float: left;
  list-style: none; }
.c-layout-footer.c-layout-footer-3 .c-footer .c-links .c-nav > li {
  padding: 4px 0;
  display: inline-block; }
.c-layout-footer.c-layout-footer-3 .c-footer .c-links .c-nav > li > a {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0 1px;
  line-height: 3em; }
.c-layout-footer.c-layout-footer-3 .c-footer .c-links .c-nav > li > a.c-active {
  border: 1px solid #fff;
  margin: 0; }
.c-layout-footer.c-layout-footer-3 .c-footer .c-links .c-nav > li > a:hover {
  color: #edf0f3;
  border: 1px solid #ffffff;
  margin: 0; }

.p-content img{max-width:100%; padding:10px;}

.head-wrapper{background: #5c6873;position:relative;}
.head-wrapper .bg-img{
	max-width:1140px;
	height:450px;
	background-repeat:no-repeat;
	background-position:top;
	background-size:cover;
	overflow:auto;
}

.head-wrapper .bg-img:before {
  content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#000,#000);
	opacity: .25;
  }

.page-head-wrapper{
	position:absolute;
	top:40%;
	left:10%;
}

.boxedcontainer{padding:0;}

  .owl-carousel.c-theme .owl-controls .owl-dot.active {
    background: #ed1b2e; }

.c-content-blog-post-1 .c-panel {padding:0px;}

@media (max-width: 991px){
  .c-layout-header.c-layout-header-6 .c-topbar .c-brand > .c-hor-nav-toggler {  padding: 20px 15px;}
}


#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #ed1b2e;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
  clear: both;
}
#timeline .timeline-item .timeline-icon {
  background: #ed1b2e;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 50%;
  overflow: hidden;
  margin-left: -9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 14px;
  left: 14px;
}
#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #ed1b2e;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ed1b2e;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #ed1b2e;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #ed1b2e;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/** spiner **/
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.c-continue{min-height: 350px; position:relative;overflow: hidden;}

.c-continue > h3 {position:absolute;top:0;bottom:0; left:0;width:100%;margin:0;}
.c-continue > h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, transparent, transparent, black);
    background: -ms-linear-gradient(top, transparent, transparent, black);
    background: -o-linear-gradient(top, transparent, transparent, black);
    background: -moz-linear-gradient(top, transparent, transparent, black);
}
.c-continue > h3 > a{position: absolute; padding:20px;bottom:0;}
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a.collapsed:hover, .c-content-accordion-1 .panel > .panel-heading > .panel-title > a.collapsed:focus {color: #ed1b2e;}
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a {color: #3f444a;}
.cauze figure {
  position: relative;
  border-bottom: 3px solid #ed1c24; }
  .cauze figure .img-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, transparent, transparent, black);
    background: -ms-linear-gradient(top, transparent, transparent, black);
    background: -o-linear-gradient(top, transparent, transparent, black);
    background: -moz-linear-gradient(top, transparent, transparent, black); }
  .cauze figure .cauza-title {
    position: absolute;
    left: 0px;
    bottom: 10px;
    font-size: 1.6rem;
    text-align: center;
    padding: 0px 1rem;
    color: white;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .cauze figure .cauza-desc {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 3rem 2rem;
    text-align: center; }
    .cauze figure .cauza-desc h2 {
      color: white;
      font-size: 1em;
      margin: 0;
      letter-spacing: 1px;
      position: relative; }
  .cauze figure:hover .cauza-desc {
    opacity: 1; }
  .cauze figure:hover .cauza-title {
    opacity: 0;
    bottom: -10px; }
  .cauze .page-subtitle {
    font-size: 1.8rem;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
    .cauze .page-subtitle span {
      font-style: italic;
      display: block;
      color: #ed1c24; }
  .cauze .cauza {
    margin-top: 2rem; }
  .cauze .cauza figure {
    border-bottom: none;
    max-height: 35rem;
    overflow: hidden; }
    .cauze .cauza figure img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .cauze .cauza figure .cauza-title {
      font-size: 2rem;
      font-family: "Open Sans", sans-serif;
      bottom: 7rem; }
    .cauze .cauza figure .actions {
      position: absolute;
      bottom: 2rem;
      left: 0;
      right: 0;
      text-align: center; }
      .cauze .cauza figure .actions .action {
        display: inline-block; }
    .cauze .cauza figure:hover .cauza-title {
      opacity: 1;
      bottom: 7rem; }
  .cauze .cauza:first-child figure .cauza-title {
    font-size: 3rem; }
  .cauze .cauza:nth-child(5) figure .cauza-title {
    font-size: 3rem; }

@media only screen and (max-width: 600px) {
  .cauze figure .cauza-title {
    font-size: 1.4rem; }
  .cauze figure .cauza-desc {
    padding: 1rem; }
    .cauze figure .cauza-desc h2 {
      font-size: 1em; }
  .cauze .page-subtitle {
    font-size: 1.6rem; }
  .cauze .cauza {
    margin-top: 1rem; }
  .cauze .cauza figure {
    max-height: 25rem; }
    .cauze .cauza figure .cauza-title {
      font-size: 2rem;
      font-family: "Open Sans", sans-serif;
      bottom: 5rem; }
    .cauze .cauza figure .actions {
      bottom: 1rem; }
    .cauze .cauza figure:hover .cauza-title {
      opacity: 1;
      bottom: 5rem; }
  .cauze .cauza:first-child figure .cauza-title {
    font-size: 2rem; }
  .cauze .cauza:nth-child(5) figure .cauza-title {
    font-size: 2rem; } }

.light--shadow{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.head-wrapper .bg-img.noBg:before {
  background-image: none;
}
.head-wrapper .bg-img.smallerHeight {
  height: 400px;
}
/** mobile **/

@media (min-width: 1440px) {
  .cauze figure .cauza-desc {
    padding: 6rem; }
    .cauze figure .cauza-desc h2 {
      font-size: 1.4rem; } }

@media (max-width: 991px){
 #timeline:before, #timeline .timeline-item .timeline-icon{background:none;}
 #timeline .timeline-item .timeline-content{width:100%;padding:5px;}
 #timeline .timeline-item .timeline-content:before{border:none;}
 #timeline .timeline-item .timeline-content.right{float:none;}
 .hartaFiliale .col-xs-12 {overflow:scroll;}
 .cauze figure .img-overlay:before{background:rgba(0,0,0, .45);}
 .translate {margin-bottom:20px;}
}
.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {padding:20px;}
