@font-face {
	font-family: 'IRANYekanWeb';
	src: url('../fonts/IRANYekanWeb.eot?#iefix') format('embedded-opentype'),
	url('../fonts/IRANYekanWeb.woff') format('woff'),
	url('../fonts/IRANYekanWeb.ttf')  format('truetype'),
	url('../fonts/IRANYekanWeb.svg#IRANYekanWeb') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'IRANYekanWeb';
	src: url('../fonts/IRANYekanWeb-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/IRANYekanWeb-Light.woff') format('woff'),
	url('../fonts/IRANYekanWeb-Light.ttf')  format('truetype'),
	url('../fonts/IRANYekanWeb-Light.svg#IRANYekanWeb-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'IRANYekanWeb';
	src: url('../fonts/IRANYekanWeb-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/IRANYekanWeb-Bold.woff') format('woff'),
	url('../fonts/IRANYekanWeb-Bold.ttf')  format('truetype'),
	url('../fonts/IRANYekanWeb-Bold.svg#IRANYekanWeb-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MYRIADPROREGULAR.eot');
	src: url('../fonts/MYRIADPROREGULAR.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MYRIADPROREGULAR.woff') format('woff'),
	url('../fonts/MYRIADPROREGULAR.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.font-family-helvetica,
.font-family-helvetica input,
.font-family-helvetica button,
.font-family-helvetica select,
.font-family-helvetica textarea,
.font-family-helvetica h1,
.font-family-helvetica h2,
.font-family-helvetica h3,
.font-family-helvetica h4,
.font-family-helvetica h5,
.font-family-helvetica h6,
.font-family-helvetica .gf-menu .item,.rsform-submit-button,.menu-block .item,
#jc,
#comments-form #comments-form-buttons,
#comments-form, #comments-form p,
#comments-report-form,
#comments-report-form p,
#comments-form span, #comments-form .counter,
#hikashop_address_form_span_iframe,#hikashop_address_form_header_iframe,
#comments .comment-author, #comments .author-homepage, #comments .author-email{
	font-family:Myriad Pro,IRANYekanWeb,Tahoma,Arial;
}
.font-family-helvetica{
	font-size:16px
}
.font-family-helvetica.rtl{
	font-size:14px;
}
.font-family-helvetica , li{
	line-height:2em;
}
@keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeout {
	from { opacity: 1; }
	to { opacity: 0; }
}
a{
	color: #038bd6 ; 

}
a:hover{
	
 text-decoration: underline ;
}
/*************************************
*
* Body
*
*************************************/
.gantry-width-block{
	box-sizing:border-box;
}
.gantry-width-100{
	width:100%;
}
a ,input,.btn{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
body{
	background:#fff;
	color:#4d4d4d;
	margin-bottom:0;
}
body > span{
	display: none;
}
u {
	text-decoration: none;
}
.rt-block.site-tags {
	position: absolute;
	right: -9999em;
	left: unset;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
body .componentheading{
	background-color: #ffb300
}
body.rtl .componentheading{
	text-align:right
}
/*************************************
*
* Table Design
*
*************************************/
.table-bordered{
	border-radius:0
}
td,th{
	padding:5px
}
th,thead td{
	background: #ffb300;
	color: #20212d;
	font-size:16px;
	font-weight:normal
}
@media screen and (max-width: 767px){
	td,th{
		min-width: 120px
	}
	table , .table{
		display:inline-block;
		overflow:auto
	}
}
/*************************************
*
* Custom Block size
*
*************************************/
.tours-block .custom,.custom-block .custom,.feature-block .custom,.footer-menu  .custom{
	display:inline-block;
	width:100%;
	box-sizing:border-box
}

/*************************************
*
* Block background
*
*************************************/
.tours-block .rpp-block .rpp-content,.destination-block .destination_tour_title,.tours-block .blog-title,.tag-category .rpp-block .rpp-content{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.22) 20%, rgba(0,0,30,0.95) 85%, rgba(0,0,37,0.95) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 20%,rgba(0,0,30,0.95) 85%,rgba(0,0,37,0.95) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 20%,rgba(0,0,30,0.95) 85%,rgba(0,0,37,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000025',GradientType=0 );
}
.tours-block .rpp-block .title a,.destination-block .destination_tour_title a,.tours-block  .mod-articles-category-title ,.tours-block .blog-title a{
	display:block;
	padding:70px 30px 30px;
	box-sizing:border-box;
	color:inherit;
	font-weight:inherit
}
@media only screen and (min-width: 768px) and (max-width:1199px){
	.tours-block .rpp-block .title a, .destination-block .destination_tour_title a, .tours-block .mod-articles-category-title, .tours-block .blog-title a{
		padding: 30px 15px 15px;
	}
}
/*************************************
*
* Block
*
*************************************/
.rt-block{
	margin-top:100px;
	margin-bottom:100px
}
#rt-top-surround .rt-block{
	padding:0;
	margin:0
}
#rt-top .rt-block{
	margin-top:15px;
}
#rt-top .rt-block.logo-block{
	margin-top:0
}
.rt-alpha .rt-block,
#rt-feature .rt-omega .rt-block,
#rt-main [class*="rt-grid"]:first-child .rt-block,
#rt-main.mb12 [class*="rt-grid"] .rt-block{
	padding-left:0;
	margin-left:0;
}
.rt-omega .rt-block,
#rt-main [class*="rt-grid"]:nth-child(2) .rt-block,
#rt-main.mb12 [class*="rt-grid"] .rt-block{
	padding-right:0;
	margin-right:0;
}
body.rtl .rt-alpha .rt-block,
body.rtl #rt-feature .rt-omega .rt-block,
body.rtl #rt-main [class*="rt-grid"]:first-child .rt-block{
	padding-left:15px;
	margin-left:10px;
	padding-right:0;
	margin-right:0;
}
body.rtl .rt-omega .rt-block,
body.rtl #rt-main [class*="rt-grid"]:nth-child(2) .rt-block{
	padding-right:15px;
	margin-right:10px;
	padding-left:0;
	margin-left:0;
}
#rt-main.mb12 [class*="rt-grid"] .rt-block,.rt-omega.rt-alpha .rt-block{
	padding-left:0 !important;
	margin-left:0 !important;
	padding-right:0 !important;
	margin-right:0 !important;
}
#item101 #rt-mainbody-surround > .rt-container > #rt-main > .rt-container .rt-block,
#item459 #rt-mainbody-surround > .rt-container > #rt-main > .rt-container .rt-block{
	padding:0;
	margin:0
}
#rt-top .rt-alpha .rt-block.top-phone{
	float:none !important
}
#rt-top .rt-alpha .rt-block{
	float:left
}
body.rtl #rt-top .rt-alpha .rt-block{
	float:right
}
/*************************************
*
* title
*
*************************************/
.title {
	border:none;
	box-shadow:none;
	padding:0;
	margin:0;
	text-shadow:none;
	color:inherit;
	font-size:1.5em
}
.component-content .page-header{
	padding:0;
	margin:0
}
.formResponsive h2,
.component-content h2,
.component-content h1, #jc h4 {
	color:#003b5c;
	font-size:1.8em;
	line-height:30px;
	margin:0 0 20px;
	padding:0;
	background: none;
	box-shadow:none;
	text-shadow:none;
	display:block;
	font-weight:normal;
	border:none;
	text-transform:capitalize
}
/*************************************
*
* Module title
*
*************************************/
.module-title .title{
	color:#003b5c;
	font-size:1.8em;
	line-height:30px;
	text-transform:capitalize;
	margin:0 0 20px
}
.destination-block .module-title,.tours-block .module-title{
	margin-bottom:50px;
	text-align:center
}
.destination-block .module-title .title,.tours-block .module-title .title{
	margin:0
}
.destination-block .sub-title,.tours-block .sub-title{
	display:block;
	font-size:1.3em;
	line-height:1.5em;
	color:#999
}
.tailor-made-block .module-title{
	text-align:unset;
	margin:0 0 20px
}
/*************************************
*
* Inlines tags
*
*************************************/
.category-desc{
	text-align:justify
}
.category-desc img{
	margin:0 0 10px;
}

.component-content [itemprop="articleBody"] > div h2,
.component-content [itemprop="articleBody"] > div p,
.component-content [itemprop="articleBody"] > div h3,
.component-content [itemprop="articleBody"] > div h4,
.component-content [itemprop="articleBody"] > div h5,
.component-content [itemprop="articleBody"] > div h6,
.component-content [itemprop="articleBody"] #general-info .field-value > div p,
.component-content [itemprop="articleBody"] #general-info .field-value > div h2,
.component-content [itemprop="articleBody"] #general-info .field-value > div h3,
.component-content [itemprop="articleBody"] #general-info .field-value > div h4,
.component-content [itemprop="articleBody"] #general-info .field-value > div h5,
.component-content [itemprop="articleBody"] #general-info .field-value > div h6
{
	font-size:1em;
	line-height:inherit;
	color:inherit;
	margin:0;
	font-weight:normal;

	border: none;
	padding: 0;
}
.component-content [itemprop="articleBody"] h2,
.component-content [itemprop="articleBody"] h3,
.component-content [itemprop="articleBody"] h4,
.component-content [itemprop="articleBody"] h5,
.component-content [itemprop="articleBody"] h6,
.component-content [itemprop="articleBody"] #general-info h2,
.component-content [itemprop="articleBody"] #general-info h3,
.component-content [itemprop="articleBody"] #general-info h4,
.component-content [itemprop="articleBody"] #general-info h5,
.component-content [itemprop="articleBody"] #general-info h6,
.component-content .category-desc h2,
.component-content .category-desc h3,
.component-content .category-desc h4,
.component-content .category-desc h5,
.component-content .category-desc h6
{
	font-size:1.5em;
	margin:20px 0 10px;
	color:#003b5c;
	display:block
}

