@font-face {
	font-family: 'yekan';
	src: url('fonts/Yekan.eot');
	src: url('fonts/Yekan.eot#iefix') format('embedded-opentype'),
		url('fonts/Yekan.woff') format('woff'), url('fonts/Yekan.ttf')
		format('truetype'), url('fonts/Yekan.svg#CartoGothicStdBook')
		format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'iran';
	src: url('fonts/IRAN.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

body {
	color: #636363;
	background: #f2f3f5;
	font-family: iran;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px;
	text-shadow: 0 0 1px #d4d4d4
}
a{
	text-decoration: none !important;
}

.center-block {
	float: none !important
}

.padd0 {
	padding-left: 0px;
	padding-right: 0px;
}
.padd5 {
	padding-left: 5px;
	padding-right: 5px;
}

.mbot5 {
	margin-bottom: 5px
}

.mbot10 {
	margin-bottom: 10px
}

.mbot15 {
	margin-bottom: 15px
}

.mbot20 {
	margin-bottom: 20px
}
:root {
  --maincolor: #374A62;	
  --red: #F44336;
  --pink:#E91E63;	
  --purple:#9C27B0;	
  --blue:#2196F3;	
  --teal:#009688;	
  --indego:#3F51B5;	
  --cyan:#00BCD4;	
  --lightblue:#03A9F4;	
  --green:#4CAF50;	
  --orange:#FF9800;	
  --deeporange:#FF5722;	
  --brown:#795548;	
  --amber:#FFC107;	
  --lime:#CDDC39;	
  --yellow: #FFEB3B
}
.blue {
	color: #00CAFF
}

.green {
	color: #3CAE94
}

.red {
	color: #e83543
}

.orange {
	color: #F7941E
}
.gray{
	color: #869791
}
.ltgray{
	color: #C7C7BE
}
.pointer {
	cursor: pointer
}
.radius {
	border-radius: 1%
}
.softblack{
	color: #505050;
}
.brd {
	border: 1px solid black
}

.wait0 {
	z-index: -1;
	opacity: 0;
}

.wait1 {
	z-index: 100;
	opacity: 1;
}
input,select{
	padding-right: 5px;
	height: 35px;
	width: 200px;
	font-family: iran;
	color: #888;
	text-shadow: none;
	font-size: 0.9em;
	box-sizing: border-box;
	margin: 2px 0 2px 10px
}

.btn1{
	height: 34px;
	width:100px;
	font-family: iran;
	color: white;
	text-shadow: none;
	font-size: 1.1em;
	box-sizing: border-box;
	background-color: #F7941E;
	border: none;
	transition: 0.3s
}
.btn1:HOVER{
	background-color: #00669E;
	box-shadow: 0 0 3px #00669E;
	cursor: pointer;
}
#wait {
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	overflow: hidden;
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #3a516b;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.5);
}

.error {
	position: fixed;
	right: 30%;
	left: 30%;
	top: 40%;
	padding: 15px 8px;
	text-align: center;
	background: rgba(250, 50, 50, 0.95);
	background-image: url("../img/rback.png");
	border-radius: 6px;
	border: 1px solid rgba(50, 50, 50, 0.5);
	color: white;
	text-shadow: 0 0 1px white;
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
	display: none;
	z-index: 1100;
}

.success {
	position: fixed;
	right: 30%;
	left: 30%;
	top: 40%;
	padding: 15px 8px;
	text-align: center;
	background: rgba(20, 180, 20, 0.95);
	background-image: url("../img/rback.png");
	border-radius: 6px;
	border: 1px solid rgba(50, 50, 50, 0.5);
	color: white;
	text-shadow: 0 0 1px black;
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
	display: none;
	z-index: 1100;
}

#header {
	height: 75px;
	background-color: white;
	border-bottom: 3px solid #F7941E;
	font-family:iran;
	transition: all 0.3s;
	position: fixed;
	top:0;
    z-index: 100;
	width: 100%;
}
.header{
    height: 40px !important;
	background-color: rgba(255,255,255,0.8) !important;
}
.headergap{
	height: 75px;
}
.header #hdr-top{
	display: none;
}
.header .menu{
	margin-top: 10px !important
}
.header #logo {
    height: 28px !important;
	margin-top: 2px !important;
}
#header #logo{
	height: 38px;
	margin-top: 5px;
	float: right;
	transition: all 0.3s
}
#header #city{
	margin: 10px 10px 0 0;
	float: left;
	transition: all 0.3s;
	border: 1px solid rgb(220,220,220);
	padding: 4px 15px;
	border-radius:5px;
	cursor: pointer;
}
.header #city {
    margin-top: 3px !important;
}
#header #city i{
	color: #ED2024;
	font-size: 1.5em;
	margin-left: 10px
}

