

    @font-face {

  font-family: VisbyCF-Bold;

  src: url(/cdn/fonts/VisbyCF-Bold.otf) format("opentype"),

  url(/cdn/fonts/visbycf-bold-webfont.woff) format("woff");

}

  @font-face {

  font-family: VisbyCF-BoldOblique;

  src: url(/cdn/fonts/VisbyCF-BoldOblique.otf) format("opentype"),

  url(/cdn/fonts/visbycf-boldoblique-webfont.woff) format("woff");

}

  @font-face {

  font-family: VisbyCF-DemiBold;

  src: url(/cdn/fonts/VisbyCF-DemiBold.otf) format("opentype"),

   url(/cdn/fonts/visbycf-demibold-webfont.woff) format("woff");

}

  @font-face {

  font-family: VisbyCF-ExtraBold;

  src: url(/cdn/fonts/VisbyCF-ExtraBold.otf) format("opentype"),

  url(/cdn/fonts/visbycf-extrabold-webfont.woff) format("woff");

}

  @font-face {

  font-family: VisbyCF-MediumOblique;

  src: url(/cdn/fonts/VisbyCF-MediumOblique.otf) format("opentype"),

  url(/cdn/fonts/visbycf-mediumoblique-webfont.woff) format("woff");

}

  @font-face {

  font-family: VisbyCF-Medium;

  src: url(/cdn/fonts/VisbyCF-Medium.otf) format("opentype"),

  url(/cdn/fonts/visbycf-medium-webfont.woff) format("woff");

}

  @font-face {

  font-family: VisbyCF-Regular;

  src: url(/cdn/fonts/VisbyCF-Regular.otf) format("opentype"),

  url(/cdn/fonts/visbycf-regular-webfont.woff) format("woff");

}

  @font-face {

  font-family: VisbyCF-Light;

  src: url(/cdn/fonts/VisbyCF-Light.otf) format("opentype"),

  url(/cdn/fonts/visbycf-light-webfont.woff) format("woff");

}

  @font-face {

  font-family: VisbyCF-LightOblique;

  src: url(/cdn/fonts/VisbyCF-LightOblique.otf) format("opentype"),

  url(/cdn/fonts/visbycf-lightoblique-webfont.woff) format("woff");

}

 *, html{

 	margin: 0;

 	padding: 0;

  box-sizing: border-box;

 }

 body {

    font-family: VisbyCF-Regular, sans-serif;

    margin: 0;

    padding: 0;

    /*width: 1920px;*/

 	    box-sizing: border-box;

 }

 a {

    color: #000;

 }

 ::selection {

    background-color: #dddddd;

 }

 ::-webkit-scrollbar-track {

  background-color: #efefef;

}



::-webkit-scrollbar {

  position: relative;

  height: 10px;

  width: 10px;

  background-color: #b31c27;

}



::-webkit-scrollbar-thumb {

  position: relative;

  background-color: #b31c27;

}



::-webkit-scrollbar::after {

  left: 0;

  top: 0;

  position: absolute;

  content: "a";

}

 .fa {

    color: #fff;

 }

 .text-right {

    float: right;

 }

 .active {

  /*background: #9bd0eb;*/

  /*background-color:#d90000;*/

  border-bottom: 3px solid #b31c27;

  /*color: black;*/

}



nav.navbar {

  padding: 0 5%;

    /*width: 100%;*/

    height: 30px;

    background-color: #080808;

}

a:visited {

  color: #1d1d1d;

}

.navbar-nav>li>a:visited {

background-color: #eee0;

}

.nav>li>a:focus, .nav>li>a:hover {

    background-color: #eee0;

}

/*ul.nav.navbar-nav.navbar-right .items .links .active {

    border: 1px solid red;

}*/

/*ul.nav.navbar-nav.navbar-right li.active a:visited {

    background-color: #eee0;

    border-bottom: 1px solid red;

}

ul.nav.navbar-nav.navbar-right li a:visited {

    border-bottom: 1px solid red;

}*/

/*.navbar {

  width: 100%;

  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);

}



.nav-container {

  display: flex;

  justify-content: space-between;

  align-items: center;

  height: 62px;

}



.navbar .navbar-right {

  display: flex;

}



.navbar .nav-container li {

  list-style: none;

}



.navbar .nav-container .navbar-collapse .navbar-right a {

  text-decoration: none;

  color: #0e2431;

  font-weight: 500;

  font-size: 1.2rem;

  padding: 0.7rem;

}



.navbar .nav-container .navbar-collapse .navbar-right a:hover{

    font-weight: bolder;

}



.nav-container {

  display: block;

  position: relative;

  height: 60px;

}



.nav-container .checkbox {

  position: absolute;

  display: block;

  height: 32px;

  width: 32px;

  top: 20px;

  left: 20px;

  z-index: 5;

  opacity: 0;

  cursor: pointer;

}



.nav-container .hamburger-lines {

  display: block;

  height: 26px;

  width: 32px;

  position: absolute;

  top: 17px;

  left: 20px;

  z-index: 2;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}



.nav-container .hamburger-lines .line {

  display: block;

  height: 4px;

  width: 100%;

  border-radius: 10px;

  background: #0e2431;

}



.nav-container .hamburger-lines .line1 {

  transform-origin: 0% 0%;

  transition: transform 0.4s ease-in-out;

}



.nav-container .hamburger-lines .line2 {

  transition: transform 0.2s ease-in-out;

}



.nav-container .hamburger-lines .line3 {

  transform-origin: 0% 100%;

  transition: transform 0.4s ease-in-out;

}



.navbar .navbar-right {

  padding-top: 120px;

  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);

  height: 100vh;

  width: 100%;

  transform: translate(-150%);

  display: flex;

  flex-direction: column;

  margin-left: -40px;

  padding-left: 50px;

  transition: transform 0.5s ease-in-out;

  text-align: center;

}

.navbar-inverse {

    background-color: #fff;

}

.navbar .navbar-right li {

  margin-bottom: 1.2rem;

  font-size: 1.5rem;

  font-weight: 500;

}



.nav-container .logo {

  float: right;



}

.nav-container .logo a img {

  width: 50px;

}

figure.logo a img {

    display: none;

}



.nav-container input[type="checkbox"]:checked ~ .navbar-collapse .navbar-right {

  transform: translateX(0);

}



.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {

  transform: rotate(45deg);

}



.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {

  transform: scaleY(0);

}



.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {

  transform: rotate(-45deg);

}



.nav-container input[type="checkbox"]:checked ~ .logo{

  display: none;

}*/

.menu {

    /*display: flex;*/

    height: 85px;

    justify-content: center;

    background-color: #080808;



}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {

    background: none;

}

ul.nav.navbar-nav.navbar-right {

    padding-top: 18px;

    /*margin-right: 47px;*/

}

ul.nav.navbar-nav.navbar-right li {

	text-transform: uppercase;

}

ul.nav.navbar-nav.navbar-right li a{

	color: #ffffff;

    font-family: VisbyCF-Medium, sans-serif;

    font-size: 14.3px;

}

/*ul.nav.navbar-nav.navbar-right li a:active {

  border-bottom: 2px solid #b31c27;

}*/

/*.active a:hover{

 border-bottom: 1px solid #b31c27;

}

ul.nav.navbar-nav.navbar-right li a:hover{

    background-color: #eee0;

}

ul.nav.navbar-nav.navbar-right li a:active{

    border-bottom: 3px solid red;

}

ul.nav.navbar-nav.navbar-right li a:focus{

    outline: none;

}*/

.menu .nav .navbar-nav li.active > a {

  background-color: red;

  color: #fff;

}

