@charset "UTF-8";
/*
1.   Base styles (reset)
2.   Varibles (fonts, sizes, colors)
3.   Components (buttons, icons, icon with text, image with text, team, call to action, accordion & tabs)
3.1  Heading
3.2  Text elements
3.3  Icons
3.4  Buttons
3.5  Forms
3.6  Infography
3.7  Call to action 
3.8  Testimonials
3.9  Tabs & accordions
3.10 Team
3.11 Counter
3.12 Filters
3.13 Categories Items
3.14 Blog Items
3.15 Tour Item
4.   Pages styles
4.1  Header
4.2  Slider
4.3  Page head
4.4  Footer
5.   Navigation styles
6.   Animation
7.   Media (media queries )
-------------------------------------------------------------------*/

/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,700"); */
/* @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700&amp;subset=cyrillic"); */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,600,700&subset=cyrillic");
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=cyrillic"); */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

pre {
  font-family: monospace; }

body {
	line-height: 1; 
	/* position:relative; */
    /* background-image: url(../img/bg.jpg); */
/*     background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   */
	/* background-color:rgba(255,255,255,0.5); */
}
body .body-bg{
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
	/* opacity:0.5; */
}
ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea, input, button, select {
  font-family: inherit;
  font-size: inherit; }

html {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

*,
*::before,
*::after {
  box-sizing: border-box; }

.row:before, .row:after {
  display: none !important; }

/*- 5 Columns -*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/*- Clearfix -*/
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

/*- Float & align -*/
.float-r {
  float: right; }

.float-l {
  float: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*- Margin & Padding -*/
.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-26 {
  margin-top: 37px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

/*- Height vh -*/
.height100vh {
  height: 100vh;
/*  height: 86vh;*/
  background-repeat: no-repeat;
  /* background-position: 50% 0; */
  background-position: 50%;
  background-size: cover;
  overflow: hidden; }

.height90vh {
  height: 90vh;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden; }

.height80vh {
  height: 80vh;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden; }

.height70vh {
  height: 70vh;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden; }

.height60vh {
  height: 60vh;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden; }

.height50vh {
  height: 50vh;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden; }

.height40vh {
  height: 40vh;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden; }

.height30vh {
  height: 30vh;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden; }

.height20vh {
  height: 20vh;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden; }

/*- Other -*/
.container-sm .col, .container-sm .col-1, .container-sm .col-10, .container-sm .col-11, .container-sm .col-12,
.container-sm .col-2, .container-sm .col-3, .container-sm .col-4, .container-sm .col-5, .container-sm .col-6,
.container-sm .col-7, .container-sm .col-8, .container-sm .col-9, .container-sm .col-auto, .container-sm .col-lg,
.container-sm .col-lg-1, .container-sm .col-lg-10, .container-sm .col-lg-11, .container-sm .col-lg-12,
.container-sm .col-lg-2, .container-sm .col-lg-3, .container-sm .col-lg-4, .container-sm .col-lg-5,
.container-sm .col-lg-6, .container-sm .col-lg-7, .container-sm .col-lg-8, .container-sm .col-lg-9,
.container-sm .col-lg-auto, .container-sm .col-md, .container-sm .col-md-1, .container-sm .col-md-10,
.container-sm .col-md-11, .container-sm .col-md-12, .container-sm .col-md-2, .container-sm .col-md-3,
.container-sm .col-md-4, .container-sm .col-md-5, .container-sm .col-md-6, .container-sm .col-md-7,
.container-sm .col-md-8, .container-sm .col-md-9, .container-sm .col-md-auto, .container-sm .col-sm,
.container-sm .col-sm-1, .container-sm .col-sm-10, .container-sm .col-sm-11, .container-sm .col-sm-12,
.container-sm .col-sm-2, .container-sm .col-sm-3, .container-sm .col-sm-4, .container-sm .col-sm-5,
.container-sm .col-sm-6, .container-sm .col-sm-7, .container-sm .col-sm-8, .container-sm .col-sm-9,
.container-sm .col-sm-auto, .container-sm .col-xl, .container-sm .col-xl-1, .container-sm .col-xl-10,
.container-sm .col-xl-11, .container-sm .col-xl-12, .container-sm .col-xl-2, .container-sm .col-xl-3,
.container-sm .col-xl-4, .container-sm .col-xl-5, .container-sm .col-xl-6, .container-sm .col-xl-7,
.container-sm .col-xl-8, .container-sm .col-xl-9, .container-sm .col-xl-auto {
  padding-right: 2px;
  padding-left: 2px; }

ul {
  list-style-position: inside; }

*:focus, .btn.focus, .btn:focus, .form-control:focus, input:focus {
  outline: 0 !important;
  box-shadow: none; }

a:hover {
  text-decoration: none; }

.width100 {
  width: 100%; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.mockinput {
  opacity: 0;
  height: 0px;
  margin: 0;
  position: relative;
  bottom: 20px; }

/*- Font -*/
/*- Color -*/
/*- Width -*/
/*- HEADING -*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", serif;
  color: #212121;
  line-height: 1.3;
  z-index: 11;
  margin: 0 0 17px 0;
  font-weight: 600; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 33px;
  letter-spacing: 1px; }

h3, .h3 {
  font-size: 28px;
  letter-spacing: 1px; }

h4, .h4  {
  font-size: 24px;
  letter-spacing: 1px; }

h5, .h5  {
  font-size: 17px;
  letter-spacing: 1px; }

h6, .h6 {
  font-size: 13px; }

  
@media (max-width: 768px) {
	h1, h2, .h1, .h2 {
	  font-size: 32px;
	  letter-spacing: 0px; }
	h3, .h3{
	  font-size: 24px;
	  letter-spacing: 0px; }
	h4, .h4{
	  font-size: 20px;
	  letter-spacing: 0px; }
}
@media (max-width: 576px) {
	h1, h2, .h1, .h2 {
	  font-size: 24px;
	  letter-spacing: 0px; }
	h3, .h3{
	  font-size: 20px;
	  letter-spacing: 0px; }
	h4, .h4{
	  font-size: 18px;
	  letter-spacing: 0px; }
}
  
  
p {
  margin: 0 0 25px; }

a {
  color: rgba(0, 0, 0, 0.6); }

.text-r {
  text-align: right; }

a:hover {
  color: rgba(0, 0, 0, 0.4); }

.bg-gray {
  background: #fffce9; }

section {
  padding: 30px 0; }

.bg-main {
/*  background-color: #FF6200; */
  background-color: #0f4fa8; 
}

.d-inline-block {
  display: inline-block; }

/*- TEXT ELEMENTS -*/
blockquote.blockquote-1 {
  border-left: 5px solid #FF6200;
  padding: 20px;
  margin: 0 0 20px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.1); }

blockquote.blockquote-1 span.author {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  margin-top: 32px; }

blockquote.blockquote-2 {
  padding: 30px 20px 30px 50px;
  margin: 0 0 20px;
  font-size: 16px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1); }

blockquote.blockquote-2 p {
  font-style: italic;
  margin-bottom: 0; }

blockquote.blockquote-2:before {
  content: " “ ";
  color: #FF6200;
  font-size: 60px;
  display: inline-block;
  position: absolute;
  left: 10px;
  line-height: 1.4;
  top: -4px; }

blockquote.blockquote-2 span.author {
  display: block;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  margin-top: 15px; }

span.dropcap-1 {
  display: block;
  float: left;
  font-size: 36px;
  margin: 0px 8px 0 0;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Roboto", serif;
  background: rgba(0, 0, 0, 0.1);
  padding: 2px 6px; }

span.dropcap-2 {
  display: block;
  float: left;
  font-size: 40px;
  padding: 2px 6px;
  margin: 0px 8px 0 0;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Roboto", serif;
  background: #FF6200; }

span.dropcap-3 {
  display: block;
  float: left;
  font-size: 40px;
  padding: 0;
  margin: 0px 8px 0 0;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Roboto", serif;
  color: #FF6200; }

ul.list-1 li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 3px;
  margin-right: 12px;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  vertical-align: 1px;
  border: 2px solid #545454; }

ul.list-2, ul.list-1 {
  margin-bottom: 15px; }

ul.list-2 li, ul.list-1 li {
  margin-bottom: 15px; }

ul.list-2 li:before {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 12px;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  vertical-align: 0px;
  background: #FF6200; }

ul.list-3 li:before {
  font-family: 'Glyphicons Halflings';
  content: "\2b";
  border-radius: 50%;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  font-size: 22px;
  line-height: 0.9;
  position: relative;
  right: 1px;
  top: 1px;
  width: 18px; }

hr {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.3); }

hr.hr-2 {
  border: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #212121, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #212121, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #212121, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #212121, #f0f0f0); }

hr.hr-3 {
  border: 0;
  height: 3px;
  background: #FF6200;
  border-radius: 3px; }

hr.hr-4 {
  border: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center; }

hr.hr-4:after {
  font-family: 'Glyphicons Halflings';
  content: "\2a";
  display: inline-block;
  position: relative;
  top: -5px;
  padding: 0 10px;
  font-size: 26px;
  line-height: 0.5;
  background: #fff; }

.separator {
  text-align: center;
  border-bottom: 1px dotted #7a7a7a;
  line-height: 0.1em;
  margin: 15px 0 25px; }

.separator span {
/* 	padding: 0 10px;
	background: #fff;
	font-size: 13px !important;
	color: #7a7a7a !important;
	letter-spacing: 1px; 
 */  
	padding: 3px 10px;
    background: #0F4FA8;
    font-size: 13px !important;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 3px;
}

.content em {
  background: #FF6200;
  padding: 1px 5px; }

.typography-icons i, .typography-icons span, .typography-icons svg {
  font-size: 28px;
  margin: 10px; }

/*- ICONS -*/
.icons-big i, .icons-big span, .icons-big svg {
  font-size: 30px;
  margin: 10px;
  color: rgba(0, 0, 0, 0.8); }

.icons-big i:hover, .icons-big span:hover, .icons-big svg:hover {
  color: rgba(0, 0, 0, 0.5); }

section .icons-big i {
  margin: 0 10px; }

/** BUTTONS **/
section .btn {
  margin: 0 10px; }

.btn {
  display: inline-block;
  position: relative;
  outline: 0;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px !important;
  border: none;
  padding: 8px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  background: transparent; }

.btn:hover {
  color: #FF6200; }

.btn.btn-sm {
  padding: 4px 14px;
  font-size: 12px; }

.btn.btn-lg {
  font-size: 16px;
  padding: 10px 40px; }

.btn.btn-1 {
/* 	background-color: #FF6200;
	border: 1px solid #FF6200; */
	background-color: #0F4FA8;
	border: 1px solid #0F4FA8;
	/* color: #212121 !important; */ 
	color: #FFF !important;
	font-weight:600;
}
	.btn.btn-1:hover {
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.3);
		/* color: #212121 !important;  */
		color: #FFF !important;
	}

.btn.btn-hero {
  background-color: #FF6200;
  border: 1px solid #FF6200;
  color: #FFF !important;
  font-weight:600;
}
  .btn.btn-hero :hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.3);
    color: #FFF !important;
  }

.btn.btn-hero.btn-hero-wide {
  width:100%;
}


.btn.btn-2 {
	border: 1px solid #FF6200;
	border-color: #FF6200; 
	font-weight:600;
}
	.btn.btn-2:hover {
		color: #212121 !important;
		background: #FF6200;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.3); 
	}

.btn.btn-3 {
	background: #212121;
	color: #fff;
	border: 1px solid #212121; 
	font-weight:600;
}
	.btn.btn-3:hover {
		border: 1px solid #212121;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.3); 
	}

.btn.btn-4 {
	border: 1px solid rgba(255, 255, 255, 0.9);
	color: rgba(255, 255, 255, 0.9); 
	font-weight:600;
}
	.btn.btn-4:hover {
		background-color: transparent;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.3); 
	}

.btn-margin .btn {
  margin: 5px 1px; }

/*- FORMS -*/
.form-control {
  border-radius: 3px;
  font-size: 12px;
  padding: 8px 10px;
  height: 39px !important;
/*  border: 1px solid rgba(0, 0, 0, 0.2);*/
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 10px; }

.form-control.form-control-bordered {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

select.custom-select, select {
  border-radius: 3px;
  height: 39px !important;
  padding: 9px 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 1); }

/* @media (min-width: 576px) AND (max-width: 768px) {
	select.custom-select, select {
	  border-radius: 3px;
	  height: 39px !important;
	  padding: 9px 20px;
	  border: 1px solid rgba(0, 0, 0, 0.3);
	  background-color: rgba(255, 255, 255, 0.6); }
} */


.form-control:focus {
  border-color: #FF6200; }

label.error {
  display: block;
  text-align: left;
  padding: 3px 10px;
  margin-top: 0px;
  font-size: 11px;
  letter-spacing: 1px;
  width: 100%;
  text-align: right;
  color: #FF6200; }

textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 13px; }

/*- INFOGRAPHY -*/
.infography-1 {
  padding: 20px 0px 20px 20px;
  position: relative; }

.infography-1 .infography-icon {
  /* float: left; */
	position:absolute;
	z-index:1;
	text-align: center; 
	top:13px;
	left:0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FF6200;
}

.infography-1 .infography-icon i, .infography-1 .infography-icon svg {
  display: inline-block;
  font-size: 32px;
  margin: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  /* border-radius: 3px; */
  border-radius: 50%;
  /* transform: scale(1); */
  background: #FF6200; }

.infography-1 .infography-text {
	display:block;
	position:relative;
	z-index:2;
	padding-left: 0px;
	text-align: left;
	/* margin-bottom: 15px; */
    color: #212121;
    font-size: 22px; 
    font-weight: 600;
}

/* .infography-1:hover i {
  z-index: 2;
  transform: scale(1.1); } */

.infography-1 .infography-text p, .infography-2 .infography-text p {
  color: #545454;
  margin-bottom: 0; }

/* .infography-2 {
  margin: 0 20px 30px 20px; }

.infography-2 .infography-title {
  margin: 0 0 20px 0; }

.infography-2.infography i {
  display: inline-block;
  font-size: 38px;
  margin: 0 0 20px 0;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #FF6200; }

.infography-2.infography:hover i {
  color: #FF6200;
  z-index: 2; }

.infography-2 .infography-title h4 {
  margin-bottom: 0 !important;
  line-height: 1; }

.infography-2 .infography-description {
  font-size: 13px;
  color: #545454; }

.infography-3 {
  margin: 0 20px 30px 20px; }

.infography-3 .infography-title {
  margin: 20px 0; }

.infography-3.infography i {
  display: inline-block;
  font-size: 38px;
  margin: 5px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: #FF6200;
  box-sizing: border-box;
  background-size: 200% auto;
  color: #eee;
  color: #545454; }

.infography-3.infography:hover i {
  color: #fff;
  z-index: 2; }

.infography-4.infography img {
  width: 100%;
  border-bottom: 3px solid #FF6200;
  background-size: 200% auto; }

.infography-4 .infography-title {
  margin: 10px 0; } */

/*- IMAGE TEASERS -*/
.teaser {
  line-height: 0; }

.teaser img {
  margin: 0 !important;
  width: 100%; }

.teaser .teaser-content {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.6; }

.teaser .teaser-content p {
  font-size: 13px; }

/*- CALL TO ACTION -*/
.parallax-container {
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover; }

 .ctoa-mini {
  position:relative;
  padding: 40px 40px; }
  
.ctoa {
  position:relative;
  padding: 80px 0px 0px 0px;
}

.ctoa:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,0.5);
  }

.ctoa__content{
  position:relative;
  z-index:2;}  
  
.ctoa-border {
  border: 2px solid #FF6200;
  background-size: 200% auto;
  margin: 10px; }

.ctoa-bg {
  background: #FF6200; }

.color-white, .color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5 {
  color: #fff !important; }

.ctoa h2 {
  font-size: 32px; }

.ctoa p {
  font-size: 15px; }

.ctoa .content-container{
  padding-bottom: 80px;
}
.ctoa .girl-container{
  position: relative;
  overflow: hidden;
}
.ctoa .girl{
  position:absolute;
  bottom:-10px;
  left:0;
  right:0;
}
.ctoa .girl img{
  width:100%;
  height:auto;
}

@media (max-width: 767px) {
  .ctoa .content-container{
    padding-bottom: 0px;
  }
  .girl-container {
    min-height:200px;
  }
  .ctoa .girl{
    position:absolute;
    top:0;
    bottom:-10px;
    left:0;
    right:0;
    text-align:right;
  }
  .ctoa .girl img{
    height:100%;
    width:auto;
  }
}


/*- TESTIMONIALS -*/
.testimonial-padding {
  padding: 0 20px; }

.testimonial-image {
  position: relative;
  z-index: 1111;
  top: 14px; }

.testimonial-image img {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
  display: inline-block !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0 !important;
  z-index: 1111; }

.testimonial-info {
  /* background: #fff; */
/*  padding: 40px 15px 15px 15px;*/
padding: 15px 15px 0 15px;
/*  border-radius: 3px;*/
  position: relative;
  /* bottom: 50px; */ 
}

.showmore{
  display:block;
  cursor: pointer;
  text-decoration: underline !important;
  font-size: 14px;
  font-weight: bold;
}
.testimonial-text-hidden{
/*  display:none;*/
}

.testimonial-item{
  background: #fff;
}

.testimonial-item p{
      margin: 0;
}

.testimonial-person {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Roboto", serif; }

.testimonial-1:hover .testimonial-image {
  z-index: 2; }

.testimonial-image span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FF6200;
  display: inline-block;
  text-align: center; }

.testimonial-image span:before {
  content: " “ ";
  font-size: 80px;
  font-family: "Roboto", serif;
  line-height: 2; }

.testimonial-item-border {
  border-radius: 3px;
  padding: 25px;
  margin: 1px 1px 15px 1px; }

/*.testimonial-item-border p {
  margin: 30px 0; }*/

.testimonial-item-border {
/*  border: 1px solid rgba(0, 0, 0, 0.4); */
  border: 1px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14);
}

/* .testimonial-item-border:hover {
  border: 1px solid #FF6200; } */

.testimonial-item-border i {
  font-size: 30px;
  margin-top: 20px; }

.testimonial-info-quote {
  /* margin-top: 40px;  */
}
@media (min-width: 992px) {
	.testimonial-info-quote {
	  min-height:240px;
	}
}
.testimonial-text{
  position:relative;
  margin-bottom: 15px;
  font-size: 13px; 
  text-align:justify;
  /* text-align:left; */
}
.testimonial-text:before {
  content: " “ ";
  display:block;
  position:absolute;
  top: 14px;
  left: -23px;
  /* color: rgba(0, 0, 0, 0.1); */
  color: #FF6200;
  font-size: 80px;
  font-family: "Roboto", serif;
  line-height: 0;
  /* width: 100%; */
  /* margin: 0 0 10px 0;  */
}
.testimonial-text:after {
  content: " ” ";
  display:block;
  position:absolute;
  bottom: -40px;
  right:-20px;
  /* color: rgba(0, 0, 0, 0.1); */
  color: #FF6200;
  font-size: 80px;
  font-family: "Roboto", serif;
  line-height: 0;
  /* width: 100%; */
  /* margin: 0 0 10px 0;  */
}

/* .testimonial-item-border:hover .testimonial-text:before, .testimonial-item-border:hover .testimonial-text:after  {
  color: #FF6200; } */

.testimonial-carousel {
  padding: 40px 0;
  color: #fff; }

.fw-testimonials {
  margin: 20px 0 !important; }

.fw-testimonials-2 .fw-testimonials-text {
  padding: 30px !important; }

.fw-testimonials-2 .fw-testimonials-avatar img {
  width: 100px !important;
  height: 100px !important; }

.fw-testimonials-2 .fw-testimonials-meta {
  margin-left: 6px !important; }

.fw-testimonials-author {
  position: relative;
  bottom: 12px; }

.fw-testimonials .fw-testimonials-pagination a {
  width: 10px !important;
  height: 10px !important;
  color: rgba(0, 0, 0, 0.4) !important; }

.fw-testimonials-2 .fw-testimonials-pagination {
  bottom: 55px !important;
  display: none !important; }

.fw-testimonials-2 .fw-testimonials-arrows {
  top: 5px !important;
  right: 5px !important; }

.fw-testimonials .prev, .fw-testimonials .next {
  line-height: 32px !important;
  font-size: 32px !important;
  color: #FF6200 !important; }

/*- TABS & ACCORDION -*/
.nav-tabs .nav-link {
  border: none; }

.tab-1 {
  /* background: #fff;  */
}

.tab-1 .tab-content .tab-pane {
  padding: 10px 0; }

.tab-2 .tab-content {
  padding: 30px 0 15px 0; }

.tab-1 .nav-tabs {
  border: none;
  /* display: inline-block; */
  display: block;
  text-align:center;
  margin: 10px 0 30px 0; }

.tab-1 li.nav-item {
  /* margin-right: 15px; */
  margin: 3px 8px 0 8px;
  /* float: left;  */
  display: inline-block;}

.tab-1 a.nav-link {
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  font-weight:600;
  text-transform: uppercase;
  letter-spacing: 1px; }

.tab-1 a.nav-link.active, .tab-1 a.nav-link:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 5px 0;
  border-bottom: 2px solid #FF6200; }
  
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
}

.tab-2 .nav-tabs {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

.tab-2 a.nav-link {
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Roboto", serif; }

.tab-2 a.nav-link.active {
  border-bottom: 2px solid #FF6200; }

.nav-tabs .nav-item {
  margin-bottom: -2px; }

.accordion-element .inner {
  padding: 20px 10px;
  overflow: hidden;
  display: none; }

.accordion-element li {
  margin: 0 0 10px 0; }

.accordion-element a.toggle {
  width: 100%;
  display: block;
  font-size: 11px;
  line-height: 1.6;
  padding: 12px;
  transition: background .3s ease;
  text-decoration: none;
  background-color: #fff;
  font-family: "Roboto", serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

.accordion-element.accordion-1 a.toggle {
  border-bottom: 2px solid #212121; }

.accordion-element p {
  font-size: 13px; }

.accordion-element.accordion-1 a.toggle:hover {
  color: #212121; }

.accordion-element.accordion-1 a.toggle:hover, .accordion-element.accordion-1 a.toggle.current {
  border-bottom: 2px solid #FF6200;
  color: #212121; }

.accordion-element.accordion-1 .inner {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 20px; }

.accordion-element.accordion-2 a.toggle {
  border: 1px solid #545454;
  color: #545454; }

.accordion-element.accordion-2 a.toggle:hover {
  border: 1px solid #212121;
  color: #212121; }

/*- TEAM -*/
.team-item-1 {
  margin: 20px 0 10px 0;
  border-radius: 3px; }

.team-item-1 img {
  border-radius: 3px 3px 0 0 !important;
  width: 100%;
  float: left;
  margin: 0 !important; }

.team-item-1 .team-info {
  line-height: 1.9;
  padding-bottom: 10px;
  background: #FF6200;
  padding: 15px;
  float: left;
  width: 100%; }

.team-item-1 .team-info p.name {
  text-transform: uppercase;
  font-family: "Roboto", serif;
  color: #212121;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px; }

.team-item-1 .team-info p.position {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 14px; }

.team-item-1 .team-info p.phone {
  font-size: 18px; }

.ii-shadow {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.8); }

.ii-shadow:hover {
  -webkit-box-shadow: 0px 0px 10px -1px black;
  -moz-box-shadow: 0px 0px 10px -1px black;
  box-shadow: 0px 0px 10px -1px black; }

.team-item-1 {
  margin: 20px 0 10px 0; }

.team-item-2 {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  max-width: 480px;
  max-height: 360px;
  width: 100%;
  cursor: pointer; }

.team-item-2 img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  margin-bottom: 0 !important; }

.team-item-2 .caption {
  top: auto;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.team-item-2 .caption {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.team-item-2 .caption::before,
.team-item-2 .caption::after {
  pointer-events: none; }

.team-item-2 .caption,
.team-item-2 .caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.team-item-2 .caption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.team-item-2 p.name {
  float: left;
  color: #000;
  margin-bottom: 0;
  font-family: "Roboto", serif;
  line-height: 1.8; }

p.icon-links {
  margin: 0 !important;
  position: absolute;
  bottom: 10px;
  right: 0;
  line-height: 1.4;
  text-align: right; }

p.icon-links small {
  padding: 10px;
  font-size: 12px;
  display: block; }

.team-item-2 p.icon-links a {
  float: right;
  font-size: 16px; }

.team-item-2:hover p.icon-links a:hover,
.team-item-2:hover p.icon-links a:focus {
  color: rgba(0, 0, 0, 0.3); }

.team-item-2 p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.team-item-2 p.name {
  display: inline-block; }

.team-item-2:hover .caption,
.team-item-2:hover p.name,
.team-item-2:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.team-item-2:hover p.name {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

/** COUNTER **/
.counter-item {
  margin: 60px 0; }

.counter-icon {
  margin: 20px 0 0 0; }

.counter-item span, .counter-item i {
  font-size: 28px;
  color: #FF6200; }

.counter-value {
  font-size: 48px;
  font-weight: normal;
  font-family: "Roboto", serif;
  line-height: 0.8; }

.counter-text {
  font-weight: normal;
  font-family: "Roboto", serif;
  font-size: 14px; }

.counter-parallax {
  position: relative;
  padding: 70px 0; }

.counter-parallax .counter-value {
  color: #fff; }

/*- FILTERS -*/
.form-group {
  margin-bottom: 0; }

.filter-form-slider-h {
  padding: 20px 0; }

.filter-form-slider {
  padding: 20px; }

.filter-form .form-group {
  margin-bottom: 0; }

span.separator {
  margin: 0 5px;
  border-bottom: none;
  line-height: 1; }

.dark-form .slider-text {
  color: rgba(0, 0, 0, 0.8); }

.dark-form select.custom-select, .dark-form select {
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.8) !important; }

.dark-form input {
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.8) !important; }

.filter-form label {
  font-family: "Roboto", serif;
  letter-spacing: 1px;
  color: #212121;
  font-size: 12px;
  margin-bottom: 5px; }

.input-group-addon {
  background: #FF6200;
  font-size: 14px;
  padding: 8px;
  color: rgba(0, 0, 0, 0.9); }

.main-search-block .form-group {
  margin-bottom: 0; }

.border-main {
  margin-bottom: 20px; }

.slider.slider-horizontal {
  width: 87%;
  margin-left: 5%;
  margin-right: 5%; }

.slider-handle.round {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3); }

.slider-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-top: 6px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.7); }

span.slider-date {
  margin: 0px;
  float: left; }

.slider-vertical {
  margin-top: 10px; }

.slider-margin {
  position: relative;
  bottom: 4px; }

.slider-vertical .slider.slider-horizontal {
  width: 94%;
  margin-top: 0;
  margin-left: 3%;
  margin-right: 3%; }

.slider-track {
  background: #545454;
  height: 5px !important;
  margin-top: -5px !important; }

.slider-handle, .slider-selection {
  background: #FF6200; }

.slider-handle {
  width: 25px;
  height: 15px; }

.f-right {
  float: right; }

.d-block {
  display: block !important; }

.mt-40 {
  margin-top: 40px; }

input.search-input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 15px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 3px; }

.bootstrap-datetimepicker-widget table td.active {
  background-color: #FF6200;
  color: #212121;
  border-radius: 3px; }

.bootstrap-datetimepicker-widget table td.second:hover {
  background: green;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background-color: #FF6200;
  color: #212121;
  border-radius: 3px; }

.bootstrap-datetimepicker-widget table td {
  font-size: 12px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background-color: #FF6200;
  color: #212121; }

.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #FF6200;
  color: #fff; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

/*- CATEGORIES ITEMS -*/
.category-item.effect-1 {
  overflow: hidden;
  margin-bottom: 4px;
  position: relative;
  height: 280px;
  border-radius: 3px; }

.category-item.effect-1 img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  margin-bottom: 0;
  height: 280px;
  object-fit: cover; }

.category-item.effect-1 .caption {
  text-align: left;
  line-height: 1.4; }

.category-item.effect-1 .caption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.category-item.effect-1 p.title,
.category-item.effect-1 p.description {
  -webkit-transform: translate3d(0, 120px, 0);
  transform: translate3d(0, 120px, 0); }

.category-item.effect-1 p.title {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  font-size: 21px;
  color: #fff;
  font-family: "Roboto", serif;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 15px;
  letter-spacing: 1px; }

.category-item.effect-1 .caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.category-item.effect-1 p.description {
  color: #fff;
  opacity: 0;
  font-size: 13px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  color: #fff;
  padding: 0 10px; }

.category-item.effect-1:hover .caption > a {
  background: rgba(0, 0, 0, 0.5); }

.category-item.effect-1:hover p.description {
  opacity: 0.8; }

.category-item.effect-1:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.category-item.effect-1:hover p.title,
.category-item.effect-1:hover p.description {
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0); }

.category-item.effect-1:hover p.description {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

/* effect 2 */
.category-item.effect-2 {
  position: relative;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px; }

.category-item.effect-2 img {
  height: 350px;
  width: 100%; }

.category-item.effect-2 .caption,
.category-item.effect-2 .caption > a {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

.category-item.effect-2 .caption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.category-item.effect-2 img {
  margin-bottom: 0;
  object-fit: cover; }

.category-item.effect-2 .caption {
  text-align: right;
  line-height: 1.4; }

.category-item.effect-2 p.title {
  font-size: 21px;
  color: #fff;
  font-family: "Roboto", serif; }

.category-item.effect-2 p.title,
.category-item.effect-2 p.description {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0; }

.category-item.effect-2 p.description {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  margin-bottom: 0; }

.category-item.effect-2 p.title {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

.category-item.effect-2 p.description {
  color: #fff; }

.category-item.effect-2:hover p.title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.category-item.effect-2 p.title::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

.category-item.effect-2 p.title::after,
.category-item.effect-2 p.description {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

.category-item.effect-2:hover p.title::after,
.category-item.effect-2:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.category-padding .col-md-4, .category-padding .col-lg-4 {
  padding-right: 2px;
  padding-left: 2px; }

/* BLOG ITEMS */
.blog-item.effect-1 {
  overflow: hidden;
  margin-bottom: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff; }

.blog-item.effect-1 img {
  /* height: 280px; */
  width:100%;
  height:auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

/* .blog-item.effect-1:hover img,
.blog-item.effect-1:hover .caption {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; } */

.blog-item.effect-1 .caption {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 20px 15px;
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  height: 125px;
  display: inline-block; }
  
.blog-item.effect-1 .caption-short {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 20px 15px;
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  height: 70px;
  display: inline-block; }

.blog-item.effect-1 .blog-item__title {
  font-size: 16px;
  color: #212121;
  font-family: "Roboto", serif;
  margin-bottom: 15px;
  height: 48px;
  line-height: 1.5; }
  
.blog-item.effect-1 .h4{
  color: #212121 !important;
}



.blog-item.effect-1 .blog-item__date {
  float: left;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  color: #545454; }
.blog-item.effect-1 .blog-item__date span {
  margin-right: 5px; }
  
.blog-item-page__date {
  display: block;
  margin-bottom: 0;
  font-size: 13px;
/*  color: #545454; */
  color: #212529;
}
.blog-item-page__date span {
  display: inline-block;
  margin-right: 5px; 
}
  
  
.blog-item.effect-1 .blog-item__more {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  color: #545454; }  

.blog-item.effect-1 .blog-item__more a {
  display: inline-block;
  font-size: 13px;
  background: #FF6200;
  padding: 3px 8px;
  color:#fff;
  border-radius: 3px; }
  
/* .blog-item.effect-1 p.author {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  color: #545454; } */
  
/* .blog-item.effect-1 ul.tags {
  width: 100%;
  float: left;
  margin-top: 20px; }

.blog-item.effect-1 ul.tags li {
  display: inline-block;
  margin-right: 5px; }

.blog-item.effect-1 ul.tags li a {
  font-size: 13px;
  background: #FF6200;
  padding: 3px 8px;
  border-radius: 3px; } */


a.download-btn {
  display: inline-block;
  font-size: 13px;
  background: #FF6200;
  padding: 3px 8px;
  color:#fff;
  border-radius: 3px; }
  
  
a.block {
  display: block;
  line-height: 0; }

.blog-item.effect-2 {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.blog-item.effect-2 .blog-item-img {
  display:block;
  position: relative; }

.blog-item.effect-2 .blog-item-img img {
  width:100%;
  height:auto;
  margin: 0;
  max-width: -webkit-calc(100% + 50px) !important;
  max-width: calc(100% + 50px) !important;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

	.blog-item.effect-2:hover .blog-item-img img {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0); }
  
.blog-item.effect-2:hover .caption h2 a {
  color: #212121 !important; }

.blog-item.effect-2 a.image-link {
  display:block;
  line-height: 0; }

.blog-item.effect-2 .blog-item-img .blog-item-date {
  position: absolute;
  font-size:14px;
  bottom: 0px;
  left: 40px;
  background: #FF6200;
  color: #fff;
  padding: 10px 15px; }
.blog-item.effect-2 .blog-item-img .blog-item-date span{
  display:inline-block;
  margin-right: 5px; }

.blog-item.effect-2 .blog-item-img .blog-item-author {
  position: absolute;
  top: 0;
  left: 40px;
  background: #FF6200;
  color: #fff;
  padding: 15px 20px; }

.blog-item.effect-2 .caption {
  padding: 0 20px 20px 20px; }

.blog-item.effect-2 .caption h2, .blog-item.effect-2 .caption h3 {
  color:#000;
  margin-top: 20px; }

.blog-item.effect-2 ul.tags {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

.blog-item.effect-2 ul.tags li {
  display: inline-block;
  margin-right: 5px; }

.blog-item.effect-2 ul.tags li a {
  font-size: 13px;
  background: #FF6200;
  padding: 3px 8px;
  border-radius: 3px; }

  
  
  
  
  
.visa-item {
  overflow: hidden;
  background-color:rgba(255,255,255,0.7);
  border: 1px solid rgba(0, 0, 0, 0.1); }
.visa-item-img {
  display:block;
  margin-top:10px;
  text-align:center;
  position: relative; }
.visa-item-img img {
  display:inline-block;
  max-width:100%;
  height:auto;
  /* margin: 0 auto; */
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

	.visa-item:hover .visa-item-img img {
	  -webkit-transform: translate3d(0, -10px, 0);
	  transform: translate3d(0, -10px, 0); }

.visa-item:hover .caption h2 a, .visa-item:hover .caption h3 a, .visa-item:hover .caption h4 a {
  color: #212121 !important; }

.visa-item a.image-link {
  display:block;
  line-height: 0; }

.visa-item .caption {
  padding: 0 20px 20px 20px; }

.visa-item .caption h2, .visa-item .caption h3, .visa-item .caption h4 {
  color:#000;
  text-align:center;
  /* margin-top: 20px;  */
}
  
.visa-item__price{
  color:#000;
  text-align:center;
  font-size:18px;
  text-transform:uppercase;  
  font-weight:700;
  margin-top:10px;
}
  
.visa-item__btns{
	margin-top:15px;
	display:block !important;
}  
  
.visa-item .visa-item__buy {
  float: left;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  color: #545454; }
.visa-item .visa-item__buy a {
  display: inline-block;
  cursor:pointer;
  font-size: 13px;
  background: #0F4FA8;
  padding: 3px 8px;
  color:#fff;
  border-radius: 3px; }
	.visa-item .visa-item__buy a:hover {
	  color:#fff;}
    
.visa-item .visa-item__more {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  color: #545454; }  

.visa-item .visa-item__more a {
  display: inline-block;
  font-size: 13px;
  background: #FF6200;
  padding: 3px 8px;
  color:#fff;
  border-radius: 3px; }
  
.visa-phones{
	text-align:center;
}
	.visa-phones a{
		display:inline-block;
		padding:0 15px;
		font-size:18px;
		text-transform:uppercase;  
		font-weight:700;
		color:#FFF;
	}
  
.visa-single__main{
	display:block;
}
.visa-single__left{
	float:left;
}
.visa-single__flag{
	margin-left:30px;
}
.visa-single__left .visa-item__price{
	margin-left:20px;
	margin-top:45px;
}
 
  
.advan-rec{
	position:relative;
	font-size:18px;
	line-height:30px;
}
	.advan-rec__num{
		position:absolute;
		top:0;
		left:0;
		display:block;
		/* margin-right:20px; */
		border-radius:50%;
		width:30px;
		height:30px;
		border:2px solid #000;
		text-align:center;
		line-height:26px;
		font-size:24px;
		font-weight:700;
	}
	.advan-rec__ico{
		position:absolute;
		top:0;
		left:0;
		display:block;
		width:30px;
		height:30px;
		text-align:center;
		line-height:30px;
		font-size:30px;
	}
	.advan-rec__content{
		padding-left:50px;
	}
  
  
/* TOUR ITEM */
.tour-item {
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px; 
/*  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.3);*/
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14);
  margin: 0 5px 14px 5px;
}

.tour-item:hover .caption {
  border: 1px solid rgba(0, 0, 0, 0.2); }

.tour-item .caption {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.tour-item img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  height: 240px;
  width: 100%;
  margin-bottom: 0 !important; }

.tour-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.tour-item:hover .tourbadge div {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.tour-item .img-wrap {
  display:block;
  position: relative;
  line-height: 0;
  text-align: center; }

.tour-item .img-wrap .tourbadge {
  position: absolute;
  top: 0;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 15px 10px 5px 10px;
}

.tour-item .img-wrap p.departure {
  position: absolute;
  bottom: 0;
  line-height: 1.5;
  letter-spacing: 1px;
  z-index: 1111;
  margin-left: 14px;
  padding: 5px 10px;
  background-color: #FF6200;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 3px; }

.tour-item .img-wrap .tourbadge-price span {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  font-size: 14px;
  text-align: center;
  font-style: normal; }

.tour-item .tourbadge-price {
  background: #FF6200;
  color: #fff;
   padding:5px 10px;
  font-size: 16px;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.30s;
  transition: opacity 0.35s, transform 0.30s; 
}

.tour-item .tourbadge-country {
  background: #FFF;
  color: #212121;
  padding:5px 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.30s;
  transition: opacity 0.35s, transform 0.30s; 
  border-radius: 0 0 3px 3px; 
}

.tour-item .tourbadge-price ins {
  text-decoration: none !important; }

.tour-item .caption {
  padding: 15px 15px 15px 15px;
  display: inline-block;
  width: 100%; 
  border-radius: 0 0 5px 5px;
}

.tour-item .caption > div {
  margin-bottom: 4px;
}

.tour-item p.title {
  font-size: 15px;
  font-family: "Roboto", serif;
  margin-bottom: 4px;
  line-height: 1.5; 
  min-height:45px;
}

span.badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: normal; }

.tour-item p.time {
  float: right;
  display: inline-block;
  margin-bottom: 0 !important;
  font-size: 13px;
  color: #545454; }
.tour-item p.time.time-left  {
  float: left;}

.tour-item p.date {
  float: left;
  display: inline-block;
  font-size: 13px;
  color: #545454;
  margin-bottom: 0 !important;
  text-transform: capitalize; }

.tour-item p.time span, .tour-item p.date span {
  margin-right: 8px;
  font-size: 14px;
  position: relative;
  top: 1px; }

/** Notification **/
.alert {
  padding: 30px 20px !important;
  border-radius: 3px;
  border: none !important; }

.alert strong {
  margin: 0 10px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.alert .close {
  text-shadow: none;
  color: #fff; }

.alert.fw-alert-danger {
  background: #FF6200;
  color: #fff; }

.alert.fw-alert-info {
  background: #FF6200;
  color: #212121; }

.alert.fw-alert-info .close, .alert.fw-alert-warning .close {
  color: #212121; }

.alert.fw-alert-success {
  background: #FF6200;
  color: #fff; }

.alert.fw-alert-warning {
  background: #ddd;
  color: #212121; }

.alert-fixed {
  position: fixed;
  bottom: 0;
  z-index: 111;
  width: 100%;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  padding: 42px 20px !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 15px;
  letter-spacing: 1px;
  display: none; }

.alert-fixed i {
  color: rgba(0, 0, 0, 0.8) !important; }

.visible-message {
  display: block; }

.hide-message {
  display: none !important; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  min-width: 320px;
  line-height: 1.8;
  -webkit-font-smoothing: antialised;
  /* overflow-x: hidden; */
  min-width: 320px; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

/*- Loader -*/
#loader {
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111111; }

.loader {
  width: 70px;
  height: 70px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #FF6200;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1.5s infinite ease-in-out;
  animation: sk-pulseScaleOut 1.5s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/*- HEADER -*/
header, .header{
	position:relative;}
	
.overlay {
  height: 100% !important;
  width: 100% !important;
  display: none;
  position: fixed;
  z-index: 111111;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s; }

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center; }

.overlay a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  color: #fff; }

.overlay p {
  font-size: 14px;
  letter-spacing: 1px; }

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px; }

.bg-dark {
  background: #212121 !important; }

.bg-light {
  background: #FF6200 !important; }

button.btn-contact {
  z-index: 1111;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  font-size: 18px;
  padding: 8px 10px;
  text-transform: uppercase;
  font-weight: 600; }

button.btn-contact span {
  position: relative;
  top: 1px; }

.main-header {
  position: absolute;
  z-index: 1111;
  width: 100%;
/*  min-height:350px;*/
  padding: 0 0 15px 0; }

/* .header-bg-0 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000e6', endColorstr='#004A1D00');
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
} */

.header-bg-0 {
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000e6', endColorstr='#004A1D00'); */
/*  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(transparent));*/
/*  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.95), transparent);*/
}  
  
@media (max-width: 768px) {
	.main-header {
		position: absolute;
		z-index: 1111;
		width: 100%;
		min-height:200px;
		padding: 0 0 15px 0;
	}
}
  
  
.header-bg-1 {
  background: rgba(0, 0, 0, 0.1); }

.header-bg-2 {
  background: rgba(0, 0, 0, 0.2); }

.header-bg-3 {
  background: rgba(0, 0, 0, 0.3); }

.header-bg-4 {
  background: rgba(0, 0, 0, 0.4); }

.header-bg-5 {
  background: rgba(0, 0, 0, 0.5); }

.header-bg-6 {
  background: rgba(0, 0, 0, 0.6); }

.header-bg-7 {
  background: rgba(0, 0, 0, 0.7); }

.header-bg-8 {
  background: rgba(0, 0, 0, 0.8); }

.header-bg-9 {
  background: rgba(0, 0, 0, 0.9); }

.header-bg-black {
  background: #212121; }

p.header-info-title {
  color: #FF6200 !important;
  margin: 18px 0 !important;
  font-size: 14px;
  font-family: "Roboto", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600; }

.header-info-item {
  width: 100%;
  padding: 0 20px 0 30px; }
  
.header-info-item h4{
  font-size:16px !important;
  letter-spacing: 0px !important;}

.header-info-item a {
  /* color: rgba(0, 0, 0, 0.7) !important;  */
  color:#212529 !important;
}

.header-info-item a:hover {
  /* color: rgba(0, 0, 0, 0.9) !important;  */
  color:#FF6200 !important;
}

.header-info-item p {
  margin-bottom: 5px; }

.header-info-item ul li {
  font-size: 13px;
  margin-bottom: 8px; }

.header-info-item span {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 7px;
  position: relative;
  top: 1px;
  font-size: 14px; }

.header-info-item .header-social span {
  color: #0F4FA8;
}
  
ul.header-social {
  display: inline-block; }

ul.header-social li {
  float: left;
  margin-right: 8px; }

ul.header-social li a {
  /* font-size: 22px; */
  /* color:#0F4FA8 !important; */
  line-height: 1px; }

ul.header-social li a:hover span {
  color:#FF6200 !important;
  /* color: rgba(0, 0, 0, 0.6);  */
}

ul.header-social li span {
  font-size:24px; }
  
a.font-color {
  color: #212121; }

.modal-content {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3); }

.modal-content-dark {
  background: rgba(0, 0, 0, 0.5); }

.modal {
  z-index: 1111; }

.modal-header {
  border-bottom: none;
  padding: 20px 20px 0 20px; }

.modal-body {
  padding-top: 0;
  color: rgba(255, 255, 255, 0.8); }

p.modal-heading {
  color: #fff;
  font-size: 20px;
  font-family: "Roboto", serif;
  letter-spacing: 1px; }

.modal-form textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 13px; }

.modal-form label.error {
  color: #FF6200;
  padding: 0 10px 20px 10px;
  background: transparent; }

.contact-form textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 3px;
  padding: 10px 15px;
  font-size: 13px; }

.contact-form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 13px; }

.contact-form label.error {
  color: #FF6200;
  padding: 0;
  text-align: right;
  margin-bottom: 10px; }

.subscribe-form label.error {
  color: #FF6200;
  padding: 5px 0;
  text-align: right; }

.map-wrap {
  line-height: 0; }

.map-wrap iframe {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3) !important; }

.height550 iframe {
  height: 550px; }

.main-header-logo {
  margin-top: 20px; 
/*  text-align:center;*/
}

.contact-head {
  margin-top: 10px; }

.contact-head a {
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
  margin: 8px 14px 0 0;
  display: inline-block; }

/*- SLIDER -*/
.owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  left: 0;
  display: block;
  width: 100%; }

.owl-carousel .slider-btn {
  margin-top: 15px; }

.owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  left: 0;
  display: block;
  width: 100%; }

.owl-carousel .owl-nav button, .slide-counter{
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.owl-carousel .owl-nav button.owl-prev {
  left: 20px;
  display: inline-block;
  font-size: 32px;
  padding: 0 25px !important;
  /* color: transparent; */
  color: #fff;
  line-height: 0;
  background: transparent;
  border: none; }

.owl-carousel .owl-nav button.owl-next {
  right: 20px;
  display: inline-block;
  font-size: 32px;
  float: right;
  padding: 0 25px !important;
  /* color: transparent; */
  color: #fff;
  line-height: 0;
  background: transparent;
  border: none; }


.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
  color: #fff !important;
}
/*.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i{
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.3);
}*/

.owl-dots {
  text-align: center; }

.owl-dots button {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin: 25px 5px;
  background: rgba(0, 0, 0, 0.2) !important; }

.owl-dots button.active {
  background: #FF6200 !important; }

.blend-bg {
  background-blend-mode: multiply; }

.slider-bg {
  filter: brightness(10%); }

.blend-bg, .slider-bg {
  background-color: rgba(0, 0, 0, 0.3); }

.page-head-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.page-head-inner {
  position: absolute;
  display: table;
  height: 100%;
  width: 100%; }

.page-head-caption {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.page-head-caption h2 {
  font-size: 30px;
  /* color: #eee;  */
  color: #333; 
}

h1.big-title, h2.big-title, .h2.big-title {
  font-family: "Roboto", serif;
  font-size: 46px;
  margin: 0;
  letter-spacing: 1px; }

/* h1.big-title {
  font-family: "Roboto", serif;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 0px !important;
  letter-spacing: 2px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7); } */

.page-head-caption p {
  font-size: 14px;
  /* color: #fff; */
  color: #333; 
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  margin: 0;
  line-height: 1.8; }

.page-head-caption p.bg-main {
  padding: 0 10px;
  font-size: 14px;
  border-radius: 3px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #212121;
  font-family: "Roboto", serif; }

  
.page-head-caption .theme-light h1,.page-head-caption .theme-light h2,.page-head-caption .theme-light .h2, .page-head-caption .theme-light p  {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.page-head-caption .theme-light p.bg-main{
  color: #FFF;
}
  
.display-r {
  position: relative;
  width: 100%;
  height: 100%; }

.display-a {
  position: absolute;
  bottom: 0;
  width: 100%; }

/*- PAGE HEAD -*/
.page-head {
  position: relative; }

.white-content, .white-content a, .white-content h1, .breadcrumb-item.active {
  color: #000; }

.breadcrumb {
  background: transparent;
  display: block;
  padding: 0 2px; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #000;
  //content: "/";
  content: "\e649";
  font-family: 'themify';
  font-size:10px;
  padding: 0 5px 0 3px; }

.breadcrumb li {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }

i.fas {
  font-size: 48px; }

/*- FOOTER -*/
footer {
  font-size: 13px; }

footer.dark-footer {
  /* background: rgba(0, 0, 0, 0.5); */
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/6569.jpg);  */
/*   background-position: center center; 
  background-size: cover; */
  /* background-color: #1d262d; */
  background-color: #1d262d;
}

.main-footer {
  /* padding: 50px 0 20px 0; */
  padding: 20px 0 20px 0;
  color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
  /* background: rgba(0, 0, 0, 0.6);  */
}
.main-footer-menu{
  padding: 50px 0 20px 0;
  color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
  background-color: #2a353e;
}


.bottom-footer {
  padding: 20px 0 20px 0;
  background: rgba(0, 0, 0, 0.3);
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  color: rgba(255, 255, 255, 0.8); 
}

.bottom-footer p {
  margin-bottom: 0;
  line-height: 2; }

.footer-item-title {
  font-family: "Roboto", serif;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px; }

.main-footer a {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 13px; 
}
.main-footer a:hover {
  color: #fff; 
}

.main-footer-menu h4, .main-footer-menu .h4{
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 14px;
}  
.main-footer-menu a{
  color: rgba(255, 255, 255, 0.8);
  text-transform: none;
  font-size: 13px;
}
.main-footer-menu a:hover {
  color: #fff; 
}  
.main-footer-menu p {
    margin: 0 0 10px;
}
  
  


ul.footer-social{
  text-align:center;}  
  
ul.footer-social li {
  display: inline-block;
  margin-right: 8px; }

ul.footer-social li a {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5); }

ul.footer-social li a:hover {
  color: rgba(255, 255, 255, 0.9); }

ul.footer-menu li {
  display: inline-block;
  margin-right: 10px; }

form.footer-signup {
  position: relative; }

.footer-signup input {
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 0;
  height: 30px !important; }

.footer-signup label.error {
  position: absolute;
  top: 27px;
  padding: 3px; }

.block-title h1, .block-title h2, .block-title h3 {
  font-weight: bold; }

.block-title .separator {
  margin-top: 15px; }

/*- footer-1 -*/
footer.footer-1 {
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.8); }

footer.footer-1 .bottom-footer {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 17px; }

footer.footer-1 .footer-navigation {
  display: block; }

footer.footer-1 .footer-navigation ul {
  float: right; }

footer.footer-1 .footer-navigation ul li {
  display: inline-block;
  margin-left: 15px; }

footer.footer-1 .footer-navigation ul li a {
  color: rgba(255, 255, 255, 0.5); }

footer.footer-1 .footer-navigation ul li a:hover {
  color: #fff; }

footer.footer-1 .footer-item {
  margin: 30px 0; }

footer.footer-1 .footer-social {
  float: right; }

/*- footer-2 -*/
footer.footer-2 {
  padding: 40px 0 15px 0;
  background: #545454;
  color: rgba(255, 255, 255, 0.8); }

footer.footer-2 p {
  margin: 0; }

footer.footer-2 .footer-navigation {
  display: block; }

footer.footer-2 .footer-navigation ul {
  float: right; }

footer.footer-2 .footer-navigation ul li {
  display: inline-block;
  margin-left: 15px; }

footer.footer-2 .footer-navigation ul li a {
  color: rgba(255, 255, 255, 0.5); }

footer.footer-2 .footer-navigation ul li a:hover {
  color: #fff; }

/** scroll up **/
.scrollup {
  position: fixed;
  bottom: 0;
  right: 15px;
  display: none;
  font-size: 17px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  width: 50px;
  height: 60px;
  border-radius: 3px 3px 0 0;
  text-align: center;
  line-height: 1.9;
  cursor: pointer; }

.section-padding {
  padding: 60px 0 0 0; }

body.menu-sticky .contact-head {
  position: fixed;
  top: 0px;
  right: 0px;
  animation: slide-down 1s;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0px 10px;
  z-index: 111; }

body.menu-sticky .contact-head a {
  float: right; }

.nav-menu.nav-menu-sticky {
  position: fixed;
  top: 5px;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 111;
  background: #f5f4ef;
  border-radius: 3px; }

body.menu-sticky nav.navigation.sticky .nav-menu.align-to-right {
  float: left; }

@keyframes slide-up {
  0% {
    opacity: 0.9;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }
.main-header-sticky .main-header-logo img {
  height: 60px;
  width: auto;
  margin: 5px 0 0 0; }

.main-header-sticky .navigation.mt-20 {
  margin-top: 0px !important; }

.main-header-sticky .navigation .nav-dropdown > li > a {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff; }

.main-header-sticky .navigation .megamenu-panel {
  background-color: rgba(0, 0, 0, 0.8); }

.main-header-sticky .navigation .megamenu-panel a {
  color: #fff; }

.main-header-sticky .navigation .navigation-landscape .megamenu-list {
  border-right: none; }

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent; }

li.to-section a.active {
  color: #FF6200; }

/*- MAIN PAGE -*/
.main-block {
/*	background-color:rgba(255,255,255,0.9);*/
  background-color:rgba(255,255,255,1);
  /* padding: 60px 0;  */
}

.main-block-white {
	background-color:#fff;
}

.main-block-transparent {
/*  background-color:rgba(255,255,255,0.1);*/
  background-color:rgba(0,0,0,0.33);
}
/*.main-block-dark {
  background-color:rgba(0,0,0,0.33);
}*/
  .main-block-transparent .h2{
    color:#FFF;
  }
  .main-block-transparent .separator {
      border-bottom: 1px dotted #FFF;
  }




.bt-line{
	border-top:1px solid #ccc;
}

.profile-data{
	padding-left:20px;
}
@media (max-width: 768px) {
	.profile-data{
		padding-left:0px;
	}
}

.main-slider {
	/* position: relative;  */
}
	.main-slider .item{
		position: relative; 
/*    min-height:800px;*/
/*		min-height:680px;*/
    min-height:540px;
	}
	.main-slider .item:after{
		content:"";
		display:block;
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		/* background-color:rgba(255,255,0,0.4); */
		/* background-color:rgba(255,255,255,0.35); */
		z-index:1;
	}
	.main-slider .page-head-wrap{
		z-index:5;
	}

@media (max-width: 768px) {
	.main-slider .item{
		position: relative; 
/*		min-height:800px;*/
    min-height:480px;
	}
}	
@media (max-width: 576px) {
	.main-slider .item{
		position: relative; 
/*		min-height:568px;*/
    min-height:400px;
	}
  h1.big-title, h2.big-title, .h2.big-title {
      font-size: 32px !important;
      line-height: 36px !important;
      margin: 0;
      letter-spacing: 0px;
  }
	.page-head-caption {
		display: table-cell;
		vertical-align: middle;
		width: 100%; 
		padding-top:60px;
	}
	.owl-carousel .owl-nav button.owl-prev {
		padding: 0px !important;
	}

	.owl-carousel .owl-nav button.owl-next {
		padding: 0px !important;
	}
} 


.search-form-white {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.order-form {
  position: absolute;
  bottom: 20px;
  z-index: 11;
  width: 100%;
  padding: 15px 30px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.75); }

.block-light-bg {
  padding: 30px 0 25px 0; }

/*- TOUR ITEM -*/
.tour-1 {
  display: inline-block;
  margin: 0;
  position: relative;
  overflow: hidden; }

.tour-1 img {
  width: 100%; }

.tour-1 .tour-date {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center; }

.tour-1 .tour-date span {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
  line-height: 2;
  border-radius: 3px; }

/*- PROMOTION PAGE -*/
.promotion-block h2 {
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: normal; }

.promotion-block span {
  display: inline-block;
  padding: 5px 25px;
  background: #FF6200;
  color: #212121;
  margin: 10px 0 30px 0;
  font-size: 20px;
  border-radius: 3px; }

.promotion-block p {
  border: none;
  font-size: 14px;
  margin-bottom: 40px; }

/*- CONTACT -*/
.map-wrap {
  overflow: hidden; }

.height400 {
  height: 400px; }

ul.contact-social li {
  float: left;
  margin-right: 10px;
  text-align: center; }

ul.contact-social li a {
  font-size: 18px;
  height: 30px;
  width: 30px;
  background: #FF6200;
  display: inline-block;
  line-height: 1.7;
  border-radius: 3px;
  color: #212121 !important;
  text-align: center; }

ul.contact-social-burger li {
  float: left;
  margin-right: 6px;
  text-align: center; }

ul.contact-social-burger li a {
  font-size: 14px;
  height: 22px;
  width: 22px;
  background: #FF6200;
  display: inline-block;
  line-height: 1.7;
  border-radius: 3px;
  color: #212121 !important;
  text-align: center; }



.contact-mr {
  background-color: #f5f4ef;
  background-image: url(../images/palms.jpg);
/*    background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*  background-size: 100% auto;*/
  padding: 30px;
/*  border: 1px solid rgba(0, 0, 0, 0.1);*/
  border-radius: 10px; 
}

.contact-mr h3{
  color:#fff;
}  

.contact-info {
  color: rgba(0, 0, 0, 0.6);
  margin: 0 10px; 
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.3);
  border-radius:10px;
}
.contact-info__img{
  border-radius:10px 10px 0 0;
  overflow: hidden;
  height: 240px;
/*    background-image: url(../images/borderline.svg);*/
/*    background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*    background-size: 100% auto;*/
}

.contact-info__content{
/*    background-attachment: fixed;*/
  background-position: bottom right;
  background-repeat: no-repeat;
/*  background-size: cover;*/
    background-size: 30% auto;
  border-radius:0 0 10px 10px;
  overflow: hidden;
}

.contact-info__content.contact-info__content-oper{
    background-image: url(../images/contact-oper.jpg);
}

.contact-info__content.contact-info__content-kassa{
    background-image: url(../images/contact-kassa.jpg);
}

/*.contact-info__content>div{
  padding:20px 0 20px 20px;
  width:60% 
}*/

.contact-info__content_title{
  padding:20px 20px 10px 20px;
  font-size:15px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom:10px;
}
.contact-info__content_data{
  padding:0 0 20px 20px;
  width:70% 
}  

.contact-info p {
  margin-bottom: 10px; }

.contact-info span {
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 2px; }

ul.contact-social-2 li {
  font-size: 18px;
  display: inline-block;
  margin: 0 5px; }

/*- PAGE -*/
.content img {
  display:block;
  max-width: 100%;
  /* width: 100%; */
  height: auto;
  margin-bottom: 15px; }

.content iframe {
  margin: 0 auto;
  display: block; }

.video-wrapper-fullwidth {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden; }

.video-wrapper-fullwidth iframe {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.embed-container {
  position: relative;
  padding-bottom: 41.66666667%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.sidebar {
  margin-left: 40px; }

.sidebar-left {
  margin-right: 40px; }

.sidebar-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Roboto", serif; }

.sidebar-item ul li.current_page_item a {
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  padding-left: 15px; }

.sidebar-item ul li a {
  font-size: 13px; }

.sidebar-item img {
  width: 100%; }

.search-form-sidebar .form-group.col-md-2 {
  max-width: 100% !important;
  flex: 100% !important;
  margin-bottom: 20px; }

.search-form-sidebar {
  margin-top: 57px; }

.coming-soon-carousel {
  position: absolute;
  bottom: 40px; }

.coming-soon-carousel p {
  border: none;
  margin-bottom: 0;
  font-size: 16px; }

.coming-soon-carousel p span {
  font-style: italic;
  margin: 0 3px;
  font-weight: bold; }

/*- GALLERY -*/
.gallery-content .col-md-4 {
  padding: 1px; }

.gallery-content .col-md-4 img {
  margin-bottom: 0; }

.gallery-content a {
  line-height: 0;
  display: block; }

.viewbox-header {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 25px;
  font-size: 15px;
  width: 100%;
  text-align: center;
  padding: 5px; }

.viewbox-content .viewbox-image {
  padding: 25px 0; }

.viewbox-content .viewbox-image img {
  border: 1px solid rgba(255, 255, 255, 0.2); }

.viewbox-button-default {
  fill: rgba(255, 255, 255, 0.2); }

.viewbox-button-default:hover {
  fill: rgba(255, 255, 255, 0.6); }

.image-grid-item {
  position: relative; }

.image-grid-item img {
  width: 100%; }

.image-grid-item p {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  margin: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.6); }

.image-grid-item:hover p {
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.9); }

.gallery-caption-bottom {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 15px;
  margin: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto", serif;
  font-size: 18px; }

.gallery-caption-bottom p {
  margin-bottom: 0; }

.bottom-border {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

/*- TOUR ITEM -*/
.tour-info {
  padding: 20px 0;
  font-size: 13px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

.tour-info-item ul li {
  float: left;
  margin: 3px; }

p.tour-info-item {
  font-family: "Roboto", serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin: 15px 0; }

.tour-info-item.tour-date {
  font-size: 15px; }

.tour-info-item.tour-date span {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px; }

.tour-info-item.tour-price {
  font-size: 15px; }

.tour-info-item.tour-price i {
  margin-right: 10px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.6); }

.tour-section {
  margin-top: 30px; }

.sidebar-item .tour-info {
  padding: 0 0 20px 0;
  width: 100%; }

.sidebar-bg {
  padding: 15px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.sidebar-item.sidebar-border {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 10px; }

.sidebar-item.sidebar-border .tour-info {
  border: none; }

.form-block textarea {
  height: 100px !important; }

.form-block-subscribe {
  color: #212121; }

/*- TOUR LIST -*/
.tour-list-item-1 .tour-list-img {
  position: relative;
  border-radius: 3px; }

.tour-list-item-1 .tour-list-img img {
  margin-bottom: 10px; }

.tour-list-item-1 .tour-list-img p.date {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin: 0;
  font-size: 14px; }

.tour-list-item-1:hover .tour-list-img p.date {
  background: rgba(0, 0, 0, 0.6); }

.tour-list-item-1 p.price {
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0; }

.tour-list-item-1 p.price span {
  background: #FF6200;
  padding: 4px 12px; }

.tour-list-item-1 .tour-list-description {
  padding: 0 15px 15px 15px; }

.tour-list-item-1 .tour-list-description a.tour-list-title {
  font-size: 16px; }

.tour-list-item-1 .tour-list-description ul {
  margin: 15px 0; }

.tour-list-item-1 .tour-list-description ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px; }

.tour-list-item-2 .tour-list-img {
  position: relative;
  border-radius: 3px; }

.tour-list-item-2 .tour-list-img img {
  margin-bottom: 10px; }

.tour-list-item-2 hr {
  margin: 0 0 10px 0; }

.tour-list-item-2 .tour-list-img p.date {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 3px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin: 0;
  font-size: 14px; }

.tour-list-item-2:hover .tour-list-img p.date {
  background: rgba(0, 0, 0, 0.5); }

.tour-list-item-2 p.price {
  font-size: 20px;
  text-align: center; }

.tour-list-item-2 .tour-list-description a.tour-list-title {
  font-size: 16px; }

.tour-list-item-2 .tour-list-description ul {
  margin: 15px 0; }

.tour-list-item-2 .tour-list-description ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px; }

.tour-list-item-3 .tour-list-img {
  position: relative;
  border-radius: 3px; }

.tour-list-item-3 .tour-list-img img {
  margin-bottom: 10px; }

.tour-list-item-3 hr {
  margin: 20px 0; }

.tour-list-item-3 .tour-list-img p.date {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin: 0;
  font-size: 14px; }

.tour-list-item-3:hover .tour-list-img p.date {
  background: rgba(0, 0, 0, 0.5); }

.tour-list-item-3 p.price {
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0; }

.tour-list-item-3 p.price span {
  background: #FF6200;
  padding: 6px 12px;
  border-radius: 3px; }

.tour-list-item-3 .tour-list-description {
  padding: 0 15px 15px 15px; }

.tour-list-item-3 .tour-list-description a.tour-list-title {
  font-size: 16px; }

.tour-list-item-3 .tour-list-description ul {
  margin: 15px 0; }

.tour-list-item-3 .tour-list-description ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px; }

/* BLOG LIST */
.blog-page-info-item input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 3px 0 0 3px;
  background: #fff;
  font-size: 13px;
  margin-right: 3px; }

.blog-page-info-item select {
  background: #fff; }

.blog-page-info-item form.form-inline {
  float: right; }

.flex-row-reverse .sidebar {
  margin-right: 20px;
  margin-left: 0; }

.sidebar-item input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-right: 3px; }

.sidebar-post-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

.sidebar-post-img {
  display: table-cell;
  vertical-align: top;
  width:40%;
  padding-left: 20px; }

.sidebar-post-img img {
  width: 158px; }

.sidebar-post-content {
  padding: 0 15px 0 0;
  vertical-align: middle;
  display: table-cell; }

.sidebar-post-content h6 {
  margin-bottom: 2px;
  font-size: 16px; }

.sidebar-post-content span {
  font-size: 13px; }

.sidebar-item ul.categories li {
  border-bottom: 1px dotted #444;
  padding: 10px 0; }
.sidebar-item ul.categories li:first-child{
  padding: 0 0 10px 0;
}
.sidebar-item ul.categories li:last-child{
  border-bottom: 0px;
}

.sidebar-item ul.categories li a {
  font-size: 16px;
  margin: 0 10px 0 0; 
  color:#000;
}

.sidebar-item ul.categories li a:hover {
  color:#0F4FA8;;
}

.sidebar-item ul.categories.sidemenu{
  text-transform:uppercase;
}

.dotoggle {
	cursor:pointer;
	
}
.dotoggle.toggled .ti-angle-right{
	transform: rotate(0deg);
	transition: all 0.5s;
}	
.dotoggle.toggled  .ti-angle-right{
	transform: rotate(90deg);
	transition: all 0.5s;
}
.toggled-block {
	display:none;
}


.sidebar-item ul.categories.sidemenu .sidemenu-inner{
  padding-left:10px;
}
	.sidebar-item ul.categories.sidemenu .sidemenu-inner a{
	  text-transform:uppercase;
	  font-size:14px;
	  /* color: #0f4fa8; */
	}


.sidebar-item ul.categories li span {
  float: right; 
  line-height: 24px;
}

.sidebar-item ul.categories li:hover span {
  font-weight: bold; }

.sidebar-item ul.tags li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 5px; }

.sidebar-item ul.tags li a {
  background: #FF6200;
  color:#fff;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 3px; }

.sidebar-item ul.social li {
  display: inline-block; }

.pagination {
  display: block;
  text-align: center;
  margin: 30px 0; }

.pagination ul {
  text-align: center; }

.pagination ul li {
  display: inline-block;
  margin: 10px 4px; }

.pagination ul li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4); }

.pagination ul li span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8); }

.pagination ul li a i {
  position: relative;
  top: 1px; }

.pagination ul li.active a, .pagination ul li a:hover {
  color: #212121; }

.blog-single-info {
  margin-bottom: 20px; }

.blog-single-info .blog-single-info-img {
  position: relative; }

.blog-single-info .blog-single-info-img img {
  margin-bottom: 0;
  width: 100%; }

.blog-single-info span.blog-item-date {
  position: absolute;
  top: 0px;
  left: 40px;
  background: #FF6200;
  color: #fff;
  padding: 10px 20px; }

.blog-single-info .caption {
  margin-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }

.blog-single-info .caption span.blog-item-author {
  color: rgba(0, 0, 0, 0.8); }

.blog-single-info .blog-item-comment {
  display: inline-block;
  float: right; }

.blog-single-info .blog-item-comment span {
  margin-right: 5px;
  position: relative;
  top: 2px; }

.blog-single-info .blog-item-comment a {
  font-weight: bold; }

.blog-post-tags ul.tags {
  display: inline-block; }

.blog-post-tags ul.tags li {
  display: inline-block;
  margin-right: 5px; }

.blog-post-tags ul.tags li a {
  font-size: 13px;
  background: #FF6200;
  padding: 3px 8px;
  border-radius: 3px;
  color: #212121; }

.blog-comment-item {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }

.blog-comment-item .avatar {
  float: left;
  margin-bottom: 20px; }

.blog-comment-item .avatar img {
  border-radius: 50%;
  margin: 0 0 15px 0;
  height: 90px;
  width: 90px;
  display: block; }

.blog-comment-item .blog-comment-content h5 {
  margin-top: 10px; }

.blog-comment-item .blog-comment-content {
  padding-left: 120px;
  text-align: left; }

.blog-comment-item p.blog-comment-info {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase; }

/* TOUR SINGLE */
.tour-slider {
  position: relative; }

.photos-btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 111;
  width: 100%;
  text-align: center; }

.photos-btn h1 {
  color: #fff; }

.p-relative {
  position: relative; }

.tour-single-included-item {
  margin-bottom: 10px;
  display: block;
  width: 100%; }

.tour-single-included-item strong {
  font-weight: bold;
  margin-right: 10px; }

.tour-single-included-item ul li {
  margin-bottom: 10px;
  font-size: 13px; }

.tour-single-included-item ul li span {
  margin-right: 10px;
  color: #FF6200; }

.tour-single-included-item h4 {
  margin-bottom: 20px; }

.tour-single-sidebar-info-item p.price i {
  font-size: 13px;
  font-style: normal;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 10px;
  text-decoration: line-through;
  font-weight: normal; }

.gallery img {
  margin-bottom: 0 !important; }

ul.features {
  margin-top: 10px; }

ul.features li {
  display: inline-block;
  font-size: 13px;
  background: #FF6200;
  padding: 3px 8px;
  border-radius: 3px;
  color: #fff;
  margin-right: 7px;
  margin-bottom: 7px; }

.tour-single-sidebar {
  background: #fff;
  border: 1px solid #eee;
  margin-left: 20px; }

.tour-single-sidebar-info-item {
  text-align: center;
  margin: 10px;
  padding: 20px 15px 10px 15px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 30px;
  border-radius: 10px;
  min-height: 130px;
  position: relative;
  border: 1px solid #ddd; }

.tour-single-sidebar-info-item p {
  position:absolute;
  left:8px;
  right:8px;
  bottom:5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  /* text-transform: capitalize;  */
  min-height:35px;
}
.tour-single-sidebar-info-item p.dates {
  padding-top:5px;
  font-size: 13px;
  line-height: 15px;
  text-transform: none; 
}

.tour-single-sidebar-info-item p.price span {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0; }

.tour-single-sidebar-info-item p.price i span {
  font-size: 17px;
  font-style: normal;
  color: rgba(0, 0, 0, 0.4) !important;
  margin-right: 10px;
  text-decoration: line-through;
  font-weight: normal; }

.tour-single-sidebar-info-item p.description {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0;
  text-transform: uppercase; }

.tour-single-sidebar-info-item span {
  font-size: 38px;
  margin-bottom: 0;
  display: inline-block; }

.tour-single-sidebar-info-item .tour-single-icon span {
  color: #FF6200; }

.tour-single-sidebar-price {
  text-align: center;
  padding: 15px;
  font-size: 28px;
  background: #FF6200; }

.tour-single-sidebar-price span {
  margin-right: 10px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through; }

.tour-single-hotel-info ul li {
  margin-bottom: 10px; }

.tour-single-hotel-info ul li strong {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.7); }

.tour-single-sidebar-title {
  background: #FF6200; }

.tour-single-sidebar-title h4 {
  margin-bottom: 0; }

.tour-single-sidebar-padding {
  padding: 25px; }

ul.support li {
  margin-bottom: 10px; }

ul.support li span {
  margin-right: 10px;
  position: relative;
  top: 1px;
  color: rgba(0, 0, 0, 0.7); }

.tour-single-sidebar-info-item
.section-to-block ul.nav-menu {
  display: inline-block; }

.section-to-block ul.nav-menu li {
  margin-right: 15px;
  float: left; }

.section-to-block ul.nav-menu li a {
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: auto;
  font-size: 14px; }

.section-to-block ul.nav-menu li a:hover, .section-to-block ul.nav-menu li a.active {
  border-bottom: 2px solid #FF6200;
  color: #212121; }

/** wordpress **/
html {
  margin: 0 !important; }

.widget_search {
  padding-top: 0; }

.sidebar .widget {
  width: 100%; }

.sidebar .widget select {
  width: 100%; }

.sidebar h2.widget-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Roboto", serif;
  font-weight: normal; }

.sidebar .widget ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 5px;
  text-align: right;
  font-weight: normal;
  float: right;
  display: block;
  width: 100%; }

.sidebar .widget ul li:hover {
  color: #000; }

.sidebar section.widget.widget_recent_entries a {
  font-size: 15px;
  font-weight: bold; }

.sidebar .widget ul li a {
  float: left;
  display: inline-block; }

.sidebar .widget span.post-date {
  display: block;
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 2px; }

.sidebar .widget .tagcloud {
  margin-top: 20px; }

.sidebar .widget .tagcloud a {
  background: #FF6200;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px !important;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 5px;
  color: #fff; }

.comment-respond {
  margin-top: 30px; }

p.form-submit, p.logged-in-as {
  margin: 0 5px 10px 5px; }

/* comments */
.comment-author {
  float: left;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  width: 80px; }

.comment-author img {
  border-radius: 50%;
  margin: 0 0 10px 0;
  height: 80px;
  width: 80px;
  display: inline-block; }

ol.comment-list li.comment {
  margin-bottom: 20px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  position: relative; }

ol.comment-list li.comment:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.comment-author span.says {
  display: none; }

.reply {
  text-align: right;
  margin-bottom: 20px; }

a.comment-reply-link {
  display: inline-block;
  position: relative;
  outline: 0;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px !important;
  border: none;
  padding: 4px 14px;
  font-size: 12px;
  letter-spacing: 1px;
  background: transparent;
  background-color: #FF6200;
  border: 1px solid #FF6200;
  color: #212121 !important; }

.comment-metadata {
  margin: 5px 0 10px 0; }

ol.comment-list ol.children {
  margin-left: 20px; }

ol.comment-list ol.children li.comment {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px 15px; }

label.screen-reader-text {
  display: none; }

.woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb {
  color: #fff; }

.woocommerce nav.woocommerce-pagination {
  margin: 20px 0; }

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
  border: none; }

.woocommerce nav.woocommerce-pagination ul li {
  margin: 7px;
  font-size: 16px; }

.woocommerce nav.woocommerce-pagination ul li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4); }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8); }

del span.woocommerce-Price-amount.amount {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through; }

/* hide header title on products and categories */
header.woocommerce-products-header {
  display: none; }

.woocommerce-breadcrumb {
  letter-spacing: 1px; }

.woocommerce .loader::before, .woocommerce-billing-fields h3, h3#order_review_heading, .payment_box.payment_method_cod {
  display: none !important; }

.woocommerce-billing-fields__field-wrapper p.form-row, .woocommerce-billing-fields__field-wrapper,
span.woocommerce-input-wrapper {
  width: 100%; }

.woocommerce form .form-row select {
  margin-bottom: 10px; }

.woocommerce-billing-fields__field-wrapper p.form-row input.input-text,
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  border-radius: 3px;
  font-size: 12px;
  padding: 8px 16px;
  height: 39px !important;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  height: 100px !important; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: transparent; }

.woocommerce-notices-wrapper {
  display: none; }

.woocommerce ul.order_details {
  display: inline-block; }

.contact-form-7 input, .contact-form-7 textarea, .form-block-subscribe input {
  width: 100%;
  margin-top: 5px;
  padding: 5px 15px;
  font-size: 13px; }

.contact-form-7 p {
  margin: 0; }

.contact-form-7 .wpcf7-submit, input.es_textbox_button {
  display: inline-block;
  position: relative;
  outline: 0;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px !important;
  border: none;
  padding: 8px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  background: transparent;
  background-color: #FF6200;
  border: 1px solid #FF6200;
  color: #212121 !important; }

.contact-form-7 .wpcf7-submit:hover, input.es_textbox_button:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.3); }

.contact-form-7 span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 12px;
  margin-top: 3px;
  color: #FF6200; }

.contact-form-7 div.wpcf7-mail-sent-ok {
  background-color: #FF6200 !important;
  color: #212121 !important;
  border: none;
  padding: 15px;
  margin: 0; }

span#es_msg {
  display: block;
  text-align: center;
  color: #FF6200 !important; }

.contact-form-7 div.wpcf7-response-output {
  background-color: #FF6200;
  color: #fff;
  border: none;
  padding: 15px;
  margin: 0; }

.contact-form-7 span.ajax-loader {
  display: block !important;
  margin: 10px auto; }

.es_lablebox {
  padding-bottom: 0; }

.checkout form.checkout input, .checkout form.checkout textarea {
  background-color: rgba(255, 255, 255, 0.7); }

.checkout form.checkout textarea {
  height: 60px !important; }

.checkout form.checkout p.form-row {
  margin-bottom: 1px; }

.checkout ul.wc_payment_methods.payment_methods.methods {
  font-size: 12px; }

.checkout .woocommerce-checkout #payment div.payment_box p {
  font-size: 12px;
  color: #000; }

.woocommerce-privacy-policy-text p {
  font-size: 12px; }

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  height: auto !important; }

/* datepicker */
.date-picker-wrapper .drp_top-bar {
  display: none !important; }

.date-picker-wrapper {
  border: none;
  /* background-color: rgba(255, 255, 255, 0.8); */
  background-color: #fff;
  padding: 5px 10px;
  z-index: 11111; }

.date-picker-wrapper .month-wrapper {
  background: transparent;
  border: none;
  color: #080808;
  width: 200px; }

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-color: #FF6200 !important;
  color: #080808 !important; }

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #FF6200; }

.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background: #FF6200; }

.date-picker-wrapper .month-wrapper table .day.real-today {
  background: #FF6200;
  color: #fff !important; }

/* CORE STYLES */
.navigation {
  width: 100%;
  height: 50px;
  display: table;
  position: relative;
  font-family: inherit;
  margin-right: 10px; }

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.navigation-portrait {
  height: 48px; }

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998; }

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important; }

.align-to-right {
  float: right; }

.nav-header {
  float: left; }

.navigation-hidden .nav-header {
  display: none; }

.nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #70798b;
  font-size: 24px;
  text-decoration: none !important; }

.nav-brand:hover, .nav-brand:focus {
  color: #70798b; }

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px; }

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left; }

.nav-logo:focus > img {
  outline: initial; }

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0; }

.nav-toggle {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
  display: none;
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
  font-size:18px;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px; }

  
  
  
.navigation-portrait .nav-toggle {
  display: block; }

  
@media (max-width: 768px) {
	.navigation-container{
	  height:0px;
	}
	.nav-toggle {
	  position: absolute;
/*	  top: -145px;*/
    top: 8px;
	  margin-top: 0;
	  right: 0;
	  display: none;
	  cursor: pointer;
	  color: #000;
	  text-transform: uppercase;
	  /* font-size: 14px; */
	}
}  
@media (max-width: 576px) {
	.navigation-container{
	  height:0px;
	}
	.nav-toggle {
/*	  top: -138px;*/
    top: 8px;
	}
}  
@media (max-width: 500px) {
	.navigation-container{
	  height:0px;
	}
/* 	.nav-toggle {
	  top: -155px;
	  font-size: 14px;
	} */
	.nav-toggle {
/*		top: -47px;*/
top: 15px;
		font-size: 15px;
	}
	.main-header-phones{
		display:none;
	}
}  
  
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

  
.nav-menu__burger-only  {
	display:none !important;
}
.navigation-portrait .nav-menu__burger-only {
	display:block !important;
}

.nav-menu__burger-langbar  {
	display:none;
}
.navigation-portrait  .nav-menu__burger-langbar{
	display:block;
	position:relative;
} 
.navigation-portrait  .nav-menu__burger-langbar__switch{
	display:block;
	position:absolute;
	top:18px;
	left:20px;
	cursor:pointer;
} 

  
  
  
  
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px; }

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0; }

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open a {
  color: #212121; }
  
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open .nav-dropdown li {
  background: #7a7a7a; }

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0; }

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 21px;
  cursor: pointer; }

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block; }

.nav-menu {
  display:block;
  /* border:1px solid #000; */
  margin: 0 auto;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0; }

.navigation-portrait .nav-menu {
  width: 100%; 
  margin-top:10px;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center; }

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none; }

.nav-menu > li {
  display: inline-block;
  /* float: left; */
  /* text-align: left; */ }

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0; }

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0; }

.nav-menu + .nav-menu > li:first-child {
  border-top: none; }

.nav-menu > li > a {
  /* height: 50px; */
  height: 30px;

/*  letter-spacing: 2px;
  padding: 5px 10px;
  margin:13px 5px;*/

  letter-spacing: 0px;
  padding: 5px 10px;
  margin:13px 2px;

  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height:20px;
  font-weight:600;
  /* color: rgba(255, 255, 255, 0.9); */
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s; }

/*1540*/

@media (min-width: 1200px) AND (max-width: 1540px) {
	.nav-menu > li > a {
	  letter-spacing: 0px;
	  padding: 5px 5px;
	  margin:13px 2px;
	}
}
  
.nav-menu > li > a.active{
  color: #fff; 
  /* background-color: rgba(0,0,0,0.3); */
  background-color: #0F4FA8;
  /* color: #FF6200; */
  border-radius:4px;
}

.nav-menu > li > a:hover {
  color: #fff;
  /* background-color: rgba(0,0,0,0.3); */
  background-color: #0F4FA8;
  border-radius:4px;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  /* padding: 12px 15px 12px 26px;  */
  padding: 0 15px; 
  text-align:left;
  margin: 10px 0px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
	background-color: rgba(0,0,0,0.3);
	color: #fff; 
}



.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open .nav-menu > li:hover > a,  
/* .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open .nav-menu > li > a:hover, */
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open .nav-menu > li.active > a, 
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open .nav-menu > li.focus > a {
    /* background-color: transparent; */
	background-color: rgba(0,0,0,0.1);
    color: #000;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  display: inline-block;
  width: 18px;
  height: 16px;
  line-height: 16px;
  padding-left:5px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4); }

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8); }

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center; }

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important; }

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto; }

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px; }

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px; }

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px; }

.submenu-indicator {
  margin-left: 6px;
  margin-top: 4px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000; }

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7) transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s; }

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px; }

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent rgba(255, 255, 255, 0.8) rgba(255, 255, 255, 0.8) transparent; }

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999; }

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* SEARCH PANEL */
.nav-search {
  height: 40px;
  float: right;
  z-index: 19998; }

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px; }

.navigation-hidden .nav-search {
  display: none; }

.nav-search-button {
  width: 30px;
  height: 40px;
  line-height: 54px;
  text-align: right;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  margin-right: 10px; }

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px; }

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.nav-search-icon:after, .nav-search-icon:before {
  content: '';
  pointer-events: none; }

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.nav-search-button:hover .nav-search-icon {
  color: #967ADC; }

.nav-search > form {
  width: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
  border-radius: 3px;
  margin-top: 5px; }

.nav-search-inner {
  width: 70%;
  height: 40px;
  margin: auto;
  display: table; }

.navigation-portrait .nav-search-inner {
  height: 48px; }

.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 16px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px; }

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 6px;
  top: 6px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center; }

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px; }

/* NAVIGATION BUTTON */
.nav-button {
  margin: 11px 15px 0;
  padding: 3px 14px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #FF6200;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px; }

.nav-button span {
  font-size: 19px; }

.nav-button:hover, .nav-button:focus {
  color: #fff;
  background: #FF6200;
  color: #212121 !important;
  text-decoration: none;
  opacity: 0.85; }

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px; }

/* NAVIGATION TEXT */
.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px; }

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0; }

