﻿@font-face {
	font-family: 'FontAwesome';
	src: url('http://cdn.basiscore.net/_fonts/fontawesome-webfont.eot');
	src: url('http://cdn.basiscore.net/_fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('http://cdn.basiscore.net/_fonts/fontawesome-webfont.woff') format('woff'), url('http://cdn.basiscore.net/_fonts/fontawesome-webfont.ttf') format('truetype'), url('http://cdn.basiscore.net/_fonts/fontawesome-webfont.svg?#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'W_yekan';
	src: url('http://cdn.basiscore.net/_fonts/W_yekan.eot');
	src: local('?'), url('http://cdn.basiscore.net/_fonts/W_yekan.woff') format('woff'), url('http://cdn.basiscore.net/_fonts/W_yekan.ttf') format('truetype'), url('http://cdn.basiscore.net/_fonts/W_yekan.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: .3em;
}
.fa.fa-pull-right {
	margin-left: .3em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg);
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #ffffff;
}
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before, .fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before, .fa-users:before {
	content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before, .fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158";
}
.fa-won:before, .fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-sticky-note-o:before {
	content: "\f24a";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-hourglass-o:before {
	content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256";
}
.fa-hand-scissors-o:before {
	content: "\f257";
}
.fa-hand-lizard-o:before {
	content: "\f258";
}
.fa-hand-spock-o:before {
	content: "\f259";
}
.fa-hand-pointer-o:before {
	content: "\f25a";
}
.fa-hand-peace-o:before {
	content: "\f25b";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-safari:before {
	content: "\f267";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-tv:before, .fa-television:before {
	content: "\f26c";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-calendar-plus-o:before {
	content: "\f271";
}
.fa-calendar-minus-o:before {
	content: "\f272";
}
.fa-calendar-times-o:before {
	content: "\f273";
}
.fa-calendar-check-o:before {
	content: "\f274";
}
.fa-industry:before {
	content: "\f275";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-map-o:before {
	content: "\f278";
}
.fa-map:before {
	content: "\f279";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-commenting-o:before {
	content: "\f27b";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-edge:before {
	content: "\f282";
}
.fa-credit-card-alt:before {
	content: "\f283";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-modx:before {
	content: "\f285";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-usb:before {
	content: "\f287";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-pause-circle-o:before {
	content: "\f28c";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stop-circle-o:before {
	content: "\f28e";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-percent:before {
	content: "\f295";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-envira:before {
	content: "\f299";
}
.fa-universal-access:before {
	content: "\f29a";
}
.fa-wheelchair-alt:before {
	content: "\f29b";
}
.fa-question-circle-o:before {
	content: "\f29c";
}
.fa-blind:before {
	content: "\f29d";
}
.fa-audio-description:before {
	content: "\f29e";
}
.fa-volume-control-phone:before {
	content: "\f2a0";
}
.fa-braille:before {
	content: "\f2a1";
}
.fa-assistive-listening-systems:before {
	content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7";
}
.fa-low-vision:before {
	content: "\f2a8";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ac";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4";
}
.fa-handshake-o:before {
	content: "\f2b5";
}
.fa-envelope-open:before {
	content: "\f2b6";
}
.fa-envelope-open-o:before {
	content: "\f2b7";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-address-book:before {
	content: "\f2b9";
}
.fa-address-book-o:before {
	content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
	content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
	content: "\f2bc";
}
.fa-user-circle:before {
	content: "\f2bd";
}
.fa-user-circle-o:before {
	content: "\f2be";
}
.fa-user-o:before {
	content: "\f2c0";
}
.fa-id-badge:before {
	content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb";
}
.fa-shower:before {
	content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "\f2cd";
}
.fa-podcast:before {
	content: "\f2ce";
}
.fa-window-maximize:before {
	content: "\f2d0";
}
.fa-window-minimize:before {
	content: "\f2d1";
}
.fa-window-restore:before {
	content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-eercast:before {
	content: "\f2da";
}
.fa-microchip:before {
	content: "\f2db";
}
.fa-snowflake-o:before {
	content: "\f2dc";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-meetup:before {
	content: "\f2e0";
}
.clr { clear: both; }
body { font-family: IRANSansWeb !important; }
.view.ng-animate { width: 100%; z-index: 1; position: absolute; height: 100vh; overflow: hidden !important; display: none; }
.logged-in.admin-bar .view.ng-animate { height: calc(100vh - 32px); }
.collections .swiper-wrapper, .collections__slider--home .swiper-wrapper .swiper-slide, .view.ng-animate { transform-style: preserve-3d; backface-visibility: hidden; perspective: 1000px; filter: blur(0); }
figure { margin: 0; }
[class*="__cover"], [class*="-cover"] { background-position: center; background-size: cover; background-repeat: no-repeat; position: absolute; height: 100%; top: 0; width: 100%; left: 0; z-index: 0; transform-style: preserve-3d; backface-visibility: hidden; perspective: 1000px; }
[ng-lazy-img]:not(.search__figure):before { position: absolute; height: 100%; top: 0; width: 100%; left: 0; background-color: #0b1e2d; content: ''; }
[ng-lazy-img]:not(.search__figure):after { position: absolute; top: 50%; left: 50%; margin: -1.25em 0 0 -1.25em; width: 2.5em; height: 2.5em; visibility: visible; opacity: .5; display: block; background-color: #e6e7e8; border-radius: 100%; animation: pulse 2s infinite ease-in-out; content: ''; transition: 0.5s visibility, opacity 0.5s; }
[ng-lazy-img]:not(.search__figure) img.lazy-img { display: none !important; }
[ng-lazy-img]:not(.search__figure).lazy-loaded:before, [ng-lazy-img]:not(.search__figure).lazy-loaded:after { visibility: hidden; opacity: 0; transition: 0.5s visibility, opacity 0.5s; }
@keyframes on {
0% {
transform: translate3d(0, 0, 0) scaleY(1);
transform-origin: center bottom;
}
49% {
transform-origin: center bottom;
transform: translate3d(0, 0, 0) scaleY(0);
}
51% {
transform-origin: center top;
transform: translate3d(0, 0, 0) scaleY(0);
}
100% {
transform-origin: center top;
transform: translate3d(0, 0, 0) scaleY(1);
}
}
@keyframes off {
0%, 100% {
box-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
}
50% {
box-shadow: 0 0 1.25em rgba(255, 255, 255, 0.5);
}
}
[class*="loader"] { text-align: center; width: 100%; flex: 0 0 auto; align-self: flex-end; max-height: 0; overflow: hidden; visibility: hidden; opacity: 0; }
.collections__title span:before, .collections__slider--slides .swiper-slide__title:before, .collections__nav .swiper-slide__link:before, .collections__title span:after, .collections__slider--slides .swiper-slide__title:after, .collections__nav .swiper-slide__link:after { content: ''; height: 1px; background-color: #fff; top: 50%; transform: translate3d(0, -50%, 0) scaleX(0); transition: transform 0.5s; position: absolute; }
.collections__title span:after, .collections__slider--slides .swiper-slide__title:after, .collections__nav .swiper-slide__link:after { right: 0; transform-origin: left center; }
.collections__title span:before, .collections__slider--slides .swiper-slide__title:before, .collections__nav .swiper-slide__link:before { left: 0; transform-origin: right center; }
.collections__slider--slides .swiper-button-prev, .collections__slider--slides .swiper-button-next, .full-slider .swiper-button-prev, .full-slider .swiper-button-next, .container__gallery .swiper-button-prev, .container__gallery .swiper-button-next { transition: visibility 0.5s, opacity 0.5s; cursor: pointer; }
.collections__slider--slides .swiper-button-prev:before, .collections__slider--slides .swiper-button-next:before, .full-slider .swiper-button-prev:before, .full-slider .swiper-button-next:before, .container__gallery .swiper-button-prev:before, .container__gallery .swiper-button-next:before { font-size: 8px; transition: color 0.5s, transform 0.5s; display: inline-block; transform: translate3d(0, 0, 0); }
.collections__slider--slides .swiper-button-prev:before:hover, .collections__slider--slides .swiper-button-next:before:hover, .full-slider .swiper-button-prev:before:hover, .full-slider .swiper-button-next:before:hover, .container__gallery .swiper-button-prev:before:hover, .container__gallery .swiper-button-next:before:hover {
color: #a7a9ac;
}
.collections__slider--slides .swiper-button-disabled.swiper-button-prev, .collections__slider--slides .swiper-button-disabled.swiper-button-next, .full-slider .swiper-button-disabled.swiper-button-prev, .full-slider .swiper-button-disabled.swiper-button-next, .container__gallery .swiper-button-disabled.swiper-button-prev, .container__gallery .swiper-button-disabled.swiper-button-next { opacity: .25; }
.swiper-button-prev { transform: scaleX(-1) translateZ(0); }
.collections {z-index:-1; background-color: #0b1e2d; position: absolute; height: 100%; top: 0; width: 100%; left: 0; height: 100vh; overflow: hidden; }
.admin-bar.logged-in .collections { height: calc(100vh - 32px); }
.collections .swiper-wrapper { display: flex; }
.collections__cell { position: relative; display: flex; align-items: flex-end; overflow: hidden; justify-content: center; }
.collections__cell--grow-md { padding-top: 2.5em; padding-bottom: 2.5em; }

@media screen and (max-width: 53.125em) {
.collections__slider--archive .collections__cell { width: 80% !important; }
}
.collections--slider-h { position: relative; }
.collections--slider-h .icon-arrow { position: absolute; bottom: 4em; z-index: 20; color: #e6e7e8; font-size: 10px; cursor: pointer; transition-property: visibility, opacity; transition-duration: 0.5s; }

@media screen and (max-width: 65.625em) {
.ios .collections--slider-h .icon-arrow { margin-bottom: 50px; }
}
.collections--slider-h .icon-arrow-prev { transform: scaleX(-1) translate3d(0, 0, 0); left: 10px; }

@media screen and (min-width: 40em) {
.collections--slider-h .icon-arrow-prev { left: 2em; }
}

@media screen and (min-width: 53.125em) {
.collections--slider-h .icon-arrow-prev { left: 4em; }
}
.collections--slider-h .icon-arrow-next { right: 10px; }

@media screen and (min-width: 40em) {
.collections--slider-h .icon-arrow-next { right: 2em; }
}

@media screen and (min-width: 53.125em) {
.collections--slider-h .icon-arrow-next { right: 4em; }
}
.collections--slider-h .icon-arrow.hide { opacity: 0; visibility: hidden; }
.collections--slider-h .icon-arrow.inactive { opacity: 0.25; cursor: auto; }
.desktop .collections--slider-h .icon-arrow:not(.inactive):hover:before, .desktop .collections--slider-h .collections__slider--slides .swiper-button-prev:not(.inactive):hover:before, .collections__slider--slides .desktop .collections--slider-h .swiper-button-prev:not(.inactive):hover:before, .desktop .collections--slider-h .collections__slider--slides .swiper-button-next:not(.inactive):hover:before, .collections__slider--slides .desktop .collections--slider-h .swiper-button-next:not(.inactive):hover:before, .desktop .collections--slider-h .full-slider .swiper-button-prev:not(.inactive):hover:before, .full-slider .desktop .collections--slider-h .swiper-button-prev:not(.inactive):hover:before, .desktop .collections--slider-h .full-slider .swiper-button-next:not(.inactive):hover:before, .full-slider .desktop .collections--slider-h .swiper-button-next:not(.inactive):hover:before, .desktop .collections--slider-h .container__gallery .swiper-button-prev:not(.inactive):hover:before, .container__gallery .desktop .collections--slider-h .swiper-button-prev:not(.inactive):hover:before, .desktop .collections--slider-h .container__gallery .swiper-button-next:not(.inactive):hover:before, .container__gallery .desktop .collections--slider-h .swiper-button-next:not(.inactive):hover:before { transform: translate3d(10px, 0, 0); }
.collections__loader { position: absolute; transform: translate3d(-50%, 0, 0); bottom: 4em; left: 50%; max-height: none; }
.swiper-slide__link .collections__loader { bottom: auto; top: 50%; transform: translate3d(-50%, 0, 0); }
.is-leaving .collections__loader { visibility: visible; opacity: 1; }
.is-leaving .ng-enter .collections__loader:before { display: none; }
.collections__spinner:before, .collections__spinner:after { background-color: #fff; }
.collections__title { font-family: "Times New Roman", Times, Georgia, serif; text-align: center; position: relative; color: #fff; padding: 0 0.58824em 0.29412em; transition: transform 0.5s, opacity 0.5s; opacity: 0; display: block; backface-visibility: hidden; perspective: 1000px; }
.collections__title:after { width: 1px; background-color: #f8f8f8; height: 1.67647em; top: 100%; left: 50%; content: ''; position: absolute; transition: transform 0.375s; transform-origin: center bottom; transform: scaleY(0) translateZ(0); }

@media screen and (max-width: 65.625em) {
.ios .collections__title:after { height: calc(1.67647em + 50px); }
}
.collections__cell:hover .collections__title, .handheld .collections__title { opacity: 1; }
.collections__cell:hover .collections__title:after, .handheld .collections__title:after { transform: scaleY(1) translateZ(0); }
.desktop.is-anim .collections__title { opacity: 0; transform: translate3d(0, 40px, 0); }
.handheld.is-anim .collections__title { opacity: 0; }

@media screen and (max-width: 65.625em) {
.ios .collections__title { padding: 0 0.58824em calc(0.29412em + 50px); }
}
.collections__title span { position: relative; padding-left: 0.88235em; padding-right: 0.88235em; }
.collections__title span:before, .collections__title span:after { width: 0.58824em; }
.collections__title:hover span:before { transform: translate3d(0, -50%, 0) scaleX(1); transform-origin: left center; }
.collections__title:hover span:after { transform: translate3d(0, -50%, 0) scaleX(1); transform-origin: right center; }
.collections__link { position: absolute; height: 100%; top: 0; width: 100%; left: 0; z-index: 1; }
.collections__slider { position: absolute; height: 100%; top: 0; width: 100%; left: 0; overflow: hidden; }
.collections__slider--home .swiper-wrapper { transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); }
.collections__slider--home .swiper-wrapper .swiper-slide { width: 100%; flex: 0 0 auto; }
.collections__slider--home a { position: absolute; top: 5em; left: 0; right: 0; bottom: 0; }
.collections__slider--archive { height: 100vh; display: flex; }
.logged-in.admin-bar .collections__slider--archive { height: calc(100vh - 32px); }
.collections__slider--archive .scroll-content { display: flex; height: 100vh; width: 100%; }
.logged-in.admin-bar .collections__slider--archive .scroll-content { height: calc(100vh - 32px); }
.collections__slider .swiper-container { position: absolute; height: 100%; top: 0; width: 100%; left: 0; }
.collections__slider .swiper-wrapper { position: absolute; height: 100%; top: 0; width: 100%; left: 0; }
.collections__slider .swiper-wrapper .swiper-slide { position: relative; flex: 0 0 auto; background-position: center; background-size: cover; background-repeat: no-repeat; }
.collections__slider--slides .swiper-slide { display: flex; align-items: flex-end; justify-content: center; }
.collections__slider--slides .swiper-slide--grow-md { padding-top: 2.5em; padding-bottom: 2.5em; }
.collections__slider--slides .swiper-slide__title { font-family: "Times New Roman", Times, Georgia, serif; text-align: center; position: relative; color: #fff; padding: 0 0.58824em; backface-visibility: hidden; display: block; }
.collections__slider--slides .swiper-slide__link { position: absolute; height: 100%; top: 0; width: 100%; left: 0; z-index: 1; display: none; }
.collections__slider--slides .swiper-slide-active .swiper-slide__link { display: inherit; }
.collections__slider--slides .swiper-slide-active:hover .swiper-slide__title:before { transform-origin: left center; transform: scaleX(1) translateZ(0); }
.collections__slider--slides .swiper-button-prev, .collections__slider--slides .swiper-button-next { margin-bottom: 0.625em; position: absolute; bottom: 0; padding-top: 2.5em; padding-bottom: 2.5em; }
.collections__slider--slides .swiper-button-prev:before, .collections__slider--slides .swiper-button-next:before { font-size: 10px; color: #e6e7e8; }
.collections__slider--slides .swiper-button-prev:hover:before, .collections__slider--slides .swiper-button-next:hover:before { transform: translate3d(10px, 0, 0); }
.collections__slider--slides .swiper-button-prev { left: 10px; }

@media screen and (min-width: 40em) {
.collections__slider--slides .swiper-button-prev { left: 1.25em; }
}

@media screen and (min-width: 53.125em) {
.collections__slider--slides .swiper-button-prev { left: 1.25em; }
}
.desktop .collections__slider--slides .swiper-button-prev:hover:before { transform: translate3d(10px, 0, 0); }
.collections__slider--slides .swiper-button-next { right: 10px; }

@media screen and (min-width: 40em) {
.collections__slider--slides .swiper-button-next { right: 1.25em; }
}

@media screen and (min-width: 53.125em) {
.collections__slider--slides .swiper-button-next { right: 1.25em; }
}
.collections__nav { position: absolute; bottom: 0; width: 100%; left: 0; display: flex; align-items: center; transform: translate3d(0, 1.25em, 0); transition-property: visibility, opacity, transform; transition-duration: 0.5s; transition-delay: 0.25s; visibility: hidden; opacity: 0; padding: 0 50px; }

@media screen and (max-width: 65.625em) {
.ios .collections__nav { bottom: 50px; }
}
.collections__nav--grow-md { padding-top: 2.5em; padding-bottom: 2.5em; }
.collections__nav--active { visibility: visible; transform: translate3d(0, 0, 0); opacity: 1; }
.collections__nav .swiper-wrapper { padding-top: 3.75em; }
.collections__nav .swiper-slide { flex: 0 0 auto; cursor: pointer; width: 100%; display: flex; align-items: center; position: relative; text-align: center; padding: 0 1.25em; }
.collections__nav .swiper-slide:before, .collections__nav .swiper-slide:after { height: 1px; top: 50%; position: absolute; width: calc(50% - 25px); content: ''; background-color:#fff; transition-property: visbility, opacity, margin-bottom; transition-duration: 0.5s; }
.collections__nav .swiper-slide:before { left: 0; }
.collections__nav .swiper-slide:after { right: 0; }

@media screen and (min-width: 53.125em) {
.collections__nav .swiper-slide { width: auto; min-width: 20%; }
}
.collections__nav .swiper-slide__link { visibility: hidden; opacity: 0; position: relative; margin: 0 auto; padding: 0 1.875em; transform: translate3d(0, 100%, 0); transition-property: visbility, opacity, transform; transition-duration: 0.5s; }
.collections__nav .swiper-slide__link span { font-size: 2.125em; color: #fff; font-family: "IRANSansWeb"; position: relative; transition: opacity 0.5s; display: inline-block; }
.is-leaving .collections__nav .swiper-slide__link span { opacity: 0; }
.collections__nav .swiper-slide__link:before, .collections__nav .swiper-slide__link:after { width: 1.25em; }
.collections__nav .swiper-slide__link:hover:before { transform: translate3d(0, -50%, 0) scaleX(1); transform-origin: left center; }
.collections__nav .swiper-slide__link:hover:after { transform: translate3d(0, -50%, 0) scaleX(1); transform-origin: right center; }
.is-leaving .collections__nav .swiper-slide__link:before { transition: none !important; animation: loading 2s infinite; }
.is-leaving .ng-enter .collections__nav .swiper-slide__link:before { display: none; }
.collections__nav .swiper-slide__name { position: absolute; bottom: 100%; opacity: 0; visibility: hidden; transition-property: visbility, opacity, margin-bottom; transition-duration: 0.75s; font-size: 1.125em; font-family: "Times New Roman", Times, Georgia, serif; color: #e6e7e8; transform: translate3d(-50%, 0, 0); left: 50%; min-width: 5.55556em; }
.collections__nav .swiper-slide__item { position: absolute; width: 20px; height: 20px; transform: translate3d(-50%, -50%, 0); top: 50%; left: 50%; cursor: pointer; transition-property: visbility, opacity, margin-bottom; transition-duration: 0.75s; }
.collections__nav .swiper-slide__item:before { position: absolute; height: 100%; top: 0; width: 100%; left: 0; content: ''; border-radius: 20px; border: 1px solid #e6e7e8; transform: translateZ(0) scale(0); transition: transform 0.75s; }
.collections__nav .swiper-slide__item:after { position: absolute; content: ''; width: 5px; height: 5px; left: 50%; top: 50%; transform: translate3d(-50%, -50%, 0); border-radius: 20px; background-color: #fff; }
.collections__nav .swiper-slide__item:hover .swiper-slide__name { opacity: 1; visibility: visible; margin-bottom: 10px; }
.collections__nav .swiper-slide__item:hover:before { transform: translateZ(0) scale(1); }
.collections__nav .swiper-slide-active:before, .collections__nav .swiper-slide-active:after, .collections__nav .swiper-slide-active .swiper-slide__item { opacity: 0; visibility: hidden; }
.collections__nav .swiper-slide-active .swiper-slide__link { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); }
.collections__nav .icon-arrow.swiper-button-disabled { opacity: .25; }
.collections__container { flex: 2; overflow: hidden; margin-top: -3.75em; }
.fa-angle-left, .fa-angle-right { color: #fff; font-size: 40px; }
ul, ol { list-style-type: none; }
a { text-decoration: none; }
[class*="__title"] { font-weight: normal; line-height: 108.33333%; font-size: 1.25em; }

@media screen and (min-width: 53.125em) {
[class*="__title"] { font-size: 1.375em; }
}
[class*="-medium"] { font-size: 1.75em; }

@media screen and (min-width: 53.125em) {
[class*="-medium"] { font-size: 2.125em; }
}
[class*="-big"] { font-size: 2.1875em; }

@media screen and (min-width: 53.125em) {
[class*="-big"] { font-size: 3.125em; }
}
[class*="-light"] { font-weight: 300; }
[class*="-lighter"] { font-weight: 200; }
[class*="--grid"] { display: flex; flex-wrap: wrap; }
[class*="__cell"] { flex: 0 0 auto; width: 100%; }

@media screen and (max-width: 53.125em) {
.cat__send--store { display: none !important; }
}
.cat--closed .cat__send { visibility: hidden; opacity: 0; }
.cat--active, .error .cat { transform: translate3d(0, 0, 0); }
.cat__button { margin: 0 0.625em; box-shadow: 0 3px 6px rgba(128, 130, 133, 0.1); }
.home .cat, .tax-collezioni .cat { transform: translate3d(0, 100%, 0) !important; }
.iubenda-cs-content { background-color: #0b1e2d !important; }
.iubenda-cs-rationale { max-width: 685px !important; }
.iubenda-cs-banner-content > p { font-size: 0.85714em !important; line-height: 1.2 !important; }
.cat__line, .banner__line, .modal__line, .config__line, .main-video__line, .zoom__line { height: 1px; background-color: #e6e7e8; transition: opacity 0.5s, transform 0.5s, background-color 0.5s; display: inline-block; }
.cat__line, .banner__line--center, .modal__line, .config__line, .main-video__line, .zoom__line { margin: 0.3125em 0; position: relative; background-color: transparent; }
.cat__line:before, .banner__line--center:before, .modal__line:before, .config__line:before, .main-video__line:before, .zoom__line:before, .cat__line:after, .banner__line--center:after, .modal__line:after, .config__line:after, .main-video__line:after, .zoom__line:after { position: absolute; height: 100%; top: 0; width: 100%; left: 0; content: ''; background-color: #e6e7e8; transition: transform 0.5s, background-color 0.5s; }
.cat__close-sign, .banner__burger, .modal__close-sign, .config__close-sign, .main-video__close-sign, .zoom__close-sign { width: 1.5625em; display: flex; flex-direction: column; justify-content: center; }
.banner__btn, .modal__close, .config__close, .main-video__close { cursor: pointer; display: flex; align-items: center; transition: 0.5s color; }
.menu-opened .banner__btn, .menu-opened .modal__close, .menu-opened .config__close, .menu-opened .main-video__close, .white .banner__btn, .white .modal__close, .white .config__close, .white .main-video__close, body:not(.home):not(.single-lampade):not(.tax-collezioni) .banner__btn, body:not(.home):not(.single-lampade):not(.tax-collezioni) .modal__close, body:not(.home):not(.single-lampade):not(.tax-collezioni) .config__close, body:not(.home):not(.single-lampade):not(.tax-collezioni) .main-video__close { color: #fff; }
.banner__tools { right: 0; top: 0; display: flex; align-items: center; }
.banner__btn { z-index: 9999 !important; }

@media screen and (min-width: 53.125em) {
.banner__aside, .banner__menu { width: 50%; }
}
@media screen and (max-width: 900px) {
.banner__menu { width: 100%; }
}

.banner__footer, .banner__quote, .menu__item { opacity: 0; transform: translate3d(0, 50px, 0); }
header .about-back { background-image: url(../images/about-banner.jpg); height: 450px; }
header .productlist-back { background-image: url(../images/darbiran-productlist.jpg); height: 450px; }
header .product-cat-back { position: absolute; width: 100%; z-index: 9999999; }
header .service-back { background-image: url(../images/darbiran-service.jpg); height: 450px; }
header .article-back { background-image: url(../images/darbiran-article.jpg); height: 450px; }
header .news-back { background-image: url(../images/darbiran-news.jpg); height: 450px; }
.header .icon-play, .handheld .video__container .icon-play { position: absolute; top: 50%; border-radius: 100%; left: 50%; font-size: 32px; margin: -1.25em 0 0 -1.25em; width: 2.5em; height: 2.5em; line-height: 2.5em; text-align: center; background-color: rgba(255, 255, 255, 0.4); transition: background-color 0.5s, visibility 0.5s, opacity 0.5s; color: #fff; }
.header .icon-play:before, .handheld .video__container .icon-play:before { display: inline-block; transform: translate3d(10%, 0, 0); }
.header .icon-play:hover, .handheld .video__container .icon-play:hover { color: #fff; background-color: rgba(255, 255, 255, 0.6); }
.banner.video-opened { visibility: hidden; opacity: 0; }
.banner:before { width: 100vw; top: 0; right: 0; z-index: 9993; background-color: #fff; content: ''; position: fixed; opacity: 0; visibility: hidden; height: 5em; transition-property: opacity, visibility; transition-duration: 0.5s; }
.admin-bar.logged-in .banner:before { margin-top: 32px; }
.white .banner:before, body:not(.home):not(.single-lampade):not(.tax-collezioni) .banner:before { opacity: 1; }
.banner__aside { color: #a7a9ac; flex-direction: column; display: none; background-color:#83d8d1 ;transform: translate3d(-100%, 0, 0); z-index: -1}
.banner__aside .second-brand{ display:none;}
@media screen and (min-width: 53.125em) {
.banner__aside { display: flex; }
}
.banner__footer--grow-md { padding-top: 2.5em; padding-bottom: 2.5em; }
.banner__footer .banner__cell:nth-child(2) { text-align: right; line-height: 0; }
.banner__footer .banner__cell:nth-child(2) a { color: #a7a9ac; }
.banner__footer .banner__cell:nth-child(2) a:hover { color: #d1d3d4; }
.banner__brand { top: 0 !important; left: 0; z-index: 9999; top: 1.25em; padding-left: 10px; padding-right: 10px; transition: 0.5s opacity;  }
.second-brand { top: 0 !important; left: 0; z-index: 9999; top: 1.25em; padding-left: 10px; padding-right: 10px; transition: 0.5s opacity; width:176px; height:96px; position:absolute }

.padd-head{padding: 0 35px;}
.banner__brand svg { transition: visibility 0.5s, opacity 0.5s; height: 2.5em; width: 5.8125em; }
.banner__brand svg path { transition: fill 0.5s; }
.opened .banner__brand svg path, .white .banner__brand svg path, body:not(.home):not(.single-lampade):not(.tax-collezioni) .banner__brand svg path { fill: #0b1e2d !important; }
.menu-opened .banner__brand svg path, body:not(.home):not(.single-lampade):not(.tax-collezioni) .menu-opened .banner__brand svg path { fill: #0b1e2d !important; }

@media screen and (min-width: 53.125em) {
.menu-opened .banner__brand svg path, body:not(.home):not(.single-lampade):not(.tax-collezioni) .menu-opened .banner__brand svg path { fill: #fff !important; }
}
.is-anim .banner__brand svg { visibility: hidden; opacity: 0; }
.logged-in.admin-bar .banner__brand { top: calc(1.25em + 32px); }
.banner__brand:before, .banner__brand:after { content: ''; position: absolute; top: 50%; left: 50%; width: 2.5em; height: 2.5em; margin-top: -1.25em; margin-left: -1.25em; border-radius: 2.5em; display: block; background-color: #f8f8f8; border-radius: 100%; transition: opacity 0.5s, visibility 0.5s; visibility: hidden; opacity: 0; }
.white .banner__brand:before, body:not(.home):not(.single-lampade):not(.tax-collezioni) .banner__brand:before, .opened .banner__brand:before, .white .banner__brand:after, body:not(.home):not(.single-lampade):not(.tax-collezioni) .banner__brand:after, .opened .banner__brand:after { background-color: #e6e7e8; }
.menu-opened .banner__brand:before, .menu-opened .banner__brand:after { background-color: #e6e7e8; }

@media screen and (min-width: 53.125em) {
.menu-opened .banner__brand:before, .menu-opened .banner__brand:after { background-color: #fff; }
}
.is-anim .banner__brand:before, .is-anim .banner__brand:after { visibility: visible; opacity: .5; animation: pulse 2s infinite ease-in-out; }
.is-anim .banner__brand:before { animation-delay: -1s; }
.banner__brand:hover { opacity: .5; }
.banner__tools { z-index: 9994; transition: opacity 0.25s 0.5s, visibility 0.25s 0.5s; }
.banner__tools--grow-md-top, .breadcrumbs {float: right; margin-top: 40px; margin-right: 30px; }
@media screen and (max-width: 370px) {
.banner__tools--grow-md-top{float: right; margin-top: 100px; margin-right: 30px; }
}
.logged-in.admin-bar .banner__tools { top: 32px; }
.menu-opened .banner__tools, .opened .banner__tools, .is-anim .banner__tools { visibility: visible; opacity: 1; transition-delay: 0; }
.banner__btn { color: #e6e7e8; margin-left: 1.25em; position: relative; }
.banner__btn--grow-md-top { padding-top: 2.5em; }
.banner__btn--search { display: none; }
.banner__btn--search i { transition: transform 0.5s; transform: scale(1) translateZ(0); font-family: "FontAwesome"; }
.banner__btn--search:hover i { transform: scale(0.9) translateZ(0); }

@media screen and (min-width: 53.125em) {
.banner__btn--search { display: flex; }
}
.banner__btn--close { opacity: 0; }
.banner__btn--close:hover .banner__line--center:after, .banner__btn--close:hover .banner__line--center:before { transform: rotate(0deg) translateZ(0) scaleX(0.75); }
.white .banner__line, body:not(.home):not(.single-lampade):not(.tax-collezioni) .banner__line { background-color: #fff; }
.banner__btn:hover .banner__line--top { transform: scaleX(0.75) translateZ(0); }
.menu-opened .banner__line--top { opacity: 0; transform: traslate3d(0, -100%, 0); }
.banner__btn:hover .banner__line--bottom { transform: scaleX(0.75) translateZ(0); }
.menu-opened .banner__line--bottom { opacity: 0; transform: traslate3d(0, 100%, 0); }
.white .banner__line--center, body:not(.home):not(.single-lampade):not(.tax-collezioni) .banner__line--center { background-color: transparent; }
.menu-opened .banner__line--center:before, .white .banner__line--center:before, body:not(.home):not(.single-lampade):not(.tax-collezioni) .banner__line--center:before, .menu-opened .banner__line--center:after, .white .banner__line--center:after, body:not(.home):not(.single-lampade):not(.tax-collezioni) .banner__line--center:after { background-color: #fff; }
.banner__btn--close .banner__line--center:before { transform: rotate(45deg) translateZ(0); }
.banner__btn--close .banner__line--center:after { transform: rotate(-45deg) translateZ(0); }
.banner__label { display: inline-block; padding-right: 1.25em; font-family: "IRANSansWeb"; color: #fff !important; font-weight: bold; font-size:20px}
.banner__quote { align-content: center; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; top: 4.5em; font-family: "IRANSansWeb"; padding: 0 30px; float: right; }
.banner__quote h2 {color: #232323; margin-top: 100px; float: right; font-family: "IRANSansWeb"; font-size: 1.5em; padding-right: 25px; }
.banner__quote p { color: #232323; width: 100%; font-size: 1.0em; line-height: 126.66667%; font-family: "IRANSansWeb"; text-align: justify;
 padding:0px 20px; direction: rtl; line-height: 1.8em; }
.banner__quote em { font-style: normal; font-size: 1.25em; padding-top: 2em; padding-bottom: 2.5em; }
.banner__quote a { color: #a7a9ac; font-size: 16px; font-family: "IRANSansWeb"; line-height: 30px; }
.banner__quote a:hover { color: #d1d3d4; }
.banner__nav { position: fixed; top: 0; left: 0; right: 0; bottom: 0; visibility: hidden; z-index: 999999999999 !important; }
.logged-in.admin-bar .banner__nav { top: 32px; }
.banner__nav .banner__btn--close { position: absolute; top: 0; right: 0; z-index: 1; opacity: 0; }
.banner__lang { position: absolute; bottom: 0; right: 0; opacity: 0; transition: opacity 0.5s; }
.banner__lang--grow-md { padding-top: 2.5em; padding-bottom: 2.5em; }
.menu-opened .banner__lang { opacity: 1; }
.menu-opened .banner__lang:hover { opacity: .5; }
.banner__lang:hover { opacity: .5; }
.banner__menu { transform: translate3d(100%, 0, 0); position: relative; background: #fff; align-items: center; max-height: 100vh; z-index: -1}
.handheld .banner__menu { overflow-y: scroll; -webkit-overflow-scrolling: touch; height: 100vh; }

@media screen and (max-width: 65.625em) {
.ios .banner__menu { padding-bottom: calc(2.5em + 50px); }
}
.admin-bar.logged-in .banner__menu { max-height: calc(100vh - 32px); }
.banner__menu .scroll-content, .handheld .banner__menu { margin: auto; }
.menu { align-items: center; align-content: center; }
.handheld .menu { margin: auto; padding-top: 5em; padding-bottom: 5em; }
.menu__item { width: 100%; text-align: center; padding-left: 10px; padding-right: 10px; }

@media screen and (min-width: 53.125em) {
.menu__item { width: 100%; text-align: center; }
}

@media screen and (min-width: 40em) {
.menu__item { padding-left: 1.25em; padding-right: 1.25em; }
}

@media screen and (min-width: 53.125em) {
.menu__item { padding-left: 2.5em; padding-right: 2.5em; }
}
.menu__link { font-size: 17px; font-weight: bold; color: #a7a9ac; line-height: 2.5em; display: inline-block; padding-left: 1em; padding-right: 1em; position: relative; font-family: "IRANSansWeb"; text-decoration: none; }
.menu__link:before { content: ''; height: 1px; background-color: #a9a9ac; top: 50%; transition: transform 0.5s; position: absolute; width: 20px; opacity: 0; left: -20px !important; }
.menu__link:after { content: ''; height: 1px; background-color: #a9a9ac; top: 50%; transition: transform 0.5s; position: absolute; width: 20px; opacity: 0; right: -20px !important; }
.menu li:first-child a:before, .menu li:first-child a:after { transition: transform 0.5s; opacity: 1; }
.menu li:hover .menu__link:before, .menu li:hover .menu__link:after { transition: transform 0.5s; opacity: 1; }
.menu__link:after { right: 0; transform-origin: left center; }
.menu__link:before { left: 0; transform-origin: right center; }
.more-info { width: 100px; height: 30px; border: 1px solid #232323; text-align: center; font-family: "IRANSansWeb"; color:#232323; font-size:14px; }
.single-progetti .menu__item--projects a:before, .single-installazioni .menu__item--installations a:before, .tax-glossary-cat .menu__item--glossary a:before, .single-post .menu__item--magazine a:before, .menu__item--active .menu__link:before, .menu__link.menu__link--active:before, .desktop .menu__link:hover:before { transform: translate3d(0, -50%, 0) scaleX(1); transform-origin: left center; }
.menu__link:hover{ color:#83d8d1;}
.menu__item--active .menu__link{ color:#83d8d1;}
.menu__item--active .menu__link::before{ background-color:#83d8d1;}
.menu__item--active .menu__link::after{ background-color:#83d8d1;}
.menu__link:hover::before{ background-color:#83d8d1;}
.menu__link:hover::after{ background-color:#83d8d1;}
.search_box_280 { visibility: hidden; display: none; }
.search_280 .fa-search { transform: rotate(90deg); margin-left: 11px; float: right; line-height: 28px; }
.search_box_280:checked~.search_form_280 { height: 47px }
.search_form_280 { height: 0px }
.icon-search_280 { height: 30px }
.search_form_280 input[type='text'] { min-height: 37px }
.search_form_280 input[type='submit'] { min-height: 24px }
.search_form_280 input { background: #ccc }
.search_form_280 { background: #2D2C2C }
.search_form_280 input { border: none }
.icon-search_280 { color: #fff; font-family: "IRANSansWeb" }
.search_box_280:checked~.search_form_280 form { color: #2D2C2C }
.search_box_280:checked~.search_form_280 form i { color: #fff }
.search_form_280 input[type='submit'] { cursor: pointer }
.icon-search_280 { cursor: pointer }
.icon-search_280 { display: inline-block }
.search_280 { display: inline-block }
.search_box_280:checked~.search_form_280 form i { float: right }
.search_box_280:checked~.search_form_280 form i { font-size: large }
.search_form_280 input[type='submit'] { font-size: 11px }
.icon-search_280 { font-size: 18px }
.search_form_280 input[type='text'] { font-size: 16px }
.search_form_280 input[type='text'] { margin: 0px 1px 0px 0 }
.search_form_280 input[type='submit'] { margin: 0px 0px 0px 0 }
.search_box_280:checked~.search_form_280 form i { margin-top: 10px }
.search_box_280:checked~.search_form_280 form { opacity: 1 }
.search_form_280 form { opacity: 0 }
.search_form_280 input[type='text'] { outline: none }
.search_form_280 { padding: 0px 5px }
.search_form_280 input[type='text'] { padding: 0px 5px 1px }
.search_form_280 input[type='submit'] { padding: 0px 5px }
.search_box_280:checked~.search_form_280 { padding: 5px }
.search_box_280:checked~.search_form_280 form { padding-right: 13px }
.icon-search_280 { position: relative }
.search_280 { position: relative }
.search_form_280 { position: absolute }
.search_form_280 { right: -90px; }
.search_form_280 input[type='text'] { text-align: right }
.icon-search_280 { text-align: right }
.search_box_280:checked~.search_form_280 form i { text-decoration: none }
.search_box_280:checked~.search_form_280 form { transition: 0.3s all ease-out 0.5s }
.search_box_280:checked~.search_form_280 { transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s; -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s }
.icon-search_280 { transition: all 0.5s ease }
.search_form_280 form { transition: all 0.3s ease-out }
.search_form_280 { transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s; -webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s; th 0.3s ease-out 0.2s
}
.search_form_280 { z-index: 9999999 }
.icon-search_280 { z-index: 10 }
.search_form_280 { top: 65px }
.search_box_280:checked~.search_form_280 { top: 35px }
.search_form_280 input[type='submit'] { border-radius: 0 5px 5px 0 }
.search_form_280 { overflow: hidden }
.search_form_280 input[type='submit'] { text-transform: uppercase; width:80%; height:30px; margin-top:3px }
.icon-search_280 { -moz-transition: all 0.5s ease }
.icon-search_280 { -webkit-transition: all 0.5s ease }
.search_form_280 form { -webkit-transition: all 0.3s ease-out }
.search_box_280:checked~.search_form_280 form { -webkit-transition: 0.3s all ease-out 0.5s }
.search_box_280 { visibility: hidden }
.search_280 { width: 100% }
.icon-search_280 { width: 100% }
.search_form_280 { width: 20px }
.search_form_280 input[type='text'] { width: 80%; font-family: "IRANSansWeb" }
.search_box_280:checked~.search_form_280 { width: 277px }

@media(max-width:307px) {
.search_box_280:checked~.search_form_280 { width: 236px }
}

@media(max-width:400px) {
.banner__tools--grow-md-top, .breadcrumbs { width: 100%; }
}

@media(max-width:307px) {
.search_box_280:checked~.search_form_280 form { padding-right: 1px }
}
.menu-box_185 { min-height: 50px }
.menu-box_186 { height: 25%; background-color: rgba(0, 0, 0, 0.53); width: 100%; }
.slider-resize_185 { min-height: 200px }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
.fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15% }
.fa-2x { font-size: 2em }
.fa-3x { font-size: 3em }
.fa-4x { font-size: 4em }
.fa-5x { font-size: 5em }
.fa-fw { width: 1.28571429em; text-align: center }
.fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none }
.fa-ul>li { position: relative }
.fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: .14285714em; text-align: center }
.fa-li.fa-lg { left: -1.85714286em }
.fa-border { padding: .2em .25em .15em; border: solid .08em #eee; border-radius: .1em }
.fa-pull-left { float: left }
.fa-pull-right { float: right }
.fa.fa-pull-left { margin-right: .3em }
.fa.fa-pull-right { margin-left: .3em }
.pull-right { float: right }
.pull-left { float: left }
.fa.pull-left { margin-right: .3em }
.fa.pull-right { margin-left: .3em }
.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear }
.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8) }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg) }
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg) }
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg) }
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1) }
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1) }
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none }
.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle }
.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center }
.fa-stack-1x { line-height: inherit }
.fa-stack-2x { font-size: 2em }
.fa-inverse { color: #fff }
.p-side { width: 15%; height: 340px; float: right; opacity: 0; transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; }
.p-side img { margin-top: 10px; }
.p-side img:hover { opacity: 0.6; filter: alpha(opacity=60); }
.name { font-size: 1.2em; padding: 0 !important; margin: 0 !important; }
.name a { text-decoration: none; color: #455a64; transition: all .2s ease; }
.name a:hover { color: #4d4681; }
.price { font-size: 1em; color: #a89272; }
.protitle { height: 60px; width: 100%; position: absolute; bottom: 0; right: 0; }
.boxi { transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; border: 3px solid #FFF; height: 340px; text-align: center; position: relative; top: 0; right: 0; }
.boxi:hover { border: 3px solid #4d4681; }
.boxi:hover .p-side { opacity: 1; }
.boxi:hover .name a { color: #716b9a !important; }
.more { transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; height: 340px; text-align: center; position: relative; top: 0; right: 0; border: 3px solid #716b9a; background: #716b9a; }
.more h2 { transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; padding: 10px; font-size: 1.3em; border: 1px solid #FFF; width: 70%; margin: 0 auto; margin-top: 50px; }
.more a { text-decoration: none; color: #FFF; }
.more h2:hover { background: #455a64; border: 1px solid #455a64; }
.more h1 { margin-top: 0; color: #FFF; font-size: 2em; padding-top: 40px; padding-bottom: 30px; }
.arrow-right { transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; width: 0; height: 0; border-top: 30px solid transparent; border-bottom: 30px solid transparent; border-left: 30px solid #716b9a; position: absolute; right: -18px; top: 35%; }
.more:hover .arrow-right { right: -22px; }
.boxi-a { height: 340px; text-align: center; position: relative; top: 0; right: 0; }
.boxi-a img { width: 100%; height: 100%; }
.boxi-a h1 { position: absolute; top: 20px; right: 20px; color: #FFF; font-size: 2.7em; }
.bc-relate { height: auto !important; }
.bc-relate h3 { color: #455a64; direction: rtl; }
.demo ul { list-style: none outside none; padding-left: 0; margin: 0; }
.demo .item { margin-bottom: 60px; }
.content-slider li { text-align: center; color: #FFF; background: #FFF; }
.artieven { border-top: none !important; }
.arti { transition: all .4s ease; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; border: 3px solid #f3f7f9; border-right: none; height: 170px; border-left: none; }
.imgeven { width: 140px; height: 140px; float: left; margin-top: 15px; margin-left: 20px; }
.imgodd { width: 140px; height: 140px; float: right; margin-top: 15px; margin-left: 20px; }
.imgarti { width: 100%; height: 100%; }
.txtarti { width: 65%; float: left; margin-top: 15px; direction: rtl; padding-left: 30px; }
.txtarti h2 { text-align: right; margin: 0; }
.title-art { color: #716b9a; text-decoration: none; font-size: .7em; }
.title-art:hover { color: #716b9a; }
.txtarti { text-align: justify; color: #6f6f61; }
.moreview { text-decoration: none; color: #716b9a; }
.moreview:hover { text-decoration: underline; }
.colorselect { width: 40px; height: 40px; float: right; margin-top: 7px; margin-left: 15px; transition: all .4s ease; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; }
.colorselect img { width: 100%; }
.colorselect:hover { cursor: pointer; transform: scale(1.1); }
.datearti { padding: 0; margin: 0; height: 28px; line-height: 28px; margin-top: -10px; padding-bottom: 5px; }
.txtarti p { margin: 0; margin-top: 5px; }
.datearti i { color: #716b9a; font-size: .5em; }
.datearti span { color: #716b9a; font-size: .5em; }
.arti:hover { background: rgba(113,107,154,.5); }
.arti:hover .datearti span { color: #FFF; }
.arti:hover .datearti i { color: #FFF; }
.arti:hover .title-art { color: #716b9a; }
.artilist { min-height: 230px; float: right; }
.imglist { padding-left: 35px; border-left: 1px solid rgba(255,255,255,.3); width: 200px; height: 200px; margin: 0 auto; margin-top: 15px; }
.imgdiv { min-height: 230px; float: left; }
.txtlist { width: 90%; float: right; }
.all-article { width: 100%; min-height: 230px; background: rgba(113,107,154,.25); border-top: 2px solid #CCC; }
.morelist { transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; background: #5a557d; width: 18%; border-radius: 3px; height: 30px; border: 1px solid #5a557d; float: left; margin-top: 10px; line-height: 30px; text-align: center; }
.all-articleeven { width: 100%; min-height: 230px; background: none; border-top: 2px solid #CCC; }
.morelist a { text-decoration: none; color: #FFF; }
.morelist:hover { background: #455a64; }
.morelist2 a { text-decoration: none; color: #FFF; }
.morelist2:hover { background: #455a64; }
.all-article:hover img { opacity: 0.5; transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; }
.all-articleeven:hover img { opacity: 0.5; transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; }
.txtlist p { font-size: 1.3em; }
.morelist2 { margin-top: -20px !important; transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; background: #5a557d; width: 18%; border-radius: 3px; height: 30px; border: 1px solid #5a557d; float: left; margin-top: 10px; line-height: 30px; text-align: center; }
.level3 { margin-left: 5px !important; font-weight: bold !important; }
.level3 a i { font-size: .6em; }
.artip { text-align: justify !important; direction: rtl; }
.imageshow { text-align: center; }
.imageshow img { margin: 0 auto; box-shadow: 5px 5px 2px #888888; }
.artih1 { direction: rtl; font-size: 1.3em; color: #716b9a; }
.artih1 i { padding-left: 10px; }
.h1cn2 { text-align: right !important; }
.artishow { position: relative; top: 0; right: 0; }
.contacthead { direction: rtl; text-align: justify; padding: 0; padding-right: 10px; padding-left: 10px; list-style: none; font-size: 1.5em; color: #666666; }
.contacthead li i { font-size: 2.2em; color: #716b9a; float: right; margin-left: 10px; }
.telhead { width: 83%; float: right; }
.contacthead2 { direction: rtl; text-align: justify; padding: 0; padding-right: 10px; padding-left: 10px; list-style: none; font-size: 1.2em; color: #666666; }
.result { margin-top: 25px; margin-bottom: 25px; padding-bottom: 10px; direction: rtl; border-bottom: 2px solid #716b9a; color: #455a64; font-size: 1.5em; }
.result { color: #5a557d; }
.emailfoot { width: 45.4% !important; margin-bottom: 5px !important; border: 1px solid #666666 !important; color: #FFF !important; background: none !important; }
.emailfootp { width: 94% !important; margin-bottom: 5px !important; border: 1px solid #666666 !important; color: #FFF !important; background: none !important; }
.bott { margin-top: -18px; }
.contacthead2 li i { font-size: 1em; color: #716b9a; float: right; margin-left: 10px; }
.captcha2 { width: 80px !important; height: 25px !important; float: right !important; }
.footerror { margin-top: 30px !important; width: 100%; }
.cntfoot { width: 29.1% !important; margin-bottom: 5px !important; border: 1px solid #666666 !important; color: #FFF !important; background: none !important; }
.captcha3 { margin-top: 24px; }
.hoveri { text-align: center; color: #FFF; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; width: 200px; height: 200px; margin: 0 auto; position: relative; top: -220px; background: rgba(113,107,154,.5); }
.indiv { width: 200px; height: 200px; margin-left: 15%; margin-top: 15%; overflow: hidden; }
.boxi:hover .hoveri { top: 0 !important; }
.hoveri a { color: #FFF; }
.hoveri i { position: relative; top: -110px; font-size: 1.8em }
.indiv2 { margin-left: 25%; }
.hvr-shutter-in-horizontal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; background: #5a557d; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-shutter-in-horizontal:before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: #fff; -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active { color: white; }
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before { -webkit-transform: scaleX(0); transform: scaleX(0); }
.prper { margin-top: 0 !important; list-style: none; }
.prper li { min-height: 40px!important; border: 1px solid rgba(90,85,125,.3) !important; padding: 0!important; border-right: 7px solid #5a557d!important; }
.li-right { width: 15%; float: right; background: rgba(90,85,125,.2); padding-right: 10px; color: #455a64; }
.li-left { width: 82%; float: right; padding-right: 10px; }
.demo { width: 100%; }
.lSSlideOuter { overflow: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.lightSlider:before, .lightSlider:after { content: " "; display: table; }
.lightSlider { overflow: hidden; margin: 0; }
.lSSlideWrapper { max-width: 100%; overflow: hidden; position: relative; }
.lSSlideWrapper > .lightSlider:after { clear: both; }
.lSSlideWrapper .lSSlide { -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: all 1s; -webkit-transition-property: -webkit-transform, height; -moz-transition-property: -moz-transform, height; transition-property: transform, height; -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; }
.lSSlideWrapper .lSFade { position: relative; }
.lSSlideWrapper .lSFade > * { position: absolute !important; top: 0; left: 0; z-index: 9; margin-right: 0; width: 100%; }
.lSSlideWrapper.usingCss .lSFade > * { opacity: 0; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; }
.lSSlideWrapper .lSFade > *.active { z-index: 10; }
.lSSlideWrapper.usingCss .lSFade > *.active { opacity: 1; }
/** Gallery */
.lSSlideOuter .lSPager.lSGallery { list-style: none outside none; padding-left: 0; margin: 0; overflow: hidden; transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.lSSlideOuter .lSPager.lSGallery li { overflow: hidden; -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s; transition: border-radius 0.12s linear 0s 0.35s linear 0s; }
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover { border-radius: 5px; }
.lSSlideOuter .lSPager.lSGallery img { display: block; height: auto; max-width: 100%; }
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after { content: " "; display: table; }
.lSSlideOuter .lSPager.lSGallery:after { clear: both; }
.lSAction > a { width: 32px; display: block; top: 50%; height: 32px; background-image: url('../images/cntrl.png'); cursor: pointer; position: absolute; z-index: 99; margin-top: -16px; opacity: 0.5; -webkit-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s; }
.lSAction > a:hover { opacity: 1; }
.lSAction > .lSPrev { background-position: 0 0; left: 10px; }
.lSAction > .lSNext { background-position: -32px 0; right: 10px; }
.lSAction > a.disabled { pointer-events: none; }
.cS-hidden { height: 1px; opacity: 0; filter: alpha(opacity=0); overflow: hidden; }
.loadingfirst { height: 600px; }
.cssload-loader { position: relative; left: calc(50% - 68px); top: 20%; width: 136px; height: 136px; border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; perspective: 1700px; }
.cssload-inner { position: absolute; width: 100%; height: 100%; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
.cssload-inner.cssload-one { left: 0%; top: 0%; animation: cssload-rotate-one 1.3s linear infinite; -o-animation: cssload-rotate-one 1.3s linear infinite; -ms-animation: cssload-rotate-one 1.3s linear infinite; -webkit-animation: cssload-rotate-one 1.3s linear infinite; -moz-animation: cssload-rotate-one 1.3s linear infinite; border-bottom: 6px solid rgb(90,85,125); }
.cssload-inner.cssload-two { right: 0%; top: 0%; animation: cssload-rotate-two 1.3s linear infinite; -o-animation: cssload-rotate-two 1.3s linear infinite; -ms-animation: cssload-rotate-two 1.3s linear infinite; -webkit-animation: cssload-rotate-two 1.3s linear infinite; -moz-animation: cssload-rotate-two 1.3s linear infinite; border-right: 6px solid rgb(14,14,14); }
.cssload-inner.cssload-three { right: 0%; bottom: 0%; animation: cssload-rotate-three 1.3s linear infinite; -o-animation: cssload-rotate-three 1.3s linear infinite; -ms-animation: cssload-rotate-three 1.3s linear infinite; -webkit-animation: cssload-rotate-three 1.3s linear infinite; -moz-animation: cssload-rotate-three 1.3s linear infinite; border-top: 6px solid rgb(216,60,65); }
@keyframes cssload-rotate-one {
 0% {
 transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @-o-keyframes cssload-rotate-one {
 0% {
 -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @-ms-keyframes cssload-rotate-one {
 0% {
 -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @-webkit-keyframes cssload-rotate-one {
 0% {
 -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @-moz-keyframes cssload-rotate-one {
 0% {
 -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @keyframes cssload-rotate-two {
 0% {
 transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @-o-keyframes cssload-rotate-two {
 0% {
 -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @-ms-keyframes cssload-rotate-two {
 0% {
 -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @-webkit-keyframes cssload-rotate-two {
 0% {
 -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @-moz-keyframes cssload-rotate-two {
 0% {
 -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @keyframes cssload-rotate-three {
 0% {
 transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
 @-o-keyframes cssload-rotate-three {
 0% {
 -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
 @-ms-keyframes cssload-rotate-three {
 0% {
 -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
 @-webkit-keyframes cssload-rotate-three {
 0% {
 -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
 @-moz-keyframes cssload-rotate-three {
 0% {
 -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
.textabo { background: rgba(255,255,255,.3); width: 100%; line-height: 100px; height: 100px; margin: 0 auto; text-align: center; margin-top: 8%; }
.textabo a { color: #5a557d; text-decoration: none; font-size: 1.6em; }
/* vertical */
.lSSlideOuter.vertical { position: relative; }
.lSSlideOuter.vertical.noPager { padding-right: 0px !important; }
.lSSlideOuter.vertical .lSGallery { position: absolute !important; right: 0; top: 0; }
.lSSlideOuter.vertical .lightSlider > * { width: 100% !important; max-width: none !important; }
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a { left: 50%; margin-left: -14px; margin-top: 0; }
.lSSlideOuter.vertical .lSAction > .lSNext { background-position: 31px -31px; bottom: 10px; top: auto; }
.lSSlideOuter.vertical .lSAction > .lSPrev { background-position: 0 -31px; bottom: auto; top: 10px; }
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl { direction: rtl; }
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager { padding-left: 0; list-style: none outside none; }
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager { padding-right: 0; }
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li { float: left; }
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li { float: right !important; }
/* Rtl */

@-webkit-keyframes rightEnd {
 0% {
 left: 0;
}
 50% {
 left: -15px;
}
 100% {
 left: 0;
}
}
@keyframes rightEnd {
 0% {
 left: 0;
}
 50% {
 left: -15px;
}
 100% {
 left: 0;
}
}
@-webkit-keyframes topEnd {
 0% {
 top: 0;
}
 50% {
 top: -15px;
}
 100% {
 top: 0;
}
}
@keyframes topEnd {
 0% {
 top: 0;
}
 50% {
 top: -15px;
}
 100% {
 top: 0;
}
}
@-webkit-keyframes leftEnd {
 0% {
 left: 0;
}
 50% {
 left: 15px;
}
 100% {
 left: 0;
}
}
@keyframes leftEnd {
 0% {
 left: 0;
}
 50% {
 left: 15px;
}
 100% {
 left: 0;
}
}
@-webkit-keyframes bottomEnd {
 0% {
 bottom: 0;
}
 50% {
 bottom: -15px;
}
 100% {
 bottom: 0;
}
}
@keyframes bottomEnd {
 0% {
 bottom: 0;
}
 50% {
 bottom: -15px;
}
 100% {
 bottom: 0;
}
}
.lSSlideOuter .rightEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; }
.lSSlideOuter .leftEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; }
.lSSlideOuter.vertical .rightEnd { -webkit-animation: topEnd 0.3s; animation: topEnd 0.3s; position: relative; }
.lSSlideOuter.vertical .leftEnd { -webkit-animation: bottomEnd 0.3s; animation: bottomEnd 0.3s; position: relative; }
.lSSlideOuter.lSrtl .rightEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; }
.lSSlideOuter.lSrtl .leftEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; }
/*/  GRab cursor */
.lightSlider.lsGrab > * { cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.lightSlider.lsGrabbing > * { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; }
.mcs-button-arrow { color: rgba(49,51,61,0.6); opacity: 1; text-shadow: none; font: normal 0/1 'magicarrows'; font-weight: 200; font-variant: normal; cursor: pointer; background-repeat: no-repeat; background-color: transparent; background-image: none; border: 0; border-radius: 0; text-transform: none !important; text-align: center; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.mcs-button-arrow.mcs-disabled { opacity: 0.01 !important; }
.MagicScroll > .mcs-button-arrow { font-size: 20px; width: 30px; height: 30px; margin: auto; -webkit-transition: color .15s linear; transition: color .15s linear; }
.MagicScroll-horizontal .mcs-button-arrow-prev { left: 0; right: auto; top: 0; bottom: 0; }
.MagicScroll-horizontal .mcs-button-arrow-next { left: auto; right: 0; top: 0; bottom: 0; }
.MagicScroll-vertical .mcs-button-arrow-prev { top: 0; bottom: auto; left: 0; right: 0; }
.MagicScroll-vertical .mcs-button-arrow-next { top: auto; bottom: 0; left: 0; right: 0; }
.MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled) { color: rgba(49,51,61,1); }
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow { font-size: 18px; width: 24px; height: 24px; border-radius: 3px; background: none; box-shadow: 0 0 1px rgba(153, 153, 153, .5); -webkit-transition: color .15s linear, background-color .15s linear; transition: color .15s linear, background-color .15s linear; }
.MagicScroll-horizontal.MagicScroll-arrows-inside:hover > .mcs-button-arrow:hover:not(.mcs-disabled) { background-color: rgba(255, 255, 255, .96); }
.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev { left: 5px; }
.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next { right: 5px; }
.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev { top: 5px; }
.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next { bottom: 5px; }
.lt-ie10-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow { border: 1px solid rgba(153, 153, 153, .5); }
.lt-ie9-magic .mcs-button-arrow { color: #83858B; }
.lt-ie9-magic .MagicScroll:hover > .mcs-button-arrow:hover { color: #31333D; }
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow { color: #31333D; background: #fff; border: 1px solid #999; filter: alpha(opacity = 60); }
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover { filter: alpha(opacity = 96); }
.lt-ie9-magic .mcs-button-arrow.mcs-disabled { filter: alpha(opacity = 0.01) !important; }
/*
 * Bullets
 */
.MagicScroll-horizontal .mcs-bullets { margin-top: 10px; }
.MagicScroll-horizontal.MagicScroll-bullets { margin-bottom: 35px; }
.MagicScroll-vertical .mcs-bullets { margin-left: 10px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.MagicScroll-vertical.MagicScroll-bullets { margin-right: 35px; }
.mcs-bullet { width: 10px; height: 10px; background-color: #83858B; }
.mcs-bullet:hover { background-color: #5a5a5a; }
.mcs-bullet.active { background-color: transparent; border: 1px solid #5a5a5a; }
/* Caption */
.mcs-item .mcs-caption { color: white; padding: 5px 0; font: normal 9pt/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif; text-rendering: geometricPrecision; }
.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption, .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption { background-color: #31333D; background-color: rgba(49,51,61,0.7); }
.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption, .lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption { filter: alpha(opacity=60); }
/* Carousel & Cover Flow */
.MagicScroll[data-mode="carousel"], .MagicScroll[data-mode="cover-flow"] { background: #4f4f4f; }
.MagicScroll[data-mode="carousel"] img, .MagicScroll[data-mode="cover-flow"] img { box-shadow: 0px 15px 30px -10px #000; }
.MagicScroll[data-mode="carousel"] figcaption, .MagicScroll[data-mode="cover-flow"] figcaption { padding: 4px 0 0; font-size: 10pt; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, Helvetica, sans-serif; }
/* Misc */
.MagicScroll.mcs-shadows { box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.15); }
.MagicScroll.mcs-border .mcs-item { background: #fff; border: 1px solid #efefef; }
.MagicScroll-horizontal.mcs-border .mcs-item { margin: 0 3px; }
.MagicScroll-vertical.mcs-border .mcs-item { margin: 3px 0; }
.MagicScroll, .mcs-caption, .mcs-button, .mcs-item, .mcs-item img, .mcs-item > *, .mcs-bullet, .mcs-bullet:before, .mcs-bullet:after, .mcs-wrapper, .mcs-items-container { margin: 0; padding: 0; outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.MagicScroll, .mcs-item, .mcs-item a, .mcs-item img, .mcs-items-container { position: relative; }
.MagicScroll, .mcs-item, .mcs-wrapper, .mcs-items-container { overflow: hidden; direction: ltr; }
.mcs-wrapper, .mcs-item img { line-height: 100%; }
.MagicScroll { z-index: 1; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }
.MagicScroll.MagicScroll-horizontal { -moz-touch-action: pan-y; -ms-touch-action: pan-y; touch-action: pan-y; }
.MagicScroll.MagicScroll-vertical { -moz-touch-action: pan-x; -ms-touch-action: pan-x; touch-action: pan-x; }
body.mcs-dragging { cursor: move; cursor: -webkit-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; }
body.mcs-dragging .MagicScroll, body.mcs-dragging button.mcs-button.mcs-horizontal.mcs-button-arrow { cursor: inherit; }
.mcs-item, .MagicScroll figure, .mcs-item img, .mcs-item .mcs-caption { display: inline-block; }
.MagicScroll > * { display: inline-block; max-width: 100%; }
.MagicScroll > *:first-child { visibility: hidden; }
.MagicScroll > *:nth-child(n+2) { display: none; }
.MagicScroll > a { line-height: 100%; }
.MagicScroll img { visibility: hidden; }
.MagicScroll .mcs-item img { visibility: visible; }
.mcs-button, .mcs-bullets, .mcs-wrapper { position: absolute; }
.MagicScroll:before, .MagicScroll figcaption:before { content: ''; display: inline-block; vertical-align: top; height: 0; }
.mcs-wrapper { top: 0; right: 0; bottom: 0; left: 0; vertical-align: top; z-index: 100; }
.mcs-items-container { text-align: center; overflow: visible; width: 100%; height: 100%; padding-right: 20px !important; }
.mcs-item { top: 0; left: 0; zoom: 1; font-size: 9pt !important; line-height: 100%; max-width: 100%; margin-left: 6px; }
.mcs-item:after, .mcs-item > a:after { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.MagicScroll-horizontal .mcs-item { height: 100%; }
.MagicScroll-vertical .mcs-item { display: block; width: 100%; }
.mcs-item > a, .MagicScroll-horizontal .mcs-items-container > * { display: inline-block; }
.mcs-item a, .mcs-item img { border: none; max-width: 100%; max-height: 100%; }
.mcs-item a { height: 100%; }
.mcs-item img { width: 100%; height: 100%; vertical-align: middle; }
.MagicScroll figure { position: relative; vertical-align: middle; font-size: 0; margin: 0; max-width: 100%; max-height: 100%; line-height: normal; }
.lt-ie9-magic .mcs-item > a > img { position: static; }
.lt-ie9-magic figcaption { display: block; }
.lt-ie10-magic .mcs-item a img { border: none; }
.ie7-magic .mcs-item img, .ie7-magic .MagicScroll-vertical .mcs-item a { display: inline-block; }
.ie7-magic .MagicScroll-horizontal .mcs-item { display: inline; }
.mcs-button { display: block; }
.MagicScroll .mcs-hidden { display: none !important; visibility: hidden !important; }
.ie11-magic .MagicScroll[data-mode="scroll"] .mcs-items-container, .MagicScroll[data-mode="carousel"] .mcs-items-container, .MagicScroll[data-mode="cover-flow"] .mcs-items-container { -webkit-perspective: 1000px; -moz-perspective: 1000px; -o-perspective: 1000px; perspective: 1000px; -webkit-perspective-origin-x: 50%; -webkit-perspective-origin-y: 50%; }
.MagicScroll[data-mode="carousel"] .mcs-item, .MagicScroll[data-mode="cover-flow"] .mcs-item { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; }
.addrow { float: right; }
.MagicScroll figcaption { display: inline-block; position: relative; left: 0; float: left; width: 100%; line-height: 100%; clear: both; z-index: 150; }
.MagicScroll figcaption, .MagicScroll[data-mode="carousel"] .mcs-item .mcs-caption, .MagicScroll[data-mode="cover-flow"] .mcs-item .mcs-caption { left: 50%; -webkit-transform: translateZ(1px) translateX(-50%); transform: translateZ(1px) translateX(-50%); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lt-ie9-magic .MagicScroll figcaption, .lt-ie9-magic .MagicScroll figure img { float: right; }
.MagicScroll .mcs-reflection { -webkit-transform: translateZ(-1px); position: absolute; display: inline-block; left: 0px; z-index: 1; }
.MagicScroll .mcs-item.mcs-noimg { background: url("data:image/png;base64,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") center center no-repeat; }
/*
 * Caption
 */
.mcs-item .mcs-caption { display: inline-block; vertical-align: bottom; position: absolute; z-index: 150; }
.MagicScroll[data-mode="cover-flow"] .mcs-item figcaption.mcs-caption, .MagicScroll[data-mode="carousel"] .mcs-item figcaption.mcs-caption { top: 100%; }
.MagicScroll[data-mode="scroll"] .mcs-item figure, .MagicScroll[data-mode="animation"] .mcs-item figure { overflow: hidden; }
.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption, .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption { left: 0; width: 100%; bottom: 0; -webkit-transition: -webkit-transform .25s; transition: transform .25s; -webkit-transform: translateY(150%); -ms-transform: translate(0, 150%); transform: translateY(150%); }
.MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption, .MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption { -webkit-transform: translateY(0%); -ms-transform: translate(0, 0%); transform: translateY(0%); }
.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption, .lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption { bottom: -150%; }
.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption, .lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption { bottom: 0%; }
/**
 * Buttons & Arrows
 */
.mcs-button { cursor: pointer; z-index: 1000; background-repeat: no-repeat; background-color: transparent; border: 0; border-radius: 0; -webkit-transition: opacity .25s linear; transition: opacity .25s linear; }
.MagicScroll:hover > .mcs-button:hover { opacity: 1; }
.mcs-button-arrow { z-index: 120; }
.MagicScroll-horizontal .mcs-button-arrow { width: 40px; height: 100%; top: 0; }
.MagicScroll-vertical .mcs-button-arrow { width: 100%; height: 40px; left: 0; }
.MagicScroll-horizontal .mcs-button-arrow-prev { left: 0; right: auto; top: 0; bottom: 0; }
.MagicScroll-horizontal .mcs-button-arrow-next { left: auto; right: 0; top: 0; bottom: 0; }
.MagicScroll-vertical .mcs-button-arrow-prev { top: 0; bottom: auto; left: 0; right: 0; }
.MagicScroll-vertical .mcs-button-arrow-next { top: auto; bottom: 0; left: 0; right: 0; }
.MagicScroll[data-mode="carousel"] .mcs-item, .MagicScroll[data-mode="cover-flow"] .mcs-item { overflow: visible; }
/*
 * Bullets
 */
.mcs-bullets { text-align: center; display: inline-block !important; opacity: 0; top: 100%; }
.mcs-bullets.show { opacity: 1.0; -moz-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
.MagicScroll-horizontal .mcs-bullets { width: 100%; left: 0; }
.MagicScroll-vertical .mcs-bullets { top: 0; left: 100%; display: inline-block; vertical-align: middle; }
.mcs-bullet { border-radius: 50%; margin: 4px; cursor: pointer; display: inline-block; position: relative; text-indent: 9999px; vertical-align: middle; font: 0/0 a; color: transparent; outline: none; }
.mcs-bullet.active { cursor: default; }
/**
 * Animation mode
 */
[data-mode="animation"] div[data-action="exit"], [data-mode="animation"] div[data-action="enter"] { -webkit-animation-duration: 0.35s; animation-duration: 0.35s; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
[data-mode="animation"] div[data-action="enter"] { -webkit-animation-timing-function: cubic-bezier(.12, .37, .25, 1); animation-timing-function: cubic-bezier(.12, .37, .25, 1); }
[data-mode="animation"] .mcs-item { -webkit-animation-duration: 0; -webkit-transform: none; animation-name: none; animation-duration: 0; }

[data-mode="animation"] .mcs-item[data-animation-nth="1"] { -webkit-animation-delay: 0.15s; animation-delay: 0.15s; }
[data-mode="animation"] .mcs-item[data-animation-nth="2"] { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
[data-mode="animation"] .mcs-item[data-animation-nth="3"] { -webkit-animation-delay: 0.25s; animation-delay: 0.25s; }
[data-mode="animation"] .mcs-item[data-animation-nth="4"] { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
[data-mode="animation"] .mcs-item[data-animation-nth="5"] { -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
[data-mode="animation"] .mcs-item[data-animation-nth="6"] { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
[data-mode="animation"] .mcs-item[data-animation-nth="7"] { -webkit-animation-delay: 0.45s; animation-delay: 0.45s; }
[data-mode="animation"] .mcs-item[data-animation-nth="8"] { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
[data-mode="animation"] .mcs-item[data-animation-nth="9"] { -webkit-animation-delay: 0.55s; animation-delay: 0.55s; }
[data-mode="animation"] .mcs-item[data-animation-nth="10"] { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-entering], .MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-exited] { -webkit-transform: translateX(100000px); transform: translateX(100000px); }
.MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-entering], .MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-exited] { -webkit-transform: translateX(-100000px); transform: translateX(-100000px); }
.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering], .MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] { -webkit-transform: translateY(100000px); transform: translateY(100000px); }
.MagicScroll-vertical[data-mode="animation"] [data-backward] [data-entering], .MagicScroll-vertical[data-mode="animation"] [data-backward] [data-exited] { -webkit-transform: translateY(-100000px); transform: translateY(-100000px); }
/*
 * Loader
 */
.mcs-loader { pointer-events: none; position: absolute; z-index: 1000; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.mcs-loader .mcs-loader-text { position: absolute; top: 50%; left: 50%; margin-top: -10px; margin-left: -35px; width: 70px; height: 20px; }
.mcs-loader-circles { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 60px; height: 60px; opacity: 1; -webkit-transform: scale(0.6); transform: scale(0.6); }
.mcs-loader-circle { position: absolute; background-color: #ffffff; height: 11px; width: 11px; border-radius: 50%; -webkit-animation-name: MagicCircle; -webkit-animation-duration: 0.48s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: linear; animation-name: MagicCircle; animation-duration: 0.48s; animation-iteration-count: infinite; animation-direction: linear; }
.mcs-loader-circle_01 { left: 0; top: 25px; -webkit-animation-delay: 0.18s; animation-delay: 0.18s; }
.mcs-loader-circle_02 { left: 7px; top: 7px; -webkit-animation-delay: 0.24s; animation-delay: 0.24s; }
.mcs-loader-circle_03 { left: 25px; top: 0; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
.mcs-loader-circle_04 { right: 7px; top: 7px; -webkit-animation-delay: 0.36s; animation-delay: 0.36s; }
.mcs-loader-circle_05 { right: 0; top: 25px; -webkit-animation-delay: 0.42s; animation-delay: 0.42s; }
.mcs-loader-circle_06 { right: 7px; bottom: 7px; -webkit-animation-delay: 0.48s; animation-delay: 0.48s; }
.mcs-loader-circle_07 { left: 25px; bottom: 0; -webkit-animation-delay: 0.54s; animation-delay: 0.54s; }
.mcs-loader-circle_08 { left: 7px; bottom: 7px; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
 @-webkit-keyframes MagicCircle {
 0% {
background-color:#000000
}
 100% {
background-color:#ffffff
}
}
 @keyframes MagicCircle {
 0% {
background-color:#000000
}
 100% {
background-color:#ffffff
}
}
.mcs-item-loader { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 40px; height: 40px; background-size: cover; background-repeat: no-repeat; background: url('data:image/gif;base64,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') no-repeat center center; }
.MagicScroll.mcs-rounded { border-radius: 0px; overflow: hidden !important; }
.MagicScroll.mcs-rounded.MagicScroll-arrows-inside { overflow: visible !important; width: 85% !important; }
.MagicScroll.mcs-rounded.MagicScroll-arrows-outside { overflow: visible !important; }
.MagicScroll.mcs-rounded .mcs-button-arrow { color: rgba(49,51,61,0.6); -webkit-transition: color .15s linear, background-color .15s linear; transition: color .15s linear, background-color .15s linear; }
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow { width: 30px; height: 100%; }
.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow { width: 100%; height: 30px; }
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-prev { left: -20px; width: 16px; height: 16px; }
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-next { right: -20px; width: 16px; height: 16px; }
.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-prev { top: 0; }
.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-next { bottom: 0; }
.MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled { opacity: 1 !important; text-shadow: none !important; }
.MagicScroll.mcs-rounded.MagicScroll-arrows-outside .mcs-button-arrow { background: #efefef; opacity: 1; }
.MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow:hover:not(.mcs-disabled) { background-color: none; }
.MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow { background-color: none; }
.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev { border-width: 0 1px 0 0; }
.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next { border-width: 0 0 0 1px; }
.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev { border-width: 0 0 1px 0; }
.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next { border-width: 1px 0 0 0; }
.lt-ie9-magic .mcs-rounded.MagicScroll .mcs-button-arrow { color: #83858B; }
.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow { background: #fff; filter: alpha(opacity = 1); }
.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover { filter: alpha(opacity = 1); }
.lt-ie9-magic .MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled { filter: alpha(opacity = 1) !important; color: #ccc; }
.MagicZoom, .mz-figure, .mz-lens, .mz-zoom-window, .mz-loading, .mz-hint, .mz-expand .mz-expand-stage, .mz-expand .mz-expand-stage .mz-image-stage, .mz-expand .mz-image-stage > figure .mz-caption, .mz-thumb img, .mz-expand-thumbnails, .mz-expand-controls, .mz-button { -webkit-box-sizing: border-box; box-sizing: border-box; }
.MagicZoom, .mz-figure { display: inline-block; outline: 0 !important; font-size: 0 !important; line-height: 100% !important; direction: ltr !important; position: relative; z-index: 1; margin: 0 auto; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.MagicZoom { -webkit-transform: translate3d(0, 0, 0); -ms-touch-action: pan-y; touch-action: pan-y; }
figure.mz-figure { overflow: hidden; margin: 0 !important; -webkit-perspective: 300px; perspective: 300px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.MagicZoom img, .mz-figure img { border: 0 !important; margin: 0 !important; outline: 0 !important; padding: 0 !important; }
.MagicZoom > img, .mz-figure > img { width: 100%; height: auto; }
.ie8-magic .MagicZoom > img, .ie8-magic .mz-figure > img { width: 100%; max-width: none !important; }
.mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom { cursor: default !important; }
.mz-figure.mz-active, .mz-expand { -ms-touch-action: none; touch-action: none; }
.mz-lens, .mz-zoom-window { position: absolute !important; overflow: hidden !important; pointer-events: none !important; }
.mz-lens img, .mz-zoom-window img { position: absolute !important; max-width: none !important; max-height: none !important; }
.mz-lens img { -webkit-transition: none !important; transition: none !important; }
.mz-zoom-window { z-index: 2000000000; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.mz-zoom-window.mz-magnifier { -webkit-mask-image: -webkit-radial-gradient(circle, white, black); -webkit-mask-clip: content; cursor: none; }
.mz-figure.mz-active .mz-zoom-window.mz-magnifier { pointer-events: auto !important; cursor: inherit !important; }
.mz-zoom-window.mz-magnifier.mz-expanded { z-index: 2147483647; }
.mz-zoom-window img { width: auto; height: auto; left: -1000%; right: -1000%; top: -1000%; bottom: -1000%; margin: auto !important; -webkit-transition: none; transition: none; -webkit-transform-origin: 50% 50% !important; -ms-transform-origin: 50% 50% !important; transform-origin: 50% 50% !important; }
.mz-zoom-window.mz-preview img { top: 0 !important; bottom: 0 !important; left: 0 !important; right: 0 !important; margin: 0 !important; width: 100% !important; height: auto !important; -webkit-transform: none !important; transform: none !important; }
.lt-ie9-magic .mz-zoom-window img { margin: 0 !important; }
.mz-expand-controls { z-index: 2147483647; }
.mz-fade { -webkit-transition: opacity .25s; transition: opacity .25s; }
.mz-hidden { opacity: 0; }
.mz-visible { opacity: 1; }
.mobile-magic .mz-expand .mz-expand-bg { -webkit-transform-style: flat !important; transform-style: flat !important; }
.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption { display: none !important; }
.mobile-magic .mz-expand-controls.mz-fade { transition: none !important; }
.mobile-magic .mz-expand > .mz-zoom-window { top: 0 !important; left: 0 !important; }
.mz-expanded-view-open, .mz-expanded-view-open body { overflow: hidden !important; }
.mz-expanded-view-open body { height: auto !important; }
/**
 * Main figure
 */
.mz-figure.mz-active { background: #fff; }
.mz-figure.mz-no-zoom, .mz-figure.mz-click-zoom, .mz-figure.mz-active { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mz-figure.mz-active.mz-no-expand { cursor: crosshair; }
.mz-figure.mz-active.mz-click-zoom.mz-no-expand { cursor: crosshair; cursor: -webkit-zoom-out; cursor: -moz-zoom-out; cursor: zoom-out; }
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand { cursor: none; }
.mz-figure.mz-magnifier-zoom.mz-active { overflow: visible !important; }
.mz-figure.mz-active > img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale"); -webkit-filter: grayscale(80%) opacity(60%); filter: grayscale(80%) opacity(60%); }
.no-cssfilters-magic .mz-figure.mz-active > img { opacity: 0.6; }
.lt-ie10-magic .mz-figure.mz-active > img { opacity: 1; filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1, opacity=0.6);
}
.mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img { opacity: 0; }
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window { opacity: 1; }
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img { filter: alpha(opacity=0); }
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom { background: transparent; }
/**
 * Zoom lens
 */
.mz-lens { border: 1px solid #aaa; border-color: rgba(170,170,170,0.7); box-shadow: 0 0 5px rgba(0,0,0,.3); cursor: none; z-index: 10; opacity: 0; }
.mz-figure.mz-active .mz-lens { opacity: 1; -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s; transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s; }
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens { border-radius: 50%; opacity: 0; cursor: none; }
/**
 * Zoom window
 */
.mz-zoom-window { background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, .2); }
.mz-zoom-window.mz-magnifier { border-radius: 100%; border: 0; background: rgba(255,255,255,.3); }
.mz-zoom-window.mz-magnifier:before { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 100%; border: 1px solid rgba(170,170,170,0.7); box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3); background: transparent; z-index: 1; }
.mz-zoom-window.mz-magnifier.mz-square, .mz-zoom-window.mz-magnifier.mz-square:before { border-radius: 0 !important; }
.lt-ie9-magic .mz-zoom-window { border: 1px solid #e5e5e5; }
.mz-zoom-window.mz-inner { border: none; box-shadow: none; }
/* Caption in zoom window */
.mz-zoom-window .mz-caption { background: #777; color: #fff; font-size: 10pt; opacity: 0.8; position: absolute; top: 0; z-index: 150; padding: 3px; width: 100%; line-height: normal !important; text-align: center !important; }
.lt-ie9-magic .mz-zoom-window .mz-caption { filter: alpha(opacity=80); }
.mz-zoom-window.caption-bottom .mz-caption { top: auto; bottom: 0; }
.mz-zoom-window.mz-expanded > .mz-caption { display: none; }
/* Zoom window animations */
.mz-zoom-window.mz-deactivating, .mz-zoom-window.mz-activating { -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }
.mz-zoom-window.mz-deactivating { -webkit-transition-duration: .25s, .25s, .25s; transition-duration: .25s, .25s, .25s; }
.mz-zoom-window.mz-p-right, .mz-zoom-window.mz-p-left, .mz-zoom-window.mz-p-top, .mz-zoom-window.mz-p-bottom { opacity: 0; z-index: -100; }
.mz-zoom-window.mz-p-right { -webkit-transform: translate3d(-20%, 0, 0); transform: translate3d(-20%, 0, 0); }
.mz-zoom-window.mz-p-left { -webkit-transform: translate3d(20%, 0, 0); transform: translate3d(20%, 0, 0); }
.mz-zoom-window.mz-p-top { -webkit-transform: translate3d(0, 20%, 0); transform: translate3d(0, 20%, 0); }
.mz-zoom-window.mz-p-bottom { -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0); }
/* Inner mode animation */
.mz-zoom-window > img { -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.mz-zoom-window.mz-p-inner.mz-deactivating > img, .mz-zoom-window.mz-p-inner.mz-activating > img { -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9); transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9); }
/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier { -webkit-transform: scale(.1); transform: scale(.1); }
/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-preview.mz-activating, .mz-zoom-window.mz-custom.mz-deactivating, .mz-zoom-window.mz-custom.mz-activating { -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }
.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-custom.mz-deactivating { -webkit-transition-duration: .2s; transition-duration: .2s; }
.mz-zoom-window.mz-p-preview, .mz-zoom-window.mz-p-custom { opacity: 0; }
/**
 * Hint & Loading
 */
.mz-hint, .mz-loading { color: #eee; background: rgba(49,51,61,0.7); font: normal 12px/1.2em 'Conv_IRANSansWeb', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif; text-decoration: none; text-align: center; direction: ltr; display: inline-block; margin: 0; position: absolute; z-index: 1000; pointer-events: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transition: opacity 0.25s ease; transition: opacity 0.25s ease; }
.mz-hint { bottom: 8px; left: 0; right: 0; padding: 0 10%; background-color: transparent; -webkit-transition: opacity 0.25s ease, z-index 0.25s ease; transition: opacity 0.25s ease, z-index 0.25s ease; }
.mz-hint-message { display: inline-block; background: rgba(49,51,61,0.7); border-radius: 2em; padding: .7em 1.1em; }
.mz-hint-message:before { content: '\02295'; font-family: serif; font-size: 1.5em; speak: none; text-align: center; vertical-align: -2px; margin-right: 6px; -webkit-transition: opacity 0.25s ease; transition: opacity 0.25s ease; }
.mobile-magic .mz-hint-message:before { display: none; }
.mz-hint-hidden { opacity: 0; z-index: -1; -webkit-transition-delay: .6s; transition-delay: .6s; }
/* Hint in the expanded view on mobile */
.mz-expand .mz-hint { font-size: 18px; line-height: 1.1em; top: 50%; bottom: auto; margin: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
.mz-expand .mz-hint-message { padding: 1.1em; }
.mz-expand .mz-hint-message:before { display: none; }
.mz-expand .mz-hint-hidden { -webkit-transition-delay: 1s; transition-delay: 1s; opacity: 0; }
/* Loading indicator */
.mz-loading { font-size: 0; border-radius: 100%; opacity: 0; padding: 0; width: 36px; height: 36px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.mz-loading:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 24px; height: 24px; margin: auto; text-indent: -9999em; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 1); border-top-color: transparent; box-sizing: border-box; }
.mz-loading.shown { opacity: 1; z-index: 1; -webkit-transition: opacity 0s; transition: opacity 0s; }
.mz-loading.shown:after { -webkit-animation: spin-loading .9s infinite linear; animation: spin-loading .9s infinite linear; }
 @-webkit-keyframes spin-loading {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes spin-loading {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.lt-ie10-magic .mz-loading { font-size: 12px; padding: .7em 1.1em; width: auto; height: auto; }
.lt-ie10-magic .mz-loading:after { content: 'Loading...'; text-indent: 0; border: none; position: relative; }
.lt-ie9-magic .mz-loading { filter: alpha(opacity=0); right: 0; left: 0; width: 126px; margin: auto; }
.lt-ie9-magic .mz-hint-message, .lt-ie9-magic .mz-loading.shown { background: transparent !important; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden { filter: alpha(opacity=0); }
/**
 * Expanded view
 */
.mz-expand, .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg, .mz-expand .mz-expand-stage, .mz-expand .mz-expand-stage .mz-image-stage { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg { width: auto !important; height: auto !important; }
.mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > svg { min-width: 100% !important; min-height: 100% !important; }
.mz-expand { background-color: rgba(14, 16, 23,.7)!important; text-align: center; vertical-align: middle; display: block; overflow: hidden; z-index: 2100000000; position: fixed; width: auto; height: auto; -webkit-perspective: 600px; perspective: 600px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; backface-visibility: hidden; -ms-overflow-style: none; }
/* Expanded view background */
.mz-expand .mz-expand-bg { display: inline-block; vertical-align: middle; margin: auto; z-index: -100; max-width: none !important; max-height: none !important; -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg); -ms-transform: translate(0, 0) scale(10, 10) rotate(0.01deg); transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg); -webkit-perspective: 600px; perspective: 600px; background-repeat: no-repeat; background-size: cover; }
.mz-expand .mz-expand-bg > img { margin: auto; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur"); -webkit-filter: blur(20px) brightness(60%); filter: blur(20px) brightness(60%); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.mz-expand .mz-expand-bg > svg { margin: auto; opacity: .6; }
[data-magic-ua=edge] .mz-expand .mz-expand-bg, .lt-ie10-magic .mz-expand .mz-expand-bg { display: none !important; }
.lt-ie9-magic .mz-expand { background: #1f1f1f; }
[data-magic-ua=edge] .mz-expand { background-color: rgba(31, 31, 31, .96); }
/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg, .mz-expand.dark-bg .mz-expand-bg, .mz-expand.white-bg .mz-expand-bg { display: none !important; }
.mz-expand.dark-bg { background-color: #1f1f1f; background-color: rgba(31, 31, 31, .96); }
.mz-expand.white-bg { background-color: #fff; }
/* Expanded view stage */
.mz-expand .mz-expand-stage { z-index: 2100000000; padding: 0; }
.mz-expand .mz-expand-stage .mz-image-stage { z-index: 50; left: 120px; right: 120px; padding: 20px 0 40px 0; margin: 0; text-align: center; vertical-align: middle; -webkit-perspective: 600px; perspective: 600px; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: #FFF !important; background-size: cover!important; margin-top: 2%!important; margin-bottom: 2%!important; width: 75%; background: #fff; margin: 0 auto; }
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage { padding-bottom: 120px; }
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage { padding: 0 !important; left: 0; right: 0; }
.mz-expand .mz-image-stage > figure:before, .mz-expand .mz-image-stage:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; font-size: 0; line-height: 100%; width: 0; }
.mz-expand .mz-image-stage > figure { width: 100%; max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: inline-block; vertical-align: middle; font-size: 0; line-height: 100%; position: relative; }
.mz-expand .mz-figure { overflow: visible; max-width: 100% !important; }
.mz-expand .mz-figure > img { max-width: 100%; width: auto; height: auto; }
.mz-expand .mz-zoom-in .mz-image-stage > figure, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active { width: 100%; height: 100%; }
.mz-expand .mz-figure { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mz-expand .mz-figure.mz-active { cursor: crosshair; cursor: -webkit-zoom-out; cursor: -moz-zoom-out; cursor: zoom-out; }
/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img { z-index: 1; position: absolute !important; top: -5000px !important; bottom: -5000px !important; left: -5000px !important; right: -5000px !important; margin: auto !important; }
.lt-ie10-magic .mz-zoom-window.mz-expanded img { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom { overflow: hidden; filter: alpha(opacity=100); }
/* Caption in expanded view */
.mz-expand .mz-caption { color: #fff; text-shadow: 0px 0px 46px #000; padding: 10px 4px; font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif; text-align: center; width: 100%; position: absolute; left: 0; opacity: 0; }
.mz-expand .mz-caption.mz-show { -webkit-transition: opacity 0.15s ease-out; transition: opacity 0.15s ease-out; opacity: 1; }
.mz-expand .mz-caption a { color: inherit; cursor: pointer; }
.mz-expand.white-bg .mz-caption { color: #555; text-shadow: none; font-family: 'Conv_IRANSansWeb' !important; }
.lt-ie9-magic .mz-expand .mz-caption { top: 100%; }
.mz-expand .mz-zoom-window { box-shadow: none; background: transparent; }
.lt-ie9-magic .mz-expand .mz-zoom-window { border: 0; }
/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails, .mobile-magic .mz-expand-stage .mz-image-stage { left: 0px; right: 0px; }
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs { bottom: 0px; }
.mobile-magic .mz-expand-stage .mz-image-stage { padding: 0; }
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage { padding: 5px 0 60px; }
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage { padding-top: 0; }
.mobile-magic .mz-expand .mz-expand-thumbnails { padding: 0; height: 60px; }
/**
 * Buttons & Arrows
 */
.mz-expand-controls, button.mz-button { margin: 0 !important; padding: 0 !important; outline: 0 !important; }
button.mz-button { color: #b4b4b4 !important; cursor: pointer; z-index: 90 !important; background-color: transparent !important; border: 1px solid rgba(180, 180, 180, 0) !important; border-radius: 100% !important; box-shadow: none !important; position: absolute !important; text-transform: none !important; text-align: center; speak: none; -webkit-font-smoothing: antialiased; width: 60px !important; height: 60px !important; min-width: 0 !important; min-height: 0 !important; max-width: none !important; max-height: none !important; font-size: 0; }
button.mz-button:before { display: inline; position: static; color: inherit !important; font: inherit !important; -webkit-font-smoothing: inherit !important; }
button.mz-button.mz-button-prev, button.mz-button.mz-button-next { margin: auto 10px !important; top: 0 !important; bottom: 0 !important; overflow: hidden !important; }
button.mz-button.mz-button-prev { left: 15% !important; background: url(../images/arleft.png); width:19px !important; height:36px !important; }
button.mz-button.mz-button-next { right: 15% !important; background: url(../images/arright.png); width:19px !important; height:36px !important;  }
button.mz-button.mz-button-close { font-size: 0px !important; margin: 10px !important; top: 4% !important; right: 15% !important; z-index: 95 !important; background: url(../images/close2.png); background-size: cover; }
:root:not(.mobile-magic) button.mz-button { color: rgba(180, 180, 180, .75) !important; -webkit-transform: scale(.85) !important; transform: scale(.85) !important; -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important; transition: color .25s, border-color .25s, transform .25s !important; }
:root:not(.mobile-magic) button.mz-button:hover { color: rgba(180, 180, 180, 1) !important; border-color: rgba(180, 180, 180, .6) !important; -webkit-transform: scale(1) !important; transform: scale(1) !important; }
.mobile-magic button.mz-button { -webkit-transition: -webkit-transform .1s !important; transition: transform .1s !important; }
.mobile-magic button.mz-button:active { border-color: rgba(180, 180, 180, .6) !important; -webkit-transform: scale(.95) !important; transform: scale(.95) !important; }
button.mz-button.mz-button-close:before { content: "\a001"; }
button.mz-button.mz-button-prev:before { content: "\a002"; }
button.mz-button.mz-button-next:before { content: "\a003"; }

@media screen and (max-device-width: 767px) {
button.mz-button-prev, button.mz-button-next { display: none !important; }
.mobile-magic .mz-expand button.mz-button { width: 44px !important; height: 44px !important; font-size: 18px !important; color: rgba(255, 255, 255, 0.8) !important; background-color: rgba(49,51,61,0.3) !important; border-color: transparent !important; }
}
.lt-ie9-magic button.mz-button { border: 0; filter: alpha(opacity=75); }
.lt-ie9-magic button.mz-button:hover { filter: alpha(opacity=100); }
/**
 * Thumbnails
 */

 /* Thumbnails on the page */
.mz-thumb, .mz-thumb:focus { display: inline-block; line-height: 0; outline: none; }
.mz-thumb img { border: 0; box-shadow: 0 0 1px 0px rgba(0,0,0,0.3); box-sizing: border-box; }
.mz-thumb:hover:not(.mz-thumb-selected) img { -webkit-filter: brightness(75%); filter: brightness(75%); }
.mz-thumb-selected img { -webkit-filter: brightness(60%); filter: brightness(60%); }
.no-cssfilters-magic .mz-thumb { background: #000; }
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img { opacity: .75; filter: alpha(opacity=75); }
.no-cssfilters-magic .mz-thumb-selected img { opacity: .6; filter: alpha(opacity=60); }
.ie9-magic .mz-thumb img { box-shadow: 0 0 4px 0px rgba(0,0,0,0.3); }
/* Thumbnails in expanded view */
.mz-expand-thumbnails { z-index: 50; position: absolute; bottom: 10%; left: 65px; right: 65px; height: 80px; padding: 10px 0; box-sizing: border-box; }
.sabtenazar { width: 94%; min-height: 400px; direction: rtl; margin: 0 auto; }
.nazarh { font-size: 1em; padding-top: 20px; }
#textiformi { width: 90%; margin-right: 70px; height: 160px; }
#sabtbtn { float: left; width: 74px; height: 30px; background: #fec348; bordeR: none; color: #fff; margin-top: 10px; }
#sabtbtn:hover { cursor: pointer; }
.usercms p { padding-top: 0px; padding-bottom: 30px; direction: rtl; }
.usercms h2 { padding-bottom: 5px; font-size: 1em; text-align: right; direction: rtl; }
.usercms { width: 94%; margin: 0 auto; }
.sabtenazar h2 { font-size: .9em; }
.sabtenazar h3 { font-size: .9em; }
.sharayet { width: 90%; height: 30px; margin-right: 70px; line-height: 30px; }
.sharayetxt { float: right; margin-top: 10px; }
.nazarh3 { margin-top: 5px; }
.mz-expand-thumbnails .magic-thumbs .magic-thumb { padding: 10px 2px; }
.mz-expand-thumbnails .magic-thumb > img { cursor: pointer; height: 40px; box-shadow: 0 0 5px 1px rgba(0,0,0,0.3); }
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover { -webkit-filter: brightness(70%); filter: brightness(70%); }
.mz-expand-thumbnails .magic-thumb-selected img { -webkit-filter: brightness(50%); filter: brightness(50%); }
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button { box-shadow: none; }
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled { opacity: 0; }
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img { opacity: .7; filter: alpha(opacity=70); }
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img { opacity: .5; filter: alpha(opacity=50); }
/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage { padding-bottom: 40px; }
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails { display: none; }
.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage { padding: 0; }
.magic-thumbs, .magic-thumbs .magic-thumbs-wrapper, .magic-thumbs ul, .magic-thumbs li, .magic-thumbs li:before, .magic-thumbs li:after, .magic-thumbs li img, .magic-thumbs .magic-thumbs-button { margin: 0; padding: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.magic-thumbs { direction: ltr; overflow: visible; z-index: 100; position: relative; left: 0; top: 0; padding: 0 30px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; -ms-touch-action: none; touch-action: none; }
.magic-thumbs { width: 100%; height: 100%; white-space: nowrap; }
.magic-thumbs.no-buttons { padding: 0 !important; }
.magic-thumbs-wrapper { display: block; width: 100%; height: 100%; position: relative; overflow: hidden; text-align: center; }
.magic-thumbs ul { list-style: none; font-size: 0; display: inline-block; vertical-align: middle; height: 100%; position: relative; white-space: nowrap; }
.magic-thumbs.no-buttons ul { left: 0 !important; padding: 0 !important; -webkit-transition: none !important; transition: none !important; -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; }
.magic-thumbs ul li { margin: 0 4px; height: 100%; width: auto; vertical-align: top; line-height: 0; display: inline-block; }
.magic-thumbs ul li:after { content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0; }
.magic-thumbs ul li > img { width: auto; height: auto; max-height: 100%; vertical-align: middle; }
.ie8-magic .magic-thumbs ul li > img { max-width: none !important; max-height: none !important; }
/* vertical */
.magic-thumbs.magic-thumbs-vertical { height: 100%; }
.magic-thumbs-vertical { padding: 30px 0; }
.magic-thumbs-vertical ul { height: auto; width: 100%; white-space: normal; }
.magic-thumbs-vertical ul li { width: 100%; height: auto; }
.magic-thumbs-vertical ul li { margin: 4px 0; }
.magic-thumbs-vertical ul li > img { max-width: 100%; max-height: none; }
.ie8-magic .magic-thumbs-vertical ul li > img { width: 100%; }
/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button { color: #b4b4b4 !important; font: 900 24px/1 'magictoolbox-thin' !important; cursor: pointer; z-index: 90 !important; background-repeat: no-repeat; background-color: transparent !important; background-image: none; border: 0; border-radius: 0; box-shadow: none !important; overflow: hidden; position: absolute; text-transform: none !important; speak: none; text-align: center; -webkit-font-smoothing: antialiased; width: 30px; height: 100%; top: 0; bottom: 0; min-width: 0 !important; min-height: 0 !important; max-width: none !important; max-height: none !important; }
.magic-thumbs button.magic-thumbs-button:before { display: inline; position: static; color: inherit !important; font: inherit !important; -webkit-font-smoothing: inherit !important; }
.magic-thumbs .magic-thumbs-button-prev { left: 0; background: url(../images/aleft.png) !important; width: 16px !important; height: 16px !important; background-size: cover !important; top: 5px !important; }
.magic-thumbs .magic-thumbs-button-next { right: 0; background: url(../images/aright.png) !important; width: 16px !important; height: 16px !important; background-size: cover !important; top: 5px !important; }
.magic-thumbs .magic-thumbs-button-prev:before { content: "\a002"; }
.magic-thumbs .magic-thumbs-button-next:before { content: "\a003"; }
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button { color: rgba(180, 180, 180, .75) !important; -webkit-transform: scale(.85) !important; transform: scale(.85) !important; -webkit-transition: color .25s, -webkit-transform .25s !important; transition: color .25s, transform .25s !important; }
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover { color: rgba(180, 180, 180, 1) !important; -webkit-transform: scale(1) !important; transform: scale(1) !important; }
/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button { width: 100%; height: 30px; left: 0; right: 0; top: auto; bottom: auto; }
.magic-thumbs-vertical .magic-thumbs-button-prev { top: 0; }
.magic-thumbs-vertical .magic-thumbs-button-next { bottom: 0; }
.magic-thumbs-vertical .magic-thumbs-button-prev:before { content: "\a005"; }
.magic-thumbs-vertical .magic-thumbs-button-next:before { content: "\a004"; }
.magic-thumbs.no-buttons .magic-thumbs-button { display: none !important; }
.magic-thumbs-button-disabled { opacity: 0.2; filter: alpha(opacity = 20); }
/* NOTE: contaner with main image and selector's container */
div.MagicToolboxContainer { text-align: center; }
div.MagicToolboxContainer.minWidth { min-width: 200px; }
/* NOTE: main image styles */
div.MagicToolboxContainer > a { margin: 0 auto; }
/* NOTE: container with selectors */
div.MagicToolboxSelectorsContainer { clear: both; }
/* NOTE: selectors styles */
div.MagicToolboxSelectorsContainer > a { display: inline-block; margin: 4px 1px; }
/* NOTE: contaner with message under Magic Zoom Plus */
div.MagicToolboxMessage { text-align: center; }
/* NOTE: styles for templates */
div.MagicToolboxMainContainer { max-width: 100%; }
div.MagicToolboxSelectorsContainer img { max-width: 100%; }
/* NOTE: selectors on the bottom */
div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer { padding-top: 11px; }
/* NOTE: selectors on the top */
div.MagicToolboxContainer.selectorsTop .MagicToolboxSelectorsContainer { padding-bottom: 5px; }
/* NOTE: selectors on the left */
div.MagicToolboxContainer.selectorsLeft { display: inline-table; height: 100%; }
div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer, div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer { display: table-cell; vertical-align: top; height: 100%; padding-right: 5px; }
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll { height: 100%; }
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a { display: block; }
/* NOTE: fix for MagicScroll */
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll > a:nth-child(n+2) { display: none; }
/* NOTE: selectors on the right */
div.MagicToolboxContainer.selectorsRight { display: inline-table; height: 100%; }
div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer, div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer { display: table-cell; vertical-align: top; height: 100%; padding-left: 5px; }
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll { height: 100%; }
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer a { display: block; }
/* NOTE: fix for MagicScroll */
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll > a:nth-child(n+2) { display: none; }
/* NOTE: fix for MagicScroll when height of parent elements is not defined */
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer, div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer { position: relative; }
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll, div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll { position: absolute; top: 0; bottom: 0; left: 0; }
/* NOTE: to highlight magic360 selector (magiczoom(plus) + magic360) */
.zoom-with-360.mz-thumb-selected img { -webkit-filter: none; filter: none; }
.zoom-with-360.mz-thumb:hover:not(.active-selector) img, .zoom-with-360.m360-selector:hover:not(.active-selector) img { -webkit-filter: brightness(70%) !important; filter: brightness(70%) !important; }
.zoom-with-360.active-selector img { -webkit-filter: brightness(50%) !important; filter: brightness(50%) !important; }
/* NOTE: IE fix */
.no-cssfilters-magic .zoom-with-360.mz-thumb-selected img { opacity: 1; filter: alpha(opacity=100); }
/*.no-cssfilters-magic .zoom-with-360.mz-thumb,*/
.no-cssfilters-magic .zoom-with-360.m360-selector { background: #000; }
/*.no-cssfilters-magic .zoom-with-360.mz-thumb:hover:not(.active-selector) img,*/
.no-cssfilters-magic .zoom-with-360.m360-selector:hover:not(.active-selector) img { opacity: .7; filter: alpha(opacity=70); }
.no-cssfilters-magic .zoom-with-360.active-selector img { opacity: .5; filter: alpha(opacity=50); }
/*.mz-thumb, .mz-thumb:focus,*/
.zoom-with-360.m360-selector, .zoom-with-360.m360-selector:focus { display: inline-block; line-height: 0; outline: none; }
/* NOTE: border for magic360 selector */
.zoom-with-360.m360-selector img { border: 0; box-shadow: 0 0 1px 0px rgba(0,0,0,0.3); box-sizing: border-box; }
.ie9-magic .zoom-with-360.m360-selector { box-shadow: 0 0 4px 0px rgba(0,0,0,0.3); }
/* NOTE: magicscroll makes the image smaller if there is a margin */
/*
.MagicScrollItem a {
    margin: 0 !important;
}
*/
#latest_home { margin: 0px auto; }
#bestseller_home { margin: 0px auto; }
#special_home { margin: 0px auto; }
#featured_home { margin: 0px auto; }
.product-info .right div.options, .product-info .right .description, .product-info .right .htabs, .product-info .right .price, .product-info .right .cart, .product-info .right .review { overflow: auto; }
.product-info .right .htabs { overflow-y: hidden; }
.MagicToolboxContainer { max-width: none !important; }
.boxi-a p { position: absolute; width: 35%; top: 90px; right: 20px; color: rgba(255, 255, 255, 0.6); font-size: 1.1em; text-align: justify; direction: rtl; }
.boxi-a h2 { transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; position: absolute; bottom: 10px; right: 20px; padding: 10px; font-size: 1.3em; border: 1px solid #FFF; }
.boxi-a h2 a { color: #FFF; text-decoration: none; }
.boxi-a h2:hover { background: #455a64; border: 1px solid #455a64; }
#first { background: #FFF!important; }
#firstirst { height: auto !important; }
.inputnews { width: 95%; border: 1px solid #e1e1e1; padding: 10px; margin-top: 10px; color: #716b9a; }
.listicons [data-tooltip] { position: relative; cursor: pointer; }
.listicons [data-tooltip]:before, .listicons [data-tooltip]:after { visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0; pointer-events: none; }
.listicons [data-tooltip]:before { position: absolute; top: -30%; right: -400%; padding: 6px; width: 70px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #4d4681; color: #fff; content: attr(data-tooltip); text-align: center; font-size: .8em; line-height: 1.1; z-index: 2; }
.listicons [data-tooltip]:after { position: absolute; top: 12%; left: 1%; margin-left: 30px; width: 0; border-bottom: 5px solid #4d4681; border-bottom: 5px solid #4d4681; border-right: 5px solid transparent; border-left: 5px solid transparent; content: " "; font-size: 0; line-height: 0; transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }
.listicons [data-tooltip]:hover:before, .listicons [data-tooltip]:hover:after { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1; }
.listicons { position: relative; top: 0; text-align: center; left: 0; border-right: 1px solid #e1e1e1; width: 10%; height: 150px; float: left; margin-top: 50px; margin-right: 10px; direction: rtl; }
.pricelist { color: #a89272; margin-right: 10px; }
.listcenter p { margin-right: 10px; text-align: justify; font-size: 1.1em; color: #455a64; }
.listcenter h1 a { color: #455a64; margin: 0; padding: 0; margin-right: 10px; text-decoration: none; }
.listcenter h1 { font-size: 1.7em; margin: 0; padding: 0; }
.rating img { margin-top: 10px; }
.listview { width: 99.6%; height: 297px; border: 3px solid #FFF; border-bottom: 3px solid #f3f7f9; transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; }
.listview:hover { border: 3px solid #4d4681; }
.listdivr { position: relative; top: 0; right: 0; width: 200px; height: 200px; float: right; margin-top: 50px; margin-right: 50px; }
.listcenter { width: 60%; height: 200px; float: right; margin-top: 50px; margin-right: 50px; direction: rtl; }
.cd-pagination { width: 90%; max-width: 768px; margin: 2em auto 4em; text-align: center; padding: 0; margin: 0; margin: 0 auto; }
.listdivr img { transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; }
.listdivr img:hover { opacity: 0.7; }
.cd-pagination li { /* hide numbers on small devices */ display: none; margin: 0 .2em; border-left: none !important; }
.cd-pagination li.button { /* make sure prev next buttons are visible */ display: inline-block; }
.cd-pagination a, .cd-pagination span { display: inline-block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* use padding and font-size to change buttons size */ padding: .6em .8em; font-size: 1.6rem; }
.cd-pagination a { border: 1px solid #e6e6e6; border-radius: 0.25em; color: #636363; text-decoration: none; }
.cd-pagination span { color: #636363; }
.no-touch .cd-pagination a:hover { background-color: #f2f2f2; }
.cd-pagination a:active { /* click effect */ -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); }
.cd-pagination a.disabled { /* button disabled */ color: rgba(46, 64, 87, 0.4); pointer-events: none; }
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after { opacity: .4; }
.cd-pagination .current { /* selected number */ background-color: #5a557d; border-color: #5a557d; color: #ffffff !important; pointer-events: none; }

@media only screen and (min-width: 768px) {
.cd-pagination li { display: inline-block; }
.newsletfooter input { font-size: .8em !important; }
.bc-foot h5 { width: 100% !important; }
.formfooter { width: 100% !important; }
.foot { height: 220px !important; }
}

@media only screen and (min-width: 1170px) {
.cd-pagination { margin: 4em auto 8em; }
}
.numberchecki { width: 15%; float: right; margin-top: 12px; margin-right: 10px; }
/* --------------------------------

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space { width: auto; max-width: none; display: inline-block; border-radius: 0.25em; border: 1px solid #e6e6e6; margin: 0; padding: 0 !important; }
.cd-pagination.no-space:after { content: ""; display: table; clear: both; }
.cd-pagination.no-space li { margin: 0; float: left; border-right: 1px solid #E1E1E1; cursor: pointer; }
.cd-pagination.no-space li:last-of-type { border-right: none; }
.cd-pagination.no-space a, .cd-pagination.no-space span { float: left; border-radius: 0; padding: .8em 1em; border: none; font-size: .9em; }
.cd-pagination.no-space li:first-of-type a { border-radius: 0.25em 0 0 0.25em; }
.cd-pagination.no-space li:last-of-type a { border-radius: 0 0.25em 0.25em 0; }
.cd-pagination.move-buttons:after { content: ""; display: table; clear: both; }
.cd-pagination.move-buttons .button:first-of-type { float: left; }
.cd-pagination.move-buttons .button:last-of-type { float: right; }
.cd-pagination.no-space.move-buttons { width: 90%; max-width: 768px; display: block; overflow: hidden; }
.cd-pagination.no-space.move-buttons li { float: none; border: none; }
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span { float: none; }
.cd-pagination.custom-icons .button a { position: relative; }
.cd-pagination.custom-icons .button:first-of-type a { padding-left: 2.4em; }
.cd-pagination.custom-icons .button:last-of-type a { padding-right: 2.4em; }
.cd-pagination.custom-icons .button:first-of-type a::before, .cd-pagination.custom-icons .button:last-of-type a::after { content: ''; position: absolute; display: inline-block; /* set size for custom icons */ width: 16px; height: 16px; top: 50%; /* set margin-top = icon height/2 */ margin-top: -8px; background: transparent url("../img/cd-icon-arrow-1.svg") no-repeat center center; }
.cd-pagination.custom-icons .button:first-of-type a::before { left: .8em; }
.cd-pagination.custom-icons .button:last-of-type a::after { right: .8em; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span { vertical-align: middle; }
.cd-pagination.custom-buttons .button a { /* set custom width */ width: 40px; /* image replacement */ overflow: hidden; white-space: nowrap; text-indent: 100%; color: transparent; background-image: url("../img/cd-icon-arrow-2.svg"); background-repeat: no-repeat; background-position: center center; }
.cd-pagination.custom-buttons .button:last-of-type a { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.no-touch .cd-pagination.custom-buttons .button:last-of-type a:active { -webkit-transform: scale(0.9) rotate(180deg); -moz-transform: scale(0.9) rotate(180deg); -ms-transform: scale(0.9) rotate(180deg); -o-transform: scale(0.9) rotate(180deg); transform: scale(0.9) rotate(180deg); }
.cd-pagination.no-space.custom-buttons .button:last-of-type a { border-radius: 0.25em 0 0 0.25em; }
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span { padding: 0 1.4em; height: 50px; line-height: 50px; overflow: hidden; }
.cd-pagination.animated-buttons .button a { position: relative; padding: 0 2em; }
.cd-pagination.animated-buttons .button:first-of-type a::before, .cd-pagination.animated-buttons .button:last-of-type a::after { left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); right: auto; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; }
.cd-pagination.animated-buttons .button:last-of-type a::after { -webkit-transform: translateX(-50%) rotate(180deg); -moz-transform: translateX(-50%) rotate(180deg); -ms-transform: translateX(-50%) rotate(180deg); -o-transform: translateX(-50%) rotate(180deg); transform: translateX(-50%) rotate(180deg); }
.cd-pagination.animated-buttons i { display: block; height: 100%; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; }
.no-touch .cd-pagination.animated-buttons .button a:hover i { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.no-touch .cd-pagination.animated-buttons .button:first-of-type a:hover::before { -webkit-transform: translateX(-50%) translateY(-50px); -moz-transform: translateX(-50%) translateY(-50px); -ms-transform: translateX(-50%) translateY(-50px); -o-transform: translateX(-50%) translateY(-50px); transform: translateX(-50%) translateY(-50px); }
.no-touch .cd-pagination.animated-buttons .button:last-of-type a:hover::after { -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px); -moz-transform: translateX(-50%) rotate(180deg) translateY(50px); -ms-transform: translateX(-50%) rotate(180deg) translateY(50px); -o-transform: translateX(-50%) rotate(180deg) translateY(50px); transform: translateX(-50%) rotate(180deg) translateY(50px); }
#paging { width: 100%; height: 50px; text-align: center; margin-top: 30px; margin-bottom: 20px; }
.contact-form input:focus { box-shadow: 0 0 2px 2px #716b9a inset; }
.contact-form input { color: #616161; }
.contact-form textarea { border: 1px solid #e1e1e1 !important; }
.contact-form textarea:focus { box-shadow: 0 0 2px 2px #716b9a inset; }
.btnpm { margin-right: 5px; float: left; margin-top: 25px; width: 150px; height: 40px; background: #716b9a; border-radius: 3px; color: #FFF; border: none; }
.txtarea { height: 185px; width: 98%; padding: 10px; }
#yourpm { margin-bottom: 10px; height: auto !important; }
.contact-form { height: 400px; }
.contact-form h3 { direction: rtl; color: #455a64; }
.cntdiv { height: 80px; direction: rtl; float: right; }
.cntlb { color: #455a64; font-size: 1.4em; margin-top: 10px; margin-bottom: 10px; }
.cntdiv input { border: 1px solid #e1e1e1 !important; width: 95%; padding: 8px; direction: rtl; float: right; }
@import url(../css-1);
body { background: #fff; }
.progressbar { position: relative; display: block; width: 560px; height: 20px; padding: 10px 20px; border-bottom: 1px solid rgba(255,255,255,0.25); border-radius: 16px; margin: 40px auto; -webkit-box-shadow: 0px 4px 4px -4px rgba(255, 255, 255, 0.4), 0px -3px 3px -3px rgba(255, 255, 255, 0.25), inset 0px 0px 12px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 4px 4px -4px rgba(255, 255, 255, 0.4), 0px -3px 3px -3px rgba(255, 255, 255, 0.25), inset 0px 0px 12px 0px rgba(0, 0, 0, 0.5); }
.progressbar:before { position: absolute; display: block; content: ""; width: 558px; height: 18px; top: 10px; left: 20px; -webkit-border-radius: 20px; border-radius: 20px; background: #222; -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.85); ; box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.85); border: 1px solid rgba(0,0,0,0.8); }
.bar { position: absolute; display: block; width: 0px; height: 16px; top: 12px; left: 0px; background: rgb(126,234,25); background: -moz-linear-gradient(top, rgba(126,234,25,1) 0%, rgba(83,173,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(126,234,25,1)), color-stop(100%, rgba(83,173,0,1))); background: -webkit-linear-gradient(top, rgba(126,234,25,1) 0%, rgba(83,173,0,1) 100%); background: -o-linear-gradient(top, rgba(126,234,25,1) 0%, rgba(83,173,0,1) 100%); background: -ms-linear-gradient(top, rgba(126,234,25,1) 0%, rgba(83,173,0,1) 100%); background: linear-gradient(to bottom, rgba(126,234,25,1) 0%, rgba(83,173,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eea19', endColorstr='#53ad00', GradientType=0 );
-webkit-border-radius: 16px; border-radius: 16px; overflow: hidden; }
.bar.color2 { background: rgb(229,195,25); background: -moz-linear-gradient(top, rgba(229,195,25,1) 0%, rgba(168,140,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229,195,25,1)), color-stop(100%, rgba(168,140,0,1))); background: -webkit-linear-gradient(top, rgba(229,195,25,1) 0%, rgba(168,140,0,1) 100%); background: -o-linear-gradient(top, rgba(229,195,25,1) 0%, rgba(168,140,0,1) 100%); background: -ms-linear-gradient(top, rgba(229,195,25,1) 0%, rgba(168,140,0,1) 100%); background: linear-gradient(to bottom, rgba(229,195,25,1) 0%, rgba(168,140,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c319', endColorstr='#a88c00', GradientType=0 );
-webkit-box-shadow: 0px 0px 12px 0px rgba(229, 195, 25, 1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45), inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25); box-shadow: 0px 0px 12px 0px rgba(229, 195, 25, 1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45), inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25); }
.bar.color3 { background: rgb(232,25,87); background: -moz-linear-gradient(top, rgba(232,25,87,1) 0%, rgba(170,0,51,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232,25,87,1)), color-stop(100%, rgba(170,0,51,1))); background: -webkit-linear-gradient(top, rgba(232,25,87,1) 0%, rgba(170,0,51,1) 100%); background: -o-linear-gradient(top, rgba(232,25,87,1) 0%, rgba(170,0,51,1) 100%); background: -ms-linear-gradient(top, rgba(232,25,87,1) 0%, rgba(170,0,51,1) 100%); background: linear-gradient(to bottom, rgba(232,25,87,1) 0%, rgba(170,0,51,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81957', endColorstr='#aa0033', GradientType=0 );
-webkit-box-shadow: 0px 0px 12px 0px rgba(232, 25, 87, 1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45), inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25); box-shadow: 0px 0px 12px 0px rgba(232, 25, 87, 1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45), inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25); }
.bar.color4 { background: rgb(24,109,226); background: -moz-linear-gradient(top, rgba(24,109,226,1) 0%, rgba(0,69,165,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(24,109,226,1)), color-stop(100%, rgba(0,69,165,1))); background: -webkit-linear-gradient(top, rgba(24,109,226,1) 0%, rgba(0,69,165,1) 100%); background: -o-linear-gradient(top, rgba(24,109,226,1) 0%, rgba(0,69,165,1) 100%); background: -ms-linear-gradient(top, rgba(24,109,226,1) 0%, rgba(0,69,165,1) 100%); background: linear-gradient(to bottom, rgba(24,109,226,1) 0%, rgba(0,69,165,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186de2', endColorstr='#0045a5', GradientType=0 );
-webkit-box-shadow: 0px 0px 12px 0px rgba(24, 109, 226, 1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45), inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25); box-shadow: 0px 0px 12px 0px rgba(24, 109, 226, 1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45), inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25); }
.bar:before { position: absolute; display: block; content: ""; width: 606px; height: 150%; top: -25%; left: -25px; background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.01) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0.35)), color-stop(50%, rgba(255,255,255,0.01)), color-stop(51%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0))); background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.01) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%); background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.01) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%); background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.01) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%); background: radial-gradient(ellipse at center, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.01) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#00ffffff', GradientType=1 );
}
.bar:after { position: absolute; display: block; content: ""; width: 64px; height: 16px; right: 0; top: 0; -webkit-border-radius: 0px 16px 16px 0px; border-radius: 0px 16px 16px 0px; background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 98%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(98%, rgba(255,255,255,0.6)), color-stop(100%, rgba(255,255,255,0))); background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 98%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 98%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 98%, rgba(255,255,255,0) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 98%, rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1 );
}
#tabs ul li { width: 40px; padding-top: 5px; }
#tabs ul { float: right; direction: rtl; text-align: right; }
#tabs ul li { display: inline-block; width: 90px; }
#tabs ul li a { text-decoration: none; color: #FFF; transition: all .4s ease; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; }
#tabs ul li a:hover { color: rgba(255,251,251,.5); }
.bar span { position: absolute; display: block; width: 100%; height: 64px; -webkit-border-radius: 16px; border-radius: 16px; top: 0; left: 0; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABACAYAAAD7/UK9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjdFQ0M2MzdDQThBMTFFMUE3NzJFNzY4M0ZDMTA3MTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjdFQ0M2MzhDQThBMTFFMUE3NzJFNzY4M0ZDMTA3MTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyN0VDQzYzNUNBOEExMUUxQTc3MkU3NjgzRkMxMDcxMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyN0VDQzYzNkNBOEExMUUxQTc3MkU3NjgzRkMxMDcxMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoTG0pMAABr+SURBVHjavJ1nj1zX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") 0 0; -webkit-animation: sparkle 1500ms linear infinite; -moz-animation: sparkle 1500ms linear infinite; -o-animation: sparkle 1500ms linear infinite; animation: sparkle 1500ms linear infinite; opacity: 1; }
.bcasli { min-height: 200px !important; overflow: hidden !important; }
.footer2 { width: 100%; height: 80px; background: #0e0e0e; text-align: center; color: #fff; }
.footer2 ul { padding: 0; margin: 0; padding-top: 12px; }
.footer2 ul li { display: inline-block; }
.footer2 img { margin-top: 5px; }
.bc-foot { height: 325px; }
.foot { height: 250px; float: right; direction: rtl; }
.bc-foot h5 { float: left; width: 80%; font-size: 1.1em; color: #FFF; }
.bc-foot ol { width: 80%; float: rightt; list-style: none; padding: 0 !important; }
.bc-foot li { color: #666666; padding-bottom: 20px; }
.bc-foot li a { color: #FFF; text-decoration: none; transition: all.5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; font-size: 1.1em; }
.bc-foot li a:hover { color: #716b9a; }
.footcol { background: url(../images/bg4.png); background-size: cover; background-position: center center; background-attachment: fixed; }
.menubt i { font-size: .8em; cursor: pointer; }
.menubt2 i { color: #FFF; font-size: 2em; margin-top: 30px; cursor: pointer; }
.menubt2 span { font-size: 1.5em; }
.menubt2 { width: 23%; height: 92px; float: left; color: #FFF; position: absolute; left: 0; top: 0; text-align: center; }
.logo { width: 20%; font-size: 3em; color: #FFF; margin: 0 auto; height: 70px; text-align: center; line-height: 70px; }
.socialmedia { direction: rtl; width: 80%; margin: 0 auto; padding: 0 !important; margin-top: 7px; }
.socialmedia li { display: inline-block; margin-left: 20px; border: 1px solid #666666; width: 38px; height: 38px; padding-bottom: 0 !important; text-align: center; }
.socialmedia li a { text-align: center; line-height: 40px; }
.subnews { transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; }
.subnews i { position: relative; right: 4px; top: 1px; }
.subnews:hover { color: #716b9a; }
.newsletfooter { float: left !important; min-height: 55px; direction: rtl; color: #FFF; }
.socials { float: right; min-height: 55px; color: #FFF; }
.newsletfooter form { width: 80%; margin: 0 auto; margin-top: 7px; }
.newsletfooter input { width: 77%; background: none; height: 30px; padding-top: 4px; padding-bottom: 4px; float: right; padding-right: 5px; border: 1px solid #666666 !important; border-left: none !important; }
.subnews { width: 17%; float: right; height: 40px; margin-right: -3px; background: #FFF; border: 1px solid #666666; border-right: none; background: none; }
.menutexttop { position: relative; top: -45px; left: 40px; }
.label { font-family: 'Aldrich', sans-serif; position: absolute; display: block; width: 40px; height: 30px; line-height: 30px; top: 38px; left: 0px; background: rgb(76,76,76); background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(38,38,38,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(100%, rgba(38,38,38,1))); background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(38,38,38,1) 100%); background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(38,38,38,1) 100%); background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(38,38,38,1) 100%); background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(38,38,38,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#262626', GradientType=0 );
font-weight: bold; font-size: 12px; color: #fff; text-align: center; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid rgba(0,0,0,0.2); -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); text-shadow: 0px -1px 0px #000000, 0px 1px 1px #000000; filter: dropshadow(color=#000000, offx=0, offy=-1); }
.label span { position: absolute; display: block; width: 12px; height: 9px; top: -9px; left: 14px; background: transparent; overflow: hidden; }
.label span:before { position: absolute; display: block; content: ""; width: 8px; height: 8px; top: 4px; left: 2px; border: 1px solid rgba(0,0,0,0.5); background: rgb(86,86,86); background: -moz-linear-gradient(-45deg, rgba(86,86,86,1) 0%, rgba(76,76,76,1) 50%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(86,86,86,1)), color-stop(50%, rgba(76,76,76,1))); background: -webkit-linear-gradient(-45deg, rgba(86,86,86,1) 0%, rgba(76,76,76,1) 50%); background: -o-linear-gradient(-45deg, rgba(86,86,86,1) 0%, rgba(76,76,76,1) 50%); background: -ms-linear-gradient(-45deg, rgba(86,86,86,1) 0%, rgba(76,76,76,1) 50%); background: linear-gradient(135deg, rgba(86,86,86,1) 0%, rgba(76,76,76,1) 50%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#4c4c4c', GradientType=1 );
-webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.15); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
@-webkit-keyframes sparkle {
 from {
background-position: 0 0;
}
 to {
background-position: 0 -64px;
}
}
@-moz-keyframes sparkle {
 from {
background-position: 0 0;
}
 to {
background-position: 0 -64px;
}
}
@-o-keyframes sparkle {
 from {
background-position: 0 0;
}
 to {
background-position: 0 -64px;
}
}
@keyframes sparkle {
 from {
background-position: 0 0;
}
 to {
background-position: 0 -64px;
}
}
#barbar { background: #f1f1e5; }
.barsdiv { background: #f1f1e5; color: #6f6f61; width: 85%; direction: rtl; text-align: justify; width: 80%; margin: 0 auto !important; height: 300px; padding-top: 20px; padding-bottom: 20px; }
..barsdiv h3 {
color:#455a64;
}
@keyframes frame {
 0% {
 transform: translateX(360%);
}
 25% {
 transform: translateX(75%);
}
 50% {
 transform: translateX(0%);
}
 75% {
 transform: translateX(100%);
}
 100% {
 transform: translateX(360%);
}
}
@-webkit-keyframes frame2 {
 0% {
 transform: translateX(10%);
}
 25% {
 transform: translateX(190%);
}
 50% {
 transform: translateX(10%);
}
 75% {
 transform: translateX(200%);
}
 100% {
 transform: translateX(10%);
}
}
@keyframes frame2 {
 0% {
 transform: translateX(10%);
}
 25% {
 transform: translateX(190%);
}
 50% {
 transform: translateX(10%);
}
 75% {
 transform: translateX(200%);
}
 100% {
 transform: translateX(10%);
}
}
.progress-horizontal { position: relative; }
.progress-horizontal .text { position: absolute; left: auto; top: 7px; right: -37px; font-size: 13px; color: #a1a195; padding-right: 0; text-align: left; }
.progress-horizontal .text:after { content: '%'; }
.progress-horizontal .text-inner { color: #455a64; display: none; }
.progress-horizontal .bar { border-radius: 5px; background: #716b9a; clip: rect(0, auto, auto, auto); animation: none; position: relative; height: 13px; }
.progress-horizontal .bar span { position: absolute; top: 0; bottom: 0; display: inline-block; border-radius: 5px; width: 20%; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-animation: frame 5s infinite; animation: frame 5s infinite; }
.progress-horizontal .bar span + span { width: 33%; -webkit-animation: frame2 5s infinite; animation: frame2 5s infinite; }
.progress-bars h3 { display: none; }
.progress-bars { margin-left: 60px; text-align: left; padding-left: 38px; padding-top: 12px; padding-bottom: 30px; max-width: 100%; padding-right: 40px; }

@media (max-width: 991px) {
.progress-bars { padding-bottom: 50px; }
}

@media (max-width: 479px) {
.progress-bars { margin-left: 30px; }
}
.progress-bars h4 { color: #a1a195; font-size: 15px; font-weight: 400; margin-bottom: 0px; text-align: right; }
.progress-bars .prog-wrapper > div:first-child .progress-horizontal .bar { background: #96bd2c; }
.progress-bars .prog-wrapper > div:first-child .progress-horizontal .bar span { background: #588c08; }
.progress-bars .prog-wrapper > div:first-child + div { margin-top: 16px; }
.progress-bars .prog-wrapper > div:first-child + div .progress-horizontal .bar { background: #96bd2c; }
.progress-bars .prog-wrapper > div:first-child + div .progress-horizontal .bar span { background: #588c08; }
.progress-bars .prog-wrapper > div:last-child { margin-top: 16px; }
.progress-bars .prog-wrapper > div:last-child .progress-horizontal .bar { background: #f55443; }
.progress-bars .prog-wrapper > div:last-child .progress-horizontal .bar span { background: #eb1c12; }
.progress-vertical { width: 60px; margin: 0 auto; background: #000; height: 200px; }
.progress-vertical .text { color: #FFF; padding-top: 10px; }
.progress-vertical .bar { background: #716b9a; bottom: 0; left: 0; right: 0; clip: rect(0, auto, auto, auto); }
.progress-vertical .bar .text-inner { color: #455a64; bottom: 0; }
.radial-progress svg path:first-child { stroke: #FFF !important; }
.radial-progress svg path:last-child { stroke: #716b9a !important; fill: #000 !important; }
.radial-progress .progressbar-text { color: #716b9a !important; font-size: 24px; line-height: 24px; }
.takinput1 { margin-left: 5px !important; height: 22px !important; margin-top: 24px !important; float: left!important; width: 10% !important; }
.shopping { border: 1px solid #37474f; width: 60px; height: 60px; border-radius: 50%; text-align: center; cursor: pointer; background: #37474f; float: right; }
.shopping:hover { transition: all.5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; border: 1px solid #716b9a; background: #716b9a; }
.shopping img { margin: 0 auto; margin-top: 15px; }
.header1 { width: 96%; height: 80px; position: absolute; top: 5%; right: 0; z-index: 100; direction: rtl; padding: 20px; padding-bottom: 0; }
.basketside { transition: all.5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; width: 260px; height: 2543px; position: absolute; top: 0; right: -300px; background: #FFF; z-index: 101; }
.showthat { right: 0px !important; transition: all.5s ease; overflow: visible; }
.showthatinside { right: 0px !important; transition: all.5s ease; }
.closeside { cursor: pointer; border: 1px solid #37474f; width: 60px; height: 60px; border-radius: 50%; text-align: center; background: #37474f; line-height: 80px; float: right; margin-right: 15px; margin-top: 15px; }
.closeside i { font-size: 2.8em; color: #FFF; }
.basketside h1 { direction: rtl; text-align: right; font-size: 2em; padding-right: 15px; }
.basketsideinside h1 { direction: rtl; text-align: right; font-size: 2em; padding-right: 15px; }
.searchbutton i { font-size: 2.8em; margin-top: 10px; color: #FFF; transition: all.5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; }
.searchbutton:hover i { color: #716b9a; }
.searchbutton { border: none; background: none; float: right; }
.searchinput { width: 0%; height: 30px; background: none; border: none; color: #FFF; font-size: 1.5em; }
.searchinput2 { width: 80% !important; border-bottom: 1px solid #FFF; transition: all.5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; }
.searchbox { width: 25%; height: 60px; float: right; margin-right: 40px; margin-top: 8px; direction: rtl; text-align: right; line-height: 50px; }
.menubt { width: 30px; height: 30px; float: left; color: #FFF; font-size: 2.7em; margin-top: -70px; }
.menubt :hover { color: #716b9a; transition: all.5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; }
.siding { transition: all.5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; width: 270px; height: 2543px; background: #4d4681; position: absolute; top: 0; left: -300px; z-index: 101; }
.siding2 { left: 0px !important; }
.siding3 { left: 0px !important; }
.wowi { position: relative; top: 0; right: 0; }
.menusec { margin-left: 40px; width: 200px; }
.menusec2 { margin-left: 40px; width: 200px; }
.submitnews { width: 25%; margin-top: 20px; background: #716b9a; padding: 5px; color: #FFF; border: 1px solid #716b9a; border-radius: 3px; font-size: 1.3em; transition: all.5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; }
.submitnews:hover { background: #455a64; }
.bcmaininsdide { text-align: center; }
.sidinginside { transition: all.5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; width: 270px; height: 1173px; background: #4d4681; position: absolute; top: 0; z-index: 101; left: -2500px; width: 270px; text-align: left !important; }
.basketsideinside { transition: all.5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; width: 260px; height: 1175px; position: absolute; top: 0; right: -2500px; background: #FFF; z-index: 101; }
.bodyall { overflow-x: hidden; background: #f3f7f9; }
.rightinside { width: 10%; height: 72px; float: right; padding-top: 15px; }
.logoinside { margin: 0 auto; margin-top: 10px; }
.countitiinside { height: 92px !important; background: #5a557d!important; position: relative!important; top: 0!important; right: 0!important; }
.circletxt p { color: #555; font-size: 1.2em; padding: 0; margin: 0; }
.circletxt strong { font-size: 1.5em; color: #455a64; font-weight: bold; }
.circletxt { color: #555; float: left; width: 80%; height: 88px; direction: rtl; text-align: justify; padding-top: 10px; }
.circle { margin-top: 20px; border: 2px solid #716b9a; color: #716b9a; width: 55px; height: 55px; float: right; border-radius: 75px; text-align: center; line-height: 55px; font-size: 1.9em; }
.contactcn { float: right; height: 100px; }
.map { height: 442px; border-top: 2px solid #716b9a; border-bottom: 2px solid #716b9a; padding-bottom: 35px; padding-top: 35px; }
.h1cn { text-align: center; color: #455a64; }
.breadcrumb { direction: rtl; padding: 0!important; margin: 0 !important; padding: 10px !important; background: #FFF; }
.breadcrumb li { display: inline-block; padding-left: 10px; color: #616161; }
.breadcrumb a { color: #716b9a; text-decoration: none; }
.breadcrumb a:hover { color: #3A3A3A; }
.leftb { color: #cccccc; }
.navigatior { height: 30px; margin-top: 15px; margin-bottom: 35px; text-align: right; line-height: 30px; font-size: 1.4em; }
.cntc { margin-top: 15px; margin-bottom: 15px; }
.chn { color: #716b9a; }
.footer2 li { padding-bottom: 0; }
.foot i { margin-left: 23px; }
.borderfoot { height: 1px; background: #FFF; margin-top: 10px !important; width: 79%; float: right; }
.borderfootdot { height: 1px; width: 21%; float: right; margin-top: -2px; }
.allfooter { width: 90%; margin: 0 auto; }
.allfooter h5 { float: right; }
.formfooter { width: 80%; float: right; position: relative; left: 0; }
.formfooter textarea { color: #FFF; width: 90%; padding: 10px; padding-lefT: 0; background: none; border: 1px solid #666666; }
.formfooter .subf { position: absolute; left: 20px; bottom: 50px; background: none; border: none; color: #FFF; }
.formfooter .subf i { margin-left: 0; margin-right: 3px; }
.olfootcenter { margin-bottom: 0 !important; float: right !important; }
.olfoot { float: right; }
.about { min-height: 300px; }
.ab-line { background: #e1e1e1; height: 2px; }
.about p { direction: rtl; color: #616161; line-height: 30px; font-size: 14px; }
.count { right: 40px; position: relative; top: -70px; width: 30%; float: right; direction: rtl; height: 40px; color: #3B3B3B; }
.count2 { position: relative; top: -70px; width: 30%; float: right; direction: rtl; height: 40px; color: #3B3B3B; }
.number { float: right; height: 40px; line-height: 40px; }
.count select { width: 80%; height: 45px; float: right; border: 1px solid #e1e1e1; border-right: none; border-bottom: none; border-top: none; }
.count2 select { width: 80%; height: 45px; float: right; border: 1px solid #e1e1e1; border-right: none; border-bottom: none; border-top: none; }
.sort { width: 20%; float: left; }
.listtop { padding: 0; border-bottom: 15px solid #f3f7f9; }
.listi1 { border-left: none!important; border-right: none !important; border-bottom: none !important; border-top: none !important; }
.listi2 { border-bottom: none !important; border-top: none !important; }
.showpro { background: #f3f7f9; height: 630px; }
.imgslide { width: 83.5%; height: auto; margin: 0 auto; margin-bottom: 50px; background: #FFF; }
.bottomabout { width: 100%; border-top: 3px solid #716b9a; border-bottom: 3px solid #716b9a; height: 300px; background: url(../images/dddd.jpg); opacity: 0.8; margin-bottom: 40px; background-size: cover; }
.plist { list-style: none; padding-right: 0; border-bottom: 1px solid #e1e1e1; }
.plist li { padding-bottom: 20px; font-size: 1.1em; color: #455a64; }
.Availables { height: 260px; list-style: none; padding-right: 0; border-bottom: 1px solid #e1e1e1; }
.Availables li { padding-bottom: 15px; font-size: 1.1em; color: #455a64; }
.select-color { padding-right: 10px; height: 55px; border: 1px solid #e1e1e1; background: #FFF; line-height: 55px; }
.select-color span { padding-right: 10px; }
.prodetails { height: 630px; float: left; direction: rtl; }
.product-title { border-bottom: 1px solid rgba(90,85,125,.2); color: #455a64; font-size: 1.7em; margin-top: 10px; background: rgba(90,85,125,.1); padding: 8px; border: 1px solid #e1e1e1; }
.properties { height: 500px; }
.det2 { color: #666; }
.basketpart { height: 60px; margin-top: 50px; }
.captcha2 { position: relative; top: 24px; }
.error { height: 25px; margin-top: 24px; width: 250px; height: 30px; }
.refresh-a { float: left !important; font-size: 2em!important; margin-left: 8px!important; margin-top: 25px!important; color: #716b9a!important; }
.captcha { float: left; border: 1px solid #e1e1e1; width: 150px; height: 38px; }
.captchafoot { width: 80px !important; height: 25px !important; }
.reffoot { margin-top: -3px !important; }
.takfoot { width: 30% !important; margin-top: -3px !important; }
#tabpro .tabs > DIV { margin-top: 10px; background: white !important; }
#tabpro .tabs > DIV SPAN { color: #ccc !important; font-weight: 300; line-height: 186px !important; display: block; text-align: center; font-size: 24px; }
#tabpro .tabs UL.horizontal { list-style: none outside none; margin: 0; font-family: Conv_IRANSansWeb, Sans-Serif; min-height: 45px; padding: 0 !important; border-bottom: 15px solid #f3f7f9; }
#tabpro .tabs .sort A { color: #3B3B3B; display: block; font-size: 18px; font-weight: 300; padding: 0px 10px; text-decoration: none; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; padding-top: 10px; }
#tabpro .tabs .sort LI { display: inline-block; color: #3B3B3B; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; border: 1px solid #e1e1e1; height: 43px; }
#tabpro .tabs .active i { color: #716b9a; }
#tabproshow { margin-top: 30px; margin-bottom: 30px; }
#tabproshow .tabs UL.horizontal { list-style: none outside none; margin: 0; font-family: Conv_IRANSansWeb, Sans-Serif; padding: 0 !important; border-bottom: 15px solid #f3f7f9; width: 28%; float: right; height: 300px; border-left: 1px solid #e1e1e1; padding-left: 25px !important; }
#tabproshow .tabs .sort A { color: #3B3B3B; display: block; font-size: 18px; font-weight: 300; padding: 0px 10px; text-decoration: none; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; padding-top: 10px; }
#tabproshow .tabs LI { transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; min-height: 40px; border: 1px solid #e1e1e1; border-top: none; line-height: 40px; padding-right: 10px; font-size: 1.3em; background: #FFF; }
#tabproshow .tabs li:hover { background: none; }
#tabproshow .tabs .active a { color: #716b9a; }
#tabproshow .tabs .active { border-left: none; }
.tab-pro { width: 100%; direction: rtl; }
.tab-pro li a { color: #455a64; text-decoration: none; }
.tabspro { width: 68%; float: left; direction: rtl; text-align: justify; color: #616161; background: none !important; }
.tabspro p { margin: 0; line-height: 30px; font-size: 1.1em; }
.product-review { border-top: 2px solid #716b9a; height: auto !important; }
[data-tooltip] { position: relative; cursor: pointer; }
[data-tooltip]:before, [data-tooltip]:after { visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0; pointer-events: none; }
[data-tooltip]:before { position: absolute; top: -32%; left: -347%; padding: 6px; width: 70px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #4d4681; color: #fff; content: attr(data-tooltip); text-align: center; font-size: .8em; line-height: 1.1; z-index: 2; }
[data-tooltip]:after { position: absolute; top: 15%; left: -142%; margin-left: 30px; width: 0; border-bottom: 5px solid #4d4681; border-bottom: 5px solid #4d4681; border-right: 5px solid transparent; border-left: 5px solid transparent; content: " "; font-size: 0; line-height: 0; transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); }
[data-tooltip]:hover:before, [data-tooltip]:hover:after { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1; }
.product { float: right; transition: all.4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; }
.countiti { background: #f3f7f9; }
.clr { clear: both; }
@import url(../css-2);
#wowslider-container1 { display: table; zoom: 1; position: relative; width: 100%; max-width: 1200px; max-height: 800px; z-index: 90; text-align: left; /* reset align=center */ font-size: 10px; text-shadow: none; /* fix some user styles */ /* reset box-sizing (to boostrap friendly) */ -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
* html #wowslider-container1 { width: 1200px }
#wowslider-container1 .ws_images ul { position: relative; width: 10000%; height: 100%; left: 0; list-style: none; margin: 0; padding: 0; border-spacing: 0; overflow: visible; /*table-layout:fixed;*/ }
#wowslider-container1 .ws_images ul li { position: relative; width: 1%; height: 100%; line-height: 0; /*opera*/ overflow: hidden; float: left; /*font-size:0;*/ padding: 0 0 0 0 !important; margin: 0 0 0 0 !important; }
#wowslider-container1 .ws_images { position: relative; left: 0; top: 0; height: 100%; max-height: 800px; max-width: 1200px; vertical-align: top; border: none; overflow: hidden; }
#wowslider-container1 .ws_images ul a { width: 100%; height: 100%; max-height: 800px; display: block; color: transparent; }
#wowslider-container1 img { max-width: none !important; }
#wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img { width: 100%; border: none 0; max-width: none; padding: 0; margin: 0; }
#wowslider-container1 .ws_images > div > img { max-height: 800px; }
#wowslider-container1 .ws_images iframe { position: absolute; z-index: -1; }
#wowslider-container1 .ws-title > div { display: inline-block !important; }
#wowslider-container1 a { text-decoration: none; outline: none; border: none; }
#wowslider-container1 .ws_bullets { float: left; position: absolute; z-index: 70; }
#wowslider-container1 .ws_bullets div { position: relative; float: left; font-size: 0px; }
/* compatibility with Joomla styles */
#wowslider-container1 .ws_bullets a { line-height: 0; }
#wowslider-container1 .ws_script { display: none; }
#wowslider-container1 sound, #wowslider-container1 object { position: absolute; }
/* prevent some of users reset styles */
#wowslider-container1 .ws_effect { position: static; width: 100%; height: 100%; }
#wowslider-container1 .ws_photoItem { border: 2em solid #fff; margin-left: -2em; margin-top: -2em; }
#wowslider-container1 .ws_cube_side { background: #A6A5A9; }
#wowslider-container1.ws_gestures { cursor: -webkit-grab; cursor: -moz-grab; cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move; }
#wowslider-container1.ws_gestures.ws_grabbing { cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move; }
/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets, #wowslider-container1.ws_video_playing .ws_fullscreen, #wowslider-container1.ws_video_playing .ws_next, #wowslider-container1.ws_video_playing .ws_prev { display: none; }
/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn { position: absolute; display: none; cursor: pointer; top: 0; left: 0; width: 100%; height: 100%; z-index: 55; }
#wowslider-container1 .ws_video_btn.ws_youtube, #wowslider-container1 .ws_video_btn.ws_vimeo { display: block; }
#wowslider-container1 .ws_video_btn div { position: absolute; background-image: url(./playvideo.png); background-size: 200%; top: 50%; left: 50%; width: 7em; height: 5em; margin-left: -3.5em; margin-top: -2.5em; }
#wowslider-container1 .ws_video_btn.ws_youtube div { background-position: 0 0; }
#wowslider-container1 .ws_video_btn.ws_youtube:hover div { background-position: 100% 0; }
#wowslider-container1 .ws_video_btn.ws_vimeo div { background-position: 0 100%; }
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div { background-position: 100% 100%; }
#wowslider-container1 .ws_playpause.ws_hide { display: none !important; }
#wowslider-container1 .ws_bullets { padding: 15px 0; }
#wowslider-container1 .ws_bullets a { width: 12px; height: 12px; border-radius: 50%; background: #34495E; float: left; text-indent: -4000px; position: relative; margin-left: 5px; color: transparent; }
#wowslider-container1 .ws_bullets a.ws_selbull { background: #ffffff; color: #ffffff; }
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { position: absolute; top: 90%; height: 10em; margin-top: -3.5em; width: 6em; z-index: 60; }
#wowslider-container1 a.ws_next { right: 0; }
#wowslider-container1 a.ws_next span i:after, #wowslider-container1 a.ws_next span b:after, #wowslider-container1 a.ws_next span i:before, #wowslider-container1 a.ws_next span b:before, #wowslider-container1 a.ws_prev span i:after, #wowslider-container1 a.ws_prev span b:after, #wowslider-container1 a.ws_prev span i:before, #wowslider-container1 a.ws_prev span b:before { content: ''; position: absolute; width: 100%; height: .3em; background: #ffffff; top: 3.2em; -webkit-transition: .3s all ease-in-out; transition: .3s all ease-in-out; /* Fix  */ -webkit-backface-visibility: hidden; backface-visibility: hidden; outline: 1px solid transparent; }
#wowslider-container1 a.ws_next span b:after, #wowslider-container1 a.ws_next span b:before, #wowslider-container1 a.ws_prev span b:after, #wowslider-container1 a.ws_prev span b:before { background: #716b9a; width: 0; }
#wowslider-container1 a.ws_next span i:after, #wowslider-container1 a.ws_next span b:after, #wowslider-container1 a.ws_prev span i:after, #wowslider-container1 a.ws_prev span b:after { -webkit-transform: rotate(40deg); -ms-transform: rotate(40deg); transform: rotate(40deg); }
#wowslider-container1 a.ws_next span i:before, #wowslider-container1 a.ws_next span b:before, #wowslider-container1 a.ws_prev span i:before, #wowslider-container1 a.ws_prev span b:before { -webkit-transform: rotate(-40deg); -ms-transform: rotate(-40deg); transform: rotate(-40deg); }
#wowslider-container1 a.ws_prev span i:after, #wowslider-container1 a.ws_prev span i:before, #wowslider-container1 a.ws_prev span b:after, #wowslider-container1 a.ws_prev span b:before { -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; left: 1em; }
#wowslider-container1 a.ws_next span i:after, #wowslider-container1 a.ws_next span i:before, #wowslider-container1 a.ws_next span b:after, #wowslider-container1 a.ws_next span b:before { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; right: 1em; }
#wowslider-container1 a.ws_next:hover span i:before, #wowslider-container1 a.ws_next:hover span b:before, #wowslider-container1 a.ws_prev:hover span i:before, #wowslider-container1 a.ws_prev:hover span b:before { -webkit-transform: rotate(-30deg); -ms-transform: rotate(-30deg); transform: rotate(-30deg); }
#wowslider-container1 a.ws_next:hover span i:after, #wowslider-container1 a.ws_next:hover span b:after, #wowslider-container1 a.ws_prev:hover span i:after, #wowslider-container1 a.ws_prev:hover span b:after { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); }
#wowslider-container1 a.ws_prev:hover span b:after, #wowslider-container1 a.ws_prev:hover span b:before, #wowslider-container1 a.ws_next:hover span b:after, #wowslider-container1 a.ws_next:hover span b:before { width: 100%; }
/* bottom center */
#wowslider-container1 .ws_bullets { bottom: 0px; left: 50%; }
#wowslider-container1 .ws_bullets div { left: -50%; }
#wowslider-container1 .ws_bulframe span { visibility: visible; opacity: 1; position: absolute; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #ffffff; bottom: -5px; margin-left: -5px; left: 50%; }
#wowslider-container1 .ws-title { position: absolute; font-size: 3em; text-align: center; margin: 0 auto; margin-right: 10em; z-index: 50; color: #FFF; background: none; padding: 30px; bottom: 0px; top: 20%; opacity: 1; }
#wowslider-container1 .ws-title div, #wowslider-container1 .ws-title span { display: inline-block; }
#wowslider-container1 .ws-title div { display: block; margin-top: 0.5em; font-size: 0.8em; line-height: 1.15em; padding: 5px 20px; }
#wowslider-container1 .ws-title span { font-size: 1.6em; padding: 10px 20px; }
#wowslider-container1 .ws_images > ul { animation: wsBasic 30s infinite; -moz-animation: wsBasic 30s infinite; -webkit-animation: wsBasic 30s infinite; }
@keyframes wsBasic {
0% {
left:-0%
}
35% {
left:-0%
}
50% {
left:-100%
}
85% {
left:-100%
}
}
@-moz-keyframes wsBasic {
0% {
left:-0%
}
35% {
left:-0%
}
50% {
left:-100%
}
85% {
left:-100%
}
}
@-webkit-keyframes wsBasic {
0% {
left:-0%
}
35% {
left:-0%
}
50% {
left:-100%
}
85% {
left:-100%
}
}
* html #wowslider-container1 .ws_shadow {/*ie6*/ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1//bg.png', sizingMethod='scale');
}
*+html #wowslider-container1 .ws_shadow {/*ie7*/ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1//bg.png', sizingMethod='scale');
}
#wowslider-container1 .ws_bullets a img { text-indent: 0; display: block; bottom: 15px; left: -36px; visibility: hidden; position: absolute; border: 5px solid #FFFFFF; max-width: none; }
#wowslider-container1 .ws_bullets a:hover img { visibility: visible; }
#wowslider-container1 .ws_bulframe div div { height: 48px; overflow: visible; position: relative; }
#wowslider-container1 .ws_bulframe div { left: 0; overflow: hidden; position: relative; width: 40px; }
#wowslider-container1 .ws_bullets .ws_bulframe { display: none; bottom: 18px; margin-left: 6px; overflow: visible; position: absolute; cursor: pointer; border: 0px solid #FFFFFF; }
#wowslider-container1 .ws_bulframe div div { height: auto; }
.relatedpr { float: none; margin-left: 50px; }

@media all and (max-width:760px) {
.searchbox { width: 100% !important; height: 60px !important; margin-right: 0px !important; margin-top: 50px !important; }
.searchinput { width: 80% !important; border: 1px solid #FFF !important; font-size: 4em !important; }
.searchinput2 { font-size: 3em !important; }
.shopping { display: none !important; }
#tabpro .tabs .sort LI { border: none !important; }
.boxirelate .price { display: none !important; }
.li-right { width: 15%; float: right; background: rgba(90,85,125,.2); padding-right: 5px; color: #455a64; font-size: .8em; }
.li-left { width: 75% !important; text-align: right !important; font-size: .8em !important; }
#wowslider-container1 .ws_fullscreen { display: block; }
.mz-expand .mz-expand-stage .mz-image-stage { left: 0; right: 0; width: 100%; }
button.mz-button.mz-button-close { top: 0% !important; right: 0% !important; }
.imgslide {margin-bottom: 10px; }
.product-title { font-size: 1.3em; }
.product-rate { font-size: 1em; }
.basketbtn { width: 100%; }
#tabproshow .tabs UL.horizontal { width: 100%; }
.tabspro { width: 97%; text-align: center; margin: 0 auto; }
#tabproshow .tabs UL.horizontal { height: 120px; }
.relatedpr .p-side { display: none; }
.relatedpr { width: 40px; margin: 0; float: none; }
.boxirelate { height: 170px; }
.name a { font-size: .7em; }
.newsletfooter form { width: 80%; margin: 0 auto; margin-top: 15px; }
.subnews { width: 20%; font-size: .8em; }
.bc-foot ol { width: 100%; float: right; }
.imglist { border-left: none; }
.txtlist { width: 100%; font-size: .9em; }
.boxirelate .product { float: none; width: 40px !important; }
.count { right: 10px !important; width: 100% !important; }
.relatedpr .hoveri { background: none !important; }
.logo img { width: 120px !important; }
.bc-relate h3 { font-size: 1.5em !important; }
.boxirelate .indiv { width: 40px !important; }
.prper { padding: 0 !important; }
.boxirelate .boxi-a h1 { position: absolute; top: 20px; right: 20px; color: #FFF; font-size: 1.3em; }
.arti { height: auto !important; }
imgodd { float: right; margin: 0 auto; }
.imgeven { float: right; margin: 0 auto; }
.txtarti { width: 85%; }
.barsdiv { height: 400px; }
.footer2 { height: 85px !important; }
.logoinside { width: 110px !important; }
.navigatior { font-size: 1.1em !important; }
.h1cn { font-size: 1.5em !important; }
.artih1 { font-size: 1em !important; }
.about p { font-size: 1em !important; padding-right: 10px !important; padding-left: 10px !important; }
.imageshow img { width: 100% !important; }
.main404 { min-height: 300px; text-align: center; }
.main404 img { margin: 0 auto; }
.main404 a { color: #5a557d; }
.boxirelate .boxi-a p { width: 100%; color: rgba(255, 255, 255, 0.8); }
}

@media all and (max-width:400px) {
#wowslider-container1 .ws_controls, #wowslider-container1 .ws_bullets, #wowslider-container1 .ws_thumbs { display: none }
}
.about { text-align: right; direction: rtl; font-family: IRANSansWeb !important; font-size: 1.3em; color: #616161; }
#MagicToolboxSelectors177 { height: auto !important; padding-bottom: 100px; }
.mcs-item { width: 100px !important; height: 100px !important; }
.about-title { text-align: center; font-family: "IRANSansWeb"; font-size: 17px; color: #616161; }
.about-title h1 { font-family: IRANSansWeb; font-size: 21px; margin-top: 15px; margin-bottom: 50px; }
.article-region h1{ font-family: IRANSansWeb; font-size: 21px; margin-top: 15px; margin-bottom: 15px; }
.footer { background-color: #83d8d1; width: 100%; min-height: 50px; }
.fleft { float: left !important; }
.fright { float: right !important; }
.footer p i { margin-right: 10px !important; color:#3b3533; }
.navigation { width: 50%; margin: 0 auto; color: #fff; text-align: center; direction: rtl; margin-top: -70px; }
.navigation ul li { display: inline-block; }
.navigation ul li a { color: #fff; font-family: "IRANSansWeb"; font-size: 17px; font-weight: bold; }
.navigation ul li a.seprator { margin: 0 10px; }

@media all and (max-width:700px) {
.navigation { width: 100%; margin: 0 auto; color: #fff; margin-top: 120px; text-align: center; direction: rtl; }
}
.cover_45 { background-position: center center; background-repeat: no-repeat; background-size: cover }
.wrapper-1075_45 { position: relative; margin: 0 auto; height: auto; width: 100%; }
.overlay_45 { z-index: 2; left: 0; bottom: 0; right: 0; left: 0; top: 0; position: absolute }
.overlay_45:before { transform: scale(0, 1); -webkit-transform: scale(0, 1); border-bottom: 1px solid #fff; border-top: 1px solid #fff; transition: opacity 0.35s ease, -webkit-transform 0.35s ease; -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease; z-index: 1; opacity: 0; content: ''; left: 21px; bottom: 21px; right: 21px; top: 21px; position: absolute }
.overlay_45:after { transform: scale(1, 0); -webkit-transform: scale(1, 0); border-left: 1px solid #fff; border-right: 1px solid #fff; transition: opacity 0.35s ease, -webkit-transform 0.35s ease; -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease; z-index: 1; opacity: 0; content: ''; left: 21px; bottom: 21px; right: 21px; top: 21px; position: absolute }
.overlay-color_45 { transition: opacity .35s; -moz-transition: opacity .35s; -o-transition: opacity .35s; -webkit-transition: opacity .35s; -webkit-transition: pacity .35s; opacity: 0; background: #000; left: 0; bottom: 0; right: 0; top: 0; position: absolute }
.color1_45 { background-color: #93d8d3; width:97%; }
.overlay-content_45 { direction: rtl; text-align: right; transform: translate3d(-40px, 0, 0); -webkit-transform: translate3d(-40px, 0, 0); transition: opacity 0.35s, -webkit-transform 0.35s; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; opacity: 0; color: #fff; z-index: 4; width:100%; }
.overlay-content_45 .project-link:nth-child(1){ margin-top:40px; color:#000 !important;}
.overlay-content_45 .project-link{color:#000 !important; line-height:20px; padding:0 10px;}
.overlay-content_45  h3{ font-family: "IRANSansWeb" !important; font-size:18px !important}
.overlay-content h3 small { margin-top: 4px; line-height: 1.15em; color: #6c6c6c; font-style: italic; display: block; font-size: 18px }
.overlay-content_45 h3 a { display: block }
.overlay-content_45>a { letter-spacing: 1px; text-align:center; line-height:200px; display: block; font-weight: bold; color:#fff !important; font-size: 13px }
.overlay-content_45>a.light_45 { transition: all .15s; -ms-transition: all .15s; -o-transition: all .15s; -moz-transition: all .15s; -moz-transition: all .15s; -webkit-transition: all .15s; opacity: 0.7 }
.overlay-content_45>a.light_45:hover { opacity: 1 }
.overlay-content_45 .hr_45 { background: #fff; height: 1px; width: 42px; display: block; border: none; margin:10px auto; }
.overlay-content_45 hr { margin-top: 8px; background: #fff; height: 1px; width: 42px; display: block; border: none; margin: 0; margin: 0 }
.fig-hover-item_45 .fig_45 { height: 100%; width: 100%; margin: 0 }
.fig-hover-item_45 .caption_45 { padding: 0 23px 18px 0; text-align: right; z-index: 1; color: #fff; font-size: 13px; line-height: normal; font-weight: 700; right: 0; bottom: 0; left: 0; position: absolute }
.fig-hover-item_45>.full-link_45 { z-index: 1 }
.fig-hover-item_45:hover .overlay-color_45 { opacity: 0.9 }
.fig-hover-item_45:hover .overlay_45:before { transition: opacity 0.4s ease, -webkit-transform 0.4s ease .2s; -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease .2s; transform: scale(1); -webkit-transform: scale(1); opacity: 1 }
fig-hover-item_45:hover .overlay_45:after { transition: opacity 0.4s ease, -webkit-transform 0.4s ease .2s; -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease .2s; transform: scale(1); -webkit-transform: scale(1); opacity: 1 }
.fig-hover-item_45:hover .overlay-content_45 { transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); opacity: 1 }
.full-link_45 { z-index: 3; left: 0; bottom: 0; right: 0; top: 0; position: absolute }
.grid-col-50_45 .content-grid-item_45 { height: auto }
.grid-col-50_45 .content-grid-item_45 .fig_45 { position: relative }
.grid-col-50_45 .content-grid-item_45 img { display: block }
.home-portfolio_45 { max-width:200px; margin:15px auto }
.filter-products-inner1 .home-portfolio_45{ max-width:349px !important;}
.filter-products-inner1 .color1_45{ width:97%; background-color:rgba(0,0,0,0.3);}
.filter-products-inner1 .portfolio-txt{ width:100%; background-color:transparent !important; font-family:IRANSansWeb;}
.filter-products-inner1 .light_45{ background-color:#83d8d1; color:#fff;}
.filter-products-inner1 .overlay_45::before{ border:none !important;}
.filter-products-inner1 .overlay-content_45 > a{ width:120px; margin:0 auto; line-height:40px; background-color:#83d8d1; margin-top:22%; opacity:1 !important;}
.filter-products-inner1 .fig_45  img{outline: 3px solid #83d8d1;outline-offset: 0px; width:97%; height:auto;}
.home-portfolio_45 .fig-hover-item.height-380_45 { height: 200px }
@media screen and (max-width:600px) {
  .home-portfolio_45{ float:none !important; width:200px; margin:10px auto}
}
@media screen and (max-width:767px) {
.fig-hover-item_45 { height: auto !important }
}

@media screen and (max-width:767px) {
.fig-hover-item_45 .fig_45 img { display: block }
}

@media screen and (max-width:767px) {
.fig-hover-item_45 .caption_45 { font-size: 11px; padding: 0 0 10px 15px }
}
.fig-hover-item_45 { height: auto; width: 100%; line-height: normal; position: relative; clear: both }
.overlay-content_45 a.light_45 { color: #6c6c6c }
.portfolio-txt { width: 97%; height: 56px; background-color: #e1e1e1; text-align: center; line-height:56px; font-size:13px; overflow:hidden; }
.portfolio-txt a { line-height: 40px; }
.portfolio-txt p { line-height: 40px; text-align: center; color: #000; }
.related-region { margin-top: 50px !important; margin-bottom: 50px !important; background-color: #f8f8f8;    padding: 0 50px 50px; }
.related-region1 { padding:0 30px; padding-bottom: 30px; border-bottom: 1px solid #83d8d1; }
@media screen and (max-width:600px) {
.related-region1{ padding:0 10px;}
}
.image-box img { height: auto; }
.txt-box { background-color: #f1f1f1; height: 200px; }
.txt-box a.title { text-align: right; float: right; margin-right: 20px; margin-top: 20px; font-size: 17px; color: #83d8d1; }
.txt-box p.desc { font-size: 14px !important; color: #606060; text-align: justify;direction:rtl }
.txt-box .desc { height: 80px; overflow: hidden; width: 90%; margin: 0 auto; margin-bottom: 15px; }
.link-btn { background-color: #83d8d1; padding: 5px 15px; color: #fff; margin-left: 15px; font-size:14px !important; }
.txt-box:hover .link-btn { background-color: #7e7e7e; }
.related-region-title { text-align: center; font-family: "IRANSansWeb"; font-size: 20px; font-weight: bold; color: #616161; padding: 20px 0; }
.article-region { text-align: right; direction: rtl; padding: 10px; }
.article-region h1 { color: #616161; text-align: center; }
.idea-region { width: 100%; background-image: url(../images/idea-back2.jpg); padding-top: 50px; padding-bottom: 50px; }
.captcha1_290 { float: left }
.refresh_290 { float: right; }
.refresh_290 i { margin-right: 10px; text-align: center; margin-top: 10px; color: #83d8d1; font-size: 30px; }
.contaiter_290 h4 { font-family: IRANSansWeb; text-align: right; color: #7ed321 }
.details-h4_290 { margin-top: 0; margin-left: 10px; float: right }
#submit-btn_290 { background-color: #83d8d1;color: #000; width: 100%; float: right;font-size:17px;font-family: "IRANSansWeb"; color:#000; border:none; }
#submit-btn_290:hover { opacity: 0.8 }
.bottom-box_290 { width: 100%; margin-top: 15px; }
.inner-box_290 { float: right; width: 98% }
.capcha-box_290 { float: right; width: 20% }
.container_290 input {     font-family: IRANSansWeb;
    transition: all 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    background: none;
    line-height: 1.4;
    padding: 1em;
    float: right;
    width: 95%;
    border: 1px solid #fff;}
.container_290 p {     text-align: center;
    color: #fff;
    font-size: 20px; }
.container_290 input:focus { border-color: #64ac15; outline: 0 }
.container_290 input:focus + .input-icon_290 i { color: #7ed321 }
.container_290 input:focus + .input-icon_290:after { border-right-color: #7ed321 }
.container_290 input:checked + label:after { opacity: 1 }
.input-group_290 { margin-bottom: 1em; width: 50% }
.input-group_290:before, .input-group_290:after { display: table; content: "" }
.input-group_290:after { clear: both }
.input-group-icon_290 { float: right; width: 50%; position: relative }
.input-group-icon_290 input { text-align: right; font-family: "IRANSansWeb"; }
.input-group-icon_290 .input-icon_290 { text-align: center; line-height: 3.4em; height: 3.4em; width: 3.4em; right: 0; top: 0; position: absolute }
.input-group-icon_290 .input-icon_290:before { transition: all 0.35s ease-in-out; transition: 0.35s ease-in-out; content: ""; border-left: 1px solid #e5e5e5; display: block; bottom: 0.6em; top: 0.6em; position: absolute }
.input-group-icon_290 .input-icon_290 i { transition: all 0.35s ease-in-out; transition: 0.35s ease-in-out }
.container_290 { max-width: 900px; margin: 0 auto;  padding: 40px 40px 40px 10px; }
.row_290:before, .row_290:after { display: table; content: "" }
.row_290:after { clear: both }
#details-text_290 { transition: all 0.35s ease-in-out; transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; border-radius: 3px; border: 1px solid #e5e5e5; background: none; line-height: 1.4; padding: 1em; float: right; font-family: "IRANSansWeb"; direction: rtl; text-align: right; width:97.5% !important; }
.wrapper_290 { margin: 50px auto !important; height: 50px; padding: 0; margin: 0; display: inline-flex; width: 100% }
.wrapper_290 i { padding: 0 10px }
.wrapper_290 i:nth-child(1) { transition: all ease-in-out 150ms; text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4); cursor: pointer; color: #4867AA }
.wrapper_290 i:nth-child(1):hover { text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3); margin-top: -10px }
.wrapper_290 i:nth-child(2) { transition: all ease-in-out 150ms; text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4); cursor: pointer; color: #d6249f }
.wrapper_290 i:nth-child(2):hover { text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3); margin-top: -10px }
.wrapper_290 i:nth-child(3) { transition: all ease-in-out 150ms; text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5); border-radius: 5px; margin: 0 10px; height: 28px; width: 28px; border: 1px solid #1DA1F2; font-size: 23px; cursor: pointer; background: #fff; color: #1DA1F2 }
.wrapper_290 .fa-send-o:before, .wrapper_290 .fa-paper-plane-o:before { font-size: 20px; color: #1DA1F2; margin-left: -8px; content: "\f1d8" }
.wrapper_290 i:nth-child(3):hover { text-shadow: 0px 14px 10px rgba(0, 0, 0, 0.4); margin-top: -10px }
.wrapper_290 i:nth-child(4) { transition: all ease-in-out 150ms; text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4); cursor: pointer; color: #fffc00 }
.wrapper_290 i:nth-child(4):hover { text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3); margin-top: -10px }

@media only screen and (max-width:1200px) {
.secret-input_290 { width: 70% !important }
}

@media only screen and (max-width:1200px) {
.capcha-box_290 { width: 30% !important }
}

@media only screen and (max-width:1200px) {
.captcha1_290 { float: left !important; width: 50px !important }
}

@media only screen and (max-width:1200px) {
#submit-btn_290 { width: 100% !important }
}

@media only screen and (max-width:1200px) {
#details-text_290 { width: 97.5% !important }
}

@media screen and (max-width: 660px) {
.bottom-box_290 { width: 100% !important }
}

@media screen and (max-width: 660px) {
.input-group_290 { width: 100% !important }
}

@media screen and (max-width: 660px) {
#details-text_290 { margin-bottom: 20px !important; width: 100% !important }
}

@media screen and (max-width: 660px) {
.container_290 input { width: 100% !important }
}

@media screen and (max-width: 660px) {
.inner-box_290 { width: 100% !important }
}

@media screen and (max-width: 660px) {
.secret-input_290 { float: right !important; width: 65% !important }
}

@media screen and (max-width: 660px) {
.refresh_290 { margin-right: 20px !important }
}

@media screen and (max-width: 660px) {
.capcha-box_290 { width: 35% !important }
}

@media only screen and (max-width:350px) {
.secret-input_290 { width: 100% !important }
}

@media only screen and (max-width:350px) {
.capcha-box_290 { margin: 0 auto !important; float: none !important; width: 130px !important }
}
.bottom-box_290 .input-group_290 { width: 80%; }
.bottom-box_290 .input-group_290 input { width: 100% !important; background:none !important }
.idea-title { color: #ffff;
    border-bottom: 2px solid #83d8d1;
    font-size: 20px;
    width: 175px;
    text-align: center !important;     margin: 0 auto;}
.article-box { border: 3px solid #83d8d1; margin: 10px 0; }
.article-box-title { padding: 0 15px; color: #a7a7a7; font-weight: bold; font-family: "IRANSansWeb"; font-size: 17px; display:inline; }
.news-date{ display:inline; text-align:left; color:#a7a7a7;}
.news-date i{ color:#83d8d1;}
.article-box-desc { padding: 0 15px; height:70px; overflow:hidden; }
.article-link { background-color: #83d8d1; padding: 5px 15px; color: #fff; font-weight: bold; font-family: "IRANSansWeb"; float: left; margin-left: 20px; margin-top: -10px; }
.article-image img { width: 100%; height: auto; }
.article-image { text-align: center; }

@media screen and (max-width:590px) and (min-width:300px) {
.article-image img { width: 50%; height: auto; margin: 10px auto; }
}
.fright_308 { float: right }
.contactUs-box_308 { font-family: IRANSansWeb; direction: rtl; text-align: right; font-size: 14px; }
.contactUs-box_308 i { background-color: #83d8d1; border-radius: 50%; color: #fff; width: 30px; height: 30px; text-align: center; line-height: 30px; }
.contactUs-box_308 address_308 { font-style: normal }
.contactUs-box_308 .address_308 { margin-left: 5px; font-size: 16px }
.contactUs-box_308 .phone_308 { transform: rotate(180deg); margin-left: 5px; font-size: 16px }
.contactUs-box_308 .email_308 { margin-left: 5px; font-size: 16px }
.contactUs-box_308 .fax_308 { margin-left: 5px; font-size: 16px }
.map-box_308 iframe { height: 300px; width: 95% }
#social_308 { margin-right: 10px; margin-top: 30px; text-align: right }
#social_308 .smGlobalBtn_308 { border-radius: 27px; line-height: 2em; font-weight: normal; font-size: 14px; color: #fff; text-align: center; text-decoration: none; padding: 0px; box-shadow: 0 3px 3px #999; border: 2px solid #ddd; height: 30px; width: 30px; cursor: pointer; position: relative; display: inline-block }
#social_308 .linkedinBtn_308{ color: #83d8d1; background: #fff !important; border: 2px #83d8d1 solid !important; box-shadow: none !important; }
#social_308 .linkedinBtn_308:before {font-size: 14px !important; content: "\f08c"; font-family: "FontAwesome" }
#social_308 .linkedinBtn_308:hover { border-color: #e64522; background: #fff; color: #e64522 }
#social_308 .googleplusBtn_308 { color: #83d8d1; background: #fff !important; border: 2px #83d8d1 solid !important; box-shadow: none !important; }
#social_308 .googleplusBtn_308:before { content: "\f0d4"; font-family: "FontAwesome" }
#social_308 .googleplusBtn_308:hover { border-color: #e64522; background: #fff; color: #e64522 }
#social_308 .telegramBtn_308 { color: #83d8d1; background: #fff !important; border: 2px #83d8d1 solid !important; box-shadow: none !important; }
#social_308 .telegramBtn_308:before {font-size: 14px !important; content: "\f1d8"; font-family: "FontAwesome" }
#social_308 .telegramBtn_308:hover { border-color: #e64522; background: #fff; color: #e64522 }
#social_308 .instagramBtn_308 { color: #83d8d1; background: #fff !important; border: 2px #83d8d1 solid !important; box-shadow: none !important; }
#social_308 .instagramBtn_308:before { content: "\f16d"; font-family: "FontAwesome" }
#social_308 .instagramBtn_308:hover { border-color: #0094BC; background: #fff; color: #0094BC }

@media screen and (max-width:768px) {
.map-box_308 { margin-top: 20px !important }
}
.address-box_308 address { font-style: normal; margin-bottom: 20px; }
.tell-box_308 { margin-bottom: 20px; }
.email-box_308 { margin-bottom: 20px; }
.fax-box_308 { margin-bottom: 20px; }
.map-box iframe { width: 95%; float: left; height: 250px !important; }
.item-product_558 { position: relative; }
.item-product_558 img { width: 99.8%; height: auto; }
.item-product_558 .name-box_558 { position: absolute; bottom: 30px; text-align: center; width: 100%; }
.item-product_558 .name-box_558 p { font-family: "IRANSansWeb"; font-size: 22px; color: #ffffff; }
.item-product_558 .name-box_558 p:before { margin-left: -56px; }
.item-product_558 .name-box_558 p:after { margin-left: 6px; }
.name-box_558 p a{ text-shadow:1px 2px #000;}
.item-product_558 .name-box_558 p:before, .item-product_558 .name-box_558 p:after { content: ''; height: 1px; background-color: #ffffff; transition: transform 0.5s; position: absolute; top: 50%; width: 50px; }
.name-box_558:after { width: 1px; background-color: #f8f8f8; height: 30px; content: ''; position: absolute; transform: scaleY(0) translateZ(0) }
.item-product_558:hover .name-box_558:after { transition: 0.3s ease-in; transform: scaleY(1) translateZ(0); }
.item-product_558:nth-child(2) { border-right: 1px solid rgba(194, 194, 194, 0.53); border-left: 1px solid rgba(194, 194, 194, 0.53); }
.sidbar-container_358 .message { text-align: center; font-family: "IRANSansWeb"; font-size: 12px; line-height: 20px; color: #FFF; border-radius: 3px; padding: 10px; background: #26ae90 }
.sidbar-container_358 .rightdiv1 { float: right; width: 100% }
.sidbar-container_358 .container { display: none }
.sidbar-container_358 .rightdiv { float: right; z-index: 999999; width: 100%; display: none }
.sidbar-container_358 .cssmenu { width: 100%; }
.sidbar-container_358 .cssmenu, .sidbar-container_358 .cssmenu ul, .sidbar-container_358 .cssmenu li, .sidbar-container_358 .cssmenu a { padding: 0; border: 0; font-weight: normal; line-height: 1; font-family: "IRANSansWeb"; font-size: 14px; position: relative }
.sidbar-container_358 .cssmenu ul ul a:before { position: absolute; left: 10px; color: #565555 }
.sidbar-container_358 .cssmenu ul ul li:last-child { border-bottom: none }
.sidbar-container_358 .cssmenu ul ul { display: none; background: #fff }
.sidbar-container_358 .cssmenu > ul > li.has-sub.active > a span:after { font-family: "FontAwesome"; content: "\f107"; position: absolute; left: 10px }
.sidbar-container_358 .cssmenu > ul > li.has-sub > a span:after { font-family: "FontAwesome"; content: "\f107"; position: absolute; right: 30px; font-size:20px; }
.sidbar-container_358 .cssmenu > ul > li.active { border-bottom: none }
.sidbar-container_358 .cssmenu > ul > li > a:hover { text-decoration: none }
.sidbar-container_358 .cssmenu > ul > li > a > span { display: block; padding: 12px 40px; border-radius: 4px }
.sidbar-container_358 .cssmenu > ul > li:hover { background: linear-gradient(#cdc9c2 0%, #f6f4f0 100%) }
.sidbar-container_358 .cssmenu > ul > li:first-child:hover { background: #303135 !important }
.sidbar-container_358 .cssmenu > ul > li:first-child > a > span { color: #fff; padding: 0 }
.sidbar-container_358 .cssmenu > ul > li:first-child > a { padding: 15px 10px; border: none; border-radius: 3px 3px 0 0; font-family: "IRANSansWeb"; text-align: right; font-size: 18px; font-weight: 300 }

@media only screen and (max-width: 768px) {
.sidbar-container_358 .rightdiv1 { display: none !important }
}

@media only screen and (max-width: 768px) {
.sidbar-container_358 .container { display: block !important }
}
.sidbar-container_358 .cssmenu > ul > li > a { text-decoration: none; font-size: 14px; display: block; color: #565555; background-color: #f6f4f5; line-height: 30px; padding-right: 20px; }
.sidbar-container_358 .cssmenu ul ul a { text-decoration: none; padding: 10px 60px 10px 25px; display: block; color: #676767; font-size: 14px; font-weight: normal }
.sidbar-container_358 .cssmenu ul ul li { list-style: none; padding: 0; background: #f7f7f7 }
.sidbar-container_358 .cssmenu ul ul li a span::after{ content:"\f104"; font-family:"FontAwesome"; font-size:20px; right:40px; position:absolute;}
.sidbar-container_358 .cssmenu > ul > li { list-style: none; background: #fff; text-align: right; border-bottom: 2px solid #f6f4f0 }
.cssmenu ul { margin: 0 !important; }
.sidbar-container_358 .cssmenu > ul > li:first-child { color: #fff; background: #83d8d1 !important; }
.sidbar-container_358 .cssmenu > ul > li:first-child > a { text-decoration: none; font-size: 14px; display: block; color: #373737; background-color: transparent !important; line-height: 20px !important; font-weight: bold !important; }
.fright_120 { float: right }
.fleft_120 { float: left }
.bodyContainer_120 { width: 99%; padding: 5px; float: right; border-radius: 4px; border: 1px solid #e7e7e7; background-color: #f9f9f9 }
.skema_120 { margin-top: 0px }
.main_120 h1 { color: #005db3; margin-top: 20px; direction: rtl; font-size: 20px }
.main_120 h4 { margin-bottom: 30px }
.main_120 p { font-size: 13px; direction: rtl; }
.main_120 h3 { border-bottom: 1px solid #e7e7e7; margin-bottom: 1%; padding-bottom: 7px; padding-right: 11px; color: #000000; font-size: 15px; direction: rtl; background-color: #83d8d1; height: 40px; line-height: 40px;font-family: "IRANSansWeb";}
.main_120 h3 i{ margin-left:10px; color:#fff;}
.seprator_120:last-child::after { display: none; content: "" }
.line_120:nth-child(2n) .firstLine_120 { border-right: 3px solid #83d8d1!important; background-color: #fff; }
.line_120:hover .firstLine_120 { border-color: #eee #83d8d1 #eee #eee !important }
.line_120:nth-child(2n):hover .firstLine_120 { border-color: #eee #000000 #eee #eee !important }
.main_120 .fa_120 { padding-left: 7px; margin-top: 0px; padding-top: 2px }
.firstLine_120 p { margin: 5px }
.secondLine_120 { background-color: #f9f9f9; direction: rtl; margin-right: 2px; float: left; font-size: 13px; width: 65%; border: 2px solid #eeeeee; min-height: 40px; }
.secondLine_120 p { margin: 5px; margin: 5px }
.catalogue_120 { background: url(/images/catalog_120.png) right no-repeat; float: right; clear: both; margin-bottom: 7px; border-radius: 7px; height: 40px; margin-top: 35px; width: 40%; border: 1px solid rgb(233, 233, 233) }
.catalogue_120 h4 { line-height: 40px; text-align: center; direction: rtl; font-size: 19px }
.logo_120 { margin-top: 15px; float: left }
.logo_120 img { height: 59px; width: 189px }

@media screen and (max-width:400px) {
.logo_120 { display: none }
}

@media screen and (max-width:400px) {
.catalogue_120 { width: 100% !important }
}

@media screen and (max-width:600px) {
.firstLine_120 { width: 100% }
}

@media screen and (max-width:600px) {
.secondLine_120 { margin-right: 0px !important; width: 100% }
}
.catalogue_120 a { text-decoration: none }
.line_120 { height: 50px; color: #000000 }
.firstLine_120 { background-color: #f9f9f9; border: 2px solid #eeeeee; min-height: 40px; float: right; width: 34.3%; border-right: 3px solid #808080; }
.line_120:nth-child(2n) .secondLine_120 { background-color: #fff; }
.feature-box { border: 1px solid #cccccc; padding: 30px; }
.seprator { margin: 0 10px; }
.dont-show { display: none; }
.skema-desc { border: 1px solid #cccccc; padding: 10px; border-right:3px solid #808080 !important; }
.skema-desc1 { border: 1px solid #cccccc; padding: 10px; border-right:3px solid #83d8d1 !important; }
@media screen and (max-width:600px) {
.firstLine_120 { width: 100%; }
}
.product-list_559 { padding: 0 30px; }
.product-item-list_559 { text-align: center; margin-bottom:40px; }
.hover-box_559 { width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); position: absolute; top: 0; right: 0; transform: scaleY(0) translateZ(0); transition: 0.3s ease-in; }
.product-item-list_559:hover .hover-box_559 { transition: 0.3s ease-in; transform: scaleY(1) translateZ(0); }
.hover-box_559 a { text-align: center; color: #fff; font-family: "IRANSansWeb"; position: absolute; width: 100%; top: 43%; right:0 !important; }
.product-item-content_559 { max-width:545px; margin: 0 auto; position: relative; outline: 1px solid #ccc;
    outline-offset: 1px;}

@media only screen and (max-width: 1200px) {
.product-item-list_559 img { width: 100%; }
}
product-item-content_559 img { width: 100%; }
.sidbar-container_358_561 .rightdiv1 { float: right }
.sidbar-container_358_561 .rightdiv { float: right }
.sidbar-container_358_561 .cssmenu, .sidbar-container_358_561 .cssmenu ul, .sidbar-container_358_561 .cssmenu li, .sidbar-container_358_561 .cssmenu a { font-family: "IRANSansWeb" }
.sidbar-container_358_561 .message { font-family: "IRANSansWeb" }
.sidbar-container_358_561 .cssmenu > ul > li.has-sub > a span:after { font-family: "FontAwesome" }
.sidbar-container_358_561 .cssmenu > ul > li.has-sub.active > a span:after { font-family: "FontAwesome" }
.sidbar-container_358_561 .cssmenu > ul > li:first-child > a { font-family: "IRANSansWeb" }
.sidbar-container_358_561 .cssmenu > ul > li:first-child > a { font-size: 18px }
.sidbar-container_358_561 .cssmenu > ul > li > a { font-size: 14px; border: 1px solid #c1c1c1; }
.sidbar-container_358_561 .message { font-size: 12px }
.sidbar-container_358_561 .cssmenu ul ul a { font-size: 12px }
.sidbar-container_358_561 .cssmenu, .sidbar-container_358_561 .cssmenu ul, .sidbar-container_358_561 .cssmenu li, .sidbar-container_358_561 .cssmenu a { font-size: 14px }
.sidbar-container_358_561 .cssmenu, .sidbar-container_358_561 .cssmenu ul, .sidbar-container_358_561 .cssmenu li, .sidbar-container_358_561 .cssmenu a { font-weight: normal }
.sidbar-container_358_561 .cssmenu ul ul a { font-weight: normal }
.sidbar-container_358_561 .cssmenu > ul > li:first-child > a { font-weight: 300 }
.sidbar-container_358_561 .cssmenu > ul > li.has-sub > a span:after { left: 10px }
.sidbar-container_358_561 .cssmenu > ul > li.has-sub.active > a span:after { left: 10px }
.sidbar-container_358_561 .cssmenu ul ul a:before { left: 10px }
.sidbar-container_358_561 .cssmenu, .sidbar-container_358_561 .cssmenu ul, .sidbar-container_358_561 .cssmenu li, .sidbar-container_358_561 .cssmenu a { line-height: 1 }
.sidbar-container_358_561 .message { line-height: 20px }
.sidbar-container_358_561 .cssmenu { line-height: 1.3 }
.sidbar-container_358_561 .cssmenu ul ul li { list-style: none; border-top: 1px solid #c1c1c1; border-right: 1px solid #c1c1c1; border-left: 1px solid #c1c1c1; }
.sidbar-container_358_561 .cssmenu > ul > li { list-style: none }
.sidbar-container_358_561 .message { padding: 10px }
.sidbar-container_358_561 .cssmenu, .sidbar-container_358_561 .cssmenu ul, .sidbar-container_358_561 .cssmenu li, .sidbar-container_358_561 .cssmenu a { padding: 0 }
.sidbar-container_358_561 .cssmenu ul ul a { padding: 10px 10px 10px 25px }
.sidbar-container_358_561 .cssmenu ul ul li { padding: 0 }
.sidbar-container_358_561 .cssmenu > ul > li:first-child > a { padding: 15px 10px }
.sidbar-container_358_561 .cssmenu > ul > li > a > span { padding: 12px 10px }
.sidbar-container_358_561 .cssmenu > ul > li:first-child > a > span { padding: 0 }
.sidbar-container_358_561 .cssmenu > ul > li.has-sub.active > a span:after { position: absolute }
.sidbar-container_358_561 .cssmenu > ul > li.has-sub > a span:after { position: absolute }
.sidbar-container_358_561 .cssmenu ul ul a:before { position: absolute }
.sidbar-container_358_561 .cssmenu, .sidbar-container_358_561 .cssmenu ul, .sidbar-container_358_561 .cssmenu li, .sidbar-container_358_561 .cssmenu a { position: relative }
.sidbar-container_358_561 .message { text-align: center }
.sidbar-container_358_561 .cssmenu > ul > li:first-child > a { text-align: center; }
.sidbar-container_358_561 .cssmenu > ul > li > a:hover { text-decoration: none }
.sidbar-container_358_561 .cssmenu > ul > li > a { text-decoration: none }
.sidbar-container_358_561 .cssmenu ul ul a { text-decoration: none }
.sidbar-container_358_561 .rightdiv { z-index: 999999 }
.sidbar-container_358_561 .cssmenu > ul > li.has-sub > a span:after { content: "\f055" }
.sidbar-container_358_561 .cssmenu > ul > li.has-sub.active > a span:after { content: "\f056" }
.sidbar-container_358_561 .cssmenu > ul > li > a > span { border-radius: 4px }
.sidbar-container_358_561 .cssmenu { border-radius: 3px }
.sidbar-container_358_561 .message { border-radius: 3px }
.sidbar-container_358_561 .rightdiv1 { width: 100% }
.sidbar-container_358_561 .rightdiv { width: 100% }
.sidbar-container_358_561 .cssmenu { width: 100% }
.sidbar-container_358_561 .cssmenu > ul > li:first-child { background: #7ccdc6 }
.sidbar-container_358_561 .message { background: #26ae90 }
.sidbar-container_358_561 .cssmenu ul ul li { background: #f7f7f7 }
.sidbar-container_358_561 .cssmenu ul ul { background: #fff }
.sidbar-container_358_561 .cssmenu > ul > li { background: #fff; text-align: right; }
.sidbar-container_358_561 .cssmenu > ul > li:first-child > a { border: none }
.sidbar-container_358_561 .cssmenu ul ul li:last-child { border-bottom: 1px solid #c1c1c1 }
.sidbar-container_358_561 .cssmenu > ul > li.active { border-bottom: none }
.sidbar-container_358_561 .cssmenu ul ul a { color: #676767 }
.sidbar-container_358_561 .cssmenu > ul > li > a { color: #565555; margin: 5px 0; }
.sidbar-container_358_561 .cssmenu > ul > li:first-child > a > span { color: #fff }
.sidbar-container_358_561 .cssmenu ul ul a:before { color: #565555 }
.sidbar-container_358_561 .message { color: #FFF }
.sidbar-container_358_561 .cssmenu > ul > li:first-child { color: #fff }
.sidbar-container_358_561 .container { display: none }
.sidbar-container_358_561 .rightdiv { display: none }
.sidbar-container_358_561 .cssmenu > ul > li > a { display: block }
.sidbar-container_358_561 .cssmenu > ul > li > a > span { display: block }
.sidbar-container_358_561 .cssmenu ul ul a { display: block }
.sidbar-container_358_561 .cssmenu ul ul { display: none }
.sidbar-container_358_561 .chek-input { float: right; }
.sidbar-container_358_561 .cssmenu ul li span { line-height: 20px; }

@media only screen and (max-width: 768px) {
.sidbar-container_358_561 .rightdiv1 { display: none !important }
}

@media only screen and (max-width: 768px) {
.sidbar-container_358_561 .container { display: block !important }
}
.project-box { width: 73%; border: 1px solid #ccc;margin-top: 5px; position:relative; }
.conteiner_314 #cssmenu ul li{ height:40px; line-height:40px; font-weight:bold; text-align:center; border:1px solid #ccc; color:#ccc; margin-top:8px;}
.conteiner_314 #cssmenu ul li:nth-child(1){ width:100%; height:50px; background-color:#83d8d1 !important; color:#fff; line-height:50px; font-weight:bold; text-align:center; border:none !important;}
.conteiner_314 #cssmenu ul li:nth-child(1) i{ line-height:40px; color:#fff !important; margin-left:10px;}
.titstyle{  font-family: "IRANSansWeb" !important; color:#ccc; font-weight:bold;}
.namayesh{ float:right !important; margin-right:15px; margin-top:10px;}
.filter-title{ float:right; margin-right:30px; margin-top:30px; direction:rtl;}
@media only screen and (max-width:500px) {
.multi-art-pic{ width:100%; height:auto;}
}
.related-article-box{ margin-bottom:10px;}
.list1{width:30px;height:30px;background: url(../images/list1.png) #ccc no-repeat;float:right;border: 1px solid #ccc;cursor:pointer}

.list2{width:30px;height:30px;background: url(../images/list2.png) #ccc no-repeat;float:right;border: 1px solid #ccc;margin-right: 20px;cursor:pointer}

.list2:hover{background-color: #666666;}
.list1:hover{background-color: #666666;}
.container_555{ max-width:95%; margin:0 auto; padding-bottom:15px;}
.filter-products-inner1{ width:98%;}
.conteiner_314 #cssmenu>ul>li>ul>li.last>a,
.conteiner_314 #cssmenu>ul>li>ul>li:last-child>a { direction: rtl; border-bottom: 0 }
.list1_315,
.list2_315 { border: 1px solid #ccc; float: left; height: 30px; width: 30px; cursor: pointer }
.conteiner_314 #cssmenu ul ul ul li a { padding-left: 30px }
.titstyle_315 { margin: 0 auto!important; color: #767676; font-family: W_yekan; float: left }
.list1_315:hover,
.list2_315:hover { background-color: #666 }
.list2_315 { background: url(../images/list2.png) no-repeat #ccc }
.list1_315 { background: url(../images/list1.png) no-repeat #ccc; margin-right: 10px }
#cssmenu ul ul li.has-sub>a::after,
.conteiner_314 #cssmenu ul ul li.has-sub>a::after { transform: rotate(-135deg); top: 11.5px; height: 5px; content: "" }
.conteiner_314 #cssmenu ul ul li span { margin-right: 5px }
.conteiner_314 .all-x { }
.clr { clear: both }
.conteiner_314 #cssmenu ul ul li.active>a::after,
.conteiner_314 #cssmenu ul ul li.open>a::after,
.conteiner_314 #cssmenu ul ul li>a:hover::after { border-color: #fff }
.conteiner_314 #cssmenu ul ul li.has-sub>a::after { border-left: 2px solid #d7b54d; border-top: 2px solid #d7b54d; z-index: 10; right: 253px; width: 5px; position: absolute; display: block }
.conteiner_314 #cssmenu>ul>li>ul>li.open:last-child>ul>li:last-child>a { border-bottom: 0 }
.conteiner_314 #cssmenu>ul>li>ul>li.last.open>a,
.conteiner_314 #cssmenu>ul>li>ul>li.open:last-child>a { border-bottom: 1px solid }
.conteiner_314 #cssmenu ul ul ul li:first-child>a { box-shadow: inset 0 1px 0 rgba(255,255,255,.1) }
.conteiner_314 #cssmenu ul ul li:first-child>a { direction: rtl; box-shadow: none }
.conteiner_314 #cssmenu ul ul li.active>a,
.conteiner_314 #cssmenu ul ul li.open>a,
.conteiner_314 #cssmenu ul ul li:hover>a { color: #333 }
.conteiner_314 #cssmenu ul ul li a { box-shadow: inset 0 1px 0 rgba(255,255,255,.1); background: #fff; color: #adabab; font-size: 13px; text-decoration: none; z-index: 1; padding: 10px 20px; font-family: W_yekan; cursor: pointer }
.conteiner_314 #cssmenu>ul>li.active>a>span::after,
.conteiner_314 #cssmenu>ul>li.open>a>span::after,
.conteiner_314 #cssmenu>ul>li>a:hover>span::after { border-color: #eee }
.conteiner_314 #cssmenu>ul>li.open>a { box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.15) }
.conteiner_314 #cssmenu>ul>li>a { font-family: W_yekan; box-shadow: inset 0 1px 0 rgba(255,255,255,.15); text-decoration: none; font-size: 14px; z-index: 2; cursor: pointer; padding: 15px 20px!important; font-weight: 400!important }
.conteiner_314 .align-right { float: right }
.conteiner_314 #cssmenu ul ul { display: none }
.conteiner_314 #cssmenu { float: right; color: #fff; font-family: Helvetica, Arial, sans-serif; width: 100% }
#cssmenu ul ul li a,
#cssmenu>ul>li>a { font-family: W_yekan; text-decoration: none }
.conteiner_314 #cssmenu,
.conteiner_314 #cssmenu ul,
.conteiner_314 #cssmenu ul li,
.conteiner_314 #cssmenu ul li a { text-align: center; box-sizing: border-box; position: relative; display: block; line-height: 1; list-style: none; border: 0; padding: 0; margin: 0 }
#cssmenu ul ul li span { margin-right: 5px }
#cssmenu ul ul li.has-sub>a::after { border-left: 2px solid #d7b54d; border-top: 2px solid #d7b54d; z-index: 10; right: 288px; width: 5px; position: absolute; display: block; -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg) }
#cssmenu ul ul li.has-sub>a::after,
.conteiner_314 #cssmenu ul ul li.has-sub>a::after,
.holder::after,
.holder::before { -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg) }
#cssmenu>ul>li>ul>li.open:last-child>ul>li:last-child>a { border-bottom: 0 }
#cssmenu>ul>li>ul>li.last.open>a,
#cssmenu>ul>li>ul>li.open:last-child>a { border-bottom: 1px solid #32373e }
#cssmenu>ul>li>ul>li.last>a,
#cssmenu>ul>li>ul>li:last-child>a { border-bottom: 0; direction: rtl }
#cssmenu ul ul ul li a { padding-left: 30px }
#cssmenu ul ul ul li:first-child>a { box-shadow: inset 0 1px 0 rgba(255,255,255,.1) }
#cssmenu ul ul li:first-child>a { direction: rtl; box-shadow: none }
#cssmenu ul ul li.active>a,
#cssmenu ul ul li.open>a,
#cssmenu ul ul li:hover>a { color: #333 }
#cssmenu ul ul li a {     box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    background: #fff;
    color: #616161;
    font-size: 17px;
    z-index: 1;
    cursor: pointer; }
.conteiner_314.holder::after { border-left: 2px solid #fff; border-top: 2px solid #fff; top: 17px }
#cssmenu>ul>li.active>a span{ padding-right:20px;}
#cssmenu>ul>li.title >a{ background: #e8e8e8; color: #d7b54d }
#cssmenu>ul>li>a { box-shadow: inset 0 1px 0 rgba(255,255,255,.15);     color: #616163!important;
    font-size: 17px; z-index: 2; cursor: pointer; padding: 15px 20px!important }
.home_112,
.home_180 { font-size: 16px }
#cssmenu ul ul { display: none ;      background: rgb(255, 255, 255);
    top: 44px;
    position: absolute;
    width: 261px;
    right: 14px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    z-index: 999999 !important;}
#cssmenu { float: right; color: #fff; font-family: Helvetica, Arial, sans-serif; width: 100% }
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a { text-align: right; box-sizing: border-box; position: relative; display: block; line-height: 1; list-style: none; border: 0; padding: 0; margin: 0;margin:0 auto }

.navigation_180 nav a { color: #fff; font-family: w_yekan }
.arr-left_180,
.home_180 { color: #d4ad33; margin: 0 5px }
.navigation_180 nav { padding: 10px 0; box-sizing: border-box; height: 50px; text-align: center }
.navigation_180 { box-sizing: border-box; direction: rtl; text-align: right; height: 50%; width: 100% }
.filter_316,
.hitem1_112,
.navigation_112,
.section_title_112 { text-align: center; width: 100% }
a { text-decoration: none }
.conteiner_314 #cssmenu,
.conteiner_314 #cssmenu ul,
.conteiner_314 #cssmenu ul li,
.conteiner_314 #cssmenu ul li a { -webkit-box-sizing: border-box; -moz-box-sizing: border-box }
.banner-resize_112 { height: 200px; background-image: url(../images/contact.jpg); padding-top: 59px; box-sizing: border-box }
.hcenter_11 { margin: 0 auto!important }
.hitem1_112 { min-height: 50px }
.navigation_112 { box-sizing: border-box; direction: rtl; height: 50% }
.navigation_112 nav { box-sizing: border-box; height: 50px; padding: 10px 0 }
.navigation_112 nav a { color: #fff; font-family: W_yekan; text-decoration: none }
.arr-left_112,
.home_112 { color: #d4ad33; margin: 0 5px }
.title-box_112 { padding: 15px 0; margin-top: 20px }
.section_title_112 { color: #99938c; font-size: 20px; margin: 0 auto!important; top: 32px; font-family: w_yekan; font-weight: 400 }
.centered_112 { display: block; margin: 0 auto }
.view-demo_112 { padding-right: 16px; border-bottom: 1px solid #e6e6e6; padding-bottom: 10px }
.leftdiv_112 { float: left }
#cssmenu1,
.align-right,
.all-x,
.rightdiv_112 { float: right }
.filter_316 { line-height: 30px; height: 30px; color: #ccc; border: 1px solid #ccc; display: none }

@media screen and (max-width:1124px) {
.filter_316 { font-family: W_yekan; margin: 0 auto!important; width: 93%; display: block!important }
}
#cssmenu1 ul ul li.has-sub>a::after,
.conteiner_314 .holder::after,
.conteiner_314 .holder::before { -o-transform: rotate(-135deg); transform: rotate(-135deg); z-index: 10; content: ""; position: absolute; display: block }
.holder { width: 0; height: 0; position: absolute; top: 12px; right: 0 }
.holder::after { top: 17px; border-top: 2px solid #fff; border-left: 2px solid #fff }
#cssmenu1>ul>li.active>a>span::after,
#cssmenu1>ul>li.open>a>span::after,
#cssmenu1>ul>li>a:hover>span::after { border-color: #eee }
#cssmenu1 ul ul li.active>a,
#cssmenu1 ul ul li.open>a,
#cssmenu1 ul ul li:hover>a { background: #eee; color: #333 }
#cssmenu1>ul>li>ul>li.last.open>a,
#cssmenu1>ul>li>ul>li.open:last-child>a { border-bottom: 1px solid #32373e }
#cssmenu1 ul ul li.active>a::after,
#cssmenu1 ul ul li.open>a::after,
#cssmenu1 ul ul li>a:hover::after { border-color: #fff }
.all-x { padding: 5px; width: 93%; margin-top: -19px }
.fa-bars,
.fa-filter { color: #d7b54d!important }
.fa-chevron-circle-left,
.fa-home { color: #f5dd92!important }
#cssmenu1 ul ul li span { margin-right: 5px }
#cssmenu1 ul ul li.has-sub>a::after { border-left: 2px solid #d7b54d; border-top: 2px solid #d7b54d; top: 11.5px; right: 288px; height: 5px; width: 5px }
#cssmenu1>ul>li>ul>li.open:last-child>ul>li:last-child>a { border-bottom: 0 }
#cssmenu1>ul>li>ul>li.open:last-child>a,
#cssmenu>ul>li>ul>li.last.open>a { border-bottom: 1px solid #32373e }
#cssmenu1>ul>li>ul>li.last>a,
#cssmenu1>ul>li>ul>li:last-child>a { direction: rtl; border-bottom: 0 }
#cssmenu1 ul ul ul li a { padding-left: 30px }
#cssmenu1 ul ul ul li:first-child>a { box-shadow: inset 0 1px 0 rgba(255,255,255,.1) }
#cssmenu1 ul li:first-child { border-bottom: 1px solid #e8e6e6; border-top: 1px solid #e8e6e6 }
#cssmenu1 ul ul li:first-child>a { direction: rtl; box-shadow: none }
#cssmenu ul ul li.active>a,
#cssmenu ul ul li.open>a,
#cssmenu1 ul ul li:hover>a { color: #fff }
#cssmenu1>ul>li.active>a,
#cssmenu1>ul>li.open>a,
#cssmenu1>ul>li>a,
#cssmenu1>ul>li>a:hover { background: linear-gradient(#fff, #fff); color: #616163 }
.conteiner_314 .holder::before { border-left: 2px solid; border-top: 2px solid; top: 18px }
.conteiner_314 .holder::after { border-left: 2px solid #fff; border-top: 2px solid #fff; top: 17px }
.conteiner_314 .holder::after,
.conteiner_314 .holder::before { right: 251px; height: 6px; width: 6px }
.conteiner_314 .holder { right: 0; top: 0; position: absolute; height: 0; width: 0 }
#cssmenu1>ul>li.open>a { box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.15) }
#cssmenu1>ul>li>a { font-weight: 400!important; font-family: W_yekan; box-shadow: inset 0 1px 0 rgba(255,255,255,.15); text-decoration: none; font-size: 14px; z-index: 2; cursor: pointer; padding: 15px 20px!important }
#cssmenu1 ul ul { display: none }
#cssmenu1 { color: #fff; font-family: Helvetica, Arial, sans-serif; width: 100% }
#cssmenu1,
#cssmenu1 ul,
#cssmenu1 ul li,
#cssmenu1 ul li a { text-align: right; box-sizing: border-box; position: relative; display: block; line-height: 1; list-style: none; border: 0; padding: 0; margin: 0 }
#cssmenu1 ul ul li.has-sub>a::after,
.conteiner_314 .holder::after,
.conteiner_314 .holder::before { -ms-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -webkit-transform: rotate(-135deg) }
.filter-products-title { float: left; position: absolute; top: -15px; left: 15px; background-image: url(../images/title-back.jpg); background-repeat: repeat-x }
.filter-products-title a { padding: 5px 15px; font-family: BYekan, 'B Yekan', Yekan, Tahoma, Geneva, sans-serif; font-size: 13px; color: #848484 }
.filter-products-title a span { color: #ce2021 }
.filter-products-inner { margin-top: 10px; padding: 0 10px; position: relative }
.filter-products-inner .pr-bx { margin: 15px 0 12px 24px!important }
.filter-paging { width: 100%; margin: 80px auto 0 }
.filter-paging .paging-item:last-child { border-left: 1px solid #DAE2ED }
.close-filter { width: 10px; height: 19px; margin-right: 3px; border-right: 1px solid #e4e4e4; cursor: pointer; padding: 0 3px; background: url(../images/filter-close.png) center center no-repeat #f6f6f6; float: left }
.filters { background-image: url(../images/group-left-top.jpg); background-repeat: no-repeat; direction: rtl; line-height: 1.8em; height: 34px }
.filters span { line-height: 28px!important; margin-right: 80px }
.filter-item { background: #f2f2f2; font-family: BYekan, 'B Yekan', Yekan, Tahoma, Geneva, sans-serif; font-size: 10px; color: #666!important; padding-right: 3px; float: right; border: 1px solid #EAEAEA; border-radius: 0 5px; line-height: 1.6em; margin: 4px 5px 15px 10px }
.load_bg,
.loading { position: absolute; display: none }
.filter-titles,
.filter-titles h1 { color: #666; float: right; font-family: BYekan, 'B Yekan', Yekan, Tahoma, Geneva, sans-serif; font-size: 13px }
.filter-titles { margin-right: 60px; line-height: 20px }
.filter-titles h1 { margin-right: 20px; line-height: 30px }
.advertise2 { background: #fbfbfb; border: 1px solid #eaeaea; width: 1200px; margin-bottom: 20px }
.advertise2 .adver-img { float: right; margin: 16px 19px 16px 0; width: 178px }
.loading { left: 47%; top: 200px; z-index: 99999!important }
.load_bg { width: 100%; height: 100%; left: 0; top: 0; background: rgba(242,242,242,.6); z-index: 99970 }
.filter-result { width: 867px; margin: 0 auto }
.group-txt { width: 1200px; border: 1px solid #e1dede; border-top: 1px solid #cb120d; text-align: right; position: relative; margin-bottom: 30px }
.group-txt-inner { width: 1160px; margin: 10px; background-color: #fff; padding: 10px }
.group-top { float: right; position: absolute; right: 30px; top: -15px; background-color: #f4f4f4; padding-right: 15px; padding-left: 15px }
.group-top p,
.group-txt h2,
.group-txt h3,
.group-txt h4,
.group-txt h5,


.group-txt p { color: #858484; font-family: BYekan, 'B Yekan', Yekan, Tahoma, Geneva, sans-serif; font-size: 13px; text-align: right; margin: 0!important; padding: 0!important }
.img-val2 { text-align: center!important }
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a { border: none!important }
#cssmenu ul li.has-sub  ul li a { border: none !important;}
#cssmenu ul li.has-sub  ul li:nth-child(1) { background-color:transparent !important; height:20px; line-height:20px;}
#cssmenu ul li a {    background-color: #fff;
    width: 260px;
    margin-bottom: 5px;}
#cssmenu ul { z-index: 1!important }
#slider1,
.box2 { padding: 10px!important }
.loader-polysymmetric { outline: transparent solid 1px; width: 54px; height: 54px; display: inline-block; padding: 0; text-align: left }
.loader-polysymmetric span { position: absolute; display: block; border-radius: 100%; border: 2px solid; border-top-color: rgba(0,0,0,.65); border-bottom-color: rgba(0,0,0,.65); border-left-color: rgba(0,0,0,.15); border-right-color: rgba(0,0,0,.15); -webkit-animation: loader-polysymmetric 1s ease-in-out infinite alternate; animation: loader-polysymmetric 1s ease-in-out infinite alternate }
.loader-polysymmetric span:nth-child(1) { width: 34px; height: 34px; margin: 8px; animation-delay: 0s; -webkit-animation-delay: 0s }
.loader-polysymmetric span:nth-child(2) { width: 20px; height: 20px; margin: 15px; animation-delay: -.5s; -webkit-animation-delay: -.5s }
.loader-polysymmetric span:nth-child(3) { width: 50px; height: 50px; animation-delay: -.2s; animation-duration: 3s; animation-direction: normal; animation-timing-function: linear; -webkit-animation-delay: -.2s; -webkit-animation-duration: 3s; -webkit-animation-direction: normal; -webkit-animation-timing-function: linear }
@keyframes loader-polysymmetric {
from {
transform:rotate(0)
}
to {
transform:rotate(360deg)
}
}
@-webkit-keyframes loader-polysymmetric {
from {
-webkit-transform:rotate(0)
}
to {
-webkit-transform:rotate(360deg)
}
}
.holder::before { display: block; position: absolute; width: 6px; height: 6px; right: 253px; z-index: 10; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }
.holder::before { top: 18px; right:20px;  }

.conteiner_314 #cssmenu ul li{ height:40px; line-height:40px; font-weight:bold; text-align:center; border:1px solid #ccc; color:#ccc; margin-top:8px;}
.conteiner_314 #cssmenu ul li:nth-child(1){ width:100%; height:50px; background-color:#83d8d1; color:#fff; line-height:50px; font-weight:bold; text-align:center; border:none !important;}
.conteiner_314 #cssmenu > ul > li > a{     background-color: #fff; font-family:IRANSansWeb;}
.conteiner_314 #cssmenu ul li:nth-child(1) a{ padding:0 !important; line-height:50px !important; color:#343233 !important; font-size:15px !important; margin-right:10px !important; font-weight:bold !important; border:none !important; font-family:IRANSansWeb; text-align:center; }
.conteiner_314 #cssmenu ul li:nth-child(1) i{ line-height:40px; color:#343233 !important; margin-left:10px;}
.titstyle{  font-family: "IRANSansWeb" !important; color:#707070; font-weight:bold; float:right; line-height:30px;}
.namayesh{ float:right !important; margin-right:15px; margin-top:10px;}
.filter-title{ float:right; margin-right:30px; margin-top:30px; direction:rtl;}
@media only screen and (max-width:500px) {
.multi-art-pic{ width:100%; height:auto;}
}
.related-article-box{ margin-bottom:10px;}
.list1{width:30px;height:30px;background: url(../images/list1.png) #ccc no-repeat;float:right;border: 1px solid #ccc;cursor:pointer}

.list2{width:30px;height:30px;background: url(../images/list2.png) #ccc no-repeat;float:right;border: 1px solid #ccc;margin-right: 20px;cursor:pointer}

.list2:hover{background-color: #666666;}
.list1:hover{background-color: #666666;}
.container_555{ max-width:95%; margin:0 auto; padding-bottom:15px;}
.filter-products-inner1{ width:90%; margin:20px auto; margin-right:8% !important;}
@media only screen and (max-width:1130px) {
 .filter-products-inner1{ width:90%; margin:20px auto; margin-right:auto !important;}
}
.container_240 .filter{ padding-top:20px;}
.fig_45-img{ width:97% !important; height:auto !important;}
.search_form_280 a{ line-height:40px !important; color:#fff !important;}
.search_form_280 button{ background-color:transparent !important; border:none !important; width:30px !important; margin:0 !important; padding:0 !important; }
.copy-rightt{ text-align:center;}
.copy-rightt a{ line-height:55px;}
.copy-rightt a:hover{ color:#fff;}
@media only screen and (max-width:855px) {
  .footer a{ font-size:14px !important;}
  .footer p{ font-size:14px !important;}
  .footer i{ font-size:14px !important;}
}
@media only screen and (max-width:600px) {
   .telegram{ text-align:center !important;}
   .phone{ text-align:center !important;}
}
@media only screen and (max-width:320px) {
      .footer p{ font-size:10px !important;}
      .footer i{ font-size:10px !important;}
}
.news-boxx{ padding-top:30px;}
.article-link2{ color:#46928c !important;}
.article-title{ color:#46928c !important; font-weight:bold;}

              .url-dess{
                     font-size: 15px;
    direction: rtl;
    margin-bottom:60px;
                }
               .hover-box_559 a.a-ttile-hh{
                 text-align: right;
color: #fff;
font-family: "w_yekan";
position: absolute;
width: 100%;
top: 43%;
right: 0 !important;
padding-right: 60px;
font-size: 18px;
line-height: 30px;

                }
                .more-hh{
                 border-bottom: 1px solid #fff;
                }
               .filter-products-inner1 {
    width: 100% !important;
                }
                .project_listt .product-item-content_559 {
    max-width: 582px;
}
                .project_listt .product-item-content_559 {
    outline: none;
}
                #cssmenu ul{
                 padding:0 164px !important;
                }
.conteiner_314 #cssmenu ul li {
    margin: 7px auto !important;
}
.conteiner_314 #cssmenu, .conteiner_314 #cssmenu ul, .conteiner_314 #cssmenu ul li, .conteiner_314 #cssmenu ul li a {
    text-align: center;
    margin: 0 auto;
}
.conteiner_314 #cssmenu>ul>li>a {
    width: 91%;
}
.conteiner_314 .holder::after, .conteiner_314 .holder::before{display:none !important;}
.bc-color{
 background-color:#f8f8f8;
 height:auto;
     margin-bottom: 100px !important;
}

.flooat-none{
 float:none;
}


@media only screen and (max-width:1300px) {#cssmenu ul {
    padding: 0  !important; }
	#cssmenu ul ul{    width: 95% !important;
    left: 11px !important;}

	#cssmenu ul li a{    width: 95% !important;}

	}

::-webkit-input-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

.mrgbottomm{
 margin-bottom:30px
}

.out-lineeee{
	outline: 4px solid #dbf4f1 !important;
outline-offset: -20px;
}