#header .menu{
	height: 38px;
	margin-top: 5px;
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 16px;
	margin-right: 20px
}
#header .menu li{
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.3s;
}
#header .menu li i{
	margin-left: 5px;
	color: #0bc8f0;
	font-size: 1.2em;
	text-shadow: none;
	transition: all 0.3s
}
#header .menu a li{
	color: #414141!important;
	transition: all 0.3s
}
#header .menu a li:HOVER {
	color: #0bc8f0 !important;
} 
#header #hdr-top{
	height: 20px;
	border-bottom: 1px solid #eee;
    padding: 2px 0;
	direction: ltr;
	font-size: 11px;
	text-shadow: none;
	color: rgba(80,80,80,0.7)
}
#header #hdr-top i{
	margin-right: 5px;
	font-size: 15px;
	position: relative;
	top: 2px
}
#header #hdr-top .tell{
	float: left;
	padding-right: 12px;
	border-right: 1px solid #EEEEEE
}
#header #hdr-top .mob{
	float: left;
	padding-left: 12px
}
#pool{
	background-image: url("../img/pool.jpg");
	height: 300px;
	background-size: cover;
	box-shadow: 0 0 5px rgba(80,80,80,0.7) inset;
	width: 100%;
	position: relative;
}
#pool #pool-canvas{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1
}
#pool .inner-box{
	margin: auto;
	width: 90%;
	max-width: 900;
	padding-top: 40px;
	box-sizing: border-box;
	z-index: 2;
	position: relative;
}
#pool .inner-box .ldr{
	background-color: rgba(255,255,255,0.85);
	padding: 14px 25px 10px;
	box-sizing: border-box;
}
#pool .inner-box .ldr .title{
	border-bottom: 1px solid white;
	padding: 0 4px 4px 0;
	font-size: 1.1em;
	color: #7b7b7b;
	margin-bottom: 10px
}
#pool .inner-box ul{
	margin: 0;
	padding: 0;
}
#pool .inner-box ul li{
	margin: 0;
	padding: 8px 6px;
	list-style-type: none;
	display: inline-table;
	background-color: rgba(255,255,255,0.6);
	color: #414243;
	cursor: pointer;
	text-shadow: none;
}
#pool .inner-box ul .active{	
	background-color: rgba(255,255,255,0.85) !important;
	color: #646566 !important;
	
}
#vktopbanner{
	height:auto;
	background-color: white;
	box-sizing: border-box;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
