/* Top navigation social media styles

#################################################################################################################
*/

.topSocialMedias {
    text-align: right;
    padding: 0 30px 0 0;
}
.topSocialMedias ul {
    padding: 0;
    margin: 0;
}

.topSocialMedias ul li {
    display: inline;
}

.topSocialMedias ul li a {
    position: relative;
    top:0;
    transition: all 0.3s;
    font-size: 30px;
    text-decoration: none;
    color: #fff;

}
.topSocialMedias ul li a:hover {
    text-decoration: none;
    top:-3px;
    color: #ddd;

}

/* end of Top navigation social media styles

#################################################################################################################
*/



.projects{
    padding: 5px;
}
.projects .image-overlay{
    height:100px;
    background-size:cover;
    background-position:center;
}
.projects .the-content-text {
/*                border:1px solid #000;*/
}

.projects .action-button{
    margin-top: 10px;
}

.pip-cards-new {
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 2rem;
    border-radius: 5px;
    height: 150px;
    margin-top: 10px;
    transition: all 0.2s;
    background: #fff;
}

.pip-cards-new__head {
    color:  rgba(30, 108, 217);
}

.pip-cards-new__para{
    color: #333;
}

.pip-cards-new:hover {
    box-shadow: 0 0  10px rgba(0,0,0,.4);
    transform: scale(1.05) translate(-10px, 0px);
}

.pip-cards-new__img-conts {
    width: 40%;
    float: left;
    height: 100px;
    background-size:cover;
    background-position:center;
}

.pip-cards-new__conts {
    width: 60%;
    float: left;
    padding: 10px;
    height: 120px;
    overflow-y: hidden;
    text-align: justify;
}

.pip-slidin-2{
    margin-bottom: 100px;
    margin-top: 100px;
}


.pip-slidin-2 .spacer-slider {
  padding: 5px 0;
  margin-bottom: 100px;
  
}

.pip-slidin-2 .slick-arrow.slick-hidden {
  display: none;
}

.pip-slidin-2 .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.pip-slidin-2 .slick-loading .slick-slide {
  visibility: hidden;
}

.pip-slidin-2 .slick-initialized .slick-slide {
  display: block;
}

.pip-slidin-2 .slick-slide.dragging img {
  pointer-events: none;
}

.pip-slidin-2 .slick-slide.slick-loading img {
  display: none;
}

.pip-slidin-2 .slick-slide img {
  display: block;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.pip-slidin-2 .slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}

.pip-slidin-2 .slick-loading .slick-track {
  visibility: hidden;
}

.pip-slidin-2 .slick-track:after {
  clear: both;
}

.pip-slidin-2 .slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.pip-slidin-2 .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pip-slidin-2 .slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pip-slidin-2 .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.pip-slidin-2 .slick-list:focus {
  outline: none;
}

.pip-slidin-2 .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.pip-slidin-2 .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.pip-slidin-2 .slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}

.pip-slidin-2 .slick-prev, .pip-slidin-2 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(30, 108, 217, 0.7);
  border-radius: 50%;
}

.pip-slidin-2 .slick-prev:hover, .pip-slidin-2 .slick-prev:focus, .pip-slidin-2 .slick-next:hover, .pip-slidin-2 .slick-next:focus {
  color: transparent;
  outline: none;
  background: rgba(30, 108, 217, 0.7);
}

.pip-slidin-2 .slick-prev:hover:before,
.pip-slidin-2 .slick-prev:focus:before,
.pip-slidin-2 .slick-next:hover:before,
.pip-slidin-2 .slick-next:focus:before {
  opacity: 1;
}

.pip-slidin-2 .slick-prev.slick-disabled:before,
.pip-slidin-2 .slick-next.slick-disabled:before {
  opacity: .25;
}

