:root {
--bs-primary: #d8261c;
--bs-border-radius: 0;
--template-link-color: #a90d04;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0 !important;
}
body {
  font-family: 'Roboto', sans-serif;
  /*font-weight: 300;*/
  font-size: 16px;
}
.prva-stran #sp-main-body {
	display: none;
}
.burger-icon > span {
	/*background-color: #fff;*/
}
.offcanvas-menu {
  background-color: #eee;
}
.breadcrumb {
  padding: 0.75rem 1rem;
  background-color: #e9ecef;
  border-radius: 0;
}
.breadcrumb .fa-map-marker-alt::before {
  color: #ccc;
  margin-right: 5px;
}
.float-center img {
  margin: 0 auto;
}
.redhr {
  color: #d8261c;
  opacity: 1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
ul.checked {
  list-style: none;
  font-size: 1.1rem;
  color: #747474;
  font-weight: 400;
}
ul.checked li {
  position: relative;
  padding-left: 1.5em;
}
ul.checked li::before {
  content: "\f14a";
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  color: #d8261c;
  font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.about_service_year {
  background-color: #0660af;
  color: #fff;
  position: absolute;
  left: 28px;
  bottom: 58px;
  margin: 0;
  font-size: 34px;
  padding: 30px 15px 20px 15px;
  width: 150px;
  height: 150px;
  font-weight: 400;
}
.about_service_year span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
	font-weight: 300;
}
.pos-rel {
	position: relative;
}
/*Buttons*/
.btn {
	border-radius: 0;
}
.btn-destination {
    background-image: url(../images/destination-icon.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 6px;
	min-width: 330px;
    padding: 30px 20px;
	font-size: 18px;
}
.article-social-share .social-share-icon ul li a {
  border-radius: 0;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color: #a90d04;
  border-color: #a90d04;
}
.cenik-field, .katalog-field {
  display: inline-block;
  background: #d8261c;
  margin-bottom: 15px;
  padding: 5px 15px 5px 25px;
  color: #fff;
  margin-right: 15px;
}
.cenik-field .btn-sm, .katalog-field .btn-sm {
  padding: .75rem 1rem;
  font-size: 1rem;
}
.cenik-field a.btn, .katalog-field a.btn {
  border-left: 1px solid #b50000;
}
.cenik-field .icon-file::before, .katalog-field .icon-file::before {
  content: "\f019";
}
/*search mod*/
.popsearch-mods {
  position: fixed;
  top: 225px;
  right: 0;
  z-index: 100;
  width: 60px;
height: 60px;
font-size: 19px;
color: #fff;
background: #d8261c;
}
/*News*/
.article-list .article {
  border-radius: 0;
  box-shadow: 0 24px 40px -16px rgba(3, 1, 16, 0.14);
}
.page-item.active .page-link {
  background-color: #d8261c;
  border-color: #d8261c;
}
/*Products*/
.products .article-details .article-header, .blogproducts .page-header {
  position: relative;
  top: -53px;
background: rgb(255,255,255);
  padding: 15px 15px 0;
  color: #055fae;
}
.products .article-details .article-full-image {
  max-height: 600px;
  margin: 0 -16vw;
  overflow: hidden;
  margin-top: -240px;
}
.blogproducts .category-desc-img {
  max-height: 530px;
  margin: 0 -16vw;
  overflow: hidden;
  margin-top: -240px;
}
.blogproducts .page-header {
	  padding: 15px;
  /*margin-top: -55px;
  background: #ffffff87;
  position: relative;
  color: #595959;*/
}
.blogproducts .page-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 50px;
  height: 1px;
  background: #d8261c;
}
.article-jtext {
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto;
}
.category-desc-text {
  margin: 20px 0 60px 0;
}
.product-description h2 {
  font-size: 1.8rem;
  font-weight: normal;
}
.article-details ul {
  list-style: square;
}
.article-details ul li::marker {
	color: #d8261c;
}
.alert-opombe {
  color: #636464;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
  padding: 2rem 2rem 1rem 5rem;
  margin-top: 3rem;
margin-bottom: 3rem;
}
.alert-opombe::before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  position: absolute;
  top: 25%;
  font-weight: 900;
  left: 15px;
  font-size: 50px;
  color: #ddd;
  line-height: 50px;
}
.article-list .article.article-linked .article-intro-image {
	margin: -20px -20px 0 -20px;
	border-bottom: 0;
}
.article-list .article.article-linked .article-header h2 a {
  display: block;
  padding: 15px 0 5px;
}
.article-list .article.article-linked .article-header h2, .article-list .article.article-linked .article-introtext p {
  margin: 0;
}