#vktopbanner .item{
	border-left: 1px solid #eee;
	height: 100%;
	padding:10px;
	cursor: pointer;
	background-color:white;
	transition: 0.3s;
	height: 120px;
}
#vktopbanner .item:HOVER{
	background-color: #d5fdff
}
#vktopbanner .item a{
	padding: 10px 0;
	display: block;
	text-decoration: none;
	
}
#vktopbanner .item .thumb {
    float: left;
    padding-top: 2px;
    width: 100px;
    border: 4px solid #eee;
    background-size: cover;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    background-position: center center;
}
#vktopbanner .item .title {
    font-size: 20px;
	letter-spacing: 0;
	margin-bottom: 10px
}
#vktopbanner .item .info {
	margin-bottom: 10px;
	text-shadow: none;
	font-size: 0.9em
}
#vktopbanner .item .showpool {
	display: block;
    float: right;
    color: #f7931d;
    border: 1px solid #f7b676;
	padding: 0;
    padding-left: 9px;
	background-color: white;
}
#vktopbanner .item .showpool i{
	background: #f7b676;
    padding: 6px 8px 6px 6px;
    margin-left: 5px;
    color: #fff;
}
#vktopbanner .item .showpool i:AFTER{
	border-right: 9px solid transparent;
    border-top: 26px solid #fff;
    content: " ";
    height: 0;
    position: relative;
    right: 6px;
    top: 20px;
    width: 0;
}
#vktopoffer{
	height:auto;
	box-sizing: border-box;
	margin: 10px 0;
}
#vktopoffer .item{
	border-left: 1px solid #eee;
	padding: 0 10px;
	cursor: pointer;
	box-sizing: border-box;
	margin: 10px 0
}
.aLinkBanner {
    direction: rtl;
    text-align: right;
}
.aLinkBanner .jbSpanBanImg {
    border: 3px solid #fff;
    transition: all ease-in-out .5s;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    display: block;
    background-size: 173px 100%;
    min-height: 137px;
    background-color: #fff!important;
    background-repeat: no-repeat;
    background-position: left center;
}
.aLinkBanner .leftRaw {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
.aLinkBanner .leftRaw:after {
    border-bottom: 137px solid #fff;
    border-left: 48px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    left: 144px;
    top: 0;
    width: 0;
}
.divDiscountHotelLeft {
    background-color: #d41200;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 4px 10px 0 10px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 10px;
    z-index: 1;
    direction: rtl;
}
.divDiscountHotelLeft:before {
    border-left: 10px solid transparent;
    border-top: 7px solid #9c0c1e;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
}
.aLinkBanner .jbBannerOffer {
    display: block;
    font-size: 12px;
    background: #cfdbeb;
    padding: 5px 10px 5px 10px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.aLinkBanner .jbBannerOffer span:after {
    border-left: 9px solid transparent;
    border-bottom: 27px solid #cfdbeb;
    content: " ";
    height: 0;
    position: absolute;
    left: -9px;
    top: 0;
    width: 0;
}
.aLinkBanner .jbBannerName {
    display: block;
    padding: 0 10px 0 0;
    font-family: iran;
    color: #184286;
    font-size: 18px;
    z-index: 1;
    position: relative;
    text-shadow: 1px 1px #fff;
}
.aLinkBanner .jbBannerName:HOVER {
    text-decoration: none;
}
.aLinkBanner .jbBannerMotto {
    font-size: 11px;
    color: #7e7e7e;
    padding: 0 10px 0 0;
    margin: 7px 0;
    display: block;
    z-index: 1;
    position: relative;
    text-shadow: 1px 1px #fff;
}
.aLinkBanner .jbButReserv {
    display: block;
    float: right;
    padding: 3px 10px 3px 50px;
    font-size: 12px;
    background-color: #69c0ac;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #69c0ac;
    box-shadow: 0 1px 0 rgba(255,255,255,.15) inset, 0 1px 1px rgba(0,0,0,.075);
    background-image: url('../img/bg_arrow_but.png');
    background-position: left center;
    background-repeat: no-repeat;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	transition: all 0.3s
}
.aLinkBanner .jbButReserv:hover {
    background-color: #5aaf9b;
    border: 1px solid #5aaf9b;
}


.block-head{
    border-bottom: 2px solid #E6E4E4;
    margin-top: 30px;
    padding: 2px 0px;
    margin-bottom: 15px;
	width: 100%
}
.block-head span{
	border-bottom: 2px solid #F7941E;
	position: relative;
	color: black;
	padding: 0 2px 0 6px;

}
.owldir {
	position: relative;
	top: 150px
}

.owldir .right {
	float: right;
	cursor: pointer;
}

.owldir .left {
	float: left;
	cursor: pointer;
}
.owl-carousel {
	direction: ltr;
}
.owl-carousel .item{
	height: 250px;
	background-color: white;
	padding: 3px;
	box-sizing: border-box;
}
.owl-carousel .item .img{
	height: 140px;
	width: 100%;
	background-size: cover;
}
.owl-carousel .item .img .off {
    background-color: #d41200;
    border-radius: 0;
    color: #fff;
    font-size: 11px;
    padding: 5px 20px 2px 5px;
    position: relative;
    right: -13px;
    text-align: center;
    top: 30px;
    z-index: 1;
    direction: rtl;
    width: initial;
    float: right;
    text-shadow: none;
	text-decoration: none;
}
.owl-carousel .item .img .off:before {
    border-right: 10px solid transparent;
    border-top: 7px solid #9c0c1e;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
}
.owl-carousel .item .text{
	padding: 5px 9px;
}
.owl-carousel .item .text .title{
	font-size: 1.2em;
	text-shadow: none;
	text-align: right;
	border-bottom: 1px solid #E6E4E4;
	padding-bottom: 5px
}
.owl-carousel .item .text .desc{
	font-size: 0.9em;
	text-shadow: none;
	direction:rtl;
	border-bottom: 1px solid #E6E4E4;
	padding: 6px 0;
	margin-bottom: 7px
}
.owl-carousel .item .but{
	text-align:center;
	width: 100%;
	background-color: #69b6a5;
	color: white;
	text-shadow: none;;
	padding: 8px;
	transition: all 0.3s;
	display: block;
}
.owl-carousel .item .but:HOVER{
	background-color: #479281;
	cursor: pointer;
}
.owl-item{
	box-shadow: 0 0 3px #999999;
}
.owl-carousel .owl-stage-outer{
	padding: 3px
}
.bottom-banner {
	padding: 3px;
	box-sizing: border-box;
	margin-bottom: 10px !important;
}
#newsbox{
	background-image:url("../img/p4.jpg");
	background-size:cover;
	background-attachment:fixed;
	min-height: 350px;
	box-shadow: 0 0 50px rgba(0,0,0,0.8) inset;
	text-shadow: none;
	padding: 20px 0
}
#newsbox label{
	color: #36f5cf;
	display: block;
	font-size: 1.2em;
	text-shadow: 0 0 2px black
}
#newsbox .cnt{
	color: white;
	text-align: justify;
	font-size: 0.94em;
	line-height: 25px
}
#newsbox img{
	border: 2px solid white;
	height: 100px;
	width: 150px
}