.pip-slidin-2 .slick-prev:before,
.pip-slidin-2 .slick-next:before {
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: rgb(255,255,255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pip-slidin-2 .slick-prev {
  position: absolute;
  z-index: 1000;
  left: 20px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.pip-slidin-2 .slick-prev:before {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 35px;
  left: 25px;
  content: '<';
}

[dir='rtl'] .slick-prev:before {
  content: '>';
}

.pip-slidin-2 .slick-next {
  right: 25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.pip-slidin-2 .slick-next:before {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 35px;
  right: -25px;
  content: '>';
}

[dir='rtl'] .slick-next:before {
  content: '<';
}

.pip-slidin-2 .slick-dotted.slick-slider {
  margin-bottom: -10px;
}

.pip-slidin-2 .slick-dots {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  color: black;
}

.pip-slidin-2 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.pip-slidin-2 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.pip-slidin-2 .slick-dots li button:hover, .pip-slidin-2 .slick-dots li button:focus {
  outline: none;
}

.pip-slidin-2 .slick-dots li button:hover:before, .pip-slidin-2 .slick-dots li button:focus:before {
  opacity: 1;
}

.pip-slidin-2 .slick-dots li button:before {
  font-family: 'Work Sans', sans-serif;
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: -40px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  color: rgb(255,255,255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pip-slidin-2 .slick-dots li.slick-active button:before {
  color: rgba(30, 108, 217, 0.7);
  width: 25px;
  height: 25px;
}

.pip-slidin-2 .slick-dots li.slick-active button:before {
  color: rgba(30, 108, 217, 0.7);
  width: 25px;
  height: 25px;
}

.pip-slidin-2 .spacer-slider {
  padding: 5px;
}

.pip-slidin-2 figure {
  position: relative;
  margin: 0px;
}

.pip-slidin-2 figure img {
  display: inline-block;
}

.pip-slidin-2 figcaption {
  background: rgba(30, 108, 217, 0.6);
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.pip-slidin-2 .figure-caption {
  text-align: center;
  height: 30px;
  line-height: 2;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
}



   
        #testimonials {
             background: rgba(30, 108, 217);
             min-height: auto;
            color: #fff;
            padding: 20px;
         }

         #testimonials .owl-carousel .owl-item {
             transition: all 0.3s ease-in-out
         }

         #testimonials .owl-carousel .owl-item .card {
             padding: 30px;
             position: relative
         }

         #testimonials .owl-carousel .owl-stage-outer {
             overflow-y: auto !important;
             padding-bottom: 40px
         }

         #testimonials .owl-carousel .owl-item img {
             height: 200px;
             object-fit: cover;
             border-radius: 6px
         }

         #testimonials .owl-carousel .owl-item .card .name {
             position: absolute;
             bottom: -20px;
             left: 33%;
             color: #fff;
             font-size: 1.1rem;
             font-weight: 600;
             background-color: #f5883c;
             padding: 0.3rem 0.4rem;
             border-radius: 5px;
             box-shadow: 2px 3px 15px #3c405a
         }

         #testimonials .owl-carousel .owl-item .card {
             opacity: 0.2;
             transform: scale3d(0.8, 0.8, 0.8);
             transition: all 0.3s ease-in-out
         }

         #testimonials .owl-carousel .owl-item.active.center .card {
             opacity: 1;
             transform: scale3d(1, 1, 1)
         }

         #testimonials .owl-carousel .owl-dots {
             display: inline-block;
             width: 100%;
             text-align: center
         }

         #testimonials .owl-theme .owl-dots .owl-dot span {
             height: 20px;
             background: #2a6ba3 !important;
             border-radius: 2px !important;
             opacity: 0.8
         }

         #testimonials .owl-theme .owl-dots .owl-dot.active span,
         #testimonials .owl-theme .owl-dots .owl-dot:hover span {
             height: 13px;
             width: 13px;
             opacity: 1;
             transform: translateY(2px);
             background: #83b8e7 !important
         }

         @media(min-width: 480.6px) and (max-width: 575.5px) {
             #testimonials .owl-carousel .owl-item .card .name {
                 left: 24%
             }
         }

         @media(max-width: 360px) {
             #testimonials .owl-carousel .owl-item .card .name {
                 left: 30%
             }
         }
        
        #ALL_DESTINATION .destinationListHome {
            margin-top:10px;
            
            
        }
        
        #ALL_DESTINATION .destinationListHome a:hover{
            color: #f5883c;
        }
        
        .fh5co-tours a.countries_from {
            font-weight: 900;
            color: rgba(30, 108, 217);
        }
        .fh5co-tours a.countries_from:hover{
            color: #f5883c;
        }
        
        #ALL_DESTINATION .destinationListHome .overlay-grad {
            box-shadow: 0 0 0 rgba(30, 108, 217);
            position: relative;
            top:0;
            border-radius: 20px 0 40px 0;
            transition: all .3s ease;
        }
        
        #ALL_DESTINATION .destinationListHome:hover .overlay-grad{
            box-shadow: 0 0 30px rgba(30, 108, 217);
            transform: scale(1.04);
            z-index: 1000;
        }
        
        
        
        .more_contents_destination{
            width: 100%;
            height: 100px;
            position: relative;
            top:500px;
            transition: all 0.3s ease;
            padding-top: 10px;
            margin-top: 20px;
        }
        
        #ALL_DESTINATION .destinationListHome:hover .more_contents_destination{
            top:0;
        }
        
        .more_contents_destination ul {
            margin:0;
            padding: 0;
        }
        
        .more_contents_destination ul li{
            display: inline;
            
        }
        
        .more_contents_destination ul li a {
            font-size: 10px;
            text-decoration: underline;
            margin-left: 1em;
            display: inline-block;
        }
        
        .more_contents_destination ul li a:hover{
            color: #f5883c;
        }
        
        #ALL_DESTINATION .destinationListHome .card-title{
            font-size: 1.5vw;
            text-transform: uppercase;
            font-weight: 600;
            
        }
        
        #ALL_DESTINATION .destinationListHome .overlay-grad {
            height:250px; 
            padding: 50px;
        }
        
        .section-titles{
            font-weight: 900;
            color: rgba(30, 108, 217);
            text-align: center;
            
        }
        
        .section-titles-white{
            font-weight: 900;
            color: rgba(255, 255, 255);
            text-align: center;
        }
        
        .main-sections{
            font-family: 'Work Sans', sans-serif;
        }
        
        .special_packages_cards_overlay{
            width: 100%;
            height: 200px;
            background-size: cover;
        }
        
        .special_packages_header{
            color: rgba(30, 108, 217);
            text-align: center;
        }
        .section-subtitle{
            text-align: center;
            padding: 0 100px;
            color: #666;
        }
        
        .section-subtitles-white{
            color: #fff;
            font-size:1vw;
            text-align: justify
        }
        
        .special_packages_conts{
            text-align: justify;
            color: #666;
        }
        
        
        
        
        
        
        
        
        
        
        .features-blue {
  color: #fff;
  background: rgba(30, 108, 217);
  padding-bottom: 30px;
}