/*************************************
*
* Position
*
*************************************/
#rt-top-surround,#rt-drawer,
#rt-showcase,.rt-showcase-pattern,
#rt-copyright,#rt-maintop,#rt-footer{
	background:none;
	border:none;
	box-shadow:none;
	text-shadow:none;
	color:inherit;
}
#rt-top-surround:after {
	background: none;
}
#rt-maintop {
	padding-top: 0;
}
#rt-top{
	padding:30px 0;
}
#rt-transition{
	position:relative;
	z-index:2
}
/*************************************
*
* Swicher Style
*
*************************************/
.rt-block .layout-slideshow .sprocket-features-arrows  .arrow,.rt-block .sprocket-strips-s-arrows .arrow{
	width: 34px;
	height: 34px;
	line-height: 33px;
	background: none;
	border-radius: 50%;
	box-shadow: none;
	border: 2px solid #fff;
	font-size: 35px;
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -19px;
	opacity: 1;
	color:#fff
}
.rt-block .layout-slideshow .sprocket-features-arrows  .arrow:before,.rt-block .sprocket-strips-s-arrows .arrow:before{
	content: "\f105";
	font-family: FontAwesome, sans-serif;
	border:none;
	margin:0;
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
}
.rt-block .layout-slideshow .sprocket-features-arrows  .arrow.prev:before,.rt-block .sprocket-strips-s-arrows .arrow.prev:before{
	content: "\f104";
}
.rt-block .layout-slideshow .sprocket-features-arrows  .arrow > span{
	display:none
}
.rt-block .layout-slideshow .sprocket-features-arrows  .arrow.next{
	right:15%
}
.rt-block .layout-slideshow .sprocket-features-arrows  .arrow.prev{
	left:15%
}
.rt-block  .sprocket-features-pagination ul,.rt-block .sprocket-strips-s-nav ul{
	margin: 0 auto !important;
	display: inline-block;
	padding: 5px !important;
	min-width: 120px;
	box-sizing: border-box;
	text-align: center;
	line-height: 0;
}
.rt-block .layout-slideshow .sprocket-features-pagination {
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
}
.rt-block .sprocket-features-pagination li,.rt-block .sprocket-strips-s-nav li{
	padding:5px !important;
	margin:0 10px;
	opacity:1;
	background:none;
	border-radius:50%;
	box-shadow:none;
}
.rt-block .sprocket-features-pagination li.active,.rt-block .sprocket-strips-s-nav li.active{
	background:#0f1341
}
.rt-block .sprocket-strips-s-pagination,.rt-block .sprocket-strips-s-arrows,.rt-block .sprocket-strips-s-nav{
	padding:0;
	display:block;
	box-sizing:border-box;
}
/*************************************
*
* OWl crousal
*
*************************************/
.rt-block  .owl-carousel{
	margin:0
}
.rt-block .hikashop_carousel_parent_div .hikashop_carousel,
.rt-block .hikashop_carousel_parent_div .owl-controls{
	margin:0
}
.rt-block .owl-carousel .owl-stage-outer{
	padding: 0;
}
.rt-block .owl-carousel .owl-nav{
	position: absolute;
	left: 0;
	bottom:-60px;
	display: inline-block;
	margin: 0;
}
.rt-block .owl-carousel .owl-nav [class*=owl-]{
	width: 34px;
	height: 34px;
	line-height: 33px;
	font-size: 30px;
	overflow: hidden;
	border: 2px solid #fff;
	background: none !important;
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	opacity: 1;
	color: #fff;
}
.rt-block .owl-carousel .owl-nav [class*=owl-]:before{
	font-family: FontAwesome,sans-serif;
	display: block;
}
.rt-block .owl-carousel  .owl-prev:before{
	content: "\f105";
}
.rt-block .owl-carousel  .owl-next:before{
	content: "\f104";
}
.rt-block .owl-carousel .owl-nav [class*=owl-]:hover{
	background:none;
	color:#fff
}
.rt-block  .owl-carousel .owl-nav .owl-prev{
	right:0;
	float:right;
	margin-left:10px;
}
.rt-block .owl-carousel .owl-nav .owl-next {
	left:0;
	float:left;
}
.rt-block .owl-theme .owl-dots .owl-dot{
	padding:0;
	margin:0
}
.rt-block .owl-theme .owl-dots .owl-dot span{
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
	border: none;
	z-index: 1;
	position: relative;
}
.rt-block .owl-theme .owl-dots .owl-dot.active span ,.rt-block .owl-theme .owl-dots .owl-dot:hover span{
	background:#003b5c
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 50px;
	text-align: right;
	padding: 0 15px;
}
/*************************************
*
* Radio and checkbox Style
*
*************************************/
.formResponsive input[type="radio"], .formResponsive input[type="checkbox"]{
	padding:0
}
input[type="checkbox"],
input[type="radio"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: none !important;
	    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    position: relative;
    border: none;
    padding: 0;
    text-align: center;
    line-height: 18px;
}
input[type="checkbox"]:before,
input[type="radio"]:before{
	content: ' ';
	font-family: FontAwesome,sans-serif;
	background: none;
	display: block;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 2px;
	color:#000
}
input[type="radio"]:before{
	content:' ';
	border-radius:50%;
	background:none
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
	content: "\f00c";
	background-color: #ffb300;
	border-color:#ffb300;
}
input[type="radio"]:checked:before {
	content: ' ';
	border-width:5px;
	background-color: #fff;
	border-color: #ffb300
}
body.rtl .radio,
body.rtl .checkbox{
	padding-left:0;
	padding-right:20px
}
body.rtl .component-content fieldset.only label,
body.rtl .component-content fieldset.phrases label{
	margin:0 0 0 10px
}
/*************************************
*
* RS Form Style
*
*************************************/
strong.formRequired{
	font-size: 16px;
    color: red;
    position: relative;
    top: 5px;
}
label.error{
	color:red
}
legend + .control-group,
body.layout-mode-responsive .form-horizontal .control-group{
	margin:0
}
body.layout-mode-responsive .formResponsive .formHorizontal .formControlLabel,
body.layout-mode-responsive .form-horizontal .control-label,label {
	float: none;
	width: auto;
	padding: 0;
	margin: 0 0 2px;
	box-sizing: border-box;
	font-size: 12px;
	display: block;
	text-align:left
}
body.layout-mode-responsive .formResponsive .formBody {
	float: none;
	line-height:0
}
body.layout-mode-responsive .formResponsive .formError,
body.layout-mode-responsive .formResponsive .formNoError ,
body.layout-mode-responsive .formResponsive .formDescription{
	font-size:12px;
	line-height:20px;
	margin:0;
	height:auto
}
body.layout-mode-responsive  .formResponsive .formHorizontal .rsform-block {
	margin-bottom: 0;
}
body.layout-mode-responsive .formResponsive .formHorizontal .formControls ,
body.layout-mode-responsive .form-horizontal .controls{
	margin-left: 0;
}
select[multiple], select[size],select,
.chzn-container-single .chzn-single,
input[type="search"],input[name="keyword"],
input[type="text"],input[type="number"],input[type="email"],
input[type="tel"],input[type="url"],input[type="password"],
body.layout-mode-responsive .formResponsive textarea,
body.layout-mode-responsive .formResponsive input[type="text"],
body.layout-mode-responsive .formResponsive input[type="number"],
body.layout-mode-responsive .formResponsive input[type="email"],
body.layout-mode-responsive .formResponsive input[type="tel"],
body.layout-mode-responsive .formResponsive input[type="url"],
body.layout-mode-responsive .formResponsive input[type="password"],
body.layout-mode-responsive .formResponsive select{
	background: #fff;
	border: 1px solid #ededed;
	width: 100%;
	box-sizing: border-box;
	height:35px;
	line-height:35px;
	padding: 0 15px !important;
	border-radius:0;
	box-shadow: none;
	margin: 0;
	color: #6e6e6e;
	text-shadow: none;
	font-family: inherit;
}
body.layout-mode-responsive .formResponsive input[type="number"].quantity {
  padding: 0 20px !important;
}
.rsform-select-box-small,
body.layout-mode-responsive .formResponsive .rsform-select-box-small{
	width:calc(33.33% - 15px) !important;
	padding:0 !important
}

body.layout-mode-responsive .formResponsive textarea, textarea{
	height:160px;
}

body .btn,
button[type="reset"],button[type="button"],button[type="submit"],
input[type="reset"], input[type="button"], input[type="submit"],
body.layout-mode-responsive .formResponsive input[type="reset"],
body.layout-mode-responsive .formResponsive button[type="reset"],
body.layout-mode-responsive .formResponsive button[type="button"],
body.layout-mode-responsive .formResponsive input[type="submit"],
body.layout-mode-responsive .formResponsive button[type="submit"]{
	border-radius:0;
	border: none;
	text-shadow: none;
	line-height: 35px;
	padding:0 20px;
	font-size: 14px;
	background: #ffb300 ;
	color:#fff ;
	text-align: center;
	text-transform:uppercase;
	box-shadow:none;
	box-sizing: border-box;
}
body .btn:hover,
button[type="reset"]:hover,button[type="button"]:hover,button[type="submit"]:hover,
input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover,
body.layout-mode-responsive .formResponsive input[type="reset"]:hover,
body.layout-mode-responsive .formResponsive button[type="reset"]:hover,
body.layout-mode-responsive .formResponsive button[type="button"]:hover,
body.layout-mode-responsive .formResponsive input[type="submit"]:hover,
body.layout-mode-responsive .formResponsive button[type="submit"]:hover{
	background:#003b5c;
	color:#fff
}
.thanks {
	background:#a7007f;
	padding: 30px;
	text-align: center;
	font-size: 1.2em;
	margin: 0 0 30px;
	color: #fff;
	border-radius: 3px;
}
.chzn-container-single .chzn-single div b{
	background-position-y:8px
}
.formResponsive input[type="file"]{
	padding:0
}
body.layout-mode-responsive .rsform-captcha-box,
body.layout-mode-responsive .formResponsive input.rsform-captcha-box{
	width:100px
}
body.layout-mode-responsive .rsform-calendar-button{
	width: 35px;
	line-height:35px;
	font-size: 14px;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	float: left;
	background:#ffb300;
}
body.layout-mode-responsive .rsform-calendar-box,
body.layout-mode-responsive .formResponsive  input.rsform-calendar-box{
	width:calc(100% - 35px);
}
body.rtl  label,
body.rtl .formResponsive .formHorizontal .formControlLabel,
body.rtl .form-horizontal .control-label,
body.rtl.layout-mode-responsive .form-horizontal .control-group .control-label{
	text-align:right;
}
/*************************************
*
* Contact us
*
*************************************/
#contactUs strong.formRequired{
	display:none
}
/*************************************
*
* Flight Forms
*
*************************************/
.rsform-block .title{
	    background: #ffb300;
    color: #000;
    padding: 10px;
    margin: 40px 0 20px;
}
.rsform-block.rsform-block-captcha br{
	display:none
}
.rsform-block.rsform-block-captcha img,.rsform-block.rsform-block-captcha .rsform-captcha-box,.rsform-block.rsform-block-captcha .rsform-captcha-refresh-button{
	float:left;
	margin-right:10px;
}
.rsform-captcha-refresh-button{
	width:35px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	text-align:center
}
.rsform-captcha-refresh-button:before{
	content: "\f021";
	font-family: FontAwesome, sans-serif;
	display:block
}
#flightForms .rsform-block.rsform-block-send{
	text-align:right;
	margin-top:-35px
}
#flightForms .formRow [class*="formSpan"]{
	min-height:0
}
body.rtl .rsform-block.rsform-block-captcha img,
body.rtl .rsform-block.rsform-block-captcha .rsform-captcha-box,
body.rtl .rsform-block.rsform-block-captcha .rsform-captcha-refresh-button{
	float:right;
	margin-right:0;
	margin-left:10px;
}
body.rtl #flightForms .rsform-block.rsform-block-send{
	text-align:left
}
@media screen and (max-width:767px){
	 #flightForms .rsform-block.rsform-block-send{
		margin-top:10px;
		text-align:unset !important
	 }
	body .formResponsive .rsform-captcha-box{
		width:120px !important
	}
}
/*************************************
*
* Info
*
*************************************/
.fields-container {
	margin: 0;
}
.component-content .article-info{
	margin:5px 0;
	font-size:11px;
	color:#999
}
.component-content .article-info dd{
	margin:0
}
.component-content .blog .article-info{
	text-align:right
}
.component-content .article-info .create:before{
	display:none
}
/*************************************
*
* Item Page
*
*************************************/
.component-content [itemprop="articleBody"]{
	text-align:justify;
	margin: 0 0 20px;
}
.component-content .item-page .item-image,.component-content .gallery .item-image{
	float:none !important;
	margin:0 0 20px !important;
	text-align:center
}
.component-content [itemprop="articleBody"] table{
	width:100%;
}
.component-content [itemprop="articleBody"] tr{
	background:#fff
}
.component-content [itemprop="articleBody"] tr:nth-child(2n){
	background:#eee
}
/*************************************
*
* BLog
*
*************************************/
.component-content .blog .fields-container {
	margin: 0;
}
.component-content .items-row .page-header h2{
	padding:0;
	margin:0 0 10px;
	border:none;
	background:none;
	text-align: inherit;
	font-size:1.2em;
}
.component-content .item-image{
	float:left;
	margin:0 10px 10px 0;
	max-width:100%;
	box-sizing:border-box;
}
.component-content .blog .item-image{
	margin-bottom:0
}
.component-content .item-image img{
	max-width:100%;
	box-sizing:border-box;
}
.component-content  .row-fluid [class*="span"] {
	padding:10px 0
}
.component-content  .row-fluid [class*="span"]  [class*="column-"]{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	margin: 0;
}
.component-content  .row-fluid  .item{
	background:#fafafa;
	padding:20px;
}
.component-content .gallery .item{
	min-height:560px
}