/*Mega menu*/
.sp-megamenu-parent > li:last-child > a.btn-sm {
  padding: 0.25rem 0.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.sp-megamenu-parent > li:last-child > a.btn-sm:hover {
  color: #fff;
}
.sp-megamenu-parent > li.active > a {
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  color: #252525;
}
.sp-dropdown .sp-mega-group .sp-menu-separator {
  margin-bottom: 15px;
  display: block;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group > li > a:hover, .sp-megamenu-parent .sp-mega-group > li > a:active {
  color: #fff;
  background: #d8261c;
}
.sp-dropdown .sp-dropdown-inner .col-sm-3 {
  border-right: 1px solid #e7e7e7;
}
.sp-dropdown .sp-dropdown-inner .col-sm-3:last-child {
  border-right: none;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  height: 20px;
  line-height: 20px;
  padding: 0;
  font-size: 12px;
  letter-spacing: inherit;
  display: block;
  text-transform: none;
  background: transparent;
  color: #252525;
  border-radius: 0;
  font-weight: 300;
  margin-left: 0;
}
.sp-megamenu-parent > li.sp-has-child > a::before {
  bottom: -1px;
  z-index: 3;
  border-color: transparent transparent #3d3636;
}
.sp-megamenu-parent > li.sp-has-child:hover>a:before {
 opacity:1;
 visibility:visible;
 transition-delay:0s,0s;
 -webkit-transform:translate(-50%);
 transform:translate(-50%)
}
.sp-megamenu-parent > li.sp-has-child > a {
 position:relative
}
.sp-megamenu-parent > li.sp-has-child > a::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%,10px);
  transform: translate(-50%,10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: transparent transparent #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease 0s,visibility 0s ease .2s,-webkit-transform .2s ease 0s;
  transition: opacity .2s ease 0s,visibility 0s ease .2s,transform .2s ease 0s;
  transition: opacity .2s ease 0s,visibility 0s ease .2s,transform .2s ease 0s,-webkit-transform .2s ease 0s;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
	border-bottom: 1px solid #ccc;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler {
	border-left: 1px solid #ccc;
	width: 35px;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
.offcanvas-menu .logo-image {
  opacity: 0.5;
}
.offcanvas-menu .logo {
  margin-top: 40px;
}
.offcanvas-menu .offcanvas-inner {
  padding: 0 20px 25px;
}
.offcanvas-menu-btn {
  margin-top: 25px;
}
#sp-bottom2 .sp-module ul.menu-program > li:last-child {
	display: none;
}
#sp-top-banner {
	position: relative;
    background: #d8261c;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    padding: 12px 20px;
    transition: background 250ms ease;
	z-index: 9;
}
#sp-top-banner a {
	color: #fff;
}
#sp-top-banner p{
	margin: 0;
}
#sp-top-bar, #sp-header {
  /*background: transparent;*/
  background:rgba(255, 255, 255, 0.9);
  color: #001f3a;
  box-shadow: none;
}

