* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Roboto', sans-serif;
}

/*-----HEADER---HEADER---HEADER----HEADER----*/

nav {
	height: 50px;
	background-color: #198cc6;
}

ham {
	display: none;
}

.header {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}

#logo {
	position: relative;
	width: 200px;
	height: 100px;
	float: left;
}

.dropbtn {
	background-color: #198cc6;
	color: white;
	font-size: 14px;
	letter-spacing: -0.5px;
	border: none;
	cursor: pointer;
	padding: 10px;
	height: 50px;
	transition: all 0.3s ease-out;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	font-size: 14px;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropbtn:hover {
	background-color: #bb322c;
}

.dropbtnone {
	background-color: #fff;
	color: white;
	border: none;
	cursor: pointer;
	margin-top: 4px;
	width: 40px;
	margin-left: 2px;
	height: 26px;
	border-radius: 5px
}

.dropbtnone:hover,
.dropbtnone:focus {
	background-color: #fff;
}

.dropdownone {
	margin: 8px 10px;
}

.dropdown-contentone {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	border-radius: 10px;
	min-width: 60px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-contentone a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdownone a:hover {
	background-color: #f1f1f1;
}

.dropdownone img {
	width: 25px;
	padding-top: 4px;
	padding-right: 1px;
}

.show {
	display: block;
}

.dropdownone {
	margin-left: 0px;
}

.kontakt {
	width: 220px;
    letter-spacing: -0.5px;
}

.tele,
.mail {
	font-size: 12px;
	color: white;
}

#phone,
#posta {
	width: 20px;
	margin-right: 5px;
	position: relative;
	top: 5px;
}

/*-----KRAJ HEADERA---KRAJ HEADERA---KRAJ HEADERA----KRAJ HEADERA----*/

/*------------------------UŽIVAJ U KOMENTARIMA-----------------------*/

/*-----SEKCIJA ZA TRAŽILICU----SEKCIJA ZA TRAŽILICU----------*/

.section1 {
	width: auto;
	padding-top: 150px;
	height: 430px;
}

.wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.searchbar {
	width: 100%;
	max-width: 1000px;
	height: 350px;
	background: rgba(56, 56, 56, 0.85);
	border-radius: 2px;
	z-index: -1;
}

#tabletbtn {
	display: none;
}

.ikone {
	width: 100%;
	max-width: 450px;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-left: 35px;
	font-weight: 200;
	font-size: 14px;
}

.ikone .popupbutton {
	width: 100%;
	max-width: 80px;
	height: 60px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.85);
	text-align: center;
	transition: all 0.3s ease-out;
	text-decoration: none;
}

.ikona {
	width: 100%;
	max-width: 80px;
	height: 60px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.85);
	text-align: center;
	transition: all 0.3s ease-out;
}

.ikona:hover {
	background-color: #be3326;
	cursor: pointer;
}

#ikona1 {
	background-color: #be3326;
}

#ikona1,
#ikona2,
#ikona3,
#ikona4,
#ikona5 p {
	color: white;
}

#ikona1 img {
	width: 30px;
	margin-top: 4px;
}

#ikona2 img {
	width: 29px;
}

#ikona3 img {
	width: 33px;
	margin-top: 1px;
}

#ikona4 img {
	width: 40px;
	margin-top: 3px;
}

#ikona5 img {
	width: 30px;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

/*----------POPUP BUTTON---------------*/

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
    z-index: 2;
}

.popup {
    font-size: 14px;
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
    width: 100%;
	max-width: 600px;
	position: relative;
	transition: all 1s ease-in-out;
    height: auto;
    z-index: 2;
}
.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.popup .close:hover {
	color: #be3326;
}

.popup .popupcontent {
    height: 100%;
	max-height: 100%;
	overflow: auto;
}

.inputpadding {
	padding-left: 5px;
}

