@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin-ext');
@import url("bootstrap.min.css");
@import url("swipebox.min.css");
@import url("font-awesome.min.css");
@font-face {
    font-family: 'weather';
    src: url('../fonts/artill_clean_icons-webfont.eot');
    src: url('../fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/artill_clean_icons-webfont.woff') format('woff'),
         url('../fonts/artill_clean_icons-webfont.ttf') format('truetype'),
         url('../fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
ul{
  list-style: none;
  padding-left: 0;
}
h1 {
  margin-top: 0;
}
a {
  transition: all .3s;
}
a:hover{
  text-decoration: none;
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
}
.spaced {
  margin-bottom: 4%;
}
.btn-custom {
	font-weight: bold;
	font-size: 14px;
}
.bg-blue {
  background-color:#2077bd;
}
.subtitle {
  color:#2077bd;
}
.berk {
  font-family: 'Berkshire Swash';
}
.bg-gray {
  background-color:#e5e5e5;
}
.bg-orange {
  background-color: #e0831e;
}
.bg-pale {
  background-color:#22A5D7;
}
.padded {
  padding: 5% 15px;
}
.btn-def {
	display: inline-block;
  background-color:#22A5D7;
  font-size: 16px;
  font-weight: bold;
  padding:22px 30px 20px;
  border-radius: 55px;
  color:white;
}
.btn-def:hover {
  background-color: black;
  color:white;
}
/**** HEADER ****/
#language-bar {
  margin-bottom: 0;
}
#language-bar > li {
	border-right: 1px solid #1E3741;
	padding-left: 6px;
	padding-right: 10px;
  display:inline-block;
}
#language-bar > li:last-child {
	border-right: none;
}
#language-bar > li > a {
	font-weight: 700;
	color: #1E3741;
	font-size: 15px;
}
.navbar {
  padding-top:0;
}
.navbar-toggler-icon {
	margin-bottom: 10px;
}
.navbar-toggler-icon i {
  font-size:40px;
}
.nav-item {
  margin:0 10px;
}
.nav-link {
  font-size: 15px;
  font-weight: bold;
  color:#1E3741;
}
.nav-link:hover, .nav-link.active, #language-bar > li > a:hover, #language-bar > li > a.active {
  color:#22A5D7;
}
.single {
	background-size: cover;
	background-position: center;
}
.carousel-indicators li {
	height: 7px;
	cursor: pointer;
}
.slide-1 {
	background-image: url("../img/apartmani-marin-1.jpg");
}
.slide-2 {
	background-image: url("../img/apartmani-marin-2.jpg");
}
.slide-3 {
	background-image: url("../img/apartmani-marin-3.jpg");
}
.slide-title {
  font-family: 'Berkshire Swash', cursive;
  font-size: 50px;
  margin-bottom: 30px;
  color:#22A5D7;
  padding-top: 12%;
}
.slide-title span {
  display:block;
  font-family: 'Ubuntu', sans-serif;
  font-size:40px;
  color: white;
}
.slide-1 .slide-title span {
  color: black;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 45px;
	height: 45px;
}
#down {
	position: absolute;
	right: 2%;
	bottom: 0;
	font-size: 50px;
	z-index: 999;
  color:white;
}
#down:hover {
  color:#22A5D7;
}
.title-and-text h6 {
	color: #22A5D7;
	font-size: 40px;
}
.title-and-text p {
  color:#616161;
  font-size:18px;
}
.promo-box i {
	font-size: 65px;
  color:#FF941F;
}
.promo-box h4 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 5px;
	transition: all .23s ease-in-out;
}
.promo-box p {
	color: #73736b;
	font-size: 16px;
	line-height: 2;
}
.paralax {
	padding: 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0 auto;
	background-size: cover;
}
.paralax.bg-1{
	background-image: url("../img/o-nama-bg.jpg");
}
#about .title-and-text h6, #about .title-and-text p {
  color:white;
}
#about .title-and-text p {
  font-size:16px;
  font-weight: bold;
}
#amenities i {
  font-size:32px;
  color:#22A5D7;
}
#amenities h4{
  font-size:16px;
  font-weight: bold;
}
#map_canvas {
 height: 400px;
}
#map a {
  color:#22A5D7;
}
#map a:hover {
  color:black;
}
.app-block.spec {
  margin-bottom: 5%;
}
.app-block .title, .contact .title {
  font-size: 30px;
  color:#101010;
  padding:3% 0;
  letter-spacing: 1px;
  font-family: 'Berkshire Swash', cursive;
}
.gray  {
	background: #fafafa;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
  margin-bottom: 3%;
}