.component-content  .row-fluid  .item .introtext{
	text-align:justify;
	font-size:0.9em;
	line-height:1.5em
}
.row-fluid [class*="span"]{
	margin-left:0;
	margin-right:2.5%;
}
.row-fluid [class*="span"]:last-child{
	margin-right:0
}
.component-content .blog .item-image{
	float:none !important;
	margin:0 0 20px !important
}
.component-content .blog .cols-1 .item-image{
	float:left !important;
	margin:0 10px 0 0 !important
}
body.rtl .component-content .item-image{
	float:right;
	margin-right:0;
	margin-left:10px;
}
body.rtl .row-fluid [class*="span"]{
	float:right;
	margin-left:0;
	margin-right:2.5%;
}
body.rtl .row-fluid [class*="span"]:first-child {
	margin-right: 0;
}
body.rtl .component-content  [class*="cols-"] [class*="column-"]{
	float:right
}
@media screen and (max-width:767px){
	.component-content .item-image,.component-content .blog .cols-1 .item-image{
		float:none !important;
		margin:0 0 10px !important;
		text-align:center
	}
	body.rtl .row-fluid [class*="span"],.row-fluid [class*="span"]{
		margin-right:0;
	}
}
@media screen and (min-width:768px) and (max-width:1199px){
	.row-fluid [class*="span"]{
		margin-right:2%;
	}
	body.rtl .row-fluid [class*="span"]{
		margin-right:2%;
	}
	body.rtl .row-fluid [class*="span"]:first-child,body.rtl .row-fluid [class*="span"]:first-child {
		margin-right: 0;
	}
}
/*************************************
*
* Rpp gallery
*
*************************************/
.rppgallery .bx-wrapper .bx-loading{
	z-index:-1
}
.rppgallery  .bx-wrapper .bx-viewport{
	box-sizing:border-box;
	box-shadow:none;
	border:1px solid #ddd;
	border-radius:0;
	left: 0;
}
.rppgallery .bx-wrapper .bx-controls-direction a{
	background:#25CC9C url(../images/patterns/arrow.png) no-repeat;
	width:35px;
	height:35px;
}
.rppgallery .bx-wrapper .bx-controls-direction .bx-prev{
	background-position:6px 1px;
}
.rppgallery .bx-wrapper .bx-controls-direction .bx-next{
	background-position:8px -33px
}
.rppgallery ul{
	margin:0;
}
.rppgallery .bx-pager a{
	display:inline-block;
	margin:0 4px 8px;
}
.rppgallery .rppgallery-galleryslide{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.rppgallery .rppgallery-galleryslide .gallery-image-thumb{
	display: inline-block;
	border: 1px solid #ddd;
	margin: 0 5px 5px 0;
	box-sizing: border-box;
	float: left;
	padding: 5px;
}
body.rtl .rppgallery .rppgallery-galleryslide .gallery-image-thumb{
	float: right;
	margin: 0 0 5px 5px;
}
body.rtl div.pp_pic_holder,
body.rtl div.pp_default .pp_description{
	text-align:right;
}
@media screen and (max-width: 767px){
	div.pp_pic_holder{
		max-width:100%;
		overflow:auto
	}
}
/*************************************
*
* Search
*
*************************************/
#searchForm{
	padding:0
}
.component-content .search-results .result-text{
	text-align:justify
}
#searchForm label[for="limit"]{
	float:right;
	padding:0;
	margin:0 0 0  10px;
	line-height:35px
}
.component-content .highlight{
	background: rgba(146, 39, 143, 0.15);
	padding: 0 5px;
}
.component-content .search-results .result-title{
	padding:10px 0
}
.component-content .search-results .result-created,
.component-content .search-results .result-category{
	font-size:12px;
	color:#999;
	padding:0 55px 0 0;
	margin:0 0 5px 0
}
.component-content .search-results .result-created{
	border-bottom:1px dotted #ddd;
	padding-bottom:10px
}
.component-content .form-limit{
	padding:0
}
@media screen and (max-width: 767px){
	#searchForm .btn-toolbar .btn-group{
		display:block;
		margin:0 0 5px;
		float:none
	}
}
/*************************************
*
* menu
*
*************************************/
ul.menu li{
	margin:0
}
ul.menu li a, ul.menu li .item, ul.menu li .separator{
	font-size:1em;
	font-weight:normal;
	background:none;
	text-transform: uppercase;
}
ul.menu li a:before, ul.menu li .item:before, ul.menu li .separator:before{
	display:none
}
ul.menu li a:hover, ul.menu li .item:hover, ul.menu li .separator:hover{
	background:none
}
/*************************************
*
* Column Module
*
*************************************/
.rt-block.column ul,.tag-category.column ul.category ,.tag-category.column ul.thumbnails ,.moduletable.column ul{
	margin:0;
	list-style:none;
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	border:none
}
.rt-block.column .module-content,.tag-category.column form,.moduletable.column ul{
	margin:0 -15px
}

