
/*-----------------------------------------*/
/*BASIC SETUP*/
/*-----------------------------------------*/

/*Orange #e67e22*/

@charset "utf-8";

@font-face {
  font-family: "socicon";
  src:url("internets/fonts/socicon.eot");
  src:url("internets/fonts/socicon.eot?#iefix") format("embedded-opentype"),
    url("internets/fonts/socicon.woff") format("woff"),
    url("internets/fonts/socicon.ttf") format("truetype"),
    url("internets/fonts/socicon.svg#socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}


/*-----------------------------------------*/


* {
margin : 0;
padding : 0;
box-sizing : border-box;
}

/*body {
    width: 100%;
    height: auto;
}*/

html {
background-color : #fff;
color : #555555;
font-family : "Dosis", "Arial", sans-serif;
font-weight : 200;
font-size : 20px;
}

.clearfix {zoom: 1}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}

/*-----------------------------------------*/
/*REUSABLE CONTENT*/
/*-----------------------------------------*/

.row {
max-width : 1140px;
margin : 0 auto;
}

section {
padding : 80px 0;
}

/*------HEADINGS------*/

h1, h2, h3 {
font-weight : 200;
text-transform : uppercase;
letter-spacing : 1px;
}

h1 {
margin-top : 0;
margin-bottom : 20px;
color : #fff;
font-size : 240%;
word-spacing : 4px;
}

h2 {
font-size : 180%;
word-spacing : 2px;
text-align : center;
margin-bottom : 30px;

}

h2:after {
display : block;
height : 2px;
background-color : #e67e22;
content : " ";
width : 100px;
margin : 0 auto;
margin-top : 30px;
}

h3 {
font-size : 110%;
margin-bottom : 15px;
text-align: left;
}

/*------PARAGRAPHS------*/

.long-copy {
line-height : 145%;
width : 70%;
margin-left : 15%;
text-align : center;
}

.box {
padding : 1%;
}

.box p {
font-size : 90%;
line-height : 145%;
font-weight : 200;
}

/*------ICONS------*/

.icon-big {
	font-size: 350%;
    display: block;
    color: #e67e22;
    margin-bottom: 10px;
    /*padding: 40px 40px 5px 100px;*/
}

/*
.icon-jacuzzi-font-ico,
.icon-party-speaker-font-ico {
	padding: 40px 90px 5px 85px;
}*/

/*------BUTTONS------*/

.btn:link, 
.btn:visited {
display : inline-block;
padding : 10px 30px;
font-weight : 300;
text-decoration : none;
border-radius : 200px;
-webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
transition : background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link, 
.btn-full:visited {
background-color : #e67e22;
border : #e67e22 solid 1px;
color : #fff;
margin-right : 15px;
}

.btn-ghost:link, 
.btn-ghost:visited {
background-color : rgba(0, 0, 0, 0.5);
border : #e67e22 solid 1px;
color : #fff;
font-weight : 400;
}

.btn:hover, .btn:active {
background-color : #cf6d17;
}

.btn-full:hover, 
.btn-full:active {
border : #cf6d17 solid 1px;
}

.btn-ghost:hover, 
.btn-ghost:active {
border : #cf6d17 solid 1px;
color : #fff;
}


/*------------------------132-112-255-----------------*/
/*HEADER*/
/*-----------------------------------------*/

header {
background-image : -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(img/header.jpg);
background-image : linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(img/header.jpg);
background-size : cover;
background-position : center;
height : 100vh;
background-attachment: fixed;

}

.hero-text-box {
position : absolute;
width : 1140px;
top : 60%;
left : 50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);
}

.logo {
height : 150px;
width : auto;
float : left;
margin-top : 20px;
}

.logo-black {
    display: none;
    height : 75px;
    width : auto;
    float : left;
    margin: 5px 0;
}

/* MAIN NAVI */

.main-nav {
float : right;
list-style : none;
margin-top : 55px;
}

#labais {
    display: none;
    z-index: 8999;
} 

.main-nav li {
display : inline-block;
margin-left : 40px;
}

.main-nav li a:link, 
.main-nav li a:visited {
padding : 8px 0;
color : #fff;
text-decoration : none;
text-transform : uppercase;
font-size : 90%;
border-bottom : 2px solid transparent;
-webkit-transition: border-bottom 0.2s;
transition : border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
border-bottom : 2px solid #e67e22;
}

/* MOBILE NAV */

.mobile-nav-icon {
    float: right;
    margin-top: 20px;
    cursor: pointer;
    display: none;
    }

.mobile-nav-icon i {
    font-size:150%;
    color: #fff;
}

/* STICKY NAVI */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 2px #b4afaf;
    z-index: 7999;
}

.sticky #labais {
    display: inline;
    font-family: "lobster";
    font-size: 120%;
}

.sticky .main-nav { margin-top: 30px; }

.sticky .main-nav li a:link, 
.sticky .main-nav li a:visited {
    padding : 16px 0;
    color : #555;   
}

.sticky .logo { display: none;}
.sticky .logo-black {
    display: block;
}

/*------HEADINGS------*/

.section-features .long-copy {
	margin-bottom: 20px;
}

.section-feature {
    padding-top: 100px;
}

/*------------INFO LAPA------------------*/


.info-steps ul {
    list-style-position: outside;
}

