/* Index of Styles */
/*
    Back to Top
    eNamad Text
    eNamad Logo
    PopUp Box
    Main Menu
	Page Titles
	Page Container
	Social Icons
	Footer
	CopyRight
*/

body {
	background: url('../images/slash-bg-white.jpg') repeat;
}
/* =============== Back to Top =============== */
.backToTop {
    display: none;
    width: 32px;
    height: 32px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #fff;
    background: url('../images/backTop.png') center center no-repeat;
    border-radius: 50%;
    cursor: pointer;
	transition: all 0.3s ease;
    z-index: 9;
}
.backToTop:hover {
	opacity: 0.75;
}

/* =============== eNamad Static Text =============== */
.enamadText {
    width: 100%;
    height: auto;
    min-height: 40px;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 0px auto;
    padding: 5px 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}
.enamadText p {
    line-height: 24px;
	padding: 10px 40px;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
}
.closeEnamad {
    width: 30px;
    height: 30px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    background: #eee url('../images/closeBtn.png') no-repeat 0px 0px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-out;
    z-index: 9;
}
a.closeEnamad:hover {
    background: #eee url('../images/closeBtn.png') no-repeat 0px -30px;
}
@media (max-width: 543px) {
	.enamadText {
		display: none;
	}
}
/* =============== eNamad Logo =============== */
.enamadBox {
    width: 190px;
    height: 150px;
    overflow: hidden;
    position: fixed;
    top: 200px;
    left: -150px;
    transition: all 0.3s ease-out;
    z-index: 9;
}
.enamadBox:hover {
    left: 0px;
}
.enamadLogo {
    width: 40px;
    height: 40px;
    float: right;
    background: #f9f9f9 url('../images/enamad.png') no-repeat center center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.enamadContent {
    width: 150px;
    height: 150px;
    overflow: hidden;
    float: left;
    background: #f9f9f9;
    border-bottom-right-radius: 5px;
}