.rt-block.column ul li ,.tag-category.column ul.category > li,.tag-category.column ul.thumbnails > li,.moduletable.column ul li{
	float:left;
	padding:15px;
	box-sizing:border-box;
}
.rt-block.cols-2 ul li,.tag-category.cols-2 ul.category > li,.tag-category.cols-2 ul.thumbnails > li,.moduletable.cols-2 ul li {
	width:calc(100%/2)
}
.rt-block.cols-3 ul li ,.tag-category.cols-3 ul.category > li,.tag-category.cols-3 ul.thumbnails > li,.moduletable.cols-3 ul li{
	width:calc(100%/3)
}
.rt-block.cols-4 ul li ,.tag-category.cols-4 ul.category > li,.tag-category.cols-4 ul.thumbnails > li,.moduletable.cols-4 ul li{
	width:calc(100%/4)
}
.rt-block.cols-5 ul li ,.tag-category.cols-5 ul.category > li,.tag-category.cols-5 ul.thumbnails > li,.moduletable.cols-5 ul li{
	width:calc(100%/5)
}
.rt-block.cols-6 ul li ,.tag-category.cols-6 ul.category > li,.tag-category.cols-6 ul.thumbnails > li,.moduletable.cols-6 ul li{
	width:calc(100%/6)
}
body.rtl .rt-block.column ul li,body.rtl .tag-category.column ul.category > li,body.rtl .tag-category.column ul.thumbnails > li,body.rtl .moduletable.column ul li{
	float:right
}
@media only screen and (max-width: 767px) {
	.rt-block.column ul li ,.tag-category.column ul.category > li,.tag-category.column ul.thumbnails > li,.moduletable.column ul li{
		width:100% !important;
		padding:15px 0
	}
	.rt-block.column .module-content, .tag-category.column form, .moduletable.column ul {
		margin: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width:979px){
	.rt-block.column ul li, .tag-category.column ul li, .moduletable.column ul li, .rt-block.column .banneritem{
		padding:5px
	}
	.rt-block.column .module-content, .tag-category.column form, .moduletable.column ul {
		margin: 0;
	}
}
/*************************************
*
* Top Phone
*
*************************************/
.top-phone p{
	margin:0;
	line-height:30px;
	color:#ffb300;
	font-weight:bold
}
.top-phone a{
	color:inherit !important;
	display:block
}
@media screen and (max-width:767px){
	#rt-top{
		padding:30px 0 110px
	}
	#rt-top .rt-alpha .rt-block.top-phone{
		float:right !important;
		margin:0 5px!important
	}
	#rt-top .rt-alpha{
		position:absolute;
		top:0;
		right:0;
	}
	#rt-top .rt-omega{
		position:absolute;
		left:0;
		right:0;
		bottom:30px;
	}
	body.rtl #rt-top .rt-alpha .rt-block.top-phone{
		float:left !important
	}
	body.rtl #rt-top .rt-omega{
		bottom:10px;
	}
	body.rtl #rt-top .rt-alpha{
		right:auto;
		left:0
	}
}
/*************************************
*
* Selected Language
*
*************************************/
.rt-block.rpp-language ul li {
	float: left;
	line-height: 30px;
	margin:0 10px 0 0;
	padding:0;
	color: #003b5c;
	text-transform: capitalize;
}
.rpp-language ul li:hover{
	color:#ffb300;
}
.rpp-language ul li a{
	color:inherit !important;
	display:block
}
.rpp-language ul li.lang-active{
	display:none
}
body.rtl .rt-block.rpp-language ul li{
	float:right;
	margin:0 0 0 10px;
}
@media screen and (max-width:767px){
	#rt-top .rt-alpha .rt-block.rpp-language{
		float:right
	}
	body.rtl #rt-top .rt-alpha .rt-block.rpp-language{
		float:left
	}
}
/*************************************
*
* Social media
*
*************************************/
.rt-block.social-media {
	line-height:0;
	text-align:left
}
.rt-block.social-media ul{
	margin:0 auto;
	list-style:none;
	display:inline-block
}
.rt-block.social-media li{
	float:left;
	margin:0 7px 0 0;
	line-height: 0;
}
.rt-block.social-media li:last-child{
	margin:0
}
.rt-block.social-media a{
	width:20px;
	height:30px;
	line-height:30px;
	text-align: center;
	color: #003b5c;
	font-size: 18px;
}
.rt-block.social-media .icon-instagram ,
.rt-block.social-media .icon-telegram,
.rt-block.social-media .icon-whatsapp{
	text-indent: -999em;
	overflow: hidden;
	background:url(../images/patterns/all-bg.png) no-repeat;
	background-position:-5px 0;
	transition:none
}
.rt-block.social-media .icon-whatsapp{
	background-position:-35px 0;
}
.rt-block.social-media .icon-telegram{
	background-position:-66px 0;
}
.rt-block.social-media a:hover{
	color:#ffb300  !important
}
.rt-block.social-media .icon-instagram:hover{
	background-position:-97px 0
}
.rt-block.social-media .icon-telegram:hover{
	background-position: -157px 0;
}
.rt-block.social-media .icon-whatsapp:hover{
	background-position: -126px 0;
}
#rt-footer .rt-block.footer-socail {
	clear: both;
	margin: 50px 0 ;
}
.rt-block.footer-socail ul li{
	margin:0 10px 0 0
}
.rt-block.footer-socail a{
	width:30px;
	height:30px;
	color:#ffb300;
	font-size:22px
}
.rt-block.footer-socail .icon-instagram{
	background-position: -189px 0;
}
.rt-block.footer-socail .icon-telegram{
	background-position: -282px 0;
}
.rt-block.footer-socail .icon-whatsapp{
	background-position: -239px 0;
}
.rt-block.footer-socail .icon-instagram:hover{
	background-position: -189px -33px;
}
.rt-block.footer-socail .icon-telegram:hover{
	background-position: -239px -33px;
}
.rt-block.footer-socail .icon-whatsapp:hover{
	background-position: -239px -33px;
}
body.rtl .rt-block.social-media ul li{
	float:right;
	margin-right:0;
	margin-left:7px;
}
body.rtl .rt-block.social-media {
	text-align:right
}
@media screen and (min-width: 768px) and (max-width:979px){
	.rt-block.footer-socail ul li {
		margin: 0 5px 0 0;
	}
	body.rtl .rt-block.footer-socail ul li{
		margin: 0 ;
	}
}
@media screen and (min-width: 980px) and (max-width:1199px){
	.rt-block.footer-socail ul li {
		margin: 0 10px 0 0;
	}
	
}
/*************************************
*
* Logo
*
*************************************/
#rt-logo{
	margin:0 auto
}
/*************************************
*
* user menu
*
*************************************/
.rt-block.search .module-content,
.rt-block.user-menu .module-content{
	line-height:0
}
.user-menu ul,.rt-block.search form{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	margin:0
}
.user-menu ul li{
	float: right;
	color: #003b5c;
	font-weight: bold;
	margin: 0 0 0 30px;
	font-size:15px
}
.user-menu ul li a{
	color:inherit !important;
	font-weight:inherit
}
.user-menu ul li.active ,.user-menu ul li.current ,
.user-menu ul li:hover{
	color:#ffb300
}
body.rtl .user-menu ul li{
	float:left;
	margin-left:0;
	margin-right:30px;
}
@media screen and (min-width: 768px) and (max-width:979px){
	.user-menu ul li{
		margin:0 0 0 15px
	}
}
/*************************************
*
* Search
*
*************************************/
.rt-block.search{
	float:right;
	min-width:180px
}
.rt-block.search form{
	border-bottom:1px solid #003b5c
}
.rt-block.search .btn{
	width:30px;
	height:30px;
	line-height:30px;
	font-size:20px;
	overflow:hidden;
	background:none;
	padding:0 !important;
	color:#003b5c;
	float:right
}
.rt-block.search .btn:before{
	content: "\f002";
	font-family: FontAwesome, sans-serif;
	display:block
}
.rt-block.search input[type="search"]{
	height:30px;
	line-height:30px;
	width:calc(100% - 30px);
	float:left;
	background:none;
	border:none;
	padding:0
}
body.rtl .rt-block.search input[type="search"]{
	float:right
}
body.rtl .rt-block.search,body.rtl .rt-block.search .btn{
	float:left
}
@media screen and (max-width:767px){
	.rt-block.search,.rt-block.user-menu {
		text-align:center;
		float:none !important
	}
	.rt-block.search{
		float:none;
		min-width:180px
	}
	.user-menu ul, .rt-block.search form{
		width:auto
	}
	.user-menu ul li{
		margin:0 15px
	}
	#rt-top .rt-block{
		margin-top:0
	}
}
/*************************************
*
* Main menu
*
*************************************/
#rt-header{
	z-index:10;
	background:#ffb300;
}
#item101 #rt-header{
	background:none;
	margin-bottom: -20px;
}
.rt-block.menu-block{
	padding:0;
	margin:0 !important;
	text-align: center;
	background:#ffb300;
	line-height:0
}
.menu-block .gf-menu{
	margin:0 auto ;
	display:inline-block
}
.menu-block .gf-menu.l1 > li.mega-menu, .menu-block .gf-menu.l1 > li.grouped {
	position: inherit;
}
.menu-block .gf-menu li,
.menu-block  .gf-menu .dropdown ul li,
.menu-block .gf-menu.l1 > li.active,
.menu-block .gf-menu.l1 > li:hover,
.menu-block .gf-menu li:hover,
.menu-block .gf-menu li.active:hover,
.menu-block .gf-menu .dropdown ul li:hover{
	border:none;
	box-shadow:none;
	padding:0;
	border-radius:0;
	background:none;
	margin:0;
}
.menu-block .gf-menu .item,
.menu-block  .gf-menu.l1 > li > .item ,
.menu-block .gf-menu .dropdown .item,
.menu-block .gf-menu .dropdown .grouped ol > li > .item{
	font-size:17px;
	text-shadow: none;
	color: #003b5c ;
	padding: 0 20px;
	line-height:35px;
	border: none;
	text-transform: capitalize;
}
.menu-block a:hover,
.menu-block .gf-menu.l1 > li:hover > .item,
.menu-block .gf-menu.l1 > li.active > .item,
.menu-block .gf-menu.l1 > li.active:hover > .item,
.menu-block .gf-menu li:hover > .item,
.menu-block .gf-menu .dropdown ul li:hover > .item,
.menu-block .gf-menu .dropdown ul li:hover > .item ,
.menu-block .gf-menu .dropdown ul li.active > .item,
.menu-block .gf-menu .dropdown .hikashop_filter_checkbox label:hover{
	color: #fff !important;
	text-shadow:none;
	border:none;
	box-shadow:none;
	background:none;
	border-radius:0
}
.menu-block .gf-menu li.parent > .item:after{

	color: inherit;
}
.menu-block .gf-menu.l1 > li.parent > .item:after{
	content: "\f107";
	font-family: FontAwesome, sans-serif;
	color: inherit;
	font-size: 14px;
	color:inherit;
	position:relative;
	right: 0;
	top: auto;
	margin: 0;
}
.menu-block .gf-menu.l1 > li:hover > .item .border-fixer,
.menu-block .gf-menu .dropdown ul li:hover > .item .border-fixer{
	display:none;
}
.menu-block .gf-menu .dropdown .grouped > .item ,
.menu-block .gf-menu .dropdown .mega-menu > .item {
	border-bottom: 1px solid #ffb300 !important;
	margin: 0 0 10px;
	color:#003b5c !important;
	font-size:1.2em
}
body.rtl .menu-block .gf-menu .item{
	font-size:14px
}
/**dropdown**/
.menu-block .gf-menu .dropdown{
	background: #fff;
	box-shadow:0 1px 2px #fff !important;
	border-radius: 0 !important;
	border: none;
	padding:0;
}
.gf-menu .dropdown, .gf-menu .column {
	min-width: 250px;
	box-sizing:border-box
}
.gf-menu .column {
	padding:20px
}
.menu-block .gf-menu .dropdown .grouped.parent > .item {
	border-bottom: 1px solid #C1272D;
	margin: 0 0 10px;
	padding:0;
	font-weight: bold;
}
.menu-block .gf-menu .dropdown .grouped.parent:hover > .item {
    border-radius: 0;
}
.menu-block .gf-menu .dropdown .grouped ol {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.menu-block .gf-menu .dropdown .item,.menu-block .gf-menu .dropdown .grouped ol > li > .item{
	padding:0;
	font-size:14px 
}

.menu-block .gf-menu .dropdown  ul li:hover > .item,
.menu-block .gf-menu .dropdown ul li.active:hover > .item,
.menu-block .gf-menu .dropdown ul li:hover > .item,
.menu-block .gf-menu .dropdown ul li.active > .item{
	color:#ffb300 !important
}
body.rtl .menu-block .gf-menu li.parent > .item {
	    padding-right: 20px;
    padding-left: 20px;
}
body.rtl .gf-menu .column{
	float:right
}
@media screen and (max-width:767px){
	.rt-block.menu-block{
		border:none
	}
}
@media screen and (max-width: 1199px) and (min-width: 768px){
	.menu-block .gf-menu .item, .menu-block .gf-menu.l1 > li > .item{
		padding: 0 5px;
		font-size:15px
	}
	.layout-mode-responsive .menu-block .gf-menu.l1 > li {
		margin-right: 0;
	}
	.menu-block .gf-menu .dropdown.columns-3 > .column{
		max-width:calc(100%/2);
	}
	.menu-block .gf-menu .dropdown.columns-3 > .column{
		max-width:calc(100%/3);
	}
	.menu-block .gf-menu .dropdown.columns-4 > .column{
		max-width:calc(100%/4);
	}
	body.rtl .menu-block .gf-menu .item{
		font-size:14px
	}
	body.rtl .menu-block .gf-menu li.parent > .item {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media screen and (max-width: 979px) and (min-width: 768px){
	.menu-block .gf-menu .dropdown{
		max-width:768px;
		box-sizing:border-box
	}
	body.rtl .menu-block .gf-menu .item{
		font-size:12px
	}
}
@media screen and (max-width: 1199px) and (min-width: 980px){
	.menu-block .gf-menu .dropdown{
		max-width:960px;
		box-sizing:border-box
	}
}
/*************************************
*
* Slideshow
*
*************************************/
#rt-showcase .rt-container,
#rt-showcase .rt-grid-12{
	width:100%;
	box-sizing:border-box;
}
.rt-block.slideshow{
	padding:0;
	margin:0 !important;
}

.rt-block.slideshow .layout-slideshow .sprocket-features-img-container{
	width:100%;
	box-sizing:border-box;
	background: #fff;
}
.rt-block.slideshow  .sprocket-features-pagination ul,.rt-block .sprocket-strips-s-nav ul{
	margin: 0 auto !important;
	display: inline-block;
	padding:0!important;
	box-sizing: border-box;
	text-align:center
}
.rt-block.slideshow  .sprocket-features-pagination{
	left:0;
	right:0;
	text-align:center;
	bottom:0
}
.rt-block.slideshow .sprocket-features-content{
	top: 50%;
	width: 45%;
	left: 0;
	padding: 20px 5%;
	box-sizing: border-box;
	margin: 0 auto;
	transform: translateY(-50%);
	background: rgba(0, 59, 92, 0.8);
	right: 0;
	text-align: center;
}

.rt-block.slideshow .sprocket-features-title,
.rt-block.slideshow .sprocket-features-desc{
	background: none;
	padding: 0;
	line-height: 1.5em;
	font-size: 1em;
	color: #fff;
	position: relative;
	display: inline-block;
	font-weight:normal
}
.rt-block.slideshow .sprocket-features-title{
	font-size:2em;
	color:#ffb300;
}
.rt-block.slideshow .sprocket-features-desc{
	font-size:1.5em;
}
.rt-block.slideshow .buttons{
	text-align:center;
	margin: 0 0 20px;
}
.rt-block.slideshow .sprocket-features-pagination li,.rt-block .sprocket-strips-s-nav li{
	padding:5px !important;
	margin:0 10px;
	opacity:1;
	background:none;
	border-radius:50%;
	box-shadow:none;
	border:2px solid #fff
}
.rt-block.slideshow .sprocket-features-pagination li.active,.rt-block .sprocket-strips-s-nav li.active{
	background:#fff
}
.rt-block .sprocket-strips-s-pagination,.rt-block .sprocket-strips-s-arrows,.rt-block .sprocket-strips-s-nav{
	padding:0;
	display:block;
	box-sizing:border-box;
}
@media screen and (max-width:767px){
	.rt-block.slideshow p,.rt-block.slideshow .buttons{
		margin:0
	}
	.rt-block.slideshow .buttons .btn{
		line-height:24px
	}
	.rt-block.slideshow .sprocket-features-content{
		width:80%;
		padding:5px
	}
	.rt-block.slideshow .sprocket-features-title{
		font-size:1em;
		line-height:1.2em;
		margin:0
	}
	.rt-block.slideshow .sprocket-features-desc {
		font-size: 0.9em;
		line-height:1.2em
	}
}
@media screen and (max-width:979px) and (min-width: 768px){
	.rt-block.slideshow .sprocket-features-content{
		width:70%;
		padding:10px
	}
	.rt-block.slideshow .sprocket-features-title{
		font-size:1.5em;
		margin:0 0 10px
	}
	.rt-block.slideshow .sprocket-features-desc {
		font-size: 1em;
	}
}
/****************************************
*
*  Search Tools
*
*****************************************/
#rt-feature{
	background:#edf1ff;
	padding:70px 0;
	z-index:5
}
#rt-feature .rt-block{
	padding:0;
	margin:0
}
#rt-feature .module-title{
	margin: 0
}
#item101 #rt-feature .module-title,#item459 #rt-feature .module-title{
	margin:-100px 0 30px
}
#rt-feature .module-title .title{
	display:inline-block;
	background:#ffb300;
	color:#fff;
	font-size:1.3em;
	line-height:30px;
	padding:10px 25px;
}
#frm_tour_search{
	color: #003b5c ;
	margin: 0 -5px 0;
}
#frm_tour_search input[name="keyword"],
#frm_tour_search select,
#frm_tour_search .select2-container .select2-selection--single{
	background: #fff;
	border: none;
	width: 100%;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	padding: 0 15px !important;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	color: #003b5c ;
	text-shadow: none;
	font-family: inherit;
	font-weight:bold
}
#frm_tour_search .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	line-height: 35px;
	padding: 0;
}
#frm_tour_search .select2-container{
	width:100% !important;
	box-sizing:border-box
}
#frm_tour_search  .row-fluid [class*="span"]{
	width:100%;
	box-sizing:border-box;
	margin:0 !important
}
#frm_tour_search .input-medium {
	width:100%;
	box-sizing:border-box;
}
#frm_tour_search  .row-fluid .control-group,#frm_tour_search  .row-fluid .control-group + [class*="span"]{
	width:calc(100%/5);
	float:left;
	padding:0 5px;
	box-sizing:border-box
}
#frm_tour_search  .row-fluid .control-group + [class*="span"] .control-group{
	width:100%
}
#frm_tour_search .btn{
	margin-top:2px;
	display:block;
	width:100%;
	box-sizing:border-box;
	background:#003b5c
}
#frm_tour_search .btn:hover{
	background: #ffb300;
}
#frm_tour_search input::-webkit-input-placeholder{
	color: #003b5c ;
}
#frm_tour_search input::-moz-input-placeholder{
	color: #003b5c ;
}
#frm_tour_search input::-ms-input-placeholder{
	color: #003b5c ;
}
#frm_tour_search .control-label{
	display:none
}
body.rtl #frm_tour_search  .row-fluid .control-group,body.rtl #frm_tour_search  .row-fluid .control-group + [class*="span"]{
	float:right
}
@media screen and (max-width:767px){
	#rt-feature{
		padding:30px 0
	}
	#item101 #rt-feature .module-title,#item459 #rt-feature .module-title {
		margin: 0;
	}
	#frm_tour_search{
		margin:0
	}
	#frm_tour_search .row-fluid .control-group, #frm_tour_search .row-fluid .control-group + [class*="span"]{
		width:100% !important;
		padding:5px 0
	}
}
@media screen and (max-width:979px) and (min-width: 768px){
	#frm_tour_search{
		margin:0
	}
	#frm_tour_search .row-fluid .control-group, #frm_tour_search .row-fluid .control-group + [class*="span"]{
		width: calc(100%/3);
		padding: 5px;
	}
	#frm_tour_search .row-fluid .control-group + [class*="span"] .control-group{
		padding:0
	}
	#frm_tour_search .btn{
		margin:0
	}
}
/*************************************
*
* Images menu
*
*************************************/
.images-menu ul li {
	color:#4d4d4d;
	font-size: 1.2em;
}
.images-menu ul li:hover a{
	color: #003b5c ;
}
.images-menu ul li a {
	text-transform:capitalize;
	color:inherit
}
.images-menu ul li a img,
.images-menu ul li a .image-title{
	display:block;
	margin:0 auto;
	text-align:center
}
.images-menu ul li a .image-title{
	margin-top:10px
}
@media screen and (max-width:767px){
	.rt-block.images-menu ul li{
		width:calc(100%/2) !important
	}
}

/*************************************
*
* About Block
*
*************************************/
.rt-block.about-block .portrait-image{
	float:right;
	width:50%;
	margin:0;
	box-sizing:border-box;
	position:relative
}
.rt-block.about-block .portrait-image:before{
	content: '،،';
	width: 50px;
	height: 50px;
	line-height: 45px;
	background: #ffb300;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: -25px;
	z-index: 1;
	text-align: center;
	font-size: 60px;
	font-family: Yekan;
	letter-spacing: -2px;
}
.rt-block.about-block .sprocket-lists-portrait-title,
.rt-block.about-block .sprocket-lists-portrait-item{
	float:left;
	width:50%;
	box-sizing:border-box;
	background:#edf1ff
}
.rt-block.about-block .sprocket-lists-portrait-title{
	font-weight: normal;
	font-size: 1.7em !important;
	line-height: 1.7em !important;
	padding: 70px 50px 10px;
	margin: 0;
	box-sizing:border-box
}