#newsbox .col-md-6{
	padding-bottom: 10px;	
	padding-top: 10px;	
}
#footer {
	background-color: white;
	text-align: justify;
}
#footer .block-body{
	line-height: 22px;
	font-size: 0.9em;
	color: #444;
}
.copyright{
	margin-top: 250px;
	border-top: 2px solid #E6E4E4;
	padding: 8px 0 ;
	color: #444;
}
.copyright a{
	color: #1C7185
}
.copyright .fa2{
	float: right;
	clear: both; 
	font-size: 11px
}
.copyright .en{
	float: left
}
.viewmain{
	box-shadow: 0 0px 4px #c1c1c1 !important;
	background-color: white;
	margin: 10px auto 40px;
	border-radius: 5px;
	padding-bottom: 30px
}
.vtloader{
	width: 100%;
	height: 300px;
	border: none;
}
.vtitle{
	color: black;
	font-size: 1.5em;
	font-family: yekan;
	margin: 2px auto;
}
.viewmain .star{
	text-align: left;
	direction: ltr;
}
.viewmain .star i{
	font-size: 18px;
	color: #FEC100;
}
.viewmain .add{
	padding: 5px 10px 
}
.viewmain #topdtl{
	margin: 0;
    padding: 0 10px;
    overflow: hidden;
	position: relative;
	transition: all 0.3s
}
.viewmain .show-more{
	position: absolute;
    bottom: 0;
    width: 100%;
    background-color: white;
    text-align: center;
	cursor: pointer;
}
.viewmain .show-more i{
	font-size: 18px !important;
}
.viewmain #topdtl li{
	margin: 0;
    padding: 4px 0;
    list-style-type: none;
    text-shadow: none;
    line-height: 16px;
    color: #333;
    font-size: 11px;
}

.viewmain #topdtl li span{
	margin-left: 10px;
	font-weight: bold;
}
.viewmain #topdtl li div{
	line-height: 22px;
	text-align: justify;
	padding: 5px 0;
	color: #636363;
	font-size: 10.3px;
    font-family: iran;
}
.viewmain #topdtl li i{
	color: #00669E;
	font-size: 15px;
	margin-left: 5px
}
.viewmain .tb{
	text-align: center;
}
.viewmain .tb span{
	display: block;
	margin-top: 10px;
	color: #c0c0c0;
	transition: all 0.4s
}
.viewmain .tb img{
	border: 3px solid #c0c0c0;
	transition: all 0.4s;
	filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%);
}
.viewmain .act{
	background-color: white;
}
.viewmain .act img{
	border: 3px solid #0095e6 !important;	
	filter: grayscale(0); /* Current draft standard */
    -webkit-filter: grayscale(0); /* New WebKit */
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0); 
    -o-filter: grayscale(0);
}
.viewmain .act span{
	color: #0095e6 !important;	
}
.viewmain .tbcnt{
	display: none;
}