/* =============== PopUp Box =============== */
.blackContainer {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
}
.popUpBox {
    display: none;
    width: 60%;
    height: auto;
    overflow: hidden;
    position: fixed;
    left: 20%;
    top: 20%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.75);
    z-index: 999;
}
.popUpHeader {
    width: 100%;
    height: 50px;
    position: relative;
    background: #eee;
}
.popUpHeader span {
    width: auto;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    padding-right: 20px;
}
@media (max-width: 544px) {
    .popUpHeader span {
        font-size: 12px;
    }
}
@media (max-width: 380px) {
    .popUpHeader span {
        font-size: 10px;
        padding-right: 10px;
    }
}
.btnClose {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff url('../images/closeBtn.png') no-repeat 0px 0px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-out;
    z-index: 9;
}
.btnClose:hover {
    background: #fff url('../images/closeBtn.png') no-repeat 0px -30px;
}
.popUpContent {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.popUpContent input {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    font: normal 14px 'IranSansLight';
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
    outline: none;
}
.popUpContent input:hover {
    border: 1px solid #ccc;
}
.popUpContent input:active, .popUpContent input:focus {
    border: 1px solid #4bafb7;
}
.popUpContent input[type=button] {
    border: none;
    background: #4bafb7;
    color: #fff;
    font: normal 16px 'IranSans';
    cursor: pointer;
}
.popUpContent input[type=button]:hover, .popUpContent input[type=button]:active, .popUpContent input[type=button]:focus {
    background: #318e98;
}

/* ========== Tracking Code ========== */
.TrcBox {
    width: 90%;
    height: 32px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #d50000;
    float: right;
    margin: 0px 5%;
    box-sizing: border-box;
}
.TrcTxt {
    width: 100%;
    height: 26px;
    float: right;
    margin: 0;
    padding: 2px 10px 0 0;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #666;
    direction: rtl;
    text-align: right;
    font: 14px Yekan, YekanNumber;
	outline: none;
}
.TrcBut {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    margin: 0;
    padding: 0;
    background: #d50000 url("../images/patacc.png") no-repeat scroll center -2px;
    border: medium none;
    cursor: pointer;
    text-indent: 100px;
	outline: none;
}
.TrcBut:hover {
    background: #d50000 url("../images/patacc.png") no-repeat scroll center -34px;
}

/* =============== Main Menu =============== */

/* in Mobile Mode */
.mainMenuContainer {
	width: 100%;
	float: right;
	clear: both;
	background: #c4da5e;
}
.mainMenuContainer * {
	font-family: "Yekan","YekanNumbers";
}
a.mobMenu {
    width: 100%;
    height: 50px;
    overflow: hidden;
    float: right;
    text-align: center;
    line-height: 45px;
    color: #000;
	background: #c4da5e;
    text-decoration: none;
}
ul.mainMenu {
	width: 100%;
    height: auto;
    overflow: hidden;
}
ul.mainMenu > li {
	width: 100%;
	float: right;
}
ul.mainMenu > li > a {
	width: 100%;
	float: right;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 20px;
	text-align: right;
    border-bottom: 1px solid #b2c84b;
	transition: all 0.1s ease-out;
	color: #000;
}
ul.mainMenu > li:first-child > a {
    border-top: 1px solid #b2c84b;
}
ul.mainMenu > li.active {
	background: #9bb138;
}
ul.mainMenu > li.active > a {
	color: #fff;
}
ul.mainMenu > li.active > a:hover {
	background: #9bb138;
	color: #fff;
}
ul.mainMenu > li > a:hover {
	background: #b2c84b;
	color: #000;
}
ul.mainMenu > li > a span {
    padding-left: 5px;
}
ul.mainMenu > li > ul.subMenu a span {
    padding-left: 5px;
}
ul.mainMenu > li > ul.subMenu > li > ul a span {
    display: none;
}
ul.mainMenu > li ul.subMenu {
	display: none;
	width: 100%;
}
ul.mainMenu > li ul.subMenu li {
	text-align: right;
	text-decoration: none;
}
ul.mainMenu > li ul.subMenu li a {
	width: 100%;
	float: right;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 30px;
	text-align: right;
	color: #000;
	background: #b2c84b;
	border-bottom: 1px solid #9bb138;
	transition: all 0.1s ease-out;
	box-sizing: border-box;
}
ul.mainMenu > li ul.subMenu li a:hover {
	background: #9bb138;
	color: #000;
}

ul.mainMenu > li ul.subMenu li ul {
	display: none;
	width: 100%;
}
ul.mainMenu > li ul.subMenu li ul li{
}
ul.mainMenu > li ul.subMenu li ul li a {
	width: 100%;
	float: right;
	font-size: 13px;
	text-align: right;
	line-height: 20px;
	padding: 10px 50px;
	text-decoration: none;
	color: #fff;
	background: #9bb138;
	border-bottom: 1px solid #9bb138;
	transition: all 0.1s ease-out;
	box-sizing: border-box;
}
ul.mainMenu > li ul.subMenu li ul li a:hover {
	color: #000;
}

/* in Desktop Mode */
@media (min-width: 768px) {
    .mainMenuContainer {
        width: 100%;
        float: right;
        clear: both;
		background: none;
    }
	.menuFixTop {
		position: fixed;
		top: 0px;
		background: #B71C1C;
		background: linear-gradient(to right, #B71C1C 0%, #C62828 50%, #B71C1C 100%);
		z-index: 99;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
    a.mobMenu {
        display: none;
    }
    ul.mainMenu {
		width: 100%;
        max-width: 1140px;
        overflow: visible;
        margin: 0 auto;
    }
    ul.mainMenu > li {
        position: relative;
        float: right;
        border: 0px;
        width: 20%;
        box-sizing: border-box;
    }
    ul.mainMenu > li > a {
        width: 100%;
        float: right;
        font-size: 16px;
        text-align: center;
        padding: 30px 0px;
        line-height: 20px;
        text-decoration: none;
		border: none;
        transition: all 0.1s ease-out;
        color: #000;
		background: #c4da5e;
    }
    ul.mainMenu > li:first-child > a {
		border: none;
	}
    ul.mainMenu > li.active a {
        background: #9bb138;
		color: #fff;
    }
    ul.mainMenu > li.active > a:hover {
        color: #fff;
    }
    ul.mainMenu > li > a:hover {
		background: #b2c84b;
    }
	ul.mainMenu > li > a span {
		padding-left: 5px;
		display: none;
	}
	ul.mainMenu > li > ul.subMenu a span {
		display: none;
	}
    ul.mainMenu > li ul.subMenu {
        display: none;
        width: auto;
        position: absolute;
        right: 0px;
        top: 80px;
        padding-top: 2px;
        list-style: none;
        z-index: 99;
		
		-webkit-transform: rotate3d(1, 0, 0, 90deg);
          		transform: rotate3d(1, 0, 0, 90deg);
		-webkit-transform-origin: 50% 0%;
				transform-origin: 50% 0%;
		-webkit-animation: in-top 500ms ease 0ms 1 forwards;
				animation: in-top 500ms ease 0ms 1 forwards;
    }
	@-webkit-keyframes in-top {
		from {
		-webkit-transform: rotate3d(-1, 0, 0, 90deg);
				transform: rotate3d(-1, 0, 0, 90deg);
		}
		to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
				transform: rotate3d(0, 0, 0, 0deg);
		}
	}
	@keyframes in-top {
		from {
		-webkit-transform: rotate3d(-1, 0, 0, 90deg);
				transform: rotate3d(-1, 0, 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 {
		width: 100%;
		float: right;
		position: relative;
		-webkit-perspective: 400px;
				perspective: 400px;
    }
    ul.mainMenu > li ul.subMenu li a {
        width: 100%;
        float: right;
        font-size: 16px;
        text-align: center;
        padding: 20px 20px;
        line-height: 20px;
        text-decoration: none;
        color: #000;
        background: #c4da5e;
        border-bottom: 1px solid #b2c84b;
        transition: all 0.1s ease-out;
        box-sizing: border-box;
    }
    ul.mainMenu > li ul.subMenu li a:hover {
		background: #b2c84b;
        color: #000;
    }
    ul.mainMenu > li ul.subMenu li:last-child a {
        border-bottom: none;
    }

    ul.mainMenu > li ul.subMenu li ul {
        display: none;
        width: 150px;
        position: absolute;
        right: 228px;
        top: 0px;
        padding-right: 2px;
        list-style: none;
        z-index: 9;
		
		-webkit-transform: rotate3d(1, 0, 0, 90deg);
          		transform: rotate3d(1, 0, 0, 90deg);
		-webkit-transform-origin: 100% 0%;
				transform-origin: 100% 0%;
		-webkit-animation: in-right 500ms ease 0ms 1 forwards;
				animation: in-right 500ms ease 0ms 1 forwards;
    }
	@-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 ul.subMenu li:hover ul {
        display: block;
    }
    ul.mainMenu > li ul.subMenu li ul li{
    }
    ul.mainMenu > li ul.subMenu li ul li a {
        width: 100%;
        float: right;
        font-size: 13px;
        text-align: right;
        padding: 10px 20px;
        line-height: 20px;
        text-decoration: none;
        color: #fff;
        background: #c4da5e;
        border-bottom: 1px solid #b2c84b;
        transition: all 0.1s ease-out;
        box-sizing: border-box;
    }
    ul.mainMenu > li ul.subMenu li ul li a:hover {
		background: #b2c84b;
    }
    ul.mainMenu > li ul.subMenu li:last-child a {
        border-bottom: none;
    }
}

/* ======/* =============== Page Titles =============== */
.pageTitles {
    width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	margin: 0px;
    padding: 0px;
	border-bottom: 1px solid #c4da5e;
}

.pageTitles p {
	direction: rtl;
	text-align: left;
    font: normal 12px "Yekan","YekanNumbers";
	margin-top: 30px;
    padding: 10px;
    color: #fdb714;
}
.pageTitles h1 {
	direction: rtl;
	text-align: right;
    font: normal 22px "Yekan","YekanNumbers";
    padding: 10px;
	margin-top: 20px;
    color: #9bb138;
}
.pageTitles p a {
    font: normal 12px 'IranSansLight';
    text-decoration: none;
    color: #c4da5e;
}
.pageTitles p a:hover {
    text-decoration: underline;
	color: #b2c84b;
}
.pageTitles p span {
	color: #9bb138;
	padding: 0px 5px;
}
.pageTitles p span:last-child {
	display: none;
}

@media (max-width: 543px) {
	.pageTitles p {
		text-align: right;
		margin-top: 0px;
	}
}

/* =============== Page Container =============== */
.newContainer {
    width: 100%;
    max-width: 1140px;
	height: auto;
	overflow: hidden;
    margin: 0px auto;
    padding: 0px;
}

/* =============== Header =============== */
header {
	width: 100%;
	height: auto;
	overflow: hidden;
}
header .logoR p {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 5px;
}
header .logoL p {
	text-align: left;
	margin-top: 27px;
}

@media (max-width: 767px) {
	header .logoL {
		display: none;
	}
	header .logoR p {
		text-align: center;
		margin-top: 25px;
		margin-bottom: 10px;
	}
}
/* =============== Slider =============== */
/* jssor slider bullet navigator skin 01 css */
/*
.jssorb01 div           (normal)
.jssorb01 div:hover     (normal mouseover)
.jssorb01 .av           (active)
.jssorb01 .av:hover     (active mouseover)
.jssorb01 .dn           (mousedown)
*/
.slider {
	margin-bottom: 10px;
}
.loadingBox {
	position: absolute;
	top: 0px;
	left: 0px;
}
.loading1 {
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.loading2 {
	position:absolute;
	display:block;
	background: url('../images/loading.gif') no-repeat center center;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.sliderBox {
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1140px;
	height: 440px;
	overflow: hidden;
}
.sliderCaption {
	position: absolute;
	top: 160px;
	left: 60px;
	width: 1020px;
	height: 30px;
	background-color: rgba(0,0,0,0);
	font: normal 60px "Yekan","YekanNumbers";
	color: #ffffff;
	line-height: 80px;
	text-align: center;
}
.jssorb01 {
    position: absolute;
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
    position: absolute;
    /* size of bullet elment */
    width: 12px;
    height: 12px;
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border: #000 1px solid;
}
.jssorb01 div { background-color: gray; }
.jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
.jssorb01 .av { background-color: #fff; }
.jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

/* jssor slider arrow navigator skin 02 css */
/*
.jssora02l                  (normal)
.jssora02r                  (normal)
.jssora02l:hover            (normal mouseover)
.jssora02r:hover            (normal mouseover)
.jssora02l.jssora02ldn      (mousedown)
.jssora02r.jssora02rdn      (mousedown)
*/
.jssora02l, .jssora02r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url('../images/sliderArrow.png') no-repeat;
    overflow: hidden;
}
.jssora02l {
	background-position: 0px -40px;
	top:50%;
	left:8px;
	width:50px;
	height:50px;
}
.jssora02r {
	background-position: -70px -40px;
	top:0px;
	right:8px;
	width:50px;
	height:50px;
}
.jssora02l:hover { background-position: -120px -40px; }
.jssora02r:hover { background-position: -190px -40px; }
.jssora02l.jssora02ldn { opacity: 0.75; }
.jssora02r.jssora02rdn { opacity: 0.75; }


/* =============== Social Icons =============== */
.topSocial {
	padding: 15px 0px;
}
.topSocial a {
	width: 34px;
	height: 34px;
	overflow: hidden;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 34px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.topSocial a.facebook { background: #c4da5e url('../images/social.png') 5px 9px no-repeat; }
.topSocial a:hover.facebook { background: #fff url('../images/social.png') 5px -55px no-repeat; }
.topSocial a.twitter { background: #c4da5e url('../images/social.png') -20px 9px no-repeat; }
.topSocial a:hover.twitter { background: #fff url('../images/social.png') -20px -55px no-repeat; }
.topSocial a.google { background: #c4da5e url('../images/social.png') -46px 9px no-repeat; }
.topSocial a:hover.google { background: #fff url('../images/social.png') -46px -55px no-repeat; }
.topSocial a.linkedin { background: #c4da5e url('../images/social.png') -71px 9px no-repeat; }
.topSocial a:hover.linkedin { background: #fff url('../images/social.png') -71px -55px no-repeat; }
.topSocial a.instagram { background: #c4da5e url('../images/social.png') -96px 9px no-repeat; }
.topSocial a:hover.instagram { background: #fff url('../images/social.png') -96px -55px no-repeat; }
.topSocial a.telegram { background: #c4da5e url('../images/social.png') -122px 9px no-repeat; }
.topSocial a:hover.telegram { background: #fff url('../images/social.png') -122px -55px no-repeat; }

/* =============== Gallery =============== */
.gallery {
	width: 100%;
	height: auto;
	float: right;
	margin: 50px 0px;
	position: relative;
}
.gallery h1 {
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}
.titleBorder1 {
	width: 110px;
	height: 1px;
	border-bottom: 3px solid #000;
	position: absolute;
	left: 50%;
	top: 75px;
	margin-left: -100px;
}
.titleBorder2 {
	width: 90px;
	height: 1px;
	border-bottom: 5px solid #000;
	position: absolute;
	left: 50%;
	top: 74px;
	margin-left: 10px;
}
.gallery .galleryImg {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.gallery .galleryImg a {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(196, 218, 94, 0) url('../images/plus.png') center bottom no-repeat;
	opacity: 0;
	transition: all 0.3s ease;
}
.gallery .galleryImg a:hover {
	background: rgba(196, 218, 94, 0.5) url('../images/plus.png') center center no-repeat;
	opacity: 1;
}

/* =============== About =============== */
.about {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: right;
	padding: 75px 0px;
	background: url('../images/aboutBg.jpg') center top no-repeat fixed;
}
.aboutText {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 20px 30px 20px;
	background: rgba(196, 218, 94, 0.75);
	box-sizing: border-box;
}
/* =============== Footer =============== */
footer {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	background: #9bb138;
	border-top: 10px solid #c4da5e;
}
#googleMap {
	width: 100%;
	height: 300px;
}
.googleLabel {
	font: normal 12px 'IranSansLight';
}
.footerInfo {
	width: 100%;
	height: 300px;
	background: rgba(0, 0, 0, 0.25);
}
.footerInfo h6 {
	color: #fff;
	padding: 10px 20px 0px 20px;
	box-sizing: border-box;
}
.footerInfo p {
	color: #fff;
	padding: 0px 20px 0px 20px;
	font-size: 14px;
	box-sizing: border-box;
}
.footerInfo p span {
	font: normal 16px "Yekan","YekanNumbers";
	padding-left: 5px;
}
footer p.address, footer p.phone {
	color: #999;
}

@media (max-width: 767px) {
	.footerInfo {
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
	}
}

/* =============== CopyRight =============== */
.copyright {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 0px;
	background: rgba(0, 0, 0, 0.25);
}
.copyright .company p, .copyright .irantech p {
	direction: rtl;
	color: rgba(255, 255, 255, 0.5);
}
.copyright .company p a, .copyright .irantech p a {
	color: #c4da5e;
	padding: 0px 5px;
	opacity: 0.5;
	transition: all 0.3s ease;
}
.copyright .irantech p {
	text-align: left;
}
.copyright .irantech p a.cheapTour {
	color: rgba(255, 255, 255, 0.25);
}
.copyright a:hover {
	opacity: 1 !important;
}
@media (max-width: 991px) {
	.copyright .company p, .copyright .irantech p {
		text-align: center;
	}
}