.navigation-portrait .nav-text + ul {
  margin-top: 15px; }

/* DROPDOWN EXTENSION */
.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap; 
  background-color:#fff;
}

.nav-dropdown.no {
  display: none !important; }

.navigation-portrait .nav-dropdown {
  width: 100%;
  /* position: static; */
  position: relative;
  left: 0; }

.nav-dropdown .nav-dropdown {
  left: 100%; }

.nav-menu > li > .nav-dropdown {
  border-top: solid 2px #FF6200; }

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left; }

.nav-dropdown > li > a {
  width: 100%;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s; }

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #000;
  background-color: #f5f5f5;  
}
  
.nav-dropdown.nav-dropdown-left {
  right: 0; }

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%; }

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right; }

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px; }

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px; }

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px; }

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px; }

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px; }

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute; }

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0; }

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #545454 #545454 transparent; }

.nav-dropdown > li > a .submenu-indicator-chevron {
  border-color: transparent #212121 #212121 transparent; }

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px; }

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

/* MEGAMENU EXTENSION */
.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd; }

/* .megamenu-panel .container{
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
} */
  
.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block; }

.megamenu-panel [class*="container"] {
  width: 100%; }

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0; }

.megamenu-panel-60 {
  width: 60%; 
  left:50%;
  margin-left:-30%;
}  
  