.rt-block.about-block .sprocket-lists-portrait-title a{
	color:inherit
}
.rt-block.about-block .sprocket-lists-portrait-item{
	padding:0 50px 70px;
	margin:0;
	color:#999;
	text-align:justify;
	font-size:1.1em;
	line-height:
}
.rt-block.about-block .sprocket-lists-portrait-container > li{
	max-height:420px;
	overflow:hidden;
	background:#edf1ff
}
.rt-block.about-block .portrait-text{
	margin:0
}
.rt-block .sprocket-lists-portrait-nav,
.rt-block .sprocket-lists-portrait-container li{
	padding:0;
	border:none;
	box-sizing:border-box
}
body.rtl .rt-block.about-block .sprocket-lists-portrait-title{
	padding-top:10px;
}
body.rtl .rt-block.about-block .portrait-image{
	float:left
}
body.rtl .rt-block.about-block .portrait-image:before{
	left:auto;
	right:-25px;
}
@media screen and (max-width: 767px){
	.rt-block.about-block .portrait-image{
		width:100%;
		float:none;
		text-align:center
	}
	.rt-block.about-block .portrait-image img{
		width:100%
	}
	.rt-block.about-block .sprocket-lists-portrait-title, .rt-block.about-block .sprocket-lists-portrait-item{
		width:100%;
	}
	.rt-block.about-block .sprocket-lists-portrait-title{
		padding:30px 15px 5px
	}
	.rt-block.about-block .sprocket-lists-portrait-item{
		padding:0 15px 30px
	}
	.rt-block.about-block .sprocket-lists-portrait-container > li{
		max-height:unset
	}
	.rt-block.about-block .portrait-image:before{
		top:auto;
		bottom:-25px;
		margin:0 0 0 -25px;
		left:50%
	}
	body.rtl .rt-block.about-block .portrait-image:before{
		left:auto;
		right:50%;
		margin:0 -25px 0 0;
	}
}
@media only screen and (min-width: 768px) and (max-width:979px){
	.rt-block.about-block .sprocket-lists-portrait-title{
		padding: 30px 30px 0;
	}
	.rt-block.about-block .sprocket-lists-portrait-item{
		padding: 0 30px 10px;
	}
	.rt-block.about-block .portrait-image{
		height:325px;
	}
	.rt-block.about-block .sprocket-lists-portrait-image {
		max-width: unset;
	}
	body.rtl .rt-block.about-block .sprocket-lists-portrait-item{
		font-size:0.9em;
		line-height: 1.7em;
	}
}
@media screen and (min-width:980px) and (max-width:1199px){
	.rt-block.about-block .sprocket-lists-portrait-title{
		padding-top:40px
	}
	.rt-block.about-block .sprocket-lists-portrait-item{
		padding-bottom:30px
	}
}
/*************************************
*
* Tours Block
*
*************************************/
.tours-block .module-content{
	margin:-15px
}
.tours-block ul{
	margin:0;
	list-style:none
}
.tours-block .rpp-block{
	position:relative;
	margin:15px;
	float:left;
	box-sizing:border-box;
	min-height: 152px;
}
.tours-block .rpp-block .rpp-img{
	overflow:hidden
}
.tours-block .rpp-block .rpp-img img{
	width:100%
}
.tours-block .rpp-block .rpp-content{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	color:#fff;
}
.tours-block .rpp-content .title{
	font-size:1.1em
}

.tours-block .rpp-text{
	color:#999;
	font-size:1.1em;
	line-height:1.5em;
}
.tours-block .box-1 .rpp-img{
	max-height:590px
}
.tours-block .box-6 .rpp-img{
	max-height:585px
}
@media screen and (max-width: 767px){
	.tours-block .module-content{
		margin: 0;
	}
	.tours-block .rpp-block{
		margin:15px auto;
		float:none
	}
}
@media screen and (min-width: 768px) and (max-width:979px){
	.tours-block .module-content {
		margin: 0;
	}
	.tours-block .box-1 .rpp-img{
		height:350px;
		max-width: 364px;
		overflow:hidden
	}
	.tours-block .box-1 .rpp-img img{
		max-width:unset;
		width: auto;
	}
	.tours-block .box-6 .rpp-img{
		height:364px;
		overflow:hidden
	}
	body.rtl .tours-block .rpp-block{
		min-height:160px
	}
	body.rtl .tours-block .box-6 .rpp-img{
		height:355px;
	}
}
@media screen and (min-width:980px) and (max-width:1199px){
	.tours-block .box-1 .rpp-img{
		height:400px;
		overflow:hidden
	}
	.tours-block .box-1 .rpp-img img{
		max-width:unset;
	}
}
/*************************************
*
* iran faq
*
*************************************/
.custom-block .custom{
	padding:50px 5%;
}
.custom-block .rpp-content{
	padding-left:5%;
	margin-top: 30px;
}
.custom-block .rpp-text{
	color: #003b5c;
	font-size:1.3em;
}
.faq-block .custom{
	background:#edfff3
}
.private-tour .custom{
	background:#ffebd7
}
.private-tour .rpp-text,.private-tour .title{
	color:#8a7662
}
.destination-block .destination_tour_title{
	font-size:1.1em;
	font-weight:normal;
	color:#fff;
	padding:0;
	    position: absolute;
    bottom: 20px;
    width: 100%;
}
@media screen and (max-width: 767px){
	.custom-block .rpp-img{
		text-align:center
	}
}
/*************************************
*
* Top destination
*
*************************************/
.destination-block .module-content{
	margin:0 -25px
}
.destination-block{
	text-align:center
}
.destination-block .row-fluid [class*="span"]{
	margin:0 auto;
	text-align:center
}
.destination-block .row-fluid > .row-fluid [class*="span"]{
	padding:0 25px
}
.destination-block.cols-4 .row-fluid > .row-fluid [class*="span"]{
	width:calc(100%/4)
}
.destination-block .destination_tour_image{
	padding:0;
	background:none;
	position: relative;
}
.rt-block .buttons{
	margin-top:80px;
	font-size:1.1em;
	text-align:center
}
@media screen and (max-width: 767px){
	.destination-block.cols-4 .row-fluid > .row-fluid [class*="span"] {
		width: 100%;
		max-width: 310px;
		margin: 0 auto;
	}
	.destination-block .row-fluid > .row-fluid [class*="span"] {
		padding: 25px 0;
	}
}
/*************************************
*
* Hotels
*
*************************************/
.hotel-block .module-title{
	text-align:center;
	margin-bottom:80px
}
.hotel-block .rpp-block{
	margin:0
}
.tours-block .mod-articles-category-title{
	text-transform:capitalize;
	text-align: left;
}
body.rtl .tours-block .mod-articles-category-title{
	text-align:right
}
@media screen and (max-width: 767px){
	.hotel-block .rpp-block{
		max-width:250px;
		margin:0 auto
	}
}
/*************************************
*
* Walking tours
*
*************************************/
#item101 #rt-maintop{
	background:#edf1ff
}
.walking-tour .module-content{
	margin:0 -25px
}
.walking-tour .row-fluid [class*="span"]{
	margin:0;

}
.walking-tour .row-fluid [class*="col-md-"]  [class*="span"]{
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0 25px
}
.walking-tour .row{
	margin:0;
	position:relative
}
.walking-tour .gdl-blog-list .row-fluid > [class*="col-md-"]{
	width:calc(100%/4);
}
.tours-block .blog-content-wrapper{
	position:absolute;
	right:0;
	left:0;
	bottom:0
}
.tours-block .blog-title{
	font-size:1.1em;
	margin:0;
	font-weight:normal;
	color:#fff;

}
.tours-block .package-info{
	display:none
}
.walking-tour .gdl-blog-list + div{
	float:none;
	text-align:center
}
.walking-tour .btn{
	background:none;
	color: #038bd6 ;
	margin-top:100px;
	text-transform:capitalize;
	font-size:1.1em
}
.walking-tour .btn:hover{
	background:none;
	color:#303030;
    text-decoration: underline;
}
@media screen and (max-width: 767px){
	.walking-tour .gdl-blog-list .row-fluid > [class*="col-md-"] {
		width: 100%;
		max-width: 310px;
		margin: 30px auto;
	}
}
@media only screen and (min-width: 768px) and (max-width:979px){
	.walking-tour .row-fluid [class*="col-md-"] [class*="span"]{
		padding:0 10px
	}
}
/*************************************
*
* Gallery Photo
*
*************************************/
#item101 #rt-mainbottom,#item459 #rt-mainbottom{
	background:url(../images/patterns/gallery-bg.jpg) no-repeat center;
	background-size:cover;
	position:relative
}
#item101 #rt-mainbottom:before,#item459 #rt-mainbottom:before{
	content: ' ';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:#000;
	opacity:0.6
}
.gallery-block .module-title .title{
	color:#fff;
}
.gallery-block .module-content{
	margin:0 -15px
}
.gallery-block .buttons{
	margin: 0;
	color: #fff;
	text-align: left;
	padding: 0 15px;
	float: left;
}
.gallery-block .buttons a{
	color:inherit
}
body.rtl .gallery-block .buttons{
	float:right
}
@media screen and (max-width: 767px){
	.gallery-block .rpp-block{
		max-width:310px;
		margin:0 auto
	}
	.gallery-block .module-content {
		margin:0
	}
}
@media screen and (min-width: 768px) and (max-width:979px){
	.gallery-block .module-content{
		margin:0
	}
	.gallery-block .rpp-block{
		margin:15px;
		float:none
	}
}
/*************************************
*
* Blog design
*
*************************************/
#item101 #rt-extension{
	background:#edf1ff
}
.rt-block.blog-items .module-content{
	margin:0
}
.rt-block.blog-items ul li{
	padding:0
}
.blog-items .module-title .title{
	text-align:center;
	margin-bottom:100px
}
.blog-items .rpp-content{
	height: 300px;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	position:relative
}
.blog-items .rpp-content:before{
	content: ' ';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	position: absolute;
	top: -7px;
	left: 30px;
}
.blog-items li:nth-child(2n) .rpp-content:before{
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
	border-bottom: 0;
	top:auto;
	bottom: -7px;
}
.blog-items .mod-articles-category-title {
	font-size: 1.7em;
	margin: 0 0 15px;
	display: block;
	max-height: 60px;
	overflow: hidden;
}
.blog-items .mod-articles-category-introtext{
	color:#999
}
.blog-items .mod-articles-category-readmore .mod-articles-category-title{
	font-size:1.1em;
	color:#ffb300
}
@media screen and (max-width: 767px){
	.rt-block.blog-items .rpp-block{
		max-width:300px;
		margin:0 auto
	}
}
@media screen and (min-width: 768px) and (max-width:979px){
	.rt-block.blog-items ul li{
		width:calc(100%/2)
	}
	.rt-block.blog-items .rpp-block{
		max-width:300px;
		margin:0 auto
	}
}
@media screen and (min-width: 980px) and (max-width:1199px){
	.blog-items .rpp-content{
		padding:10px;
		height:240px
	}
	.blog-items .mod-articles-category-introtext{
		margin: 0;
		line-height: 1.5em;
	}
}
/*************************************
*
* Feature Block
*
*************************************/
#rt-bottom{
	background:#ffb300;
	color:#20212d;
	clear: both;
}
.rt-block.feature-block{
	margin:20px 0
}
.feature-block .gantry-width-block{
	padding:0 45px
}
.feature-block .rpp-img{
	text-align:center;
}
.feature-block .rpp-content .title{
	font-weight:bold;
	margin:0 0 10px;
	text-align:center
}
.feature-block .rpp-content{
	line-height:1.7em;
}
.feature-block .rpp-text{
	text-align:justify
}
@media screen and (min-width: 768px) and (max-width:979px){
	.feature-block .gantry-width-block {
		padding: 0 15px;
	}
	.feature-block .rpp-content .title{
		font-size:1.1em
	}
}
@media screen and (min-width: 980px) and (max-width:1199px){
	.feature-block .gantry-width-block {
		padding: 0 15px;
	}
}
/*************************************
*
* Footer
*
*************************************/
#rt-footer-surround{
	background:#20212d;
	color:#8e8f98;
	line-height:1.7em
}
#rt-footer-surround a{
	color:#ffb300
}
#rt-footer-surround a:hover{
	color:#fff
}
#rt-footer-surround .module-title .title{
	font-size:1.1em;
	color:#fff;
	margin:0 0 20px
}
/*************************************
*
* Acymail
*
*************************************/
#rt-acymail .rt-block{
	margin-top:0;
	margin-bottom:0;
}
#rt-acymail .module-title .title{
	color:#ffb300;
	margin:0
}
#rt-acymail .rt-container{
	padding:30px 0;
	border-bottom:1px solid #ffb300;
	margin-bottom:50px
}
.acymail form{
	margin:0;
	display:inline-block;
	width:100%;
	box-sizing:border-box;
}
.acymailing_introtext{
	margin-bottom:20px
}
.acymailing_introtext .title{
	font-size:1em;
	line-height:1.5em;
	margin:0;
	color:#ffb300;
}
.acymailing_introtext .sub-title{
	font-size:1.1em;
	display:block;
	margin:0;
	color:#ffb300;
	text-transform:uppercase
}
.acymail .acymailing_module p{
	margin:0
}
.acymail .acysubbuttons .btn{
	width:100px;
	box-sizing:border-box
}
.acymail .acysubbuttons{
	float:right
}
.acymail .fieldacyemail{
	float:left;
	width:calc(100% - 100px)
}
.acymail .inputbox{
	background:none;
	border:1px solid #8e8f98;
	border-right:0;
	color:#8e8f98
}
.footer-about p{
	margin:0
}
body.rtl .acymail .inputbox{
	border-right:1px solid #8e8f98;
	border-left:0
}
body.rtl .acymail .fieldacyemail{
	float:right
}
body.rtl .acymail .acysubbuttons{
	float:left
}
/*************************************
*
* footer menu
*
*************************************/
#rt-footer .rt-block{
	padding:0 30px 0 0;
	margin:0;
	box-sizing:border-box;
}
#rt-footer .rt-omega .rt-block{
	padding:0;
	margin-left:25px
}
#rt-footer .rt-block.cols-3{
	width:calc(100%/3);
	float:left;
}
#rt-footer .rt-block.cols-2{
	width:calc(100%/2);
	float:left;
}
.rt-block.footer-menu {
	min-height: 320px;
}
.footer-menu .custom > .gantry-width-block:first-child{
	padding-right:30px
}
.footer-menu ul{
	margin:0;
	list-style:none
}
.rt-block.footer-menu ul li,.rt-block.footer-menu .row-fluid [class*="span"]{
	font-weight:normal;
	color:#8e8f98;
	text-transform:capitalize;
	font-size:15px;
	line-height:20px;
	color: #ffb300;
	width:100%;
	box-sizing:border-box
}
.footer-menu ul li a,.footer-menu .row-fluid [class*="span"] a{
	font-size:inherit;
	font-weight:inherit;
	color:inherit;
	line-height:inherit;
	text-transform:inherit
}
.footer-menu strong {
	font-weight: inherit;
}
body.rtl #rt-footer .rt-block{
	padding-right:0;
	padding-left:30px;
}
body.rtl #rt-footer .rt-block.cols-2,body.rtl #rt-footer .rt-block.cols-3{
	float:right
}
body.rtl .footer-menu .custom > .gantry-width-block:first-child {
    padding-right: 0;
    padding-left: 30px;
}
@media screen and (max-width: 767px){
	#rt-footer .rt-block{
		width:100% !important;
		box-sizing:border-box;
		padding:0;
		margin:20px 0;
	}
	.footer-menu .custom > .gantry-width-block:first-child {
		padding-right: 0;
		margin-bottom:20px
	}
	body.rtl .footer-menu .custom > .gantry-width-block:first-child {
		padding-left: 0;
	}
	.rt-block.footer-menu {
		min-height: auto;
	}
	#rt-footer .rt-omega .rt-block{
		margin:0
	}
}
@media screen and (min-width: 768px) and (max-width:979px){
	#rt-footer .rt-block{
		padding:0 10px 0 0
	}
	#rt-footer .rt-omega .rt-block{
		margin-left:10px
	}
	#rt-footer-surround .module-title .title{
		font-size:1em;
		line-height:1.5em
	}
}

