@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

  @import url('https://fonts.googleapis.com/css?family=Questrial');
* {
    font-family: 'Lato', sans-serif;
}

div.tour-info {
	border-style: solid;
	border-color: #7091ae;
	padding: 8px;
    cursor: pointer;
}

div.tour-info:hover {
    background-color: #567794;
}

div.tour-info span {

	color: #fff;
	font-size: 15px;

}

#price{
    color: #fff;
    font-size: 15px;
}

div.locations span{
    color:#6d8295;
    font-size: 17px;
}

div.locations img {
	margin-bottom: 5px;
}

div.tour-title span {
	font-size: 37px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

div.tour-description p {
	font-size: 15px;
	font-weight: bold;
	color: black;
}

div.darkbackround {
	background-color: #252e36;
	margin-top: 20px;
}

div.programm-tour {
	color: #fff;
	font-size: 40px;
}

div.programm-description {
	font-size: 18px;
}

div.programm-description p {
	color: #fff;
}

div.tour-days {
	color: #fff;
	font-size: 30px;
    
    padding: 15px;/*
    border-image-source: url("../../images/line.png");
    border-image-repeat: repeat;*/

}

div.tour-days p {
	font-weight: 100px;
}

div.welcome span{
	color: #fff;
	font-size: 24px;
}

div.tour-box {
    background-color: #fff;
    border-radius: 5px;
    /*height: 100px;*/
    padding: 10px;
    border-left: 15px solid #fff;
}

div.tour-image img {
	margin-right: 10px;
	margin-bottom: 10px;
}

/*div.tour-box h3 h4 {
	float: left;
}*/

div.tour-title h4{
	padding-left: 5px;
	display: inline-block;
}

div.tour-title h4:first-child {
	padding-left: 0px;
}

div.tour-programm {
	margin-top: 20px;
	margin-bottom: 20px;
/*    max-height: 350px;
*/
}

div.ad-images img {
    padding-top: 3px;
    padding-right: 3px;
}

div.ad-images {
/*    max-width: 800px;
    overflow-x: scroll;
    overflow-y: auto;
    white-space: nowrap;
    margin-left: 10px;*/
}

div.ad-images a {
    /*width: 49px;*/
    display: inline-block;
}

div.tourbox {
    border-color: gray;
    border-style: solid;
    padding: 12px;
    border-width: thin;
    margin-bottom: 30px;
}

#tourtitle {
    font-size: 25px;
    font-weight: bold;
}






div.dot {
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  margin-top: 34px;
  margin-left: 34px;
}


@media only screen and (max-width: 1280px) {

    div.dot {
      height: 50px;
      width: 50px;
      background-color: #fff;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px;
      margin-top: 34px;
      margin-left: 20px;
    }


}


@media only screen and (max-width: 1199px) {

    div.dot {
        display: none;
    }

    ul.line {
        background-image: none !important;
    }


}

div.dot #plane {
    font-size: 38px;
    color: #D11C21;
    position: absolute;
    margin-top: 9px;
    margin-left: 9px;
}

ul.line {
    background-image: url("../../images/line.png");
    background-repeat: repeat-y;
    /*margin-left: 10px;*/
     background-position: 32% 0%; 
}


/*Test list*/
.title-arch {
    text-align: center;
    margin: 50px 0;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.title-arch p {

    font-family: 'Questrial', sans-serif;
    text-transform: none;
    text-align: justify;
    text-justify: inter-word;
    font-size: 15px;
}

.project {
    width: 100%;
    height: 550px;
    /*background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);*/
    background-size: cover;
    background-position: center;
    padding: 0 !important;
    float:left;
    margin-bottom: 20px !important;
}


.project-hover {
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(37, 46, 54, 0.8);
    padding: 34% 30px !important;
}

.project-hover hr {
    height: 30px;
    width: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 1);
    border: 0;
}

.project-hover a {
    color: rgba(255, 255, 255, 1);
    padding: 2px 22px;
    line-height: 40px;
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.project-hover a:hover {
    border-color: rgba(51, 51, 51, 1);
    color: rgba(51, 51, 51, 1);
    background-color: #FFF;
}

.project:hover .project-hover {
    opacity: 1;
}

.project:hover .project-hover hr {
    width: 100%;
    height: 5px;
}


/*Card Snippet*/
@media screen and (max-width: 480px){
  
  .footer__item{
    margin-bottom: 2rem;
  }
}

.melnik909{
  margin-left: 2rem;
}


/*
 * Core for cards
 */
 
.cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
}

.card{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    margin-bottom: 2rem;    
    
    display: flex;
    flex-direction: column;
}

.card_main{
    width: 100%;
}

@media screen and (min-width: 801px){
    
    .card_main{
        
        .card__title{
            font-size: 180%;
        }   

        .card__main-action{
            width: @card_main_action_size * 1.12;
            height: @card_main_action_size * 1.12;          
        }
    }
}

.card_size-2xl{
    width: 66%;
}

@media screen and (min-width: 801px){
    
    .card_size-2xl{

        .card__title{
            font-size: 170%;
        }   
    }
}

.card_size-xl{
    width: 49%;
}

@media screen and (min-width: 801px){
    
    .card_size-xl{

        .card__title{
            font-size: 160%;
        }   
    }
}

.card_size-m{
    /*width: 32%;*/
}

@media screen and (min-width: 481px) and (max-width: 800px){
    
    .card_size-m, .card_size-2xl{
        width: 49%;
    }
}

@media screen and (max-width: 480px){
    
    .card_size-m, .card_size-xl, .card_size-2xl{
        width: 100%;
    }
}

