/*
 * Custom CSS for CRKA
 */

body {
	font-size: 18px;
	color: #666666;
}

a { word-wrap: break-word; }

/*
h3 {
	font-family: 'Lora', serif;
}
*/

a:hover {
	text-decoration: none;
	color: #e74c3c;
}

.grey:link, .grey:visited {
	color: #c8c8c8;
}
.grey:hover, .grey:active {
	color: #ffffff;
}

.darkgrey:link, .darkgrey:visited {
	color: #626262;
}
.darkgrey:hover, .darkgrey:active {
	color: #b1b1b1;
}

.lightyellow:link, .lightyellow:visited {
	color: #ffffcc;
}
.lightyellow:hover, .lightyellow:active {
	color: #ffff00;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row [class*="col"],
.row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.wmn-sidebar, .topArt {
	font-size: 16px;
}

.wmn-footer {
	font-size: 13px;
}

.wmn-breadcrumb {
	font-size: 13px;
}

.wmn-warning-box {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #ffffcc;
	width: 100%;
	border: 1px dotted #ff0000;
	padding: 5px;
}

.wmn-info-box {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #ddffff;
	width: 100%;
	border: 1px dotted #8f8f8f;
	padding: 5px;
}

.wmn-box {
  border-radius: 5px;
  padding: 40px 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}

.wmn-box-icon {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.bg-custom{
	transition: 800ms ease;
	background: transparent!important;
	color: #ffff00;
}
.bg-custom.scrolled{
	background: #00093d!important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.section {
	padding-top: 100px;
}

.navbarBrandText {
	font-size: 1.3em;
	color: #ffba00;
	background: -webkit-linear-gradient(left, #ffff00, #ffba00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.progress-bar {
	width: 0;
}

.footer {
	min-height: 500px;
	background-image: url(/assets/images/crka-footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	color: #d7d7d7;
}

/*
------------------------------
Contact Form
------------------------------
*/
.contact-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  color: #666666;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 13px;
  border: 1px solid #cfcfcf;
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background: -webkit-linear-gradient(left, #00093d, #991a1f);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background: -webkit-linear-gradient(left, #991a1f, #00093d);
}

#goTop {
  display: inline-block;
  background-color: rgba(52, 152, 219, 0.5);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#goTop::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
}
#goTop:hover {
  cursor: pointer;
  background-color: #3498db;
}
#goTop:active {
  background-color: rgba(255, 0, 0, 0.5);
}
#goTop.show {
  opacity: 1;
  visibility: visible;
}

#frontpage-carousel .carousel-item {
	min-height: 600px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#front-page-carousel .carousel-caption h1 {
	animation-delay: 0.5s;
}

.parallax-window {
	min-height: 700px;
	background: transparent;
}

.wmn-tabimg{
	width: 120px;
	height: auto;
	max-width: max-content;
}

@media only screen and (max-width: 768px) {
	.carousel-caption h1{
		font-size: 1.7em;
	}
	.carousel-caption h4{
		font-size: 1em;
	}
	.parallax-window {
		min-height: 300px;
		background: transparent;
	}
	.wmn-flimg {
		width: 45vw;
		height: auto;
	}
	.hideOverflowOnMobile {
		overflow: hidden;
	}
	.card-img-top-wmn {
		height: 22vh;
		object-fit: cover;
	}
}
@media only screen and (min-width : 740px){
	.wmn-flimg {
		width: 25vw;
		height: auto;
	}
	.card-img-top-wmn {
		height: 14vw;
		object-fit: cover;
	}
}
@media only screen and (min-width : 992px){
	.wmn-flimg {
		width: 20vw;
		height: auto;
	}
	.card-img-top-wmn {
		height: 18vw;
		object-fit: cover;
	}
}
@media only screen and (min-width : 1024px){
	.wmn-flimg {
		width: 20vw;
		max-width: max-content;
		height: auto;
	}
	.card-img-top-wmn {
		height: 10vw;
		object-fit: cover;
	}
}
@media only screen and (min-width : 1200px){
	.wmn-flimg {
		width: 18vw;
		max-width: max-content;
		height: auto;
	}
	.card-img-top-wmn {
		height: 10vw;
		max-width: max-content;
		object-fit: cover;
	}
}
@media only screen and (min-width : 1600px){
	.wmn-flimg {
		width: 15vw;
		max-width: max-content;
		height: auto;
	}
	.card-img-top-wmn {
		height: 8vw;
		object-fit: cover;
	}
}


@media print {
	.noprint {
		visibility: hidden;
		display: none;
	}
}

.dropdown-menu {
	max-height:250px;
	overflow-y: scroll;
}

.grecaptcha-badge { visibility: hidden; }
.grecaptcha-text { font-size: 10px; }

.dropdown-item:hover {
	background: #014464!important;
	background: linear-gradient(left, #007bff, #2e3192);
	background: -moz-linear-gradient(left, #007bff, #2e3192)!important;
	background: -webkit-gradient(linear, 100% 100%, 0% 0%, from(#007bff), to(#2e3192))!important;
	color: #ffffff !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; }
}

.quote {
  display:inline-block;
  margin:1em;
  overflow:hidden;
  blockquote {
    background-color:$bg;
    border: solid 2px #757575;
    display: inline-block;
    margin: 0;
    padding: 1em;
    position: relative;
    &:before {
      background-color: $bg;
      bottom: -10%;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: -10%;
      transform: rotate(-15deg) skew(5deg);
    }
    cite {
      display: block;
      font-style: italic;
      text-align: right;
      &:before {
        content: "- ";
      }
    }
    > * {
      position: relative;
      z-index: 1;
    }
  }
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #00093d 0%, #991a1f 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}