/*div#myCarousel {

    width: 1920px;

}*/

/*.container-fluid.sl {

    padding: 0px;

}*/



/*.carousel-inner {

    height: 967px;

}*/

.slider .sl {

    padding: 0;

    margin: 0;

}

.carousel-control {

    font-size: 60px;

}

a.left.carousel-control {

    display: flex;

    justify-content: center;

    align-items: center;

}

a.right.carousel-control {

	    display: flex;

    justify-content: center;

    align-items: center;

}

.carousel-caption {

    position: absolute;

    top: 348px;

}

.carousel-control.left {

  background-image: none;

}

.carousel-control.right {

  background-image: none;

}

.carousel-caption h2 {

    font-size: 80px;

    font-family: VisbyCF-ExtraBold, sans-serif;

    font-weight: bold;

    margin-bottom: 20px;

}

/*.carousel-caption p {

    text-transform: uppercase;

    font-size: 2rem;

}*/

.carousel-caption .regular {

    text-transform: uppercase;

    font-size: 35px;

    font-family: VisbyCF-Regular, sans-serif;

}

.carousel-caption .medium {

    margin-top

    text-decoration: none;

    color: #fff;

    text-transform: uppercase;

    font-size: 30px;

    font-family: VisbyCF-Medium, sans-serif;

}

.carousel-caption .medium:hover {

    color: #fff;

    }

.red-line{

	width: 100%;

	display: flex;

	justify-content: center;

}

.red-line hr {

    border: none;

    margin: -4px;

    height: 8px;

    width: 30%;

    background-color: #b31c27;

    z-index: 1;

}

.about-us-section {

    padding: 0 5%;

    margin-bottom: 50px;

}

.col-lg-12.about-us {

    display: flex;

    justify-content: center;

    padding: 20px 0px;

}

.about-section {

    padding-bottom: 116px;

}