/*************************************
*
* contact
*
*************************************/
.rt-block .sprocket-lists-nav,
.rt-block .sprocket-lists-item .sprocket-padding{
	padding:0;
	box-sizing:border-box
}
.contact-info p span{
	color: #ffb300;
}
.contact-info p strong{
	color:#fff;
	font-weight:normal
}
/*************************************
*
* to top page
*
*************************************/
.rt-block.top-to-page {
	float: right;
}
#gantry-totop{
	width:30px !important;
	height:30px;
	line-height:30px;
	padding:0;
	margin:0;
	border:none;
	box-shadow:none;
	text-shadow:none;
	border-radius:0;
	font-size:40px;
	text-align:center;
	background:none
}
body.rtl .rt-block.top-to-page {
	float: left;
}
@media screen and (max-width: 767px){
	.rt-block.top-to-page {
		float: none !important;
		text-align:center
	}
}
/*************************************
*
* Copyright
*
*************************************/
#rt-copyright{
	background:#131420;
	padding:10px 0
}
#rt-copyright .rt-block{
	padding:0;
	margin:0;
}
.rt-block.copyright{
	font-weight:normal;
	font-size:15px;
	line-height:30px;
	color:#fff
}
.copyright span{
	color: #ffb300;
}
.rt-block.copyright p,
.rt-block.copyright h3,
.rt-block.copyright h2,
.rt-block.copyright h1,
.rt-block.copyright h4,
.rt-block.copyright h5,
.rt-block.copyright h6{
	font-weight: normal;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	line-height:inherit;
	color:inherit;
	font-family: inherit;
}
@media screen and (max-width: 767px){
	.rt-block.copyright{
		text-align:center
	}
}
/*************************************
*
* News Block
*
*************************************/

.rt-block.latest-items .module-content{
	margin:0 -50px
}
.rt-block.popular-items .module-content{
	margin:0 ;
	padding:20px;
	box-sizing:border-box;
	background:#fafafa
}
.rt-block.latest-items ul{
	margin:0
}
.rt-block.latest-items ul li{
	padding:50px;
	display:block
}
.rt-block.latest-items .rpp-block{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
}
.rt-block.popular-items ul li{
	padding:10px 0;
	border-bottom:1px solid #fff
}
.rt-block.popular-items ul li:last-child{
	border:none
}
.rt-block.latest-items .rpp-img {
	float: left;
	margin-right: 5px;
}
.rt-block.latest-items .rpp-content {
	font-weight: 300;
	font-size: 0.9em;
	line-height: 2.2em;
	color:#929497
}
.rt-block.latest-items .mod-articles-category-title {
	display: block;
	font-size: 1.2em;
	margin: 0 0 40px;
	font-weight:normal
}
.rt-block.popular-items .mod-articles-category-title{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0;
	max-height: 60px;
	overflow: hidden;
}
body.rtl .rt-block.latest-items .rpp-img {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}
/*************************************
*
* Tours Form
*
*************************************/
input, textarea, .uneditable-input {
	width: 100%;
	line-height: 35px;
	padding: 0 15px;
	box-sizing: border-box;
}
.row-fluid .btn{
	margin-top:20px
}
/*************************************
*
* Tours Blog View
*
*************************************/
#tour_list_form .row-fluid,#tourBook .row-fluid{
	margin:0
}
#tour_list_form .row-fluid > [class*="span"]{
	padding:0
}
#tour_list_form > .row-fluid > [class*="span"] > .row-fluid > [class*="span"]{
	padding:20px;
	box-sizing:border-box;
	display:inline-block;
	background:#fafafa
}
#tour_list_form > .row-fluid > [class*="span"] > .row-fluid > [class*="span"] > .row-fluid{
	float:left;
	width:auto;
	box-sizing:border-box;
}
#tour_list_form > .row-fluid > [class*="span"] > .row-fluid > [class*="span"] > .row-fluid:last-child{
	width:calc(100% - 170px)
}
#tour_list_form .row-fluid .gdl-image .thumbnail,.destination_tour_image .thumbnail{
	border:none;
	padding:0;
	border-radius:0
}
#tour_list_form .row-fluid .gdl-image{
	float:left;
	margin-right:20px
}
#tour_list_form p{
	margin:0
}
#tour_list_form .form-inline span{
	display:inline-block
}
#tour_list_form .form-inline .btn{
	margin:0
}
body.rtl #tour_list_form > .row-fluid > [class*="span"] > .row-fluid > [class*="span"] > .row-fluid{
	float:right
}
body.rtl #tour_list_form .row-fluid .gdl-image {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}
body.rtl #tour_list_form .row-fluid .form-inline .pull-right{
	float:left
}
@media screen and (max-width:767px){
	#tour_list_form > .row-fluid > [class*="span"] > .row-fluid > [class*="span"] > .row-fluid,
	#tour_list_form > .row-fluid > [class*="span"] > .row-fluid > [class*="span"] > .row-fluid:last-child{
		width:100%;
	}
	#tour_list_form .row-fluid .gdl-image{
		float:none !important;
		margin:0 0 20px !important;
		text-align:center
	}
	#tour_list_form .row-fluid .gdl-image .thumbnail, .destination_tour_image .thumbnail{
		margin:0 auto
	}
}
@media screen and (min-width:768px) and (max-width:979px){
	#tour_list_form .row-fluid .form-inline .pull-right{
		float:left
	}
	body.rtl #tour_list_form .row-fluid .form-inline .pull-right{
		float:right
	}
}
/*************************************
*
* Tours page
*
*************************************/
#tourBook {
	margin: 0;
	padding: 0;
}
#tourBook .row-fluid{
	background:#fafafa
}
#tourBook .row-fluid:first-child{
	background:none
}
#tourBook .row-fluid [class*="span"]{
	padding:0
}
#tourBook > .row-fluid > [class*="col-md-"]{
	padding:20px;
	box-sizing:border-box
}
.price-book{
	background:#fafafa;
	box-sizing:border-box
}
.input-prepend .add-on, .input-append .add-on{
	width:35px;
	height:35px;
	line-height:35px;
	border-radius:0;
	border:none;
	background:#ffb300;
	text-shadow:none;
	color:#fff;
	padding:0;
	box-sizing:border-box;
}
#tourBook .nav-tabs{
	margin:0;
	box-sizing:border-boxs
}
#tourBook .nav-tabs > li {
	margin-bottom: 0;
}
#tourBook .nav-tabs > li > a{
	padding:10px 20px;
	box-sizing:border-box;
	border:none;
	box-shadow:none;
	border-radius:0;
	background:#fafafa;
	color:#20212d
}
#tourBook .nav-tabs > .active > a, #tourBook .nav-tabs > .active > a:hover{
	background:#ffb300;
	border:none
}
#tourBook .tab-content{
	padding:20px 0
}
body.rtl #tourBook .row-fluid:first-child .pull-left{
	float:right
}
/*************************************
*
* Hotels page
*
*************************************/
.content_hotels_products{
	padding: 20px;
	box-sizing: border-box;
	display: inline-block;
	width:100%;
	background: #fafafa;
}
.content_hotels_products > .row-fluid{
	float:left;
	margin-right:20px;
	width:auto
}
.content_hotels_products > .row-fluid [class*="span"]{
	padding:0
}
/*************************************
*
* Destination Tour
*
*************************************/
.destination_tour_image,.destination_tour_image + span ,.destination_tour_image + span + [class*="pull-"]{
	padding:20px;
	box-sizing:border-box;
	background: #fafafa;
	min-width:50%;
	display:inline-block
}
.destination_tour_image .hover-img{
	display:block;
	margin:0 auto 20px;
	text-align:center;
	min-height: 200px;
}
.destination_tour_image{
	width: 100%;
	text-align: center;
}
.destination_tour_image .thumbnail{
	margin:0 auto
}
.destination_tour_image + span + [class*="pull-"]{
	text-align:right
}
/*************************************
*
* Title Image View
*
*************************************/
.title-img .rpp-info {
	display: inline-block;
}
.tag-category ul li .title{
	font-size: 1.2em !important;
	line-height: 2em;
	display: block;
	font-weight: normal;
	height: auto;

}
.tag-category.column ul li .rpp-block{
	position:relative
}
.tag-category ul li .rpp-block .rpp-content{
	position:absolute;
	right:0;
	left:0;
	bottom:0;
	color:#fff;
	padding:70px 30px 30px;
	box-sizing:border-box;
}
.tag-category ul li .rpp-block .rpp-content .title{
	color:#fff;
	margin:0
}
.tag-category ul li .rpp-block .rpp-content .title a{
	color:inherit
}
.tag-category .rpp-info {
	color: #ffb300;
}
/*************************************
*
* Articles tags
*
*************************************/
.rpp-tags{
	margin: 130px 0 0;
	display: inline-block;
}
.rpp-title {
	float: right;
	margin-left:70px;
	line-height:30px
}
/*************************************
*
* Tags
*
*************************************/
.tag-category .rpp-content .title{
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #000;
}
.tag-category.column ul li{
	margin:0;
	background:none !important;
	border: none;
}
.tag-category .rpp-img {
	float: right;
	margin-left: 30px;
	border-radius:20px;
	position:relative
}
.tag-category .rpp-img img{
	border-radius:20px;
}
.tag-category.column form{
	clear: both;
}
.tag-category .item-image{
	float:none !important;
	margin:0 !important;
	text-align:center;
	background: #f5f5f5;
}
.tag-category .category-desc{
	margin-bottom:20px
}
@media screen and (max-width:767px) {
	.tag-category .rpp-img{
		float:none;
		margin:0 0 30px
	}
	.tag-category .rpp-content{
		max-width:100%;
	}
}
@media screen and (min-width:768px) and (max-width:1199px){
	.tag-category ul li .rpp-block .rpp-content{
		padding:30px 15px 15px
	}
}
/*************************************
*
* RTL Form
*
*************************************/
body.rtl .gantry-width-block{
	float:right
}
body.rtl .formResponsive .formRow [class*="formSpan"]{
	float:right;
	margin-right:2.127659574468085%;
	margin-left:0
}
body.rtl .formResponsive .formRow [class*="formSpan"]:first-child {
	margin-right: 0;
}
@media screen and (max-width: 767px){
	.formResponsive .formHorizontal input[type="checkbox"], .formResponsive .formHorizontal input[type="radio"]{
		border:none !important
	}
	.formResponsive .formHorizontal .formControlLabel, .form-horizontal .control-label{
		float:none;
		margin:0
	}
	body.rtl .formResponsive .formRow [class*="formSpan"]{
		margin-right:0
	}
}
/*************************************
 *
 * RTL Section
 *
 *************************************/