.megamenu-panel-half {
  width: 50%; }

.megamenu-panel-quarter {
  width: 25%; }

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%; }

/* GRID */
.megamenu-panel-row {
  width: 100%; }

.megamenu-panel-row:before, .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0; }

.megamenu-panel-row:after {
  clear: both; }

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%; }

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0; }

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px; }

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0; }

.megamenu-panel-row .col-1 {
  width: 5.583333333333%; }

.megamenu-panel-row .col-2 {
  width: 14.166666666666%; }

.megamenu-panel-row .col-3 {
  width: 22.75%; }

.megamenu-panel-row .col-4 {
  width: 31.333333333333%; }

.megamenu-panel-row .col-5 {
  width: 39.916666666667%; }

.megamenu-panel-row .col-6 {
  width: 48.5%; }

.megamenu-panel-row .col-7 {
  width: 57.083333333333%; }

.megamenu-panel-row .col-8 {
  width: 65.666666666667%; }

.megamenu-panel-row .col-9 {
  width: 74.25%; }

.megamenu-panel-row .col-10 {
  width: 82.833333333334%; }

.megamenu-panel-row .col-11 {
  width: 91.416666666667%; }

.megamenu-panel-row .col-12 {
  width: 100%; }

/* MEGAMENU LIST */
.megamenu-panel {
  border-top: 2px solid #FF6200; }

.megamenu-lists {
  width: 100%;
  /* display: table;  */
  text-align:left;
}

/* The list */
/* .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none; } */

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  vertical-align:top;
  list-style: none; }
  