@media screen and (max-width: 500px) {
	.box {
		width: 70%;
	}
	.popup {
		width: 70%;
	}
}
#hoteli {
    text-align: center;
    margin: 10px;
    margin-bottom: 25px;
}
.upitbtn {
    float: right;
    margin-right: 30px;
}
.upitbtn1 {
    float: right;
    margin-right: 30px;
    position: relative;
    bottom: 25px;
}
.oneinput {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}
.oneinput span {
	display: inline-block;
    width: 100%;
    max-width: 280px;
    letter-spacing: -0.5px;
}
.oneinput input[type=text] {
    width: 100%;
    max-width: 275px;
    height: 40px;
    margin-bottom: 5px;

}
.twoinputs {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}
.twoinputs span {
	display: inline-block;
    width: 100%;
    max-width: 277px;
    margin-right: 8px;
    letter-spacing: -0.5px;
}
.twoinputs input[type=text] {
    width: 100%;
    max-width: 275px;
    height: 40px;
    margin-bottom: 5px;
}
.flexstil {
    display: flex;
}
.flexstil1 {
    display: flex;
    margin-left: 10px;
}
.threeinputs {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}
.threeinputs span {
    display: inline-block;
    width: 100%;
    max-width: 180px;
    margin-right: 8px;
}
.threeinputs input[type=text] {
    width: 100%;
    max-width: 180px;
    height: 40px;
}
.inputname {
    width: 100%;
    max-width: 100px;
}
.fourinputs {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}
.fourinputs span {
	display: inline-block;
    width: 100%;
    max-width: 140px;
}
.fourinputs input[type=text] {
    width: 100%;
    max-width: 133px;
    height: 40px;
}
.fourinputs select {
    width: 100%;
    max-width: 133px;
    height: 40px;
}
.upit {
    color: white;
	background-color: #be3326;
	width: 100%;
	max-width: 173px;
	padding: 10px 44px;
	text-decoration: none;
	height: 24px;
	border: none;
	cursor: pointer;
}
.upit1 {
    text-align: center;
    margin-top: 10px;
    margin-left: 95px;
    color: white;
	background-color: #be3326;
	width: 100%;
	max-width: 85px;
	padding: 12px 44px;
	text-decoration: none;
	height: 18px;
	border: none;
	cursor: pointer;
}
.upit2 {
    text-align: center;
    margin-top: 23px;
    margin-left: 198px;
    color: white;
	background-color: #be3326;
	width: 100%;
	max-width: 85px;
	padding: 12px 44px;
	text-decoration: none;
	height: 18px;
	border: none;
	cursor: pointer;
}
.brojosobadjece {
    width: 100%;
    max-width:200px;
    margin-left: 10px;
}
.brojosobadjece label {
    font-size: 14px;
	display: inline-block;
	width: 100%;
	max-width: 77px;
    letter-spacing: -0.8px;
	margin-bottom: 4px;
}
.brojosobadjece select {
    width: 100%;
	max-width: 73px;
	height: 44px;
	margin-right: 4px;
}
.opcije {
    width: 100%;
    max-width:300px;
    margin-left: 8px;
}
.opcije span {
	display: inline-block;
    width: 100%;
    max-width: 90px;
}
.opcije select {
    width: 100%;
	max-width: 100px;
	height: 44px;
	margin-right: 4px;
}
.opcije1 {
    width: 100%;
    max-width:300px;
}
.opcije1 span {
	display: inline-block;
    width: 100%;
    max-width: 90px;
}
.opcije1 select {
    width: 100%;
	max-width: 73px;
	height: 44px;
	margin-right: 4px;
}
.radiobtns1 {
	margin: 0 auto;
	margin-top: 30px;
	margin-left: 7px;
    margin-bottom: 10px;
	height: auto;
}

.radiobtns1 {
	color: black;
}

.radiobtns1 input[type=radio] {
	transform: scale(1.2)
}
.message_success {
    text-align: center;
    color:white;
    font-weight: bold;
    margin-left:290px;
    width:400px;
    margin-bottom: 10px;
    background: rgba(190, 51, 38, 0.85);
    /* background: rgba(25, 140, 198, 0.85);*/
    padding: 10px;
    border-radius: 15px;
}
/*--------KRAJ POPUP BUTTONA---------*/

.radiobtns {
	margin: 0 auto;
	margin-top: 30px;
	margin-left: 35px;
	height: auto;
}

.radiobtns {
	color: white;
}

.radiobtns input[type=radio] {
	transform: scale(1.2)
}

.airportsearch {
	width: 100%;
	max-width: 965px;
	margin-left: 35px;
	margin-top: 40px;
}

.airportsearch p {
	font-size: 14px;
	display: inline-block;
	color: white;
	width: 100%;
	max-width: 475px;
	margin-bottom: 4px;
}
#From, #To {
	padding-left: 5px;
}
.airportsearch input[type=text] {
	width: 100%;
	max-width: 445px;
	height: 40px;
	margin-right: 20px;
}

.secondpart {
	display: flex;
}

.datesearch {
	width: 100%;
	max-width: 460px;
	margin-top: 16px;
	margin-left: 35px;
}

.datesearch p {
	font-size: 14px;
	color: white;
	display: inline-block;
	width: 100%;
	max-width: 225px;
	margin-bottom: 4px;
}
#DepartureDate, #ReturnDate {
	padding-left: 5px;
}
.datesearch input[type=text] {
	width: 100%;
	max-width: 215px;
	height: 40px;
	margin-right: 2px;
}

.addperson {
	width: 100%;
	max-width: 454px;
	height: auto;
	margin-left: 17px;
	margin-top: 16px;
	display: inline-block;
}

.addperson p {
	font-size: 14px;
	color: white;
	display: inline-block;
	width: 99px;
	margin-bottom: 4px;
	letter-spacing: -1px;
}