body.rtl .gantry-width-block{
	float:right
}
body.rtl .gf-menu .dropdown {
	left: inherit;
	right: -999em;
}
ul, ol {
	margin: 0  25px 10px 0;
}
body.rtl .bx-wrapper{
	direction: ltr;
}
body.rtl .rppnewsportal-slide {
	direction: rtl;
}
body.rtl .bx-wrapper .bx-controls-auto .bx-stop {
	text-indent: 9999px;
}
body.rtl .bx-wrapper .bx-controls-auto .bx-start {
	text-indent: 9999px;
}
body.rtl .bx-wrapper .bx-controls-direction a {
	text-indent: 9999px;
}
body.rtl .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: 9999px;
}
body.rtl .component-content #searchForm input[type="radio"], body.rtl .component-content #searchForm input[type="checkbox"] {
	float: right;
}
body.rtl .radio input[type="radio"], body.rtl .checkbox input[type="checkbox"] {
	margin-left: inherit;
	margin-right: -18px;
}
body.rtl .chzn-container-single.chzn-container-single-nosearch .chzn-search {
	left: 9999px;
}
body.rtl .chzn-container .chzn-drop {
	left: 9999px;
}
body.rtl .chzn-container.chzn-with-drop .chzn-drop{
	left: 0;
}
body.rtl .component-content .phrases-box {
	float: right;
	width: 40%;
}
body.rtl .component-content .ordering-box {
	float: left;
	width: 60%;
}
body.rtl .table th,body.rtl  .table td {
	text-align: right;
	vertical-align: middle;
}
body.rtl .center, body.rtl .table td.center, body.rtl .table th.center {
	text-align: center;
}
body.rtl .nav-tabs > li, body.rtl .nav-pills > li {
	float: right;
}
body.rtl .form-vertical .control-label {
	text-align: right;
	display: inline-block;
}