.megamenu-list:last-child {
  margin: 0;
  border: none; }

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px rgba(255, 255, 255, 0.2); }

.navigation-landscape .megamenu-list:last-child {
  border: none; }

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #212121;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.megamenu-list > li > a:hover {
  color: #000;
  background-color: #f5f5f5;  
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #7a7a7a; }

.megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent; }

.navigation-landscape .list-col-2 {
  width: 50%; }

.navigation-landscape .list-col-3 {
  width: 33%; }

.navigation-landscape .list-col-4 {
  width: 25%; }

a:hover, button:hover, input:hover, .ii-shadow:hover, .blog-item.effect-2:hover .caption h2 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
  /* color: #fff; */
  color: rgba(0,0,0,0.99);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.testimonial-item-border, .testimonial-info-quote:before, .image-grid-item p, .tour-list-item-2 .tour-list-img p.date,
.tour-list-item-3 .tour-list-img p.date, .tour-list-item-1 .tour-list-img p.date, .blog-item .blog-info {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.testimonial-item{
  border-radius:5px;
  margin: 0 5px 14px 5px
}

.testimonial-item-border:hover, .testimonial-item-border:hover .testimonial-info-quote:before, .image-grid-item:hover p,
.tour-list-item-2:hover .tour-list-img p.date, .tour-list-item-3:hover .tour-list-img p.date, .tour-list-item-1:hover .tour-list-img p.date,
.blog-item:hover .blog-info {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.animate, .owl-item {
  opacity: 0; }

.animated {
  opacity: 1 !important; }

.owl-item.active {
  opacity: 1; }

/*  
.infography-img{
	position:relative;
	overflow:hidden;
}
	.infography-img img{
		width:100%;
		height:auto;
	}
	.infography-img:before{
		content:"";
		display:block;
		position:absolute;
		left:17px;
		top:17px;
		right:17px;
		bottom:17px;
		border-radius:50%;
		border: 8px solid rgba(255,255,255,0.8);
		transition: all 0.2s;
	}
	.infography-img:after{
		content:"";
		display:block;
		position:absolute;
		left:28px;
		top:28px;
		right:28px;
		bottom:28px;
		border-radius:50%;
		background-color:rgba(255,255,255,0.8);
		transition: all 0.2s;
	}
		.infography-img:hover:before{
			transform: scale(1.05);
		}
		.infography-img:hover:after{
			transform: scale(1.05);
		}
*/

.infography-img{
  position:relative;
  overflow:hidden;
}
  .infography-img>div{
    padding:5px 15px;
  }
  .infography-img img{
    width:100%;
    height:auto;
    border-radius:50%;
  }
  .infography-img:before{
    content:"";
    display:block;
    position:absolute;
    z-index:2;
    left: 5px;
    top: -5px;
    right: 5px;
    bottom: 0px;
    transition: all 0.2s;
    background-image: url(../images/borderline.svg);
/*    background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
/*    background-size: cover;*/
    background-size: 100% auto;
  }

/*    
	.infography-text{
		display:block;
		position:absolute;
		z-index:3;
		left:60px;
		top:28px;
		right:60px;
		bottom:28px;
		text-align:center;
		vertical-align:middle;
		color:#000;
		font-size:28px;
		line-height:32px;
	}
	.infography-text div{
		display:table;
		width:100%;
		height:100%;
		text-align:center;
		vertical-align:middle;
	}	
	.infography-text span{
		display:table-cell;
		height:100%;
		text-align:center;
		vertical-align:middle;
	}	
@media (max-width: 991px) {
	.infography-text{
		font-size:20px;
		line-height:24px;
	}
}
@media (max-width: 768px) {
	.infography-text{
		font-size:28px;
		line-height:32px;
	}
}	
@media (max-width: 576px) {
	.infography-text{
		font-size:28px;
		line-height:32px;
	}
}		
*/

  .infography-text{
    margin-top:20px;
    text-align:center;
    color:#000;
    font-size:24px;
    line-height:32px;
  }

@media (max-width: 991px) {
  .infography-text{
    font-size:18px;
  }
} 
@media (max-width: 768px) {
  .infography-text{
    font-size:18px;
    padding-bottom:40px;
  }
} 


  
.infography-1 .infography-icon i, .infography-1 .infography-icon svg, .blog-comment-item .avatar img {
  -webkit-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  transition: all 500ms ease-in; }

.infography-1:hover i, .blog-comment-item:hover .avatar img {
  -webkit-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  margin-top: 10px; }

/* .infography-2.infography i {
  -webkit-transition: all 1500ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 1500ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 1500ms ease-in;
  -moz-transform: scale(1);
  transition: all 1500ms ease-in;
  transform: scale(1); }

.infography-2.infography:hover i {
  -webkit-transition: all 3000ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 3000ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 3000ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 3000ms ease-in; }

.infography-3.infography i {
  -webkit-transition: all 1500ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 1500ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 500ms ease-in;
  -moz-transform: scale(1);
  transition: all 1500ms ease-in;
  transform: scale(1); }

.infography-3.infography:hover i {
  -webkit-transition: all 1500ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 1500ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 1500ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 1500ms ease-in;
  transform: scale(1.2); } */

.testimonial-image {
  -webkit-transition: all 1500ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 1500ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 500ms ease-in;
  -moz-transform: scale(1);
  transition: all 1500ms ease-in;
  transform: scale(1); }

.testimonial-1:hover .testimonial-image {
  -webkit-transition: all 1500ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 3000ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 3000ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 3000ms ease-in;
  transform: scale(1.1); }

.category-item-1 .hovereffect .overlay {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.category-item-1 .hovereffect h2 {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.category-item-1 .hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px); }

.category-item-1 .hovereffect span.info {
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.category-item-1 .hovereffect:hover span.info {
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.category-item-2 .hovereffect img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out; }

.category-item-2 .hovereffect:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.category-item-3 .hovereffect img {
  transition: 1s -webkit-filter linear; }

.category-item-3 .hovereffect:hover img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  transition: 1s -webkit-filter linear; }


	
/** MEDIA MAX WIDTH 1200px **/
@media (max-width: 1200px) {
  .navigation-portrait .nav-menu > li > a{
	margin:0;
	padding:10px 15px;
	border-radius:0px;
  }
  .navigation-portrait .nav-menu > li > a.active{
	/* color: #fff;  */
	background-color: rgba(0,0,0,0.15);
	border-radius:0px;
  }
  .navigation-portrait .megamenu-panel {
    padding: 0px;
  }
  .navigation-portrait .megamenu-panel-60 {
    width: 100%; 
    left:auto;
    margin-left:0;
  }  
  .navigation-portrait .megamenu-list {
    margin: 0;
  }
  .navigation-portrait .megamenu-list > li > a {
    padding: 12px 20px 12px 30px;
  }  
/*   .navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
  } */
}
	
/** MEDIA MAX WIDTH 992px **/
@media (max-width: 992px) {  
  .nav-button {
    color: #212121 !important; }

  .submenu-indicator-chevron {
    border-color: transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) transparent; }

  .nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) transparent; }

  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open .nav-dropdown li {
    background: #fff; } 

  .separator {
	border: 0px;
    padding: 5px; }

  .separator span {
    display: block;
    line-height: 1.6; }
	
}

	
/** MEDIA MAX WIDTH 768px **/
@media (max-width: 768px) {
  .container {
	max-width: 100% !important;
  }
  .order-form {
    position: relative;
    bottom: 0; }

  .block-title {
    padding: 0 15px; }

  span.separator {
    border: none;
    line-height: 1; }

  .slider-margin {
    margin: 10px 0; }

  .slider.slider-horizontal {
    width: 95%;
    margin-left: 2%;
    margin-right: 2%; }

  .owl-carousel h2.big-title {
    font-size: 26px;
    margin-top: 10px; }

  .owl-carousel .page-head-caption p {
    font-size: 13px; }

  .mobile-none {
    display: none; }

  .sidebar {
    margin-left: 0; }

  .blog-item.effect-1 img {
    width: 100%; }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .tour-single-sidebar-padding {
    padding: 15px; } 

  .separator {
	border: 0px;
    padding: 5px; }

  .separator span {
    display: block;
    line-height: 1.6; }
	
	.blog-item.effect-1 .caption {
	  height: auto;}
	
  #currrencies > div{
	padding-left:15px;
  }
  .main-footer-menu .container{
	max-width:320px !important;
  }
}