@media (max-width:767px) {
  .features-blue {
    padding-bottom: 10px;
  }
}

.features-blue p {
  color: rgba(255,255,255,0.6);
}

.features-blue h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .features-blue h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-blue .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 60px;
}

@media (max-width:767px) {
  .features-blue .intro {
    margin-bottom: 40px;
  }
}

.features-blue .item {
  min-height: 100px;
  padding-left: 80px;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .features-blue .item {
    min-height: 0;
  }
}

.features-blue .item .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}

.features-blue .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.features-blue .item .icon {
  font-size: 40px;
  color: #ffcc1e;
  float: left;
  margin-left: -65px;
}
        
.highlight-phone {
  color: #313437;
  background-color: #eef4f7;
  padding: 50px 0 55px;
  overflow: hidden;
}

@media (max-width:767px) {
  .highlight-phone {
    text-align: center;
  }
}

.highlight-phone p {
  color: #7d8285;
}

.highlight-phone h2 {
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

.highlight-phone .intro {
  font-size: 18px;
  max-width: 500px;
  line-height: 1.5;
}

@media (max-width:767px) {
  .highlight-phone .intro {
    max-width: none;
  }
}

.highlight-phone .intro p {
  margin-bottom: 35px;
}

.highlight-phone .intro .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}

.highlight-phone .intro .btn:hover {
  opacity: 1;
}

.highlight-phone .intro .btn:active {
  transform: translateY(1px);
}

.highlight-phone .intro .btn-primary {
  background-color: #055ada;
  color: #fff;
}

.highlight-phone .iphone-mockup {
  position: relative;
  max-width: 250px;
}

.highlight-phone .iphone-mockup1 {
  margin-top: -30px;
  margin-bottom: -230px;
  transform: rotate(-15deg);
}

.highlight-phone .iphone-mockup2 {
  margin-top: 50px;
  margin-bottom: -230px;
  margin-left: -200px;
  transform: rotate(-50deg);
}
        
.highlight-phone .iphone-mockup3 {
  margin-top: 300px;
  margin-bottom: -230px;
  margin-left: -200px;
  transform: rotate(50deg);
}
        
.highlight-phone .iphone-mockup4 {
  margin-top: 30px;
  margin-bottom: -230px;
  margin-left: 20px;
  transform: rotate(40deg);
}

.highlight-phone .iphone-mockup img.device {
  width: 100%;
  height: auto;
}



.highlight-phone .iphone-mockup .screen:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}
        
        
.highlight-blue {
  color: #fff;
  background-color: #1e6add;
  padding: 50px;
}