.viewmain .vtabbox{
	margin-top: 30px;
	overflow: visible;
	height: auto;
	clear: both;
}
.viewmain .vtabbox .tabul{
	margin:0;
	padding: 0;
	border-bottom: 2px solid #ededef;
}
.viewmain .vtabbox .tabul li{
	margin:0px;
	padding: 10px 5px 7px 2px;
	list-style-type: none;
	display: block;
	background-color: #ededef;
	color: black;
	text-shadow: none;
	transition:all 0.3s;
	cursor: pointer;
	border-bottom: 2px solid #ededef;
	margin-bottom: -2px;
	text-align: center;
	font-weight: 0.9em;
	    border-left: 1px solid #ddd;
}
.viewmain .vtabbox .tabul li:HOVER{
	background-color: #5F6062;
	border-bottom: 2px solid #F7941E;
	color: white;
}
.viewmain .vtabbox .tabul .active{
	background-color: #5F6062;
	border-bottom: 2px solid #F7941E;
	color: white;
}
.viewmain .vtabbox .tabul li i{
	font-size: 1.3em;
	margin-left: 5px
}
.viewmain .vtabbox .tabcnt{
	display: none;
	min-height: 270px
}
.viewmain .vtabbox .tabcntbox{
	min-height: 300px;
	padding: 6px 0;
}
.off {
    text-decoration: line-through;
	color: var(--red);
	font-size: 0.9em
}
#no-more-tables{
	overflow: hidden;
}
#no-more-tables table{
	font-size: 13px;
	border: none
}
#no-more-tables table th{
	text-align: center;
	font-weight: bold;
	color: black;
	background-color: #F3F3F3;
}
#no-more-tables table td{
	text-align: center;
	text-shadow: none;
	line-height: 23px;
	padding: 2px 10px;
	overflow: auto;
}
#no-more-tables table td i{
	font-size: 1.5em;
	margin-left: 10px
}
#no-more-tables table td span{
	margin: 0 4px
}
#no-more-tables table td .but{
	text-align:center;
	width: 100%;
	background-color: #69b6a5;
	color: white;
	text-shadow: none;;
	padding: 8px;
	transition: all 0.3s;
	border: 1px solid #4b9c8a
}
#no-more-tables table td .but:HOVER{
	background-color: #489584;
}
.viewmain .vtabbox .tabcnt .feature{
	margin: 0;
	padding: 0;
}
.viewmain .vtabbox .tabcnt .feature li{
	display: block;
}
.viewmain .vtabbox .tabcnt .feature li div{
	margin: 3px 0;
	padding: 2px;
}
.viewmain .vtabbox .tabcnt .feature li div span{
	color: #282828;
	position: relative;
	top: -2px;
	font-size: 0.94em
}
.viewmain .vtabbox .tabcnt .feature li div i{
	margin-left: 10px;
	margin-right:4px;
	color: #33cbba;
	font-size: 1.2em;
	position: relative;
	top: 1px
}
#cmtid{
	background-color: #F3F4F8;
	border: 1px solid #cdcdcd;
    box-shadow: 0 0 4px rgba(0,0,0,0.05);
	padding: 12px;
}
.tabcnt .InsertComment{
	padding: 10px;
	font-size: 0.85em;
	color: black;
}
.tabcnt .InsertComment .FeatureRate{
	color: black;
	margin: 10px 0;
	padding: 7px 1px
}
.tabcnt .InsertComment textarea{
	display: block;
    width: 100%;
    min-height: 60px;
    border: 1px solid #a5a5a5;
    transition: all ease-in-out 0.3s;
	margin-top: 4px;
	margin-bottom: 15px;
	
}
.tabcnt .InsertComment i{
	font-size: 1.2em;
	margin-left: 5px
}
#cmtid .cmnt{
	background: #fff;
    padding: 1em;
    border: 1px solid #cdcdcd;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.08);
    position: relative;
}
#cmtid .cmnt .rate{
	font-size: 22px;
    text-align: center;
    display: inline-block;
    background: #f7f7f7;
    border: 1px solid #ffd78a;
    position: relative;
    padding-top: 7px;
}
#cmtid .cmnt .rate .text{
	font-size: 9px;
    padding: 3px 0;
	background-color: #F5A100;
	color: white;
}
#cmtid .cmnt .rate .number{
	line-height: 20px
}
#cmtid .cmnt .name{
	color: black;
	padding-right:12px;
	padding-top: 10px
}
#cmtid .cmnt .date{
	color: black;
	text-align:center;
	padding-top: 10px
}
#cmtid .cmnt .fa-plus-circle{
	color: var(--green);
	font-size: 1.4em;
	margin-left: 5px;
	position: relative;
	top:2px
}
#cmtid .cmnt .fa-minus-circle{
	color: var(--orange);
	font-size: 1.4em;
	margin-left: 5px;
	position: relative;
	top:2px
}
#cmtid .cmnt label{
	color: black;
	margin-right: 10px;
	position: relative;
	top:-8px
}
#cmtid .cmnt .txt{
	font-size: 0.85em;
	text-align: justify;
	line-height: 1.9em;
	text-shadow: none;
	color: #444;
	margin: 15px 0;
}
#cmtid .cmnt .time{
	font-size: 0.85em;
	float: left;
	text-align: left;
	direction: ltr;
	position: relative;
	top: 7px	
}
#cmtid .cmnt .time i{
	font-size: 13px;
	color: #F7941E;
	margin-right: 3px;
	position: relative;
	top: 1px
}
#cmtid .cmnt .likebox{	
	position: relative;
	top: 7px;
	display: block;
    text-align: center;
    float: right;
	padding: 2px 4px;
	cursor: pointer;	
}
#cmtid .cmnt .dislikebox{	
	position: relative;
	top: 7px;
	display: block;
    text-align: center;
    float: right;
	padding: 2px 4px;
	margin-right: 10px;
	cursor: pointer;
}
#cmtid .cmnt .likebox i{
	font-size: 16px;
	color: #4CAF50;
}
#cmtid .cmnt .dislikebox i{
	font-size: 16px;
	color: #F44336;
}
#cmtid .cmnt .reply{	
	position: relative;
	top: 7px;
	display: block;
    text-align: center;
    float: left;
	padding: 2px 4px;
	margin-right: 10px;
	cursor: pointer;
}
#cmtid .cmnt .reply i{
	color: #F7941E;
}
#map{
	width: 100%;
	height: 100%;
	border: 1px solid black;
	height: 250px;
	border:1px solid #cdcdcd
}
.mapinfo{
	margin:0;
    width: 100px;
    text-align: center;
	color: #F7941E;
	font-family: iran !important;
	font-weight: bold;
	padding-top: 5px;
	font-size: 0.9em
}
#filtericon{
position: fixed;
    left: 20px;
    bottom: 10%;
    border: 1px solid rgba(0,174,240,1);
    border-radius: 50%;
    padding: 10px 11px;
    background-color: rgba(0,174,240,1);
    font-size: 2.5em !important;
    color: white;
	z-index: 2;
	box-shadow: 0 0 5px black
}
#filterbox{
	position: fixed;
    left: 30px;
    top:85%;    
    border: 1px solid rgba(0,174,240,1);
    padding: 0;
    background-color: rgba(0,174,240,1);
    color: white;
	z-index: 2;
	width: 0;
	height: 0;
	transition: .3s;
	overflow: hidden;
	border-radius: 1%;
}
.filterbox{
    left: 5% !important;	
    top:20% !important;
    padding: 20px 10px !important;
	width: 90% !important;
	height: auto !important;
	box-shadow: 0 0 5px black;
	
}
.btn-default{
	background-color: #51ad98 !important;	
	border-color: #418f7e!important;
	color: #f9f9f9;
	transition: 0.3s all;
}
.btn-default:HOVER{
	background-color: #51ad98 !important;	
	border-color: #418f7e!important;
	color: #f9f9f9;
	transition: 0.3s all;
}
#filterbox select,#filterbox input{
	font-family: iran;
	color: #888;
	text-shadow: none;
	font-size: 1em;
	box-sizing: border-box;
}

