@charset "utf-8";
/* CSS Document */

/* =================== */
/* FONT FACE */
/* =================== */
@font-face {
	font-family: 'Dolce-Vita';
    src:  url('../themes/belovelo/assets/fonts/Dolce-Vita.ttf.woff') format('woff'),
    url('../themes/belovelo/assets/fonts/Dolce-Vita.ttf.svg#Dolce-Vita') format('svg'),
    url('../themes/belovelo/assets/fonts/Dolce-Vita.ttf.eot'),
    url('../themes/belovelo/assets/fonts/Dolce-Vita.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family:"Dolce Vita Heavy Bold";
	src:url("../themes/belovelo/assets/fonts/Dolce_Vita_Heavy_Bold.eot?") format("eot"),url("../themes/belovelo/assets/fonts/Dolce_Vita_Heavy_Bold.woff") format("woff"),url("../themes/belovelo/assets/fonts/Dolce_Vita_Heavy_Bold.ttf") format("truetype"),url("../themes/belovelo/assets/fonts/Dolce_Vita_Heavy_Bold.svg#DolceVitaHeavy-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family: 'Futura-Light';
	src: url('../themes/belovelo/assets/fonts/futura light bt.eot');
	src: url('../themes/belovelo/assets/fonts/futura light bt.woff') format('woff'), url('../themes/belovelo/assets/fonts/futura light bt.ttf') format('truetype'), url('../themes/belovelo/assets/fonts/futura light bt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura-Medium';
	src: url("../themes/belovelo/assets/fonts/futura_medium_bt.eot?") format("eot"), url('../themes/belovelo/assets/fonts/futura_medium_bt.woff2') format('woff2'),  url('../themes/belovelo/assets/fonts/futura_medium_bt.woff') format('woff'), url("../themes/belovelo/assets/fonts/futura_medium_bt.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura-Medium-Bold-Italic';
	src: url('../themes/belovelo/assets/fonts/futura_bold_italic_font.woff2') format('woff2'),  url('../themes/belovelo/assets/fonts/futura_bold_italic_font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'JaguarJC-Book';
	src: url('../themes/belovelo/assets/fonts/JaguarJC_Book.eot');
	src: url('../themes/belovelo/assets/fonts/JaguarJC_Book.woff') format('woff'), url('../themes/belovelo/assets/fonts/JaguarJC_Book.ttf') format('truetype'), url('../themes/belovelo/assets/fonts/JaguarJC_Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:"JaguarJC BookItalic";
	src:url("../themes/belovelo/assets/fonts/jagwi.eot?") format("eot"),url("../themes/belovelo/assets/fonts/jagwi.woff") format("woff"),url("../themes/belovelo/assets/fonts/jagwi.ttf") format("truetype"),url("../themes/belovelo/assets/fonts/jagwi.svg#JaguarJCBookItalic") format("svg");
	font-weight:normal;
	font-style:normal;
}



/* =================== */
/* RESET */
/* =================== */
*{
	outline: none;
}
body {
    position: relative;
	font-family:"Futura-Light", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.4;
}
a{
	transition: all 0.3s;
}
a:hover,
a:active,
a:focus{
	text-decoration: none;
	outline: none !important;
}
em{
	font-family:"JaguarJC BookItalic";
}

img{
	height: auto;
}

button, input, select, textarea{
	color: #989898;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 27px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 21px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 16px;
}


/* =================== */
/* GENERAL */
/* =================== */

img.alignleft{
	float: left;
	margin: 0 15px 15px 0;
}
img.alignright{
	float: right;
	margin: 0 0 15px 15px;
}
img.aligncenter{
	display: block;
	margin: 0 auto 15px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; clear: both; }

.more_link{
	color: #979797;
	font-family:"JaguarJC BookItalic";
	font-size: 21px;
}
.more_link:hover{
	color: #000;
}
.more_link::after{
	content: "\e87a";
	font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	margin-left: 10px;
    margin-top: 5px;
}

.image_frame, .image_wrap{
	margin-bottom: 30px;
}
.image_post{
	position: relative;
}

.image_frame, .zoom_image, .image_wrap{
	margin-left: auto;
	margin-right: auto;
}

.zoom_image{
	overflow: hidden;
}

.zoom_image > div:first-child > img,
.zoom_image > img{
	transform: scale(1);
	transition: all 1s;
}
.zoom_image:hover > div:first-child > img,
.zoom_image:hover > img{
	transform: scale(1.2);
	transition: all 3s;
}
.title_frame{
	position: relative;
}
.title_wrapper{
	position:absolute;
	left: 0;
	right: 0;
	bottom: 32px;
	text-align: center;
}
.title_wrapper > a{
	background:#000;
	color: #f5dd30;
	display: inline-block;
	padding: 5px 30px;
	font-family: "JaguarJC BookItalic";
}
.title_wrapper > a:hover{
	color: #fff;
}
.icon_lb,
.icon_c{
	position: relative;
}

.map_title{
	position:absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}

.map_title .lnr{
	background:#000;
	color: #eed72f;
	width: 60px;
    height: 60px;
	border-radius: 50%;
	line-height: 60px;
	display: inline-block;
	font-size: 30px;
	margin-right: 5px;
	vertical-align:middle;
	margin-bottom: 10px;
}
.map_title a{
	background-color: #000;
	color: #eed72f;
	padding: 5px 30px;
	display: inline-block;
	font-family: "JaguarJC BookItalic";
	vertical-align:middle;
	margin-bottom: 10px;
}
.map_title a:hover{
	color: #fff;
}

.icon_lb::after,
.title_with_icon::before,
.icon_c::before{
	content: "";
	width: 60px;
	height: 60px;
	background: url('../themes/belovelo/assets/images/logo-icon.png') no-repeat center center;
	background-size: cover
}
.icon_lb::after{
	left: 20px;
	bottom: 20px;
	position: absolute;
}
.title_with_icon::before{
	left: 20px;
	bottom: -10px;
	position: absolute;
}
.icon_c::before{
	margin: auto;
	display: block;
}

.image_bottom_title h3{
	font-family: 'Dolce Vita Heavy Bold';
	font-size: 21px;
}

.square-box{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #4679BD;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 70%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.box_inner_padding{
	padding: 90px 30px;
}
.square-content div,
.table_div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content span,
.table_cell_div {
    display: table-cell;
    vertical-align: middle;
}

.form-control{
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	height: 50px;
	font-size: 16px;
}

.btn-default{
	background-color: #000;
	color: #eed72f;
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	transition: all 0.3s;
	font-family:"Futura-Light";
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px 40px;
	font-size: 18px;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus{
	background-color: #eed72f !important;
	color: #000 !important;
	
}
.btn-sm{
	font-size: 14px;
	padding: 10px 25px;
}

/* =================== */
/* SEARCH & GENERAL FORM */
/* =================== */

.btn_search{
	background-image: url('../themes/belovelo/assets/images/search-icon.png');
	background-repeat: no-repeat;
    background-position: 17px 15px;
}
.header_content .form-control{
	font-family: "JaguarJC BookItalic";
}
.custom_input{
	position: relative;
	background: #fff;
}
.custom_input::before{
	content: "\e874";
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    margin-top: 5px;
    float: right;
    transition: all 0.3s;
    font-size: 14px;
	position: absolute;
    color: #555;
    right: 15px;
	top:15px;
}
.custom_input .form-control{
	background: transparent;
	position:relative;
	width: 100%;
	cursor: pointer;
}
.custom_input .form-control::-webkit-input-placeholder {
  color: #555;
}
.custom_input .form-control::-moz-placeholder {
  color: color: #555;;
}
.custom_input .form-control:-ms-input-placeholder {
  color: color: #555;;
}
.custom_input .form-control:-moz-placeholder {
  color: color: #555;;
}
.custom_input .bootstrap-select>.dropdown-toggle{
	border: none;
	background: transparent !important;
	height: 50px;
	outline: none !important;
	box-shadow: none !important;
	padding: 6px 12px;
}
.custom_input .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	line-height: 38px;
	color: #555;
}

.bootstrap-select.btn-group .dropdown-menu li a{
	outline: none !important;
}

.bootstrap-select .dropdown-menu.open{
	overflow: visible !important;
	margin-top: 1px;
}
.bootstrap-select .dropdown-menu:before{
	content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
	top: -7px;
    left: 6px;
}
.bootstrap-select .dropdown-menu:after{
	content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
	top: -6px;
    left: 7px;
}
.bootstrap-select.dropup .dropdown-menu:before{
	content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,0.2);
	border-bottom:none;
    position: absolute;
	bottom: -7px;
	top: initial;
    left: 6px;
}
.bootstrap-select.dropup .dropdown-menu:after{
	content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
	border-bottom:none;
    position: absolute;
	bottom: -6px;
	top: initial;
    left: 7px;
}

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover{
	background: #eed72f !important;
}
.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active{
	background: #000 !important;
}


.col-lg-15,.col-md-15,.col-sm-15,.col-xs-15{
	position:relative;
	min-height:1px;
	padding-right:10px;
	padding-left:10px
}
.col-xs-15{
	width:20%;float:left
}




/* =================== */
/* MODAL */
/* =================== */
body.modal-open{
	overflow-y: auto;
	padding-right: 0 !important;
}
body.modal-open .modal{
	padding-right: 0 !important;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



/* =================== */
/* LOADER STARTS */
/* =================== */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0063b0;

    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;

    z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fff;

	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #bb2b19;

	-webkit-animation: spin 1.5s linear infinite;
	  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg); 
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg); 
		transform: rotate(360deg);
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #000;
	z-index: 1000;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
			transform: translateX(-100%);

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
			transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
			transform: translateX(100%);

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;  
			transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;

	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);

	-webkit-transition: all 0.3s 1s ease-out;  
			transition: all 0.3s 1s ease-out;
}

.no-js #loader-wrapper {
	display: none;
}
/* =================== */
/* LOADER ENDS */
/* =================== */


/* =================== */
/* SECTIONS */
/* =================== */	  
.sections{
	background-color: #fff;
}
.grey_section{
	background-color: #efefef;
}
.black_section{
	background-color: #000000;
}
.sections.no_bottom_padding{
	padding-bottom: 0 !important;
}
.sections.no_top_padding{
	padding-top: 0 !important;
}
.section_no_padding{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.section_text_margin{
	margin-bottom: 40px;
}

.section_with_bg{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.section_light_text{
	color: #fff;
}
.section_dark_text{
	color: #000;
}

.section_text > h3:first-child{
	font-family:"JaguarJC BookItalic";
	font-size: 21px;
	color:#979797;
	margin-top: 0;
}
.section_text > h3.italic{
	font-family:"JaguarJC BookItalic";
	font-size: 21px;
	color:#979797;
	margin-top: 0;
}
.section_text > h2{
	font-family: 'Dolce Vita Heavy Bold';
	font-size: 23px;
	color:#000;
	font-weight: 700;
	margin-top: 10px;
}


/* =================== */
/* VIDEO BACKGROUND */
/* =================== */

.bg_video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 699px;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background:url(../themes/belovelo/assets/images/video-poster.jpg) no-repeat;
	background-size: cover; 
	-webkit-transition: 1s opacity; 
	transition: 1s opacity;
}

/* =================== */
/* SITE TOPBAR */
/* =================== */
.navbar{
	background-color: #000;
	margin-bottom: 0;
	position: fixed;
	top: 0;
	right:0;
	left:0;
	transition: all 0.3s;
	z-index:99;
	border-radius: 0 !important;
}

.navbar.smaller .navbar-brand{
	height: 85px;
	width: 120px;
	padding:10px 0 0;
}
.logo{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    padding:0;
	transition: all 0.3s;
}
.navbar-brand{
	float: none;
    display: inline-block;
    height: auto;
	background: #000;
	width: 200px;
	height: 150px;
	border-radius: 50%;
	padding:25px 0 0;
	transition: all 0.3s;
}
.navbar-brand>img{
	display: inline-block;
	width: 100%;
	transition: all 0.3s;
}


/* =================== */
/* NAVIGATION */
/* =================== */

.site_nav{
	font-family:"Futura-Light";
}
.site_nav .lnr-home{
	font-size: 21px;
}
.navbar-toggle {
    z-index:1;
	margin-top: 35px;
	transition: all 0.3s;
}
.navbar.smaller .navbar-toggle{
	margin-top: 20px;
}
.navbar-nav>li>a{
	color: #7c7c7c;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 700;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.navbar-nav>li.current-menu-item>a{
	color: #fff;
	background: transparent;
}

/* =================== */
/* DROPDOWN */
/* =================== */


.site_nav .dropdown>a{
	overflow: hidden;
}
.site_nav .dropdown-menu{
	background-color: #000;
	border: none;
}
.site_nav .dropdown-menu>li{
	border-bottom: 1px solid #222;
	padding: 2px 0;
}
.site_nav .dropdown-menu>li:last-child{
	border-bottom: none;
}
.site_nav .dropdown-menu>li>a{
	color: #7c7c7c;
	font-size: 15px;
	text-shadow: none !important;
}
.site_nav .dropdown-menu>li>a:focus,
.site_nav .dropdown-menu>li>a:hover,
.site_nav .dropdown-menu>li.current-menu-item>a{
	color: #fff;
	background: transparent;
}


/* =================== */
/* HAMBURGER MENU */
/* =================== */
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
      
	  
/* =================== */
/* HEADER */
/* =================== */	 
.header_content{
	margin-top: 96px;
	color: #fff;
	position: relative;
	transition: all 0.3s;
}
.navbar.smaller + .header_content{
	margin-top: 66px;
}
.header_inner{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_header{
	height: calc(100vh - 100px);
}

.navbar.smaller + .home_header{
	height: calc(100vh - 66px);
}
.home_header::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.35);
	z-index: -1;
}

.header_content h1{
	font-size: 64px;
	font-family: "JaguarJC BookItalic";
	text-align: center;
	margin-bottom: 25px;
}
.header_content h1 span{
	font-family: 'Dolce Vita Heavy Bold';
}


/* =================== */
/* INNER PAGE HEADER */
/* =================== */
.inner_header{
	min-height: 400px;
	background-size: contain;
	background-position: center center;
	background-attachment: scroll;
	background-repeat:no-repeat;
}
.package_header h1{
	margin-bottom: 0;
}
.package_header h3{
	margin-top: 0;
	font-family: 'Futura-Medium';
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 10px;
}
.package_header h3::before,
.package_header h3::after{
	content: "";
	width: 100px;
	height: 2px;
	background: #fff;
	display:inline-block;
	vertical-align: middle;
}
.package_header h3 span{
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px 0 15px;
}

/* =================== */
/* HEADER BG IMAGES (IF YOU MAKE THEM DYNAMIC THEN COMMENT THESE STYLES AND REMOVE THE CLASS FROM THE DIV TAG) */
/* =================== */
.cms_header_bg{
	background-image:url('../themes/belovelo/assets/images/cms-header-bg.jpg');
}
.search_header_bg{
	background-image:url('../themes/belovelo/assets/images/search-header-bg.jpg');
}
.package_detail_bg{
	background-image:url('../themes/belovelo/assets/images/package-detail-bg.jpg');
}



/* =================== */
/* INNER PAGE CONTENT */
/* =================== */
.cms_content h1,
.cms_content h2,
.cms_content h3,
.cms_content h4,
.cms_content h5,
.cms_content h6{
	font-family: 'Dolce Vita Heavy Bold';
	margin-top: 20px;
}

.cms_content h1:first-child,
.cms_content h2:first-child,
.cms_content h3:first-child,
.cms_content h4:first-child,
.cms_content h5:first-child,
.cms_content h6:first-child{
	margin-top: 0;
}

.cms_content h1:first-letter,
.cms_content h2:first-letter,
.cms_content h3:first-letter,
.cms_content h4:first-letter,
.cms_content h5:first-letter,
.cms_content h6:first-letter{
	font-size: 1.8em;
}

.cms_content p{
	margin-bottom: 15px;
}
.cms_content li{
	margin-bottom: 5px;
}

.cms_content .embed_wrapper{
	margin: 0 auto 15px;
	max-width: 600px;
}



/* =================== */
/* ITEM LISTS */
/* =================== */

.item_list{
	margin-bottom: 100px;
}
.item_list:last-child{
	margin-bottom: 0;
}

.item_list_detail h3{
	font-family: 'Dolce Vita Heavy Bold';
	font-size: 23px;
	margin-top: 0;
}
.item_list_meta{
	margin: 40px 0;
}


/* =================== */
/* META ELEMENTS */
/* =================== */

.meta_elements{
	color: #979797;
}
.meta_elements ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.meta_elements li{
	position: relative;
	padding-left: 55px;
	padding-right: 10px;
	font-family: "JaguarJC BookItalic";
	font-size: 16px;
	font-weight: 400;
}
.meta_elements a{
	color: #979797;
}
.meta_elements a:hover{
	color: #000;
}
.meta_elements .lnr{
	color: #bb2b19;
	font-size: 20px;
    position: absolute;
    left: 25px;
	top: 2px;
}
.meta_elements li p{
	margin-bottom: 0;
	font-family: 'Futura-Medium';
	font-weight: 500;
	font-size: 18px;
}


/* =================== */
/* SINGLE BLOG POST */
/* =================== */
.post_meta{
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 25px 0 20px;
    margin-bottom: 30px;
}

.post_meta li{
	display: inline-block;
	padding-right: 25px;
}
.post_meta li:first-child{
	padding-left: 25px;
}
.post_meta li:first-child .lnr{
	left: 0;
}


/* =================== */
/* PACKAGE META */
/* =================== */
.package_meta{
	border-bottom: 1px solid #cfcfcf;
	color: #979797;
}
.package_meta .container{
	padding-top: 35px;
	padding-bottom: 15px;
}
.package_meta div[class*='col-']{
	font-family: "JaguarJC BookItalic";
	font-size: 16px;
	font-weight: 400;
}
.package_meta .lnr{
	margin-right: 12px;
    font-size: 25px;
    float: left;
}
.package_meta p{
	margin-bottom: 20px;
	font-family: 'Futura-Medium';
	font-weight: 500;
	font-size: 18px;
	margin-left: 35px;

}


/* =================== */
/* PACKAGE DETAIL */
/* =================== */
.package_carousel{
	max-width:585px;
	margin: 0 auto;
	position: relative;
}
.carousel-control.left,
.carousel-control.right {
    background-color: rgba(255,255,255, 0.2);
    background-image: none;
    top: 37%;
    bottom: 37%;
    text-shadow: none;
    width: 10%;
	opacity: 1;
}
.carousel-control:hover{
	background-color: rgba(255,255,255, 0.3);
}
.carousel-control .lnr,
.carousel-control .lnr {
    position: absolute;
    top: 50%;
	left: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
	margin-left: -10px;
}
.package_carousel .title_with_icon::before{
	left: 20px;
	bottom: 20px;
	position: absolute;
	margin: 0;
}



/* =================== */
/* PACKAGE TABS */
/* =================== */

.package_tabs .nav-tabs{
	border: solid #cfcfcf;
	border-width: 1px 0;
}

.package_tabs .nav-tabs li{
	display: block;
	float: left;
	width: 20%;
	text-align: center;
}
.package_tabs .nav-tabs li a{
	border: none !important;
	background: transparent !important;
	border-radius: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	text-transform: uppercase;
	color: #979797;
	font-size: 18px;
	font-family:"Dolce Vita Heavy Bold";
	letter-spacing: 0.5px;
}
.package_tabs .nav-tabs li a:hover{
	color: #000000;
}
.package_tabs .nav-tabs li.active > a{
	color: #000000;
	position: relative;
}
.package_tabs .nav-tabs li > a::after{
	content: "";
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #979797;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	opacity: 0;
	transition: all 0.3s;
}
.package_tabs .nav-tabs li.active > a::after{
	bottom: -10px;
	opacity: 1;
}	


/* =================== */
/* PACKAGE ACCORDION */
/* =================== */

.responsive-tabs-container[class*="accordion-"] .accordion-link {
	padding: 11px 20px 10px;
	border-radius: 0;
	font-size: 16px;
	font-family:"Dolce Vita Heavy Bold";
	letter-spacing: 0.5px;
	color: #979797;
	position: relative;
	background-color: #fafafa;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link::after{
	content: "";
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #979797;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link.active{
	color: #000;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link.active::after{
	opacity: 1;
}






/* =================== */
/* PACKAGE TAB CONTENTS */
/* =================== */
.package_tabs .tab-content{
	padding-top: 60px;
	padding-bottom: 60px;
}


/* =================== */
/* PACKAGE JOURNEY */
/* =================== */
.journey_detail{
	margin-bottom: 60px;
}
.journey_graph{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
}
.journey_graph:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.journey_graph h3{
	color: #000000;
	font-size: 23px;
	font-family:"Dolce Vita Heavy Bold";
	margin-top: 0;
}


/* =================== */
/* PACKAGE DATES */
/* =================== */
.date_detail{
	margin-bottom: 60px;
}

.date_detail h3{
	color: #000000;
	font-size: 23px;
	font-family:"Dolce Vita Heavy Bold";
	margin-top: 40px;
	margin-bottom: 30px;
}
.months{
	margin-bottom: 60px;
}
.months:last-child{
	margin-bottom: 0;
}
.months h2{
	border-bottom: 2px solid #bdbdbd;
	font-family:"Dolce Vita Heavy Bold";
	color: #000;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 0;
}
.months h2 span{
	color: #f5dd30;
}
.price_table>tbody>tr>td{
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: none;
	border-bottom: 1px solid #e7e7e7;

}
.price_table>tbody>tr>td:first-child{
	background: url('../themes/belovelo/assets/images/logo-icon-price.png') no-repeat 10px center;
	padding-left: 80px;
}

.price_table em{
	text-transform: none;
	margin-left: 20px;
}
.price_table .fa{
	color: #f5dd30;
}


/* =================== */
/* PACKAGE HOTELS */
/* =================== */

.hotels .row{
	margin-bottom: 60px;
}
.hotels .row:last-child{
	margin-bottom: 0;
}
.hotels .image_wrap img{
	margin-left: auto;
	margin-right: auto;
}
.hotels h3{
	color: #000000;
	font-size: 21px;
	font-family:"Dolce Vita Heavy Bold";
	margin-top: 0;
}
.stars{
	margin-bottom:20px;
}
.hotel_detail{
	margin-bottom: 30px;
}



/* =================== */
/* PACKAGE MORE INFO */
/* =================== */

.more_info{
	padding: 45px 80px 35px;
		border-bottom: 1px solid #bdbdbd;

}

.more_info_2{
	padding: 45px 80px 35px;
}

.more_infos .row:last-child .more_info{
	border-bottom: none;
	padding-bottom: 0;
}

.info_icon::before{
	content: "";
	width: 100%;
	height: 82px;
	background: no-repeat center bottom;
	background-size: inherit;
	display: block;
}
.info_icon_1::before{
	background-image: url('../themes/belovelo/assets/images/icons/icon1.png');
}
.info_icon_2::before{
	background-image: url('../themes/belovelo/assets/images/icons/icon2.png');
}
.info_icon_3::before{
	background-image: url('../themes/belovelo/assets/images/icons/icon3.png');
}
.info_icon_4::before{
	background-image: url('../themes/belovelo/assets/images/icons/icon4.png');
}
.info_icon_5::before{
	background-image: url('../themes/belovelo/assets/images/icons/icon5.png');
}
.info_icon_6::before{
	background-image: url('../themes/belovelo/assets/images/icons/icon6.png');
}
.info_icon_7::before{
	background-image: url('../themes/belovelo/assets/images/icons/icon7.png');
}
.info_icon_8::before{
	background-image: url('../themes/belovelo/assets/images/icons/icon8.png');
}
.info_icon_9::before{
	background-image: url('../themes/belovelo/assets/images/icons/icon9.png');
}
.info_icon_10::before{
	background-image: url('../themes/belovelo/assets/images/icons/icon10.png');
}
.info_icon_11::before{
	background-image: url('../themes/belovelo/assets/images/icons/icon11.png');
}

.info_icon h3{
	color: #000000;
	font-size: 23px;
	font-family:"Dolce Vita Heavy Bold";
}


/* =================== */
/* GALLERY SLIDER */
/* =================== */
.gallery_slider{
	max-width: 900px;
	margin: auto;
}
.gallery_slider iframe{
	background-color: #000;
	transition: all 0.3s;
}
.gallery_slider .carousel-caption{
	left: 0;
	right: 0;
	bottom:0;
	padding: 15px 20px;
	background-color: rgba(0,0,0,0.8);
	text-shadow: none;
	text-align: left;
}
.gallery_slider .carousel-caption h3{
	font-family:"Dolce Vita Heavy Bold";
	font-size:18px;
	margin: 0 0 5px;
}
.gallery_slider .carousel-caption p{
	margin-bottom: 0;
	font-size:16px;
}
.gallery_slider .list-inline{
	margin-left: -9px;
	margin-right: -9px;
	text-align: center;
}
.gallery_slider .list-inline>li{
	margin-bottom: 10px;
}
.gallery_slider .list-inline a{
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.gallery_slider .list-inline a img{
	transition: all 0.3s;
}
.gallery_slider .list-inline a:hover img{
	opacity: 0.8;
}
.gallery_slider .list-inline a.selected img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.gallery_slider .video_thumb a::after{
	content: "";
	width: 38px;
	height: 27px;
	background: url('../themes/belovelo/assets/images/play-icon.png') no-repeat center center;
	position: absolute;
	top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -19px;
}
.gallery_slider .pager li>a{
	color: #000;
    border-radius: 50%;
    border-color: #ccc;
    width: 30px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.gallery_slider .pager li>a:hover,
.gallery_slider .pager li>a:focus{
	background-color: transparent;
	border-color: #999;
}
.gallery_slider .pager li>a .lnr{
	font-weight: bold;
}


/* =================== */
/* BLOG POST THUMBNAILS */
/* =================== */
.post_content{
	text-align: center;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 10px;
}
.post_content h3{
	font-family:"JaguarJC BookItalic";
	font-size: 18px;
	background: #000;
    color: #f5dd30;
    display: inline-block;
    padding: 5px 30px;
}
.post_content h2{
	color: #fff;
	font-family: 'Dolce Vita Heavy Bold';
	font-size: 19px;
	margin-top: 10px;
}
.post_content a.more_link{
	color: #fff;
}
.post_content a.more_link:hover{
	color: #f5dd30;
}


/* =================== */
/* TESTIMONIALS */
/* =================== */
.testimonial_section{
	background-image: url('../themes/belovelo/assets/images/testimonial_bg.jpg');
	font-family:"JaguarJC BookItalic";
}
.testimonials{
	text-align: center;
}
.testimonials ul{
	list-style: none;
	padding: 40px 0 0;
	margin: 0;
}
.testimonials li{}
.testimonials img{
	max-width: 100px;
	border-radius: 50%;
	margin-bottom: 40px;
}
.testimonials p{
	margin-bottom: 30px;
}
.testimonials em{
	font-size: 22px;
}
.testimonials span{
	font-size: 16px;
}



/* =================== */
/* NEWSLETTER BOX */
/* =================== */
.newsletter_box{
	background-color: #e3e3e3;
	color: #000;
}
.newsletter_box .form-control{
	text-align: center;
}


/* =================== */
/* SOCIAL BOX */
/* =================== */
.social_box{
	background: url('../themes/belovelo/assets/images/social_box_bg.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
}
.social_links{
	list-style: none;
	padding: 0;
	margin: 0;
}
.social_links li{
	display: inline-block;
	margin: 0 2px;
}
.social_links a{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f0d92f;
	color: #3d4548;
}
.social_links a:hover{
	background-color: #3d4548;
	color: #f0d92f;
}
.social_links .fa{
	font-size:30px;
	line-height: 50px;
}

/* =================== */
/* NEWSLETTER & SOCIAL BOX */
/* =================== */
.newsletter_box,
.social_box{
	text-align: center;
}
.newsletter_box h3,
.social_box h3{
	font-family: "JaguarJC BookItalic";
	font-size: 18px;
}

.newsletter_box h2,
.social_box h2{
	font-family: 'Dolce Vita Heavy Bold';
	font-size: 19px;
}






/* =================== */
/* BLOG COMMENT */
/* =================== */

.comment_section{
	border-top: 1px solid #eee;
}

#comments ul, #comments ol {
    list-style: none;
}

#comments,
#comments .comments-list {
	padding: 0;
	margin: 35px 0;
}

#comments .comments-title {
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'Dolce Vita Heavy Bold';
}

#comments .comments-list li .comment-box {
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
}