.section-inform {
  background-color: #f4f4f4;
  padding: 100px 0px;
}

.section-inform h2 {
  margin-bottom: 40px;
}

.info-box:first-child {
  text-align: right;
  padding-right: 5%;
  margin-top: 30px;

}

.info-box:last-child {
  padding-left: 15%;
  text-align: left;
  margin-top: -10px;
}

.graf-bilde {
  width: 140%;
  background-color: #f4f4f4;

}

.info-steps {
  padding: 10%;
  display: inline-block;
  margin-left: 15px;
}

.steps-content {
  	margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
}

.steps-content li {
  	line-height: 115%;
  	letter-spacing: 1px;
  	counter-increment: step-counter;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.steps-content li::before {
  	content: counter(step-counter);
    margin: 15px;
    margin-left: -45px;
    font-size: 100%;
    background-color: #e6a222;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(185, 183, 183, 0.8);
}

/*------BILDES------*/

.section-bildes {
	padding-top: 80px;
    padding-bottom: 0;
}

.bildes-showcase {
	list-style: none;
	width: 100%;
}

.bildes-showcase li {
	display: block;
	float: left;
	width: 25%;
}

.bilde-photo {
	width: 100%;
	margin: 0;
	overflow: hidden;
	background-color: #e67e22;

}

.bilde-photo img {
	opacity: 0.9;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
    /*
	-webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
    */

}

.bilde-photo img:hover {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
	
}

/*------------ATSAUKSMES------------------*/

.section-testimonials {
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(img/rudzs.jpg);
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(img/rudzs.jpg);
	background-size: cover;
	color: white;
	background-attachment: fixed;
    padding: 100px;
}

.byline {
  width: 20%;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  color: #fff;
  font-size: 130%;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.section-testimonials a {
    text-transform: uppercase;
    float: right;
    font-size: 60%;
}

blockquote {
	padding: 2%;
	font-style: italic;
	line-height: 145%;
    display: inline;
}

cite {
	font-size: 90%;
	margin-top: 25px;
	display: block;
	padding-top: 5%;
}

cite img {
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}

.lang {
	width: 8%;
    margin-left: 2%;
   
}

.booking {
    font-style: normal;
    padding-top: 30px;
    font-size: 120%;
    font-weight: 100;
    word-spacing: 1px;
    color: bisque;
    text-transform: uppercase;
    display: inline-block;
    float: right;   
}

.row-fix {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

.row-fix .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
}

/*-------------------------------CENAS--------------------------------*/

.section-plans {
	background-color: #efe8e8;
    padding: 100px;
}

.section-plans h3 {
   font-size:  90%;
}

.plan-box {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 0 2px 2px #b2a9a9;
}

.plan-box div:first-child {
    background-color: #fcfcfc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.plan-price {
    font-size: 250%;
    margin-bottom: 10px;
}

.plan-price-extra {
    font-size: 225%;
    font-weight: 100;
}

.plan-price-xlxl {
    font-size: 180%;
}

.vieniba {
    font-weight: 300;
	font-size: 50%;
	color: #e67e22;
	text-transform: uppercase;
    vertical-align: bottom;
}

.currency {
    color: #e67e22;
    font-size: 100%;
    font-weight: 100;
    
}

#atlaides {
    font-style: normal;
    font-size: 250%;
    font-weight: 100;
    word-spacing: 1px;
    color: #e67e22;
    text-transform: uppercase;
}
/*-------------------------------KARTE UN KONTAKTI--------------------------------*/

.sazinies {
    padding: 60px 0 0 0;
}

#karte {
    padding-top: 40px;
}

.zvani-box {
    padding-bottom: 40px;
}

.zvani-box:first-child {
    text-align: left;
    padding-right: 3%;
    padding-left: 3%;
    margin-top: 80px;
}

.zvani-box:last-child {
    padding-right: 3%;
    text-align: center;
    margin-top: 20px;
}

.phone {
    width: 90%;
}

.contact-steps {
    margin-bottom: 50px;
}

.contact-steps div {
    color: #e67e22;
    border: 2px solid #e67e22;
    display: none;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 150%;
    margin-right: 25px;
    margin-bottom: 15px;
}

.contact-steps p {
    text-transform: uppercase;
    font-size: 110%;
}

.callus {
    font-weight: 500;
    color: darkorange;
    text-transform: lowercase;
}

.map-box {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 0;
}

.map-box p {
    text-align: center;
    text-transform: uppercase;
    font-size: 120%;
    padding-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
}

#map {
        height:500px;
        width:100%;
    }
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }

/*-------------------------------FOOTER--------------------------------*/

footer {
    background-color: #333;
    padding: 2px;
}
 
footer p {
    color: #888;
    text-align: center;
    margin-bottom: 20px;
    font-size: 80%;
}

.footer-nav {
    list-style: none;
    float: left;
    font-size: 80%;
}

.footer-nav li {
    margin-right: 20px;
}

.social-links li {
    margin-right: 25px;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}

.ion-social-facebook {
    vertical-align: middle;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.socicon-draugiem {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.socicon-draugiem:hover {
    color: #ffa32b;
}

.socicon-draugiem:before {
font-family: "socicon" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
     vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*----------------------------Animations-----------------------------*/

.js--wp-1,
.js--wp-2 {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated {
    opacity: 1;
}