/*-------[ FONTS ]---------*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

/*-------[ GLOBAL ]---------*/
body {
	font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #7d7d7d;
    background-color: #fff;
}
body::-webkit-scrollbar-track
{
	border: 1px solid black;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #000000;	
}

.site-content{
    float: left;
    width: 100%;
    min-height: 900px;
    padding-bottom: 40px;
}
.home .site-content{
	padding-bottom: 0;
}
.container-fluid{
	padding: 0 40px;
}
.site-content{
	/*margin-top: 80px;*/
	/*margin-top: 110px;*/
}
.main-content{
	padding-left: 40px;
	padding-top: 10px;
}
.main-content .content{
	font-size: 16px;
}
.archive .cover-image {
    height: 165px!important;
}
.archive .nav_sticky {
	margin-top: 10px;
}





/*-------[ HEADER ]---------*/
.site-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: auto;
	padding: 0;
}
.top-header li{
	display: inline-block;
    float: right;
    padding-right: 20px;
    padding-bottom: 10px
}
.top-header li i{
    color: white;
    padding: 5px;
    font-size: 20px;
    border-radius: 20%;
}

.top-header li i.fa-instagram{
vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.top-header li i.fa-facebook{
    background-color:#3b5998; 
}

.top-header li i.fa-phone{
    background-color:red; 
}

.top-header li i.fa-envelope{
	background: #426e9a;
    margin-right: 10px;
}

.site-header.fixed{
	/*border-bottom: solid #ff3366 3px;*/
}
._flags{
	float: right;
}
._flags .inner{
	float: right;
}
._flags li{
	float: left;
	display: inline-block;
	margin-right: 15px;
}
._flags li a{
	float: left;
	font-weight: 500;
	color: #ff671b;
	padding: 4px 0 4px 15px;
	text-decoration: none;
}
._flags li.current-lang a,
._flags li a:hover{
	color: #ff3366;
}
._flags li.lang-item-sq{
	display: none;
}
.navbar-default{
	background-color: #0097b2b0;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}
.navbar-brand{
	padding: 2px 15px;
	height: auto;
}
.navbar-brand>img{
	width: 200px;
	margin-top: -20px;
}
.navbar-nav{
	float: none;
	padding-right: 21px;
	margin: auto;
    display: table;
}
.navbar-default .navbar-nav>li>a{
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
	color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav li a:before{
	content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color:#fff;
	visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-nav li a:hover:before{
	visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-nav .current-menu-item a:active:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.single-post tbody {
	border: solid 1px;
}
.single-post tr {
	border: solid 1px;
}
.single-post td {
	border: solid 1px;
		text-align: center;
}
.single-post tr td strong {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	padding: 5px;
	color: #7d7d7d;
}
.single-post tr td {
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	padding: 5px;
	color: #7d7d7d;;
}
@media(min-width: 768px){
	.navbar-nav>li>a{
	    padding-top: 11px;
    	padding-bottom: 36px;
	}
}
 /*Level 2 */
.dropdown-menu {
	z-index: 9999!important;
	background: #ff671b;
}
.dropdown-menu>li>a {
	color: #fff;
}
/*Dropdown Css*/
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*./Dropdown Css*/

.search-icon{
	float: right;
	margin-top: -58px;
	font-size: 18px;
	color: #fff;
}
.search-icon .fa{
	padding-left: 10px;
	cursor: pointer;
}
.search-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999999;
	background-color: rgba(14, 118, 188, .9);
}
.search-form{
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	width: 87%;
	margin: 0 auto;
}
.screen-reader-text{
	display: none;
}
.search-form label{
	position: relative;
	border-bottom: solid #3ac3ff 3px;
}
.search-form label,
.search-form input[type=search]{
	width: 100%;
}
.search-form input[type=search]{
	font-weight: 400;
	padding: 11px 64px 11px 15px;
	outline: 0;
	border: none;
}
.search-submit{
	position: absolute;
    top: 0;
    right: 0;
    text-indent: -999999px;
    width: 48px;
    height: 45px;
    border: none;
    background-color: #3ac3ff;
    color: #fff;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center center;
}
.search-overlay .close{
	float: right;
    font-size: 40px;
    color: #fff;
    margin: 20px;
    cursor: pointer;
    width: 65px;
    height: 60px;
    background-image: url(../images/icon-close.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
}

/*-------[ SLIDESHOW ]---------*/
.scroll-down{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
	max-width: 70px;
	cursor: pointer;
}
.center-slidershow{
	position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 30%;
    margin: auto;
    display: block;
	width:100%;
}
.center-slidershow h2 {
    display: block;
    font-size: 100px;
    line-height: 1.8em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0px;
	margin-top: -25px;
	margin-bottom: 50px;
}

.center-slidershow h3 {
    display: block;
	font-family: Satisfy,cursive;

    font-size: 40px;
    line-height: 1.8em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0px;
	margin-top: 30px;
}
.center-slidershow button {
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 15%;
    bottom: 0%;
    background: white;
    color: black;
    /* padding: 4px; */
    border: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.3px;
    line-height: 20px;
    padding: 16px 18px;
    box-shadow: none;
	webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}
.center-slidershow button:hover {
	background-color: #0097b2;
	color: white;
}
.center-slidershow marquee {
	opacity: 0.3;
    font-size: 300px;
	font-weight: bold;
    color: white;
    margin-top: -5%;
	text-transform: uppercase;
}
.caption ul li {
	display: inline-block;
	margin-bottom: 25px;
}
.caption ul li a:hover {
	text-decoration: none;
	color:#fff;
}
.caption ul {
	margin-top: 30px;
	padding-left: 0px;
}
.slider-link {
	font-size: 15px;
	font-weight: 300;
	color: #ffffff;
	border: solid red 1px;
	padding: 10px;
	text-decoration: none;
	outline: none;
	margin-right: 10px;
	margin-bottom: 15px;
	background: #ff3366;
}

.slideshow .item{
	height: calc( 100vh - 0px );
	border-bottom: solid  3px;
	outline: 0;
	border-bottom-color: #0097b2;
}
.slideshow .caption{
	position: relative;
	background-color: #ff671b99;
}
.slideshow .caption h2{
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	width: 70%;
	text-transform: uppercase;
	padding: 120px 0;
	padding-bottom: 20px;
	line-height: 45px;
}
.slideshow .caption h3 {
	font-size: 18px;
	font-weight: 300;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	text-align: left;
	margin-bottom: 20px;
}
.slideshow .caption button {
    border: solid 2px #fff;
    background: transparent;
    color: white;
    padding: 5px;
    font-size: 17px;
    text-transform: uppercase;
}
.slideshow .read-more{
	color: #fff !important;
}
.slideshow .slick-arrow{
	position: absolute;
    box-shadow: none;
    text-shadow: none;
    z-index: 9999999999999999;
    border: none;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    font-weight: 300;
    color: #ffffff;
    width: 100%;
    text-transform: lowercase;
    opacity: 1;
    background-repeat: no-repeat;
	height: 50px;
	width: 150px;
	font-size: 0px;
}
.slideshow .slick-arrow:hover{
	opacity: 1;	
}

.slideshow .slick-prev{
	top: 50%;
    left: 40px;
	background-image: url(../images/prev.png);
	background-position: top 6px left 7px;
}
.slideshow .slick-next{
	top: 50%;
    right: 40px;
	background-image: url(../images/next.png);
	background-position: top 6px right 18px;
}

.slideshow .slick-dots{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 6%;
    bottom: 4%;
}
.slideshow .slick-dots li{
	display: inline-block;
	margin-right: 5px;
}
.slideshow .slick-dots li button{
	box-shadow: none;
	border: solid #fff 1px;
	outline: 0;
	width: 13px;
	height: 13px;
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
	padding: 0;
	text-indent: -99999px;
}
.slideshow .slick-dots .slick-active button{
	background-color: #e85e34;
	border: solid #e85e34 1px;
}

.slideshow .cover .overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 70px;
	background-color: rgba(0, 85, 129, .7);
}

.about-text h2 {
	margin-bottom: 18px;
    font-size: 70px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 0;
    color: #fff;
    background: #0097b2;
    text-align: center;
}

.home-tour {
	background-image: url("../images/berat.jpg");
	background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 70px;
    margin: 0px!important;
}
.tour-page h2{
    display: block;
    font-size: 50px;
    line-height: 1.8em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 0px;
}

.tour-thumbnail {
    position: relative;
    margin: auto;
    overflow: hidden;
}


.about-text{
    margin-top: 80px;
}

.travel-home {
	padding-top: 40px;
	padding-bottom: 40px;
}
.about-text p {
	margin-bottom: 20px;
    line-height: 32px;
    padding-right: 100px;
}

.inside-testimonial {
    background: #f7f7f7;
    padding: 50px;
    text-align: center;
    margin: 0px 30px;
}
.inside-testimonial li {
	display: inline-block;
}

.inside-testimonial li i {
    color: #FBBC05;
    font-size: 14px;
}

.testimonials {
	background-color: #fff;
	    padding: 120px 0px;
}
.single-testi-des {
	margin-bottom: 30px;
    color: #333;
    font-size: 18px;
        font-weight: 100;
}

.testi-name img {
    width: 70px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.testi-name h2 {
    font-size: 20px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
}
.testimonials ul.slick-dots li {
	display: inline-block;
}

.testimonials ul.slick-dots {
	position: absolute;
    left: 44%;
    margin-top: 30px;
}

.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}
.video {
	background-image: url("https://roam.qodeinteractive.com/wp-content/uploads/2017/08/h5-video-background-img.jpg");
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 115px;
	background-attachment: fixed;
}

.video iframe{
    margin: auto;
    display: block;
}    

.testimonials li button {
       display: block;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border: 1px solid #FFB300;
    background: #FFB300;
    font-size: 0px;
    border-radius: 50%;
 }   

.testimonials li.slick-active button {
       display: block;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border: 1px solid #FFB300;
    background: #FFB300;
    font-size: 0px;
    border-radius: 50%;
 } 
 .create-your-tour{
  background-image: url("../images/background-img-2.jpg");
  height: 400px;
 }
  .create-your-tour h4{

     display: block;
    font-family: Satisfy,cursive;
    font-size: 50px;
    line-height: 1.8em;
    color: #0097b2;
    text-align: center;
 }

.create-your-tour button {
	margin-top: 80px!important;
    text-transform: uppercase;
    display: block;
    font-family: Satisfy,cursive;
    font-size: 50px;
    line-height: 1.8em;
    color: white;
    text-align: center;
    margin: auto;
    /* border-color: #23a9af!important; */
    background: #23a9af!important;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
}

/

/*-------[ Apliko ]---------*/
.page-template-aplikime .vfb-item{
	width: 40%!important;
}	
/*-------[ SUBSCRIBE ]---------*/
section.subscribe{
	min-height: 200px;
	background-image: url(../images/subscribe.jpg);
	padding-top: 10px;
	background-color: #08547b;
}
.subscribe .top-header li {
    display: inline-block;
    float: left;
    padding-left: 20px;
    padding-bottom: 10px;
    list-style-type: none;
}
.textwidget ul li {
	list-style-type: none;
	font-size: 14px;
	color: #ddd;
	padding-bottom: 10px;
	text-align: left;
}
.textwidget ul li a {
	font-size: 14px;
	color: #ddd;
}	

.subscribe .tour-thumbnail {
    border: solid 2px white;
}	
.col .subscribe {
	padding-top: 70px!important;
}
.traveltour-widget-title{
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: left!important;
    margin-top: 10px!important;
}
.subscribe h3{
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	margin-top: 10px;
	padding-right: 50px;
}
form.subscribe input[type=text]{
	float: left;
	width: 250px;
	padding: 10px;
	color: #ff671b;
	outline: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
form.subscribe button[type=submit]{
	padding: 10px 30px;
	box-shadow: none;
	outline: 0;
	border: none;
	border-radius: 0;
	background-color: #ff3366;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
form.subscribe button[type=submit]:hover{
	opacity: .8;
}
form.subscribe .resp{
	color: #fff;
	padding: 10px 0;
	height: 40px;
}
/********DESTINACIONE*/

.destinacione-page h3{
	display: block;
    font-family: Satisfy,cursive;
    font-size: 33px;
    line-height: 1.8em;
    color: #3fd0d4;
	text-align: center;
	
}
.destinacione-slick {
	margin-bottom: 100px;
}
.destinacione-slick ul {
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 6%;
	margin-top: 20px;
}
.destinacione-slick ul li { 
	display: inline-table;
}

.destinacione-slick ul li.slick-active button {
	font-size: 0px;
    border: none;
    padding: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: #0097b2;
}
.destinacione-slick ul li button {
	font-size: 0px;
    border: none;
    padding: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: #0097b266;
}
.destinacione-thumbnail {
	position: relative;
    margin: auto;
    overflow: hidden;
}
.destinacione-page h2 {
	text-align: center;
    color: black;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 1px;
	margin-bottom: 50px;
	margin-top: 0px;
}
.destinacione-slick img {
    display: block;
    height: 250px;
    width: 100%;
	transition: all 0.3s;
    display: block;
    transform: scale(1);
}
.destinacione-slick a:hover img {
	transform: scale(1.1);

}
.home-destinacione-content-top {
	background-color: #0097b2;
	padding: 5px;
	min-height: 35px;
}
.home-destinacione {
    margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

.home-destinacione-content-top span {
	color: #fff;
	font-size: 17px;
}
.home-destinacione-content-top .fa {
	color: #fff;
	font-size: 17px;
}
.home-destinacione-conten-bottom {
	background-color: white;
	padding: 20px
}
.home-destinacione-conten-bottom h4{
	color: #000;
	font-size: 20px;
}

.home-destinacione-conten-bottom h5{
	color: rgb(80, 80, 80);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

.home-destinacione-conten-bottom a {
	text-decoration: none;
}
/*-------[ FOOTER ]---------*/
.site-footer{
	min-height: 100px;
	background-color: #051416;
}
.footer-menu-wrapper{
	border-bottom: solid #ff3366 2px;
	padding: 15px 0;
}
#footer .fa-facebook {
	border: 5px double #3B5998;
    color: #fff;
    border-radius: 100%;
    font-size: 25px;
    height: 45px;
    line-height: 37px;
    margin: 10px;
    text-align: center;
    width: 40px;
    padding-bottom: 10px;
}
#footer .social-media{
    display: flex;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
#footer .fa-instagram {
	border: 5px  double   #833ab4;
	color: #D93389;
    border-radius: 100%;
    font-size: 25px;
    height: 45px;
    line-height: 37px;
    margin: 10px;
    text-align: center;
    width: 40px;
    padding-bottom: 10px;
}
.copyright-text {
	background: #0097b2;
    width: 100%;
    text-align: center;
    color: white;
    padding: 5px;
    margin-bottom: 0px;
    padding: 10px;
}
.fa-heart {
	color: red;
}
.copyright-text a {
	color: #fff;
    text-transform: none;
    text-decoration: none;
}
.footer-menu ul, .textwidget ul  {
	display: inline-grid;
	padding-left: 0px;
}
.footer-menu{
	float: left;
	padding: 10px 0 10px 0;
	margin-bottom: 0;
}
.footer-menu li{
	display: inline-block;
}
.footer-menu li a{
    font-size: 14px;
    color: #ddd;
    padding: 10px 14px;
    text-decoration: none;
    padding-left: 0px;
}
.copyright{
	color: #fff;
	padding: 20px 0;
}
.copyright a{
	color: #fff;
	text-decoration: none;
}
.copyright a:hover{
	color: #ff3366;
}
.copyright .credits{
	float: right;
}
.go-to-top{
	display: none;
	position: fixed;
	bottom: 145px;
	right: 5px;
	width: 40px;
	height: 40px;
	background-color: #ff3366;
	font-size: 30px;
	color: #fff;
	padding-left: 10px;
	cursor: pointer;
}
.go-to-top:hover{
	opacity: .8;
	color: #fff;
}
.go-to-top:hover .fa{
	transform: rotate(360deg);
}

/************ [ CONTACT PAGE ] ************/ 
.privacy {
    padding: 20px;
    height: 200px;
    overflow: overlay;
    position: absolute;
    top: 55%;
    border-radius: 0;
    outline: 0;
    border: solid #ff671b 1px;
    background: #fafafa;
    margin-left: 10px;
    width: 96.5%;
}


.contact-form .vfb-submit {
	    margin-top: 200px!important;
}
.contact-body h2 {
      text-align: center;
    color: #005d8f;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: bold;
    margin-top: 50px;
	margin-bottom: 50px;
}
.contact-body .h3 {
  background-image: url("../images/fish-solid.svg");
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    text-align: center;
    margin: auto;
    margin-left: 48%;
    margin-top: 20px;
}

.visual-form-builder-container {
  margin-top: -20px;
}
.svg-inline--fa {
  background: #f7a800!important;
  color: #f7a800!important;
}
.page-template-contact .site-content {
    background: white;
}
.vfb-text {
background-color:rgb(237, 236, 236)!important;
border-bottom-color:#344F69!important;
border-bottom-left-radius:0px!important;
border-bottom-right-radius:0px!important;
border-bottom-style:solid!important;
border-bottom-width:1px!important;
border-left-color:#344F69!important;
border-left-style:solid!important;
border-left-width:1px!important;
border-right-color:#344F69!important;
border-right-style:solid!important;
border-right-width:1px!important;
border-top-color:#344F69!important;
border-top-left-radius:0px!important;
border-top-right-radius:0px!important;
border-top-style:solid!important;
border-top-width:1px!important;
box-sizing:border-box!important;
color:rgb(94, 116, 128)!important;
cursor:text;
display:inline-block;
font-size:13.995px;
font-stretch:100%;
    height: 50px!important;
    width: 100%!important;
}
.vfb-textarea {
background-color:rgb(237, 236, 236)!important;
border-bottom-color:#344F69!important;
border-bottom-left-radius:0px!important;
border-bottom-right-radius:0px!important;
border-bottom-style:solid!important;
border-bottom-width:1px!important;
border-left-color:#344F69!important;
border-left-style:solid!important;
border-left-width:1px!important;
border-right-color:#344F69!important;
border-right-style:solid!important;
border-right-width:1px!important;
border-top-color:#344F69!important;
border-top-left-radius:0px!important;
border-top-right-radius:0px!important;
border-top-style:solid!important;
border-top-width:1px!important;
box-sizing:border-box!important;
color:rgb(94, 116, 128)!important;
cursor:text;
display:inline-block;
font-size:13.995px;
font-stretch:100%;
}

 .visual-form-builder fieldset {
    clear: both;
    margin: 15px 0;
    padding: 0;
    border: none!important;
    border-radius: 3px;
    background-color: white!important;
}
input.vfb-medium, input[type="text"].vfb-medium::placeholder {
	padding-left: 10px;
} 
input[type="email"].vfb-medium::placeholder {
padding-left: 10px;	
}
textarea.vfb-medium::placeholder {
    padding-left: 10px;
}
.vfb-submit {
      float: right;
    background: #c09551;
    color: white;
    border: none;
    box-shadow: none;
    padding: 10px;
    width: 149px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.vfb-submit:hover{
  background-color: #344F69 !important;
}
.top-contact .col-md-4 {
      background: #0097b2  !important;
      border-right: solid 1px white;
      text-align: center;
      padding-bottom: 20px;
}
.top-contact .col-md-4.location{
      background: #0097b2  !important;
      border-right: none;
      text-align: center;
      padding-bottom: 10px;
}
.top-contact .col-md-4 h5 {
  text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.vfb-item input, .vfb-item textarea {
	padding: 10px!important;
    border-color: #0097b2!important;
    background-color: #051416!important;
    color: white!important;
}
.vfb-item input::placeholder, .vfb-item textarea::placeholder {
	color: white!important;
}
#vfb-9 {
	padding-left: 20px!important;
}
.top-contact .col-md-4 span {
    text-align: center;
    color: white;
    /* text-transform: uppercase; */
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding-left: 15px;
}
.top-contact .col-md-4 i {
color: #c09551;
    font-size: 20px;
    background: white;
    padding: 5px;
    border-radius: 50%;;
}

.top-contact .col-md-4 a {
  color: white;
    padding-left: 15px;
}

label.vfb-desc {
    font-weight: bold;
    color: #005d8f;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}


@media (max-width: 991px){
	.top-contact .col-md-4 h5 {
		padding-top: 15px;
	}
}
/*-------[ LEFT MENU ]---------*/
.left-menu{
	background-color: #ff671b;
	padding: 20px 0;
}
.left-menu h4{
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px;
	margin: 0 0 20px 0;
}
.left-menu h4:before{
	float: left;
	content: '';
	width: 2px;
	height: 25px;
	background-color: #ff3366;
	margin-right: 10px;
	margin-top: -1px;
}
.left-menu li{
	display: block;
	padding-left: 15px;
}
.left-menu li a{
	position: relative;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	padding: 15px;
	text-decoration: none;
}
.left-menu li a:hover,
.left-menu li a.active{
	background-color: #ff3366;
}
.left-menu li a:after{
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 9;
    width: 15px;
    height: 55px;
    content: '';
    background-color: #fff;
}
.left-menu li a:hover:after,
.left-menu li a.active:after{
    background-color: #ff3366;
}
.left-menu li a:before{
	position: absolute;
    top: 22px;
    right: -4px;
    width: 10px;
    height: 10px;
    content: '';
    background-color: transparent;
    z-index: 99;

}
.left-menu li a:hover:before,
.left-menu li a.active:before{
	background-color: #fff;
}



/*-------[ CONTACT PAGE ]---------*/
.page-template-contact .site-header{
	border-bottom: solid #ccc 1px;
	-webkit-box-shadow: 0px 4px 13px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 13px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 13px -5px rgba(0,0,0,0.75);
}
.contact #gmap{
	height: 710px;
	margin-bottom: 20px;
}
.contact{
	padding: 40px 0;
}
.contact-form .vfb-item{
	float: left;
	width: 50% !important;
	clear: none;
}
.contact-form .vfb-item-textarea{
	width: 100% !important;
}
.visual-form-builder fieldset{
	background-color: transparent;
	border: none;
}
.visual-form-builder ul, 
.entry-content .visual-form-builder ul, 
.comment-content .visual-form-builder ul, 
.mu_register .visual-form-builder ul, 
.visual-form-builder ol, 
.entry-content .visual-form-builder ol, 
.comment-content .visual-form-builder ol, 
.mu_register .visual-form-builder ol{
	margin:0 !important;
}
.contact-form input.vfb-medium, 
.contact-form input[type="text"].vfb-medium, 
.contact-form input[type="tel"].vfb-medium, 
.contact-form input[type="email"].vfb-medium, 
.contact-form input[type="url"].vfb-medium, 
.contact-form select.vfb-medium{
	font-size: 16px;
	padding: 15px;
	border-radius: 0;
	outline: 0;
	width: 100%;
	border:solid #ff671b 1px;
}
.contact-form textarea.vfb-medium{
	font-size: 16px;
	padding: 15px;
	border-radius: 0;
	outline: 0;
	border:solid #ff671b 1px;
}

.contact-form .vfb-item-submit{
	width: 100% !important;
}
.contact-form .vfb-submit{
	float: left;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	box-shadow: none;
	border: none;
	outline: 0;
	border-radius: 0;
	background-color: #ff3366;
	padding: 10px;
	text-align: center;
	width: 100%;
	border: solid #ff3366 1px;
	margin-top: -20px;
	-webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.contact-form .vfb-submit:hover{
	border: solid #ff3366 1px;
	background-color:#fff;
	color: #ff3366
}
.contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ff671b;
}
.contact ::-moz-placeholder { /* Firefox 19+ */
  color: #ff671b;
}
.contact :-ms-input-placeholder { /* IE 10+ */
  color: #ff671b;
  text-transform: uppercase;
}
.contact :-moz-placeholder { /* Firefox 18- */
  color: #ff671b;
}
.contact-form h4{
	font-size: 18px;
	color: #ff671b;
}
.contact .contacts{
	padding-top: 0;
	margin-top: 20px;
}
.contact .contacts .fa{
	position: absolute;
	left: 0;
	top: 15px;
}
.contact .contacts li{
	position: relative;
	float: left;
	width: 100%;
	padding-left: 50px;
	/*min-height: 80px;*/
}

/*-------ABOUT--------*/

.image-about img {
width: 100%;
height: 650px;
}

.content-about h3 {
margin-top: 0px;
    font-size: 41px;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 0px;
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
        padding: 130px 0px 25px 70px;
    color: #383838;
}

.content-about h5 {

    display: inline-block;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    margin-bottom: 0px;
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
    padding: 10px 70px 10px 70px;
    color: #8c8c8c;
    line-height: 2;

}
.page-template-about .site-content {
    background: #f2f2f2!important;
}
.image-about-services ul li h4 {
	    font-size: 21px;
    color: white;
    font-weight: bold;
}	
.background-image h1 {
text-align: center;
    padding-top: 150px;
    font-size: 54px;
    margin-bottom: 0px;
    color: white;
    margin-top: 0px;
}    
.image-about-services ul li h5 {

    margin-top: 0px;
    margin-bottom: 20px;
    /* font-size: inherit; */
    line-height: 1.7;
    font-size: 16px;
    color: #ededed;
        font-weight: 400;
 } 
 .image-about-services ul li {
 	list-style: none;
 	    margin-top: 50px;
 }   
 .image-about-services .last-item {
	margin-bottom: 50px;
 }
/*-------[ MEDIA QUERIES ]---------*/
@media(max-width: 1199px){
	.site-header .container-fluid{
		padding: 0 10px;
	}
	.navbar-brand>img{
		width: 200px;
	}
}
@media(max-width: 1024px){
	.container-fluid{
		padding: 0 15px;
	}
	.travel-home .about-image img {
		height: 400px;
	}
	.some-home-news {
		padding: 0px;
	}
	.container{
		width: 100%;
	}
	.container._rmp{
		padding: 0;
	}
	.slideshow .caption h2{
		width: 100%;
	}
	.home-about .content .inner,
	.home-international .content .inner,
	.home-publication .content{
		padding-left: 0;
		padding-right: 0;
	}
	.home section .content p{
		margin-bottom: 20px;
	}
	.service-item .inner{
		padding: 15px 0;
		min-height: 265px;
	}


	/*cover image*/
	.cover-image .intro{
		padding-top: 130px;
	}

	/*contact page*/
	.contact-form{
		padding-left: 0;
	}
	.contact .contacts{
		margin-top: 0;
	}
	.contact .contacts li{
		width: 100%;
		min-height: auto;
	}
	.contact-form{
		margin-top: 25px;
	}

	 .navbar-header {
        float: none;
        margin-top: 20px;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .site-header .container-fluid{
    	padding: 0 28px;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        transition: none;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-default .navbar-nav>.active>a:before, 
    .navbar-default .navbar-nav>.active>a:focus:before, 
    .navbar-default .navbar-nav>.active>a:hover:before{
    	visibility: visible;
	  -webkit-transform: scaleX(1);
	  transform: scaleX(1);
    }

    .navbar-toggle{
    	border-radius: 0;
    	border: none;
    	background-color: transparent;
    	box-shadow: none;
    	padding: 0;
    	margin-right: 0;
    	margin-top: 9px;
    }
    .navbar-default .navbar-toggle{
    	border: none;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    	background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar{
    	background-color: #fff;
    }
    .navbar-toggle .icon-bar{
    	width: 35px;
    	height: 3px;
    }
    .search-icon{
    	margin-top: 0;
    }
}

@media(max-width: 991px){
	._flags li a{
		padding: 4px 16px 4px 3px;
	}
	.left-menu li a{
		font-size: 15px;
	}
	.main-content{
		padding: 15px;
	}
	#breadcrumbs{
		padding: 0 16px;
		padding: 0;
		margin-bottom:15px;
	}
	.main-content .post{
		padding: 15px;
		margin-bottom: 0;
	}
	.main-content .post .title{
		margin-bottom: 20px;
	}
	.main-content .post p{
		margin-bottom: 15px;
	}
	.main-content .read-more{
		margin: 0;
	}
	.about-text h2 {
	    font-size: 40px;
	    margin-top: 15px;
	}
	.travel-home {
    padding-left: 0px;
    padding-right: 0px;
	}
	.about-text p {
    margin-bottom: 20px;
    line-height: 32px;
    padding-right: 0px;
}
.video {

    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    background-attachment: unset;
}
	.about-text {
    	margin-top: 0px;
	}
	.tour-content {
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) {
.navbar-nav {
    padding-top: 15px;
}
}
@media(max-width: 768px){
	.site-header{
		padding-top: 0;
	}
	.services-page h2 {
		padding-left: 0px;
	}
	.main-content .post ul {
    	padding-left: 20px;
	}
	.international .cover-image h1 {
		font-size: 30px!important;
	}
	.international .top-about-part {
		padding: 0px;
	}
	.international .content-about {
		padding: 0px;
	}
	.international .top-about-part {
		margin-top: 20px;
	}
	.privacy-cv {
		bottom: 17%;
	}
	.inivia-cv-career {
		padding: 8px!important;
	}
	.cover-image {
		height: 200px;
	}
	.main-content .post {
    	padding: 0px;
   	}
	.privacy {
		    top: 55%;
	}
	.site-header .container-fluid{
		padding: 0 15px;
	}
	.navbar-toggle{
		margin-right: 15px;
	}
	.some-home-news .col-md-6 {
		padding: 0px;
	}
	.some-home-news {
		padding: 0px;
	}
	.navbar-nav{
		margin: 0;
		padding-right: 0;
	}
	.primary-menu{
		padding-left: 0;
	}
	.slideshow .item .cover{
		display: none;
	}
	.slideshow .caption{
		background-color: rgba(0, 85, 129, .7);
	}
	.slideshow .slick-prev,
	.slideshow .slick-next{
		right: 0;
	}
	.slideshow .caption h2{
		font-size: 25px;
    line-height: unset;
    padding-top: 80px;
	}
	.site-header input.vfb-medium, 
	.site-header input[type="text"].vfb-medium, 
	.site-header input[type="tel"].vfb-medium, 
	.site-header input[type="email"].vfb-medium, 
	.site-header input[type="url"].vfb-medium, 
	.site-header select.vfb-medium, 
	.site-header input.vfb-medium, 
	.site-header input[type="text"].vfb-medium:focus, 
	.site-header input[type="tel"].vfb-medium:focus, 
	.site-header input[type="email"].vfb-medium:focus, 
	.site-header input[type="url"].vfb-medium:focus, 
	.site-header select.vfb-medium:focus,
	.site-header textarea.vfb-medium{
		width: 100%;
	}

	/*nav sticky*/
	.nav_sticky{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.left-menu{
		padding: 0;
	}
	.left-menu{
		list-style: none;
	}
	.left-menu li{
		padding-left: 0;
		display: none;
	}
	.left-menu li a{
		padding: 10px;
	}
	.left-menu li a:before,
	.left-menu li a:after{
		display: none;
	}
	.left-menu h4{
		font-size: 14px;
		margin-bottom: 0;
	}
	.left-menu h4:before{
		font-family: 'FontAwesome';
		content: '\f0c9';
		background-color: transparent;
		padding-right: 20px;
	}

	.main-content{
		width: 100%;
	}
	.post .image-container{
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.subscribe .col{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.subscribe h3{
		text-align: center;
		padding-right: 0;
	}
	form.subscribe input[type=text],
	form.subscribe button[type=submit]{
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}


}
.vfb-legend {
	display: none!important;
}
.page-template-career .vfb-item-secret {
	display: none!important;
}
.home-tour-content {
	background: #0097b2;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media(max-width: 660px){
.video iframe {
    width: 100%; 
}
.tour-page h2 {
    font-size: 50px;
    line-height: 1.3em;
}
}
@media(min-width:661px) and (max-width:768px) {
	.center-slidershow h3 {
    font-size: 30px;
    line-height: 1em;

    margin-top: 50px;
	}
	.center-slidershow h2 {
		font-size: 50px;
		line-height: 1.2em;
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.center-slidershow button {
		width: 20%;
    bottom: 11%;
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.3px;
    line-height: 5px;
    padding: 15px;
	}
}
@media(max-width: 480px){

	/*header*/
	.logo{
		padding-top: 10px;
	}
	.privacy {
		top: 55%;
		margin-left: 3px;
		width: 97.5%;
	}
	.logo img{
		max-width: 108px;
	}
	._flags{
		position: relative;
		z-index: 99999;
	}
	.contacts li{
		position: relative;
		font-size: 14px;
		padding: 8px 0;
		padding-left: 40px;
	}
	.contacts li .fa{
		position: absolute;
		font-size: 20px;
		top: 7px;
		left: 0;
	}
	.contact-form{

	}
	.contact #gmap{
		height: 300px;
	}


	/*services*/
	.service-item{
		width: 100%;
	}
	.menu-container{
		height:100vh;
		overflow-y: scroll;
	}

	.copyright{
		font-size: 13px;
		text-align: center;
	}
	.credits{
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}

	.contact-form .vfb-item{
		width: 100% !important;
	}
}

 @media only screen and (min-device-width: 1024px) and (max-device-width: 1600px) {
	.slideshow .slick-dots {
			left: 28%;	
			bottom: 5%;
		} 
	}

@media  (max-width: 660px) {
		.top-header li {
		    padding-top: 10px;
		}
		.testimonials ul.slick-dots li {
    		display: none;
		}

		.center-slidershow h2 {
    font-size: 60px;
    line-height: 1.3em;
    padding-top: 0px;
    margin-top: 20px;
		}
		.center-slidershow button {
width: 50%;
    bottom: -4%;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 5px;
    padding: 20px 0px;
    box-shadow: none;
		}
		.slideshow .slick-prev {
			display:none!important;
		}
		.slideshow .slick-next {
			display:none!important;
		}

}
@media(max-width: 425px) {
	.contact-form .vfb-submit {
	    margin-top: 310px!important;
	}
	.about-image img {
		height: 250px;
	}	
	.testimonials {
    	padding: 30px 0px;
	}
	.inside-testimonial {
    	padding: 20px;
    	margin: 0px 0px;
	}
	.rating ul {
		padding-left: 0px;
	}
	.tour-page .col-md-12 .col-md-4 {
    	padding: 0px;
	}	
	.tour-content .col-md-12 {
    	padding-left: 1px!important;
	}
}

/*BLOG */
.core-blog-thumbnail:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.core-blog-thumbnail img {
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
    -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}
.core-blog-thumbnail img {
    margin: 0px;
    height: 480px;
    width: 100%;
}
.blog-page {
	margin-top: 50px;
	padding-left: 50px;
}
.core-blog-title a {
color:rgb(52, 52, 52);
cursor:pointer;
display:inline;
font-family:Poppins, sans-serif;
font-size:38px;
font-weight:800;
height:auto;
letter-spacing:normal;
line-height:45.6px;
}

.gdlr-core-blog-info-wrapper {
    display: inline-block;
    margin-right: 25px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ff671b;
    text-transform: uppercase;
    margin-top: 30px;
}
.core-blog-content {
    color: rgb(140, 140, 140);
    font-size: 14px;
    line-height: 23.8px;
    margin-bottom: 30px;
}
.blog-excerpt {
    font-size: 14px;
    padding: 12px 27px;
    background-color: #ff671b;
    color: white;
}   
.blog-excerpt:hover {
	color: white;
    border-radius: 10%;
    outline: none;
    text-decoration: none;
}
.core-blog {
	margin-bottom: 70px;
}
.core-blog i{
    color: #9a9a9a;
    font-size: 15px;
    margin-right: 10px;
}
.blog-info-author{ 
	margin-right:15px;
}

@media (max-width: 991px) {
	.blog-page {
		padding-left: 0px; 
	}
	.core-blog-thumbnail img {
	    height: auto;
	}
	.content-about h3 {  
	    padding: 10px;
	    font-size: 30px;
	}
	.content-about h5 {
		padding: 15px;
	}	
	.image-about img {
    	height: 450px;
	}
	.image-about-services {
		height: 550px;
    	padding-top: 10px;
	 }
}
@media (max-width: 768px) {
	.textwidget ul {
		margin-left: 0px;
		    padding-left: 0px;
	 }
	 .subscribe .top-header li {
    padding-left: 0px!important;
	}
	.subscribe h3 {
		text-align: center;
		padding-left: 0!important;
	}
	.top-header {
		padding-left: 0!important;
	}
}	
/*BLOG */
.tour-thumbnail img {
	width: 100%; 
height:300px;
transition: all 0.3s;
display: block;
transform: scale(1);
}

.tour-thumbnail a:hover img {
transform: scale(1.1);

}


.single-blog  .col-md-6 img {
	width: 100%;
	height: auto;
}
.single-post h1 {
    font-weight: 500;
    font-size: 20px;
    color: #ff671b;
    padding-top: 0px;
    margin-top: 0px;
}
.single-post .content {
    font-size: 15px;
    padding-top: 30px;
    margin-top: 30px;
}
.single-post .date {
	    font-weight: 500;
    font-size: 14px;
    color: #e85e34;
}
.tour-content .price {
    font-size: 22px;
    line-height: 1;
    margin-top: 6px;
    font-weight: 800;
    color: #4692e7;
    float: right;
    padding-right: 0px;
    text-align: right;
}    
.tour-content .title {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #fff;
text-align: center;
} 
.single-tour-content {
	padding-top: 30px;
	padding-bottom: 50px;
}
.single-tour-content .kohezgjatja {
	font-size: 18px;
    color: rgb(22, 52, 85);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.429;
}
.content p {
	    box-sizing: border-box;
    color: #afaaaa;
    font-size: 14px;
    padding-right: 20px;
    line-height: 1.6;
    text-align: left;
    font-weight: 300;
}
.single-tour-content .fa {
	font-size: 18px;
    color: rgb(22, 52, 85);
    /* font-weight: bold; */
    line-height: 1.429;
}
.gallery-tour {
	padding-left: 0px;
	margin-top: 50px;
}
.single-tour-content .title {
	color: rgb(0 151 178);
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}
.gallery-tour li img {
    height: 120px;
    width: 100%;
}
.single-tour-content strong {
    font-size: 18px;
    color: rgb(22, 52, 85);
    font-weight: bold;
    line-height: 1.429;
}
.rml {
padding-left: 0px;
}
.rmr {
padding-right: 0px;
}	
.tour-content .fa-clock-o { 
    background: #fff;
    margin-right: 4px;
    font-weight: 100;
    font-size: 14px;
    color: #ff3366;
    padding: 5px;
}	    
.tourmaster-thumbnail-ribbon {
    line-height: 1;
    z-index: 1;
    position: absolute;
    top: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 20px 14px 30px;
    left: 5px;
    border-color: #e1e1e1;
    color: #ffffff;
    background-color: #0097b2;
}

.tourmaster-thumbnail-ribbon .tourmaster-thumbnail-ribbon-cornor {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    background: url(../images/ribbon-corner-shadow.png) 0px 0px no-repeat;
    border-width: 0px 10px 10px 10px;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.tour-content .kohezgjatja{
	margin-bottom: 9px;
    font-weight: 500;
    font-size: 15px;
    color: #8c8c8c;
    line-height: 1.7;
    text-transform: uppercase;
	background-color: #ffffff;
    color: #ff3366;
    border-radius: 14%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}    

.tour-content .kohezgjatja-plot{
	margin-top: 0px!important;
} 
.tour-page .col-md-12 .col-md-4{
	margin-top: 50px;
	transition: all .5s ease-in-out;
} 
.tour-page .col-md-12 .col-md-4:hover{
	transform: scale(1.05); 
} 
.tour-page .tour-content {
	background: #0097b2;
    padding: 10px;
	min-height: 45px;
}

.tour-content .col-md-12 {
	background: #0097b2;
    padding: 15px;
}  
.tour-page {
	margin-top: 20px;
}
.page-template-tour {
	background-color: #f8f8f8;
}
.page-template-aplikime h1 {
    display: block;
    font-family: Satisfy,cursive;
    font-size: 50px;
    line-height: 1.8em;
    color: #002337;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
} 
.vfb-item-secret {
	display: none!important;
} 	

.destinacione-page .destinacione-thumbnail img {
	height: 250px;
    width: 100%;
}

.destinacione-page {
	padding-top: 50px;
    background: #f8f8f8;
}
.home .destinacione-page {
    padding-top: 0px;
    background: transparent;
}
.destinacione-page .col-md-3 {
	margin-bottom: 40px;
}
.destinacione-thumbnail img {
	transition: all 0.3s;
    display: block;
    transform: scale(1);
}

.destinacione-thumbnail a:hover img {
	transform: scale(1.1);
}
.single-price {
	color: #ffffff;
    background-color: #0097b2;
    position: absolute;
    height: 50px;
    width: 100px;
    /* border-radius: 50%; */
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 11px;
    text-align: center;
    margin-top: 0px;
    display: block;
    padding-top: 15px;
}