#filterbox label{
	text-shadow: none;
	padding-top: 10px
}



#app-header {
	height: 36px;
	background-color: white;
	border-bottom: 3px solid #FFF;
	font-family:iran;
	transition: all 0.3s;
	position: fixed;
	top:0;
    z-index: 100;
	width: 100%;
	padding-top: 2px
}
.app-header{
    height: 30px !important;
	background-color: rgba(255,255,255,0.8) !important;
	border-bottom: 3px solid #F7941E !important;
}
.app-headergap{
	height: 10px;
}
.appspin{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding-bottom: 10px;
	display: none;
	z-index: 10
}
.appfixtop{
	position: fixed;
	left: 0;
	top:0;
	right: 0;
	background-color: white;
	z-index: 10;
	box-shadow: 0 0 2px rgba(180,180,180,0.8);
	padding: 0px !important;
}
.appfixtop div{
	padding: 0.5px
}
.appfixtop button{
	text-align: center;
	background-color: #33c7ff;
	color: white;
	margin: 2px 0;
	width: 100%;
	border: 1px solid #09bbff;
	font-size: 0.9em;
	padding: 4px 0;
	border-radius: 3px
}
.appfixtop act{
	background-color: #00a4e1;
	border: 1px solid #008bbf;
}
.ticket{
	background-image: url("../img/ticket.png");
	height: 146px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.ticket .code{
	margin: 16px 0 2px 10%;
	direction: ltr;
	font-weight: bold;
	font-size: 1.2em;
	color: black;
}
.ticket .title{
	margin: 6px 40% 3px 0;
}
.ticket .title span{
	color: black;
	border-bottom: 1px solid black
}
.ticket .price{
	margin: 10px 0 2px 10%;
	direction: ltr;
	font-weight: bold;
	color: black;
	font-size: 0.9em
}
.ticket .fld{
	position: absolute;
    left: 7%;
    top: 55px;
    width: 70px;
    transform: rotate(-20deg);
}
.ticket .refund{
	position: absolute;
    left: 7%;
    top: 55px;
    width: 70px;
	font-size: 0.9em;
	height: 30px
}
.modal-title{
	font-family: yekan;
}
.gm-style-iw div{
	float: left !important;
}
.modal-header{
	background-color: #69c0ac;
	color: white;
	text-align: center;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.tloader{
	display: none
}
.appsupport-title{
	height: 60px;
	background-color: #00add9;
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	padding: 5px;
	z-index: 2
}
.appsupport-title .logo{
	height: 50px;
	margin: auto;
}
.appsupport-title .ttl{
	color: white;
	font-weight: bold;
	margin: 10px 0 2px 0
}
.appsupport-title .sname{
	color: #d9f8ff;
	margin: 3px 0 2px 0;
	font-size: 0.75em
}
.appsupport-input{
	height: 40px;
	background-color: white;
	width: 100%;
	position: fixed;
	bottom:0;
	left: 0;
	right: 0;
	padding: 5px;
	z-index: 2
}
.appsupport-input input{
	margin: 0;
	padding: 2px 5px;
	width: 100%;
	height: 100%;
	border: none;
}
.appsupport-input i{
	font-size: 20px;
	margin-top: 4px;
	transform: rotate(10deg)
}
.appsupport-loader{
	box-sizing: border-box;
	margin: 70px 15px 50px 15px;
}
.appsupport-loader div:AFTER{
	content:'';
	display: table;
  clear: both;
}
.appsupport-loader .send {
	position: relative;
	background: #00ADD9;
	border-radius: .4em;
	padding: 10px;
	margin: 8px 10px;
	color: white;
	float: right;
	clear: both;
}
.appsupport-loader .send:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 21px solid transparent;
	border-left-color: #00ADD9;
	border-right: 0;
	border-bottom: 0;
	margin-top: -10.5px;
	margin-right: -21px;
	display: table;
  clear: both;
}
.appsupport-loader .send .fa-check{
	font-size: 10px;
	margin-left: 5px;
	display: none;
}
.appsupport-loader .get {
	position: relative;
	background: #F7941E;
	border-radius: .4em;
	padding: 10px;
	margin: 8px 10px;
	color: white;
	float: left;
	clear: both;
}
.appsupport-loader .get:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 21px solid transparent;
	border-right-color: #F7941E;
	border-left: 0;
	border-bottom: 0;
	margin-top: -10.5px;
	margin-left: -21px;
	display: table;
  clear: both;
}
.app-profile .title{
	background-color: #FF766C;
	margin-bottom: 10px
}
.app-profile .title div{
	margin: 5px 0
}
.app-profile .title i{
	color: black;
}
.app-profile .title .name{
	color: white;
}
.app-profile .title .cash{
	color: #333;
	margin-bottom: 10px
}
.ttable{
	font-size: 1em;
	color: #444;
	margin-bottom: 5px
}
.ttable td{
	border:1px solid #aabbbd !important;
}
.ttable td .col-xs-3{
	font-size: 0.9em
}
.ttable .head{
	background-color: #00bcd4 !important;
	color: white;
}
.ttable button{
	text-align: center;
    width: 100%;
    background-color: #69b6a5;
    color: white;
    text-shadow: none;
    padding: 8px;
    border: 1px solid #4b9c8a;
}
.ttable select{
	height: 26px;
	width: 80%;
	margin-right: 10%
	
}