body.rtl .blog .icons .btn-group.pull-right,
body.rtl .blog-featured .icons .btn-group.pull-right,
body.rtl .item-page .icons .btn-group.pull-right{
	float: left;
}
body.rtl .btn-group > .btn {
	margin-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

body.rtl .btn-group > .btn:first-child {
	margin-right: 0;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
body.rtl .btn-group > .btn:last-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

body.rtl .input-append .add-on:first-child, body.rtl .input-append .btn:first-child {
	margin-right: 0;
	margin-left: -1px;
	border-radius: 0 3px 3px 0;
}
body.rtl .input-append input, body.rtl .input-append select, body.rtl .input-append .uneditable-input {
	margin-right: 0;
	margin-left: -1px;
	border-radius: 0 3px 3px 0;
}

body.rtl .input-append .add-on:last-child, body.rtl .input-append .btn:last-child {
	margin-right: -1px;
	margin-left: 0;
	border-radius: 3px 0 0 3px;
}

body.rtl .input-prepend.input-append .add-on:first-child, body.rtl .input-prepend.input-append .btn:first-child {
	margin-right: 0;
	margin-left: -1px;
	border-radius: 0 3px 3px 0;
}

body.rtl .input-prepend.input-append .add-on:last-child, body.rtl .input-prepend.input-append .btn:last-child {
	margin-right: -1px;
	margin-left: 0;
	border-radius: 3px 0 0 3px;
}
/****************************************
*
*  Responsive Menu
*
*****************************************/
@media screen and (max-width:767px){
	/************menu*****************/
	.menu-block,body.rtl .menu-block {
		margin: 0;
	}
	body .gf-menu-toggle,
	body .gf-menu-toggle.active	{
		position: absolute;
		border: none;
		box-shadow: none;
		border-radius: 0;
		z-index: 20;
		top:0;
		padding:0;
		left: 10px;
		color: #ffb300;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 30px;
		margin: 0;
		background: none;
		height: 30px;
		text-align: center;
	}
	body .gf-menu-toggle.active{
		background:none
	}
	body .gf-menu-toggle{
		z-index:99999;
	}
	body .gf-menu-toggle .iconmenu{
		float:left;
		margin-left: 30px;
	}
	body .gf-menu-toggle .icon-bar {
		background-color: #ffb300;
		margin: 2px 0;
		width: 20px;
	}
	body .gf-menu-toggle.active .icon-bar {
		background:#ffb300;
	}
	body .gf-menu-toggle .icon-bar:nth-child(1) ,body .gf-menu-toggle .iconmenu + .icon-bar{
		margin-top:10px;
	}
	body.rtl .gf-menu-toggle {
		left: inherit;
		right: 10px;
	}
	body.rtl .gf-menu-toggle .iconmenu{
		float:right;
		margin-left: 0;
		margin-right: 30px;
	}
	/**panel menu**/
	.gf-menu ul.l3{
		max-height:100%
	}
	.gf-menu.l1 > li.parent > .dropdown > .column{
		border-left: none;
		padding: 0;
		box-sizing: border-box;
		position: relative;
		min-height: auto;
	}
	.layout-mode-responsive .gf-menu-device-wrapper-sidemenu .gf-menu-device-container{
		width:100% !important;
		box-sizing:border-box;
		background:#ededed;
	}
	body.layout-mode-responsive .gf-menu,
	body.layout-mode-responsive .gf-menu ul,
	body.layout-mode-responsive .gf-menu ol ,
	body.layout-mode-responsive .gf-menu li,
	body.layout-mode-responsive .gf-menu > li:last-child ,
	body.layout-mode-responsive .gf-menu.l1 > li ,
	body.layout-mode-responsive .gf-menu li.active.last,
	body.layout-mode-responsive .gf-menu > li:first-child,
	body.layout-mode-responsive .gf-menu > li.active:first-child,
	body.layout-mode-responsive .gf-menu li .columns-1 > .col1 > ul > li:last-child,
	body.layout-mode-responsive .gf-menu li .columns-2 > .col2 > ul > li:last-child,
	body.layout-mode-responsive .gf-menu li .columns-3 > .col3 > ul > li:last-child,
	body.layout-mode-responsive .gf-menu li .columns-4 > .col4 > ul > li:last-child,
	body.rtl.layout-mode-responsive .gf-menu,
	body.rtl.layout-mode-responsive .gf-menu ul,
	body.rtl.layout-mode-responsive .gf-menu ol ,
	body.rtl.layout-mode-responsive .gf-menu li	,
	body.rtl.layout-mode-responsive .gf-menu > li:last-child,
	body.rtl.layout-mode-responsive .gf-menu.l1 > li ,
	body.rtl.layout-mode-responsive .gf-menu li.active.last,
	body.rtl.layout-mode-responsive .gf-menu > li:first-child,
	body.rtl.layout-mode-responsive .gf-menu > li.active:first-child,
	body.rtl.layout-mode-responsive .gf-menu li .columns-1 > .col1 > ul > li:last-child,
	body.rtl.layout-mode-responsive .gf-menu li .columns-2 > .col2 > ul > li:last-child,
	body.rtl.layout-mode-responsive .gf-menu li .columns-3 > .col3 > ul > li:last-child,
	body.rtl.layout-mode-responsive .gf-menu li .columns-4 > .col4 > ul > li:last-child,
	body.rtl.layout-mode-responsive .gf-menu li ol > li:last-child{
		background:none !important;
		border-top: none;
		margin:0;
		padding:0;
	}
	body.layout-mode-responsive  .gf-menu li{
		border:none;
		padding-right:0 !important;
		padding-left:0 !important;
		display:inline-block;
		width:100%;
		box-sizing:border-box;
		color: #7d7d7d
	}
	body.rtl.layout-mode-responsive .gf-menu.l1 > li {
		margin-right: 40px;
		margin-left: 0;
		background:#ededed
	}
	body.rtl.layout-mode-responsive .gf-menu.l1 > li.active {
		margin-right: 0px;
	}
	body.layout-mode-responsive .gf-menu.l1 > li {
		position:relative;
		padding-left:0 !important;
		background: #f0f0f0;
	}
	body.rtl.layout-mode-responsive .gf-menu.l1 > li{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	body.layout-mode-responsive .gf-menu.l1 > li:before{
		content: "-";
		font-family: FontAwesome, sans-serif;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 50px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		background: #ffffff;
		color: #7d7d7d;
		font-size: 24px;
	}
	body.layout-mode-responsive .gf-menu.l1 > li.parent:before{
		content: "\f107";
	}
	body.layout-mode-responsive .gf-menu.l1 > li.parent.active:before,
	body.layout-mode-responsive .gf-menu.l1 > li.parent.activeDropdown:before{
		content: "\f106";
	}
	body.rtl.layout-mode-responsive .gf-menu.l1 > li:before{
		left:0;
		right:auto;
	}
	body.layout-mode-responsive .gf-menu li .item,
	body.layout-mode-responsive .gf-menu .dropdown ul li .item{
		padding:0 !important;
		line-height:30px;
		font-size:1em;
		color: #7d7d7d !important;
		border:none;
		text-shadow: none !important;
	}
	body.layout-mode-responsive .gf-menu li.active > .item,
	body.layout-mode-responsive .gf-menu .dropdown ul li.active > .item,
	body.layout-mode-responsive .gf-menu li.activeDropdown > .item,
	body.layout-mode-responsive .gf-menu .dropdown ul li.activeDropdown > .item,
	body.layout-mode-responsive .gf-menu li:hover > .item, body.layout-mode-responsive .gf-menu li.active > .item{
		color: #ffb300 !important ;
	}
	body.layout-mode-responsive .gf-menu.l1 > li > .item {
		font-size: 1.1em;
		background: #fff !important;
		padding-left: 30px !important;
		line-height: 60px;
	}
	body.rtl.layout-mode-responsive .gf-menu.l1 > li > .item{
		padding-left:0 !important;
		padding-right:30px !important;
	}
	body.layout-mode-responsive .gf-menu li.active.last > .item{
		background:none;
		border:none !important;
		border-radius:0;
		box-shadow:none;
	}
	body.layout-mode-responsive .gf-menu.l1 > li.parent > .dropdown{
		background: #ededed !important;
		padding:20px !important;
		box-sizing:border-box;
		border-radius: 0 !important;
		display:none
	}
	body.layout-mode-responsive .gf-menu.l1 > li.parent > .dropdown li.grouped > ol{
		display:none
	}
	body.layout-mode-responsive .gf-menu.l1 > li.parent.activeDropdown > .item,
	body.layout-mode-responsive .gf-menu.l1 > li.parent.active > .item{
		box-shadow: 2px 2px 2px #ddd;
	}
	body.layout-mode-responsive .gf-menu.l1 > li.parent.activeDropdown > .dropdown,
	body.layout-mode-responsive .gf-menu.l1 > li.parent.active > .dropdown,
	body.layout-mode-responsive .gf-menu.l1 > li.parent > .dropdown li.grouped.active > ol,
	body.layout-mode-responsive .gf-menu.l1 > li.parent > .dropdown li.grouped.activeDropdown > ol{
		display:block
	}
	body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu{
		width:80% !important;
		box-sizing:border-box;
		left:-80% !important;
		box-shadow:0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23) !important;
		background: #f3f3f3 !important;
		top:0 !important;
		max-width: 320px;
	}
	body.gf-sidemenu-size-marginleft{
		left:0 !important;
	}
	body.rtl.gf-sidemenu-size-marginleft {
		right:0;
	}
	body.rtl.layout-mode-responsive .gf-menu-device-wrapper-sidemenu{
		right:-80%;
		left:auto !important;
	}
	body.gf-sidemenu-size-marginleft .gf-menu-device-wrapper-sidemenu{
		left:0 !important;
	}
	body.rtl.gf-sidemenu-size-marginleft .gf-menu-device-wrapper-sidemenu,body.rtl.gf-sidemenu-size-marginright .gf-menu-device-wrapper-sidemenu,body.rtl.gf-sidemenu-size-marginright{
		right:0;
	}
	body.gf-sidemenu-size-marginleft,body.rtl.gf-sidemenu-size-marginleft{
		position:relative
	}
	body.gf-sidemenu-size-marginleft:before,
	body.rtl.gf-sidemenu-size-marginleft:before{
		content: ' ';
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(0,0,0,0.5);
		z-index: 99;
	}
	body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu{
		padding-top:110px !important;
		z-index: 9999999;
	}
	body.layout-mode-responsive .gf-menu-device-wrapper-sidemenu:before{
		content: ' ';
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		background:#fff url(../../../images/logo/logo.png) no-repeat center;
		height:110px;
	}
	body.layout-mode-responsive .gf-menu li .border-fixer{
		display: inline-block;
		width: 40px;
		height: 60px;
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	body.rtl.layout-mode-responsive .gf-menu li .border-fixer{
		left:0;
		right:auto
	}
	body.layout-mode-responsive .gf-menu li.parent .border-fixer:before,
	body.layout-mode-responsive .gf-menu li.parent .border-fixer:after{
		content: ' ';
		width: 20px;
		height: 2px;
		background: #ffb300;
		border-radius: 4px;
		position: absolute;
		left: 50% !important;
		top: 50%;
		margin-top: -1px;
		margin-left: -10px;
	}
	body.layout-mode-responsive .gf-menu li.parent .border-fixer:after{
		-webkit-transform: translate3d(0, 0px, 0) rotate(-90deg);
		-moz-transform: translate3d(0, 0px, 0) rotate(-90deg);
		transform: translate3d(0, 0px, 0) rotate(-90deg);
		-webkit-transition: 0.25s ease;
		-o-transition: 0.25s ease;
		-moz-transition: 0.25s ease;
		transition: 0.25s ease;
	}
	body.layout-mode-responsive .gf-menu li.parent.active  > .border-fixer:after,
	body.layout-mode-responsive .gf-menu  li.parent.activeDropdown > .border-fixer:after{
		border-top-color: #5b5d5d;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	body.layout-mode-responsive .gf-menu.l1 > li.parent > .dropdown ul  li.parent > .item{
		padding-left:30px !important;
		color:#000 !important
	}
	body.rtl.layout-mode-responsive .gf-menu.l1 > li.parent > .dropdown ul  li.parent > .item{
		padding-left:0 !important;
		padding-right:30px !important;
	}
	body.layout-mode-responsive .gf-menu.l1 > li.parent > .dropdown ul  li.parent .border-fixer{
		width:25px;
		height:30px;
		left:0;
		right:auto
	}
	body.rtl.layout-mode-responsive .gf-menu.l1 > li.parent > .dropdown ul  li.parent .border-fixer{
		right:0;
		left:auto
	}
	body.layout-mode-responsive .gf-menu.l1 > li.parent > .dropdown ul  li.parent .border-fixer:before,
	body.layout-mode-responsive .gf-menu.l1 > li.parent > .dropdown ul  li.parent .border-fixer:after{
		width:10px;
		margin-left:-5px;
	}
	body.layout-mode-responsive .gf-menu.l1 > li.parent > .dropdown li.grouped > ol{
		padding-left:25px !important
	}
	body.rtl.layout-mode-responsive .gf-menu.l1 > li.parent > .dropdown li.grouped > ol{
		padding-left:0 !important;
		padding-right:25px !important;
	}
	body.layout-mode-responsive.rtl .gf-menu li .item {
		text-align: right;
	}
	body.rtl .gf-menu .dropdown{
		right:0
	}
	/**modules menu**/
	.layout-mode-responsive .gf-menu .dropdown .modules {
		display: block;
	}
	.gf-menu.l1 > li.parent > .dropdown > .column,
	.gf-menu .dropdown .modules .gantry-width-block{
		min-height:auto;
		padding:0 !important;
		border:none
	}
	.gf-menu .dropdown .modules .module-content ul li.parent > .title,
	.gf-menu .dropdown .modules .module-content ul.menu li.parent > a{
		padding-right:30px !important
	}

}
/*************************************
*
* Block responsive
*
*************************************/
@media screen and (max-width: 767px){
	.rt-block {
		margin-top: 30px;
		margin-bottom: 30px;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-left:0 !important;
		margin-right:0 !important
	}
}
@media screen and (min-width: 768px) and (max-width:979px){
	.rt-block {
		padding-left:0;
		padding-right:0;
		margin-left:5px;
		margin-right:5px;
	}
	#rt-footer .rt-alpha .rt-block,
	#rt-copyright .rt-alpha .rt-block,
	.rt-alpha .rt-block,#rt-top-surround .rt-alpha .rt-block,
	#rt-main [class*="rt-grid"]:first-child .rt-block,
	#rt-main.mb12 [class*="rt-grid"] .rt-block{
		margin-left:5px;
	}
	#rt-footer .rt-omega .rt-block,
	#rt-copyright .rt-omega .rt-block,
	.rt-omega .rt-block,#rt-top-surround .rt-omega .rt-block,
	#rt-main [class*="rt-grid"]:nth-child(2) .rt-block,
	#rt-main.mb12 [class*="rt-grid"] .rt-block{
		margin-right:5px;
	}
	body.rtl #rt-footer .rt-alpha .rt-block,
	body.rtl #rt-copyright .rt-alpha .rt-block,
	body.rtl .rt-alpha .rt-block,body.rtl #rt-top-surround .rt-alpha .rt-block,
	body.rtl #rt-main [class*="rt-grid"]:first-child .rt-block{
		margin-left:0;
		margin-right:5px;
	}
	body.rtl #rt-footer .rt-omega .rt-block,
	body.rtl #rt-copyright .rt-omega .rt-block,
	body.rtl .rt-omega .rt-block,body.rtl #rt-top-surround .rt-omega .rt-block,
	body.rtl #rt-main [class*="rt-grid"]:nth-child(2) .rt-block{
		margin-right:0;
		margin-left:5px;
	}
	#rt-main.mb12 [class*="rt-grid"] .rt-block,.rt-alpha.rt-omega .rt-block{
		margin-right:5px;
		margin-left:5px;
	}
}
/*************************************
*
* Block responsive
*
*************************************/
@media screen and (min-width: 768px) and (max-width:1199px){
	.tours-block .rpp-content .title ,.tours-block .mod-articles-category-title,.tours-block .blog-title{
		font-size: 1em;
		line-height: 1.3em;
	}

}
.column.cols-4.destination-article-showcase{
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	list-style-type: none;
	width: 100%;
}
.column.cols-4.destination-article-showcase > li {
	width:25%;
}
.column.cols-4.destination-article-showcase > li > a {
	display:block;
}
.column.cols-4.destination-article-showcase > li > h4 {
	text-align:center;
	display: block;
}
.column.cols-4.destination-article-showcase > li > a > img {
	width:100%;
}
@media screen and (min-width: 768px) and (max-width:959px){
	.column.cols-4.destination-article-showcase > li {
		width:50%;
	}
}
@media screen and (max-width:767px){
	.column.cols-4.destination-article-showcase > li {
		width:100%;
	}
}
.item-page.destination .headings-list.rpp-plugin-content #article-headings {
	list-style-type: none;
	margin: 0;
	display: flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-flow: wrap row;
	background-color: #003b5c;
	justify-content: center;
}
.item-page.destination .headings-list.rpp-plugin-content #article-headings > li {
	background-color: #003b5c;
	font-size: 11pt;
	font-weight: normal;
	text-shadow: none;
}
.item-page.destination .headings-list.rpp-plugin-content #article-headings > li.active {
	background-color: #ffb300;
}
.item-page.destination .headings-list.rpp-plugin-content #article-headings > li > a {
	color: #efefef;
	display:block;
	padding: 4px 10px;
	text-decoration: none;
}
.item-page.destination .showcase{
	margin: 200px 0 35px;
	padding: 20px 0 0;
	display:inline-block;
	width:100%;
	box-sizing:border-box
}
.item-page.destination .showcase > h2,.item-page.destination .showcase .title{
	font-size: 20pt;
	line-height: initial;
	font-weight: 600;
	color: #ffb300;
	display: block;
	margin: 0 0 25px;
}
.item-page.destination .showcase#general-info{
	margin: 25px 0 35px;
}
@media only screen and (min-width: 768px){
	.item-page.destination .showcase{
		/*width: 100%;*/
	}
	.item-page.destination .showcase#general-info{
		/*margin: 0 0 35px;*/
		/*margin-left: 180px;*/
	}
	.item-page.destination .headings-list.rpp-plugin-content{
		/*position:absolute;*/
		/*left:0;*/
	}
	/*.item-page.destination .headings-list.rpp-plugin-content.stick {
		position: fixed !important;
		top: 0;
		left: calc((100% - 1200px) / 2) !important;
	}*/
}
@media only screen and (max-width: 767px){
	.item-page.destination .showcase{
		/*width:100%;*/
		/*margin-left: 0;*/
	}
	.headings-list.rpp-plugin-content.stick {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.headings-list.rpp-plugin-content.stick::after{
		position: absolute;
		content: "\f063";
		width: 200px;
		height: 48px;
		-webkit-border-radius: 0 0 1em 1em;
		-moz-border-radius: 0 0 1em 1em;
		border-radius: 0 0 1em 1em;
		background-color: #003b5c;
		color: #ffb300;
		font-family: FontAwesome, sans-serif;
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		margin-right: .3em;
		text-decoration: inherit;
		speak: none;
		text-align: left;
		font-size: 30px;
		line-height: 48px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 0 0 15px;
	}
	.headings-list.rpp-plugin-content.stick::before{
		position: absolute;
		content: "SECTIONS";
		top: 100%;
		height: 48px;
		color: #ffb300;
		text-align: left;
		font-size: 30px;
		line-height: 48px;
		z-index: 1;
		left: 52px;
	}
	.headings-list.rpp-plugin-content.stick.show {
		opacity: 1 !important;
		top: 0 !important;
	}
	.item-page.destination .showcase {
		margin: 0 0 35px;
	}
}
.rt-block.destination-header{
	margin: 0 !important;
	padding: 0 !important;
}
.custom.destination-header{
	position: relative;
}
.custom.destination-header .text{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.custom.destination-header .text > h2{
	color: #efefef;
	margin: 0;
	line-height: initial;
}
.item-page.destination .showcase > a {
	float: right;
}
.showcase#tours .row-fluid.row{
	margin: 0;
}
.showcase#tours .row-fluid.row .span3.blog-medium-media-wrapper{
	margin: 0;
	width: 100%;
	padding: 0;
}
.showcase#tours .row-fluid.row .span9.blog-content-wrapper{
	margin: 0;
}
/*************************************
*
* Pagination
*
*************************************/
.component-content .pagination ul li a,
.component-content .pagination ul li span,
.component-content .pagination .counter + ul li span,
.component-content .pagination .counter + ul li a {
    padding: 0;
    line-height:35px;
    font-size: 0.9em;
}
/*************************************
*
* Hika Pagination
*
*************************************/
.component-content .pagination{
	padding:0;
    margin:2rem 0 0;
    text-align: center;
	height:auto;
}
.component-content .pagination ul{
	margin:0 !important;
	box-shadow:none
}
.component-content .pagination ul > li{
	float:left
}
.component-content .pagination .counter,
.hikashop_products_listing .hikashop_compare_zone + form{
	margin:0;
	float:none
}
.component-content .pagination .pagenav ,.component-content .pagination [class*="pagenav_"]{
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    box-sizing: border-box;
    position: relative;
    margin: 0 5px;
    border: none;
	border-radius:0 !important;
	    background: none;
}
.component-content .pagination .pagenav:not(:last-child) {
    margin-left: 5px;
}
.component-content .pagination  .pagenav_start_chevron,
.component-content .pagination  .pagenav_previous_chevron,
.component-content .pagination  .pagenav_next_chevron,
.component-content .pagination  .pagenav_end_chevron{
	font-family: cursive;
	color: gray;
    opacity:1;
	font-size: 1.7em;
	cursor:pointer;
}
.component-content .pagination  span[class*="pagenav_"]{
	cursor: not-allowed;
    color: gray;
    opacity: .7;
}
.component-content .pagination  a:hover,
.component-content .pagination  span.pagenav{
    border-bottom: 1px solid;
}
.component-content .pagination .hikashop_next_link,
.component-content .pagination .hikashop_end_link,
.component-content .pagination .hikashop_previous_link,
.component-content .pagination .hikashop_start_link,
.component-content .pagination .pagenav_text{
	display:none;
}
body.rtl .component-content .pagination ul > li{
	float:right
}
/*************************************
*
* frontTourForm
*
*************************************/
#frontTourForm .book_cart.fixed{
	position:unset
}

@media only screen and (max-width: 767px){
	#tourBookForm .row-fluid .offset6:first-child{
		margin-left:0
	}
}

/****************************************
*
*  Custom Text
*
*****************************************/
.morecontent {
    display: none;
}
.custom-text .module-title .title{
	font-size:1.8em;
	text-align:center;
	display:block;
		color:#003b5c
}
.custom-text td,.custom-text tr,.custom-text table,.custom-text tbody{
	display:block;
	box-sizing:border-box;
	padding:0
}

.custom-text .custom .module-content {
	text-align:justify
}
.custom-text .custom .module-content h2, 
.custom-text .custom .module-content h3, 
.custom-text .custom .module-content h4,
.custom-text .custom .module-content h5,
.custom-text .custom .module-content h6{
	font-size:1.3em;
	margin:20px 0 5px;
	line-height:30px;
	color:#000;
	display:block
}
.custom-text .module-content >div h2, 
.custom-text .module-content>div h3, 
.custom-text .module-content>div h4,
.custom-text .module-content>div h5,
.custom-text .module-content>div h6,
.custom-text .module-content>div p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
    display: inline;
}
/****************************************
*
* RPP Updated
*
*****************************************/
.rt-block.rpp-updated {
    margin: 20px 0 0;
    padding: 15px;
    text-align: center;
    background: #003b5c;
    font-size: 1.5rem;
    color: #fff;
}
.rpp-updated  [class^="icon-"]:before,.rpp-updated  [class*=" icon-"]:before{
	margin-right:20px
}