/** MEDIA MAX WIDTH 576px **/
@media (max-width: 576px) {
	.tab-1 .nav-tabs {
		padding:0 15px;
	}	
	.tab-1 li.nav-item {
	  margin: 3px 0;
	  display: block;}	
	.main-header-logo-wrapper{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}  
}

/** MEDIA MAX WIDTH 500px **/
@media (max-width: 500px) {
  .main-block {
    /* padding: 25px 0;  */
	/* padding: 40px 0 0 0;  */
  }
	
  .main-header-logo {
    margin-left: 0; }

  .main-header-logo img {
    width: 200px; }

  .navigation {
    margin-top: 0 !important; }

  .alert-fixed {
    padding: 20px 20px !important;
    font-size: 14px; }

  .right-header {
    margin: 0; }

/*   .map iframe, iframe {
    width: 100%; } */

  .nav-menu.nav-menu-sticky {
    top: 50px; }

  .main-header-logo.mt-30 {
    margin-top: 0 !important; }

  .scrollup {
    right: 20px; }

  h1.big-title {
    font-size: 22px; }

  .navigation-portrait .nav-search-inner input[type=text], .navigation-portrait .nav-search-inner input[type=search] {
    font-size: 10px; }

  .footer-signup input {
    max-width: 160px; }

  .promotion-block {
    margin-top: 70px; }

  .promotion-block h2 {
    font-size: 22px; }

  .promotion-block span {
    font-size: 13px; }

  .promotion-block p {
    font-size: 11px;
    margin-bottom: 0; }

  footer.footer-2, footer.footer-1 {
    text-align: center; }

  footer.footer-1 .footer-item {
    margin: 0; }

  footer.footer-1 .footer-social, footer.footer-2 .footer-social {
    float: none;
    display: block; }

  footer.footer-1 {
    padding-top: 30px; }

  .counter-item {
    margin: 30px 0; }

  .sidebar-item.sidebar-border {
    border-right: none; }

  .category-item-1 img, .category-item-2 img, .category-item-3 img {
    height: auto; }

  .overlay a {
    font-size: 20px; }

  .overlay .closebtn {
    top: 31px;
    right: 18px;
    font-size: 20px; }

  .sidebar-left {
    margin-right: 0; }

  .bottom-footer p {
    margin-bottom: 10px; }

  .mobile-center {
    text-align: center !important; }

  .mobile-left {
    text-align: left !important; }

  .mobile-right {
    text-align: right !important; }

  .separator {
/* 	border-bottom: 1px dotted #7a7a7a;
	border-top: 1px dotted #7a7a7a; */
	border: 0px;
    padding: 5px; }

  .separator span {
    display: block;
    line-height: 1.6; }

  .tour-single-sidebar {
    margin-left: 0; }

  body.menu-sticky .contact-head {
    width: 100%; } 
}