#registerinput{
    padding: 0;
    margin: 0;
}
#registerinput {
    list-style: none;
    display: inline-block;
}
.box{
	padding: 10px;
	background-color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 8px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.pagetext{
	text-align: justify;
	line-height: 33px;
	font-family: "iran";
	margin:0 auto 50px auto;
	padding: 0 65px;
}
.logintest{
	text-align: center;
}
.logintest .reglogo{
	display: inline-block;
	border: 2px dashed #eae4e4;
	border-radius: 100px;
	padding: 22px;
}

.logintest .loglogo{
	display: inline-block;
	border: 2px dashed #eae4e4;
	border-radius: 100px;
	padding: 22px;
	width: 90px;
}
.logintest #city{
	display:inline-block;
	margin: 10px 10px 0 0;
	transition: all 0.3s;
	border: 1px solid rgb(220,220,220);
	padding: 4px 15px;
	border-radius: 5px;
	cursor: pointer;
}
.logintest #city:hover{
	border: 1px solid rgb(136, 136, 136);

}
#profileitem{
	margin-bottom: 10px;
}
#profileitem .profileitemwraper{
	padding: 0;
	text-align: right;
	background-color: rgba(0, 174, 240, 0.39);
	border-radius: 5px;
	color: #6d5b4b;
}
#profileitem .profileitemwraper ul{
	padding: 0;
	margin: 0;
}
#profileitem .profileitemwraper ul li{
	padding: 2px 10px 2px 2px;
	list-style: none;
	border-radius: 5px;
	cursor: pointer;
}
#profileitem .profileitemwraper ul li:hover{
	background-color: #81bdd4;
	color: #ffffff;
}
#profilecontent {
}
#profilecontent .profilecontentwraper {
	padding: 10px;
	background-color: rgba(50, 136, 169, 0.39);
	border-radius: 5px;
	color: #6d5b4b;
}
.but4{
	background-color: #b41334;
	text-align: center;
	padding: 5px 18px;
	font-family: naskh;
	margin-right: 2px;
	font-weight: bold;
	color: white;
	text-shadow: 0 0 3px rgba(20,20,20,0.6);
	border: 1px solid rgba(120,120,120,0.6);
	border-radius:3px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	position: relative;
	top: -1px;
	cursor: pointer;
}
.but4:HOVER{
	background-color: #980926;
	text-shadow: 0 0 3px rgba(20,20,20,0.9);
	border: 1px solid rgba(120,120,120,0.8);
	border-radius:4px;
}
#userprofile li{
	list-style: none;
	text-align: center;
	font-size: 11px;

}
#userpassword li{
	list-style: none;
	text-align: center;
	font-size: 11px;
}
#useract li{
	list-style: none;
	text-align: center;
	font-size: 11px;
}
.btn2{
	background-color: #1c7185;
	color: white;
	border: 1px solid white;
	box-sizing: border-box;
	border-radius: 3px;
	cursor: pointer;
	font-size: 11px;
	text-align: center;
	padding: 0 10px;
	line-height: 25px;
}
.act{
	background-color: #14505e;
}
.app-offer{
	height:auto;
	box-sizing: border-box;
	margin: 10px 0;
	display: none;
}




@media only screen and (max-width: 800px) {

    .success,.error{
	left:10%;
    right:10%;
    }
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc;margin-bottom: 5px; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		white-space: normal;
		text-align:center;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:center;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
@media only screen and (max-width: 500px) {
	#header #city {
		margin: 10px 5px 0 0 ;
		padding: 4px 5px !important;
	}
}

.topdtl li{
	list-style: none;
	line-height: 25px;

}
.topdtl li i{
	margin-left: 10px;
}
.topdtl li:last-child{
	margin-top: 50px
}