.addperson select {
	width: 100%;
	max-width: 95px;
	height: 44px;
	margin-right: 4px;
}

.pretrazi {
	color: white;
	background-color: #be3326;
	width: 100%;
	max-width: 180px;
	padding: 14px 42px;
	text-decoration: none;
	height: 44px;
	border: none;
	cursor: pointer;
}

.mobiletext {
	display: none;
}

.mobileadd {
	display: none;
}

/* datepicker */

/* okvir aktivnih */

.ui-widget-content .ui-state-default {
	border: 1px solid #008000;
}

.ui-widget-content .ui-datepicker-week-end .ui-state-default {
	/*border: 1px solid #008000;*/
	background: #b7eaff;
}

/* hover aktivni */

.ui-datepicker-calendar a.ui-state-hover {
	background: white;
}

/* okvir neaktivnih */

.ui-widget-content .ui-datepicker-unselectable span.ui-state-default {
	/*border: 1px solid #FF9393;*/
}

/* današnji dan */

.ui-widget-content .ui-datepicker-today span.ui-state-default {
	border-color: #FF9393;
	background: yellow;
	color: #555555;
}

/* vikendi */

.ui-widget-content .ui-datepicker-week-end span.ui-state-default {
	background: #b7eaff;
}

/* hover aktivni */

.ui-datepicker-calendar .ui-datepicker-week-end a.ui-state-hover {
	background: white;
}

/* kraj datepicker */

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

dt.ui_tpicker_hour_label { font-size:12px; }
dt.ui_tpicker_time_label { font-size:12px; }
dt.ui_tpicker_minute_label { font-size:12px; }
dd.ui_tpicker_time { font-size:12px; }

/* end timepicker */

/* jquery.autocomplete */

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	/*width: 100%;*/
	min-width: 160px;
	/*max-width: 550px;*/
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding: 4px 40px 4px 0px;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
	display: block;
	padding: 5px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
	text-decoration: none;
}

