/* vitravel Css */

/* 
	[00] Misc. Stylesheet
	[01] Top Navigation Stylesheets
	[02] Slider Stylesheets
	[03] About Section Stylesheets
	[04] Last Minute - individualni
	[05] Mos Popular Tours Section Stylesheets
	[06] Banner - ponudba meseca
	[07] potovanja kat
	[08] Top Destinations Section Stylesheets
	[09] Hot Deals Section Stylesheets
	[10] Krizarjenja
	[11] Contact (Footer) Section Stylesheets
*/

/* [00] Misc. Stylesheet */

.RED {
	font-family: "Roboto";
	color: #ef2700;
}

* {

  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
          transition: all 0.3s;
	outline: none
}

h1 {
	font-family: "Roboto Slab";
	font-size: 2em;
	font-weight: 700;
	letter-spacing: -1px;
	text-align: center;
	color: #6b0b0c;
	margin:0;
	padding:0;
}

h2 {
	font-family: "Roboto Slab";
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: -1px;
	text-align: center;
	color: #6b0b0c;
	margin:0;
	padding:0;
}

.btn {
	border-radius: 3px;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 900;
	letter-spacing: -1px;
	border: none;
	text-transform: uppercase;
}

.btn-success {
	color:#3d6f23;
	text-shadow: 1px 1px #89cc6c;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #82D344),
		color-stop(1, #51AF34)
	);
	background-image: -o-linear-gradient(bottom, #82D344 0%, #51AF34 100%);
	background-image: -moz-linear-gradient(bottom, #82D344 0%, #51AF34 100%);
	background-image: -webkit-linear-gradient(bottom, #82D344 0%, #51AF34 100%);
	background-image: -ms-linear-gradient(bottom, #82D344 0%, #51AF34 100%);
	background-image: linear-gradient(to bottom, #82D344 0%, #51AF34 100%);
}

.btn-success:hover {
	text-shadow: 1px 1px #35661c;
}

.btn-primary {
	color: #22619f;
	text-shadow: 1px 1px #5196da;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #57ABFF),
		color-stop(1, #1D81E5)
	);
	background-image: -o-linear-gradient(bottom, #57ABFF 0%, #1D81E5 100%);
	background-image: -moz-linear-gradient(bottom, #57ABFF 0%, #1D81E5 100%);
	background-image: -webkit-linear-gradient(bottom, #57ABFF 0%, #1D81E5 100%);
	background-image: -ms-linear-gradient(bottom, #57ABFF 0%, #1D81E5 100%);
	background-image: linear-gradient(to bottom, #57ABFF 0%, #1D81E5 100%);
}

.pattern {
	background: url(../img/pattern.png) repeat;
}

body { background: #f1f1f1; padding:0 }

/* [001] printanje */

.printtable * { display : none; }
.printtable table { display : block; }

.printtableandgraph * { display : none; }
.printtableandgraph img { display : block; }

/* [01] Top Navigation */
	.topnav {
		width: 100%;
		position: absolute;
		top: 50px;
	}

	.topnav .navbar-custom {
		min-height: 90px;
		line-height: 90px;
		margin-bottom: 0px;
		background: rgba(255,255,255, 0.9);
	}
	
	.topnav .navbar-custom .navbar-brand {
		padding: 0 15px;
		line-height: 80px;
	}
	
	.topnav .navbar-custom .navbar-nav {
		margin: 23px 0 0 0
	}
	
	.topnav .navbar-custom .navbar-nav li a {
		font-family: "Roboto";
		font-size: 17px;
		font-weight: 400;
		letter-spacing: -1px;
		color:#6b0b0c;
		border: 1px solid transparent;
		border-radius: 5px;
		padding: 8px 12px;
	}
		
	.topnav .navbar-custom .navbar-nav li a:hover {
		background: transparent;
		color:#6b0b0c;
		border: 1px solid #6b0b0c;
	}
	
	.topnav .navbar-custom .navbar-nav li a:active {
		background: transparent;
		color:#6b0b0c;
		border: 1px solid #6b0b0c;
	}
	
	.topnav .navbar-custom .navbar-nav li a:focus {
		background: transparent;
		color:#6b0b0c;
		border: 1px solid #6b0b0c;
	}

	.topnav .top-nav-collapse {
		background-color: rgba(255,255,255, 1);
		border-bottom: 3px solid #6b0b0c
	}
	
	.topnav .navbar-custom .navbar-toggle .icon-bar {
		background:#ffffff;
	}
	
	.topnav .navbar-header {
		height: 90px;
	}
	
	.topnav .navbar-header .navbar-toggle {
		margin-top: 28px;
		border: 1px solid #ffffff;
	}
	
/* [02] Slider */
	.slider {
		position: relative;
	}
	
	.slider .item a:after {
		content: attr(data-text);
		text-align: center;
		width: 100%;
		margin: 0 auto;
		padding: 4px 8px;
		position: absolute;
		top: 50%;
		white-space: nowrap; 
		z-index: 20;
		font-family: "Roboto";
		font-size: 50px;
		font-weight: 300;
		color: #ffffff;
		letter-spacing: -4px;
		text-shadow: 1px 1px rgba(0,0,0,0.5);
	}

	.slider .slider-arrows {
		position: absolute;
		bottom:0;
		width: 100%;
		height: 55px;
		background: url(../img/arrow-bg.png) no-repeat center bottom;
		text-align: center;
	}

	.slider .slider-arrows i {
		color:#ffffff;
		font-size: 30px;
		cursor: pointer;
	}

	.slider .slider-arrows i:hover {
		color:#6b0b0c;
	}

/* [02-1] Slider2 */
	.slider2 {
		position: relative;
	}
	
	.slider2 .item a:after {
		content: attr(data-text);
		text-align: center;
		width: 100%;
		margin: 0 auto;
		padding: 4px 8px;
		position: absolute;
		top: 50%;
		white-space: nowrap; 
		z-index: 20;
		font-family: "Roboto";
		font-size: 50px;
		font-weight: 300;
		color: #ffffff;
		letter-spacing: -4px;
		text-shadow: 1px 1px rgba(0,0,0,0.5);
	}

	.slider2 .slider-arrows {
		position: absolute;
		bottom:0;
		width: 100%;
		height: 55px;
		background: url(../img/arrow-bg2.png) no-repeat center bottom;
		text-align: center;
	}

	.slider2 .slider-arrows i {
		color:#ffffff;
		font-size: 30px;
		cursor: pointer;
	}

	.slider2 .slider-arrows i:hover {
		color:#6b0b0c;
	}
	
/* [03] About Us */
	.about {
		background: #ffffff;
		padding: 120px 0 80px 0
	}
	
	.about .desc {
		padding-top: 30px;
		font-family: "Roboto";
		font-size: 16px;
		font-weight: 300;
		letter-spacing: -1px;
		text-align: center;
		color: #000000;
	}

	.about .desc a{
		color: #6b0b0c;
	}

	.about .desc a:hover{
		color: #6b0b0c;
		text-decoration:none
	}

/* [03-1] About Us2 */
	.about2 {
		background: #f1f1f1;
		padding: 120px 0 80px 0
	}
	
	.about2 .desc {
		background: #ffffff;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
		font-family: "Roboto";
		font-size: 16px;
		font-weight: 300;
		letter-spacing: -1px;
		text-align: justify;
		color: #000000;
	}


/* [04] Last Minute Deal  - individualni*/
	.last-minute {
		background-color: rgba(255,203,8, 0.5);
		background-image: url(../img/dotted_worldmap.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		padding: 30px 0
	}
	
	.last-minute h1 {
		color: #6b0b0c
	}
	
	.last-minute .last-deal {
		padding: 5px 0;
		font-family: "Roboto Slab";
		font-size: 16px;
		font-weight: 400;
		letter-spacing: -1px;
		text-align: center;
		color: #6b0b0c
	}

	.last-minute .last-deal a{
		padding: 5px 0;
		font-family: "Roboto Slab";
		font-weight: 700;
		letter-spacing: -1px;
		text-align: center;
		text-decoration: none;
		color: #6b0b0c
	}

	.last-minute .last-deal a:hover{
		color: #ffffff
	}

	.last-minute .stars {
		text-align: center
	}

/* [05] Tours */
	.tours {
		padding: 120px 0 80px 0
	}
	
	.tours h1 {
		margin-bottom: 50px;
		text-shadow: 1px 1px #ffffff;
	}

	.tours .item {
		position: relative;
		margin: 0 15px
	}
	
	.tours .item img {
		border-radius: 3px 3px 0 0
	}
	
	.tours .item:hover > .badge {
		top: 40px;
	}
	
	.tours .item:hover > .tour-title {
		background: #ef2700;
	}
	
	.tours .item:hover > .tour-title a {
		color: #fff;
	}
	
	.tours .item .badge {
		background: none;
		position: absolute;
		top: 30px;
		right: -14px
	}
	
	.tours .item .tour-title {
		padding: 15px 0;
		background: #102a5d;
		text-align: center;
	}
	
	.tours .item .tour-title .title {
		font-family: "Roboto Slab";
		font-size: 18px;
		font-weight: 700;
		color: #ffffff;
		margin: 0 0 -3px 0;
	}
	
	.tours .item .tour-title a {
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 300;
		color:#1d82e5;
		text-decoration: none;
	}
	
	.tours .item .tour-title a:hover {
		color: #ffffff
	}
	
	.tours .item .tour-details {
		padding: 25px;
		background:#ffffff;
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		color: #777777;
		border-radius: 0 0 3px 3px
	}

	.tour-detail {
		position: relative;
		background:#ffffff;
		padding: 20px;
		border-radius: 5px;
	}
	
	.tour-detail .loading {
		padding: 200px 0;
		text-align: center;
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 300;
		color:#1d82e5;
	}
	
	.tour-detail h1 {
		text-align: left;
		margin: 0 0 10px 0;
	}
	
	.tour-detail .stars {
		margin-bottom: 20px
	}
	
	.tour-detail .desc {
		font-family: "Roboto";
		font-size: 16px;
		font-weight: 300;
		letter-spacing: -1px;
		color: #999999
	}
	
	.tour-detail img {
		border-radius: 3px;
	}
	
	.tour-detail .close {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 30px;
	}
	
/* [06] Banner - ponudba meseca */
	.banner {
		background-color: rgba(255,203,8, 0.5);
		background-image: url(../img/dotted_worldmap.png);
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		padding: 30px 0
	}

	.banner img {
		width: 200px;
		border-radius: 50%;
		border: 10px solid rgba(255,255,255, 0.2);
	}

	.banner .banner-slogan {
		padding-top: 40px;
		font-family: "Roboto";
		font-size: 26px;
		font-weight: 300;
		color:#6b0b0c;
		letter-spacing: -1px;
		line-height: 40px
	}

	.banner .banner-slogan a{
		padding-top: 40px;
		font-family: "Roboto";
		font-size: 23px;
		font-weight: 200;
		color:#6b0b0c;
		letter-spacing: -1px;
		line-height: 40px
	}

	.banner .banner-slogan a:hover{
		color:#ffffff;
		text-decoration:none
	}
	
	.banner .banner-slogan b {
		font-size: 32px;
		font-weight: 600;
		letter-spacing: -2px;
	}

	
/* [07] Flights & Hotels Tabs */
	.flight-hotel {
		padding: 120px 0 80px 0
	}

	.flight-hotel .tabs ul {
		margin: 0;
		padding: 0;
		list-style: none
	}
	
	.flight-hotel .tabs ul li {
		float: left;
		padding: 10px 20px
	}
	
	.flight-hotel .tabs ul li.active {
		background: #ffffff;
		border-radius: 5px 5px 0 0;
	}
	
	.flight-hotel .tabs a {
		font-family: "Roboto Slab";
		font-size: 19px;
		font-weight: 600;
		color:#ffffff;
		letter-spacing: -1px;
		text-decoration: none
	}

	.flight-hotel .tabs a.aktualna {
		color: #e40d0d;
	}
	
	.flight-hotel .tabs a.ponudbameseca {
		color: #959595;
	}
	
	.flight-hotel .tabs a.pomladanska {
		color: #959595;
	}

	.flight-hotel .tabs a.novoletna {
		color: #959595;
	}
	
	.flight-hotel .tabs a.prvomajska {
		color: #959595;
	}

	.flight-hotel .tabs a.maj {
		color: #959595;
	}

	.flight-hotel .tabs a.junij {
		color: #959595;
	}

	.flight-hotel .tabs a.julij {
		color: #959595;
	}
	
	.flight-hotel .tabs a.jesenska {
		color: #959595;
	}
	
	.flight-hotel .tabs a.zimska {
		color: #959595;
	}

	.flight-hotel .tabs a.out {
		color: #cccccc;
	}
						
	.flight-hotel .tabs-content {
		background: #ffffff;
		padding: 15px 15px 15px 15px;
		border-radius: 5px
	}

	.flight-hotel .tabs-content .item {
		background: #f1f1f1;
		border-radius: 5px;
		border-bottom: 3px solid #dddddd;
		padding: 15px;
		margin-bottom:15px;
	}

	
	.flight-hotel .tabs-content .content {
		display: none
	}

	.flight-hotel .tabs-content .content .item {
		background: #f1f1f1;
		border-radius: 5px;
		border-bottom: 3px solid #dddddd;
		padding: 20px;
		margin-bottom:15px;
	}
	
	.flight-hotel .tabs-content .content .item .pictures img {
		border-radius: 5px
	}

	.flight-hotel .tabs-content .active {
		display: block
	}
	
	.flight-hotel .tabs-content .item .deperture {
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 600;
		color:#999999;
		letter-spacing: -1px;
		text-decoration: none
	}
	
	.flight-hotel .tabs-content .item .item-title {
		font-family: "Roboto Slab";
		font-size: 23px;
		font-weight: 600;
		color:#959595;
		letter-spacing: -1px;
		text-decoration: none
	}
	
		.flight-hotel .tabs-content .item .item-title a{
		color:#959595;
	}
	
	.flight-hotel .tabs-content .item .item-desc {
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 600;
		color:#e40d0d;
		letter-spacing: -1px;
		text-decoration: none
	}
	
	.flight-hotel .tabs-content .item .item-price {
		padding-top: 25px;
		font-family: "Roboto Slab";
		font-size: 23px;
		font-weight: 600;
		color:#959595;
		letter-spacing: -1px;
		text-decoration: none;
		line-height: 30px;
	}
	
	.flight-hotel .tabs-content .item .item-price span {
		font-family: "Roboto Slab";
		font-size: 16px;
		font-weight: 600;
		color:#959595;
		letter-spacing: -1px;
		text-decoration: none
	}
	
	.flight-hotel .tabs-content .item .item-tools {
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 400;
		color:#6aaa42;
		letter-spacing: -1px;
		text-decoration: none
	}
	
	.flight-hotel .nano { width: 100%; max-height: 900px; }
	.flight-hotel .nano .nano-content { padding-right: 25px; }
	.flight-hotel .nano .nano-pane   { background: #999999; }
	.flight-hotel .nano .nano-slider { background: #fff; margin: 2px; cursor: n-resize }


/* [08] Destinations */
	.destinations {
		background-color: #1d82e5;
		background-image: url(../img/1920x1080.jpg);
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
	}
	
	.destinations .pattern {
		background-color: rgba(0,130,255, 0.5);
		padding: 120px 0 80px 0
	}
	
	.destinations h1 {
		color: #ffffff;
		text-shadow: 1px 1px #5a94cc;
		margin-bottom: 30px
	}
	
	.destinations .item {
		cursor: pointer;
		margin: 0 15px;
	}
	
	.destinations .item .image {
		position: relative;
	}
	
	.destinations .item .image img {
		display: block;
		border-radius: 5px 5px 0 0
	}
	
	.destinations .item .badge {
		background: none;
		position: absolute;
		top: 30px;
		right: -14px
	}
	
	.destinations .item:hover .badge {
		top: 40px;
	}
	
	.destinations .item .badge img {
		border-radius: 0px
	}
	
	.destinations .item .image .tools {
		overflow:hidden;
		position: absolute;
		width:100%;
		z-index:10;
		bottom: 0px;
		height: 0px;
		line-height: 50px;
		background: rgba( 239, 39, 0, 0.5);
		font-family: "Roboto";
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		color:#ffffff
	}
	
	.destinations .item .image .tools i {
		font-size: 20px
	}
	
	.destinations .item:hover > .image .tools {
		position:absolute;
		height: 50px;
	}

	.destinations .item .details {
		background-color:#112a5d;
		padding: 20px;
		border-radius: 0 0 5px 5px;
	}
	
	.destinations .item .details h1 {
		margin:0;
		padding:0;
		text-align: left;
		text-shadow:none;
	}
	
	.destinations .item .details .price {
		font-family: "Roboto";
		font-size: 36px;
		font-weight: 900;
		color:#84ff2b;
	}
	
	.destinations .item:hover .details .price {
		color: #ff3600;
	}
	
	.destinations .item .details .desc {
		font-family: "Roboto";
		font-size: 12px;
		font-weight: 400;
		color: #fff;
	}

	
/* [09] Hot Deals */
	.deals {
		padding: 120px 0 80px 0
	}
	
	.deals h1 {
		color:#6b0b0c;
		text-shadow: 1px 1px #ffffff;
		margin-bottom: 40px
	}
	
	.deals .item {
		margin: 0 20px;
	}

	.deals .item .image {
		position: relative
	}
	
	.deals .item .image img {
		border-radius: 5px 5px 0 0
	}

	.deals .item .image .save {
		width: 100%;
		position: absolute;
		top: -40px;
		z-index: 100
	}
	
	.deals .item .image .save-inner {
		width: 80px;
		height: 80px;
		padding-top: 15px;
		margin: 0 auto;
		
		font-family: "Roboto";
		font-size: 18px;
		font-weight: 900;
		letter-spacing: -1px;
		color:#ffffff;
		text-align: center;
		line-height: 20px;
		
		background: #ef2700;
		border-radius: 50%;
		border: 6px solid rgba( 255,255,255, 0.5);
	}
	
	.deals .item .image .title {
		width: 100%;
		position: absolute;
		bottom: 20px;
		background: rgba( 239,39,0, 0.5 );
		font-family: "Roboto";
		font-size: 20px;
		font-weight: 400;
		letter-spacing: -1px;
		color:#ffffff;
		padding: 10px 0;
		text-align: center
	}
	
	.deals .item .details {
		background: #ffffff;
		padding: 25px;
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 400;
		color:#999999;
		line-height: 18px;
		border-radius: 0 0 5px 5px;
		text-align: center;
	}
	
	.deals .item .details a {
		font-weight: 700;
		color: #ef2700;
		text-decoration: none
	}

	.deals .item .details a:hover {
		color: #333333;
	}

	.deals .item:hover .image .title {
		background: rgba( 17,42,93, 0.8 );
	}
	
	.deals .item:hover .image .save {
		top: 20px;
	}
	
	.deals .item:hover .image .save-inner {
		background: #112a5d;
	}
	
	.deals .item:hover .details a {
		color: #112a5d;
	}
	
	.deals .item:hover .details a:hover {
		color: #333333;
	}


/* [10] Cruises */
	.cruises {
		background-color: #ffffff;
		background-image: url(../fotografije/1920_1080_pasica/regensburg_germany_sunset_cityscape_79266_3840x2160.jpg);
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
	}

	.cruises .pattern {
		background-color: rgba(100,100,100, 0.1);
		padding: 120px 0 80px 0
	}

	.cruises h2 {
		color: #ffffff;
		text-shadow: 1px 1px #445983;
		font-size: 30px;
		margin-bottom: 30px
	}

	.cruises h1 {
		color: #ffffff;
		text-shadow: 1px 1px #445983;
		font-size: 20px;
		margin-bottom: 30px
	}

	.cruises .item {
		cursor: pointer;
		margin: 0 15px
	}
	
	.cruises .item .image {
		position: relative;
	}
	
	.cruises .item .image img {
		display: block;
		border-radius: 5px 5px 0 0
	}
	
	.cruises .item .badge {
		background: none;
		position: absolute;
		top: 30px;
		right: -14px
	}
	
	.cruises .item:hover .badge {
		top: 40px;
	}
	
	.cruises .item .badge img {
		border-radius: 0px
	}
	
	.cruises .item .image .tools {
		overflow:hidden;
		position: absolute;
		width:100%;
		z-index:10;
		bottom: 0px;
		height: 0px;
		line-height: 50px;
		background: rgba( 255, 255, 255, 0.5);
		font-family: "Roboto";
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		color:#ffffff
	}
	
	.cruises .item .image .tools i {
		font-size: 20px
	}
	
	.cruises .item:hover > .image .tools {
		position:absolute;
		height: 50px;
	}

	.cruises .item .details {
		background-color:#112a5d;
		padding: 20px;
		border-radius: 0 0 5px 5px;
	}
	
	.cruises .item .details h1 {
		margin:0;
		padding:0;
		text-align: left;
		text-shadow:none;
	}
	
	.cruises .item .details .price {
		font-family: "Roboto";
		font-size: 36px;
		font-weight: 900;
		color:#84ff2b;
	}
	
	.cruises .item:hover .details .price {
		color: #ff3600;
	}
	
	.cruises .item .details .desc {
		font-family: "Roboto";
		font-size: 12px;
		font-weight: 400;
		color: #ff0000;
	}


/* [11] Contact (Footer) */
	.contact {
		background:#ffffff;
		padding: 50px 0 80px 0
	}

	.contact h1 {
		text-shadow: 1px 1px #ffffff;
		margin-bottom: 30px
	}
	
	.contact h2 {
		text-align: left;
		text-shadow: 1px 1px #ffffff;
		margin-bottom: 30px
	}
	
	.contact #map {
		height: 185px;
		border-radius: 5px;
	}
	
	.contact .footer-text {
		font-family: "Roboto Slab";
		font-size: 16px;
		font-weight: 400;
		color:#000000;
		letter-spacing: -1px
	}
	
	.contact .social-icons {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
	.contact .social-icons a {
		font-size: 26px;
		color:#666666;
		text-decoration: none;
	}
	
	.contact .social-icons a:hover {
		color:#1d82e5;
	}
	
	.contact .form {
		margin-bottom: 20px;
	}
	
	.contact .form input {
		display: inline-block;
		width: 100%;
		border: 1px solid #999999;
		padding: 4px 10px;
		border-radius: 3px;
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	
	.contact .form textarea {
		display: inline-block;
		width: 100%;
		height: 80px;
		border: 1px solid #999999;
		padding: 4px 10px;
		border-radius: 3px;
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	

@media (max-width: 780px) {

	.topnav {
		top: 0px;
	}
	
	.slider {
		margin-top:91px;
	}
	
	.slider .item a:after {
		font-size: 25px;
		letter-spacing: -1px;
		top: 30%;
	}
	
}