#sp-top-bar {
  padding: 0;
  font-size: 0.875rem;
  position: relative;
  z-index: 9;
}
#sp-top2 {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
#sp-top2 a {
  padding: 0 15px;
}
#sp-header .logo {
  margin-top: -20px;
}
#sp-header.header-sticky .logo {
  margin-top: 0;
}
.sp-megamenu-parent > li > a {
  color: #001f3a;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
#sp-header.header-sticky {
  background:rgba(230, 230, 230, 0.9);
}
.sp-page-title {
  padding-top: 200px;
  background-position: center;
  margin-top: -125px;
}
/*Slider*/
#sp-sliders {
  margin-top: -135px;
}
.home-slide .custom {
  padding: 500px 0 100px 0;
  /*padding-left: 20%;*/
  color: #fff;
  background-position: center center;
}
.home-slide h3 {
  text-shadow: 3px 3px 10px #000;
  font-size: 50px;
  font-weight: bold;
}
.home-slide p {
  text-shadow: 3px 3px 10px #000;
  font-size: 18px;
  font-weight: 500;
}
.home-slide a {
  text-shadow: none;
}
.carousel-indicators .active {
  background-color: #d8261c;
}
/*Program*/
#sp-program {
	padding: 60px 0;
}
.categoryGrid-item {
    position: relative;
	overflow: hidden;
	background: #055fae;
	border: 1px solid #fff;
}
.categoryGrid-item-title {
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  padding: 15px 15px 15px 30px;
  background: rgba(0,0,0,0.5);
  display: block;
}
.categoryGrid-item img {
    width: 100%;
    -webkit-transform: scale(1) translate3d(0,0,0);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.categoryGrid-item:hover  img {
    -webkit-transform: scale(1.07) translate3d(0,0,0);
    transform: translateY(-10px);
}
/*Features*/
#sp-features {
  padding: 60px 0;
  background: #f3f3f3;
}
.boxi .fas {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 30px;
  width: 110px;
height: 110px;
margin: 30px 0;
opacity: 0.5;
}
/*Brands*/
#sp-brands {
  padding: 30px 0;
}
#sp-brands img {
	opacity: 0.5;
  filter: gray;
  -webkit-filter: grayscale(1); 
  filter: grayscale(100%);
}
/*Why us*/
#sp-whyus {
	/*background: #f3f3f3;*/
}
.nasl_box {
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 1.3;
}
/*Testimonials*/
#sp-testimonials {
  background-image: url("/images/site/whyus-cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  color: #FFFFFF;
  padding: 60px 0;
}
.mnenje {
  background: rgba(0, 0, 0, 0.35);
  margin: 90px 0;
  font-size: 20px;
  padding: 40px 30px 20px;
  position: relative;
}
.customer-img {
    position: absolute;
    top: -85px;
    width: 120px;
    height: 120px;
}
.customer-img img {
    border-radius: 50%;
    border: 3px solid #fff;
}
/*Sections*/
#sp-section-gr1, #sp-section-wh1, #sp-section-gr2, #sp-section-wh2, #sp-whyus {
  padding: 90px 0;
}
#sp-section-gr1, #sp-section-gr2 {
  background: #f3f3f3;
}
.img-border-l img {
  outline: 2px solid #0660AF;
  outline-offset: -60px;
  border: 30px solid transparent;
  border-width: 30px 30px 30px 90px;
  margin: -25px 0 0 -45px;
}
.img-border-r img {
  outline: 2px solid #0660AF;
  outline-offset: -60px;
  border: 30px solid transparent;
  border-width: 30px 90px 30px 30px;
  margin: -25px -45px 0 0;
}
/*Projects*/
#sp-project-mods {
  padding: 90px 0;
}
#mod-sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  position: relative;
  background: #171717;
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 > a {
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
  background: #171717;
}
.sp-simpleportfolio-info::before {
  border-bottom: 32px solid #171717;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  content: "";
  height: 0;
  left: calc(50% - 60px);
  position: absolute;
  top: -24px;
  transition: all 0.2s ease 0s;
  width: 0;
  z-index: 9;
}
#mod-sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
	border-radius: 0;
	padding: 10px 15px;
	font-size: 14px;
	margin: 5px;
}
/*Fonts*/
h1.title {
  margin: 0 0 30px;
  color: #515151;
}
h2.title {
  margin: 0 0 20px;
}
.title.borderline {
  margin-bottom: 30px;
}
.title.borderline, .title.borderline-left {
  padding: 0 0 25px;
  position: relative;
  font-size: 1.8rem;
}
.title.borderline::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #d8261c;
  left: 50%;
  width: 110px;