.ui-state-hover,
.ui-state-active {
	padding: 5px 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #b7eaff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}

/* KRAJ jquery.autocomplete */

/*-----KRAJ SEKCIJE ZA TRAŽILICU----KRAJ SEKCIJE ZA TRAŽILICU----------*/

/*--------------------------------------------------------------------*/

/*-----SEKCIJA ZA AVIOKOMPANIJE----SEKCIJA ZA AVIOKOMPANIJE----------*/

.section2 {
	padding-top: 30px;
	width: auto;
	height: 100px;
	background-color: white;
}

.aviowrapper {
	max-width: 1000px;
	width: 100%;
	height: 70px;
	margin: 0 auto;
}

.slick-slide {
	min-height: 90px;
}

.aviologo {
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 60px;
	z-index: -2;
}

/*-----KRAJ SEKCIJE ZA AVIOKOMPANIJE----KRAJ SEKCIJE ZA AVIOKOMPANIJE----------*/

/*--------------------------------------------------------------------*/

/*-----SEKCIJA ZA NOVOSTI----SEKCIJA ZA NOVOSTI----------*/

.section3 {
	width: auto;
	padding-top: 75px;
	height: 375px;
	background-color: #f8f6f7;
}

.wrapper1 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.wrapper1 a {
	position: relative;
	bottom: -12px;
	right: -130px;
	text-decoration: none;
	color: #198cc6;
}

.nbox {
	background-color: white;
	width: 100%;
	max-width: 230px;
	height: 300px;
	border-radius: 7px;
	background-repeat: no-repeat;
}

.textbox {
	/*margin-top: 160px;*/
	margin-top: 10px;
	margin-left: 10px;
	width: 100%;
	max-width: 230px;
	height: 300px;
}

.textbox p {
	padding-top: 2px;
	text-align: left;
	font-size: 13px;
	width: 100%;
	max-width: 210px;
}

.textbox_paket {
	/*margin-top: 160px;*/
	margin-left: 10px;
	width: 100%;
	max-width: 230px;
	height: 150px;
}

.textbox_paket h3 {
	padding-top: 10px;
	color: black;
}

.textbox_paket p {
	padding-top: 2px;
	text-align: left;
	font-size: 13px;
	width: 100%;
	max-width: 210px;
	height: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.textbox_paket p span {
	color: black;
}

.slick-slide {
	margin-right: 22px;
}
.imgbox img {
    border-radius: 7px 7px 0px 0px;
    width: 228px;
}

/*#slick-slide00 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/amsterdam_i_festival_svjetlosti_201610241315145067770909.jpg);
}

#slick-slide01 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/nova_godina_u_istanbulu_201710100920029709432437.jpg);
}

#slick-slide02 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/post-33.jpg);
}

#slick-slide03 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/post-34.jpg);
}

#slick-slide04 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/amsterdam_i_festival_svjetlosti_201610241315145067770909.jpg);
}

#slick-slide05 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/nova_godina_u_istanbulu_201710100920029709432437.jpg);
}

#slick-slide06 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/post-33.jpg);
}

#slick-slide07 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/post-34.jpg);
}*/

/*-----KRAJ SEKCIJE ZA NOVOSTI----KRAJ SEKCIJE ZA NOVOSTI----------*/

/*--------------------------------------------------------------------*/

/*-----SEKCIJA ZA PUTOVANJA----SEKCIJA ZA PUTOVANJA----------*/

.section4 {
	width: auto;
	padding-top: 75px;
	height: 425px;
	background-color: white;
}

.wrapper2 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.pbox {
	background-color: white;
	width: 100%;
	max-width: 230px;
	height: 350px;
	background-repeat: no-repeat;
}

.pbox a {
	text-decoration: none;
}

.button {
	color: white;
	padding-right: 60px;
	width: 110%;
	max-width: 240px;
	height: 50px;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	border: none;
	cursor: pointer;
	background-color: #bb322c;
	background-image: url(https://www.e-aviokarte.hr/images/button_ikona.png);
	background-repeat: no-repeat;
	background-position: right center;
}

a .button {
	text-transform: uppercase;
}

/*#slick-slide10 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/post-33.jpg);
}

#slick-slide11 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/amsterdam_i_festival_svjetlosti_201610241315145067770909.jpg);
}

#slick-slide12 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/nova_godina_u_istanbulu_201710100920029709432437.jpg);
}

#slick-slide13 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/post-33.jpg);
}

#slick-slide14 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/post-34.jpg);
}

#slick-slide15 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/amsterdam_i_festival_svjetlosti_201610241315145067770909.jpg);
}

#slick-slide16 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/nova_godina_u_istanbulu_201710100920029709432437.jpg);
}

#slick-slide17 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/post-33.jpg);
}

#slick-slide18 {
	background-image: url(https://www.e-aviokarte.hr/images/slider/post-34.jpg);
}*/

/*-----KRAJ SEKCIJE ZA PUTOVANJA----KRAJ SEKCIJE ZA PUTOVANJA----------*/

.greyline {
	background-color: #f8f6f7;
	height: 10px;
}
.partnerlogo {
    margin: 0 auto;
    width: auto;
    max-width: 1000px;
    height: 80px;
    background-color: white;
}
.partnerwrapper {
    width: auto;
    max-width: 850px;
    margin: 0 auto;
}
.partnerlogo img {
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 80px; !important
}
.footer {
	background-color: #198cc6;
    padding-top: 10px;
}

.footercont {
	max-width: 1000px;
	margin: 0 auto;
}

.info {
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
}

.subbox {
	margin-top: 15px;
	width: 100%;
	max-width: 259px;
	height: 160px;
	display: block;
	background-color: white;
	background-image: url(https://www.old.atlantis-travel.hr/__static/img/avio_news.jpg);
	background-repeat: no-repeat;
}

.subbox h3 {
	width: 100%;
	max-width: 100px;
	float: left;
	color: white;
	margin-top: 50px;
	margin-left: 10px;
}

.posbox {
	width: 100%;
	max-width: 120px;
	display: flex;
	margin-top: 105px;
	margin-right: 15px;
	float: right;
	font-size: 14px;
}

.posbox input[type=text] {
	width: 100%;
	max-width: 150px;
	height: 35px;
	border: none;
	background-color: #f8f7f7;
}

.posbox input[type=email] {
	width: 100%;
	max-width: 150px;
	height: 35px;
	border: none;
	background-color: #f8f7f7;
}

.subs {
	margin-top: 7px;
	width: 100%;
	/*max-width: 150px;*/
	height: 30px;
	border: none;
	cursor: pointer;
	background-color: #bb322c;
	color: white;
	text-decoration: none;
	line-height: 26px;
}

.info p {
	color: white;
	font-size: 12px;
	padding: 20px;
	line-height: 15px;
	opacity: 0.85;
	width: 100%;
	max-width: 300px;
}

.info ul {
	list-style-type: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	padding: 16px;
	font-size: 12px;
}

.info li {
	color: white;
	padding: 2px;
}

.info li a {
	color: white;
	text-decoration: none;

}

i {
	color: white;
	padding: 5px;
}

/* GDPR */
.gdpr_prijava {
	float: right;
	margin-top: 7px;
	width: 100%;
	max-width: 90px;
	height: 30px;
	padding:  1px 6px;
	border: none;
	cursor: pointer;
	background-color: #bb322c !important;
	color: white;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
}
/* KRAJ GDPR*/

/*-----MEDIA QUERIES!______*/

/* START SNOW */

/*@media screen and (-webkit-min-device-pixel-ratio: 0) {*/
	/*.snowcontainer{
		position:relative;
		width:100%;
		overflow:visible;
	}*/

	/*.snowimage{*/
		/* size of image */
		/*height:18px;
		width:18px;*/
		/* absolute - relative to the container div */
		/*position:absolute;*/
		/* Where animation starts */
		/*top:-20px;*/
		/* image link */
		/*background-image:url('https://arcdn.net/ActionRocket/css-snow/images/snowflake_1.png');*/
	/*}*/

	/*.snow{
		border-radius: 9px;
		height: 18px;
		width: 18px;
		position: absolute;
		top: -20px;
		background-color: #ffffff;
	}*/

	/*.snow1{	animation: snow1 5s linear 0s infinite;	}*/
	/* animation: Name of animation / length of animation / timing function (linear= same speed from beginning to end) / delay (time between animation end and start) / number of times */

	/*.snow2{	animation: snow2 6s linear 1s infinite;	}
 	.snow3{ animation: snow3 7s linear 2.1s infinite; }
 	.snow4{ animation: snow4 6s linear 2s infinite; }
 	.snow5{ animation: snow5 7s linear 1.5s infinite; }
 	.snow6{ animation: snow6 5s linear 1.7s infinite; }*/

	/*@keyframes snow1 { 0% { top:0%;left:50%; } 25% { top:25%;left:52%; } 100% { top:100%;left:65%; } }
	@keyframes snow2 { 0% { top:0%;left:30%; } 100% { top:100%;left:25%; } }
	@keyframes snow3 { 0% { top:0%;left:70%; } 100% { top:100%;left:60%; } }
	@keyframes snow4 { 0% { top:0%;left:15%; } 100% { top:100%;left:40%; } }
	@keyframes snow5 { 0% { top:0%;left:55%; } 30% { top:30%;left:45%; } 100% { top:100%;left:38%; } }
	@keyframes snow6 { 0% { top:0%;left:40%; } 100% { top:100%;left:50%; } }*/
/*}*/

/* END SNOW */

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width: 320px) and (max-width: 580px) {
	html,
	body {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}
	ham {
		display: block;
	}
	#logo {
		position: relative;
		top: -27px;
	}
	.section1 {
		padding-top: 60px;
		max-width: 580px;
		z-index: -9999;
	}
	.header {
		max-width: 200px;
	}
	#phone,
	#posta {
		display: none;
	}
	.tele,
	.mail {
		display: none;
	}
	.dropdown {
		display: none;
	}
	.dropbtn {
		display: none;
	}
	.dropdownone {
		margin-left: 140px;
	}
	.dropbtnone,
	.dropdown-contentone {
		position: relative;
		left: -120px;
		bottom: 27px;
	}
	.dropdown-contentone {
		position: relative;
		left: -140px;
	}
	.section1 {
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url(https://www.e-aviokarte.hr/images/mobilebg.jpg);
		height: 800px;
	}

	.wrapper {
		width: 100%;
		max-width: 350px;
		height: 750px;
	}
	.searchbar {
		height: 750px;
	}
	.ikone {
		width: 90%;
		padding: 14px;
	}
	.ikone .popupbutton {
		width: 55px;
		height: 75px;
	}
	.ikona {
		width: 55px;
		height: 75px;
	}
	.overlay{
		z-index: 3;
	}
	.radiobtns {
		margin-left: 12px;
		margin-bottom: 15px;
	}
	.airportsearch {
		width: 100%;
		max-width: 350px;
		margin: 0;
	}
	.airportsearch p {
		display: none;
	}
	.airportsearch input[type=text] {
		width: 100%;
		max-width: 320px;
		margin-left: 14px;
		margin-bottom: 30px;
	}
	.datesearch {
		width: 100%;
		max-width: 420px;
		margin: 0;
	}
	.datesearch p {
		display: none;
	}
	.datesearch input[type=text] {
		max-width: 320px;
		margin-bottom: 30px;
		margin-left: 14px;
	}
	.addperson {
		display: none;
	}
	.addperson input[type=submit] {
		display: none;
	}
	.mobiletext {
		display: block;
		color: white;
		margin-left: 12px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.mobileadd {
		display: block;
		width: 100%;
		max-width: 330px;
		margin: 0 auto;
	}
	.mobileadd select {
		width: 100%;
		max-width: 105px;
		height: 44px;
	}
	.mobileadd p {
		font-size: 14px;
		color: white;
		display: inline-block;
		width: 106px;
		margin-bottom: 4px;
	}

	.pretrazi {
		display: none;
		padding: 0;
	}
	#tabletbtn {
		padding-top: 20px;
		text-align: center;
		display: block;
		margin: 30px auto;
		color: white;
		background-color: #be3326;
		width: 100%;
		max-width: 330px;
		height: 37px;
		border: none;
		cursor: pointer;
	}
	.textbox p {
		text-align: justify;
		font-size: 12px;
		line-height: 15px;
		padding: 0;
		margin: 0;
		width: 100%;
		max-width: 190px;
	}
    .popup {
        width: 100%;
        max-width: 350px;
        height: 610px;
    }
    .twoinputs {
        width: 100%;
        max-width: 370px;
        margin: 0;
    }
    .twoinputs span {
        max-width: 155px;
        margin-right: 8px;
    }
    .twoinputs input[type=text] {
        max-width: 270px;
    }
    .threeinputs {
        max-width: 360px;
        padding-left: 5px;
    }
    .threeinputs span {
        max-width: 100px;
        margin: 4px;
    }
    .threeinputs input[type=text] {
        max-width: 100px;
    }
    .oneinput {
        max-width: 100px;
        margin-right: 12px;
    }
    .fourinputs {
        display: flex;
        width: 100%;
        max-width: 320px;
    }
    .fourinputs span {
        max-width: 75px;
        margin-right: 5px;
    }
    .fourinputs input[type=text] {
        display: inline-block;
        width: 70px;
    }
    .fourinputs select {
        width: 100%;
        max-width:60px;
    }
    .opcije1 {
        width: 400px;
        max-width: 400px;
    }
    .opcije1 span {
        width: 51px;
    }
    .opcije1 select {
        width: 100%;
        max-width: 50px;
    }
    label {
        letter-spacing: -0.6px;
    }
    .formobile {
        margin-top: 20px;
    }
    .brojosobadjece {
        width: 100%;
        max-width: 158px;
        margin-left: 10px;
        margin-bottom: 40px;
    }
    .brojosobadjece select {
        width: 70px;
    }
    .opcije {
        max-width: 320px;
        margin-bottom: 40px;
    }
    .opcije span {
        max-width: 104px;
    }
    .opcije select {
        max-width: 104px;
    }
    .upit1 {
        margin-top: 0;
        margin-left: 95px;
    }
    .upit2 {
        margin-top: 0px;
        margin-left: 78px;max-width: 85px;
    }
    .flexstil {
        display: block;
    }
	.wrapper1 {
		width: 100%;
		max-width: 230px;
	}
	.wrapper2 {
		width: 100%;
		max-width: 230px;
	}
        .partnerwrapper {
        margin: 0 auto;
        width: 320px;
    }
    .partnerlogo img {
        width: 50px;
        width: 50px;
        padding-top: 25px;
        margin-right: 15px;
        margin-left: 10px;
    }
	.footercont {
		width: 100%;
		max-width: 320px;
	}
	.subbox {
		margin: 15px auto;
	}
	.subbox h3 {
		margin-top: 20px;
		position: relative;
		top: 10%;
	}
	.info {
		display: block;
	}
	.info p {
		margin: 0 auto;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 0;
		font-size: 12px;
		line-height: 16px;
		max-width: 200px;
	}
	.info ul {
		text-align: center;
		margin: 0 auto;
		margin-top: 12px;
		padding: 2px;
		font-size: 10px;
	}
	.socialicons {
		margin-left: 35%;
	}
    .imgbox img {
        width: 208px;
    }
}

/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {
	/* Styles */
}

/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
	/* Styles */
}

@media only screen and (min-width: 581px) and (max-width: 799px) {
	html,
	body {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}
	.header {
		max-width: 200px;
	}
	.tele span {
		display: none;
	}
	.mail span {
		display: none;
	}
	.kontakt {
		position: relative;
		top: -28px;
		left: -40px;
	}
	ham {
		display: block;
	}
	#logo {
		position: relative;
		top: -30px;
	}
	.dropdown {
		display: none;
	}
	.dropdown1 {
		display: none;
	}
	.dropbtn {
		display: none;
	}
	.dropdownone {
		margin-left: 140px;
	}
	.dropbtnone,
	.dropdown-contentone {
		position: relative;
		left: -80px;
		bottom: 27px;
	}
	.section1 {
		background-size: cover;
		background-repeat: no-repeat;
		height: 450px;
	}
	.wrapper {
		width: 100%;
		max-width: 550px;
		height: 450px;
	}
	.searchbar {
		height: 400px;
	}
	.airportsearch {
		width: 100%;
		max-width: 550px;
		margin: 0;
	}
	.airportsearch p {
		max-width: 250px;
		margin-left: 14px;
		margin-top: 15px;
	}
	.airportsearch input[type=text] {
		width: 100%;
		max-width: 250px;
		margin-left: 10px;
		margin-right: 0;
	}
	.datesearch {
		width: 100%;
		max-width: 4000px;
		margin-left: 10px;
	}
	.datesearch p {
		max-width: 125px;
	}
	.datesearch input[type=text] {
		max-width: 117px;
	}
	.addperson {
		max-width: 395px;
		margin-left: 10px;
	}
	.addperson select {
		max-width: 80px;
	}
	.addperson p {
		width: 84px;
	}
	.addperson input[type=submit] {
		display: none;
	}
	.pretrazi {
		display: none;
		padding: 0;
	}
	#tabletbtn {
		padding-top: 20px;
		text-align: center;
		display: block;
		margin: 30px auto;
		color: white;
		background-color: #be3326;
		width: 100%;
		max-width: 190px;
		height: 37px;
		border: none;
		cursor: pointer;
	}
   .popup {
        width: 100%;
        max-width: 350px;
        height: 610px;
    }
    .twoinputs {
        width: 100%;
        max-width: 370px;
        margin: 0;
    }
    .twoinputs span {
        max-width: 155px;
        margin-right: 8px;
    }
    .twoinputs input[type=text] {
        max-width: 270px;
    }
    .threeinputs {
        max-width: 360px;
        padding-left: 5px;
    }
    .threeinputs span {
        max-width: 100px;
        margin: 4px;
    }
    .threeinputs input[type=text] {
        max-width: 100px;
    }
    .oneinput {
        max-width: 100px;
        margin-right: 12px;
    }
    .fourinputs {
        display: flex;
        width: 100%;
        max-width: 320px;
    }
    .fourinputs span {
        max-width: 75px;
        margin-right: 5px;
    }
    .fourinputs input[type=text] {
        display: inline-block;
        width: 70px;
    }
    .fourinputs select {
        width: 100%;
        max-width:60px;
    }
    .opcije1 {
        width: 400px;
        max-width: 400px;
    }
    .opcije1 span {
        width: 51px;
    }
    .opcije1 select {
        width: 100%;
        max-width: 50px;
    }
    label {
        letter-spacing: -0.6px;
    }
    .formobile {
        margin-top: 20px;
    }
    .brojosobadjece {
        width: 100%;
        max-width: 158px;
        margin-left: 10px;
        margin-bottom: 40px;
    }
    .brojosobadjece select {
        width: 70px;
    }
    .opcije {
        max-width: 320px;
        margin-bottom: 40px;
    }
    .opcije span {
        max-width: 104px;
    }
    .opcije select {
        max-width: 104px;
    }
    .upit1 {
        margin-top: 0;
        margin-left: 95px;
    }
    .upit2 {
        margin-top: 0px;
        margin-left: 78px;max-width: 85px;
    }
    .flexstil {
        display: block;
    }
	.wrapper1 {
		width: 100%;
		max-width: 500px;
	}
	.wrapper2 {
		width: 100%;
		max-width: 500px;
	}
        .partnerwrapper {
        margin: 0 auto;
        width: 580px;
        margin-right: 100px;
    }
    .partnerlogo img {
        width: 80px;
        padding-top: 12px;
        margin-right: 30px;
        margin-left: 30px;
    }
	.footercont {
		width: 100%;
		max-width: 550px;
	}
	.subbox {
		margin: 15px auto;
	}
	.info {
		display: block;
	}
	.info p {
		margin: 0 auto;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 0;
		font-size: 12px;
		line-height: 16px;
		max-width: 200px;
	}
	.info ul {
		text-align: center;
		margin: 0 auto;
		margin-top: 12px;
		padding: 2px;
		font-size: 10px;
	}
	.socialicons {
		margin-left: 40%;
		;
	}
}

