html {
  background: #000;
}

body {
  background: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: justify;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 2px;
  position: relative;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

.container {
  /* background: green */
}

a, a:hover {
  text-decoration: none;
  color: #fff;
}

p {
  text-indent: 3em;
  margin-bottom: 2em
}

.noIntend p {
  text-indent: 0;
  margin-bottom: auto;
}

h2 {
  font-size: 35px;
  text-align: left;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  margin: auto auto 50px;
}

h3 {
  font-size: 35px;
  text-align: left;
  padding: 65px 0 85px;
  line-height: normal;
  letter-spacing: normal;
}

.moduletable h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 45px 0;
}

.moduletable {
  padding-bottom: 45px;
}

.footer .moduletable {
  padding-bottom: 0px;
  margin-bottom: 45px;
  position: relative;
}

h1, h3, h4, h5, h6 {
  font-weight: 600;
  text-rendering: optimizelegibility;
  margin: auto;
}

.fullscreen {
  position: relative;
  height: 100vh;
  width: 100%;
  border-bottom: 1px solid #FFF;
}

.mainview, .subview {
  position: relative;
  vertical-align: bottom;
}

.row {
  margin: 0px;
}

.text-container-middle {
  padding: 110px 0 70px;
}

.text-container {
  padding: 80px 0 40px;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 9
}

.logo {
  display: block;
  padding: 65px 0 0 0px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.bg {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background-image: URL("../img/cover-photo.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

.img-responsive {
  text-align: center;
  margin: 0 auto;
  display: block;
  -webkit-animation: fadein 700ms;
  -moz-animation: fadein 700ms;
  -ms-animation: fadein 700ms;
  -o-animation: fadein 700ms;
  animation: fadein 700ms;
  max-height: 750px;
  width: auto;
  z-index: -9999;
}

.MainMenu {
  float: right;
}

.MainMenu #menu {
  float: right;
  margin: 0;
  position: relative;
  z-index: 99999;
}

.MainMenu #menu li {
  list-style: none;
  display: inline-block;
}

.MainMenu #menu li a {
  display: block;
  margin: 0 0 0 45px;
  padding: 70px 0 10px 0;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  min-width: 100px;
  text-align: right;
}

.MainMenu #menu li ul {
  position: absolute;
  left: 0;
  margin: 0;
  top: 0px;
  z-index: -1;
  transition: top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, opacity 0.3s ease 0s;
  opacity: 0;
}

.MainMenu #menu li ul {
  opacity: 0;
}

.MainMenu #menu li:hover ul {
  display: block;
  opacity: 1;
  top: 50px;
}

.MainMenu #menu li li a {
  margin: 0 0 0 45px;
  padding: 70px 0 10px 0;
}

.MainMenu #menu li.active>a {
  color: #7c2844
}

.MainMenu #menu li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.MainMenu #menu li.active>a:after {
  background: #7c2844;
}

.MainMenu #menu li>a:hover:after {
  width: 100%;
  left: 0;
}

input#responsive-menu {
  opacity: 0;
  position: absolute;
  z-index: -1;
  display: none;
}

.mainviewcontent {
  padding-top: 114px;
}

/* .mainviewcontent .absolutetop{
  margin-top: -114px;
} */
#ieva, #prusaite {
  width: 50%;
  height: auto;
  position: absolute;
  opacity: 0;
  z-index: 1;
  -moz-transition: left 300ms ease, right 300ms ease, opacity 3500ms ease;
  -webkit-transition: left 700ms ease, right 700ms ease, opacity 7500ms ease;
  -o-transition: left 700ms ease, right 700ms ease, opacity 7000ms ease;
  transition: left 700ms ease, right 700ms ease, opacity 1500ms ease;
}

#ieva {
  left: -0%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.in-view #ieva {
  /* left:0; */
  opacity: 0.7;
}

#prusaite {
  right: -0%;
  top: 90%;
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);
}

.in-view #prusaite {
  /* right:0%; */
  opacity: 0.7;
}

.text-red, a.text-red {
  color: #3c1220 !important;
}