h2.about {

    padding: 50px 0;

	text-transform: uppercase;

    width: 79%;

    text-align: center;

    font-size: 30px;

    font-family: VisbyCF-Medium, sans-serif;



      padding: 64px;

  background: linear-gradient(to right, hsl(0, 0%, 30%) 0, hsl(0, 0%, 100%) 10%, hsl(0, 0%, 30%) 20%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  animation: shine 5s infinite linear;

}



@keyframes shine {

  0% {

    background-position: 0;

  }

  60% {

    background-position: 600px;

  }

  100% {

    background-position: 1200px;

  }

}

.col-lg-3.img-left {

    /*border-right: 5px solid #b31c27;*/

}

.col-lg-1.line-box{

	display: flex;

	justify-content: center;

}

hr.line-section {

        margin-top: 8px;

    /* transform: rotate(89deg); */

    width: 5%;

    background: #b31c27;

    height: 200px;

    display: flex;

    margin: 0;

    padding: 0;

}

hr.line-section-one {

        margin-top: 11px;

    /* transform: rotate(89deg); */

    width: 5%;

    background: #b31c27;

    height: 140px;

    display: flex;

    margin: 0;

    padding: 0;

}

p.info-right {

    font-size: 45px;

    font-family: VisbyCF-Light, sans-serif;

	text-align: justify;

    font-size: 20px;

}

.more-info {

    font-size: 1.8rem;

	display: flex;

    /*justify-content: space-between;*/

    margin: 20px 0;

    width: 175px;

    border: 3px solid #fff;

  border-image: repeating-linear-gradient(135deg,#b31c27 0 10px,#b31c27 0 20px,#b31c27 0 30px) 8;

  -webkit-mask: 

    conic-gradient(from 180deg at top 8px right 8px, #0000 90deg,#000 0)

     var(--_i,200%) 0  /200% var(--_i,8px) border-box no-repeat,

    conic-gradient(at bottom 8px left  8px,  #0000 90deg,#000 0)

     0   var(--_i,200%)/var(--_i,8px) 200% border-box no-repeat,

    linear-gradient(#000 0 0) padding-box no-repeat;

  transition: .3s, -webkit-mask-position .3s .3s;

}

.more-info:hover {

   /* border: 3px solid;*/

      --_i: 100%;

  color: #CC333F;

  transition: .3s, -webkit-mask-size .3s .3s;

}



.more-info a {

    margin: 0 auto;

    font-family: VisbyCF-Medium, sans-serif;;

    font-size: 21px;

    color: #b31c27;

    text-transform: uppercase;

    text-decoration: none;

}

.read-more {

        font-size: 1.8rem;

    display: flex;

    /*justify-content: space-between;*/

    /*margin: 26px 0;*/

}

.read-more a{

    margin: 0 auto;

    font-family: VisbyCF-Medium, sans-serif;

    font-size: 21px;

    color: #b31c27;

    text-transform: uppercase;

    text-decoration: none;

}

.read-more a:hover {

    transform: scale(1.05);

    transition: all 0.2s ease-in-out;

}

.read-more.text-left:after {

    margin-top: 17px;

    margin-left: 20px;

    content: "";

    flex-grow: 1;

    height: 4px;

    background: #b31c27;

    min-width: 20px;

}

p.info-left {

    font-size: 20px;

    font-family: VisbyCF-Light, sans-serif;

    text-align: justify;

}

.col-lg-12.about-section {

    padding: 50px 0px;

}

.col-lg-2.title-area h2 {

    font-family: VisbyCF-Medium, sans-serif;

    text-transform: uppercase;

    font-size: 85px;

}

h2.text-left {

	color: #727272;

    margin-top: 0;

}

h2.text-right {

    text-transform: uppercase;

    font-size: 58px;

    font-family: VisbyCF-Medium, sans-serif;

	color: #727272;

	margin-top: 0px;

}

.title-area {

    /*width: 32%;*/

}

section.hero {

        /*filter: brightness(0.8);*/

    height: 600px;

   /* background-repeat: no-repeat;*/

   /* background-image: url(image/hero.jpg);*/

    width: 100%;

    /*background-size: cover;*/

}

.news-section {

    display: flex;

    flex-direction: column;

}

.container.heco-con {

    /*filter: brightness(0.8);*/

    background-position: center center !important;

    background-attachment: fixed !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    position: relative;

    transform: translate3d(0, 0, 0);

    width: 100%;

    align-items: center;

    display: flex;

    height: 100%;

    text-align: center;

    justify-content: center;



/*    align-items: center;

    display: flex;

    height: 500px;

    text-align: center;

    justify-content: center;*/

}

/*.news-section {

    align-items: center;

    display: flex;

    height: 500px;

    text-align: center;

    justify-content: center;

}*/

h3.news-title {

    font-family: VisbyCF-Medium, sans-serif;

	text-transform: uppercase;

    font-size: 50px;

    color: #fff;

    padding: 10px 0;

    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;

            animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;

}

@-webkit-keyframes text-focus-in {

  0% {

    -webkit-filter: blur(12px);

            filter: blur(12px);

    opacity: 0;

  }

  100% {

    -webkit-filter: blur(0px);

            filter: blur(0px);

    opacity: 1;

  }

}

@keyframes text-focus-in {

  0% {

    -webkit-filter: blur(12px);

            filter: blur(12px);

    opacity: 0;

  }

  100% {

    -webkit-filter: blur(0px);

            filter: blur(0px);

    opacity: 1;

  }

}



.news-section p.news-text {

    font-family: VisbyCF-Light, sans-serif;

    font-size: 25px;

    word-wrap: break-word;

    text-transform: uppercase;

    color: #fff;

     width: 867px;

}

section.news {

    padding: 50px 5%;

}

section.news-con {

    padding: 0 5%;

}

.news-content {

	position: relative;

    text-align: center;

}

.date h3 {

    font-family: VisbyCF-Medium, sans-serif;

    font-size: 20px;

    float: right;

    margin-top: 0px;

    color: #b31c27;

    text-transform: uppercase;

}

.sec-right .news-info {

    font-family: VisbyCF-Light, sans-serif;

    font-size: 20px;

    margin-top: -6px;

	overflow: hidden;

   /*text-overflow: ellipsis;*/

   display: -webkit-box;

   /*-webkit-line-clamp: 2;*/ /* number of lines to show */

    /*line-clamp: 2; */

   -webkit-box-orient: vertical;

    text-align: justify;

    /*padding: 10px 0;*/

}

.sec-right {

    position: relative;

    padding-bottom: 20px;

}

section.hero-news {

    width: 100%;

    height: 756px;

}

.container.heco-con-news {

    background-position: center center !important;

    background-attachment: fixed !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    position: relative;

    transform: translate3d(0, 0, 0);

    width: 100%;

    align-items: center;

    display: flex;

    height: 100%;

    text-align: center;

    justify-content: center;

}

section.hero-news:after {

    content: "";

    border: none;

    margin: -4px;

    height: 8px;

    width: 30%;

    background-color: #b31c27;

    z-index: 1;

}

hr.read-line {

    height: 4px;

    width: 91%;

    top: 75%;

    position: absolute;

    /* text-align: right; */

    background: #b31c27;

    align-items: center;

    margin-top: 14px;

    margin-left: 20px;

    left: 10%;

}

.col-lg-2.sec-left {

    /* display: flex; */

    /* justify-content: flex-end; */

    text-align: right;

    position: absolute;

    top: -20px;

}

.col-lg-2.sec-left-two {

    /* display: flex; */

    /* justify-content: flex-end; */

    text-align: right;

    position: absolute;

    top: -20px;

}

.col-lg-10.sec-right {

    float: right;

}

.col-lg-2.sec-left-two {

    position: absolute;

    top: -19px;

}

.row.one-date {

    position: relative;

}

.row.two-date {

    position: relative;

}

.newsletter-section {

    background: #b31c27;

    text-align: center;

}

h3.n-title {

    font-family: VisbyCF-Medium, sans-serif;

    text-transform: uppercase;

    font-size: 50px;

    color: #fff;

}

.newsletter-input {

    padding: 10px;

}

.newsletter-input input {

    font-family: VisbyCF-LightOblique, sans-serif;

    font-size: 25px;

  box-sizing: border-box;

  border: none;

  border-bottom: 2px solid #ffffff;

  background-color: #b31c27;

  width: 72%;

  font-style: italic;

    color: #ffffff;

    outline: none;

}



.newsletter-input input::placeholder {

  color: #fff;

}

button.btn.newsletter-btn {

    font-family: VisbyCF-Regular, sans-serif;

    font-size: 20.45px;

    background: none;

    border: 2px solid #fff;

    color: #fff;

    border-radius: 0px;

    text-transform: uppercase;

    width: 117px;

    margin-left: 23px;

    margin-bottom: 13px;

}

.sec-info {

    /*padding: 0 5%;*/

}

.title-area h4 {

	text-transform: uppercase;

    font-family: VisbyCF-Regular, sans-serif;

    font-size: 85px;

    margin-top: 0;

    color: #727272;

}

hr.line-sections {

    /* transform: rotate(89deg); */

    width: 5%;

    background: #b31c27;

    height: 97px;

    display: flex;

    margin: 0;

    padding: 0;

    margin-top: 5px;

}

.img-section-left {

    padding-right: 50px;

    padding-left: 0px;

}

.img-section-right {

	padding-right: 0px;

    padding-left: 50px;

}

img.img-responsive.img-right {

    width: 100%;

}

img.img-responsive.img-left {

    width: 100%;

}

h4.img-title {

    font-family: VisbyCF-Medium, sans-serif;

    color: #727272;

    text-transform: uppercase;

    font-size: 30px;

    /*padding: 10px 0px;*/

    padding-top: 25px;
    height: 100px;

}

p.img-text {

    font-family: VisbyCF-Light, sans-serif;

	text-align: justify;

    font-size: 20px;

    /*padding: 10px 0px;*/

    min-height: 191px;

       overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

   -webkit-line-clamp: 2;

           line-clamp: 2; 

   -webkit-box-orient: vertical;

}

span.red {

    color: #b31c27;

}

.more-info-bg {

    /*margin-top: 52px;*/

     /*display: inline-block;*/

    position: relative;

  /*  overflow: hidden;*/

}

.more-info-bg a {

    font-family: VisbyCF-Medium, sans-serif;

    font-size: 21px;

	padding: 7px 15px;

    border: 2px solid #b31c27;

    color: #b31c27;

    text-transform: uppercase;

    text-decoration: none;



}

.more-info-bg a:hover {

    background-color: #b31c27;

    color: #fff;

}



/*.more-info-bg .fake-border {

    background: #BEEB9F;

    position: absolute;

    transition: .15s all ease;

}

.more-info-bg .left, .more-info-bg  .right {

    width: 3px;

    height: 100%;

}

.more-info-bg .top, .more-info-bg  .bottom {

    height: 3px;

    width: 100%;

}

.more-info-bg  .left {

    top: 100%;

    transition-delay: 0ms;

}

.more-info-bg .right {

    top: -100%;

    right: 0%;

    transition-delay: 300ms;

}

.more-info-bg:hover .left, .more-info-bg:hover .right {

    top: 0%;

}

.more-info-bg .top {

    left: -100%;

    top: -7px;

    transition-delay: 150ms;

}

.more-info-bg .bottom {

    bottom: -6px;

    left: 100%;

    transition-delay: 450ms;

}

.more-info-bg:hover .top, .more-info-bg:hover .bottom {

    left: 0%;

}*/



/*.more-info-bg a:hover {



}*/

/*  svg {

    height: 45px;

    left: 0;

    position: absolute;

    top: 0; 

    width: 100%; 

  }

    rect {

    fill: none;

    stroke: #fff;

    stroke-width: 2;

    stroke-dasharray: 422, 0;

    transition: all 0.35s linear;

  }*/

.a-section {

    padding-bottom: 110px;

    padding-left: 7%;

    padding-right: 7%;

    padding-top: 50px;

}

footer {

    background: #b31c27;

}

.f-info {

    padding: 0 5%;

    height: 100px;

}

ul.contact-info {

    margin: 0;

}

h5.menu-title {

    font-family: VisbyCF-Bold, sans-serif;

    font-size: 20px;

    color: #fff;

    text-transform: uppercase;

    /*padding: 20px 0px;*/

}

hr.f-hr {

    margin-top: -7px;

    height: 3px;

    width: 60%;

    border-top: 3px solid #fff;

}

/*h5.menu-title:after {

    content: "";

    border: 1px solid #fff;

}*/

ul.menu-ul {

    list-style: none;

}

li.menu-li {

    padding-bottom: 10px;

}

li.menu-li a {

    font-family: VisbyCF-Regular, sans-serif;

	text-transform: uppercase;

    color: #fff;

    font-size: 20px;

}

a.phone {

    color: #fff;

    padding-left: 10px;

}

a.email {

    color: #fff;

    padding-left: 10px;

}

a.marker {

    color: #fff;

    padding-left: 10px;

}

img.email-img {

    width: 23px;

}

ul.contact-info li {

    list-style: none;

}

.contact-info li a {

    font-family: VisbyCF-Regular, sans-serif;

    font-size: 20px;

    text-decoration: none;

}

.social-section {

  padding-top: 58px;

    height: 207px;

    display: flex;

    align-items: center;

  /*  justify-content: space-between;*/

}

.social-network {

/*    display: flex;

    justify-content: space-between;*/

}

ul.contact-info li {

   /* padding-bottom: 10px;*/

       margin: -5px 0;

}

/*.facebook {

	display: inline-block;

}*/

figure {

	display: inline-block;

}

figure img {

	/*display: inline-block;*/

    width: 127px;

    height: 84px;

}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {



}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {

background-color: #b31c27;

    border-top-right-radius: 0px !important;

    border-bottom-right-radius: 0px !important;

    border-top-left-radius: 0px !important;

    border-bottom-left-radius: 0px !important;

border-color: #b31c27;

border-radius: 0;

}

.pagination>li>a, .pagination>li>span {

    color: #000;

}

.pagination>li:last-child>a, .pagination>li:last-child>span {

    border-top-right-radius: 0px;

    border-bottom-right-radius: 0px;

}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {

    z-index: 2;

    color: #b31c27;

    background-color: #eee;

    border-color: #ddd;

}

ul.navigation .country-item:nth-child(1) {

    border-bottom: none;

}

.about-img {

/*    width: 475px;

    height: 224px;*/

/*        width: 300px;

    height: 196px;*/

}

.about-img img {

    width: 100%;

    height: 100%;

}

.map {

    width: 1000px;

    margin: auto;

}

.map img {

    width: 100%;

    height: auto;

}

.contact-i {

    height: 100px;

}

.f-logo {

	justify-content: end;

    /*height: 207px;*/

    display: flex;

    align-items: center;

    /*padding-top: 58px;*/

        padding-top: 8px;

}

.black {

    height: 40px;

    width: 100%;

	background: #0b0b0b;

    padding: 5px 0px;

}

.dev-info {

    background-color: #000;

    width: 100%;

    padding: 0 5%;

    text-transform: uppercase;

    /*font-size: 12px;*/

    display: flex;

    justify-content: space-between;

    color: #fff;

   /* justify-content: space-around;*/

}

.dev-info p {

    padding-top: 13px;

}

/*.dev-info a {

        align-items: center;

    color: #fff;

    display: flex;

}*/

.dev-info .text-left {

    font-family: VisbyCF-Regular, sans-serif;

    font-size: 12px;

    padding-top: 21px;

}

.dev-info .text-right{

    font-family: VisbyCF-Regular, sans-serif;

    font-size: 15px;

    padding-right: 26px;

            align-items: center;

    color: #fff;

    display: flex;

}

.social-list {

    display: flex;

    padding-top: 15px;

   list-style-type: none;

}

.social-list li {

   width: 40px;

    padding: 5px;



 /*   list-style: none;

    position: absolute;

    top: 0;*/

}

.social-list li a {

/*    height: 50px;

    width: 54px;*/

    height: 33px;

    width: 104px;

    display: inline-block;

    background: url('/content/themes/saMarnifon/img/icons/sprite-social2.png') no-repeat;

}

.social-list li.facebook a {

   /* background-position: -15px 0;*/

    background-position: -25px 0;

}

.social-list li.linkedin a {

   /* background-position: -73px 0;*/

   background-position: -131px 0;

}

.social-list li.twitter a {

   background-position: -131px 0;

}

/*Dodato za burger*/

/*.burger {

  margin: auto 0;

  display: none;

  cursor: pointer;

}



.burger div {

  width: 35px;

  height: 3px;

  background-color: white;

  margin: 6px 0;

  transition: 0.4s;

}



.open .bar1 {

  -webkit-transform: rotate(-45deg) translate(-6px, 6px);

  transform: rotate(-45deg) translate(-6px, 6px);

}



.open .bar2 {

  opacity: 0;

}



.open .bar3 {

  -webkit-transform: rotate(45deg) translate(-6px, -8px);

  transform: rotate(45deg) translate(-6px, -8px);

}*/

ul.nav.navbar-nav.navbar-right li:hover {

  transform: scale(1.1);

  transition: 0.3s;

}

/*div#myCarousel*/ 



.carousel-inner .item {

  /*height: 600px;*/

  width: 100%;

  border: none;

}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{

  filter: brightness(50%);

  background-position: center center !important;

    background-attachment: fixed !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    position: relative;

    transform: translate3d(0, 0, 0);

    width: 100%;

    align-items: center;

    display: flex;

    height: 100%;

    text-align: center;

    justify-content: center;

}



/***ABOUT PAGE***/

ul.navigation .country-item:hover {

    transform: scale(1.1);

    transition: 0.3s;

}

.img-logo {

    /* display: flex; */

    /* justify-content: center; */

/*    padding-top: 28px;

    width: 239px;

    height: 177px;

    margin: 0 auto;*/

    display: flex;

    justify-content: center;

    padding-top: 28px;

    padding-bottom: 28px;

    width: 239px;

    height: 177px;

    margin: 0 auto;

}

/*.menu-country {

    padding-bottom: 50px;

}*/

ul.navigation {

    padding: 3% 5%;

    list-style: none;

    display: flex;

    justify-content: space-between;

    width: 100%;

}

ul.navigation .country-item {

    display: inline-block;

}

ul.navigation .country-item a {

	font-family: VisbyCF-DemiBold, sans-serif;

    font-weight: bold;

    text-decoration: none;

    color: #333;

    text-transform: uppercase;

    font-size: 25px;

}

.info {

    padding: 0 5%;

    text-align: justify;

}

.info p {

    padding-bottom: 50px;

    text-align: justify;

    font-family: VisbyCF-Regular, sans-serif !important;

    font-size: 20px;

    padding-right: 0;

    padding-left: 0;

}

section.hero-info {

    /*filter: brightness(0.6);*/

        background-position: center center !important;

    background-attachment: fixed !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    position: relative;

    transform: translate3d(0, 0, 0);

    width: 100%;

    align-items: center;

    display: flex;

    height: 100%;

    text-align: center;

    justify-content: center;

    width: 100%;

    height: 778px;

    /*padding: 0 5%;*/

}

/*.filter-img {

      background-position: center center !important;

    background-attachment: fixed !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    position: relative;

    transform: translate3d(0, 0, 0);

    width: 100%;

    align-items: center;

    display: flex;

    height: 100%;

    text-align: center;

    justify-content: center;

    width: 100%;

    height: 778px;

}*/

/*.navbar-toggle {

  border-color: #425766;

}

.navbar-toggle:hover, .menucls .navbar-toggle:focus {

  background-color: #425766;

}

.navbar-toggle .icon-bar {

  background-color: #d7e2e9;

}

.navbar-collapse,

.navbar-form {

  border-color: #d7e2e9;

}

 .navbar-link {

  color: #d7e2e9;

}

 .navbar-link:hover {

  color: #e5dbdb;

}*/

.heroo {

    background-repeat: no-repeat;

    background-size: cover;

    height: 500px;

}

.hero-text {

  padding: 0 5%;

}

.hero-text h2{

    font-size: 25px;

    text-transform: uppercase;

    font-family: VisbyCF-Medium, sans-serif;

}

.hero-text .areas {

    margin-left: 68px;

    text-transform: uppercase;

    font-size: 20px;

    font-family: VisbyCF-Medium, sans-serif;

}

.h-info {

  /*  padding: 0 5%;*/

}

section.cart { 

    padding: 0 5%;

}

.text-item h4 {

    text-align: left;

    margin-top: 0;

    color: #b31c27;

    font-size: 50px;

    font-family: VisbyCF-Regular, sans-serif;

    /*padding-bottom: 52px;*/

}

.person-content .item .text-item p {

    color: #333;

}

.img-border:after {

      content: '';

    position: absolute;

    border: 1px solid #fff;

    padding: 0 12px 12px 0;

    height: 177px;

    width: 177px;

    border-width: 0px 5px 5px 0px;

    border-color: #b31c27;

    /*left: 62.5%;*/
    left: 320px;
    bottom: 0;

    top: 67%;

}

.text-item p {

  /*padding-left: 68px;*/



    color: #fff;

    font-size: 20px;

    font-family: VisbyCF-Regular, sans-serif;

    text-align: justify;

}

.cart-img {

    margin: auto;

    width: 100px;

    height: 100px;

}

.cart-img img {

    width: 100%;

    height: 100%;

}

.cart-title {

    text-align: center;

}

.cart-title h4{

    padding: 20px;

    font-weight: bold;

    font-size: 30px;

    font-family: VisbyCF-Regular, sans-serif;

}

.boc-cart {

    padding-top: 50px;

    box-shadow: 0px 1px 1px 3px #c0c0c057;

    margin: 50px 25px;

}

.cart-btn {

    text-align: center;

    background: #b31c27;

    padding: 10px;

    font-size: 21px;

    font-family: VisbyCF-Regular, sans-serif;

}



.cart-btn a {

    text-transform: uppercase;

    color: #fff;

}

.cart-text {

    font-size: 20px;

    /*padding-top: 20px;

    padding-bottom: 30px;*/

    font-family: VisbyCF-Regular, sans-serif;

    padding: 20px 30px 30px 30px;

    text-align: justify;

}

/*slider*/

.slider-person {

    padding: 0 5%;

}

#mixedSlider {

/*    padding-left: 5%;

    padding-right: 5%;*/

    padding-top: 25px;

    padding-bottom: 110px;

  position: relative;

}

#mixedSlider .MS-content {

  white-space: nowrap;

  overflow: hidden;

  margin: 0 5%;

}

#mixedSlider .MS-content .item {

  display: inline-block;

  width: 100%;

  position: relative;

  vertical-align: top;

  overflow: hidden;

  height: 100%;

  white-space: normal;

 padding: 20px 20px;

}



#mixedSlider .MS-content .item .imgTitle {

  position: relative;

}

#mixedSlider .MS-content .item .imgTitle .smallTitle {

    position: absolute;

    /*left: 29%;*/

    left: 434px;

    margin: 0;

    text-transform: uppercase;

    font-size: 25px;

    font-family: VisbyCF-Regular, sans-serif;

}

