body {
    line-height: 1;
	font: normal 14px 'IranSansLight';
	overflow-x: hidden;
    background: #fafafa;
    margin:0;
}
html, body {
    height: 100%;
    width: 100%;

}
h1, h2, h3, h4, h5, h6 {
	font: normal 30px "Yekan","YekanNumbers";
    margin: 0px;
    padding: 0px;
}
a:hover, a:focus{
    text-decoration: none;
}
ul li{
  list-style: none;
}

#amar {
    border: 1px solid #CCC;
    width: 100%;
}


.clear{
    clear: both;
}

footer{
    margin-top: 0;
}

.backToTop:hover{
    background:#fbb716 url(../images/arrow_up.png) no-repeat center center;
    transition-duration: .2s;
}

.backToTop {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    cursor: pointer;
    z-index: 9;
    transition-duration: .2s;
    background:#2d6c9c url(../images/arrow_up.png) no-repeat center center;
}


/*---------------------------------------menu-------------------------------*/
.mainMenuContainer {
    z-index: 9;
    margin: 0 auto;
    position: relative;
}
.sp-inner h5{
font-size: 16px;
float: right;
padding: 0 40px 0 0;
color: #fff;
    }
    .sp-inner h5 span{
        display: inline-block;
        margin-left:5px;
    }