.amenities li {
	display: flex;
	list-style: none;
	padding: 3px 1px;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 1px;
	margin-right: 0;
	width: 50%;
	float: left;
}
.amenities li i {
	font-size: 24px;
	color: #FF941F;
	vertical-align: middle;
	margin-right: 6px;
}
.img-thumbnail {
  transition: all .3s;
}
.img-thumbnail:hover {
  opacity:0.7;
}
.btn-sq{
  background-color: #FF941F;
  padding: 5px 20px;
  color:white;
  font-weight: bold;
  transition: all .3s;
}
.btn-sq:hover{
  background-color: #22A5D7;
  color:white;
}
.relative {
  position: relative;
}
.carousel-indicators.relative {
  bottom: -10px;
}
.carousel-indicators li {
	background-color: #22A5D7;
  height: 10px;
  width: 45px;
}
.carousel-indicators li.active {
	background-color: #FF941F;
}
#respHere {
	color: black;
	font-size: 20px;
	line-height: 45px;
}
.red {
  color:white;
}
#kontaktforma {
	position: relative;
	overflow: auto;
}
#upit h5 {
  font-family: 'Berkshire Swash', cursive;
  font-size: 35px;
  color:white;
}
.none {
  display: none;
}
label {
  color:white;
}
#kontaktforma input, #kontaktforma select, #kontaktforma textarea {
  border:1px solid #22A5D7;
  border-radius: 0;
}
.input-style,
form>.fieldset>label,
textarea {
    font-size: 15px;
    float: left;
    width: 100%;
    font-weight: 700
}
.dimIt {
    opacity: .2
}
.fieldset {
	overflow: auto;
	margin-bottom: 10px;
}
.input-style,
textarea {
    border-radius: 5px;
    color: #2077bd;
    letter-spacing: .3px;
    padding: 11px 15px;
    height: auto
}
textarea {
    resize: none
}
#selectBox option {
    color: #2077bd;
    border: transparent;
    padding-left: 15px
}
#selectBox select {
    height: 46px
}
button.submit {
    background-color: #22A5D7;
    border: none;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
}
button.submit:hover {
    background-color: green;
}
.contact li:first-child {
  font-family: 'Berkshire Swash', cursive;
  font-size: 28px;
}
.contact li {
	font-size: 25px;
	margin-bottom: 5px;
}
.contact li a {
  color:black;
}
.contact li a:hover {
  color:#22A5D7;
}



#footer, #footer a {
  color:white;
}
#footer h5 {
  color:#1E3741;
  text-decoration: underline;
  font-family: 'Berkshire Swash', cursive;
  font-size:20px;
}
#footer a:hover {
  color:black;
}
#weather {
  position: relative;
  padding-left: 15px;
  color:black;
}
#weather span {
	font-family: "weather";
	font-size: 175px;
	font-style: normal;
	font-weight: normal;
	line-height: 135px;
	text-transform: none;
  color:white;
}
.temp {
  font-size: 30px!important;
  font-weight: 900;
  left: 0;
  color:white;
}


@media screen and (min-width: 1400px) {
  .fadein .fader {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo {
  	text-align: center;
  }
  #respHere {
  	font-size: 16px;
    line-height: 1;
  }
  .title-and-text h6 {
  	color: #22A5D7;
  	font-size: 30px;
  }
  .single {
  	padding: 7% 0;
  	height: 270px;
  }
  .slide-title {
	font-size: 28px;
  	padding-top: 0%;
}
.slide-title span {
	font-size: 18px;
}
#lopar-promo .promo-box {
	margin-bottom: 35px;
}
#main-slider .carousel-indicators {
  display: none;
}
#down {
  display: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 25px;
	height: 25px;
}
.sm-space {
  margin-bottom: 15px;
}
.btn-def {
	padding: 10px 30px 10px;
	border-radius: 25px;
}
#weather {
	text-align: center;
}
#upit h5 {
	font-size: 23px;
}
.contact li:first-child {
  font-size: 22px;
}
.contact li {
	font-size: 18px;
}
.app-block .title, .contact .title {
	font-size: 25px;
}
}









.iconw-0:before { content: ":"; }
.iconw-1:before { content: "p"; }
.iconw-2:before { content: "S"; }
.iconw-3:before { content: "Q"; }
.iconw-4:before { content: "S"; }
.iconw-5:before { content: "W"; }
.iconw-6:before { content: "W"; }
.iconw-7:before { content: "W"; }
.iconw-8:before { content: "W"; }
.iconw-9:before { content: "I"; }
.iconw-10:before { content: "W"; }
.iconw-11:before { content: "I"; }
.iconw-12:before { content: "I"; }
.iconw-13:before { content: "I"; }
.iconw-14:before { content: "I"; }
.iconw-15:before { content: "W"; }
.iconw-16:before { content: "I"; }
.iconw-17:before { content: "W"; }
.iconw-18:before { content: "U"; }
.iconw-19:before { content: "Z"; }
.iconw-20:before { content: "Z"; }
.iconw-21:before { content: "Z"; }
.iconw-22:before { content: "Z"; }
.iconw-23:before { content: "Z"; }
.iconw-24:before { content: "E"; }
.iconw-25:before { content: "E"; }
.iconw-26:before { content: "3"; }
.iconw-27:before { content: "a"; }
.iconw-28:before { content: "A"; }
.iconw-29:before { content: "a"; }
.iconw-30:before { content: "A"; }
.iconw-31:before { content: "6"; }
.iconw-32:before { content: "1"; }
.iconw-33:before { content: "6"; }
.iconw-34:before { content: "1"; }
.iconw-35:before { content: "W"; }
.iconw-36:before { content: "1"; }
.iconw-37:before { content: "S"; }
.iconw-38:before { content: "S"; }
.iconw-39:before { content: "S"; }
.iconw-40:before { content: "M"; }
.iconw-41:before { content: "W"; }
.iconw-42:before { content: "I"; }
.iconw-43:before { content: "W"; }
.iconw-44:before { content: "a"; }
.iconw-45:before { content: "S"; }
.iconw-46:before { content: "U"; }
.iconw-47:before { content: "S"; }