#mixedSlider .MS-content .item .imgTitle .blogTitle {

    position: absolute;

    top: 41px;

    left: 435px;

  margin: 0;

  text-align: left;

  letter-spacing: 2px;

  color: #b31c27;

  /*font-style: italic;*/

  position: absolute;

  background-color: rgba(255, 255, 255, 0.5);

  width: 100%;

  bottom: 0;

  font-weight: bold;

  padding: 20px 0;

   font-family: VisbyCF-Bold, sans-serif;

  font-size: 30px

}

#mixedSlider .MS-content .item .imgTitle .blogTitle:after {

	content: '';

	flex-grow: 1;

	position: absolute;

    left: 312px;

    width: 100%;

    height: 4px !important;

    top: 41px;

    color: #333 !important;

    background: #333;



}

#mixedSlider .MS-content .item .imgTitle .smallTitle .line-black {

    position: absolute;



}

hr.line-black {

    position: absolute;

    left: 43%;

    width: 58%;

    height: 4px !important;

    top: 8%;

    color: #333 !important;

    background: #333;

}

.slika {

    width: 356px;

}

#mixedSlider .MS-content .item .imgTitle img {

    -webkit-box-shadow: -23px -18px 0px 0px rgb(179 28 39);

-moz-box-shadow: -23px -18px 0px 0px rgb(179 28 39);