margin-left: -55px;
}
.title.borderline-left::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #d8261c;
  left: 0;
  width: 110px;
}
.article-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 50px;
    height: 1px;
    background: #d8261c;
}
/*Kontakt*/
.infobox-gray {
    background: #f3f3f3;
    padding: 40px 55px;
    margin: 0 0 45px;
    max-width: 640px;
}
.contactGrid-item-a {
    color: #737272;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contactGrid-item-a i {
    width: 25px;
    color: #d8261c;
    margin-right: 12px;
}
.contactGrid-item-a i.fa-phone-alt {
    border-radius: 50%;
border: 1px solid #d8261c;
}
.contactGrid-item-a i.fa-envelope {
padding: 0 5px;
}
.contactGrid-item h4 {
  font-size: 1.2rem;
  color: #737272;
}
.contactGrid-item {
  
}
/*Floating Contact*/
._quickContact {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 100;
}
._quickContact--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  position: relative;
  right: -200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255,255,255,.6);
  -webkit-transition: right 250ms ease-in-out;
  -o-transition: right 250ms ease-in-out;
  transition: right 250ms ease-in-out;
}
._quickContact--item:hover {
  text-decoration: none;
  right: 0;
}
._quickContact--item-icon {
  width: 60px;
  height: 60px;
  font-size: 25px;
  color: #fff;
  background: #d8261c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
._quickContact--item-text {
  font-size: 15px;
  font-weight: 500;
  color: #030303;
  padding: 0 20px;
}
._quickContact--item + ._quickContact--item {
  margin-top: 15px;
}
/*Bottom*/

@media (min-width: 576px) {
.convertforms .cf-control-group.col-sm-6 {
	width: 50%;
}
}
@media (max-width: 768px) {
	#sp-top-bar {
  display: none;
}
}
@media (max-width: 991px) {
.logo-image {
  height: 26px;
}
#sp-header .logo {
  margin-top: 0;
}
#sp-footer, #sp-bottom, #sp-footer #sp-footer2 {
  text-align: center;
}
#sp-bottom .sp-column , #sp-footer2 .sp-column  {
  padding-top: 15px;
}
}
@media (min-width: 991px) {
	.header-sticky .logo-image {
  height: 40px;
}
	#sp-top-bar .container-fluid, #sp-header .container-fluid {
width: 96%;
}
.sp-megamenu-parent {
	position: static;
}
#sp-top1 .logo {
  padding-top: 10px;
}
.mnenje {
    width: 50%;
}
.sp-scroll-up {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 26px;
  border-radius: 0;
}
#sp-bottom ul.menu {
  border-left: solid 1px #242a33;
  padding-left: 15px;
}
.article-image-left .article {
	display: flex;
	flex-wrap: wrap;
}
.article-image-left .article > a {
	flex: 45%;
}
.article-list .article-image-left .article .article-intro-image, .article-list .article-image-left .article .article-featured-video {
	margin: 0;
}
.article-image-left .article-body {
  padding: 0 30px;
  flex: 55%;
}
}
@media (min-width: 1200px) {
	#sp-top-bar .container-fluid, #sp-header .container-fluid {
width: 90%;
}
}
@media (max-width: 1200px) {

}
@media (max-width: 1440px) {

}
@media (min-width: 1440px) {

}
/* roboto-100 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto/roboto-v29-latin-ext_latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-ext_latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto/roboto-v29-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v29-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v29-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto/roboto-v29-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/roboto-v29-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto/roboto-v29-latin-ext_latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v29-latin-ext_latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 0;
	background: #fff;
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 170px;
    height: 170px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1;
	position: relative;
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}
.main-timeline .year img {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	border: 2px solid #d8261c;
	padding: 2px;
}
.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    
    .main-timeline .date {
        top: 0
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}