/*--------TABLETI/TABLETI/TABLETI----------- */

@media only screen and (min-width: 800px) and (max-width: 1024px) {
	html,
	body {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}
	.header {
		max-width: 600px;
	}
	ham {
		display: block;
	}
	#logo {
		position: relative;
		top: -30px;
	}
	.kontakt {
		position: relative;
		top: -30px;
	}
	.dropdown {
		display: none;
	}
	.dropdownone {
		margin-left: 140px;
	}
	.dropbtnone,
	.dropdown-contentone {
		position: relative;
		left: -20px;
		bottom: 27px;
	}

	.dropbtn {
		display: none;
	}
	.dropdown1 {
		margin-left: 180px;
		position: relative;
		top: -27px;
	}
	.section1 {
		background-size: cover;
		background-repeat: no-repeat;
		height: 500px;
	}
	.wrapper {
		width: 100%;
		max-width: 800px;
		height: 450px;
	}
	.searchbar {
		height: 400px;
	}
	.airportsearch {
		width: 100%;
		max-width: 800px;
		margin: 0;
	}
	.airportsearch p {
		max-width: 350px;
		margin-left: 30px;
		margin-top: 15px;
	}
	.airportsearch input[type=text] {
		width: 100%;
		max-width: 350px;
		margin-left: 28px;
		margin-right: 0;
	}
	.datesearch {
		width: 100%;
		max-width: 360px;
		margin-left: 28px;
	}
	.datesearch p {
		max-width: 175px;
	}
	.datesearch input[type=text] {
		max-width: 167px;
	}
	.addperson {
		max-width: 395px;
		margin-left: 28px;
	}
	.addperson select {
		max-width: 110px;
	}
	.addperson input[type=submit] {
		display: none;
	}
	.pretrazi {
		display: none;
		padding: 0;
	}
	#tabletbtn {
		padding-top: 20px;
		text-align: center;
		display: block;
		margin: 30px auto;
		color: white;
		background-color: #be3326;
		width: 100%;
		max-width: 190px;
		height: 37px;
		border: none;
		cursor: pointer;
	}
       .popup {
        width: 100%;
        max-width: 350px;
        height: 610px;
    }
    .twoinputs {
        width: 100%;
        max-width: 370px;
        margin: 0;
    }
    .twoinputs span {
        max-width: 155px;
        margin-right: 8px;
    }
    .twoinputs input[type=text] {
        max-width: 270px;
    }
    .threeinputs {
        max-width: 360px;
        padding-left: 5px;
    }
    .threeinputs span {
        max-width: 100px;
        margin: 4px;
    }
    .threeinputs input[type=text] {
        max-width: 100px;
    }
    .oneinput {
        max-width: 100px;
        margin-right: 12px;
    }
    .fourinputs {
        display: flex;
        width: 100%;
        max-width: 320px;
    }
    .fourinputs span {
        max-width: 75px;
        margin-right: 5px;
    }
    .fourinputs input[type=text] {
        display: inline-block;
        width: 70px;
    }
    .fourinputs select {
        width: 100%;
        max-width:60px;
    }
    .opcije1 {
        width: 400px;
        max-width: 400px;
    }
    .opcije1 span {
        width: 51px;
    }
    .opcije1 select {
        width: 100%;
        max-width: 50px;
    }
    label {
        letter-spacing: -0.6px;
    }
    .formobile {
        margin-top: 20px;
    }
    .brojosobadjece {
        width: 100%;
        max-width: 158px;
        margin-left: 10px;
        margin-bottom: 40px;
    }
    .brojosobadjece select {
        width: 70px;
    }
    .opcije {
        max-width: 320px;
        margin-bottom: 40px;
    }
    .opcije span {
        max-width: 104px;
    }
    .opcije select {
        max-width: 104px;
    }
    .upit1 {
        margin-top: 0;
        margin-left: 95px;
    }
    .upit2 {
        margin-top: 0px;
        margin-left: 78px;max-width: 85px;
    }
    .flexstil {
        display: block;
    }
	.wrapper1 {
		width: 100%;
		max-width: 700px;
	}
	.wrapper2 {
		width: 100%;
		max-width: 700px;
	}
	.footercont {
		width: 100%;
		max-width: 800px;
	}
	.info p {
		padding-top: 20px;
		font-size: 10px;
		line-height: 14px;
		max-width: 210px;
	}
	.info ul {
		margin-top: 12px;
		padding: 5px;
		font-size: 10px;
	}
	.subbox {
		margin: 15px auto;
	}
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	/* Styles */
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	/* Styles */
}