box-shadow: -23px -18px 0px 0px rgb(179 28 39);

  height: auto;

  width: 100%;

  /*width: 250px;*/

  border-style: solid;

/*border-width: 0px 5px 5px ;;*/

border-color: #b31c27;

}

#mixedSlider .MS-content .item p {

    text-align: justify;

    position: absolute;

    font-family: VisbyCF-Regular, sans-serif;

    font-size: 20px;

    padding: 20px 0;

    /*text-indent: 15px;*/

    left: 455px;

    top: 126px;

}

#mixedSlider .MS-content .item .red-title {

color: #c31c27;

    position: absolute;

    left: 455px;

    bottom: 0;

    font-weight: bold;

        font-family: VisbyCF-Regular, sans-serif;

    font-size: 30px;

}

#mixedSlider .MS-content .item a {

  float: right;

  margin: 0 20px 0 0;

  font-size: 16px;

  font-style: italic;

  color: rgba(173, 0, 0, 0.82);

  font-weight: bold;

  letter-spacing: 1px;

  transition: linear 0.1s;

}

#mixedSlider .MS-content .item a:hover {

  text-shadow: 0 0 1px grey;

}

#mixedSlider .MS-controls button {

  position: absolute;

  border: none;

  background-color: transparent;

  outline: 0;

  font-size: 50px;

  top: 34%;

  /*color: rgba(0, 0, 0, 0.4);*/

  color: rgb(195 28 39);

  transition: 0.15s linear;

}

#mixedSlider .MS-controls button:hover {

  color: rgba(0, 0, 0, 0.8);

}

@media (max-width: 992px) {

  #mixedSlider .MS-controls button {

    font-size: 30px;

  }

}

@media (max-width: 767px) {

  #mixedSlider .MS-controls button {

    font-size: 20px;

  }

}

#mixedSlider .MS-controls .MS-left {

  left: 0px;

}

@media (max-width: 767px) {

  #mixedSlider .MS-controls .MS-left {

    left: -10px;

  }

}

#mixedSlider .MS-controls .MS-right {

  right: 0px;

}

@media (max-width: 767px) {

  #mixedSlider .MS-controls .MS-right {

    right: -10px;

  }

}

#basicSlider { position: relative; }



#basicSlider .MS-content {

  white-space: nowrap;

  overflow: hidden;

  margin: 0 2%;

  height: 50px;

}



#basicSlider .MS-content .item {

  display: inline-block;

  width: 20%;

  position: relative;

  vertical-align: top;

  overflow: hidden;

  height: 100%;

  white-space: normal;

  line-height: 50px;

  vertical-align: middle;

}

@media (max-width: 991px) {



#basicSlider .MS-content .item { width: 25%; }

}

@media (max-width: 767px) {



#basicSlider .MS-content .item { width: 35%; }

}

@media (max-width: 500px) {



#basicSlider .MS-content .item { width: 50%; }

}



#basicSlider .MS-content .item a {

  line-height: 50px;

  vertical-align: middle;

}



#basicSlider .MS-controls button { position: absolute; }



#basicSlider .MS-controls .MS-left {

  top: 35px;

  left: 10px;

}



#basicSlider .MS-controls .MS-right {

  top: 35px;

  right: 10px;

}



.slider-pagination {

    margin: 1.5em 0;

    text-align: center; 

}