.highlight-blue p {
  color: #c4d5ef;
  line-height: 1.5;
}

.highlight-blue h2 {
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}



.highlight-blue .buttons .btn:hover {
  opacity: 1;
}

.highlight-blue .buttons .btn:active {
  transform: translateY(1px);
}
        

        .quick-access-packages {
            width: 100%;
            height:200px;
            background-size: cover;
            display: none;
            background-position: center;
        }
        
        .quick-access-packages-name{
            color:#fff;
            text-shadow: 0 0 10px #000;
            font-weight: 900;
            text-align: center;
        }
        
        .quick-access-packages-pricing{
            font-weight: 900;
            font-size:30px;
        }
        .kilimanjaro_area {
        position: relative;
        z-index: 1;
	}
.foo_top_header_one {
    background-color: rgba(30, 108, 217,1);
    color: #fff;
}
.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.foo_top_header_one {
    color: #fff;
}
.kilimanjaro_part {
    margin-bottom: 30px;
}
.kilimanjaro_thumb img{
    width: 60px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
    color: #fff;
    font-weight:600;
}
.kilimanjaro_part h4, .kilimanjaro_part h5 {
    margin-bottom: 30px;
}
.kilimanjaro_single_contact_info > p, .kilimanjaro_single_contact_info > h5, .kilimanjaro_blog_area > a, .foo_top_header_one .kilimanjaro_part > p {
    color: rgba(255,255,255,.5);
}
.kilimanjaro_area p, .kilimanjaro_area ul .kilimanjaro_area li, .kilimanjaro_area ol li {
    font-weight: 300;
}
.kilimanjaro_area ul {
    margin: 0;
    padding: 0;
}
.kilimanjaro_bottom_header_one {
    background-color: #111;
}
.section_padding_50 {
    padding: 50px 0;
}
.kilimanjaro_bottom_header_one p {
    color: #fff;
    margin: 0;
}
.kilimanjaro_area p, .kilimanjaro_area ul li, .kilimanjaro_area ol li {
    font-weight: 300;
}
.kilimanjaro_bottom_header_one a {
    color: inherit;
    font-size: 14px;
}
.kilimanjaro_area a, .kilimanjaro_area h1, .kilimanjaro_area h2, .kilimanjaro_area h3, .kilimanjaro_area h4, .kilimanjaro_area h5, .kilimanjaro_area h6 {
    font-weight: 400;
}
.m-top-15 {
    margin-top: 15px;
}
ul {
    margin: 0;
    padding: 0;
}

.kilimanjaro_widget > li {
    display: inline-block;
}
.kilimanjaro_area p, .kilimanjaro_area ul li, .kilimanjaro_area ol li {
    font-weight: 300;
}
.kilimanjaro_area ol li, .kilimanjaro_area ul li {
    list-style: outside none none;
}
.kilimanjaro_widget a {
    border: 1px solid #f5883c;
    border-radius: 6px;
    color: #f5883c;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 7px 12px;
}
.kilimanjaro_area ul {
    margin: 0;
    padding: 0;
}
.kilimanjaro_links a {
    border-bottom: 1px solid #f5883c;
    color: #f5883c;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.kilimanjaro_links a {
    color: #f5883c;
    font-size: 13px;
}
.kilimanjaro_area top-15 {
    margin-top: 15px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
    color: #fff;
}
.kilimanjaro_part h4, .kilimanjaro_part h5 {
    margin-bottom: 30px;
}
.kilimanjaro_social_links > li {
    display: inline-block;
}
.kilimanjaro_area p, .kilimanjaro_area ul li, .kilimanjaro_area ol li {
    font-weight: 300;
}
.kilimanjaro_social_links a {
    border: 1px solid #f5883c;
    border-radius: 6px;
    color: #f5883c;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
    padding: 7px 12px;
}
.kilimanjaro_blog_area .kilimanjaro_date {
    color: #f5883c;
    font-size: 13px;
    margin-bottom: 5px;
}
.kilimanjaro_blog_area > p {
    color: rgba(255,255,255,.5);
    line-height: 1.3;
    margin-bottom: 0;
}
.kilimanjaro_works > a {
    display: inline-block;
    float: left;
    position: relative;
    width: 33.33333333%;
    z-index: 1;
}
.kilimanjaro_thumb {
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
}
.kilimanjaro_links a i {
    padding-right: 10px;
}
  /* :: 18.0 Footer Area CSS */