a.text-red:hover {
  color: #fff;
}

b, strong {
  font-weight: 500
}

.text-black, a.text-black {
  color: #000 !important;
}

.text-black strong, a.text-black strong,
.text-black b, a.text-black b {
  font-weight: 900
}

.container {}

a.text-black:hover {
  color: #3c1220;
}

.SocialLinks {
  font-size: 24px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* z-index: 999; */
  font-weight: 700;
}

.SocialLinks a.text-red i {
  color: #fff;
  padding-right: 10px;
}

.SocialLinks a.text-red:hover {
  color: #fff;
}

.background-red {
  background-color: #3c1220;
}

/* RECENT CATEGORIES Module */
/* .ArticlesCategoriesList{height: 300px; position: relative;} */
.ArticlesCategoriesList {
  position: relative;
}

.ArticlesCategoriesList .wrap-border {
  text-align: center;
  margin: 1px;
  /* padding: 15px 15px; */
  border: 1px solid #FFF;
}

.crsl-item {}

.crsl-nav {
  display: block;
  position: absolute;
  height: 433px;
  width: 100%;
}

.crsl-nav a {
  position: absolute;
  z-index: 10;
  height: 47px;
  width: 47px;
  background-size: cover;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.crsl-nav a i {
  display: none;
}

.crsl-nav a.next {
  right: 50px;
  background: URL(../img/right.svg) no-repeat;
}

.crsl-nav a.previous {
  left: 50px;
  background: URL(../img/left.svg) no-repeat;
}

.fadeUpAnim {
  opacity: 0;
  -moz-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeUpAnim.in-view {
  opacity: 1;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* ANIMATIONS */
@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* BLOG LIST */
.single-blog h2 span {
  font-size: 72px;
  padding-right: 15px;
}

.single-blog h2 span:after {
  content: ". ";
}

.blog-introtext {
  height: 100px;
  width: 505px;
  /* width: 555px; */
  overflow: hidden;
  text-overflow: clip;
}

a.blog-loadmore {
  position: relative;
  margin-top: 48px;
  width: 400px;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  display: block;
  text-align: right;
  text-transform: uppercase;
}

a.blog-loadmore span:before {
  position: absolute;
  content: "";
  background: white;
  height: 1px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.blog-loadmore span:before {
  width: 0%;
  left: 50%;
}

a.blog-loadmore.in-view span:before {
  width: 60%;
  left: 0%;
  transition: width 1s ease 0s, left 1s ease 0s;
}

a.blog-loadmore span:hover:before {
  width: 0%;
  left: 50%;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.list-blog {
  position: relative;
}

.list-blog img {
  float: left;
  width: 603px;
  height: auto;
}

.list-blog .single-blog {
  margin-bottom: 130px;
  text-align: justify;
}

.list-blog .single-blog:nth-child(even) img {
  float: left;
}

.list-blog .single-blog:nth-child(odd) img {
  float: right;
}

.list-blog .single-blog:nth-child(odd) h3 {
  white-space: nowrap;
}

/* .list-blog .single-blog:nth-child(odd) .blog-introtext { margin: 0 -55px 0 55px} */
.list-blog .single-blog .blog-excerpt {
  padding-top: 50px;
}

.list-blog .single-blog:nth-child(odd) img {
  /* -ms-transform: translateX(75px);
  transform: translateX(75px); */
  padding-left: 50px
}

.list-blog .single-blog:nth-child(even) img {
  /* -ms-transform: translateX(-75px);
  transform: translateX(-75px); */
  padding-right: 61px
}
.list-blog .single-blog:nth-child(even) h2 {
text-align: right;
}

/* PAGINATION */
.pagination {
  margin: 0 auto 130px;
  text-align: center;
}

/* ARTICLE */
h2.articleHeader {
  text-align: center;
  padding: 0px 0;
  margin-top: -30px;
}

h2.articleHeader span {
  font-size: 68pt;
  display: block;
  text-align: center;
}

/* CONTACTS */
.contact-wrap {
  padding-top: 115px;
  height: 100vh
}

.contact-wrap .formBorder {
  border: 1px solid #fff;
  padding: 20px;
}

.contact-wrap p {
  font-size: 14px;
  line-height: 37px;
}

form {
  margin: 0;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: transparent;
  box-shadow: transparent;
}

input, textarea, .input-large, .main-input {
  width: 100%;
  padding: 4px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFF !important;
  opacity: .8;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF !important;
  opacity: .8;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF !important;
  opacity: .8;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFF !important;
  opacity: .8;
}

.form-horizontal .form-actions {
  padding: 0;
}

.form-actions {
  text-align: center;
  padding: 0;
  margin: auto;
  background-color: transparent;
  border: none
}

.btn, .btn:hover {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.input-wrapper {
  position: relative;
  padding: 5px 0 15px;
}

.input-wrapper label {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused label {
  transform: translateY(-110%);
  font-size: .75em;
}

input, textarea {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
}

.footer {
  padding-top: 45px;
  font-size: 14px;
  line-height: 37px;
  /* font-weight: 500; */
  position: relative;
}

.footer .slogan {
  float: right;
}

.footer .span6 {
  margin: 0;
}

.slogan p {
  font-weight: normal;
  font-size: 24px;
  line-height: 37px;
  margin-top: -13px;
  letter-spacing: 3px;
  display: inline-block;
}

.footer .slogan p {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 24px;
}

.copyright {
  font-size: 13px
}

/* GALLERY ARTICLE */
.gallery h4 {
  text-align: center;
  font-size: 28px;
  line-height: normal;
  font-weight: normal;
  margin: 39px auto 0;
  text-transform: uppercase;
}

.ArticleGallery {
  -webkit-column-count: 2;
  /* Old Chrome, Safari and Opera */
  -moz-column-count: 2;
  /* Old Firefox */
  column-count: 2;
  -webkit-column-gap: 0;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 0;
  /* Firefox */
  column-gap: 0px;
}

.ArticleGallery img {
  margin: 0px;
}

.ArticleGallery p {
  text-indent: 0px;
  margin: 0px;
}

.fancybox-thumbs {
  background: #fff
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-bg {
  background: #FFF;
}

.fancybox-button {
  background: none;
}

.fancybox-button:hover {
  color: #666
}

.fancybox-caption {
  background: none;
  color: #000;
  font-size: 18px;
}

.ArticleGallery a {
  display: block;
  overflow: hidden;
}

/* Language selector displayed as last top menu item element style */

.mod-last .mod-languagesmodule-language-switcher .lang-inline {
  position: relative !important;
  color: red !important;
  opacity: 1 !important;
  top: 0 !important;
  z-index: 1 !important;
}

.mod-last .mod-languagesmodule-language-switcher .lang-inline li a {
  margin: 0 !important;
  padding: 0 !important;
  display: inline !important;
}

/* Position: the close button ("X") at the top right of the mobile menu. */

@media (max-width: 767px) {
	.responsive-menu-open .MainMenu .menu-icon {
		position: absolute !important;
		top: 5px;
		right: 25px;
	}
}

/* Layout: logo at the top, menu items down the logo. */
@media (max-width: 767px) {
	.responsive-menu-open .header > .row > .container {
		display: flex;
		flex-direction: column-reverse;
		align-content: center;
		justify-content: center;
	}

  .responsive-menu-open	.logo {
		position: relative !important;
  }

  /* Layout: center language select options. */
  .responsive-menu-open .lang-inline {
    text-align: center;
    margin-left: 0 !important;
  }

  .responsive-menu-open .MainMenu {
    display: flex !important;
    justify-content: center;
  }
}

/* Assure menu icon is always on top */
.menu-icon {
  z-index: 1;
}

/* Assure last main menu item has a margin from left side. */
#menu li.mod-last {
  margin-left: 25px;
}
@media (max-width: 767px) {
  #menu li.mod-last {
    margin-left: 0;
  }
}

/* Hide any carousel navigation buttons when responsive menu is open. */
.responsive-menu-open .crsl-nav {
  display: none;
}
