
/*-------------------------- sect_tours -----------------*/

#sect_tours{
	padding: 40px 0;
}


#sect_tours h1.menu {
    font-size: 18px;
    margin: 20px 0 30px 0;
    font-weight: 400;
    padding: 0 0 7px;
    line-height: 18px;
    color: #029895;
    font-family: "PFSquareSansProMedium";
    border-bottom: 1px dotted #029895;
}

#tourCarusel{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}

#tourCarusel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#tourCarusel .carousel .item {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  max-height: 400px;
  margin: 0 auto;
  transition: all 1s linear;
}

#tourCarusel h2{
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  background:  rgba(0,0,0, .65);
  margin: 0;   
  text-align: center; 
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-family: "RobotoCondensedRegular", Tahoma, sans-serif;    
  letter-spacing: 1px;
  font-weight: 400;
}

#tourCarusel .carousel .item:first-child {
  top: auto;
  position: relative;
}

#tourCarusel .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#tourCarusel .carousel-indicators{
  bottom: 10px;
}

#tourCarusel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#tourCarusel .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#tourCarusel .carousel-indicators .active{
  width: 10px;
  height: 10px;
  background-color: #64c3d5;
   margin: 0 15px 0 0;
   border: 1px solid #64c3d5;
   position: relative;
}

#tourCarusel .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #64c3d5;
  border: 1px solid #64c3d5;
  left: -3px;
  top: -3px;
}

#block-tour-calendar{
  margin-left: -15px;
}

div.zabuto_calendar .badge-event{
	border-radius: 0;
}

.bl_check_date{
	position: relative;
	height: 30px;
	width: 100%;
	background-color: #ff9b08;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
    font-family: "PFSquareSansProMedium";
	font-size: 14px;
	line-height: 18px;
	padding: 6px;
	letter-spacing: 1px;
	cursor: pointer;
}

.bl_check_date_ugol{
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 10px;
  margin-left: -10px;
  border: 10px solid transparent;	
  border-top: 10px solid #ff9b08;
}

#table-main-tour-info{
	margin: 0 -15px 30px -15px;
	width: calc( 100% + 30px) !important;
}

.mntour{
	font-size: 12px;
	line-height: 14px;
}

#tour_tabs{
 	margin: 0 -15px 30px -15px;	
}

#tour_tabs .nav-pills>li{
	background-color: #f1f1f1;
   border-radius: 0;
}

#tour_tabs .nav-pills>li.active>a, #tour_tabs .nav-pills>li.active>a:hover, #tour_tabs .nav-pills>li.active>a:focus {
   border-radius: 0;
}

#tour_tabs .tab-content>.tab-pane{
	padding: 1.5em 1em;
	background-color: #f9f9f9;	
}

#tour_tabs span.icon{
	display: none;
}

.t_flag{
  width:24px;
  height:auto;
  margin-right:5px;
  border:1px solid #ddd;
  margin-left: 10px;
}

.t_cntr{
   font-size: 12px;
   margin-left: -10px;
}

.t_prlast_update{
	text-align: right;
	font-size: 12px;
	margin: 10px 0;
}

.btn-t-order, .btn-t-order-group{
	border-radius: 0;
	width: 100%;
    color: #fff;
    background-color: #699035;
    border-color: #699035;
}

.btn-t-order:hover, .btn-t-order-group:hover, .btn-t-order:focus, .btn-t-order-group:focus{
  background-color: #96b072;
  border-color: #96b072;
}

.t_pr_eur, .t_pr_grn{
	color: #0067b2;
	font-weight: 600;
}

.t_pr_eur{
	display: block;
}

.t_pr_grn{
	display: none;
}

.tt-valuta-price{
   text-align: right;
   margin: 0 20px 5px 0;
   padding-bottom: 5px;
   border-bottom:1px dotted #ddd;
}

.tt-valuta-price a {
    border: 1px solid #b6b4b4;
    border-radius: 0;
    padding: 5px 8px;
    background-color: #eee;
    cursor: pointer;
	text-decoration: none;
}

.tt-valuta-price a.akt{
	background-color: #0067b2;
	color: #fff;
}

#tourOrder, #tourOrderGroup{
	z-index: 9999999999999999999999999999999999;
}

#tourOrder .modal-content, #tourOrderGroup .modal-content{
	border-radius: 0;
}


#tourOrder h4, #tourOrderGroup h4{
	color: #ff0000;
}

#tourOrder h5, #tourOrderGroup h5{
	font-family: "RobotoCondensedBold";
    color: #0067b2;
	font-size: 16px;
	line-height: 20px;
	margin: 15px 0;
}


#tourOrder .modal-tour-data{
	
}

#tourOrder p, #tourOrderGroup p{
	text-align: center;
	font-size: 13px;
	color: #ff0000;
	padding: 10px 0;
}

#tt_datetime, #tt_group{
	font-family: "RobotoCondensedBold";
    color: #0067b2;	
}

.btn-modal-tour{
	border-radius: 0;
	width: 100%;
	background-color: #0067b2;
	border-color: #0067b2;
}

#t_date_info{
	width: 200px;
	color:  #0067b2;
	border-color:  #0067b2;
}

.t_date_info{
	color:  #0067b2;	
}




/*---------------------------- media ------------------------*/


@media (min-width: 1200px) {



}


@media (min-width: 992px) and (max-width: 1199px){



}



/* sm */
@media (min-width: 768px) and (max-width: 991px){





}




@media (min-width: 481px)  and (max-width : 767px){

#tourOrder .modal-dialog,  #tourOrderGroup .modal-dialog{
    width: 420px;
}

#sect_tours .container .row{
   margin-left: 0;
   margin-right: 0;
}

#block-tour-calendar {
    margin-right: -15px;
}

#tourCarusel .carousel-indicators{
	display: none;
}

#tourCarusel h2{
	font-size: 14px;
}



}




@media screen and (max-width : 480px){

#tourOrder .modal-dialog,  #tourOrderGroup .modal-dialog{
    width: 100vw;
	padding: 0;
	margin: 0;
}

#tour_tabs span.icon {
    display: block;
}

#tour_tabs span.info {
    display: none;
}

#sect_tours .container .row{
   margin-left: 0;
   margin-right: 0;
}

#block-tour-calendar {
    margin-right: -15px;
}


#tourCarusel .carousel-indicators{
	display: none;
}

#tourCarusel h2{
	font-size: 12px;
}


}