.footer_area {
        position: relative;
        z-index: 1;
    }
.footer_bottom p > i,
.footer_bottom p > a:hover {
        color: #27ae60;
    }	

.social_links_area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 50px 0 30px 0;
        text-align: center;
        position: relative;
        z-index: 1;
    }
.social_links_area > a:hover {
        color: #27ae60;
    }

.inline-style .social_links_area > a:hover {
        background-color: transparent;
        color: #27ae60;
        border: 0px solid transparent;
}
.single_feature:hover .feature_text h4 {
        color: #27ae60;
    }
.kilimanjaro_blog_area {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding: 0 0 15px 90px;
    position: relative;
    z-index: 1;
}
.kilimanjaro_links a {
    border-bottom: 1px solid #333;
    color: rgba(255,255,255,.5);
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
        
        
        
    
        
        
        
        
        
        
        /*PEN STYLES*/
 body {
	 background: #f1f1f1;
}
 .assia-blog-card {
	 display: flex;
	 flex-direction: column;
	 margin: 1rem auto;
	 box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
	 margin-bottom: 1.6%;
	 background: #fff;
	 line-height: 1.4;
	 border-radius: 5px;
	 overflow: hidden;
	 z-index: 0;
}
 .assia-blog-card a {
	 color: inherit;
}
 .assia-blog-card a:hover {
	 color: #f5883c;
}
 .assia-blog-card:hover .photo {
	 transform: scale(1.3) rotate(3deg);
}
 .assia-blog-card .meta {
	 position: relative;
	 z-index: 0;
	 height: 200px;
}
 .assia-blog-card .photo {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 background-size: cover;
	 background-position: center;
	 transition: transform 0.2s;
}
 .assia-blog-card .details, .assia-blog-card .details ul {
	 margin: auto;
	 padding: 0;
	 list-style: none;
}
 .assia-blog-card .details {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: -100%;
	 margin: auto;
	 transition: left 0.2s;
	 background: rgba(0, 0, 0, .6);
	 color: #fff;
	 padding: 10px;
	 width: 100%;
	 font-size: 0.9rem;
}
 .assia-blog-card .details a {
	 text-decoration: dotted underline;
}
 .assia-blog-card .details ul li {
	 display: inline-block;
}
 .assia-blog-card .details .author:before {
	 font-family: FontAwesome;
	 margin-right: 10px;
	 content: "\f007";
}
 .assia-blog-card .details .date:before {
	 font-family: FontAwesome;
	 margin-right: 10px;
	 content: "\f133";
}
 .assia-blog-card .details .tags ul:before {
	 font-family: FontAwesome;
	 content: "\f02b";
	 margin-right: 10px;
}
 .assia-blog-card .details .tags li {
	 margin-right: 2px;
}
 .assia-blog-card .details .tags li:first-child {
	 margin-left: -4px;
}
 .assia-blog-card .description {
	 padding: 1rem;
	 background: #fff;
	 position: relative;
	 z-index: 1;
}

 .assia-blog-card .description h1 {
	 line-height: 1;
	 margin: 0;
	 font-size: 1.7rem;
     text-transform: uppercase;
}
 .assia-blog-card .description h2 {
	 font-size: 1rem;
	 font-weight: 300;
	 text-transform: uppercase;
	 color: #a2a2a2;
	 margin-top: 5px;
}

 .assia-blog-card .description p {
	 font-size: 1rem;
	 font-weight: 300;
	 text-transform: uppercase;
	 color: #a2a2a2;
	 margin-top: 5px;
}
 .assia-blog-card .description .read-more {
	 text-align: right;
}
 .assia-blog-card .description .read-more a {
	 color: #f5883c;
	 position: relative;
}
 .assia-blog-card .description .read-more a:after {
	 content: "\f061";
	 font-family: FontAwesome;
	 margin-left: -10px;
	 opacity: 0;
	 vertical-align: middle;
	 transition: margin 0.3s, opacity 0.3s;
}
 .assia-blog-card .description .read-more a:hover:after {
	 margin-left: 5px;
	 opacity: 1;
}
 .assia-blog-card p {
	 position: relative;
	 margin: 1rem 0 0;
}
 .assia-blog-card p:first-of-type {
	 margin-top: 1.25rem;
}
 .assia-blog-card p:first-of-type:before {
	 content: "";
	 position: absolute;
	 height: 5px;
	 background: #f5883c;
	 width: 35px;
	 top: -0.75rem;
	 border-radius: 3px;
}
 .assia-blog-card:hover .details {
	 left: 0%;
}
 @media (min-width: 640px) {
	 .assia-blog-card {
		 flex-direction: row;
		 max-width: 700px;
	}
	 .assia-blog-card .meta {
		 flex-basis: 40%;
		 height: auto;
	}
	 .assia-blog-card .description {
		 flex-basis: 60%;
	}
	 .assia-blog-card .description:before {
		 transform: skewX(-3deg);
		 content: "";
		 background: #fff;
		 width: 30px;
		 position: absolute;
		 left: -10px;
		 top: 0;
		 bottom: 0;
		 z-index: -1;
	}
	 .assia-blog-card.alt {
		 flex-direction: row-reverse;
	}
	 .assia-blog-card.alt .description:before {
		 left: inherit;
		 right: -10px;
		 transform: skew(3deg);
	}
	 .assia-blog-card.alt .details {
		 padding-left: 25px;
	}
}
        
        
        
        
        
        
        
        
        
        
.assia-destination-blog-card {
  max-width: 550px;
  width:100%;
  height: 500px;
  position: relative;
  color:#fff;
  top: 20%;
  right: 0;  
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition:all 0.4s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.assia-destination-blog-card a{ 
  color:#fff;
  text-decoration:none;
  transition:all 0.2s
}
.assia-destination-blog-card .color-overlay {
  background: rgba(64, 84, 94,0.5);
  width: 550px;
  height: 500px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.assia-destination-blog-card .gradient-overlay {  
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 21%);
  width: 550px;
  height: 500px;
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 15;
}
.assia-destination-blog-card:hover{
    box-shadow: 0px 18px 20px -9px rgba(0, 10, 30, 0.75);
}
.assia-destination-blog-card:hover .more_contents_destination{
    top:0;
}
.assia-destination-blog-card:hover .card-info {
  opacity: 1;
  bottom: 100px;
}
.assia-destination-blog-card:hover .color-overlay {
  background: rgba(30, 108, 217,0.8);
}
.assia-destination-blog-card:hover .title-content{
  margin-top:70px
}
.title-content {
  text-align: center;
  margin: 170px 0 0 0;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
  transition:all 0.6s
}

.assia-destination-blog-card:hover h3:after{
 
  animation: changeLetter 0.3s 1 linear;
  width:80%
}

.assia-destination-blog-card h3, .assia-destination-blog-card h1 {
  font-size: 1.9em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
  display:inline-block;
}
.assia-destination-blog-card h3 a{  
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);  
  transition:all 0.2s
}
.assia-destination-blog-card h3 a:hover{
  text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.95);
}
.assia-destination-blog-card h3:after {
  content: " ";
  display: block; 
  width: 10%;
  height: 2px;
  margin: 20px auto;
  border: 0;
  background: #f5883c;
  transition:all 0.2s
}

