@charset "UTF-8";

/* ========== General ========== */

/*
=== Colors ===
base: #3389d7
dark: #0E73CD
complete: ##FFA82E
complete light: #F28E00
3rd: #00A466
*/

* { outline: none; }
html { direction: rtl; }
body { cursor: default; font-family: 'IRANSans', tahoma; line-height: 22px; font-size: 14px; }

a, a:hover, a:focus, a i { 
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a { color: #3389d7; }
a:hover { color: #333; }

img { 
	max-width: 100%; height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0; vertical-align: middle; 
}

/* ========== Helper ========== */
.er-clear { clear: both; }

.er-verdana { font-family: verdana !important; }
.er-relative { position: relative; }

.er-mt { margin-top: 25px; }
.er-mb { margin-bottom: 25px; }

a.er-more-link { display: inline-block; padding: 0px 15px 2px; font-size: 14px;  color: #FFA82E; float: left; }
a.er-more-link:hover { color: #fff; }

.er-bg-light { padding: 10px 0 50px; background: #f5f5f5; }
.er-news-bg { background: #f7f7f7; padding: 0px 0 20px; }

.er-ta-right { text-align: right; }
.er-ta-left { text-align: left; }

.er-mb-small { margin-bottom: 10px !important; }
.er-mb-medium { margin-bottom: 20px !important; }
.er-mb-large { margin-bottom: 30px !important; }

/* ========== Fontface ========== */
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/IRANSansWeb_Bold.eot');
	src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/IRANSansWeb_Medium.eot');
	src: url('../fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/IRANSansWeb_Light.eot');
	src: url('../fonts/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSansWeb.eot');
	src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSansWeb.ttf') format('truetype');
}
/* ===== Back to Top ===== */
.er-back-to-top { position: fixed; z-index: 99; bottom: 10px; right: 10px; display: none; }
.er-back-to-top a { display: block; width: 30px; height: 30px; background: #ffe295; color: #fff; line-height: 30px; font-size: 16px; border-radius: 50%; text-align: center; box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }

/* === Header layout 2  === */
.er-container { box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/* === Header layout 2  === */
.er-hl-2 { position: relative; z-index: 1; }
.er-topheader-wrap { background: #ffffff; }
.er-hl-2 .er-logo { padding: 10px 0; }
.er-hl-2 .er-logo .er-logo-img { float: right; max-height: 60px; margin-left: 10px; }
.er-hl-2 .er-logo .er-logo-img img { max-width: 60px; }
.er-hl-2 .er-logo .er-logo-txt { float: right; height: 60px; }
.er-hl-2 .er-logo .er-logo-txt h2 { font-size: 20px; line-height: 30px; color: #666; margin: 0 0 0; }
.er-hl-2 .er-logo .er-logo-txt h2 a { color: #666; }
.er-hl-2 .er-logo .er-logo-txt h2 a:hover { color: #3389d7; }
.er-hl-2 .er-logo .er-logo-txt p { color: #999; margin: 0; }

.er-top-header-text { text-align: left; margin-top: 15px; color: #7d7d7d; }
.er-top-header-text h3 { margin: 0; font-size: 20px; margin-top: 5px; }
.er-top-header-text h4 { margin: 0; font-size: 14px; margin-top: 20px; }
.er-top-header-img { float: left; margin-right: 10px; }

.er-hl-2 .er-menu { background: #fff; position: relative; z-index: 0; }
.er-hl-2 .er-menu .navbar { margin-bottom: 0; min-height: 40px; }
.er-hl-2 .er-menu ul { font-size: 0; }
.er-hl-2 .er-menu ul li { margin: 0; }
.er-hl-2 .er-menu ul li a { padding: 10px 10px 13px; color: #4b4b4b; font-size: 15px; line-height: 21px; font-weight: 400; border-left: none; text-shadow: 0 0 0 !important; }
.er-hl-2 .er-menu ul li a i {color:#a384a9; margin-left:3px;}
.er-hl-2 .er-menu ul li.active a, .er-hl-2 .er-menu ul li a:hover { background: #fff; border-bottom:3px solid #ffcb7a; }
.er-hl-2 .er-menu .container-fluid { padding-right: 0; padding-left: 0; }

.er-hl-2 .awe-navbar-body > li > ul > li[data-subset]:after, .er-hl-2 .awe-navbar-body > li > ul > li > ul > li[data-subset]:after, .er-hl-2 .awe-navbar-body > li > ul > li > ul > li > ul > li[data-subset]:after { border-right-color: #c9c9c9; margin-top: -4px; }
.er-hl-2 .awe-navbar-body > li[data-subset]:hover > a { border-bottom:3px solid #ffcb7a; }
.er-hl-2 .awe-navbar-body > li > ul > li[data-subset]:hover > a, .er-hl-2 .awe-navbar-body > li > ul > li > ul > li[data-subset]:hover > a, .er-hl-2 .awe-navbar-body > li > ul > li > ul > li > ul > li[data-subset]:hover > a { background: #444; color: #fff; border-bottom:3px solid #ffcb7a; }

.er-hl-2 .er-menu ul.awe-navbar-body > li ul {  }
.er-hl-2 .er-menu ul.awe-navbar-body > li ul li {  }
.er-hl-2 .er-menu ul.awe-navbar-body > li > ul li a { padding: 12px 15px 7px; color: #333; font-size: 14px; border-top: 1px solid #cfcfcf; background: #ffffff; border-bottom:3px solid #ffffff; width: 260px; }
.er-hl-2 .er-menu ul.awe-navbar-body > li > ul li.active > a, .er-hl-2 .er-menu ul > li > ul li a:hover { background: #444; color: #fff; border-bottom:3px solid #ffcb7a;}

/* max-width:767px */
.er-hl-2 .awe-navbar-toggle .icon-bar { background-color: #666; }
.er-hl-2 .awe-navbar.awe-navbar-opened .awe-navbar-header { background: #666; }
.er-hl-2 .awe-navbar.awe-navbar-opened .awe-navbar-toggle .icon-bar { background-color: #fff; }
.er-hl-2 .awe-navbar.awe-navbar-opened {  }
.er-hl-2 .awe-navbar.awe-navbar-opened .awe-navbar-list { padding: 0; }
.er-hl-2 .awe-navbar.awe-navbar-opened .awe-navbar-list > ul {  }
.er-hl-2 .awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li { margin: 3px 0; }
.er-hl-2 .awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li a { display: block; border-left: 0; color: #666; width: auto; background: #f5f5f5; border-top: 0; }
.er-hl-2 .awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li a:hover, .awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li.active > a { background: #ddd; }
.er-hl-2 .awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li ul { margin-right: 35px; }
.er-hl-2 .awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li ul li { margin: 3px 0; }

@media (min-width:768px) and (max-width:991px) {
	.er-hl-2 .er-menu ul.awe-navbar-body > li > ul li a { width: 175px; }
	.er-hl-2 .awe-navbar-body > li > ul ul { right: 20%; top: 80%; }
}

@media (max-width:767px) {
	.er-hl-2 .awe-navbar { background: none; }
	.er-hl-2 .awe-navbar .awe-navbar-title { color: #333; font-size: 16px; line-height: 18px; padding-right: 5px; }
	.er-hl-2 .awe-navbar.awe-navbar-opened .awe-navbar-title { padding-right: 20px; }
	.er-hl-2 .awe-navbar .awe-navbar-toggle.awe-collapsed { float: right; margin-left: 0; }
	.er-hl-2 .awe-navbar-opened .awe-navbar-title { color: #fff; }
	.er-hl-2 .awe-navbar.awe-navbar-opened { background: #fff; }
	.er-topheader-wrap { background: #666; }
	.er-hl-2 .er-logo { text-align: center; }
	.er-hl-2 .er-logo .er-logo-img { float: none; margin-left: 0; margin-bottom: 10px; }
	.er-hl-2 .er-logo .er-logo-txt { float: none; }
	.er-top-header-text { display: none; }
	
	.er-hl-2 .er-logo .er-logo-txt h2 a { color: #fff; }
}

/* Fixed Menu */
.er-hl-2 .er-menu {
	-webkit-transition: background .2s ease .2s; 
	-ms-transition: background .2s ease .2s;
	-o-transition: background .2s ease .2s;
	-moz-transition: background .2s ease .2s;
	transition: background .2s ease .2s;
}
.er-hl-2 .er-menu.fixed { position: fixed; right: 0; top: 0; left: 0; z-index: 1; background:#ffffff; box-shadow:0 1px 3px 1px rgba(0, 0, 0, 0.1); }

/* Search */
.er-hl-2 .er-menu .container { position: relative; z-index: 0; }
.er-search-icon { position: absolute; left: 15px; top: 7px; }
.er-search-icon a { display: block; width: 30px; height: 30px; background:#696969; border-radius: 2px; text-align: center; line-height: 30px; font-size: 16px; color: #fff; }
.er-search-icon a:hover { background: #929292; }
.er-search-icon a.er-search-close { display: none; }
.er-search-form { display: none; position: absolute; left: 0; right: 0; top: 44px;  text-align: center; background: rgba(0, 0, 0, 0.9); padding: 10px 0; }
.er-search-form input[type="text"] { background: rgba(255, 255, 255, 0.3); border: none; outline: none; height: 36px; width: 30%; padding: 0 15px 2px; box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2) inset; border-radius: 4px; vertical-align: middle; color: #fff; }
.er-search-form input[type="submit"] { border: none; background:url(../images/search-light.png) center center no-repeat; vertical-align: middle; height: 32px; width: 32px; margin-right: -42px; position: relative; z-index: 1; }

@media (max-width:767px) {
	.er-search-form input[type="text"] { width: 70%; }
}


/* === Home optic === */
.homeoptic {background: linear-gradient(to right, rgba(65,145,170,1) 0%, rgba(101,105,174,1) 100%);  position:relative;}
.homeoptic .onheader {position:relative; width:100%;}
.square1, .square2, .square3, .square4, .square5, .square6, .square7, .square8 {position: absolute;}
.square1 {width: 70px; height: 70px; left:0; top: 180px; background: rgba(255,255,255,0.1);}
.square2 {width: 80px; height: 80px; left:500px; top: 100px; background: rgba(255,255,255,0.1);}
.square3 {width: 150px; height: 150px; left: 450px; top:140px; background: rgba(255,255,255,0.1);}
.square4 {width: 80px; height: 80px; left: 1000px; top: 210px; background: rgba(255,255,255,0.1);}
.square5 {width: 90px; height: 90px; left: 50px; top: 350px; background: rgba(255,255,255,0.1);}
.square6 {width: 110px; height: 110px; left: 50px; top: 50px; background: rgba(255,255,255,0.1);}
.square7 {width: 60px; height: 60px; left: 700px; top: 100px; background: rgba(255,255,255,0.1);}
.square8 {width: 110px; height: 110px; left: 1050px; top: 130px; background: rgba(255,255,255,0.1);}

.homeoptic .homeinfo {padding:100px 10px 0px;}
.homeoptic .homeinfo h1 {font:500 27px/30px 'IRANSans', Tahoma; color:#ffffff; margin:0 0 30px; text-shadow: 1px 1px #5f5f5f;}
.homeoptic .homeinfo p {font:400 17px/33px 'IRANSans', Tahoma; color:#ffffff; text-shadow: 1px 1px #5f5f5f;text-align: justify;}
.homeoptic .homeimg {text-align:center; padding:95px 0 80px;}
.homeoptic .homeimg img {width:90%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  }
.lined {position:absolute; width: 100%; opacity: 0.5; min-height: 415px;}

.threeoption {padding:110px 0; background:#ffffff;}
.threeoption .oneoption {text-align:center;}
.threeoption .oneoption h4 {text-align:center; font:400 19px/30px 'IRANSans', Tahoma; margin:17px 0 10px;  color:#222; }
.threeoption .oneoption p {text-align:center; font:300 15px/33px 'IRANSans', Tahoma;  color:#585858;}
.threeoption .oneoption a i {font-size:11px; font-weight:300; margin:0 4px 0 0;}
.threeoption .oneoption a:hover i {font-size:11px; font-weight:300; margin:0 12px 0 0;}

.subscribehome {background:#ffe295; }
.subscribehomein { background:url(../images/newsletter.png) right top no-repeat;  padding:40px 0 40px;}
.subscribehome .subscribehomein .title h4 { margin:10px 0 10px; font:400 24px/30px 'IRANSans', Tahoma; background:url(../images/barnewsletter.gif) right center no-repeat; padding:0 35px 0 0; }
.subscribehome .subscribehomein .title p { margin:0 0 10px; font:300 17px/33px 'IRANSans', Tahoma; }
.subscribehome .subscribehomein .newsletter {margin:0; display:block;}
.subscribehome .subscribehomein .newsletter form {padding:0px !important;}
.subscribehome .subscribehomein .newsletter form:after {content:' '; clear:both; display:block;}
.subscribehome .subscribehomein .newsletter form input.newsletter-firstname { display: none;}
.subscribehome .subscribehomein .newsletter form .newsletter-email {font: 300 16px/1.3 'IRANSans',Tahoma; color:#30373b; border:0px; border-radius:0 3px 3px 0; padding: 15px 10px; width:65%; float:right; margin:0;}
.subscribehome .subscribehomein .newsletter form .newsletter-email:focus { direction:ltr; }
.subscribehome .subscribehomein .newsletter form .newsletter-submit {font:300 17px/1.3 'IRANSans'; direction:ltr; color:#fafafa; background:#d44d4d; border:0; border-radius:3px 0 0 3px; padding:0.81em 0.98889em; width:23%; float:right; margin:0px; text-align:center;}
.subscribehome .subscribehomein .nopay {margin: 0px; padding: 0px; text-align: right;  color:#5a4a40; font: 300 14px/2 'IRANSans', tahoma;}


.publiclearn {background:#ffffff; padding:90px 0 110px;}
.publiclearn .title h4 { margin:10px 0 40px; font:400 24px/30px 'IRANSans', Tahoma; background:url(../images/barpublic.gif) right center no-repeat; padding:0 35px 0 0; }
.publiclearn .publiclearnitem {text-align:center;}
.publiclearn .publiclearnitem h6 {text-align:center; font:400 17px/30px 'IRANSans', Tahoma; margin:17px 0 10px; color:#222; }
.publiclearn .publiclearnitem p {text-align:center; font:300 14px/33px 'IRANSans', Tahoma; color:#585858;}
.publiclearn .publiclearnitem a {color:#2a9898;}
.publiclearn .publiclearnitem a:hover {color:#066666;}
.publiclearn .publiclearnitem a i {margin-left:3px; font-size:11px; font-weight:300;}
.publiclearn .publiclearnitem a:hover i {margin-left:8px;}
.publiclearn .publiclearnmore {text-align:right;}
.publiclearn .publiclearnmore h6 {text-align:right; font:400 17px/30px 'IRANSans', Tahoma; margin:17px 15px 15px; color:#222; }
.publiclearn .publiclearnmore a {display:block; margin:0 20px 15px; color:#646464; }
.publiclearn .publiclearnmore a:hover {color:#222;}
.publiclearn .publiclearnmore a i {margin-left:3px; font-size:11px; font-weight:300;}
.publiclearn .publiclearnmore a:hover i {margin-left:8px;}
.publiclearn .publiclearnmore .publiclearnbutton {background:#70dacd; color:#ffffff; display:inline-block; padding:8px 22px; border-radius:3px;}
.publiclearn .publiclearnmore .publiclearnbutton:hover {background:#4ebcaf; color:#ffffff;}

.privatelearn {background:#6569ae; }
.privatelearnin { background:url(../images/privatelearn.png) right bottom no-repeat;  padding:40px 0 30px;}
.privatelearn .privatelearnin .title h4 { margin:10px 0 10px; font:400 24px/30px 'IRANSans', Tahoma; background:url(../images/barnewsletter.gif) right center no-repeat; padding:0 35px 0 0; color:#ffffff; display:inline; float:right;}
.privatelearn .privatelearnin .title p { margin:0 25px 10px; font:300 17px/53px 'IRANSans', Tahoma; display:inline; float:right; color:#d3d5eb; }
.privatelearn .privatelearnin .title p { margin:0 25px 10px; font:300 17px/53px 'IRANSans', Tahoma; display:inline; float:right; color:#d3d5eb; }
.privatelearn .privatelearnin .privatelearnbutton {background:#9595d8; color:#f0f1fa; display:inline-block; padding:12px 25px; border-radius:3px; margin:3px 15px 0; font-size:16px; font-weight:500; float:left;}
.privatelearn .privatelearnin .privatelearnbutton:hover {background:#f0f1fa; color:#9595d8;}
.privatelearn .privatelearnin .privatelearnbutton i {margin-left:6px; font-size:11px; font-weight:300;}
.privatelearn .privatelearnin .privatelearnbutton:hover i {margin-left:10px;}

.soloution {background:#ffffff; padding:90px 0 110px;}
.soloution .title h4 { margin:10px 0 40px; font:400 24px/30px 'IRANSans', Tahoma;  padding:0 45px 0 0; text-align:center; }
.soloution .soloutionitem {text-align:center;}
.soloution .soloutionitem h6 {text-align:center; font:400 16px/30px 'IRANSans', Tahoma; margin:15px 0 10px; color:#222; }
.soloution .soloutionitem p {text-align:center; font:300 13px/33px 'IRANSans', Tahoma; color:#585858;}
.soloution .soloutionitem a {color:#2a9898;}
.soloution .soloutionitem a:hover {color:#066666;}
.soloution .soloutionitem a i {margin-left:3px; font-size:11px; font-weight:300;}
.soloution .soloutionitem a:hover i {margin-left:8px;}

.er-video { background: #f4f5f7; }
.er-videoin {background:url(../images/video.png) right top no-repeat; padding: 90px 0 90px; }
.er-video .er-videoin .title h4 { margin:10px 0 40px; font:400 24px/30px 'IRANSans', Tahoma;  padding:0 55px 0 0; text-align:center; }
.er-video .er-videoin .morevideolink {background:#6569ae; color:#f0f1fa; display:inline-block; padding:9px 21px; border-radius:3px; margin:3px auto 0; font-size:16px; font-weight:500;  border:2px solid #6569ae;}
.er-video .er-videoin .morevideolink:hover {background:#f0f1fa; color:#6569ae; border:2px solid #6569ae;}
.er-video .er-videoin .morevideolink i {margin-left:6px; font-size:11px; font-weight:300;}
.er-video .er-videoin .morevideolink:hover i {margin-left:10px;}


.lastposts {padding:110px 0; background:#ffffff;}
.lastposts .lastnews { background:#f4f5f7; padding-bottom:20px;}
.lastposts .lastnews .top {background:url(../images/last/news.jpg) no-repeat ; background-size:cover; padding:20px 15px 12px;}
.lastposts .top h4 {color:#ffffff; font:500 20px/30px 'IRANSans', Tahoma; margin:0 0 5px 0; padding:0;}
.lastposts .top p {color:#ffffff; font:300 15px/33px 'IRANSans', Tahoma;}
.lastposts .lastbook { background:#f4f5f7; padding-bottom:20px;}
.lastposts .lastbook .top {background:url(../images/last/book.jpg) no-repeat ; background-size:cover; padding:20px 15px 12px;}
.lastposts .lastsoftware { background:#f4f5f7; padding-bottom:20px;}
.lastposts .lastsoftware .top {background:url(../images/last/software.jpg) no-repeat ; background-size:cover; padding:20px 15px 12px;}
.lastposts .postlast {margin:15px 10px 0;}
.lastposts .postlast img { float:right; width:65px; height:65px; border:5px solid #ffffff; border-radius:99%; display:inline-block; margin:0 0 0 10px;}
.lastposts .postlast h5 {  display:inline-block; margin:0; padding:0;}
.lastposts .postlast h5 a {font:300 14px/32px 'IRANSans', Tahoma; color:#535352;}
.lastposts .postlast h5 a:hover {color:#222;}

.moshavereelmi {background:#70dacd; color:#fff; display:inline-block; padding:9px 21px; border-radius:3px; margin: 0; float:right; font-size:16px; font-weight:500;  border:2px solid #70dacd;}
.moshavereelmi:hover {background:#fff; color:#70dacd; border:2px solid #70dacd;}
.moshavereelmi  i {margin-left:6px; font-size:11px; font-weight:300;}
.moshavereelmi:hover i {margin-left:10px;}


/* === Slideshow layout 2  === */
.er-slshl-2 { margin: 0 0 0; }
.er-slshl-2 img { max-width: 100%; max-height: 500px; margin: 0 auto; }
.er-slshl-2 .carousel-caption { right: 0; bottom: 0; left: 0; text-shadow: 0 0 0; text-align: right; padding: 0; background: rgba(0, 0, 0, 0.5); text-align: center; box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.5); }
.er-slshl-2 .carousel-caption h2 { font-size: 20px; line-height: 40px; font-weight: 500; color: #fff; text-shadow: 0 0; padding: 5px 15px 10px; margin: 0; }
.er-slshl-2 .carousel-caption h2 a { color: #fff; }
.er-slshl-2 .carousel-caption h2 a:hover { color: #27DA96; }

.er-slshl-2 .er-slideshow-prev, .er-slshl-2 .er-slideshow-next { display: none; }
.er-slshl-2:hover .er-slideshow-prev, .er-slshl-2:hover .er-slideshow-next { display: block; }
.er-slshl-2 .er-slideshow-prev { position: absolute; top: 45% !important; left: 20px !important; background: #fff; box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); width: 30px; height: 30px; text-align: center; line-height: 31px; font-size: 20px; color: #aaa; border-radius: 50%; padding-right: 2px; }
.er-slshl-2 .er-slideshow-prev:hover { color: #aaa; background: #eee; box-shadow: none; }
.er-slshl-2 .er-slideshow-prev:focus { box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }
.er-slshl-2 .er-slideshow-next { position: absolute; top: 45% !important; right: 20px !important; background: #fff; box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); width: 30px; height: 30px; text-align: center; line-height: 31px; font-size: 20px; color: #aaa; border-radius: 50%; padding-left: 2px; }
.er-slshl-2 .er-slideshow-next:hover { color: #aaa; background: #eee; box-shadow: none; }
.er-slshl-2 .er-slideshow-next:focus { box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) and (max-width: 1199px) {
	.er-slshl-2 .carousel-caption { right: 15%; }
	.er-slshl-2 .er-center-absolute-fix { position: relative; right: -10% }
}

/* ===== Footer ===== */
.er-footer-contact { background: #efefef; padding: 20px 0; color: #333; -webkit-transform: translateZ(0px); text-align: center; }
.er-footer-contact p { margin: 0; font-size: 16px; line-height:42px; }
.er-footer-contact span { font-size: 22px; display: block; direction: ltr; text-align: right; }
.bannerparsoptics { box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    background: #ec6a5c url(../images/banner/1.gif) center top no-repeat;
    border-radius: 4px;
    margin: 0 0 23px 0;
    height: auto;
    text-align: center;
    padding: 220px 0 30px;
}
.bannerparsoptics p {  font: 500 17px/2.2 'IRANSans', tahoma !important;
    color: #fff;
    margin: 40px 0 10px !important;
 }
.bannerparsoptics .callphoneside {  border-bottom:3px solid #f27221; background:#fff; border-radius:3px; font: 400 18px/2 'IRANSans', tahoma;  color:#f27221; padding:3px 9px; text-align:center; display:inline-block; margin:0 auto;}
.bannerparsoptics .callphoneside span { color:#555198; font: 400 15px/2 'IRANSans', tahoma;}
.er-footer { background: #20202f; padding: 30px 0 0; color: #ccc; -webkit-transform: translateZ(0px); }
.er-ftr-title { font-size: 16px; color: #eee; margin-bottom: 10px; }

.er-ftr-about {  }
.er-ftr-about p { font-size: 13px; line-height: 1.8;text-align: justify; }
.er-ftr-about a.er-more-link {  }

.er-ftr-posts {  }
.er-ftr-posts ul { list-style: none; padding: 0; margin: 0; }
.er-ftr-posts ul li { padding-bottom: 5px; }
.er-ftr-posts ul li a { color: #ccc; font-size: 13px; }
.er-ftr-posts ul li a:before { content: "\f10c"; font-family: FontAwesome; font-size: 9px; vertical-align: -1px; margin-left: 7px; color: #FFA82E; }
.er-ftr-posts ul li a:hover:before { content: "\f111"; }
#formsubmit1 {
	text-shadow: 0 0; background: #FFA82E; color: #fff; font-size: 16px; border: none; outline: none; height: 40px; padding: 0 15px; width: 100%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}
.er-ftr-newsletter {  }
.er-ftr-newsletter .form-group { margin-bottom: 7px; }
.er-ftr-newsletter input[type="text"], .er-ftr-newsletter input[type="email"] { background: rgba(255, 255, 255, 0.1); color: #fff; border: none; outline: none; height: 40px; padding: 0 10px;  }
.er-ftr-newsletter input[type="submit"] { text-shadow: 0 0; background: #FFA82E; color: #fff; font-size: 16px; border: none; outline: none; height: 40px; padding: 0 15px; width: 100%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.er-ftr-newsletter input[type="submit"]:hover { color: #fff; background: #F28E00; }
.er-ftr-newsletter input[type="submit"] {
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-ftr-newsletter input::-webkit-input-placeholder { color: #ccc; opacity: 0.7; font-size: 13px; }
.er-ftr-newsletter input:-moz-placeholder { color: #777; opacity: 0.7; font-size: 13px; }
.er-ftr-newsletter input::-moz-placeholder { color: #777; opacity: 0.7; font-size: 13px; }
.er-ftr-newsletter input::-ms-input-placeholder { color: #777; opacity: 0.7; font-size: 13px; }

.er-copyright { padding: 15px 0 17px; color: #fff; font-size: 13px; border-top: 1px solid #444; margin-top: 29px; line-height: 39px; }
.er-copyright a { color: #ddd; }
.er-copyright a:hover { color: #fff; }

@media (max-width:767px) {
	.er-footer-contact .er-ta-left { text-align: center; margin-bottom: 15px; }
	.er-footer-contact span { text-align: center; }
}
@media (max-width:991px) {
	.er-ftr-about { padding-bottom: 50px; }
	.er-ftr-posts { padding: 25px 0; border-top: 1px dashed #666; border-bottom: 1px dashed #666; margin-bottom: 25px; }	
}

/* === Title layout 1  === */
.er-ttll-1 { padding: 5px 20px 5px; position: relative; z-index: 1; }
.er-ttll-1:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 5px; background: #e92222; }
.er-ttll-1:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 15px; background: #e92222; }
.er-ttll-1 h2 { font: 500 20px/20px 'Yekan'; margin: 0 0 5px; color: #444; }
.er-ttll-1 p { font: 500 13px/20px tahoma; color: #666; margin: 0; }


/* === Title layout 2  === */
.er-ttll-2 { padding: 30px 0 40px; text-align: center; }
.er-ttll-2 h2 { font-size: 22px; line-height: 1.5; color: #444; margin: 0 0 5px; position: relative; z-index: 0; }
.er-ttll-2 h2:before { content: ""; position: absolute; left: 0; right: 0; top: 20px; z-index: 1; height: 1px; background: #ccc; }
.er-ttll-2 h2 span { display: inline-block; padding: 0 35px; background: #f8f8f8; position: relative; z-index: 1; }
.er-ttll-2 p { font-size: 14px; color: #666; }

/* ===== Home ===== */

/* ===== Popular Tours ===== */

/* List Item layout 5 */
.er-lil-5 { -webkit-transform: translateZ(0px); }
.er-lil-5 .er-lil-wrap { position: relative; margin-bottom: 30px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); border-radius: 4px; }
.er-lil-overlay { background: #000; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; border-radius: 4px; }
.er-lil-5 .er-lil-wrap .er-lil-img { border-radius: 4px; }
.er-lil-5 .er-lil-wrap .er-lil-img img { width: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.er-lil-5 .er-lil-wrap .er-lil-img a {  }
.er-lil-5 .er-lil-wrap .er-lil-img a:hover {  }
.er-lil-5 .er-lil-wrap .er-lil-ttl { position: absolute; top: 100px; right: 0; padding: 5px 20px; width: 100%; opacity: 0; background: rgba(0, 0, 0, 0.5); }
.er-lil-5 .er-lil-wrap .er-lil-ttl h2 { font-size: 16px; line-height: 1.6; color: #fff; margin: 0; }
.er-lil-5 .er-lil-wrap .er-lil-ttl h2 a { color: #eee; }
.er-lil-5 .er-lil-wrap .er-lil-ttl h2 a:hover { color: #fff; }
.er-lil-5 .er-lil-wrap .er-lil-lnk { position: absolute; bottom: 0; right: 20px; opacity: 0; }
.er-lil-5 .er-lil-wrap .er-lil-lnk a { display: inline-block; font-size: 12px; color: #fff; }
.er-lil-5 .er-lil-wrap .er-lil-lnk a:hover { color: #FFA82E; }
.er-lil-5 .er-lil-wrap .er-lil-lnk a:after { content: "\f0d9"; font-family: FontAwesome; color: #FFA82E; font-size: 13px; margin-right: 4px; vertical-align: -2px; 
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-lil-5 .er-lil-wrap .er-lil-lnk a:hover:after { margin-right: 7px; }

/* Animation */
.er-lil-5 .er-lil-wrap:hover .er-lil-overlay { opacity: 0.5; cursor: pointer; }
.er-lil-overlay { 
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease; 
}
.er-lil-5 .er-lil-wrap:hover .er-lil-ttl { top: 30px; opacity: 1; background: #3489d7; }
.er-lil-5 .er-lil-wrap .er-lil-ttl { 
	transition: top 0.4s ease 0.1s, opacity 0.4s ease 0.1s, background 0.3s ease 1s;
	-webkit-transition: top 0.4s ease 0.1s, opacity 0.4s ease 0.1s, background 0.7s ease 0.3s;
	-moz-transition: top 0.4s ease 0.1s, opacity 0.4s ease 0.1s, background 0.3s ease 0.5s;
}
.er-lil-5 .er-lil-wrap:hover .er-lil-lnk { bottom: 20px; opacity: 1; }
.er-lil-5 .er-lil-wrap .er-lil-lnk {
	transition: bottom 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
	-webkit-transition: bottom 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
	-moz-transition: bottom 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
}

/* ===== Featured Tours ===== */
.er-featured-tours { padding: 20px 0 50px; }

/* === List Item layout 1  === */
.er-lil-1 { -webkit-transform: translateZ(0px); }
.er-lil-1 .er-lil-wrap { padding: 10px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); background: #fff; border-radius: 4px; margin-bottom: 30px;
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-lil-1 .er-lil-wrap:hover { box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
.er-lil-1 .er-lil-wrap .er-lil-img { position: relative; }
.er-lil-1 .er-lil-wrap .er-lil-img .er-tour-info { position: absolute; bottom: 5px; right: 5px; display: inline-block; background: rgba(255, 255, 255, 0.7); padding: 5px 10px; border-radius: 4px; color: #444; font-size: 12px; font-weight: 700; line-height: 1.4; }
.er-lil-1 .er-lil-wrap:hover .er-lil-img .er-tour-info { background: rgba(255, 255, 255, 0.95); }
.er-lil-1 .er-lil-wrap .er-lil-img .er-tour-info {
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-lil-1 .er-lil-wrap .er-lil-img img { border-radius: 4px; width: 100%;
	transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; 
}
.er-lil-1 .er-lil-wrap:hover .er-lil-img img { filter: grayscale(0.5); -webkit-filter: grayscale(0.5); -moz-filter: grayscale(0.5); -o-filter: grayscale(0.5); -ms-filter: grayscale(0.5); }
.er-lil-1 .er-lil-wrap .er-lil-img a {  }
.er-lil-1 .er-lil-wrap .er-lil-img a:hover {  }
.er-lil-1 .er-lil-wrap .er-lil-ttl { padding: 15px 0 15px; }
.er-lil-1 .er-lil-wrap .er-lil-ttl h2 { color: #3489d7; margin: 0; font-size: 17px; font-weight: 700; line-height: 22px; height: 44px; overflow: hidden; }
.er-lil-1 .er-lil-wrap .er-lil-ttl h2 a { color: #6569ae; font-weight: 400; }
.er-lil-1 .er-lil-wrap .er-lil-ttl h2 a:hover { color: #444; }
.er-lil-1 .er-lil-wrap .er-lil-txt { height:120px; overflow: hidden; line-height: 27px; font-size: 13px; color: #585858;  }
.er-lil-1 .er-lil-wrap .er-lil-txt p { margin: 0 0 5px; }
.er-lil-1 .er-lil-wrap .er-lil-lnk { margin: 0 0 0; }
.er-lil-1 .er-lil-wrap .er-lil-lnk a { display: inline-block; font-size: 12px; color: #777; }
.er-lil-1 .er-lil-wrap .er-lil-lnk a:hover { color: #FFA82E; }
.er-lil-1 .er-lil-wrap .er-lil-lnk a:after { content: "\f0d9"; font-family: FontAwesome; color: #FFA82E; font-size: 13px; margin-right: 4px; vertical-align: -2px; 
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-lil-1 .er-lil-wrap .er-lil-lnk a:hover:after { margin-right: 7px; }

.er-lil-1 .er-lil-wrap .er-lil-txt span.fa { display: inline-block; text-align: center; width: 20px; height: 20px; line-height: 18px; color: #FFA82E; margin-left: 5px; }

/* ===== Need Special Tours ===== */
.er-need-special-tours { padding: 30px 0; background: #27DA96; color: #fff; text-align: center; }
.er-need-special-tours-text { font-size: 22px; line-height: 1.7; font-weight: 700; }
.er-need-special-tours-link { margin-top: 20px; }
.er-need-special-tours-link a { display: inline-block; padding: 10px 40px 14px; border-radius: 4px; color: #fff; ; font-size: 19px; font-weight: 700; border: 2px solid #fff; }
.er-need-special-tours-link a:hover { background: #fff; color: #27da96; }

/* ===== Latest Tours ===== */
.er-latest-tours { padding: 20px 0 50px; }

/* === List Item layout 3  === */
.er-lil-3 { -webkit-transform: translateZ(0px); }
.er-lil-3 .er-lil-wrap { padding: 10px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); background: #fff; border-radius: 4px; margin-bottom: 30px;
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-lil-3 .er-lil-wrap:hover { box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
.er-lil-3 .er-lil-wrap .er-lil-img { position: relative; }
.er-lil-3 .er-lil-wrap .er-lil-img img { border-radius: 4px; width: 100%; }
.er-lil-3 .er-lil-wrap .er-lil-img a { display: block; width: 100%; height: 100%; position: relative; }
.er-lil-3 .er-lil-wrap .er-lil-img a:before { content: "\f0c1"; font-family: FontAwesome; display: block; width: 30px; height: 30px; line-height: 32px; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.5); border-radius: 4px; font-size: 15px; position: absolute; top: calc(50% - 15px); right: calc(50% - 15px); opacity: 0; visibility: hidden;
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-lil-3 .er-lil-wrap:hover .er-lil-img a:before { opacity: 1; visibility: visible; }
.er-lil-3 .er-lil-wrap .er-lil-img a:hover {  }
.er-lil-3 .er-lil-wrap .er-lil-ttl { padding-bottom: 5px; margin-top: 3px; }
.er-lil-3 .er-lil-wrap .er-lil-ttl h2 { font-size: 14px; font-weight: 700; color: #00A466; margin: 0; }
.er-lil-3 .er-lil-wrap .er-lil-ttl h2 a { color: #00A466; }
.er-lil-3 .er-lil-wrap .er-lil-ttl h2 a:hover { color: #444; }
.er-lil-3 .er-lil-wrap .er-lil-txt {  }
.er-lil-3 .er-lil-wrap .er-lil-txt p { margin: 0 0 0; font-size: 12px; color: #555; }

@media (max-width:767px) {
	.er-lil-3 .er-lil-wrap .er-lil-img { margin-bottom: 20px; }
}

/* Tours Table */
.er-tours-table { padding: 30px 0 50px; }
.er-tours-table table { width: 100%; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); background: #fff; border-radius: 4px; }
.er-tours-table table th { padding: 10px; background: #f1f1f1; border-bottom: 1px solid #eee; font-weight: 500; font-size: 14px; color: #444; }
.er-tours-table table td { padding: 5px; font-size: 13px; text-align: center; border-bottom: 1px solid #eee;
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-tours-table table td:first-child { width: 30%; }
.er-tours-table table td:first-child a { display: block; background: #3389d7; color: #fff; padding: 7px 10px 10px; font-size: 15px; border-radius: 4px; }
.er-tours-table table td:first-child a:hover, .er-tours-table table tr:hover td:first-child a { background: #666; }
.er-tours-table table tr:hover td { background: #f8f8f8; }

/* ===== Testimonials ===== */
.er-testimonials { padding: 50px 0 50px; background: #3489d7; border-top: 1px solid #eee; border-bottom: 1px solid #eee; -webkit-transform: translateZ(0px); }
.er-testimonials .container { position: relative; z-index: 0; }
.er-testimonials .er-testimonials-owl-next { opacity: 0; visibility: hidden; position: absolute; top: 45%; right: 15px; z-index: 2; background: rgba(255, 255, 255, 0.5); box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); width: 30px; height: 30px; text-align: center; line-height: 31px; font-size: 20px; color: #fff; border-radius: 50%; padding-left: 2px; }
.er-testimonials .er-testimonials-owl-prev { opacity: 0; visibility: hidden; position: absolute; top: 45%; left: 15px; z-index: 2; background: rgba(255, 255, 255, 0.5); box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); width: 30px; height: 30px; text-align: center; line-height: 31px; font-size: 20px; color: #fff; border-radius: 50%; padding-right: 2px; }
.er-testimonials:hover .er-testimonials-owl-prev, .er-testimonials:hover .er-testimonials-owl-next { opacity: 1; visibility: visible; }
.er-testimonials-mainttl { font-size: 22px; padding: 0 0 40px; color: #fff; text-align: center; }
.er-testimonials-item {  }
.er-testimonials-img { text-align: center; }
.er-testimonials-img img { width: 85px !important; height: 85px !important; display: inline-block !important; border-radius: 50%; padding: 2px; border: 3px solid rgba(255, 255, 255, 0.2); }
.er-testimonials-ttl { text-align: center; padding-bottom: 20px; }
.er-testimonials-ttl h3 { font-size: 16px; margin: 10px 0 5px; color: #fff; }
.er-testimonials-ttl p { font-size: 14px; color: #B2CBE4; margin: 0; }
.er-testimonials-quote { color: #fff; font-size: 15px; line-height: 1.8; width: 70%; margin: 0 auto; text-align: center; position: relative; }
.er-testimonials-quote:before { content: "\f10e"; font-family: FontAwesome; font-size: 50px; color: rgba(255, 255, 255, 0.3); position: absolute; top: -40px; right: -45px; }


/* ===== Articles ===== */
.er-articles { padding: 20px 0 50px; -webkit-transform: translateZ(0px); }
.er-articles-item { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); background: #fff; border-radius: 4px; margin-bottom: 30px;
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-articles-item:hover { box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
.er-articles-item .er-articles-item-img { float: right; width: 40%; overflow: hidden; }
.er-articles-item .er-articles-item-img img { height: 175px; width: auto; border-radius: 0 4px 4px 0; max-width: none; }
.er-articles-item .er-articles-item-img a { display: block; width: 100%; height: 100%; position: relative; }
.er-articles-item .er-articles-item-img a:before { content: "\f0c1"; font-family: FontAwesome; display: block; width: 30px; height: 30px; line-height: 32px; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.5); border-radius: 4px; font-size: 15px; position: absolute; top: calc(50% - 15px); right: calc(50% - 15px); opacity: 0; visibility: hidden;
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-articles-item:hover .er-articles-item-img a:before { opacity: 1; visibility: visible; }

.er-articles-item-txt { float: left; width: 60%; padding: 0 15px; }
.er-articles-item-ttl {  }
.er-articles-item-ttl h2 { font-size: 15px; font-weight: 700; line-height: 24px; margin: 10px 0 5px; height: 48px; overflow: hidden; }
.er-articles-item-ttl h2 a { color: #444; }
.er-articles-item-ttl h2 a:hover { color: #3489d7; }
.er-articles-item-excerpt { font-size: 13px; color: #555; line-height: 22px; height: 66px; overflow: hidden; }
.er-articles-item-more { margin: 10px 0; }
.er-articles-item-more a { display: inline-block; font-size: 12px; color: #666; }
.er-articles-item-more a:hover { color: #FFA82E; }
.er-articles-item-more a:after { content: "\f0d9"; font-family: FontAwesome; color: #FFA82E; font-size: 13px; margin-right: 4px; vertical-align: -2px; 
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-articles-item-more a:hover:after { margin-right: 7px; }

/* ===== Context ===== */
.er-context { padding: 30px 0; }
.er-context.er-havebg { padding: 30px; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
.posttitles {
    font: 400 24px/1.5 'IRANSans', tahoma;
    color: #3d3d3d;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    margin: 0px 0px 15px;
}
.er-context p { margin: 0 0 20px; font-size: 14px; line-height: 1.7; }
.er-context ul { list-style: none; margin: 0 0 20px; padding: 0 20px 0 0; }
.er-context ul li { line-height: 2; }
.er-context ul li:before { content: "\f10c"; font-family: FontAwesome; font-size: 9px; color: #FFA82E; margin-left: 7px; vertical-align: -1px; }
.er-context ul li:hover:before { content: "\f111" }

.er-context table { width: 100%; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); background: #fff; border-radius: 4px; margin: 30px auto; }
.er-context table th { padding: 10px; background: #f1f1f1; border-bottom: 1px solid #eee; font-weight: 500; font-size: 14px; color: #444; }
.er-context table td { padding: 5px; font-size: 13px; text-align: center; border-bottom: 1px solid #eee;
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-context table tr:hover td { background: #f8f8f8; }

@media all and (max-width:767px) {
	.er-context { padding: 20px 20px 50px; }
}

/* Gallrey */
.er-gallery {  }
.er-gallery img { width: 100%; margin-bottom: 10px; border-radius: 4px; 
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-gallery a:hover img { filter: grayscale(0.5); -webkit-filter: grayscale(0.5); -moz-filter: grayscale(0.5); -o-filter: grayscale(0.5); -ms-filter: grayscale(0.5); }
.er-gallery h2 { margin-bottom: 40px; margin-top: 0px; font-size: 14px; line-height: 1.7; text-align: center; }

/* Contact */
.er-contactpage-form {  }
.er-contactpage-form .btn { background: #ffba00; font: 500 16px 'Yekan'; color: #fff; }
.er-contactpage-form .btn.btn-default { background: #444; color: #fff; }

/* Tour Page */
.er-tourpage {  }
.er-tourpage h2 { font-size: 20px; font-weight: 700; color: #3489d7; position: relative; margin: 10px 0 20px; padding: 20px 0 15px; border-top: 1px dashed #ddd; }
.er-tourpage h2:before { content: ""; position: absolute; right: 0; bottom: 0; width: 60px; height: 2px; background: #FFA82E; }

/* ===== Blog ====== */
.er-blog {  }
.er-blog h1 { 
    font: 400 24px/1.5 'IRANSans', tahoma;
    color: #3d3d3d;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    margin: 0px 0px 15px;
 }
.er-blog-item {     
    background: #fff;
    margin: 10px 0;
border: 1px solid #e4e4e4;
box-shadow:0 1px 4px 0 rgba(0,0,0,.1);
border-radius:4px;}
.er-blog-item-img { float: right; margin: 0 0 10px 0; }
.er-blog-item-img a:hover img { filter: grayscale(0.5); -webkit-filter: grayscale(0.5); -moz-filter: grayscale(0.5); -o-filter: grayscale(0.5); -ms-filter: grayscale(0.5); }
.er-blog-item-img img {   width: 130px;
    border-radius: 99%;
    margin: 20px 10px;
    height: 100px;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 2px;

}
.er-blog-item-ttl { margin: 10px 0; 
    font-size: 19px;
    font-weight: 500;
    line-height: 33px;
    padding: 5px 14px 12px;
}
.er-blog-item-ttl h2 a {
	color: #4a4a4a;
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	
}
.er-blog-item-ttl a { font-size: 18px; }
.er-blog-item-ttl a:hover {  }
.er-blog-item-excerpt { padding-bottom: 10px; }
.er-blog-item-excerpt p { margin-bottom: 5px; color: #666; }
.er-blog-item-more { text-align: left; }
.er-blog-item-more a {     color: #222;
    background: #fafafa;
    padding: 0 7px;
    height: auto;
    line-height: 34px;
    display: inline-block;
    border-radius: 0 0 0 4px; }
.er-blog-item-more a:hover { color: #fff; background: #27DA96; }
.er-blog-item-meta-wrap {
    padding: 0 10px 0 0;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    clear: both;
border-top: 1px solid #e4e4e4;	}
.er-blog-item-meta { font-size: 12px; line-height: 34px; }
.er-blog-item-meta .er-fonticon { color: #777; margin-left: 5px; }
.er-blog-item-meta .er-fonticon-text { margin-left: 5px; color: #000; }
.er-blog-item-meta a { color: #333; }
.er-blog-item-meta a:hover { color: #FFA82E; }

@media (max-width:767px) {
	.er-blog-item-img { float: none; }
}

.er-sidebar {  padding-right: 0px; padding-top: 0px; }
.blogwidget { margin-bottom: 20px; background: #fff; border: 1px solid #e4e4e4; padding: 15px; border-radius: 4px; box-shadow:0 1px 4px 0 rgba(0,0,0,.1); }
.blogwidget h3.itemtitle { margin: 0 0 10px; font-size: 18px; color: #555; padding-bottom: 8px; border-bottom: 1px dashed #ddd; line-height: 35px; }
.blogwidget ul { list-style: none; padding: 0; margin: 0; }
.blogwidget ul li { line-height: 30px; padding: 5px 0; }
.blogwidget ul li a { color: #666; font-size: 14px; }
.blogwidget ul li a:hover { color: #444; }

.blogwidget.blogwidget-tags ul li { display: inline-block; margin: 0 3px; }
.blogwidget.blogwidget-tags ul li.size1 { font-size: 100%; }
.blogwidget.blogwidget-tags ul li.size2 { font-size: 125%; }
.blogwidget.blogwidget-tags ul li.size3 { font-size: 150%; }
.blogwidget.blogwidget-tags ul li.size4 { font-size: 175%; }
.blogwidget.blogwidget-tags ul li.size5 { font-size: 200%; }
.parsbody {
    background: #fafafa;
}

.er-blog-bottom { margin-top: 30px; padding-top: 30px; border-top: 1px dashed #ddd; }

.er-post {
    padding: 20px;
background: #fff;
    margin: 30px 0;
border: 1px solid #e4e4e4;
box-shadow:0 1px 4px 0 rgba(0,0,0,.1);
border-radius:4px;
}
span.er-fonticon-text {
    padding: 0 5px 0 0;
}
.undertitlecat {
    float: right;
    margin: 0 2px;
}
.undertitleauthor {
    float: left;
}
.undertitletime {
    float: right;
}
.undertitle {
    color: #888;
	margin-bottom: 60px;
}
.er-post-text p, .er-post-text h4, .er-post-text h6 {
    line-height: 26px;
}
.er-post h1 {  }
.er-post-img { padding-bottom: 20px; }
.er-post-img img { width: 100%; border-radius: 4px; }
.er-post-date {  }
.er-post-date .er-fonticon { margin-left: 5px; color: #777; }

.er-tags { font-size: 14px; margin-top: 50px; }
.er-tags a { display: inline-block; background: #3489d7; color: #fff; line-height: 14px; padding: 1px 10px 3px; margin: 3px; font-size: 13px; border-radius: 4px; }
.er-tags a:hover { background: #444; color: #fff; }

.er-categories { font-size: 14px; margin-top: 5px; }
.er-categories a { display: inline-block; background: #FFA82E; color: #fff; line-height: 14px; padding: 1px 10px 3px; margin: 3px; font-size: 13px; border-radius: 4px; }
.er-categories a:hover { background: #444; color: #fff; }

.er-post-sharing { float: left; height: 28px; }
.er-post-sharing a { display: inline-block; margin-right: 2px; text-align: center; width: 28px; height: 28px; border: 1px solid #ccc; border-radius: 2px; color: #bbb; background: #fff; }
.er-post-sharing a:hover { color: #FFA82E; border: 1px solid #FFA82E; }
.er-post-sharing a i { line-height: 28px; font-size: 18px; }
.postcomments { /* border-top: 2px solid #ccc; */ }
.postcomments h3 { margin-top: 30px; margin-bottom: 11px; font-size: 22px; }
.commentitem { background: #fff; padding: 5px 15px 0 5px; border: 1px solid #ddd; margin-bottom: 15px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.commentitem img.countryflag { vertical-align: middle; }
.commentitem span.itemname { color: #333; vertical-align: middle; font-size: 14px; }
.commentitem span.itemdatetime { float: left; font-size: 12px; color: #fff; background: #aaa; padding: 0 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.commentitem a.itemlink { float: left; font-size: 12px; color: #fff; background: #27DA96; padding: 0 5px; margin-left: 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.commentitem a.itemlink:hover { background: #666; }
.commentitem p { margin: 5px 0 15px; color: #444; font-size: 15px; }

.commentsubset {  }
.commentsubset .commentitem { background: #f5f5f5; border-: 1px solid #eee; }

.formcomment {  }
.formcomment h3 { margin-top: 30px; margin-bottom: 15px; font-size: 22px; }
.formcomment .needapproval { background-color: #FCF8E3; border: 1px solid #F8E5BE; color: #8A6D3B; padding: 10px 10px 12px; font-size: 13px; margin-bottom: 20px; }
.formcomment .form-field.name, .formcomment .form-field.email, .formcomment .form-field.website { width: 33.33%; float: right; }
.formcomment .form-field.name, .formcomment .form-field.email { padding: 0 0 0 15px; }
.formcomment .form-field.name label, .formcomment .form-field.email label, .formcomment .form-field.website label, .formcomment .form-field.body label { display: block; font-size: 14px; font-weight: 500; color: #555; }
.formcomment .form-field.name input, .formcomment .form-field.email input, .formcomment .form-field.website input { border: 1px solid #ddd; background: #fff; width: 100%; padding: 5px; }
.formcomment .form-field.website input { text-align: left; direction: ltr; }
.formcomment .form-field.body { padding-top: 10px; clear: both; }
.formcomment .form-field.body textarea { border: 1px solid #ddd; background: #fff; width: 100%; padding: 5px; height: 120px; }
.formcomment .form-submit { background: #FFA82E; color: #fff; font-size: 16px; padding: 4px 30px 6px; font-weight: 700; border: none; margin-top: 5px; float: left; }
.formcomment .form-submit:hover { box-shadow: 0 0; background: #F28E00; color: #fff; }

.formcomment .form-summary { background-color: #FFF1F1;	border: 1px solid #F3A7A7; 	padding: 10px 20px; margin-bottom: 20px; }
.formcomment .form-summary ul { margin-bottom: 0 !important; padding: 0 !important; }

@media (max-width:480px) {
	.formcomment .form-field.name, .formcomment .form-field.email, .formcomment .form-field.website { width: 100%; float: none; }
	.formcomment .form-field.name, .formcomment .form-field.email { padding: 0; }
}

/* ===== Form ===== */
form.formbuilder-wrap {  }
form.formbuilder-wrap li:before { display: none; }
form.formbuilder-wrap div.form-summary { background:#d83737; margin-bottom:20px; border-radius:4px; }
form.formbuilder-wrap div.form-summary ul { padding:15px 30px 15px 20px; color:#ffffff; }
form.formbuilder-wrap div.form-field { padding:10px 0 0 0; }
form.formbuilder-wrap div.form-field input.form-text { background:#fff; border:1px solid #ddd; outline:none; width:50%; padding:5px 7px; }
form.formbuilder-wrap div.form-field textarea.form-text { background:#fff; border:1px solid #ddd; outline:none; height:150px; width:50%; padding:5px 7px; }
form.formbuilder-wrap div.form-field select.form-drop { background:#fff; border:1px solid #ddd; outline:none; height:32px; width:50%; padding:5px 7px; }
form.formbuilder-wrap div.form-field span.form-drop {  }
form.formbuilder-wrap div.form-field label { cursor:pointer; font-weight: 500; font-size: 14px; margin-top: 6px; }
form.formbuilder-wrap div.form-field label.form-label { vertical-align:top; display:inline-block; width:20%;  }
form.formbuilder-wrap div.form-field span.form-check { display:inline-block; padding:0 20% 0 0; }
form.formbuilder-wrap div.form-field span.form-check * { vertical-align: middle; margin: 0 0 0 3px; }
form.formbuilder-wrap div.form-field ul.form-checklist { list-style:none; display:inline-block; line-height:25px; padding: 0; }
form.formbuilder-wrap div.form-field ul.form-radiolist { list-style:none; display:inline-block; line-height:25px; padding: 0; }
form.formbuilder-wrap div.form-field ul.form-checklist li *, form.formbuilder-wrap div.form-field ul.form-radiolist li *  { vertical-align: middle; margin: 0 0 0 3px; }
form.formbuilder-wrap div.form-field.name input {  }
form.formbuilder-wrap div.form-field.email input {  }
form.formbuilder-wrap div.form-field.phone input {  }
form.formbuilder-wrap div.form-field.mobile input {  }
form.formbuilder-wrap div.form-field.subject input {  }
form.formbuilder-wrap div.form-field.country input {  }
form.formbuilder-wrap div.form-field.city input {  }
form.formbuilder-wrap div.form-field.postaddress input {  }
form.formbuilder-wrap div.form-field.postcode input {  }
form.formbuilder-wrap div.form-field.price input {  }
form.formbuilder-wrap div.form-field.mellicode input {  }
form.formbuilder-wrap div.form-field.date input {  }
form.formbuilder-wrap div.form-field.time input {  }
form.formbuilder-wrap div.form-field.payment input {  }
form.formbuilder-wrap div.form-field.education input {  }
form.formbuilder-wrap div.form-field.color input {  }
form.formbuilder-wrap div.form-field.description textarea {  }
form.formbuilder-wrap div.form-field div.form-field-desc { padding:5px 20% 0 0; font-size: 14px; }
form.formbuilder-wrap div.form-verification {  }
form.formbuilder-wrap div.form-verification input.form-text { display:block; margin-right:20%; width:150px; }
form.formbuilder-wrap div.form-verification div.form-verification-message { display:inline-block; }
form.formbuilder-wrap span.form-loading {  }
form.formbuilder-wrap input.form-submit { background: #FFA82E; color: #fff; font-size: 16px; padding: 4px 30px 6px; font-weight: 700; border: none; margin-top: 10px; margin-right: 20%; }
form.formbuilder-wrap input.form-submit:hover { box-shadow: 0 0; color: #fff; background: #F28E00; }
form.formbuilder-wrap span.form-warning { visibility:hidden; display:none; position:absolute; }
form.formbuilder-wrap p.form-paragraph { padding:15px 20% 0 0; font-size: 14px; }
form.formbuilder-wrap hr.form-seprator { margin:0; padding:0; border-top:1px solid #ddd; margin:20px 0 0; }

@media (max-width:767px) {
	form.formbuilder-wrap div.form-field label.form-label { display: block; width: 100%; }
	form.formbuilder-wrap div.form-field input.form-text { width:100%; }
	form.formbuilder-wrap div.form-field textarea.form-text { width:100%; }
	form.formbuilder-wrap div.form-field select.form-drop { width:100%; }
	form.formbuilder-wrap div.form-field div.form-field-desc,
	form.formbuilder-wrap p.form-paragraph,
	form.formbuilder-wrap div.form-field span.form-check { padding: 5px 0 0 0; }
	form.formbuilder-wrap div.form-verification input.form-text { margin-right: 0; }
	form.formbuilder-wrap input.form-submit { margin: 10px 0 0 0; }
}

/* === Data Pager === */
.datapager { text-align: center; padding: 20px 0; }
.datapager a { display: inline-block; height: 32px; min-width: 32px; background: #3489d7; font-family: verdana; font-size: 14px; line-height: 32px; color: #fff; vertical-align: middle; }
.datapager a.current, .datapager a:hover { background: #FFA82E; }
.datapager a.current { cursor: default; }
.datapager a.prevpage:after { font-family: FontAwesome; content: "\f105"; }
.datapager a.nextpage:after { font-family: FontAwesome; content: "\f104"; }

/* === Search Page === */
.er-search-form-page { padding: 10px 0; }
.er-search-form-page input[type="text"] { background:#fff; border:1px solid #ccc; outline:none; width: 250px; padding:5px 7px; vertical-align: middle; border-radius: 4px; }
.er-search-form-page input[type="submit"] { border: none; background: #ffba00 url(../images/search-light.png) center center no-repeat; vertical-align: middle; height: 34px; width: 34px; border-radius: 4px; }

.er-search-result {  }
.er-search-result .result { padding: 15px; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); margin: 20px 0 0; 
	-webkit-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.er-search-result .result:hover { box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
.er-search-result .result h2.itemtitle { font-size: 20px; margin: 0 0 5px; }
.er-search-result .result h2.itemtitle a { color: #3489d7; }
.er-search-result .result h2.itemtitle a:hover { color: #555; }
.er-search-result .result span.itemaddress { color: #FFA82E; font-family: verdana; display: block; margin: 0 0 10px; }
.er-search-result .result p.itemdesc { margin: 0; color: #555; }


/* === Edit Link === */
a.post-edit-link, a.page-edit-link, a.widget-edit-link, a.new-widget-link { display: inline-block; margin: 10px 0; background: #0C87DD; color: #FFF; border: 1px solid #0C87DD; font-size: 14px; line-height: 22px; padding: 0 10px 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
a.post-edit-link:hover, a.page-edit-link:hover, a.widget-edit-link:hover, a.new-widget-link:hover { background: #666; border: 1px solid #555; }
a.post-edit-link:before, a.page-edit-link:before, a.widget-edit-link:before { content: "\f15c"; font-family: FontAwesome; font-size: 13px; margin-left: 8px; }
a.post-edit-link:after, a.page-edit-link:after, a.widget-edit-link:after { content: ""; clear: both; display: block; }

a.new-widget-link:before { content: "\f067"; font-family: FontAwesome; font-size: 15px; margin-left: 8px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
  
/* ===== Responsive ===== */
@media (max-width:991px) {
	.er-home-topnews ul { padding: 10px 10px 0; }
	.er-sidebar-newsletter-body { padding-bottom: 10px; }
	.er-home-news-layout2-items ul { padding: 0 10px; }
}

@media (max-width:767px) {
	.er-blog-item-more { float: left; }
	.er-sidebar { padding-top: 20px; }
	.er-ftr-links ul li { width: 31.33%; }
}

@media (max-width:480px) {
	.er-ftr-links ul li { width: 48%; }
}
  

div#wp_page_numbers > ul {
    list-style: none;
}
div#wp_page_numbers > ul > li {
    display: inline-block;
    padding: 10px 20px;
    background: #eaeaea;
}
#wp_page_numbers > ul > li > a {
    color: #222;
}
div#wp_page_numbers > ul > li.active_page {
    background: #ffc82e !important;
}
ul.footersocial {
    list-style: none;
	margin-right: 40px;
	margin-top: -2px;
}
.footersocial > li {
    padding: 5px;
	display: inline-block;
    height: 40px;
    margin-top: 5px;
}
.aparat > a {
    color: #ed145b;
}
.youtube > a {
    color: #e42526;
}
.linkedin > a {
    color: #4aa8db;
}
.telegram > a {
    color: #2ca5e0;
}
.footersocial > li:hover > a {
    color: #ffa82e;
}
.er-etemad {
    padding: 60px 0 30px;
	line-height: 29px;
}
.footerwidgetcontact {
    line-height: 30px;
}
a.etemad-readmore {
    float: left;
    color: #ffa82e;
}
/* ===== Popup ===== */
body.er-popup-noscroll {  }
.er-popup-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99999; background: rgba(0, 0, 0, 0.5); display: none; }
.er-popup-body { width: 650px; background: #f5f5f5; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); position: fixed; top: 30vh; right: calc(50% - 320px); z-index: 999999; display: none; border-radius: 4px; color: #fff; }
.er-popup-body, .er-popup-body * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.er-popup-title { font-family: 'IRANSans'; font-size: 26px; color: #fff; text-align: center; margin: 0 0 20px; line-height: 34px; }
.er-popup-title img { margin-bottom: 10px; }
.er-popup-desc { text-align: center; font-size: 15px; line-height: 1.8; font-family: 'IRANSans'; padding-bottom: 20px; font-weight: 300; }
.er-popup-desc span { font-family: 'IRANSans'; font-size: 30px; display: inline-block; background: #fff; padding: 0px 10px 5px; line-height: 36px; color: #F9612A; margin: 20px 0 15px; border-radius: 4px; border-bottom: 4px solid #ccc; }
.er-popup-close-button { text-align: center; padding-top: 20px; clear: both; }
.er-popup-close-button a { display: inline-block; font-family: 'IRANSans'; font-size: 15px; color: #777; border-bottom: 1px solid #999; }
.er-popup-close-button a:hover { color: #3e5673; border-bottom: 1px solid #3e5673; }
.er-popup-left { float: left; width: 50%; background: #333e50; padding: 60px 40px 60px; border-radius: 4px 0 0 4px; }
.er-popup-right { float: right; width: 50%; padding: 60px 40px 60px; }
.er-popup-form { padding-top: 20px; }
.er-popup-form p {  }
.er-popup-form p input[type="text"], .er-popup-form p input[type="email"] { border: 1px solid #ddd; padding: 5px; width: 100%; font-family: 'IRANSans'; height: 40px; border-radius: 4px; color: #666; background: #fff; }
.er-popup-form p input.newsletter-email:focus, .er-popup-form p input.newsletter-profile-1:focus { direction: ltr; text-align: left; font-family: tahoma; }
.er-popup-form p input[type="submit"] { border: none; border-bottom: 4px solid #CF511A; background: #F9612A; color: #fff; font-family: 'IRANSans'; font-size: 16px; width: 100%; height: 40px; border-radius: 4px; line-height: 1; cursor: pointer; padding-bottom: 3px; }
.er-popup-form p input[type="submit"]:hover { opacity: 0.8; }
.er-popup-social { text-align: center; padding-top: 10px; }
.er-popup-social a { display: inline-block; padding: 2px; border: 1px solid #fff; border-radius: 3px; opacity: 0.5; }
.er-popup-social a:hover { opacity: 1; }

@media (max-width:767px) {
	.er-popup-body { width: 80vw; right: 10vw; }
	

}

@media (max-width:480px) {
	.er-popup-body { width: 70vw; right: 15vw; top: 20px; }
	.er-popup-left { float: none; width: 100%; padding: 10px; }
	.er-popup-right { float: none; width: 100%; padding: 0 10px 10px; }
	.er-popup-form { padding-top: 0px; }
	.er-popup-title { margin-bottom: 0; }
	.er-popup-title img, .er-popup-title br { display: none; }
	.er-popup-desc p, .er-popup-form p { margin: 10px 0; }
	.er-popup-desc span { margin: 10px 0 5px; }
	.er-popup-social { display: none; }


}

@media (max-width:375px) {
	.er-popup-body { width: 80vw; right: 10vw; top: 20px; }
	
}
#wp_page_numbers ul .page_info {
    margin-left: 5px;
}
input , select, textarea{
  border: 1px solid #d6d6d6;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  margin: 0px 0px 0px;
  font: 300 16px/2 'Iransans', tahoma;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input:focus,
textarea:focus {
  border: 1px solid #ec6a5c
}
textarea{
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 10px;
  height: 200px;
  font: 13px/2 'Iransans', tahoma;
  border-radius: 4px;
}

.ginput_complex > span > label {
    padding: 8px 0;
}
.gform_button {
    background: #73b100;
    color: white;
    padding: 5px 20px;
    /* font: 28px/2 'Iransans', tahoma; */
    margin: 20px 0px 20px;
    border: none;
    padding: 6px 20px;
    border-radius: 3px;
    border: 2px solid #73b100;
    font-weight: 500;
    font-size: 17px !important;
}
.gform_button:hover {
    background: #fff;
    color: #73b100;
    border: 2px solid #73b100;
}
div#gform_wrapper_1 {
    margin-top: 20px;
    margin-bottom: 60px;
}
.gfield_label {
  width: 23%;
  display: inline-block;
  /* border-bottom: 1px solid #F46C8E; */
  background: #fff;
  padding: 5px 10px;
  color: #666;
  font-weight: normal !important;
  font-size: 17px !important;
  vertical-align: middle;
  /* display: table-cell !important; */
}
.ginput_container {
    border-right: 1px solid #ffa82e;
    padding: 0 20px;
}
#input_1_5_4, #input_1_9 {
    height: 43px;
    margin-top: 12px !important;
}
.gfield input, .gfield select, .gfield textarea {
    background: #f6f9fb;
    color: #656565;
    border: 1px solid #d6dfe6;
    padding: 8px 11px !important;
}
.gfield input:focus, .gfield select:focus, .gfield textarea:focus {
    background: #fff;
    border: 1px solid #adadad;
  padding: 10px;
}
.gfield_description {
    font-size: 14px !important;
}
::-webkit-input-placeholder {
  
   color: #656565;
}

:-moz-placeholder { /* Firefox 18- */
   padding-right: 3px; 
color: #656565;   
}

::-moz-placeholder {  /* Firefox 19+ */
   padding-right: 3px;
   color: #656565;
}

:-ms-input-placeholder {  
   padding-right:3px;
   color: #656565;
}
.onesignal-bell-launcher-message-body {
	font-family: "iransans", tahoma, arial !important;
}
.wpcf7 p {
    font-size: 18px;
    padding: 10px;
	margin: 0px 0px -10px;
	direction: rtl;
}
.wpcf7 > form > p > span > input {
    margin-top: 10px !important;
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
.bannerparsoptics1 {
    background: #192131 url(../images/sidebarproducts.jpg) no-repeat scroll center center;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
	border-radius: 4px;
	height: 150px;
    margin: 0 0 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bannerparsoptics1:hover {
    background: #192131 url(../images/sidebarproducts1.jpg) no-repeat scroll -60px center;
	cursor: pointer;
}
.bannerparsoptics1 > p > a {
    color: #01bed4;
    text-align: center;
    padding-top: 55px;
    font: 500 17px/2.2 'IRANSans', tahoma !important;
	  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}
.bannerparsoptics1:hover > p > a {
    padding-top: 55px;
    padding-left: 130px;
	color: #58eeff;
}
.bannerparsoptics1:hover > p > a:after {
	content: '  \2190';
}
.edd_purchase_submit_wrapper {
	text-align: center;
}
#map {
	height: 400px;
	width: 100%;
	margin: 40px auto;
}
.contactdetailsright p {
    text-align: left;
    direction: ltr;
    color: #555;
    padding: 2px;
    font-weight: 500;
    font-size: 17px;
}
.contactdetailsright p span {
    float: right;
    direction: rtl;
	font-weight: bold;
}
.contactdetailsleft {
    padding: 5px;
}
h2#parsmapheading {
    font: 500 23px/24px 'iransans',tahoma,arial;
}
.gm-style-iw {
    text-align: center;
}
.table-container {
	width: 100%; overflow-y: auto; _overflow: auto; margin: 0 0 1em;
}
.table-container::-webkit-scrollbar {
	-webkit-appearance: none; width: 14px; height: 14px;
}
 .table-container::-webkit-scrollbar-thumb {
	 border-radius: 8px; border: 3px solid #fff;  background-color: rgba(0, 0, 0, .3);
}

/* === contact info === */

.parsoptics-contact {
    color: #4e4e4e;
    line-height: 2.21;
    padding: 22px;
    position: relative;
    border-radius: 7px;
    line-height: 22px;
}
.parsoptics-contact--info-1 {
    background-color: #e359ee21;
    border: 1px solid #d300ce;
}
.parsoptics-contact--info-2 {
    background-color: #a2f85b38;
    border: 1px solid #2fb225;
	text-align:justify;
}
.parsoptics-contact--info-3 {
    background-color: #e1f0ffdb;
    border: 1px solid #0080ff;
	text-align:justify;
}
.parsoptics-contact--info-4 {
    background-color: #f6d33429;
    border: 1px solid #b27c0b;
	text-align:justify;
}

.footer-logos {
	float:left;font-size:0
}
.footer-logos img{
	height:58px;
	width:auto;
	vertical-align:middle;
	display:inline-block;
	margin-left: 0px;
    margin-bottom: 5px;
    margin-top: -15px;
}