.bg-blue{
	/* background-color:#0F4FA8; */
	/* background-color:rgba(95,71,0,0.8); */
	background-color:rgba(0,88,171,0.9);
}

.bg-full-blue{
  background-color:rgba(0,88,171,1);
}

.fs12{font-size:12px; line-height: 16px;}	
.fs13{font-size:13px; line-height: 16px;}
.fs14{font-size:14px; line-height: 20px;}
.fs16{font-size:16px; line-height: 20px;}	
.fs18{font-size:18px; line-height: 20px;}	
.fs22{font-size:22px; line-height: 22px;}	
	
.tcb{color:black;}
.fwb{font-weight:bold;}	
	
/*===============================================
  D. Padding Helpers
================================================= */
.pn {
  padding: 0 !important;
}
.p1 {
  padding: 1px !important;
}
.p2 {
  padding: 2px !important;
}
.p3 {
  padding: 3px !important;
}
.p4 {
  padding: 4px !important;
}
.p5 {
  padding: 5px !important;
}
.p6 {
  padding: 6px !important;
}
.p7 {
  padding: 7px !important;
}
.p8 {
  padding: 8px !important;
}
.p10 {
  padding: 10px !important;
}
.p12 {
  padding: 12px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.ptn {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.prn {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pbn {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pln {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
/* Axis Padding (both top/bottom or left/right) */
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ph8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
/* responsive padding helpers */
@media (min-width: 1140px) {
  .ptn-lg {
    padding-top: 0 !important;
  }
  .prn-lg {
    padding-right: 0 !important;
  }
  .pbn-lg {
    padding-bottom: 0 !important;
  }
  .pln-lg {
    padding-left: 0 !important;
  }
  .pt5-lg {
    padding-top: 5px !important;
  }
  .pr5-lg {
    padding-right: 5px !important;
  }
  .pb5-lg {
    padding-bottom: 5px !important;
  }
  .pl5-lg {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .ptn-md {
    padding-top: 0 !important;
  }
  .prn-md {
    padding-right: 0 !important;
  }
  .pbn-md {
    padding-bottom: 0 !important;
  }
  .pln-md {
    padding-left: 0 !important;
  }
  .pt5-md {
    padding-top: 5px !important;
  }
  .pr5-md {
    padding-right: 5px !important;
  }
  .pb5-md {
    padding-bottom: 5px !important;
  }
  .pl5-md {
    padding-left: 5px !important;
  }
}

/*===============================================
  E. Margin Helpers
================================================= */
/* margin center helper */
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.mn {
  margin: 0 !important;
}
.m1 {
  margin: 1px !important;
}
.m2 {
  margin: 2px !important;
}
.m3 {
  margin: 3px !important;
}
.m4 {
  margin: 4px !important;
}
.m5 {
  margin: 5px !important;
}
.m8 {
  margin: 8px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.mtn {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mrn {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mbn {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mln {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
/* Axis Margins (both top/bottom or left/right) */
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mv70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mh70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
/* Negative Margin Helpers */
.mtn5 {
  margin-top: -5px !important;
}
.mtn10 {
  margin-top: -10px !important;
}
.mtn15 {
  margin-top: -15px !important;
}
.mtn20 {
  margin-top: -20px !important;
}
.mtn30 {
  margin-top: -30px !important;
}
.mrn5 {
  margin-right: -5px !important;
}
.mrn10 {
  margin-right: -10px !important;
}
.mrn15 {
  margin-right: -15px !important;
}
.mrn20 {
  margin-right: -20px !important;
}
.mrn30 {
  margin-right: -30px !important;
}
.mbn5 {
  margin-bottom: -5px !important;
}
.mbn10 {
  margin-bottom: -10px !important;
}
.mbn15 {
  margin-bottom: -15px !important;
}
.mbn20 {
  margin-bottom: -20px !important;
}
.mbn30 {
  margin-bottom: -30px !important;
}
.mln5 {
  margin-left: -5px !important;
}
.mln10 {
  margin-left: -10px !important;
}
.mln15 {
  margin-left: -15px !important;
}
.mln20 {
  margin-left: -20px !important;
}
.mln30 {
  margin-left: -30px !important;
}
/* Vertical Negative Margin "mv" + "n" + "x" */
.mvn5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.mvn10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.mvn15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.mvn20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.mvn30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
/* Horizontal Negative Margin "mh" + "n" + "x" */
.mhn5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.mhn10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.mhn15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.mhn20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.mhn30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
/*===============================================
  H. Max Width Helpers
================================================= */
.fluid-width {
  width: 100% !important;
}
.mw10 {
  max-width: 10px !important;
}
.mw20 {
  max-width: 20px !important;
}
.mw30 {
  max-width: 30px !important;
}
.mw35 {
  max-width: 35px !important;
}
.mw40 {
  max-width: 40px !important;
}
.mw45 {
  max-width: 45px !important;
}
.mw50 {
  max-width: 50px !important;
}
.mw60 {
  max-width: 60px !important;
}
.mw80 {
  max-width: 80px !important;
}
.mw100 {
  max-width: 100px !important;
}
.mw140 {
  max-width: 140px !important;
}
.mw160 {
  max-width: 160px !important;
}
.mw180 {
  max-width: 180px !important;
}
.mw200 {
  max-width: 200px !important;
}
.mw240 {
  max-width: 240px !important;
}
.mw280 {
  max-width: 280px !important;
}
.mw320 {
  max-width: 320px !important;
}
.mw400 {
  max-width: 400px !important;
}
.mw450 {
  max-width: 450px !important;
}
.mw500 {
  max-width: 500px !important;
}
.mw600 {
  max-width: 600px !important;
}
.mw700 {
  max-width: 700px !important;
}
.mw800 {
  max-width: 800px !important;
  margin:0 auto;
}
.mw850 {
  max-width: 850px !important;
}
.mw900 {
  max-width: 900px !important;
}
.mw980 {
  max-width: 980px !important;
}
.mw1000 {
  max-width: 1000px !important;
}
.mw1050 {
  max-width: 1050px !important;
}
.mw1100 {
  max-width: 1100px !important;
}
.mw1200 {
  max-width: 1200px !important;
}

.br5{
  border-radius: 5px;
}

.br10{
  border-radius: 10px;
}

/*tour visor css fix*/
  .TVWideForm.TVTheme2 {
    width:100% !important;
  }

  .TVMainForm, .TVFilterForm, .TVMainColor, a.TVMainColor:hover{
    background-color: #0F4FA8 !important;
  }  
  .TVButtonColor {
    background-color: #FF6200 !important;
  }
  .TVButtonColor:hover {
    background-color: #FF8940 !important;
  }

.main-text p, .main-text h1, .main-text h2, .main-text h3, .main-text h4, .main-text h5, .main-text h6{
  margin: 0 0 15px;
}

/* text */
  .text {
    font-size: 16px;
  }
  .text img{
    display: inline-block;
    /* width:100%; */
    max-width:100%;
    height:auto;
    margin: 0px 0px 30px 0;
    border-radius: 0px;
  }
  .text img.text-left{
    display:inline-block;
    float: left;
    margin: 5px 10px 5px 0;
  }
  .text img.text-center{
    margin: 0 auto;
  }
  .text img.text-right{
    display:inline-block;
    float: right;
    margin: 5px 0 5px 10px;
  } 
  .text video {
    max-width: 100%; 
    height: auto;
  }
    .text ul {
        margin-bottom: 15px;
        display: block;
        list-style-type: disc;
        margin: 15px 0;
        padding-left: 40px;
    }
    .text ol {
        display: block;
        list-style-type: decimal;
        list-style-position: inside;
        margin: 15px 0;
        padding-left: 15px;
    }
    .text li {
        display: list-item;
    }
    .text ul li {
        display: list-item;
    list-style-type: disc;
    }
  

  .text p {
    display:block;
    margin:0 0 15px 0;
/*    font-size:16px;
    font-weight:400;*/
  }

  .text p:after {
    content:"";
    display:block;
    clear:both;
  }
  
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6, .text .h1, .text .h2, .text .h3, .text .h4, .text .h5, .text .h6 {
    margin: 0 0 15px 0;
  }
  
  .text a, .text p a{
      color: var(--color-accent);
      transition: all .2s;
      /* text-decoration:underline; */
      text-decoration:none;
    }
    .text a:hover, .text p a:hover{
      color: var(--color-violet);
      transition: all .2s;
      text-decoration:none;
    }
/*     .text p a{
        color:#bb0050;
    }

    .text p a:hover{
        text-decoration:underline;
    } */

  .text .row{
    margin-bottom:20px;
  }
  .text .row>div{
    padding-bottom:15px;
  }
    
  .text sup, .text sub  {
    vertical-align: baseline;
    position: relative;
    font-size: .7em;
    line-height: 1;
  }
  .text sup {
    bottom: 1.4ex;
  }
  .text sub {
    top: .5ex;
  }
  
  .text em {
    font-style: italic;
  }
  
  .text b, .text strong {
    font-weight: 500;
  }
  
  .text blockquote{
    display: block;
    position: relative;
    padding: 10px 0 10px 30px;
    margin-top:15px;
  }
/*    .text blockquote:before{
      content: "\f10e";
      position: absolute;
      top: 6px;
      left: 15px;
      font-size: 30px;
      z-index: -1;
      color: #e7e7e7;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
    }
    .text blockquote:after{
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 2px;
      height: 100%;
      background: #09B821;
    }*/
  
    .text table {
        border-collapse: collapse;
        max-width:800px;
        margin:0 auto 25px auto;
        /* border: 1px solid #333; */
    border-spacing: 0px;
    }
    .text table tr:nth-child(even) {
       background-color: #ecf0f3;
    }
    
    .text table tr:last-child td{
      border-bottom: 1px solid #cccccc;
    }
    
    .text table th{
      padding:10px 5px;
      font-size:16px;
      /* font-size:14px; */
      font-weight: bold;
      text-align:left;
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc;
      background-color: #ecf0f3;
    }
    .text table td{
      padding:2px 5px;
      font-size:16px;
      /* font-size:13px; */
      font-weight:normal;
      text-align:left;
      /* border-bottom: 1px solid #cccccc; */
      border:0px;
    }
  
/*     .text th {
        background-color: #eee;
        border: 1px solid #333;
        padding:4px;
        font-weight:bold;
    }
    .text td {
        border: 1px solid #333;
        padding:4px;
    } */
    @media screen and (max-width: 768px) {
        .text table {
            overflow-x: auto;
            display: block;
            font-size:13px;
        }
    }


.body-pt110{
  padding-top:110px;
}

@media (max-width: 1200px) {
  .body-pt110{
    padding-top:56px;
  }
}

.contact-social>div {
  display: inline-block;
  margin-right: 12px; }

.contact-social>div a {
  font-size: 40px;
  color: #FF6200; 
}

.contact-social-burger>div {
  display: inline-block;
  margin-right: 6px; }

.contact-social-burger>div a {
  font-size: 26px;
  color: #FF6200; 
}

.contact-mainphones{
  text-transform: uppercase;
}
.contact-mainphones a{
  display: inline-block;
  padding-right:15px;
}



.country-submenu{
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding:5px 0;
  margin:0 10px 30px 10px !important;
}
.country-submenu div{
  text-align: center;
  padding:5px 0;
}  
.country-submenu a{
  font-size: 16px;
  color:#000;
  text-transform: uppercase;
}
.country-submenu a.active{
  font-weight: bold;
}

.bsh {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.3);
}

.container-xxl>div{
  max-width:1540px;
  margin:0 auto;
}

.overflow-hidden{
  overflow: hidden;
}

.w50p{
  width:49%;
}

.pt-8{
  padding-top:8px;
}

.slide-counter {
  position: relative;
/*  background: rgba(0, 0, 0, 0.7);*/
  color: white;
  padding: 5px 10px;
  text-align: center;
/*  border-radius: 3px;*/
  font-size: 14px;
  z-index: 1000;
  margin-top:-36px;
}