@keyframes changeLetter {
  0% {
    width: 10%;
  }
  100% {
    width: 80%;
  }
}

.assia-destination-blog-card .intro {
  width: 170px;
  margin: 0 auto;
  color: #ddd;
  font-style: italic;
  line-height: 18px;
}
.assia-destination-blog-card .intro a{
  color: #ddd
}
.assia-destination-blog-card .intro a:hover{
  text-decoration:underline
}
.assia-destination-blog-card .card-info {
   box-sizing: border-box;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  margin: 0 auto;
  padding: 0 50px;
  font-style: 16px;
  line-height: 24px;
  z-index: 20;
  opacity: 0;
  transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.assia-destination-blog-card .card-info a.see-more{
  display:block;
  width:100px;
  margin:15px auto;
  background:#fff;
  color:#444;
  padding:3px 10px;
  border-radius:2px;
  font-size:0.8em
}
.assia-destination-blog-card .card-info a.see-more:hover{
  background: #f5883c;
  color:#fff;
}
.assia-destination-blog-card .card-info a.see-more:hover span{
   filter: brightness(10);
   opacity:1
}
.assia-destination-blog-card .utility-info {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 20;
  width:100%;
  text-align:left
}
.assia-destination-blog-card .utility-info:after{
  content:" ";
  background-size: 30px auto;
  display:block;
  opacity: 0.4;
  position:absolute;
  bottom:25px;
  right:15px;
  width:30px;
  height:15px
}
.assia-destination-blog-card .utility-info a:hover{
  text-decoration:underline
}
.assia-destination-blog-card .utility-list {
  list-style-type: none;
  margin: 0 0 10px 20px;
  padding: 0;
  width: 100%;

}
.assia-destination-blog-card .utility-list li {
  margin: 0 5px 0 0;
  padding: 3px 0 15px 0px;
  display: inline-block;
  
  font-size:0.8em
}

.assia-destination-blog-card .licon{
  position:relative;  
   width:23px;
   height:15px;
   display:inline-block;
   vertical-align:middle;
}
.assia-destination-blog-card .licon:before{
  content:"";
   background:url(https://rawcdn.githack.com/Nodws/NodPen/ffad95aa5244b4b09a3c7c1508a018959bbedb7e/postItem/licons.svg?) -2px -6px no-repeat;
   background-size:250px;
   width:26px;
   height:20px;
   display:inline-block;
   vertical-align:middle;
   position:absolute;
   top:-3px;
   left:0;
}
.assia-destination-blog-card .icon-white{
   filter: brightness(10);
}
.assia-destination-blog-card .icon-black{
   filter: brightness(0);
   opacity:0.6
}
.assia-destination-blog-card .icon-like:before{
  background-position: -183px -6px;

}
.assia-destination-blog-card .icon-com:before{
  background-position: -63px -4px;

}
.assia-destination-blog-card .icon-dat:before{
  background-position: -94px -7px;
}
.assia-destination-blog-card .icon-tag:before{
  background-position: -33px -6px;

}

@media (max-width:750px)
{
  .assia-destination-blog-card .utility-info {
    text-align:center;
  }
  .assia-destination-blog-card .utility-info ul{
    width:100%;
    margin:0;
    box-sizing:border-box
  }
  .assia-destination-blog-card .utility-info li{
    width:49%;
    display:inline-block;
    box-sizing:border-box;
    margin:0
  }
}

@media (max-width:500px){
  .assia-destination-blog-card .utility-info li:last-of-type{
    width:100%
  }
  .assia-destination-blog-card .card-info{
    display:none
  }
  .assia-destination-blog-card:hover .title-content,.title-content{
  margin-top:40px
}
.assia-destination-blog-card{
  height:300px
}
.assia-destination-blog-card h3{
  font-size:1.3em
}
.assia-destination-blog-card .intro{
  font-size:0.8em
}
}


/*  ================  */

/* ignore this bit :P */
#profile-badges:after {
    content: "BRO";
    font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
    font-size:13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1px 4px 1px 4px;
    color: black !important;
    border-radius: 3px;
    position: relative;
    top: -2px;
    text-shadow: none !important;
    white-space: nowrap;
    letter-spacing: 0;
    background: #FFDD40;
}
.profile-header{ background:#333 url(https://images.unsplash.com/photo-1435783099294-283725c37230?dpr=1&auto=compress,format&fit=crop&w=1376&h=635&q=80&cs=tinysrgb&crop=&bg=) top center no-repeat; background-size:cover; font-size:3em;position:relative}
.profile-header:after{
  position:absolute;
  content:"";
  display:block;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(23, 23, 31, 0.42);
  z-index:0
}
#profile-links a{
  font-family: 'Abril Fatface', serif;
  font-size:1.2em
}


.profile-links a[href*=nodws\.com]:before{
    content:"\2616";
    color:#0a45b5;
    padding-right:3px
}

.profile-links a[href*=twitter]:before{
    content:"\1f426";
    color:#08c
}

.profile-links a[href*=dribbble]:before{
    content:"\26BE";
    color:#d055bf
}
#following-this-user{
  pointer-events:none
}
#follow-this-user{
    font-size:1.2em;
    border-color:#359ef9
}
#follow-this-user:after{
    content:"\1f448"
}
.links-and-stats {
    background: rgb(20, 20, 21);
}
.profile-name h1 {
   text-shadow:0 6px 9px rgba(0, 0, 0, 0.48)
}
.profile-avatar {
    bottom: -10px;
    width: 150px;
    height: 150px;
    border: 0px solid #1E1E1E;
    background: rgba(2, 2, 2, 0.49);
    box-shadow:0 19px 19px -10px rgba(0, 0, 0, 0.63)
}
.profile-username, .upsell,.profile-location,.primary-pro{
  opacity:0;
}
.upsell,#pen-as-header-question{
  display:none
}
.profile-nav-1 a{
  font-size:1.2rem;
}
.profile-bio, .profile-nav-1 a.active,.profile-nav-1 a:hover {
    color: rgba(20, 20, 21, 0.59) !important;
    font-size: 1.2rem
}
.meta .pen-title {
  font-family: 'Droid Serif', serif;
  text-align:center
}
.pagination-button{
  background-color:#2f2f31;
  border-color:#2f2f31;
  transition:all 0.2s
}
.pagination-button:hover{
  box-shadow:0 3px 8px rgba(0,0,0,0.2)
}
.single-project .stats,.single-pen .stats {
    text-align:center;
    width:100%
}
.stats svg {
    fill: #bda26b;
}
.stats svg, .loves .icon-heart {
    fill: rgba(47, 47, 49, 0) !important;
    stroke:#ba6 !important;
    stroke-width:0.1em !important;
}
.loves .icon-heart {
   stroke-width:0.5em !important;
}
.comments svg {
   stroke-width:0.35em !important;
}
.single-stat.loves.loved-1 svg
{
    stroke:#fff !important
}