a.mobMenu {
    width: 40px;
    text-align: center;
    height: 40px;
    overflow: hidden;
    background:#fff url(../images/menu.png) no-repeat center center;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999;
    border-radius: 4px;
}
.close-menu{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    background:url(../images/close.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 99;
}
ul.mainMenu {
    /*display: none;*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
        overflow: visible;
    height: auto;
}
ul.mainMenu > li {
    position: relative;
    float: right;
    border: 0px;
    width: 100%;
    box-sizing: border-box;
}
ul.mainMenu > li > a {
    width: 100%;
    float: right;
    font-size: 14px;
    text-align: right;
    padding: 0px 20px;
    line-height: 40px;
    border-bottom: 1px solid #292929;
    text-decoration: none;
    transition: all 0.1s ease-out;
    color: #fff;
    border: none;
    box-sizing: border-box;
}
ul.mainMenu > li > a span {
    font-size: 18px;
    padding-left: 10px;
}
ul.mainMenu > li > ul.subMenu a span {
    padding-left: 5px;
    display: none;
}


ul.mainMenu > li.active > a{
    color: #fff;
}

ul.mainMenu > li ul.subMenu {
    display: none;
    width: 100%;
    list-style: none;
}
ul.mainMenu > li ul.subMenu li {
    font-size: 14px;
    text-align: right;
    padding: 0px;
    line-height: 60px;
    text-decoration: none;
    color: #fff;
}
ul.mainMenu > li ul.subMenu li a {
    width: 100%;
    float: right;
    font-size: 14px;
    text-align: right;
    padding: 0px 40px;
    line-height: 40px;
    text-decoration: none;
    transition: all 0.1s ease-out;
    box-sizing: border-box;
}

ul.mainMenu > li ul.subMenu li ul {
    width: 100%;
    list-style: none;
    display: none;
}
ul.mainMenu > li ul.subMenu li ul li{
    font-size: 14px;
    text-align: right;
    padding: 0px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
}
ul.mainMenu > li ul.subMenu li ul li a {
    width: 100%;
    float: right;
    font-size: 13px;
    text-align: right;
    padding: 0px 60px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    background: #3f3f3f;
    border-bottom: 1px solid #393939;
    transition: all 0.1s ease-out;
    box-sizing: border-box;
}

@media (min-width: 992px) {

    .mainMenuContainer {
    direction: rtl;
    float: right;

    }
     .mobMenu ,.close-menu {
        display: none;
    }
    ul.mainMenu {
            display: block;
    padding: 0;
    list-style: none;
    }
    ul.mainMenu > li {
    position: relative;
    float: right;
    width: auto;
    box-sizing: border-box;
    z-index: 9;
        min-width: 70px
    }
    ul.mainMenu > li.has-menu a{
        padding-right: 20px;
    }

    ul.mainMenu > li:last-child{
        border-left-width: 0px !important;
    }
    ul.mainMenu > li > a {
        width: 100%;
        float: right;
        font-size: 16px;
        text-align: center;
    padding: 10px 15px 0;
    line-height: 90px;
        text-decoration: none;
        transition: all 0.2s ease-out;
        color: #333;
        box-sizing: border-box;
        position: relative;
            border-left: 1px solid #ddd;
    }
    ul.mainMenu > li.active > a{
        color: #fff;
    }




    .inputImage {
        position: absolute;
        z-index: 1;
        left: 58px;
        top: 6px;
        color: #bbb;
        width: 0;
        font-size: 21px;
        background-color: #fff;
    }

    /*menu before*/
    ul.mainMenu > li > a:before{
        content: '';
        top: 0;
        right: 0;
        left: 0;
        height: 2px;
        background: #ffe15e;
        transition: .2s all ease;
        position: absolute;
        z-index: -1;
    }
    ul.mainMenu > li.active > a:before,
    ul.mainMenu > li > a:hover:before{
    height: 100%;
    }
    ul.mainMenu > li > a.m-hotel2:before{
        background: #fbb716;
    }
    ul.mainMenu > li > a.m-visa:before{
        background:#c58ade ;
    }
    ul.mainMenu > li > a.m-tour:before{
        background: #fd7b7d;
    }
    ul.mainMenu > li > a.m-service:before{
        background: #33c7f8;
    }
    ul.mainMenu > li > a.m-about:before{
        background:#7cd279;
    }
    ul.mainMenu > li > a.m-contact:before{
        background: #7cd279;
    }
    ul.mainMenu > li > a.m-news:before{
        background: #33c7f8
    }
    ul.mainMenu > li > a.m-faq:before{
        background: #73e1d0
    }
	ul.mainMenu > li > a.m-servic:before{
        background: #73e1d0
    }

    /*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
    .wrapper input[type="text"] {
        position: relative;
    }
    .wrapper input[type="text"]:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: -5px;
    content: "\f007";
    }
    input { font-family: 'FontAwesome'; }
    .locationBox{
        background-image: url('../images/locate.png');
        background-repeat: no-repeat;
        padding-left: 33px !important;
        text-align: right;
        direction: rtl !important;
    }
     .dateReBox{
        background-image: url('../images/dateRe.png');
        background-repeat: no-repeat;
        padding-left: 33px !important;
        text-align: right;
        direction: rtl !important;
    }
    .dateGoBox{
        background-image: url('../images/dateGo.png');
        background-repeat: no-repeat;
        padding-left: 33px !important;
        text-align: right;
        direction: rtl !important;
    }
    .userBox{
        background-image: url('../images/user.png');
        background-repeat: no-repeat;
        padding-left: 33px !important;
        text-align: right;
        direction: rtl !important;
    }
    .emailBox{
        background-image: url('../images/email.png');
        background-repeat: no-repeat;
        padding-left: 33px !important;
        text-align: right;
        direction: rtl !important;
    }
    .phoneNumberBox{
        background-image: url('../images/phoneNumber.png');
        background-repeat: no-repeat;
        padding-left: 33px !important;
        text-align: right;
        direction: rtl !important;
    }
    .deskBox{
        background-image: url('../images/desk.png');
        background-repeat: no-repeat;
        padding-left: 33px !important;
        text-align: right;
        direction: rtl !important;
    }
    .lockIconBox{
        background-image: url('../images/lockIcon.png');
        background-repeat: no-repeat;
        padding-left: 33px !important;
        text-align: right;
        direction: rtl !important;
        width: 83% !important;
    }
    .homeCaptcha{
		float: right;
		margin: 0px;
		width: 78%;
		height: 30px;
		border-radius: 2px;
		border: 1px solid #BDC3C7;
		background: #e2e3e7;
    	text-align:center;
    }
    .homeCaptcha img{
    	height:30px;
    }
    .homeRfr {
        float: right;
    	margin:3px 19px 0 5px;
        width: 27px;
    }
    #AlertButton.homeAlertButton{
    	width:100%;
		text-align: center;
    	font-size:17px;
    	margin: -20px 0 25px;
    }
    h4.homeOrderMessage{
		font-size:17px;
    	margin-bottom:5px;
    	color:#1AE616;
    	text-shadow:2px 2px 1px #000;
    }
    /*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


    /*menu after*/
    ul.mainMenu > li > a:after{
        content: '';
        top: 15px;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: url(../images/m-homeh.png) no-repeat center center;
        background-size: contain;
        transition:.2s all ease;
    }
    ul.mainMenu > li > a.m-hotel1:after{
        background: url(../images/m-hotel1.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-hotel1:hover:after{
        background: url(../images/m-hotel1h.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-hotel2:after{
        background: url(../images/m-hotel2.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-hotel2:hover:after{
        background: url(../images/m-hotel2h.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-service:after{
        background: url(../images/m-service.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-service:hover:after{
        background: url(../images/m-serviceh.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-about:after{
        background: url(../images/m-about.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-about:hover:after{
        background: url(../images/m-abouth.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-contact:after{
        background: url(../images/m-contact.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-contact:hover:after{
        background: url(../images/m-contacth.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-tour:after{
        background: url(../images/m-tour.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-tour:hover:after{
        background: url(../images/m-tourh.png) no-repeat center center;
        background-size: contain;
    }

    ul.mainMenu > li > a.m-visa:after{
        background: url(../images/m-visa.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-visa:hover:after{
        background: url(../images/m-visah.png) no-repeat center center;
        background-size: contain;
    }

    ul.mainMenu > li > a.m-faq:after{
        background: url(../images/m-faq.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-faq:hover:after{
        background: url(../images/m-faqh.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-servic:after{
        background: url(../images/m-servic.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-servic:hover:after{
        background: url(../images/m-servicehh.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-news:after{
        background: url(../images/m-news.png) no-repeat center center;
        background-size: contain;
    }
    ul.mainMenu > li > a.m-news:hover:after{
        background: url(../images/m-newsh.png) no-repeat center center;
        background-size: contain;
    }

    ul.mainMenu > li > a span {
        display: none;
    }

    ul.mainMenu > li > a:hover {
        color: #fff;
    }

    ul.mainMenu > li ul.subMenu {
    display: none;
    border-top: 0px solid transparent;
    box-sizing: border-box;
    width: 180px;
    position: absolute;
    top: 100%;
    list-style: none;
    z-index: 99;
    right: 0;
    -webkit-animation: in-top 500ms ease 0ms 1 forwards;
    animation: in-top 500ms ease 0ms 1 forwards;
    background: #fff;
    box-shadow: 1px 1px 2px #111;
    }
    ul.mainMenu > li.special ul.subMenu{
        width: 400px;
    }
    .sp-inner{
        float: right;
        width: 50%;
    }
    .sp-inner h5{
           font-size: 16px;
    border-bottom: 1px solid #129458;
    float: right;
    padding: 0 10px;
    color: #121212;
    }
    .sp-inner h5 span{
        display: none;
    }

    @-webkit-keyframes in-top {
        from {
        -webkit-transform: translateY(30px);
                transform: translateY(30px);
                opacity: 0;
        }
        to {
        -webkit-transform: translateY(0px);
                transform:translateY(0px);
                opacity: 1;
        }
    }
    @keyframes in-top {
        from {
        -webkit-transform: translateY(30px);
                transform: translateY(30px);
                opacity: 0;
        }
        to {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
                opacity: 1;
        }
    }



    @-webkit-keyframes in-right {
        from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
                transform: rotate3d(0, -1, 0, 90deg);
        }
        to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
                transform: rotate3d(0, 0, 0, 0deg);
        }
    }
    @keyframes in-right {
        from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
                transform: rotate3d(0, -1, 0, 90deg);
        }
        to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
                transform: rotate3d(0, 0, 0, 0deg);
        }
    }

    ul.mainMenu > li:hover > ul.subMenu {
        display: block;
    }
    ul.mainMenu > li ul.subMenu li {
        font-size: 14px;
        text-align: right;
        padding: 0px;
        line-height: 60px;
        text-decoration: none;
        color: #fff;
        width: 100%;
    float: right;
    position: relative;
    }
    ul.mainMenu > li ul.subMenu li a {
        width: 100%;
    float: right;
    font-size: 14px;
    text-align: right;
    padding: 0px 20px;
    line-height: 35px;
    text-decoration: none;
    color: #121212;
    background: #fff;
    border-bottom: 1px solid #fbedaf;
    transition: all 0.1s ease-out;
    box-sizing: border-box;
    }

    ul.mainMenu > li > ul.subMenu > li> a{
        position: relative;
        transition: .3s all ease;
    }
    ul.mainMenu > li > ul.subMenu li> a:hover {
       color: #fbb716;
        }
    ul.mainMenu > li > ul.subMenu > li.other-tour> a,
    ul.mainMenu > li > ul.subMenu > li>ul>li.other-tour> a{
            background: #fbb716;
    color: #feffff;
    }
    ul.mainMenu > li ul.subMenu li:last-child a {
        border-bottom: none;
    }

    ul.mainMenu > li ul.subMenu li ul {
        display: none;
        width: 180px;
        position: absolute;
        right: 100%;
        top: 0px;
        padding-top: 2px;
        padding-right: 2px;
        list-style: none;
        z-index: 99;
    }
    ul.mainMenu > li> ul.subMenu >li:hover > ul {
        display: block;
    }
    ul.mainMenu > li ul.subMenu li ul li{
        font-size: 14px;
        text-align: right;
        padding: 0px;
        line-height: 40px;
        text-decoration: none;
        color: #fff;
    }
    ul.mainMenu > li ul.subMenu li ul li a {
        width: 100%;
        float: right;
        font-size: 13px;
        text-align: right;
        padding: 0px 20px;
        line-height: 40px;
        text-decoration: none;
        color: #262626;
        background: #fff;
        border-bottom: 1px solid #ddd;
        transition: all 0.1s ease-out;
        box-sizing: border-box;
    }

    ul.mainMenu > li ul.subMenu li:last-child a {
        border-bottom: none;
    }

ul.mainMenu > li ul.subMenu li ul li a:hover {
    color: #284890;
}
}

ul.mainMenu:after{
    content: '';
    clear: both;
    display: block;
}
ul.mainMenu > li.has-menu:before{
    position: absolute;
    right: 5px;
    top: 6px;
    content: '';
    background: url(../images/dropdown.png) no-repeat;
    width: 25px;
    height: 25px;
    background-position: -3px -45px;
    transition: .2s all ease;
}
ul.mainMenu > li.has-menu:hover:before{
    background-position: -3px -5px;
}
/*--------------------------------------------------end menu-------------------------------*/
.temp-best-tour {
    padding: 40px 0;
    background-attachment: fixed;
    box-sizing: border-box;
}
.temp{
    margin: 20px auto;
    border-bottom: 1px solid #43a5b5;
    overflow: hidden;
}
.temp-content{
    padding: 20px 0;
    overflow: hidden;
}
.detail .separator {
    margin-top: 5px;
    text-align: center;
    color: #25b19b;
    padding: 0 5px;
    font-size: 24px;
    line-height: 35px;
}
.detail {
    direction: rtl;
    text-align: right;
    float: right;
    margin: 0 0 20px 0;
    border-bottom:1px solid #43a5b5;
    padding: 5px;
}
.detail p, .detail h1, .detail a, .detail span, .detail h2 {
    font-size: 20px;
    float: right;
    padding: 0 0 0 5px;
    font-family: iransans;
}
.detail a{
    color:#43a5b5;
    transition: .2s all ease;
}
.detail a:hover{
    color: #000
}
.temp-wrapper{
    padding: 10px;
    min-height: 600px;
}
footer {
    overflow: hidden;
        margin-top: 50px;
}
#g-map {
    width: 100%;
   height: 300px;
   margin-top: 50px;
}
.googleLabel {
    font: normal 12px 'IranSansLight';
}

/* =============== CopyRight =============== */
.copyright {
    width: 100%;
    overflow: hidden;
    padding: 5px 0px;
    border-top: 1px solid #dedede;
    background: #fff;
}
.copyright .company p, .copyright .irantech p {
    direction: rtl;
    text-align: right;
}
.copyright .company p a, .copyright .irantech p a {
    color:#2d6c9c;
    padding: 0px 5px;
    transition: all 0.3s ease;
}
.copyright .irantech p a.it-logo{
	padding-left: 35px;
    background: url(../images/it-logo.png) no-repeat left center;
}
.copyright .irantech p {
    text-align: left;
}
.copyright .irantech p a.cheapTour {
      color:transparent;
    font-size: 2px;
}


.logo-title .logo{
    float: right;
    height: 75px;
    transition: .3s all ease;
	padding-right: 10px;
}
.logo-title a img{
    height: 100%;
}
.logo-title a span{
    text-align: center;
    display: block;
    font-size: 14px;
    font-family: yekan;
    color: #eee;
}
.logo-title a h1{
    line-height: 36px;
    font-size: 30px;
    text-align: right;
    color: #fff;
}


header{
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 9;
    transition: .5s all ease;
    position: fixed;
    top: 0;
    right: 0;
}
header:before{
    top: 0;
    width: 100%;
    left: 0;
    height: 2px;
    position: absolute;
    content: '';
    background: #2d6c9c;
}
.title{
    margin-right: 10px;
    z-index: 9;
    float: right;
}
.title h1{
    font-size: 30px;
    line-height: 45px;
}
.title h1 a{
    color: #2d6c9c;
    transition: .2s all ease;
    display: block;
}

.title h2{
    font-size: 12px;
    line-height: 20px;
    color: #111;
}
.ltr{
    direction: ltr;
}
.top-wrapper{
    position: relative;
    height: 550px;
    padding-top: 100px;
    box-sizing: border-box;
    width: 100%;
    float: right;
}

.logo-title{
    float: right;
    width: 30%;
    box-sizing: border-box;
    position: relative;
        margin-top: 10px;
}
.menu-fix{
    box-shadow: 1px 1px 5px #222;
    z-index: 999;
}
.menu-fix:before,.menu-fix ul.mainMenu > li > a:before{
    height: 0;
}
.menu-fix ul.mainMenu > li > a:hover:before,
.menu-fix ul.mainMenu > li.active > a:before{
    height: 100%;
}
.menu-fix ul.mainMenu > li > a{
    line-height: 80px;
}
.menu-fix ul.mainMenu > li > a:after{
    top: 8px;
}




.top-menu{
    width:70%;
    float: right;
    box-sizing: border-box;
    position: relative;
}

.top-menu .menu li{
    float: right;
    position: relative;

}
.top-menu .menu li:last-child:before{
    display: none;
}
.top-menu .menu li:before{
    position: absolute;
    content: '';
    left: 0;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255,255,255,.4),rgba(255,255,255,1),rgba(255,255,255,.4));
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.top-menu .menu li a{
color: #fff;
    font-family: yekan;
    line-height: 70px;
    padding: 0 20px;
    transition: .2s all ease;
    display: block;
}
.top-menu .menu li a:hover{
    color: #01b5ca;
}
.top-menu .menu li.top-home{
    width: 50px;
    height: 70px;
    padding: 0 10px;
    box-sizing: border-box;
}
.top-menu .menu li.top-home a{
    background: url(../images/home.png) no-repeat center center;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background-size: contain;
}
.top-menu .menu li.top-home a:hover{
      background: url(../images/home2.png) no-repeat center center;
    background-size: contain;
}
.change-date{
    cursor: pointer;

}
.blackContainer{
    position: fixed;
    background: rgba(0,0,0,.5);
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*display: none;*/
}
.ttop{
    position: relative;
    font-size: 22px;
    margin: 175px auto 25px;
    color: #25608c;
    text-align: center;
}
.ttop:before{
    content: '';
    width: 100%;
    left: 0;
    height: 3px;
    bottom: 22px;
    background: #73e1d0;
    position: absolute;
    z-index: -1;
}
.ttop span{
    font-size: 30px;
}
.ttop p {
    background-color: #fafafa;
    width: 20%;
    text-align: center;
    margin: auto;
}

.main-title{
    position: relative;
    font-size: 22px;
    margin: 20px auto;
    color: #25608c;
    text-align: right;
}
.main-title:before{
    content: '';
    width: 100%;
    left: 0;
    height: 1px;
    bottom: 0;
    background: #ddd;
    position: absolute;
}


/*tour*/
.tour-item-a{
    display: block;
    width: 100%;
    height: 190px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.tour-item-a > img{
    display: block;
    width: 100%;
    height: 100%;
}


.tour-det h4 a {
    display: block;
    color: #2d6c9c;
    text-align: right;
    padding: 5px;
    font-size: 18px;
    line-height: 30px;
    transition: .2s all ease;
}
.tour-det h4 a:hover{
    color: #000;
}
.tou-item {
    background: #fff;
    transition: .3s all ease;
    box-shadow: 0px 0px 1px #ddd;
}


.tour-det p {
    text-align: right;
    font-family: yekanNumbers, iransans;
    color: #d29914;
    font-size: 12px;
    padding: 0 5px;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
.tour-det> span{
        color: #888;
    display: block;
    padding: 5px;
}
.tour-det{

    padding: 5px 0 0;
}

.tour-det p span:first-child{
    margin-left: 5px;
}
.tour-det p span:last-child{
    height: 24px;
}
.tour-detail{
        background: #04a7ea;
    display: block;
    font: 16px/40px yekan;
    text-align: center;
    color: #fff;
    transition: .2s all ease;
    position: relative;
	padding:0 55px;
	border:none;
}
.tour-detail:before{
    content: '';
    width: 40px;
    height: 42px;
    left: 0;
    top: 0;
    position: absolute;
    background: #2d6c9c url(../images/tour-detail.png) no-repeat center center;
    transition: .2s all ease;
}
.tour-detail:hover{
    background: #2d6c9c;
}
.tour-detail:hover:before{
    background-color: #febf2b;
}












/*sp tour*/
.sp{
    background: url(../images/bg2.jpg) no-repeat center center fixed;
    padding: 60px 0;
    margin:30px 0;
}
.sp-a{
    width: 50%;
    height: 200px;
    float: right;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.sp-a img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 2s all ease;
}
.sp-item-inner:hover img{
    transform: scale(1.1) rotate(-4deg);
}
.sp-item-inner{
    display: flex;
    direction: rtl;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
        box-shadow: 0px 0px 3px #666;
        border-radius: 4px;
        /*margin:10px auto;*/
}
.sp-item-inner.portal{
    direction: ltr;
}
.sp-det{
      float: right;
    width: 50%;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    min-height: 200px;
    position: relative;
}
.sp-det:before{
    content: '';
    left: 100%;
    position: absolute;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 50%;
    transform: translateY(-50%);
}
.portal .sp-det:before{
    content: '';
    right: 100%;
    position: absolute;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 50%;
    border-left: none;
    left: auto;
}
.sp-det> h4>a{
    padding-top: 50px;
    font-size: 20px;
    color: #69C2CE;
    text-align: center;
    display: block;
}
.sp-det p{
    text-align: center;

}
.sp-overlay{
    transform: translateY(150px);
    text-align: center;
    transition: .5s all ease;
}
.sp-overlay-more{
        font: 16px yekan;
    color: #fff;
    background: #00acc1;
    padding: 0 10px;
    line-height: 30px;
    margin: 5px auto;
    border-radius: 3px;
}
.sp-overlay-more:before{
    background: #9DDDE6 !important;
}
.sp-item-inner:hover .sp-overlay{
    transform: translateY(0px);
}
.sp .main-title{
    color: #fff;
    text-shadow: 1px 1px 2px #111;
}











/*footer*/



.top-footer{
    box-sizing: border-box;
    padding-top: 10px;

    border-top: 5px solid #e3e3e3;
    background-color: #f5f5f5;
}

.f-tel{
display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/f-tel.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}
.f-email{
display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/f-email.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}
.f-address{
display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/f-address.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}
.f-fax{
  display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/f-fax.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}




/*camera caption*/
.camera_caption h4 {
    font-size: 22px;
    padding: 0 20px;
    text-align: center;
    background: rgba(105, 194, 206,.7);
    margin-bottom: 10px;
    animation: slideInLeft .5s linear;
        border-radius: 3px;
}
.camera_caption p {
    background: rgba(38, 142, 156,.8);
    padding: 0 20px;
    line-height: 30px;
    color: #ffffff;
    animation: slideInLeft .5s linear;
        border-radius: 3px;
}
.camera_caption a.read-more {
    display: inline-block;
    padding: 0px 10px 3px 35px;
    color: #fff;
    background: #0B7C8C url(../images/more2.png) no-repeat 5px center;
    margin: 10px 0;
    transition: .3s all ease;
    font-family: yekan;
    animation:fadeInUp .5s linear;
        border-radius: 3px;
}
.camera_caption a.read-more:hover{
    background: #43A7B5 url(../images/more2.png) no-repeat 1px center;
}


.f-wrapper{
    direction: rtl;
}


.TrcBox {
    border: 1px solid #2d6c9c;
    margin:35px auto 5px 50px;
    width: 180px;
    height: 30px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-sizing: border-box;

}
.TrcBut {

    background:#2D6C9C url(../images/patacc.png) no-repeat scroll center -2px;
    transition-duration: .2s;
     width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    margin: 0;
    padding: 0;
    border: medium none;
    cursor: pointer;
    text-indent: 100px;
    outline: none;

}

.TrcTxt {
    width: 100%;
    height: 32px;
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    color: #666;
    direction: rtl;
    font: 12px Yekan, YekanNumber;
    outline: none;
    text-align: right;
    box-sizing: border-box;
}
.TrcBut:hover {
    background:#ccc url(../images/patacc.png) no-repeat scroll center -34px;
    transition-duration: .2s;
}
.lang{
        position: fixed;
    top: 35px;
    left: 10px;
    z-index: 9999;
    background: #2d6c9c;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font: 16px/30px serif;
}

.company p {
    display: inline-block;
    float: right;
}


/*hotel*/
.hotel{
    margin: 30px auto;
}
.h-item{
    margin-bottom: 30px;
    overflow: hidden;
   /* width: 50%;*/
    float:right;
}
.h-right{
    float: right;
    width: 40%;
}
.h-right a{
        display: block;
    width: 100%;
    height: 200px;
}
.h-right a img{
    display: block;
    width: 100%;
    height: 100%;
}
.h-left{
float: left;
width: 60%;

}
.h-left h3 a{
        display: block;
    font-size: 22px;
    padding-right: 5px;
    color: #2d6c9c;
    line-height: 30px;
    transition: .2s all ease;
}
.h-left h3 a:hover{
    color: #000;
}
.h-left p span:first-child{
        color: #666;
    padding-right: 5px;
}
.h-left p span:last-child{
        color: #25b19b;
    font: 16px yekanNumbers,iransans;
}
.h-comment{
    text-align: justify;
    direction: rtl;
    padding-right: 5px;
}
.h-stars{
    clear: both;
    text-align: right;
    direction: rtl;
}
.h-stars span{
        display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;

}
.g-star{
 background: url(../images/g-star.png) no-repeat center center;
    background-size: contain;
}
.n-star{
  background: url(../images/n-star.png) no-repeat center center;
    background-size: contain;
}
.f-about-enamadHolder
{
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 1000;
}
.f-about p{
    font-size: 13px;
    text-align: justify;
    direction: rtl;
    color: #333;
}
.f-title{
    font: 20px/36px yekan;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

/*news*/

.news-item a{
    display: block;
    font: 18px/32px yekan;
    color: #666;
    font-weight: bold;
    background: url(../images/n-item.png) no-repeat right center;
    border-bottom: 1px solid #ddd;
    margin: 5px 0;
    padding: 0px 20px 5px 0;
    transition: .2s all ease;
}
.news-item:last-child a{
    border-bottom: none;
}
.news-item a:hover{
    color: #2d6c9c
}



/*boxes*/
.box-item{
    margin: 60px auto 20px;
    text-align: center;
    background: #eee;
}
.box-item img{
       background: #73e1d0;
    border-radius: 50%;
    padding: 25px;
    margin-top: -45px;
    border: 5px solid #fafafa;
}
.box-item h5{
    font: 20px/36px yekan,yekanNumbers;
    color: #2d6c9c;
}
.box-item p{
        padding: 0 10px 10px;
    color: #666;
    font: 14px/22px yekan;
}
.box-item img.box2{
    background: #33c7f8;
}
.box-item img.box3{
 background-color: #fcc135
}
.boxes{
    margin-top: -6px;
}


/*request form*/
.req-wrapper{
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
}
.request{
    border: 1px solid #fff;
    width: 100%;
    float: right;
    background: rgba(255,255,255,.6);
    box-shadow: 0 4px 6px #c8c8c8;
    direction: rtl;
    padding: 10px 0 0;
}
.request >form{
        width: 100%;
    float: right;
    position: relative;
}

.form-item-check label{
       color: #222;
    font: 14px/22px yekan;
}
.form-item-check input[type="text"]{
        border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 5px;
    direction: rtl;
    width: 90%;
    font: 12px/30px yekan;
    margin: 0 0 5px 0;
    box-sizing: border-box;
}
.form-item-select{
    width: 33.33%;
    float: right;
    box-sizing: border-box;
    padding: 0 5px;
}
.form-item-check{
    width: 50%;
    float: right;
    height: 37px;
}
.form-item-full{
    width: 100%;
}
.form-item-select select{
        width: 100%;
    font: 12px/30px yekan,yekanNumbers;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 3px;
        margin-bottom: 5px;
}
.form-btn{
        position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 220px;
}
.comment_form input{
    width: 95%;
    font: 12px/30px yekan;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 0 30px 0;
    height: 32px;
    box-sizing: border-box;
    padding: 0 5px;
}
.inputCapcha{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 5px;
    direction: rtl;
    width:84.5% !important;
    font: 12px/30px yekan;
    margin: 0 0 5px 0;
    box-sizing: border-box;
}

/*offer*/
.offer-item{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    clear: both;
}
.offer-item h6 a{
        font: 18px/30px yekan;
    color: #2d6c9c;
    display: block;
    transition: .2s all ease;
}
.offer-item h6 a:hover{
color: #fdb40a;
}
.offer-item p{
        color: #666;
    font: 12px/20px yekan;
}
.o-det{
    margin-top: 5px;
    overflow: hidden;
}
.o-dest{
color: #04a7ea;
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 5px;
    font: 14px/20px yekan;
}
.o-price{
    font: 14px/20px yekanNumbers,iransans;
    color: #04a7ea;
    font-weight: bold;
    direction: rtl;
    float: right;
    padding: 0 5px;
}
#enamadHolder {
    display: block;
    position: relative;
    margin-top: 25%;
    background: url(../images/lftqr.png) no-repeat left 20px;
}
#InEnamadHolder {
    float: none;
    width: 145px;
    height: 156px;
    background: #ffffff;
    border: 1px solid #ddd;
    display: block;
    padding: 7px;
    margin: 0 auto;
    text-align: center;
}
#InEnamadHolder img {
    float: none;
    border: none;
    margin: 5px auto;
    width: 125px;
    height: 136px;
}
.samandehi {
    display: inline-block;
    width: 130px;
    float: right;
    text-align: center;
    margin-top: 35px;
}
.enamad {
    display: inline-block;
    margin-top: 40px;
    float: right;
}