.card__header{
    position: relative;
    line-height: 0;
}

*::-ms-backdrop,.card__header{
    display: flex;
}

.card__preview{
    max-width: 100%;
    height: auto;
}

*::-ms-backdrop,.card__preview{
    flex: 0 0 auto;
}

@card_main_action_size: 4em;

.card__main-action{
    
    font-size: 100%;
    text-decoration: none;
    text-indent: -9999px;
    cursor: pointer;
    
    border: none;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    
    position: absolute;
    right: 5%;
    bottom: 0;
    transform: translateY(50%);
    
    width: @card_main_action_size;
    height: @card_main_action_size; 
    
    &:before{
        
        content: "";
        display: block;
        
        width: 60%;
        height: 60%;
        
        box-sizing: border-box;
            
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    
    &:focus{
        outline: none;
    }
}

.card__body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 2;
}

.card__title{
    
    font-size: 140%;
    font-weight: 400;
    line-height: 1.5;
    
    margin-top: 0;
    margin-bottom: .8em;
}

.card__showmore{
    text-decoration: none;
}

.card__content{
    padding: 2.5em 4% 1.5em;
    flex-grow: 2;
}

.card__footer{
    
    padding: 1.5em 4%;
    border-top-width: 1px;
    border-top-style: solid;
    font-size: 90%;
    
    display: flex;
    justify-content: space-between;
}

.card__meta-item{
    display: inline-block;
    vertical-align: middle;
    margin-left: .8em;
}

.card__meta-icon{
    
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    
    width: 1.5em;
    height: 1.5em;
    margin-right: .2em;
    
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

/*
 * Skin for cards
 */
 
@main_color: #3F51B5;
@light_color: #C5CAE9;
@dark_color: #303F9F;
@optional_color: #BDBDBD;
@optional_color2: #448AFF;
@color_text: #212121;

.card{
    background-color: #fff;
    color: @color_text;
    font-size: 1.4rem;
}

@media screen and (min-width: 801px){
    
    .card_main, .card_size-2xl, .card_size-xl{
        font-size: 1.6rem;  
    }   
}

.card__main-action{
    background-color: @main_color;
    
    &:before{
        background-image: url("https://stas-melnikov.ru/cssgrid/bookmark.svg");
    }
    
    &:hover, &:focus{
        background-color: @dark_color;
    }
}

.card__footer{
    border-top-color: @optional_color;
}

.card__showmore{
    
    color: @dark_color;
    transition: color .3s ease-out;
    
    &:hover, &:focus{
        color: @main_color;
    }
}

.card__meta-comments{
    background-image: url("https://stas-melnikov.ru/cssgrid/comment.svg");
}

.card__meta-likes{
    background-image: url("https://stas-melnikov.ru/cssgrid/favorite.svg");
}

/*Price Box */
div.pricebox {
    float: left;
    padding-left: 20px;
}

div.pricebox p {
    font-family: 'Questrial', cursive;
    font-size: 20px;
}

#tour-title  {
    font-size: 30px;
    font-family: 'Lato', cursive;
    color: #fff;
}

#plane {
    font-size: 30px;
    color: #b93236;
}

.titlegen {
    float: left;
}


div.offerbox i {
    font-size: 50px;
    /*color: #cc0000;*/
}

div.offerbox p {
    font-size: 20px;
    /*color: #cc0000;*/
    margin-top: 10px;
    margin-left: 16px;
}

div.offerbox * {
    float: left;
}

div.pricetab {
    top: 0px;
    position: absolute;
    left: 0px;
    background-color: #252e36;
    opacity: 0.9;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
}

span#duration {
    position: absolute;
    background-color: #b93236;
    padding: 10px;
    top: 0px;
    right: 0px;
    color: white;
    font-size: 25px;
}

div.project-hover h2 {
    font-family: 'Lato', cursive;
}


/*Ribbons*/

.box {
  width: 200px; height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}
.ribbon {
 position: absolute;
 right: 6px;
 top: -6px;
 z-index: 1;
 overflow: hidden;
 width: 180px;
 height: 171px;
 text-align: right;
}
.ribbon span {
  font-size: 19px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 228px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 53px;
  right: -40px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.daypick * {
    float: left;
}

p#daybox {
    color: #fff;
    margin-right: 5px;
}

/* accordion */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 20px;
}

.active, .accordion:hover {
    background-color: #b93236; 
}

.panel {
    padding: 0 18px;
    display: block;
    background-color: white;
    overflow: hidden;
}











@media screen and (max-width: 756px) {  /*  Mobiles ?  */

    div#touresults{
        display: none;
    }

    div#mobiletourlist {

        width: 100%;
        height: 150px;

    }

    .featuredtourclass{
        display: none;
    }

}

@media screen and (min-width: 757px) {  /*  Mobiles ?  */

    div#mobiletourlist{
        display: none;
    }

    div#touresultsmob {
        display: none;
    }
/*
    div#mobiletourlist {

        width: 100%;
        height: 150px;

    }*/

}



#tourmobtitle {
    position: relative;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    /*padding-left: 3px;*/
    padding-top: 50px;
    top: 80px;
    padding-left: 10px;
}

.styltitle {
    background-color: rgb(100,100,100, .33);
    border-radius: 8px;
    position: relative;
    top: -30px;
}

.startsfrom {
    background-color: #b93236;;
    padding: 7px; 
    text-align: right;

}

.starts {
    color: #fff;
    /*float: right;*/
    font-size: 22px;
    font-weight: bold;
}