.single-pen:hover h3:after{
    width:40%;
    transition:all 0.2s
}
.pen-actions{
  border:0px !important
}
.meta{
  box-shadow:none !important
}
        
        
        
        
.card-like-brog .flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .card-like-brog .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .card-like-brog .padding {
        padding: 1rem
    }
}

.card-like-brog .padding {
/*    padding: 5rem*/
}

.card-like-brog .card {
    background: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
/*    margin-bottom: 1.5rem*/
}

.card-like-brog .card-header {
    background-color: transparent;
    border-color: rgba(160, 175, 185, .15);
    background-clip: padding-box
}

.card-like-brog .card-body p:last-child {
    margin-bottom: 0
}

.card-like-brog .card-hide-body .card-body {
    display: none
}


.card-like-brog .media {
    position: relative;
    display: block;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: inherit
}

.card-like-brog .media:after {
    content: '';
    display: block;
/*    padding-top: 100%*/
}

.card-like-brog .media:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0
}

.card-like-brog .media-circle .media {
    border-radius: 500px
}

.card-like-brog .media-circle .media .media-content:before {
    width: 100%;
/*    left: 25%*/
}

.card-like-brog .media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1rem;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.card-like-brog .media-overlay.overlay-top {
    bottom: auto
}

.card-like-brog .media-overlay.overlay-bottom {
    top: auto
}