.slider-pagination a {

    width: 2em;

    height: 2em;

    line-height: 2;

    text-align: center;

    border: 1px solid #ddd;

    color: #000;

    text-decoration: none;

    background: #f5f5f5;

    background: linear-gradient( #f5f5f5, #fff );

    display: inline-block;

    margin-right: 0.7em;

}



.slider-pagination a.current {

    border-color: #000;

    background: #fff;

    background: linear-gradient( #fff, #f5f5f5 );

}







/*.slider-person {

    background: aliceblue;

    width: 1200px;

}

.carousel-inner .item {

    display: flex;

    width: 200px;

    float: left;

}

.img-slide {

    margin-left: 12%;

    width: 200px;

}

img.text-left {

    width: 200px;

}*/

/*end slider*/

section.box {

    padding: 0 5%;

    margin: 100px 0;

}

.box-sec-right {

    position: relative;

}

.image-right {

/*    width: 584px;*/

    height: 470px;

}

.image-left {

/*    width: 584px;*/

    height: 485px;

}

.image-left img{

        /*margin-top: 13px;*/

    width: 100%;

    height: 100%;

    -webkit-box-shadow: -29px -27px 0px 0px rgb(179 28 39);

    -moz-box-shadow: -29px -27px 0px 0px rgb(179 28 39);

      box-shadow: -29px -27px 0px 0px rgb(179 28 39);

}

.image-right img {

    width: 100%;

    height: 100%;

  -webkit-box-shadow: 26px 26px 0px 0px rgb(179 28 39);

-moz-box-shadow: 26px 26px 0px 0px rgb(179 28 39);

box-shadow: 26px 26px 0px 0px rgb(179 28 39);

}

h4.box-title-right {

    padding-top: 20px;

    padding-bottom: 20px;

    padding-left: 25px;

    font-weight: bold;

    font-family: VisbyCF-Regular, sans-serif;

    font-size: 30px;

}

h4.box-title-right:after {

    content: '';

    width: 70%;

    position: absolute;

    top: 39px;

    height: 5px;

    background: #b31c27;

    left: 220px;

}



p.box-text-right {

    /*padding-top: 10px;*/

    text-align: justify;

    font-size: 20px;

    font-family: VisbyCF-Regular, sans-serif;

    padding-left: 25px;

    padding-right: 25px;

}

.checks {

    display: flex;

    justify-content: space-between;

    margin-right: 20%;

}

ul.check-list {

    padding-left: 20px;

    list-style: none;

}

ul.check-list li {

    padding: 7px;

    font-weight: bold;

    font-family: VisbyCF-Regular, sans-serif;

    font-size: 20px;

}

.check-list img {

    width: 25px;

    margin-right: 9px;



}

/*.fa {

  color: #b31c27;

}*/

hr.red-right {

    width: 81%;

    position: absolute;

    top: -7px;

    height: 5px;

    background: #b31c27;

    left: 19%;

}

h4.box-title-left {

    padding-top: 20px;

    padding-bottom: 20px;

    padding-right: 25px;

    padding-left: 25px;

    font-weight: bold;

    text-align: right;

    font-size: 30px;

    font-family: VisbyCF-Regular, sans-serif;

}

h4.box-title-left:before{

    content: '';

    width: 100%;

    position: absolute;

    top: 50px;

    height: 5px;

    background: #b31c27;

    left: 45px;

    max-width: 68%;

}

/*hr.red-left {

    width: 81%;

    position: absolute;

    top: 2px;

    height: 5px;

    background: #b31c27;

}*/

.box-img-left {

    padding-right: 0;

}

.box-img-right {

    padding-left: 0;

}



p.box-text-left {

        padding-right: 25px;

    padding-left: 25px;

    /*padding-top: 10px;*/

    font-size: 20px;

    text-align: justify;

    font-family: VisbyCF-Regular, sans-serif;

   /* padding-left: 25px;*/

}

.experience {

     padding-right: 25px;

    margin-top: 35px;

    margin-left: 25px;

    display: flex;

    justify-content: space-between;

}

.box-year {

    text-align: center;

    /*width: 310px;*/

    width: 250px;

    background: #b31c27;

    padding: 10px 0px;

     height: 100px;

     margin-left: 30px;

}

.box-cases {

    text-align: center;

    width: 250px;

    background: #b31c27;

    height: 100px;

    padding: 10px 0px;

    /*display: inline-block;*/

}

.box-year p {

    font-size: 20px;

    font-family: VisbyCF-Regular, sans-serif;

    color: #fff;

}

.box-year p.year {

    font-weight: bold;

    color: #fff;

    font-size: 30px;

    font-family: VisbyCF-Regular, sans-serif;

    padding: 0;

    margin: 0;

}

.box-cases p.cases {

    font-family: VisbyCF-Regular, sans-serif;

    font-size: 30px;

    font-weight: bold;

    /*padding: 0;*/

    margin: 0;

    color: #fff;

}

.box-cases p {

  font-size: 20px;

    font-family: VisbyCF-Regular, sans-serif;

    color: #fff;

}

section.m {

    margin-bottom: 50px;

}

.border-about {

    position: absolute;

    border: 1px solid #fff;

    padding: 0 12px 12px 0;

    height: 184px;

    width: 184px;

    border-width: 0px 5px 5px 0px;

    border-color: #b31c27;

    left: 192px;

    top: 345px;

   /* bottom: 0;*/

  }

  .swiper-button-next, .swiper-button-prev {

    top: 38%;

  }

  .swiper-button-prev {

    left: 2%;

  }

  .swiper-button-next {

    right: 4%;

  }

  span.swiper-pagination-bullet.swiper-pagination-bullet-active {

    border-radius: 0;

  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {

    border-radius: 0;

    width: 15px;

    height: 15px;

  }

.border {

      position: absolute;

    border: 1px solid #fff;

    padding: 0 12px 12px 0;

    height: 136px;

    width: 107px;

    border-width: 0px 5px 5px 0px;

    border-color: #b31c27;

    left: 60%;

    bottom: 0;

}

/***EBD ***/



/** MARKET PAGE**/

h2.market-title {

    text-transform: uppercase;

    padding: 20px 0;

    font-size: 30px;

    font-family: VisbyCF-Regular, sans-serif;

        -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;

    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;

}

.market-section {

    margin-left: auto;

    /*width: 90%;*/

    text-align: center;

    display: block;

    margin-right: auto;

    padding: 0 5%;



}

.market-section p {

    font-size: 20px;

    font-family: VisbyCF-Light, sans-serif;

}

}

.market-section .market-title {

    padding: 30px 0;

    text-transform: uppercase;

    font-size: 30px;

    font-family: VisbyCF-Regular, sans-serif;

}

hr.red-market {

    margin: 25px 0;

    height: 5px;

}



#mixedInfo {

    padding-top: 25px;

    padding-bottom: 110px;

    position: relative;

}

 .person-content {

    white-space: nowrap;

    overflow: hidden;

    

}

/*.person-content.first{

    margin: 0 5%;

}*/

.person-content.first {

    margin-left: 8%;

    text-align: center;

}

.person-content.second {

    margin-left: -2%;

}

 .person-content .item {

        display: inline-block;

    width: 100%;

    position: relative;

    vertical-align: top;

    overflow: hidden;

    height: 100%;

    white-space: normal;

    padding: 20px 20px;

}

 .person-content .item .imgTitle {

    position: relative;

}

 .person-content .item .imgTitle .smallTitle {

   /* position: absolute;

    left: 30%;*/

    margin: 0;

    text-transform: uppercase;

    font-size: 25px;

    font-family: VisbyCF-Regular, sans-serif;

}

 .person-content .item .imgTitle .blogTitle {

    position: absolute;

    font-size: 30px;

    font-family: VisbyCF-Regular, sans-serif;

    top: 29px;

    /*left: 29%;*/

    margin: 0;

    text-align: left;

    letter-spacing: 2px;

    color: #b31c27;

    /* font-style: italic; */

    position: absolute;

    background-color: rgba(255, 255, 255, 0.5);

    width: 100%;

    bottom: 0;

    padding-top: 35px;

    padding-bottom: 35px;



    /*font-weight: bold;*/

    /*padding: 0 0 2px 10px;*/

}

.img-border {

    width: 356px;

}

 .person-content .item img {

    -webkit-box-shadow: -23px -18px 0px 0px rgb(179 28 39);

    -moz-box-shadow: -23px -18px 0px 0px rgb(179 28 39);

    box-shadow: -23px -18px 0px 0px rgb(179 28 39);

    height: auto;

    /*width: 356px;*/

    width: 100%;

    border-style: solid;

    /*border-width: 0px 5px 5px 0px;*/

    border-color: #b31c27;

    margin-left: 99px;

}

 .person-content .item p {

    /*position: absolute;*/

    font-size: 20px;

     font-family: VisbyCF-Light, sans-serif;

    margin: 2px 10px 0 5px;

    /*text-indent: 15px;*/

    /*left: 29%;*/

   /* top: 21%;*/

}

 .person-content .item .black-title {

    color: #333;

    /*position: absolute;

    left: 30%;*/

   /* bottom: 0;*/

    font-weight: bold;

    padding-top: 6%;

    font-size: 30px;

    font-family: VisbyCF-Light, sans-serif;

}

.item .text-item {

    padding-top: 104px;

}



.hero-info-m {

    background: #efefef;

    text-align: center;

    padding: 25px 0;

}



.hero-info-m .red-text {

    color: #b31c27;

}

.hero-info-m p {

    font-size: 20px;

    font-family: VisbyCF-Medium, sans-serif;

}

section.m-info {

    padding: 40px 10%;

}

section.m-info p {

      font-size: 20px;

      font-family: VisbyCF-Light, sans-serif;

    font-family: VisbyCF-Medium, sans-serif;

    text-align: justify;

}



/* END MARKET */

/* PRACTIC AREA */

.col-xs-9.col-sm-9.col-md-9.pr-right:before {

    content: "";

    border: 2px solid #b31c27;

    position: absolute;

    left: -30px;

    height: 97%;

    background: #b31c27;

}

section.practise {

  position: relative;

    height: 550px;

}

.practise-info {

    padding-top: 100px;

}

.practise-image {

    top: ;

      background-position: center center !important;

    background-attachment: fixed !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    position: relative;

    transform: translate3d(0, 0, 0);

    width: 100%;

    align-items: center;

    display: flex;

    height: 100%;

    text-align: center;

    justify-content: center;

}

.practise-title {

    position: absolute;

    bottom: 15%;

    right: 10%;

    width: 650px

}

.practise-title h2 {

  font-size: 50px;

    font-family: VisbyCF-Regular, sans-serif;

  text-transform: uppercase;

  color: #fff;

  text-align: right;

      text-shadow: 1px 0 black;

}

.col-xs-1.col-sm-1.col-md-1.color-line {

    height: 841px;

}

hr.practise-red-line {

    position: absolute;

    width: 5%;

    background: #b31c27;

    height: 27%;

    /* display: flex; */

    margin: 0;

    padding: 0;

    margin-top: 8px;

    left: 68px;

    top: 96px;

}

.practise-info p {

    font-size: 20px;

    font-family: VisbyCF-Regular, sans-serif;

    text-align: justify;

}

/* END PRACTIC */



.practise-text p{

    font-family: VisbyCF-Light, sans-serif;

    font-size: 20px;

    padding: 60px 5%;

    text-align: justify;

}

section.practise-info {

    padding: 2% 5% 6% 5%;

    position: relative;

}

p.practice-a {

    margin-left: 64px;

}

hr.red-practise {

    top: -7px;

    position: relative;

    /*left: -137%;*/

    width: 3px;

    background: #b31c27;

    height: 1021px;

    margin: 0 auto;

    /*float: right;*/

}

/*.pr-right {

    margin-left: -62px;

}*/

section.practise-info .pr-left p {

            letter-spacing: 1px;

    line-height: 33px;

    font-size: 30px;

    font-family: VisbyCF-Medium, sans-serif;

    text-transform: uppercase;

    color: #727272;

     /*padding-bottom: 32px;*/

}

section.practise-info a {

    text-decoration: none;

    padding-bottom: 32px;

        display: block;

        letter-spacing: 1px;

    line-height: 33px;

    font-size: 30px;

    font-family: VisbyCF-Medium, sans-serif;

    text-transform: uppercase;

    color: #727272;

}

section.practise-info a:hover {

    color: #b31c27;

}

/*MOBILE MENU*/



/*.top-menu .icon {

    display: none;

}*/

.menu-items {

        width: 100%;

    height: 100vh;

    position: fixed;

    left: -100%;

    z-index: 2;

    background: #fff;

    top: 0;

    overflow-y: scroll;

    display: none;

}

.go-right {

    float: right;

  }

.burger {

  position: absolute;

    right: 0;

    top: 17px;

    z-index: 3;

    cursor: pointer;

    width: 38px;

    height: 38px;

}

.burger .burger1, .burger .burger2, .burger .burger3 {

    position: absolute;

    background: #333;

    width: 30px;

    height: 2px;

}

.burger1 {

    background: rgb(255, 255, 255);

    top: 5px;

    transform: matrix(1, 0, 0, 1, 0, 0);

}

.burger2{

      background: rgb(255, 255, 255);

    opacity: 1;

}

.burger3{

  background: rgb(255, 255, 255);

    top: 25px;

    transform: matrix(1, 0, 0, 1, 0, 0);

}





/*

.mobile-container {

    display: none;

  max-width: 480px;

  margin: auto;

  background-color: #555;

  height: 500px;

  color: white;

  border-radius: 10px;

}



.topnav {

  overflow: hidden;

  background-color: #333;

  position: relative;

}



.topnav #myLinks {

  display: none;

}



.topnav a {

  color: white;

  padding: 14px 16px;

  text-decoration: none;

  font-size: 17px;

  display: block;

}



.topnav a.icon {

  background: black;

  display: block;

  position: absolute;

  right: 0;

  top: 0;

}



.topnav a:hover {

  background-color: #ddd;

  color: black;

}

*/

/*.active {

  background-color: #04AA6D;

  color: white;

}*/

/*END MOBILE MENU*/

/*NEWS PAGE*/

h4.title-search-news {

    font-family: VisbyCF-Medium, sans-serif;

    font-size: 30px;

    color: #333;

    min-height: 76px;

}

p.text-search.text-left {

    font-family: VisbyCF-Light, sans-serif;

    font-size: 20px;

    text-align: justify;

    /* height: 150px; */

    height: 100px;

    overflow: hidden;

}

p.kalendar {

    font-size: 20px;

    position: absolute;

    /*bottom: -5px;*/

    color: #b31c27;

}

a.read-more-search.text-right {

    margin: 0 auto;

    font-family: VisbyCF-Medium, sans-serif;

    font-size: 21px;

    color: #b31c27;

    text-transform: uppercase;

    text-decoration: none;

}

a.read-more-search.text-right:hover {

    transform: scale(1.05);

    transition: all 0.2s ease-in-out;

}

.new-content {

    padding: 0 8% 8% 8%;

}

.search .search-form {

    text-align: center;

        padding: 80px;

}

.search .search-form input[type=text] {

    outline: none;

    font-family: VisbyCF-LightOblique, sans-serif;

    font-size: 25px;

    box-sizing: border-box;

    border: 1px solid #fff;

    border-bottom: 2px solid #b31c27;

    /*background-color: #b31c27;*/

    width: 72%;

    /*font-style: italic;*/

    color: #111111;

}

button.search-icon {

    border: none;

    background: none;

    margin-left: -31px;

    transform: rotate(64deg);

    font-size: 29px;

}

button.search-icon i.fa.fa-search {

    color: #b31c27;

}

figcaption.body.news-box a:hover {

    text-decoration: none;

}

.news-box {

    padding-right: 4%;

    padding-left: 4%;

    position: relative;

}

.news-box h2 {

    font-family: VisbyCF-Medium, sans-serif;

    font-size: 30px;

    color: #333;

    min-height: 76px;

}

.news-box p {

    font-family: VisbyCF-Light, sans-serif;

    font-size: 20px;

    text-align: justify;

    height: 110px;

       /*height: 170px;*/

    overflow: hidden;

}

.date-read {

    min-height: 50px;

}

span.timeSpan {

    /*height: 50px;*/

    font-size: 20px;

    position: absolute;

    /*bottom: -5px;*/

    color: #b31c27;

}

/*single news*/

section.blogs-con {

    padding: 0 5%;

}

.news-single-content {

    padding: 0 8%;

}

.news-single-box {

    text-align: center;

}

.news-single-box h3{

    font-size: 30px;

    font-family: VisbyCF-Medium, sans-serif;

    text-align: center;

    padding: 30px 0 0 0;

}

.news-single-box span.timeSpanNew {

    font-size: 18px;

    font-family: VisbyCF-Medium, sans-serif;

    color: #b31c27;

    padding: 20px;

    text-transform: uppercase;

}

.news-single-box li {

    font-family: VisbyCF-Light, sans-serif;

    font-size: 20px;

    margin-left: 25px;

}

.news-single-box p {

    font-family: VisbyCF-Light, sans-serif;

    font-size: 20px;

    text-align: justify;

    padding: 20px 0;

}

.pagination {

   margin-top: 30px;

    padding-top: 30px;

    margin-bottom: 0;

}

/*END NEWS PAGE*/

/*BLOG PAGE*/

section.pos {

    padding: 65px 0;

}

.blog-box .image {

    margin: 0 4%;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    height: 480px;

    position: relative;

}

/*END BLOG*/

/*  CONTACT PAGE*/

.contact-content {

    padding-top: 100px;

    padding-bottom: 200px;

}

/*.contact-content:after{

    display: flex;

    width: 90%;

    color: red;

    content: "";

    height: 4px;

    background: #b31c27;

    transform: rotate(270deg);

    position: absolute;

    top: 46%;

    left: 41%

}*/

.contact-content #contact_form {

    display: table-caption;

    width: 400px;

}