#comments .comments-list li ul {
	padding-left: 80px;
}

#comments .avatar {
	float: left;
}

#comments .avatar img {
	width: 60px;
	height: 60px;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	border: 1px solid #e8e8e8;
}

#comments .comment-content {
	padding-left: 72px;
}

#comments .comment-content .comment-meta {
	margin-bottom: 5px;
}

.comment-content .comment-meta span:after {
	content: "-";
	margin: 0 5px;
	font-weight: 100;
	color: #666;
}

.comment-content .comment-meta span:last-child:after {
	content: "";
	margin: 0;
}

.comment-content .comment-meta .comment-by {
	font-weight: 600;
	color: #444;
}

.comment-content .comment-meta .comment-date {
	color: #666;
}

#respond .respond-title {
	font-family: 'Dolce Vita Heavy Bold';
	margin-bottom: 15px;
}
.reply-link,
#respond input[type=submit]{
	background-color: #000;
    color: #eed72f!important;
	padding: 8px 20px;
	transition: all 0.5s;
}
#respond input[type=submit]{
	outline: none;
	border:1px solid #000!important;
	box-shadow: none;
}
#respond input[type=submit]:hover{
	color: #000!important;
	border-color: #eed72f!important;
}
.reply-link:hover,
#respond input[type=submit]:hover{
	background-color: #eed72f;
}
.reply-link:hover a{
	color: #000!important;
}
.reply-link a{
	color: #eed72f!important;
}