.card-like-brog .media-action {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-like-brog .media-action.active {
    opacity: 1
}

.card-like-brog .media-action.media-action-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    padding: 0 5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: inherit
}

.card-like-brog .media-action.media-action-overlay .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: inherit
}

.card-like-brog .active>.media .media-action,
.card-like-brog .list-item:active .media-action,
.card-like-brog .list-item:hover .media-action,
.card-like-brog .media:active .media-action,
.card-like-brog .media:hover .media-action {
    opacity: 1;
    pointer-events: initial
}

.card-like-brog .media iframe,
.card-like-brog .media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, .1);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-like-brog .media-content:before {
    content: '';
    position: absolute;
    height: 10%;
    width: 90%;
    left: 5%;
    bottom: 0;
    background: inherit;
    background-position-y: 100%;
    filter: blur(10px)
}

.card-like-brog .circle .media-content:before {
    width: 40%;
    left: 30%
}

.card-like-brog .media-21x9:after {
    padding-top: 42.857143%
}

.card-like-brog .media-16x9:after {
    padding-top: 56.25%
}

.card-like-brog .media-4x3:after {
    padding-top: 75%
}

.card-like-brog .media-2x3:after {
    padding-top: 150%
}

.card-like-brog .media-3x4:after {
    padding-top: 133.33333%
}

.card-like-brog .media-1x2:after {
    padding-top: 200%
}

.card-like-brog .media-2x1:after {
    padding-top: 50%
}

.card-like-brog .media-3x1:after {
    padding-top: 33%
}

.card-like-brog .media-4x1:after {
    padding-top: 25%
}

.card-like-brog .media-1-4:after {
    padding-top: 25vh;
    min-height: 10rem
}

.card-like-brog .media-1-3:after {
    padding-top: 33vh;
    min-height: 12.5rem
}

.card-like-brog .gd-primary {
    color: #fff;
    border: none;
/*    background: #448bff linear-gradient(45deg,#448bff,#44e9ff);*/
    
    background-size: cover;
}
        
.acomodation-slids-overlay{
    background: #448bff linear-gradient(180deg,rgba(68,139,255,0.5),rgba(30, 108, 217,0.7));
    
}
        
.card-like-brog .card-body p.card-text{
    color: #a2a2a2;
    padding-bottom: 10px;
}