.country-list {

    display: inherit;

}

.country-list label.countryName {

    font-size: 20px;

    font-family: 'VisbyCF-Bold', sans-serif;

    text-transform: uppercase;

    color: #c01326;

}

.country-list select#countrySelect {

      font-family: 'VisbyCF-Bold', sans-serif;

    width: 162px;

    text-transform: uppercase;

    border-radius: 0;

    padding: 5px;

    outline: none;

    font-size: 18px;

}

.contact-list-person label.con-person {

    font-size: 20px;

    font-family: 'VisbyCF-Bold', sans-serif;

    text-transform: uppercase;

    color: #c01326;

    padding-top: 29px;

    margin-bottom: 0px;

}

.contact-list-person select#contactSelect {

      font-family: 'VisbyCF-Bold', sans-serif;

        width: 320px;

    text-transform: uppercase;

    border-radius: 0;

    padding: 5px;

    outline: none;

    font-size: 18px;

}

.form-item label.form-info {

    font-size: 20px;

    font-family: 'VisbyCF-Bold', sans-serif;

    text-transform: uppercase;

    padding-top: 29px;

    margin-bottom: 0px;

}

.form-item input {

    width: 500px !important;

    outline: none;

        height: 43px;

}

.form-item textarea {

    outline: none;

    width: 500px !important;

}