/**********
iPad 3
**********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	/* Styles */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	/* Styles */
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1025px) and (max-width: 1224px) {
	.header {
		max-width: 1000px;
	}
	.header button {
		font-size: 13px;
	}
	.dropdown1 {
		margin-right: 30px;
	}
	.tele span {
		display: none;
	}
	.mail span {
		display: none;
	}
	.section1 {
		background-size: cover;
		background-repeat: no-repeat;
		height: 500px;
	}
	.wrapper {
		width: 100%;
		max-width: 1000px;
		height: 450px;
	}
	.searchbar {
		height: 350px;
	}
	.airportsearch {
		width: 100%;
		max-width: 1000px;
		margin: 0;
	}
	.airportsearch p {
		max-width: 450px;
		margin-left: 30px;
		margin-top: 15px;
	}
	.airportsearch input[type=text] {
		width: 100%;
		max-width: 450px;
		margin-left: 28px;
		margin-right: 0;
	}
	.datesearch {
		width: 100%;
		max-width: 460px;
		margin-left: 28px;
	}
	.datesearch p {
		max-width: 175px;
	}
	.datesearch input[type=text] {
		max-width: 217px;
	}
	.addperson {
		max-width: 455px;
		margin-left: 28px;
	}
	.addperson p {
		font-size: 14px;
		color: white;
		display: inline-block;
		width: 99px;
		margin-bottom: 4px;
		letter-spacing: -1px;
	}

	.addperson select {
		width: 100%;
		max-width: 95px;
		height: 44px;
		margin-right: 4px;
	}
	.pretrazi {
		width: 40%;
	}
	.dropdown1 {
		margin-left: 60px;
	}
}