#respond label{
	font-weight: 400;
}
 
#respond input[type="text"], 
#respond textarea, .email{
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}





/* =================== */
/* FOOTER */
/* =================== */
.site_footer{
	background-color: #fff;
	padding-top: 55px;
	padding-bottom: 30px;
}
.fwidget{
	margin-bottom: 45px;
	color: #7c7c7c;
	font-size: 16px;
}
.fwidget>h3{
	margin-top: 0;
	font-family: 'Dolce Vita Heavy Bold';
	font-size: 19px;
	color: #000;
}
.fwidget ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.fwidget li{
	margin-bottom: 8px;
}
.fwidget a{
	color: #7c7c7c;
}
.fwidget a:hover,
.fwidget li.current-menu-item a{
	color: #000;
}
.fcontact li{
	margin-bottom:20px;
	position: relative;
	padding-left: 35px;
}
.fcontact .lnr{
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
}

.copyright{
	border-top: 1px solid #e3e3e3;
	padding-top: 30px;
}

.copyright p{
	margin-bottom: 0;
	color: #7c7c7c;
	font-size: 15px;
}




/* =================== */
/* RESPONSIVE */
/* =================== */
	
@media all and (min-width: 768px){
	
	.col-sm-15{
		width:20%;
		float:left;
	}
	
	.inner_header{
		background-attachment: fixed;
	}
	
	.menu_arrow{
		display: none;
	}
	.navbar-nav>li>a {
		padding-top: 37px;
		padding-bottom: 37px;
		font-size: 18px;
	}

	.navbar.smaller .navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.site_nav .dropdown>a::after{
		content: "\e874";
		font-family: Linearicons-Free;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		margin-left: 5px;
		margin-top: 5px;
		float: right;
		transition: transform 0.3s;
		font-size: 14px;
	}
	
	.site_nav .dropdown.open>a::after{
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	}
	
	.sections{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.sections.image_ends{
		padding-bottom: 70px;
	}
	
	.right_text{
		text-align: right;
	}
	
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.search_field_wrap .form-group{
		width: 49%;
		float: left;
		margin-right: 1%;
	}
	.search_field_wrap{
		padding-right: 0;
	}
	
	.left_round{
		border-radius: 4px 0 0 4px;
	}
	.right_round{
		border-radius: 0 4px 4px 0;
	}
	
	.modal {
	  text-align: center;
	  padding: 0!important;
	}

	.modal:before {
	  content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
	  margin-right: -4px;
	}

	.modal-dialog {
	  display: inline-block;
	  text-align: left;
	  vertical-align: middle;
	}
	
}

@media all and (min-width: 768px) and (max-width:991px){
	.sm_center{
		text-align: center;
	}
	.sm_center img{
		margin: auto;
	}
	.navbar-nav>li>a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 15px;
	}
	.navbar-brand{
		height:130px;
	}
	.navbar-brand>img{
		max-width: 80%;
	}
	.sections{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.sections.image_ends{
		padding-bottom: 60px;
	}
	.box_inner_padding{
		padding: 90px 30px;
	}
	.price_table>tbody>tr>td:first-child{
		white-space: nowrap;
		padding-left: 60px;
	}
	.price_table em{
		display: block;
		margin-left: 0;
	}
	.more_info{
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

@media all and (min-width: 992px){
	.col-md-15{
		width:20%;
		float:left;
	}
}


@media all and (min-width: 481px) and (max-width:1199px){
	.meta_elements{
		overflow: hidden;
	}
	.meta_elements li{
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	.meta_elements li:nth-child(2n+2){
		border-left: 2px solid #e2e2e2;
	}
	.post_meta li:nth-child(2n+2){
		border-width: 1px;
	}
	.meta_elements li:nth-child(2n+1){
		padding-left: 25px;
	}
	.meta_elements li:nth-child(2n+1) .lnr{
		left: 0;
	}
}


@media all and (min-width: 992px) and (max-width:1199px){
	.navbar-nav>li>a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.more_info{
		padding-left: 30px;
		padding-right: 30px;
	}
}




@media all and (min-width: 1200px) {
	
	.col-lg-15{
		width:20%;
		float:left;
	}
	.gutter-80.row {
		margin-right: -20px;
		margin-left: -20px;
	}
	.gutter-80 > [class^="col-"], .gutter-80 > [class^=" col-"] {
		padding-right: 40px;
		padding-left: 40px;
	}
	
	.section_with_bg{
		background-attachment: fixed;
	}
	
	.box_inner_padding{
		padding: 100px 135px;
	}
	
	.title_wrapper > a{
		max-width: 190px;
	}
	
	.title_with_icon::before{
		left: 20px;
		bottom: -10px;
		position: absolute;
	}
	
	.item_list_meta ul{
		display: table;
		width: 100%;
	}
	.item_list_meta li{
		display: table-cell;
	}
	.item_list_meta li+li{
		border-left: 2px solid #e2e2e2;
	}
	.post_meta li+li {
		border-left: 1px solid #e2e2e2;
	}
	.item_list_meta li:last-child{
		padding-right: 0px;
	}
	.item_list_meta li:first-child{
		padding-left: 25px;
	}
	.item_list_meta li:first-child .lnr{
		left: 0;
	}
	
}

@media all and (max-width: 1199px) {
	
	.title_wrapper > a{
		max-width: 96%;
	}
	
	.title_with_icon::before{
		margin: 0 auto 20px;
		display: block;
		position: relative;
		left: 0;
		bottom: 0;
	}
}


@media all and (max-width: 991px) {
	.header_content h1{
		font-size: 4rem;
	}
	.package_tabs .tab-content{
		padding-top: 0;
	}
	.responsive-tabs-container[class*="accordion-"] .tab-pane{
		padding: 15px;
		border: 1px solid #ddd;
		border-top: none;
		margin-top: -10px;
	}
	
	.fcontact li{
		padding-left: 0;
	}
	
	.fcontact .lnr{
		position: relative;
		margin-right: 10px;
	}
}

@media all and (max-width: 767px) {
	
	.xs_center{
		text-align: center;
	}
	.xs_center img{
		margin: auto;
	}
	.image_frame, .zoom_image{
		max-width: 360px;
	}
	
	body.noScroll {
		overflow: hidden;
	}
	.xs_center{
		text-align: center;
	}
	.xs_center img{
		margin: auto;
	}
	.dropdown > .menu_arrow{
		float: right;
		display: block;
		z-index: 99;
		position: relative;
		color: #fff;
		line-height: 20px;
		padding: 10px 13px 10px 14px;
		cursor: pointer;
		background: #141414;
	}
	.dropdown > .menu_arrow::after {
		content: "\e874";
		font-family: Linearicons-Free;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		margin-top: 5px;
		transition: transform 0.3s;
		font-size: 14px;
	}
	.dropdown.open_sub_menu > .menu_arrow{
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	}
	
	.navbar.navbar_slide_out{
		right: 280px;
	}
	.navbar.navbar_slide_out .logo{
		left: -280px;
	}
	
	/* SLIDE ON MENU CLICK */
	.side-collapse-container{
		width:100%;
		position:relative;
		right:0;
		transition:right 0.3s;
	}
	.side-collapse-container.out{
		right:280px;
	}
	.side-collapse {
		top:0;
		bottom:-100px;
		right:0;
		width:280px;
		position:fixed;
		overflow:hidden;
		transition:right 0.3s;
		background-color: #000;
	}
	.side-collapse.in {
		right:-280px;
	}
	.navbar .side-collapse .site_nav{
		margin-top: 30px;
	}
	.navbar.smaller .side-collapse .site_nav {
		margin-top: 15px;
	}
	.side-collapse .navbar-nav {
		margin: 0 15px;
	}
	.side-collapse .nav>li{
		border-bottom: 1px solid #222;
	}
	.side-collapse .navbar-nav>li>a {
		padding-left: 0;
		padding-right: 0;
	}
	/* SLIDE ON MENU CLICK */
	
	
	.navbar{
		height:100px;
	}
	.navbar.smaller{
		height:66px;
	}
	
	.navbar-nav .open .dropdown-menu,
	.site_nav .dropdown-menu{
		display: none !important;
		position: relative !important;
		opacity: 1 !important;
		float: none !important;
	}
	.navbar-nav .open.open_sub_menu .dropdown-menu,
	.site_nav .open_sub_menu .dropdown-menu{
		display: block !important;
	}
	
	
	.navbar-nav .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 1.4 !important;
		padding: 5px 20px !important;
	}
	
	.navbar-nav>li.open_sub_menu>a{
		color: #fff;
	}
	.sections{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sections.image_ends{
		padding-bottom: 30px;
	}
	
	.box_inner_padding{
		padding: 30px;
	}
	
	.home_header .form-inline{
		max-width: 320px;
		margin: auto;
	}
	.search_btn_wrap{
		text-align: center;
	}
	.search_field_wrap .form-group{
		border-radius: 4px;
	}
	
	#comments .comments-list li ul{
		padding-left: 20px;
	}
	
	.package_header h3::before,
	.package_header h3::after{
		display: block;
		margin: 5px auto 0;
	}
	
	
	/* RESPONSIVE TABLE */
	.responsive_table table, 
	.responsive_table thead, 
	.responsive_table tbody, 
	.responsive_table th, 
	.responsive_table td, 
	.responsive_table tr { 
		display: block; 
	}
  
	.responsive_table tr {
		border-top: 1px solid #bdbdbd;
		border-bottom: 1px solid #bdbdbd;
	}
	
	.responsive_table tbody > tr:first-child{
		border-top: none;
	}
 
	.responsive_table td { 
		border: none;
		border-bottom: 1px solid #e7e7e7; 
		position: relative;
		white-space: normal;
		text-align:left;
	}
	.responsive_table tbody > tr > td:last-child{
		border-bottom: none;
	}
	.price_table>tbody>tr>td{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	/* RESPONSIVE TABLE */
	
	
	
}

@media all and (max-width: 480px) {
	.box_inner_padding{
		padding: 30px 0;
	}
	.social_links li{
		margin: 0;
	}
	
	.meta_elements li{
		margin-bottom: 20px;
		padding-left: 25px;
		display: block;
	}
	.meta_elements li .lnr{
		left: 0;
	}
	
	.price_table em{
		display: block;
		margin-left: 0;
	}
	
	.more_info{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.gallery_slider .carousel-caption{
		display: none;
	}
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#000;}

.contact_form .form-control{border:1px solid #ccc !important;}
.contact_form textarea {border:1px solid #ccc !important; width:100%;margin:0px !important;}
.tb_margin_20px{margin:40px 0;}
.small_caps{}
.testimonial h2{color:#eed72f;}
h5.strip {background-color: #eed72f;text-align: center;font-size: 23px;font-weight: 700;}
h2.strip {background-color: #eed72f;text-align: center;font-size: 23px;font-weight: 700;}
.cms_content h1:first-letter, .cms_content h2:first-letter, .cms_content h3:first-letter, .cms_content h4:first-letter, .cms_content h5:first-letter, .cms_content h6:first-letter {
    font-size: inherit !important;
}
.cms_content h1, .cms_content h2, .cms_content h3, .cms_content h4, .cms_content h5, .cms_content h6 {
    font-family: inherit !important;
}
.image_bottom_title h3 {
    font-family: inherit;
    font-size: 21px;
    text-transform: none !important;
	font-weight:600;
}