button.submit {

    font-size: 21px;

    font-family: 'VisbyCF-Regular', sans-serif;

    margin-top: 29px;

    width: 198px;

    text-transform: uppercase;

    background-color: #b31c27;

    border: 0;

    color: #fff;

    padding: 5px;

} 

button.submit:hover {

    background: #fff;

    border: 2px solid #b31c27;

    color: #b31c27;

}



.contact-img {

    text-align: center;

    /*padding-top: 255px;*/

        padding-top: 185px;

    padding-bottom: 200px;

    position: relative;

}

.contact-img:before {

    display: flex;

    width: 87%;

    color: red;

    content: "";

    height: 4px;

    background: #b31c27;

    transform: rotate(270deg);

    position: absolute;

        top: 41%;

    left: -45%;

/*    top: 66%;

    left: -53%;*/

}

.contact-img img {

    width: 50%;

}

/*select.classic {

  background-image:

    linear-gradient(45deg, transparent 50%, blue 50%),

    linear-gradient(135deg, blue 50%, transparent 50%),

    linear-gradient(to right, skyblue, skyblue);

  background-position:

    calc(100% - 20px) calc(1em + 2px),

    calc(100% - 15px) calc(1em + 2px),

    100% 0;

  background-size:

    5px 5px,

    5px 5px,

    2.5em 2.5em;

  background-repeat: no-repeat;

}



select.classic:focus {

  background-image:

    linear-gradient(45deg, white 50%, transparent 50%),

    linear-gradient(135deg, transparent 50%, white 50%),

    linear-gradient(to right, gray, gray);

  background-position:

    calc(100% - 15px) 1em,

    calc(100% - 20px) 1em,

    100% 0;

  background-size:

    5px 5px,

    5px 5px,

    2.5em 2.5em;

  background-repeat: no-repeat;

  border-color: grey;

  outline: 0;

}*/

select {

/*    background: url(/fajlovi/image/icons/arrow-down.png) no-repeat right #ddd;

    -webkit-appearance: none;*/

}

/*END CONTACT*/



/*.container{

    width: 75%;

    margin: 3rem auto;

}*/

h2{

    color: $blue;

    font-size: 24px;

    line-height: 1.25;

   font-family: VisbyCF-Regular, sans-serif;

    margin-top: $base-margin;

    margin-bottom: $base-margin;

}





.tab-slider--nav{

    width: 100%;

    float: left;

    margin-bottom: $base-margin;

}

.tab-slider--tabs{

    display: block;

    float: left;

    margin: 0;

    padding: 0;

    list-style: none;

    position: relative;

    border-radius: $tab-border-radius;

    overflow: hidden;

    background: #fff;

    height: $tab-height;

    user-select: none; 

/*    &:after{

        content: "";

        width: 50%;

        background: $blue;

        height: 100%;

        position: absolute;

        top: 0;

        left: 0;

        transition: all 250ms ease-in-out;

        border-radius: $tab-border-radius;

    }

    &.slide:after{

        left: 50%;

    }*/

}



.tab-slider--trigger {

    font-family: VisbyCF-DemiBold, sans-serif;

    font-size: 20px;

    line-height: 1;

    font-weight: bold;

    color: $blue;

    text-transform: uppercase;

    text-align: center;

    padding: 11px $base-margin;

    position: relative;

    z-index: 2;

    cursor: pointer;

    display: inline-block;

    transition: color 250ms ease-in-out;

    user-select: none; 

/*    &.active {

        color: #fff;

    }*/

}

.tab-slider--body{

    margin-bottom: $base-margin;

}